Skip to content

Commit

Permalink
add some important tags
Browse files Browse the repository at this point in the history
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18855 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
stoecker committed Oct 6, 2023
1 parent 8b36259 commit 21f23cb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions resources/data/defaultpresets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,9 @@
<chunk id="school_common">
<combo key="school:gender" values="mixed,male,female,separated" text="Gender of students"/>
</chunk>
<chunk id="trailblazed">
<combo key="trailblazed" text="Trail marking" values="yes,poles,cairns,symbols,no" values_sort="false" match="key" />
</chunk>
<!-- Groups -->
<group name="Highways" icon="presets/transport/way/way_secondary.svg">
<group name="Streets" icon="presets/transport/way/way_secondary.svg">
Expand Down Expand Up @@ -1140,6 +1143,7 @@
<label text="Vehicles per type" />
<combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
<combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,permit,private,use_sidepath,no" values_sort="false" match="key" />
<check key="cyclestreet" text="Bicycle street" disable_off="true" />
<combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
<combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
<combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
Expand Down Expand Up @@ -1227,6 +1231,7 @@
<reference ref="surface_smoothness" />
<reference ref="highway_yesno_incline_oneway_lit_width" />
<combo key="mtb:scale" text="MTB Scale" values="0-,0,0+,1-,1,1+,2-,2,2+,3-,3,3+,4-,4,4+,5-,5,5+,6-,6,6+" values_sort="false" values_no_i18n="true" />
<reference ref="trailblazed" />
<reference ref="highway_access" />
<combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
<combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
Expand All @@ -1252,6 +1257,7 @@
<list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" />
</combo>
<combo key="mtb:scale" text="MTB Scale" values="0-,0,0+,1-,1,1+,2-,2,2+,3-,3,3+,4-,4,4+,5-,5,5+,6-,6,6+" values_sort="false" values_no_i18n="true" />
<reference ref="trailblazed" />
<combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
<checkgroup columns="2">
<check key="segregated" text="Segregated" />
Expand Down Expand Up @@ -3992,6 +3998,13 @@
<reference ref="name_operator_oh_wheelchair" />
<reference ref="POI_access" />
</item> <!-- Bandstand -->
<item name="Dance" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:leisure=dance" />
<space />
<key key="leisure" value="dance" />
<reference ref="name_operator_oh_wheelchair" />
<reference ref="POI_access" />
</item> <!-- Dance -->
<item name="Bleachers" icon="presets/leisure/bleachers.svg" type="node,closedway,multipolygon" preset_name_label="true">
<link wiki="Tag:leisure=bleachers" />
<space />
Expand Down

0 comments on commit 21f23cb

Please sign in to comment.