simonpoole / beautified-JOSM-preset

Improved version of the JOSM presets
http://simonpoole.github.io/beautified-JOSM-preset
Other
58 stars 26 forks source link

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

Closed jajajaneeneenee closed 1 month ago

jajajaneeneenee commented 1 month ago

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:

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.