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
This is a followup of r19164 to change another `crossing_ref` reference.


git-svn-id: https://josm.openstreetmap.de/svn/trunk@19202 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Aug 21, 2024
1 parent cabf5bf commit 3cf5cef
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 @@ -1531,7 +1531,7 @@
<list_entry value="informal" icon="presets/vehicle/crossing_unmarked.svg" />
</combo>
<reference ref="crossing_markings" />
<combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" regions="GB" />
<combo key="crossing_ref" text="Crossing type name" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
<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" />
<combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
Expand Down

0 comments on commit 3cf5cef

Please sign in to comment.