simonpoole/beautified-JOSM-preset

Wrong item name (and icon): "Regional hiking network junction"

jajajaneeneenee opened this issue · 0 comments

There seems to be something wrong with the item "Regional hiking network junction". It contains the reference key key="rhn_ref" and according to the item name and icon, rhn is interpreted as "regional hiking network".

<item name="Regional hiking network junction" icon="tourist_hiking_network_junction.png" type="node" preset_name_label="true">
	<link wiki="Tag:network:type=node_network"/>
	<key key="network:type" value="node_network" object="true"/>
	<text key="rhn_ref" text="Reference" match="key"/>
	<optional>
		<text key="expected_rhn_route_relations" text="Expected route count" match="none" value_type="integer"/>
	</optional>
</item>

But according to https://wiki.openstreetmap.org/wiki/Node_Networks the second letter stands for:

  • c for cycling
  • w for walking
  • h for horse riding
  • p for paddling (canoe)
  • i for inline skating
  • m for motorboat

So I think, this item should have the name "Regional horse riding network junction" and the icon should show a horse, not a hiking symbol ...

See also https://wiki.openstreetmap.org/wiki/Key:rhn_ref.