Skip to content

Commit

Permalink
Fix #23251: Crossing preset: Change label for crossing_ref
Browse files Browse the repository at this point in the history
The `crossing_ref` tag is not constrained to the UK.

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19164 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Aug 5, 2024
1 parent 9c04ff0 commit d4900bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/data/defaultpresets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@
<list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
<list_entry value="no" />
</combo>
<combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" regions="GB" />
<combo key="crossing_ref" text="Crossing type name" values="zebra,pelican,toucan,puffin,pegasus,tiger"/>
<combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
<combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
<check key="crossing:island" text="With island" />
Expand Down

0 comments on commit d4900bf

Please sign in to comment.