source: josm/trunk/resources/data/defaultpresets.xml@ 16944

Last change on this file since 16944 was 16944, checked in by Klumbumbus, 4 years ago
  • fix #19718 - add level=* to emergency=defibrillator preset, reorder preset
  • add level values in the presets
  • don't sort values of level and layer in presets
  • Property svn:eol-style set to native
File size: 530.8 KB
RevLine 
[7102]1<?xml version="1.0" encoding="UTF-8"?>
[13482]2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
[7102]3<!--
[7667]4 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
[7102]5-->
6
7 <!-- Item chunks -->
8 <chunk id="surface">
[10319]9 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
[7102]10 </chunk>
[8028]11 <chunk id="surface_smoothness">
12 <reference ref="surface" />
[8877]13 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
[8028]14 <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
15 <list_entry value="good" short_description="Thin Wheels: racing bike" />
16 <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
17 <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
18 <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
19 <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
20 <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
21 <list_entry value="impassable" short_description="No wheeled vehicle" />
22 </combo>
23 </chunk>
[16291]24 <chunk id="sport_surface">
25 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
26 </chunk>
[7379]27 <chunk id="riding_surface">
[11153]28 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
[7379]29 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
30 </chunk>
[7102]31 <chunk id="highway_base">
[11133]32 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
[8983]33 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
34 <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
35 <space />
36 <text key="maxspeed" text="Max. speed (km/h)" />
37 <text key="maxspeed:forward" text="Max. speed in way direction" />
38 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
39 <space />
[16944]40 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[8028]41 <reference ref="surface_smoothness" />
[7102]42 </chunk>
[15074]43 <chunk id="highway_yesno">
[16741]44 <checkgroup columns="4">
[15074]45 <check key="bridge" text="Bridge" disable_off="true" />
[16741]46 <check key="tunnel" text="Tunnel" disable_off="true" />
[15074]47 <check key="embankment" text="Embankment" disable_off="true" />
48 <check key="cutting" text="Cutting" disable_off="true" />
49 </checkgroup>
50 </chunk>
[7102]51 <chunk id="highway_yesno_incline">
[15074]52 <reference ref="highway_yesno" />
[16474]53 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
[7102]54 </chunk>
[15074]55 <chunk id="highway_yesno_incline_oneway_lit_width">
[16741]56 <checkgroup columns="4">
57 <check key="bridge" text="Bridge" disable_off="true" />
58 <check key="tunnel" text="Tunnel" disable_off="true" />
59 <check key="embankment" text="Embankment" disable_off="true" />
60 <check key="cutting" text="Cutting" disable_off="true" />
61 </checkgroup>
62 <checkgroup columns="4">
63 <check key="oneway" text="Oneway" />
64 <check key="lit" text="Lit" />
65 </checkgroup>
66 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
[7102]67 <text key="width" text="Width (meters)" />
68 </chunk>
[7707]69 <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
70 <reference ref="highway_yesno_incline_oneway_lit_width" />
[12771]71 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[7707]72 </chunk>
[16741]73 <chunk id="placement">
74 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5,transition" />
75 <combo key="placement:forward" text="Placement in way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
76 <combo key="placement:backward" text="Placement opposed to way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
77 </chunk>
[7102]78 <chunk id="railway_service">
[9031]79 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
[7102]80 </chunk>
[15074]81 <chunk id="railway_electrified_yesno">
[10540]82 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
[7102]83 <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
84 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
[15074]85 <reference ref="highway_yesno" />
[7102]86 </chunk>
[15074]87 <chunk id="railway_service_gauge_electrified_yesno">
[7102]88 <reference ref="railway_service" />
89 <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
90 <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
[15074]91 <reference ref="railway_electrified_yesno" />
[7102]92 </chunk>
[16801]93 <chunk id="check_access_nomotor">
94 <optional text="Non-motorized traffic:">
95 <checkgroup columns="3">
96 <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
97 <check key="bicycle" text="Bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" />
98 <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
99 </checkgroup>
100 <space />
101 <reference ref="wheelchair" />
[7102]102 </optional>
103 </chunk>
[16801]104 <chunk id="check_access_motor">
105 <optional text="Motor vehicle traffic:">
106 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
107 <space />
108 <checkgroup columns="2">
109 <check key="motorcar" text="Motorcar" icon="presets/vehicle/restriction/plain/motorcar.svg" />
110 <check key="motorcycle" text="Motorcycle" icon="presets/vehicle/restriction/plain/motorcycle.svg" />
111 <check key="moped" text="Moped" icon="presets/vehicle/restriction/plain/moped.svg" />
112 <check key="mofa" text="Mofa" icon="presets/vehicle/restriction/plain/mofa.svg" />
113 </checkgroup>
[7102]114 </optional>
115 </chunk>
[12957]116 <chunk id="min_age">
117 <text key="min_age" text="Minimum age" />
118 </chunk>
119 <chunk id="max_age">
120 <text key="max_age" text="Maximum age" />
121 </chunk>
[7102]122 <chunk id="name_ref">
123 <text key="name" text="Name" />
124 <text key="ref" text="Reference" />
125 </chunk>
[15112]126 <chunk id="ref_operator">
[7102]127 <text key="ref" text="Reference" />
128 <text key="operator" text="Operator" />
129 </chunk>
[15112]130 <chunk id="name_ref_operator">
131 <text key="name" text="Name" />
132 <reference ref="ref_operator" />
133 </chunk>
[7102]134 <chunk id="name_operator">
135 <text key="name" text="Name" />
136 <text key="operator" text="Operator" />
137 </chunk>
138 <chunk id="name_layer">
139 <text key="name" text="Name" />
[16944]140 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[7102]141 </chunk>
142 <chunk id="service_times">
[11597]143 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 09:30,11:00|Sa,Su,PH 09:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
[7102]144 </chunk>
145 <chunk id="oh">
[16474]146 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
[7102]147 </chunk>
[8013]148 <chunk id="wheelchair">
[16742]149 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
[8013]150 </chunk>
151 <chunk id="oh_wheelchair">
[7102]152 <reference ref="oh" />
[8013]153 <reference ref="wheelchair" />
[7102]154 </chunk>
[8013]155 <chunk id="name_oh_wheelchair">
156 <text key="name" text="Name" />
157 <reference ref="oh_wheelchair" />
158 </chunk>
159 <chunk id="name_operator_oh_wheelchair">
[7361]160 <reference ref="name_operator" />
[8013]161 <reference ref="oh_wheelchair" />
[7102]162 </chunk>
[8013]163 <chunk id="name_brand_operator_oh_wheelchair">
[7102]164 <text key="name" text="Name" />
165 <text key="brand" text="Brand" />
166 <text key="operator" text="Operator" />
[8013]167 <reference ref="oh_wheelchair" />
[7102]168 </chunk>
[8013]169 <chunk id="name_brand_oh_wheelchair">
[7102]170 <text key="name" text="Name" />
171 <text key="brand" text="Brand" />
[8013]172 <reference ref="oh_wheelchair" />
[7102]173 </chunk>
[9652]174 <chunk id="cuisine">
[15597]175 <multiselect key="cuisine" text="Cuisine" values="african;american;arab;argentinian;asian;bagel;balkan;barbecue;bavarian;beef_bowl;brazilian;burger;cake;caribbean;chicken;chinese;coffee_shop;crepe;curry;danish;donut;ethiopian;filipino;fish;fish_and_chips;french;friture;frozen_yogurt;german;georgian;greek;heuriger;hot_dog;ice_cream;indian;indonesian;international;italian;japanese;kebab;korean;lebanese;malaysian;mediterranean;mexican;moroccan;noodle;pancake;pasta;persian;peruvian;pizza;polish;portuguese;ramen;regional;russian;sandwich;sausage;seafood;soba;spanish;steak_house;sushi;tex-mex;tapas;thai;turkish;vietnamese;wings" values_searchable="true" />
[9652]176 </chunk>
[7620]177 <chunk id="internet">
[7102]178 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
179 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
[7620]180 </chunk>
[8013]181 <chunk id="internet_smoking">
[7620]182 <reference ref="internet" />
[9035]183 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
[7102]184 </chunk>
185 <chunk id="optional_height">
186 <optional>
187 <text key="height" text="Height (meters)" length="7" />
188 </optional>
189 </chunk>
190 <chunk id="optional_maxwidth">
191 <optional>
192 <text key="maxwidth" text="Max. width (meters)" length="7" />
193 </optional>
194 </chunk>
195 <chunk id="optional_maxheight_maxwidth">
196 <optional>
197 <text key="maxheight" text="Max. height (meters)" length="7" />
198 <text key="maxwidth" text="Max. width (meters)" length="7" />
199 </optional>
200 </chunk>
[12908]201 <chunk id="optional_name">
202 <optional>
203 <text key="name" text="Name" />
204 </optional>
205 </chunk>
206 <chunk id="optional_name_operator">
207 <optional>
208 <text key="name" text="Name" />
209 <text key="operator" text="Operator" />
210 </optional>
211 </chunk>
[7102]212 <chunk id="name_leisure_pitch">
213 <text key="name" text="Name" />
214 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
215 </chunk>
[8123]216 <chunk id="sport">
[16756]217 <combo key="sport" text="Sport" values="10pin,9pin,american_football,archery,athletics,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,chess,climbing,cricket,croquet,curling,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,ice_skating,karting,model_aerodrome,motocross,motor,multi,pelota,racquet,rc_car,roller_skating,rowing,rugby_league,rugby_union,running,safety_training,scuba_diving,shooting,skateboard,soccer,surfing,swimming,table_tennis,tennis,volleyball" values_context="sport" />
[7379]218 </chunk>
[16742]219 <chunk id="highway_access">
220 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_sort="false" />
221 </chunk>
[16801]222 <chunk id="highway_access_vehicle">
223 <reference ref="highway_access" />
224 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
225 </chunk>
[16742]226 <chunk id="POI_access">
227 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" values_sort="false" />
228 </chunk>
229 <chunk id="path_access_modes">
230 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
231 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
232 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
233 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
234 <space />
235 <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." />
236 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
237 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
238 </chunk>
[7620]239 <chunk id="fee">
240 <combo key="fee" text="Fee" values="yes,no" />
241 </chunk>
242 <chunk id="fee_interval">
[16474]243 <combo key="fee" text="Fee" 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_no_i18n="true" values_sort="false" />
[7620]244 </chunk>
[7102]245 <chunk id="parking_name_type_ref">
246 <text key="name" text="Name" />
[7734]247 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
[7102]248 <text key="ref" text="Reference number" />
249 </chunk>
[8028]250 <chunk id="parking_access_fee_operator_surface_smoothness">
[7102]251 <space />
[16474]252 <reference ref="POI_access" />
[7620]253 <reference ref="fee_interval" />
[7102]254 <text key="operator" text="Operator" />
[8028]255 <reference ref="surface_smoothness" />
[7102]256 </chunk>
[7449]257 <chunk id="maxstay">
[16340]258 <combo key="maxstay" text="Time Limit" values="30 minutes,60 minutes,180 minutes,1 hour,1.5 hours,1 day,3 days,2 weeks,4 months,1.5 years,unlimited,no,load-unload" values_no_i18n="true" values_sort="false" />
[7102]259 </chunk>
[7620]260 <chunk id="supervised">
[16474]261 <combo key="supervised" text="Supervised" 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" />
[7620]262 </chunk>
[7102]263 <chunk id="supervised_lit_oh">
[7620]264 <reference ref="supervised" />
[16474]265 <combo key="lit" text="Lit" 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" />
[7102]266 <reference ref="oh" />
267 </chunk>
[16861]268 <chunk id="wikipedia_wikidata">
[7102]269 <text key="wikipedia" text="Wikipedia" />
[16861]270 <text key="wikidata" text="Wikidata" />
[7102]271 </chunk>
[16861]272 <chunk id="name_wikipedia_wikidata">
273 <text key="name" text="Name" />
274 <reference ref="wikipedia_wikidata" />
275 </chunk>
[7102]276 <chunk id="population_postcode_website">
277 <text key="population" text="Population" />
[10771]278 <text key="postal_code" text="Postal Code" />
[7102]279 <text key="website" text="Website" />
280 </chunk>
281 <chunk id="route_hikebike_optionals">
[10320]282 <text key="ref" text="Reference" />
283 <text key="operator" text="Operator" />
[16474]284 <text key="distance" text="Distance (kilometers)"/>
[7102]285 <text key="ascent" text="Ascent (m)"/>
286 <text key="descent" text="Descent (m)"/>
287 <check key="roundtrip" text="Roundtrip"/>
288 <text key="symbol" text="Symbol description"/>
289 <text key="description" text="Description"/>
[16710]290 <text key="website" text="Website" />
[7102]291 </chunk>
[12325]292 <chunk id="genus_species_taxon">
293 <text key="genus" text="Genus" />
294 <text key="species" text="Species" />
295 <text key="taxon" text="Taxon" />
296 </chunk>
[7222]297 <chunk id="leaf">
[13786]298 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
299 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
[8483]300 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
301 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
302 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
303 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
304 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
305 </combo>
[7222]306 </chunk>
[13786]307 <chunk id="leaf_without_mixed">
308 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
[13814]309 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
[13786]310 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
311 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
312 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
313 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
314 </combo>
315 </chunk>
[14867]316 <!-- start of religions and denominations -->
[16711]317 <chunk id="religious"> <!-- all religions and denominations -->
318 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" values_searchable="true" />
319 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,conservative,evangelical,greek_catholic,greek_orthodox,ibadi,iglesia_ni_cristo,jehovahs_witness,lutheran,mahayana,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reform,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,shaivism,shaktism,shia,smartism,spiritist,sunni,tibetan,theravada,united,united_methodist,vaishnavism,vajrayana" values_searchable="true" />
320 </chunk>
321 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
322 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" default="christian" values_searchable="true" />
323 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
324 </chunk>
325 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
326 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
327 </chunk>
328 <chunk id="christian_denominations"> <!-- christian denominations -->
329 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_searchable="true" />
330 </chunk>
331 <chunk id="muslim_denominations"> <!-- muslim denominations -->
332 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
333 </chunk>
334 <chunk id="jewish_denominations"> <!-- jewish denominations -->
335 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
336 </chunk>
337 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
338 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
339 </chunk>
340 <chunk id="hindu_denominations"> <!-- hindu denominations -->
341 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
342 </chunk>
343 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
[14867]344 <!-- end of religions and denominations -->
[7361]345 <chunk id="voltage">
[15203]346 <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,22000,20000,15000,110000;20000" />
[7361]347 </chunk>
348 <chunk id="frequency">
349 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
350 </chunk>
351 <chunk id="voltage_frequency">
352 <reference ref="voltage" />
353 <reference ref="frequency" />
354 </chunk>
[13814]355 <chunk id="transformer_voltage_frequency">
356 <combo key="voltage:primary" text="Primary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
357 <combo key="voltage:secondary" text="Secondary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
358 <combo key="voltage:tertiary" text="Tertiary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
359 <reference ref="frequency" />
360 </chunk>
[12934]361 <chunk id="cables">
[10361]362 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
[12934]363 </chunk>
364 <chunk id="cables_circuits">
365 <reference ref="cables" />
[10361]366 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
[7361]367 </chunk>
368 <chunk id="power_loc">
[15372]369 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
[7361]370 </chunk>
371 <chunk id="power_extra">
372 <reference ref="power_loc" />
373 <reference ref="voltage_frequency" />
[15075]374 <reference ref="ref_operator" />
[7361]375 </chunk>
376 <chunk id="power_line_extra">
[12934]377 <reference ref="cables_circuits" />
[7361]378 <reference ref="voltage_frequency" />
379 </chunk>
380 <chunk id="power_generator">
[14646]381 <link wiki="Tag:power=generator" />
[7361]382 <space />
383 <key key="power" value="generator" />
384 <reference ref="name_ref_operator" />
385 <text key="start_date" text="Start date" />
386 </chunk>
387 <chunk id="power_output">
388 <optional text="Output forms of energy:">
389 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
390 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
391 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
392 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
393 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
394 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
395 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
396 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
397 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
398 <space />
[9500]399 <reference ref="voltage_frequency" />
[7361]400 </optional>
401 </chunk>
[12997]402 <chunk id="power_pole">
[16474]403 <text key="height" text="Height (meters)" length="7" />
[15170]404 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[15454]405 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[12997]406 <check key="location:transition" text="Location transition" disable_off="true" />
[15075]407 <reference ref="ref_operator" />
[12997]408 </chunk>
[13814]409 <chunk id="rating_phases">
410 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
411 <combo key="phases" text="Phases" values="1,3" length="1" />
412 </chunk>
[12997]413 <chunk id="optional_rating_phases">
414 <optional>
[13814]415 <reference ref="rating_phases" />
[12997]416 </optional>
417 </chunk>
[13814]418 <chunk id="optional_transformer_rating_phases_devices_windings">
419 <optional>
420 <reference ref="rating_phases" />
421 <combo key="devices" text="Number of devices" values="1,2,3,4" />
422 <combo key="windings" text="Number of windings" values="1,2,3,4" />
[13894]423 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
424 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
[13814]425 </optional>
426 </chunk>
[15112]427 <chunk id="telecom_medium">
428 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
429 </chunk>
[7490]430 <chunk id="optional_bridge">
431 <optional>
432 <text key="name" text="Name" />
[15266]433 <text key="bridge:name" text="Bridge name" />
[16944]434 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" />
[8983]435 <space />
[7490]436 <text key="maxspeed" text="Max. speed (km/h)" />
[8983]437 <text key="maxspeed:forward" text="Max. speed in way direction" />
438 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
439 <space />
[7490]440 <text key="maxweight" text="Max. weight (tonnes)" />
441 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
442 <text key="width" text="Width (meters)" />
443 <check key="toll" text="Toll" />
444 </optional>
445 </chunk>
[8146]446 <chunk id="waterway">
[16944]447 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[9425]448 <check key="intermittent" text="Intermittent" disable_off="true" />
449 <check key="seasonal" text="Seasonal" disable_off="true" />
[9028]450 <check key="tidal" text="In the tidal range" disable_off="true" />
[8146]451 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
452 <text key="width" text="Width (meters)" />
453 </chunk>
454 <chunk id="water_access">
455 <optional text="Water access rules:">
[16742]456 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
457 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
458 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
459 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
[8146]460 </optional>
461 </chunk>
[9037]462 <chunk id="operator_substance">
463 <text key="operator" text="Operator" />
464 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
465 </chunk>
466 <chunk id="support">
467 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
468 </chunk>
[9039]469 <chunk id="aerodrome">
470 <key key="aeroway" value="aerodrome" match="keyvalue" />
471 <text key="name" text="Name" />
472 <optional>
473 <text key="iata" text="IATA" />
474 <text key="icao" text="ICAO" />
[16861]475 <reference ref="wikipedia_wikidata" />
[9039]476 </optional>
477 </chunk>
[9080]478 <chunk id="car_brands">
[16711]479 <multiselect key="brand" text="Car brand" values="Alfa Romeo;Aston Martin;Audi;Bentley;BMW;Buick;Cadillac;Chevrolet;Chrysler;Citroën;Dacia;Daewoo;Daihatsu;Dodge;Ferrari;Fiat;Ford;GMC;Great Wall;Holden;Honda;Hyundai;Infiniti;Isuzu;Jaguar;Jeep;Kia;Lada;Lancia;Land Rover;Lexus;Lincoln;Lotus;Maserati;Mazda;Mercedes-Benz;Mini;Mitsubishi;Nissan;Opel;Peugeot;Porsche;Renault;Saab;Seat;Škoda;Smart;SsangYong;Subaru;Suzuki;Tata;Toyota;Vauxhall;Volkswagen;Volvo" values_no_i18n="true" />
480 </chunk>
481 <chunk id="motorcycle_brands">
482 <multiselect key="brand" text="Motorcycle brand" values="Aprillia;BMW;Ducati;Gilera;Harley-Davidson;Honda;Kawasaki;KTM;Kymco;Piaggio;Peugeot;Piaggio;Suzuki;Triumph;Vespa;Yamaha" values_no_i18n="true" />
483 </chunk>
484 <chunk id="walking_routes_roles">
485 <roles>
486 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
487 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
488 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
489 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
490 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
491 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
492 <role key="" text="natural" requisite="optional" type="node,closedway" member_expression="natural=peak OR natural=volcano OR mountain_pass=yes OR natural=water OR tourism=viewpoint OR amenity=drinking_water OR natural=spring OR place=locality"/>
493 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
494 </roles>
495 </chunk>
496 <chunk id="route_segment_roles">
497 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
498 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
499 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
500 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
501 </chunk>
502 <chunk id="route_start_stop_roles">
503 <role key="start" text="start endpoint" requisite="optional" type="node" />
504 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
505 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
506 </chunk>
507 <chunk id="public_transport_route_optionals">
508 <text key="from" text="From (initial stop)" />
509 <text key="to" text="To (terminal stop)" />
510 <text key="via" text="Via (intermediate stops)" />
511 <text key="operator" text="Operator" />
512 <text key="network" text="Network" />
513 <text key="description" text="Description" />
514 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
515 <reference ref="oh" />
516 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
517 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
518 <reference ref="fee" />
519 <text key="website" text="Website" />
520 </chunk>
521 <chunk id="climbing_styles">
522 <label text="Climbing styles:" />
523 <checkgroup columns="2">
524 <check key="climbing:boulder" text="Boulders" />
525 <check key="climbing:sport" text="Sport climbing" />
526 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
527 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
528 <check key="climbing:multipitch" text="Multi-pitch climbing" />
529 <check key="climbing:ice" text="Ice climbing" />
530 <check key="climbing:mixed" text="Mixed climbing" />
531 <check key="climbing:deepwater" text="Deep Water Soloing" />
532 </checkgroup>
533 </chunk>
534 <chunk id="climbing_optional_attributes">
535 <optional>
536 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
537 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
538 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
539 <check key="climbing:summit_log" text="Summit/route log/register" />
540 <check key="indoor" text="Climbing routes indoor" />
541 <check key="outdoor" text="Climbing routes outdoor" />
542 <text key="website" text="Official web site (e.g. operator)" />
543 <text key="url" text="Unofficial web site" />
544 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|sunset-sunrise open; sunrise-sunset closed|Mar-Jun closed; Jul-Feb Mo-Su,PH sunrise-sunset|Mo-Fr 15:00-22:00; Sa-Su 11:00-22:00" values_no_i18n="true" values_sort="false" />
545 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
546 <reference ref="POI_access" />
547 </optional>
548 </chunk>
[16758]549 <chunk id="communication">
550 <space />
551 <label text="Communication type:" />
552 <checkgroup columns="3">
553 <check key="communication:mobile_phone" text="Mobile phone" />
554 <check key="communication:television" text="Television" />
555 <check key="communication:radio" text="Radio" />
556 <check key="communication:microwave" text="Microwave" />
557 <check key="communication:gsm-r" text="GSM-R" />
558 </checkgroup>
559 </chunk>
[16712]560 <!-- Link chunks -->
561 <chunk id="link_contact_address">
562 <preset_link preset_name="Contact (Common Schema)" />
563 <preset_link preset_name="Address" />
564 </chunk>
565 <chunk id="link_contact_address_payment">
566 <preset_link preset_name="Contact (Common Schema)" />
567 <preset_link preset_name="Address" />
568 <preset_link preset_name="Payment Methods" />
569 </chunk>
[16743]570 <chunk id="link_road_access_restrictions">
571 <preset_link preset_name="Road Restrictions" />
572 <preset_link preset_name="Access Restrictions" />
573 </chunk>
[16744]574 <!-- Groups -->
[10565]575 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
576 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
577 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
[14646]578 <link wiki="Tag:highway=motorway" />
[7102]579 <space />
580 <key key="highway" value="motorway" />
581 <text key="ref" text="Reference" />
[16741]582 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]583 <optional>
584 <text key="name" text="Name" />
[16741]585 <check key="noname" text="Street has no name" disable_off="true" />
[7102]586 <reference ref="highway_base" />
[10017]587 <text key="destination" text="Destination" />
588 <text key="destination:ref" text="Destination reference" />
[7703]589 <text key="width" text="Width (meters)" />
[16741]590 <space />
591 <reference ref="highway_yesno" />
[7102]592 <checkgroup columns="4">
593 <check key="oneway" text="Oneway" default="on" />
594 <check key="lit" text="Lit" />
595 <check key="toll" text="Toll" />
596 </checkgroup>
[16741]597 <reference ref="placement" />
[7102]598 </optional>
[16743]599 <reference ref="link_road_access_restrictions" />
[7393]600 </item> <!-- Motorway -->
[10565]601 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
[14646]602 <link wiki="Tag:highway=motorway_link" />
[7102]603 <key key="highway" value="motorway_link" />
604 <optional>
[16741]605 <text key="ref" text="Reference" />
606 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]607 <reference ref="highway_base" />
[10017]608 <text key="destination" text="Destination" />
609 <text key="destination:ref" text="Destination reference" />
[15189]610 <text key="junction:ref" text="Junction reference" />
[7703]611 <text key="width" text="Width (meters)" />
[16741]612 <space />
613 <reference ref="highway_yesno" />
[7102]614 <checkgroup columns="4">
615 <check key="oneway" text="Oneway" default="on" />
616 <check key="lit" text="Lit" />
617 <check key="toll" text="Toll" />
618 </checkgroup>
[16741]619 <reference ref="placement" />
[7102]620 </optional>
[16743]621 <reference ref="link_road_access_restrictions" />
[7393]622 </item> <!-- Motorway Link -->
[10565]623 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
[14646]624 <link wiki="Tag:highway=trunk" />
[7102]625 <space />
626 <key key="highway" value="trunk" />
627 <text key="ref" text="Reference" />
[16741]628 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]629 <optional>
630 <text key="name" text="Name" />
[16741]631 <check key="noname" text="Street has no name" disable_off="true" />
[7102]632 <reference ref="highway_base" />
[10017]633 <text key="destination" text="Destination" />
634 <text key="destination:ref" text="Destination reference" />
[7703]635 <text key="width" text="Width (meters)" />
[16741]636 <space />
637 <reference ref="highway_yesno" />
[7102]638 <checkgroup columns="4">
639 <check key="oneway" text="Oneway" default="on" />
640 <check key="lit" text="Lit" />
641 <check key="toll" text="Toll" />
[16741]642 <check key="motorroad" text="Motorroad" default="on" />
[7102]643 </checkgroup>
[16741]644 <reference ref="placement" />
[7102]645 </optional>
[16743]646 <reference ref="link_road_access_restrictions" />
[7393]647 </item> <!-- Trunk -->
[10565]648 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
[14646]649 <link wiki="Highway_link" />
[7102]650 <space />
651 <key key="highway" value="trunk_link" />
652 <optional>
[16741]653 <text key="ref" text="Reference" />
654 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]655 <reference ref="highway_base" />
[10017]656 <text key="destination" text="Destination" />
657 <text key="destination:ref" text="Destination reference" />
[15189]658 <text key="junction:ref" text="Junction reference" />
[7703]659 <text key="width" text="Width (meters)" />
[16741]660 <space />
661 <reference ref="highway_yesno" />
[7102]662 <checkgroup columns="4">
663 <check key="oneway" text="Oneway" default="on" />
664 <check key="lit" text="Lit" />
665 <check key="toll" text="Toll" />
[16741]666 <check key="motorroad" text="Motorroad" default="on" />
[7102]667 </checkgroup>
[16741]668 <reference ref="placement" />
[7102]669 </optional>
[16743]670 <reference ref="link_road_access_restrictions" />
[7393]671 </item> <!-- Trunk Link -->
[7102]672 <separator/>
[10565]673 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
[14646]674 <link wiki="Tag:highway=primary" />
[7102]675 <space />
676 <key key="highway" value="primary" />
677 <text key="ref" text="Reference" />
[16741]678 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]679 <optional>
680 <text key="name" text="Name" />
[16741]681 <check key="noname" text="Street has no name" disable_off="true" />
[7102]682 <reference ref="highway_base" />
[7707]683 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]684 <checkgroup columns="4">
685 <check key="motorroad" text="Motorroad" />
686 <check key="narrow" text="Narrow" disable_off="true" />
687 <check key="trolley_wire" text="Overhead trolley wires" />
688 </checkgroup>
689 <reference ref="placement" />
[7102]690 </optional>
[16743]691 <reference ref="link_road_access_restrictions" />
[7393]692 </item> <!-- Primary -->
[10565]693 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
[14646]694 <link wiki="Highway_link" />
[7102]695 <key key="highway" value="primary_link" />
696 <optional>
697 <reference ref="highway_base" />
[15189]698 <text key="destination" text="Destination" />
699 <text key="destination:ref" text="Destination reference" />
700 <text key="junction:ref" text="Junction reference" />
[7102]701 <check key="motorroad" text="Motorroad" />
[7707]702 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]703 <space />
704 <reference ref="placement" />
[7102]705 </optional>
[16743]706 <reference ref="link_road_access_restrictions" />
[7393]707 </item> <!-- Primary Link -->
[10565]708 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
[14646]709 <link wiki="Tag:highway=secondary" />
[7102]710 <space />
711 <key key="highway" value="secondary" />
712 <text key="ref" text="Reference" />
[16741]713 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]714 <optional>
715 <text key="name" text="Name" />
[16741]716 <check key="noname" text="Street has no name" disable_off="true" />
[7102]717 <reference ref="highway_base" />
[7707]718 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]719 <checkgroup columns="2">
720 <check key="narrow" text="Narrow" disable_off="true" />
721 <check key="trolley_wire" text="Overhead trolley wires" />
722 </checkgroup>
723 <reference ref="placement" />
[7102]724 </optional>
[16743]725 <reference ref="link_road_access_restrictions" />
[7393]726 </item> <!-- Secondary -->
[10565]727 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
[14646]728 <link wiki="Highway_link" />
[7102]729 <key key="highway" value="secondary_link" />
730 <optional>
731 <reference ref="highway_base" />
[15189]732 <text key="destination" text="Destination" />
733 <text key="destination:ref" text="Destination reference" />
[7707]734 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]735 <space />
736 <reference ref="placement" />
[7102]737 </optional>
[16743]738 <reference ref="link_road_access_restrictions" />
[7393]739 </item> <!-- Secondary Link -->
[10565]740 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
[14646]741 <link wiki="Tag:highway=tertiary" />
[7102]742 <space />
743 <key key="highway" value="tertiary" />
744 <text key="ref" text="Reference" />
[16741]745 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]746 <optional>
747 <text key="name" text="Name" />
[16741]748 <check key="noname" text="Street has no name" disable_off="true" />
[7102]749 <reference ref="highway_base" />
[7707]750 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]751 <checkgroup columns="2">
752 <check key="narrow" text="Narrow" disable_off="true" />
753 <check key="trolley_wire" text="Overhead trolley wires" />
754 </checkgroup>
755 <reference ref="placement" />
[7102]756 </optional>
[16743]757 <reference ref="link_road_access_restrictions" />
[7393]758 </item> <!-- Tertiary -->
[10565]759 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
[14646]760 <link wiki="Highway_link" />
[7102]761 <key key="highway" value="tertiary_link" />
762 <optional>
763 <reference ref="highway_base" />
[15189]764 <text key="destination" text="Destination" />
765 <text key="destination:ref" text="Destination reference" />
[7707]766 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]767 <space />
768 <reference ref="placement" />
[7102]769 </optional>
[16743]770 <reference ref="link_road_access_restrictions" />
[7393]771 </item> <!-- Tertiary Link -->
[10565]772 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
[14646]773 <link wiki="Tag:highway=unclassified" />
[7102]774 <key key="highway" value="unclassified" />
775 <optional>
776 <text key="name" text="Name" />
[8755]777 <check key="noname" text="Street has no name" disable_off="true" />
[7102]778 <text key="ref" text="Reference" />
[16741]779 <check key="noref" text="Street has no reference" disable_off="true" />
[7102]780 <reference ref="highway_base" />
[7707]781 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[16741]782 <checkgroup columns="3">
783 <check key="narrow" text="Narrow" disable_off="true" />
784 <check key="trolley_wire" text="Overhead trolley wires" />
785 <check key="passing_places" text="Passing Places" />
786 </checkgroup>
787 <reference ref="placement" />
[7102]788 </optional>
[16743]789 <reference ref="link_road_access_restrictions" />
[7393]790 </item> <!-- Unclassified -->
[10565]791 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
[14646]792 <link wiki="Tag:highway=residential" />
[7102]793 <space />
794 <key key="highway" value="residential" />
795 <text key="name" text="Name" />
[16741]796 <check key="noname" text="Street has no name" disable_off="true" />
[7102]797 <optional>
798 <text key="ref" text="Reference" />
799 <reference ref="highway_base" />
[16741]800 <reference ref="highway_yesno" />
801 <checkgroup columns="4">
[15829]802 <check key="oneway" text="Oneway" />
803 <check key="oneway:bicycle" text="Oneway for bicycle" />
[16741]804 <check key="lit" text="Lit" />
[15829]805 </checkgroup>
806 <text key="width" text="Width (meters)" />
807 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[16741]808 <checkgroup columns="2">
809 <check key="narrow" text="Narrow" disable_off="true" />
810 <check key="trolley_wire" text="Overhead trolley wires" />
811 </checkgroup>
[7102]812 </optional>
[16743]813 <reference ref="link_road_access_restrictions" />
[7393]814 </item> <!-- Residential -->
[10565]815 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
[14646]816 <link wiki="Key:bicycle_road" />
[7102]817 <space />
818 <key key="bicycle_road" value="yes" />
819 <key key="bicycle" value="designated" />
820 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
821 <text key="name" text="Name" />
[16741]822 <check key="noname" text="Street has no name" disable_off="true" />
[16742]823 <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
[7102]824 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
825 <optional>
[11133]826 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[16944]827 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[8028]828 <reference ref="surface_smoothness" />
[7102]829 <reference ref="highway_yesno_incline" />
[16741]830 <checkgroup columns="4">
831 <check key="oneway" text="Oneway" />
832 <check key="oneway:bicycle" text="Oneway for bicycle" />
833 <check key="lit" text="Lit" />
834 </checkgroup>
[7102]835 <text key="width" text="Width (meters)" />
[12771]836 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[7102]837 </optional>
[16743]838 <reference ref="link_road_access_restrictions" />
[7393]839 </item> <!-- Bicycle Road -->
[10565]840 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
[14646]841 <link wiki="Tag:highway=living_street" />
[7102]842 <space />
843 <key key="highway" value="living_street" />
844 <text key="name" text="Name" />
[16741]845 <check key="noname" text="Street has no name" disable_off="true" />
[7102]846 <optional>
[11133]847 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[16944]848 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[8028]849 <reference ref="surface_smoothness" />
[7703]850 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16741]851 <checkgroup columns="2">
852 <check key="narrow" text="Narrow" disable_off="true" />
853 <check key="trolley_wire" text="Overhead trolley wires" />
854 </checkgroup>
[7102]855 </optional>
[16743]856 <reference ref="link_road_access_restrictions" />
[7393]857 </item> <!-- Living Street -->
[10565]858 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]859 <link wiki="Tag:highway=pedestrian" />
[7102]860 <space />
861 <key key="highway" value="pedestrian" />
862 <text key="name" text="Name" />
[16741]863 <check key="noname" text="Street has no name" disable_off="true" />
[7102]864 <optional>
[16944]865 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[8028]866 <reference ref="surface_smoothness" />
[7102]867 <check key="area" text="Area" />
868 <reference ref="highway_yesno_incline" />
869 <check key="lit" text="Lit" />
870 <text key="width" text="Width (meters)" />
871 </optional>
[16743]872 <reference ref="link_road_access_restrictions" />
[7393]873 </item> <!-- Pedestrian -->
[10565]874 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
[14646]875 <link wiki="Tag:highway=service" />
[7102]876 <space />
877 <key key="highway" value="service" />
[9036]878 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
[7102]879 <optional>
880 <text key="name" text="Name" />
[16741]881 <space />
[7102]882 <reference ref="highway_base" />
[7707]883 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[7102]884 <check key="passing_places" text="Passing Places" />
885 </optional>
[16743]886 <reference ref="link_road_access_restrictions" />
[7393]887 </item> <!-- Service -->
[10565]888 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
[14646]889 <link wiki="Tag:service=parking_aisle" />
[7102]890 <key key="highway" value="service" />
891 <key key="service" value="parking_aisle" />
892 <optional>
[8028]893 <reference ref="surface_smoothness" />
[7102]894 <check key="oneway" text="Oneway" />
895 <check key="lit" text="Lit" />
896 </optional>
[16743]897 <reference ref="link_road_access_restrictions" />
[7393]898 </item> <!-- Parking Aisle -->
[10565]899 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
[14646]900 <link wiki="Tag:highway=escape" />
[7979]901 <space />
902 <key key="highway" value="escape" />
903 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
904 <optional>
905 <reference ref="surface" />
906 <text key="width" text="Width (meters)" />
907 <check key="lit" text="Lit" />
908 </optional>
909 </item> <!-- Escape -->
[10565]910 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
[14646]911 <link wiki="Tag:highway=raceway" />
[8731]912 <space />
913 <key key="highway" value="raceway" />
914 <text key="name" text="Name" />
915 </item> <!-- Raceway -->
[10565]916 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
[14646]917 <link wiki="Tag:highway=road" />
[7102]918 <key key="highway" value="road" />
919 <optional>
920 <text key="name" text="Name" />
[16741]921 <space />
[7102]922 <reference ref="highway_base" />
[7707]923 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9161]924 <check key="trolley_wire" text="Overhead trolley wires" />
[7102]925 </optional>
[16743]926 <reference ref="link_road_access_restrictions" />
[7393]927 </item> <!-- Road (Unknown Type) -->
[10565]928 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
[14646]929 <link wiki="Key:construction" />
[7102]930 <key key="highway" value="construction" />
[7926]931 <combo key="construction" text="Highway type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,service,bus_guideway,bridleway,living_street,pedestrian,track,path,footway,cycleway,steps" values_context="Highway" />
[7102]932 <optional>
933 <text key="name" text="Name" />
[16741]934 <space />
[7102]935 <reference ref="highway_base" />
[7707]936 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9161]937 <check key="trolley_wire" text="Overhead trolley wires" />
[7857]938 <combo key="junction" text="Junction" values="roundabout,jughandle" />
[7102]939 </optional>
[16743]940 <reference ref="link_road_access_restrictions" />
[7393]941 </item> <!-- Construction -->
[7102]942 <separator/>
[16743]943 <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway" preset_name_label="true">
[14646]944 <link wiki="Key:access" />
[7102]945 <space />
[14534]946 <checkgroup columns="3" >
947 <check key="oneway" text="Oneway" />
948 <check key="toll" text="Toll" />
[15262]949 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
[15433]950 <check key="winter_road" text="Winter road" disable_off="true" />
951 <check key="ice_road" text="Ice road" disable_off="true" />
[14534]952 </checkgroup>
[16743]953 <text key="maxspeed" text="Max. speed (km/h)" />
954 <text key="maxspeed:forward" text="Max. speed in way direction" />
955 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
956 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
957 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
958 <text key="minspeed" text="Min. speed (km/h)" match="key" />
[14534]959 <space />
[16743]960 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
961 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
962 <space />
963 <text key="maxheight" text="Max. height (meters)" match="key" />
964 <text key="maxwidth" text="Max. width (meters)" match="key" />
965 <text key="maxlength" text="Max. length (meters)" match="key" />
966 <space />
967 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" />
968 <preset_link preset_name="Access Restrictions" />
969 </item> <!-- Road Restrictions -->
970 <item name="Access Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
971 <link wiki="Key:access" />
972 <space />
973 <label text="Some road types already imply some access restrictions which should not be set again." />
974 <space />
[7102]975 <label text="Transport mode restrictions" />
[16742]976 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_searchable="true" values_sort="false" match="key" />
977 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
978 <reference ref="wheelchair" />
979 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
980 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
981 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
[14534]982 <space />
[7102]983 <label text="Vehicles per type" />
[16742]984 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
985 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
986 <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
987 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
988 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
989 <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
990 <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
991 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
992 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
993 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
994 <combo key="bdouble" text="B-double road train" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
995 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
996 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" />
997 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
998 <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
[14534]999 <space />
[7102]1000 <label text="Vehicles per use" />
[16742]1001 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" />
1002 <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1003 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1004 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1005 <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1006 <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1007 <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1008 <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
[16743]1009 <preset_link preset_name="Road Restrictions" />
1010 </item> <!-- Access Restrictions -->
[7102]1011 <separator/>
[10565]1012 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
[14646]1013 <link wiki="Tag:junction=roundabout" />
[7102]1014 <space />
1015 <key key="junction" value="roundabout" />
[7926]1016 <combo key="highway" text="Type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" />
[7102]1017 <optional>
1018 <reference ref="name_layer" />
[11133]1019 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[15074]1020 <reference ref="highway_yesno" />
[7102]1021 <text key="width" text="Width (meters)" />
1022 </optional>
[16743]1023 <reference ref="link_road_access_restrictions" />
[7393]1024 </item> <!-- Roundabout -->
[10706]1025 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
[14646]1026 <link wiki="Tag:ford=yes" />
[11010]1027 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
[7102]1028 <optional>
1029 <text key="name" text="Name" />
1030 </optional>
[7393]1031 </item> <!-- Ford -->
[7102]1032 </group> <!-- Streets -->
[10565]1033 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
1034 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
[14646]1035 <link wiki="Tag:highway=track" />
[7102]1036 <space />
[10366]1037 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
[15933]1038 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
1039 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
1040 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
1041 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
1042 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
[10366]1043 </combo>
[7102]1044 <key key="highway" value="track" />
1045 <optional>
1046 <reference ref="name_layer" />
[8028]1047 <reference ref="surface_smoothness" />
[7703]1048 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1049 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
[16474]1050 <reference ref="highway_access" />
[16742]1051 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1052 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1053 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1054 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1055 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
[7102]1056 </optional>
[16743]1057 <reference ref="link_road_access_restrictions" />
[7393]1058 </item> <!-- Track -->
[10565]1059 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
[14646]1060 <link wiki="Tag:highway=path" />
[7102]1061 <key key="highway" value="path" />
1062 <optional>
1063 <reference ref="name_layer" />
[8028]1064 <reference ref="surface_smoothness" />
[7703]1065 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16474]1066 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
[7102]1067 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
1068 <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" />
1069 <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" />
1070 <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="sometimes need for hand use to get ahead. Terrain quite exposed, precarious grassy acclivities, jagged rocks, facile snow-free glaciers" />
1071 <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="single plainly climbing up to second grade. Exposed, demanding terrain, jagged rocks, few dangerous glacier and snow" />
1072 <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" />
1073 </combo>
1074 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
[8879]1075 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
[16112]1076 <check key="segregated" text="Segregated" />
[16742]1077 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1078 <reference ref="wheelchair" />
1079 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1080 <reference ref="path_access_modes" />
[7102]1081 </optional>
[16743]1082 <reference ref="link_road_access_restrictions" />
[7393]1083 </item> <!-- Path -->
[7102]1084 <separator/>
[10565]1085 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
[14646]1086 <link wiki="Tag:highway=bridleway" />
[7102]1087 <key key="highway" value="bridleway" />
1088 <optional>
1089 <reference ref="name_layer" />
1090 <text key="maxspeed" text="Max. speed (km/h)" />
[8028]1091 <reference ref="surface_smoothness" />
[7703]1092 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16742]1093 <check key="segregated" text="Segregated" />
1094 <space />
1095 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1096 <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." />
1097 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1098 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1099 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1100 <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1101 <reference ref="wheelchair" />
1102 <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1103 <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" />
1104 <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1105 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1106 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
[7102]1107 </optional>
[16743]1108 <reference ref="link_road_access_restrictions" />
[7393]1109 </item> <!-- Dedicated Bridleway -->
[10565]1110 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
[14646]1111 <link wiki="Bicycle" />
[7102]1112 <space />
[11907]1113 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
[15825]1114 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1115 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
[7102]1116 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1117 <space />
1118 <optional text="Edit Highway Attributes:">
[16474]1119 <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" values_sort="false" />
[7102]1120 <check key="oneway" text="Oneway" />
1121 </optional>
[7393]1122 </item> <!-- Cycle Lane/Track -->
[10565]1123 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1124 <link wiki="Tag:highway=cycleway" />
[7102]1125 <key key="highway" value="cycleway" />
1126 <optional>
1127 <reference ref="name_layer" />
[8028]1128 <reference ref="surface_smoothness" />
[7703]1129 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16112]1130 <check key="segregated" text="Segregated" />
[16742]1131 <space />
1132 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1133 <label text="Globally, `bicycle=designated` is implied." />
1134 <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1135 <reference ref="wheelchair" />
1136 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1137 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1138 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1139 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1140 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1141 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
[7102]1142 </optional>
[16743]1143 <reference ref="link_road_access_restrictions" />
[7393]1144 </item> <!-- Dedicated Cycleway -->
[10565]1145 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1146 <link wiki="Tag:highway=path" />
[7102]1147 <key key="highway" value="path" />
1148 <key key="bicycle" value="designated" />
1149 <key key="foot" value="designated" />
1150 <key key="segregated" value="yes" />
1151 <optional>
1152 <reference ref="name_layer" />
[8028]1153 <reference ref="surface_smoothness" />
[7703]1154 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16742]1155 <space />
1156 <reference ref="wheelchair" />
1157 <reference ref="path_access_modes" />
[7102]1158 </optional>
[16743]1159 <reference ref="link_road_access_restrictions" />
[7393]1160 </item> <!-- Segregated Foot- and Cycleway -->
[10565]1161 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1162 <link wiki="Tag:highway=path" />
[7102]1163 <key key="highway" value="path" />
1164 <key key="bicycle" value="designated" />
1165 <key key="foot" value="designated" />
1166 <key key="segregated" value="no" />
1167 <optional>
1168 <reference ref="name_layer" />
[8028]1169 <reference ref="surface_smoothness" />
[7703]1170 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1171 <check key="passing_places" text="Passing Places" />
[16742]1172 <space />
1173 <reference ref="wheelchair" />
1174 <reference ref="path_access_modes" />
[7102]1175 </optional>
[16743]1176 <reference ref="link_road_access_restrictions" />
[7393]1177 </item> <!-- Combined Foot- and Cycleway -->
[10565]1178 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
[14646]1179 <link wiki="Tag:highway=footway" />
[7102]1180 <key key="highway" value="footway" />
1181 <optional>
[16646]1182 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
[7102]1183 <reference ref="name_layer" />
[8028]1184 <reference ref="surface_smoothness" />
[15257]1185 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16112]1186 <check key="segregated" text="Segregated" />
[16742]1187 <reference ref="wheelchair" />
1188 <space />
1189 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1190 <label text="Globally, `foot=designated` is implied." />
1191 <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1192 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1193 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1194 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1195 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1196 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1197 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
[7102]1198 </optional>
[16743]1199 <reference ref="link_road_access_restrictions" />
[7393]1200 </item> <!-- Dedicated Footway -->
[10565]1201 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
[14646]1202 <link wiki="Tag:highway=steps" />
[7102]1203 <key key="highway" value="steps" />
1204 <optional>
[16289]1205 <text key="name" text="Name" />
[16944]1206 <combo key="level" text="Storeys" values="1;2,0;1,-1;0,-2;-1,1.5;2,1;1.5,0.5;1,0;0.5,-0.5;0,-1;-0.5,-1.5;-1,-2;-1.5" values_sort="false" />
1207 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[7102]1208 <reference ref="surface" />
1209 <text key="step_count" text="Amount of Steps" />
[8011]1210 <space />
[15072]1211 <check key="ramp" text="Ramp" />
[8011]1212 <checkgroup columns="2" >
1213 <check key="ramp:stroller" text="Stroller ramp" />
1214 <check key="ramp:bicycle" text="Bicycle ramp" />
1215 </checkgroup>
1216 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1217 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1218 <space />
[15072]1219 <check key="handrail" text="Handrail" />
[8011]1220 <checkgroup columns="3" >
1221 <check key="handrail:left" text="Left handrail" />
1222 <check key="handrail:center" text="Center handrail" />
1223 <check key="handrail:right" text="Right handrail" />
1224 </checkgroup>
1225 <space />
[9115]1226 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1227 <space />
[7703]1228 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1229 </optional>
[7393]1230 </item> <!-- Steps -->
[7102]1231 </group> <!-- Ways -->
[10565]1232 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1233 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
[14646]1234 <link wiki="Tag:highway=motorway_junction" />
[7102]1235 <space />
1236 <key key="highway" value="motorway_junction" />
1237 <text key="name" text="Name" />
[16741]1238 <check key="noname" text="Junction has no name" disable_off="true" />
[7102]1239 <text key="ref" text="Number" />
[16741]1240 <check key="noref" text="Junction has no reference" disable_off="true" />
[7393]1241 </item> <!-- Motorway Junction -->
[10565]1242 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1243 <link wiki="Tag:highway=services" />
[7102]1244 <key key="highway" value="services" />
1245 <optional>
1246 <text key="name" text="Name" />
1247 <text key="operator" text="Operator" />
1248 <check key="toilets" text="Toilets" />
1249 </optional>
[7393]1250 </item> <!-- Services -->
[10565]1251 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1252 <link wiki="Tag:highway=rest_area" />
[7102]1253 <key key="highway" value="rest_area" />
1254 <optional>
1255 <text key="name" text="Name" />
1256 <check key="toilets" text="Toilets" />
1257 <check key="drinking_water" text="Drinking Water" />
1258 </optional>
[7393]1259 </item> <!-- Rest Area -->
[7102]1260 <separator/>
[10565]1261 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
[14646]1262 <link wiki="Tag:highway=traffic_signals" />
[7102]1263 <key key="highway" value="traffic_signals" />
[15195]1264 <optional>
1265 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1266 </optional>
[7102]1267 <optional text="Optional crossing attributes:">
[15273]1268 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
[7381]1269 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
[15648]1270 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
[15273]1271 <check key="crossing:island" text="With island" />
[7745]1272 <check key="button_operated" text="Button operated" />
1273 <check key="traffic_signals:sound" text="Sound signals" />
[16474]1274 <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" />
[7381]1275 <check key="bicycle" text="Cross by bicycle" />
1276 <check key="horse" text="Cross on horseback" />
[7102]1277 </optional>
[7874]1278 <optional text="Optional values for specific countries">
1279 <text key="name" text="Name" />
1280 </optional>
[7875]1281 </item> <!-- Traffic Signal -->
[10565]1282 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
[14646]1283 <link wiki="Tag:highway=stop" />
[7102]1284 <key key="highway" value="stop" />
[15190]1285 <optional>
1286 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1287 </optional>
[7393]1288 </item> <!-- Stop -->
[10565]1289 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
[14646]1290 <link wiki="Tag:highway=give_way" />
[7102]1291 <key key="highway" value="give_way" />
[15190]1292 <optional>
1293 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1294 </optional>
[7393]1295 </item> <!-- Give Way -->
[15201]1296 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
[15197]1297 <link wiki="Tag:cycleway=asl" />
1298 <key key="cycleway" value="asl" />
1299 </item> <!-- Advanced stop line -->
[10565]1300 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
[14646]1301 <link wiki="Tag:highway=mini_roundabout" />
[7102]1302 <key key="highway" value="mini_roundabout" />
1303 <space />
1304 <combo key="direction" text="Direction" values="clockwise" />
[7393]1305 </item> <!-- Mini-Roundabout -->
[10565]1306 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
[14646]1307 <link wiki="Key:crossing" />
[7102]1308 <space />
1309 <key key="highway" value="crossing" />
[10437]1310 <combo key="crossing" text="Pedestrian crossing type" >
[10565]1311 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1312 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1313 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
[10437]1314 </combo>
[7102]1315 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
[15648]1316 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
[16474]1317 <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" />
[10233]1318 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[15273]1319 <check key="crossing:island" text="With island" />
[7102]1320 <check key="bicycle" text="Cross by bicycle" />
1321 <check key="horse" text="Cross on horseback" />
[8145]1322 <label text="In case of traffic signals:" />
1323 <check key="button_operated" text="Button operated" />
1324 <check key="traffic_signals:sound" text="Sound signals" />
[7393]1325 </item> <!-- Pedestrian Crossing -->
[10565]1326 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1327 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
[14646]1328 <link wiki="Key:traffic_calming" />
[9724]1329 <space />
1330 <key key="traffic_calming" value="bump" />
1331 </item> <!-- Bump -->
[14714]1332 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
[14646]1333 <link wiki="Key:traffic_calming" />
[9724]1334 <space />
[14714]1335 <key key="traffic_calming" value="hump" />
1336 </item> <!-- Hump -->
1337 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
[14646]1338 <link wiki="Key:traffic_calming" />
[9724]1339 <space />
[14714]1340 <key key="traffic_calming" value="table" />
1341 </item> <!-- Table -->
[10565]1342 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
[14646]1343 <link wiki="Key:traffic_calming" />
[9724]1344 <space />
1345 <key key="traffic_calming" value="cushion" />
1346 </item> <!-- Cushion -->
[14714]1347 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
[14646]1348 <link wiki="Key:traffic_calming" />
[9724]1349 <space />
[14714]1350 <key key="traffic_calming" value="rumble_strip" />
1351 </item> <!-- Rumble strip -->
1352 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
[14646]1353 <link wiki="Key:traffic_calming" />
[9724]1354 <space />
[14714]1355 <key key="traffic_calming" value="dip" />
1356 </item> <!-- Dip -->
1357 <separator/>
1358 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
[14646]1359 <link wiki="Key:traffic_calming" />
[9724]1360 <space />
[14714]1361 <key key="traffic_calming" value="chicane" />
1362 </item> <!-- Chicane -->
1363 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
[14646]1364 <link wiki="Key:traffic_calming" />
[9724]1365 <space />
[14714]1366 <key key="traffic_calming" value="choker" />
1367 </item> <!-- Choker -->
1368 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1369 <link wiki="Key:traffic_calming" />
1370 <space />
1371 <key key="traffic_calming" value="island" />
1372 </item> <!-- Island -->
[9724]1373 </group> <!-- Traffic Calming -->
[10565]1374 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
[14646]1375 <link wiki="Tag:highway=passing_place" />
[7102]1376 <key key="highway" value="passing_place" />
[7393]1377 </item> <!-- Passing Place -->
[10565]1378 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
[14646]1379 <link wiki="Tag:highway=turning_circle" />
[7102]1380 <key key="highway" value="turning_circle" />
[7393]1381 </item> <!-- Turning Circle -->
[10565]1382 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
[14646]1383 <link wiki="Tag:highway=turning_loop" />
[7328]1384 <key key="highway" value="turning_loop" />
[7393]1385 </item> <!-- Turning Loop -->
[10565]1386 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
[14998]1387 <link wiki="Tag:traffic_sign=city_limit" />
[7102]1388 <space />
1389 <key key="traffic_sign" value="city_limit" />
1390 <text key="name" text="Name" />
[15190]1391 <optional>
[16653]1392 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
[15190]1393 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1394 </optional>
[7393]1395 </item> <!-- City Limit -->
[10565]1396 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
[14646]1397 <link wiki="Key:traffic_sign" />
[9034]1398 <space />
1399 <key key="traffic_sign" value="maxspeed" />
1400 <text key="maxspeed" text="Max. speed (km/h)" />
[15190]1401 <optional>
1402 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1403 </optional>
[9037]1404 </item> <!-- Speed Limit -->
[10565]1405 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
[14646]1406 <link wiki="Tag:highway=speed_camera" />
[7102]1407 <key key="highway" value="speed_camera" />
1408 <optional>
1409 <text key="maxspeed" text="Max. speed (km/h)" />
1410 </optional>
[7393]1411 </item> <!-- Speed Camera -->
[15202]1412 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
[15201]1413 <link wiki="Tag:highway=toll_gantry" />
1414 <key key="highway" value="toll_gantry" />
1415 <optional>
1416 <text key="operator" text="Operator" />
1417 </optional>
1418 </item> <!-- Toll gantry -->
[10565]1419 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
[14646]1420 <link wiki="Tag:highway=traffic_mirror" />
[7810]1421 <key key="highway" value="traffic_mirror" />
1422 </item> <!-- Traffic Mirror -->
[10565]1423 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
[14646]1424 <link wiki="Tag:highway=milestone" />
[8725]1425 <key key="highway" value="milestone" />
1426 <text key="distance" text="Distance (kilometers)" />
1427 <text key="ref" text="Reference" />
1428 </item> <!-- Highway Milestone -->
[10565]1429 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
[14646]1430 <link wiki="Tag:junction=yes" />
[7857]1431 <key key="junction" value="yes" />
1432 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1433 <text key="name" text="Name" />
1434 </item> <!-- Named Junction -->
[7102]1435 <separator/>
[10565]1436 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
[14646]1437 <link wiki="Tag:highway=elevator" />
[7262]1438 <key key="highway" value="elevator" />
[15616]1439 <text key="capacity:persons" text="Capacity (persons)" />
1440 <text key="maxweight" text="Max. weight (tonnes)" />
[16944]1441 <combo key="level" text="Storeys" values="0;1;2;3;4;5;6;7,-2;-1;0;1;2;3;4;5;6;7;8;9" values_sort="false" />
[15616]1442 <optional>
1443 <text key="manufacturer" text="Manufacturer" />
1444 <reference ref="name_ref_operator" />
1445 <reference ref="oh_wheelchair" />
1446 <check key="handrail" text="Handrail" />
1447 <check key="bicycle" text="Bicycle" />
1448 <check key="indoor" text="Indoor" />
1449 <reference ref="fee" />
1450 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
[16474]1451 <reference ref="POI_access" />
[15616]1452 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1453 </optional>
[7393]1454 </item> <!-- Elevator -->
[7262]1455 <separator/>
[10565]1456 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
[14646]1457 <link wiki="Tag:amenity=grit_bin" />
[7102]1458 <key key="amenity" value="grit_bin" />
[7393]1459 </item> <!-- Grit Bin -->
[7102]1460 <separator/>
[10706]1461 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
[14646]1462 <link wiki="Key:mountain_pass" />
[7102]1463 <key key="mountain_pass" value="yes" />
1464 <optional>
1465 <text key="name" text="Name" />
[16707]1466 <text key="ele" text="Elevation (meters)" length="10" />
[16861]1467 <reference ref="wikipedia_wikidata" />
[7102]1468 </optional>
[7393]1469 </item> <!-- Mountain Pass -->
[7102]1470 </group> <!-- Waypoints -->
[10808]1471 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
[10706]1472 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
[14646]1473 <link wiki="Tag:barrier=block" />
[7102]1474 <key key="barrier" value="block" />
[16801]1475 <reference ref="optional_maxwidth" />
1476 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1477 <space />
1478 <reference ref="highway_access_vehicle" />
1479 <reference ref="check_access_nomotor" />
1480 <reference ref="check_access_motor" />
1481 <preset_link preset_name="Access Restrictions" />
[7393]1482 </item> <!-- Block -->
[10706]1483 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
[14646]1484 <link wiki="Tag:barrier=bollard" />
[16801]1485 <key key="barrier" value="bollard" />
[7102]1486 <space />
[16801]1487 <combo key="bollard" text="Bollard type" values="rising,removable,foldable,fixed" values_searchable="true" />
1488 <reference ref="optional_maxwidth" />
1489 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1490 <space />
1491 <label text="Tags which are implied and do not need to be set are:" />
1492 <label text="`access=no`, `foot=yes` and `bicycle=yes`" />
1493 <space />
1494 <reference ref="highway_access_vehicle" />
1495 <reference ref="check_access_nomotor" />
1496 <reference ref="check_access_motor" />
1497 <preset_link preset_name="Access Restrictions" />
[7393]1498 </item> <!-- Bollard -->
[10706]1499 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
[14646]1500 <link wiki="Tag:barrier=cycle_barrier" />
[7102]1501 <key key="barrier" value="cycle_barrier" />
1502 <reference ref="optional_maxwidth" />
[16801]1503 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1504 <space />
1505 <reference ref="highway_access_vehicle" />
1506 <optional text="Non-motorized traffic:">
1507 <checkgroup columns="2">
1508 <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
1509 <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
1510 </checkgroup>
1511 <space />
1512 <reference ref="wheelchair" />
[16803]1513 <combo key="bicycle" text="Bicycle" values="yes,designated,no" values_sort="false" />
[16801]1514 </optional>
1515 <reference ref="check_access_motor" />
1516 <preset_link preset_name="Access Restrictions" />
[7393]1517 </item> <!-- Cycle Barrier -->
[10808]1518 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
[14646]1519 <link wiki="Tag:barrier=cattle_grid" />
[7102]1520 <key key="barrier" value="cattle_grid" />
[16801]1521 <reference ref="optional_maxwidth" />
1522 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1523 <space />
1524 <reference ref="highway_access_vehicle" />
1525 <reference ref="check_access_nomotor" />
1526 <reference ref="check_access_motor" />
1527 <preset_link preset_name="Access Restrictions" />
[7393]1528 </item> <!-- Cattle Grid -->
[16801]1529 <item name="Bus Trap" icon="presets/barrier/bus_trap.svg" type="node" preset_name_label="true">
[14646]1530 <link wiki="Tag:barrier=bus_trap" />
[7102]1531 <key key="barrier" value="bus_trap" />
1532 <reference ref="optional_maxwidth" />
[16801]1533 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1534 <space />
1535 <label text="Tags which are implied and do not need to be set are:" />
1536 <label text="`motor_vehicle=no`, `psv=yes`, `foot=yes` and `bicycle=yes`" />
1537 <space />
1538 <reference ref="highway_access_vehicle" />
1539 <reference ref="check_access_nomotor" />
1540 <reference ref="check_access_motor" />
[7393]1541 </item> <!-- Bus Trap -->
[10706]1542 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
[14646]1543 <link wiki="Tag:barrier=spikes" />
[7102]1544 <key key="barrier" value="spikes" />
[16801]1545 <reference ref="optional_maxwidth" />
1546 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1547 <space />
1548 <reference ref="highway_access_vehicle" />
1549 <reference ref="check_access_nomotor" />
1550 <reference ref="check_access_motor" />
1551 <preset_link preset_name="Access Restrictions" />
[7393]1552 </item> <!-- Spikes -->
[16801]1553 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1554 <link wiki="Tag:barrier=toll_booth" />
[7102]1555 <key key="barrier" value="toll_booth" />
1556 <optional>
[16801]1557 <reference ref="name_ref_operator" />
1558 <reference ref="oh" />
1559 <reference ref="fee_interval" />
1560 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
1561 <text key="maxheight" text="Max. height (meters)" length="7" />
1562 <text key="maxwidth" text="Max. width (meters)" length="7" />
[7102]1563 </optional>
[16801]1564 <space />
1565 <reference ref="highway_access_vehicle" />
1566 <reference ref="check_access_nomotor" />
1567 <reference ref="check_access_motor" />
1568 <preset_link preset_name="Payment Methods" />
1569 <preset_link preset_name="Access Restrictions" />
[7393]1570 </item> <!-- Toll Booth -->
[16801]1571 <item name="Border Control" icon="presets/barrier/douane.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1572 <link wiki="Tag:barrier=border_control" />
[7102]1573 <key key="barrier" value="border_control" />
[16801]1574 <optional>
1575 <reference ref="name_ref_operator" />
1576 <reference ref="oh" />
1577 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
1578 <text key="maxheight" text="Max. height (meters)" length="7" />
1579 <text key="maxwidth" text="Max. width (meters)" length="7" />
1580 </optional>
1581 <space />
1582 <reference ref="highway_access_vehicle" />
1583 <reference ref="check_access_nomotor" />
1584 <reference ref="check_access_motor" />
1585 <preset_link preset_name="Access Restrictions" />
[7393]1586 </item> <!-- Border Control -->
1587 <separator/> <!-- *** Linear Barriers *** -->
[10706]1588 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1589 <link wiki="Tag:barrier=hedge" />
[13786]1590 <space />
[7102]1591 <key key="barrier" value="hedge" />
[13786]1592 <reference ref="leaf" />
[7102]1593 <optional>
[13786]1594 <reference ref="genus_species_taxon" />
[7102]1595 <text key="height" text="Height (meters)" length="7" />
1596 </optional>
[7393]1597 </item> <!-- Hedge -->
[10706]1598 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
[14646]1599 <link wiki="Tag:barrier=fence" />
[7102]1600 <key key="barrier" value="fence" />
1601 <optional>
[13770]1602 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
[7102]1603 <text key="height" text="Height (meters)" length="7" />
1604 </optional>
[7393]1605 </item> <!-- Fence -->
[15304]1606 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1607 <link wiki="Tag:barrier=handrail" />
1608 <key key="barrier" value="handrail" />
1609 <optional>
1610 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1611 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
1612 </optional>
1613 </item> <!-- Handrail -->
[15465]1614 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1615 <link wiki="Tag:barrier=cable_barrier" />
1616 <key key="barrier" value="cable_barrier" />
1617 <reference ref="optional_height" />
1618 </item> <!-- Cable barrier -->
[10825]1619 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
[14646]1620 <link wiki="Tag:barrier=guard_rail" />
[7102]1621 <key key="barrier" value="guard_rail" />
1622 <reference ref="optional_height" />
[7393]1623 </item> <!-- Guard Rail -->
[16245]1624 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1625 <link wiki="Tag:barrier=wall" />
[7102]1626 <key key="barrier" value="wall" />
1627 <reference ref="optional_height" />
[16245]1628 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
[16474]1629 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1630 </item> <!-- Wall -->
[16245]1631 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1632 <link wiki="Tag:barrier=city_wall" />
[7102]1633 <key key="barrier" value="city_wall" />
1634 <reference ref="optional_height" />
[16938]1635 <check key="two_sided" text="Two-sided" disable_off="true" />
[16474]1636 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1637 </item> <!-- City Wall -->
[10706]1638 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
[14646]1639 <link wiki="Tag:barrier=retaining_wall" />
[7102]1640 <key key="barrier" value="retaining_wall" />
1641 <reference ref="optional_height" />
[16474]1642 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1643 </item> <!-- Retaining Wall -->
[10825]1644 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
[14646]1645 <link wiki="Tag:barrier=jersey_barrier" />
[9362]1646 <key key="barrier" value="jersey_barrier" />
1647 <combo key="material" text="Material" values="concrete,plastic" />
1648 </item> <!-- Jersey Barrier -->
[7821]1649 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
[14646]1650 <link wiki="Tag:barrier=ditch" />
[7102]1651 <key key="barrier" value="ditch" />
1652 <optional>
1653 <text key="width" text="Width (meters)" length="7" />
1654 </optional>
[7393]1655 </item> <!-- Ditch -->
[10706]1656 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
[14646]1657 <link wiki="Tag:barrier=kerb" />
[7102]1658 <key key="barrier" value="kerb" />
1659 <reference ref="optional_height" />
[8013]1660 <reference ref="wheelchair" />
[10233]1661 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
[7393]1662 </item> <!-- Kerb -->
1663 <separator/> <!-- *** Access *** -->
[10706]1664 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
[14646]1665 <link wiki="Tag:barrier=entrance" />
[7102]1666 <key key="barrier" value="entrance" />
[16801]1667 <reference ref="optional_maxheight_maxwidth" />
1668 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1669 <space />
1670 <reference ref="highway_access_vehicle" />
1671 <reference ref="check_access_nomotor" />
1672 <reference ref="check_access_motor" />
1673 <preset_link preset_name="Access Restrictions" />
[7393]1674 </item> <!-- Entrance (Barrier Opening) -->
[10808]1675 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
[14646]1676 <link wiki="Tag:barrier=gate" />
[7102]1677 <key key="barrier" value="gate" />
1678 <reference ref="optional_maxheight_maxwidth" />
[16801]1679 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1680 <space />
1681 <reference ref="highway_access_vehicle" />
1682 <reference ref="check_access_nomotor" />
1683 <reference ref="check_access_motor" />
1684 <preset_link preset_name="Access Restrictions" />
[7393]1685 </item> <!-- Gate -->
[10706]1686 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
[14646]1687 <link wiki="Tag:barrier=lift_gate" />
[7102]1688 <key key="barrier" value="lift_gate" />
[16801]1689 <space />
[16943]1690 <combo key="lift_gate:type" text="Type" values="single,double" values_context="lift_gate" values_searchable="true" />
[7102]1691 <reference ref="optional_maxwidth" />
[16801]1692 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1693 <space />
1694 <reference ref="highway_access_vehicle" />
1695 <reference ref="check_access_nomotor" />
1696 <reference ref="check_access_motor" />
1697 <preset_link preset_name="Access Restrictions" />
[7393]1698 </item> <!-- Lift Gate -->
[10706]1699 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
[14646]1700 <link wiki="Tag:barrier=swing_gate" />
[7114]1701 <key key="barrier" value="swing_gate" />
[16801]1702 <space />
1703 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" values_searchable="true" />
[7114]1704 <reference ref="optional_maxwidth" />
[16801]1705 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1706 <space />
1707 <reference ref="highway_access_vehicle" />
1708 <reference ref="check_access_nomotor" />
1709 <reference ref="check_access_motor" />
1710 <preset_link preset_name="Access Restrictions" />
[7393]1711 </item> <!-- Swing Gate -->
[10706]1712 <item name="Hampshire Gate" type="node" preset_name_label="true">
[14646]1713 <link wiki="Tag:barrier=hampshire_gate" />
[7102]1714 <key key="barrier" value="hampshire_gate" />
1715 <reference ref="optional_maxwidth" />
[16801]1716 <text key="maxlength" text="Max. length (meters)" match="key" />
1717 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1718 <space />
1719 <reference ref="highway_access_vehicle" />
1720 <reference ref="check_access_nomotor" />
1721 <reference ref="check_access_motor" />
1722 <preset_link preset_name="Access Restrictions" />
[7393]1723 </item> <!-- Hampshire Gate -->
[10706]1724 <item name="Bump Gate" type="node" preset_name_label="true">
[14646]1725 <link wiki="Tag:barrier=bump_gate" />
[7102]1726 <key key="barrier" value="bump_gate" />
[16801]1727 <reference ref="optional_maxheight_maxwidth" />
1728 <text key="maxlength" text="Max. length (meters)" match="key" />
1729 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1730 <space />
1731 <reference ref="highway_access_vehicle" />
1732 <reference ref="check_access_nomotor" />
1733 <reference ref="check_access_motor" />
1734 <preset_link preset_name="Access Restrictions" />
[7393]1735 </item> <!-- Bump Gate -->
[13481]1736 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
[14646]1737 <link wiki="Tag:barrier=kissing_gate" />
[7102]1738 <key key="barrier" value="kissing_gate" />
1739 <reference ref="optional_maxwidth" />
[16801]1740 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1741 <space />
1742 <label text="The tag `foot=yes` is implied and does not need to be set." />
1743 <space />
1744 <reference ref="highway_access_vehicle" />
1745 <reference ref="check_access_nomotor" />
1746 <preset_link preset_name="Access Restrictions" />
[7393]1747 </item> <!-- Kissing Gate -->
[10706]1748 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
[14646]1749 <link wiki="Tag:barrier=chain" />
[7102]1750 <key key="barrier" value="chain" />
1751 <reference ref="optional_maxwidth" />
[16801]1752 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1753 <space />
1754 <reference ref="highway_access_vehicle" />
1755 <reference ref="check_access_nomotor" />
1756 <reference ref="check_access_motor" />
1757 <preset_link preset_name="Access Restrictions" />
[7393]1758 </item> <!-- Chain -->
[10706]1759 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
[14646]1760 <link wiki="Tag:barrier=stile" />
[7102]1761 <space />
1762 <key key="barrier" value="stile" />
[16801]1763 <combo key="stile" text="Type" values="ladder,squeezer,stepover" values_searchable="true" />
1764 <reference ref="optional_maxwidth" />
1765 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1766 <space />
1767 <reference ref="highway_access_vehicle" />
1768 <reference ref="check_access_nomotor" />
1769 <preset_link preset_name="Access Restrictions" />
[7393]1770 </item> <!-- Stile -->
[10706]1771 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
[14646]1772 <link wiki="Tag:barrier=turnstile" />
[7102]1773 <key key="barrier" value="turnstile" />
[16801]1774 <reference ref="optional_maxwidth" />
1775 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1776 <space />
1777 <reference ref="highway_access_vehicle" />
1778 <reference ref="check_access_nomotor" />
1779 <preset_link preset_name="Access Restrictions" />
[7393]1780 </item> <!-- Turnstile -->
[10706]1781 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
[14646]1782 <link wiki="Tag:barrier=sally_port" />
[16801]1783 <space />
[7102]1784 <key key="barrier" value="sally_port" />
[16801]1785 <text key="maxheight" text="Max. height (meters)" match="key" />
1786 <text key="maxwidth" text="Max. width (meters)" match="key" />
1787 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1788 <space />
1789 <reference ref="highway_access_vehicle" />
1790 <reference ref="check_access_nomotor" />
1791 <reference ref="check_access_motor" />
1792 <preset_link preset_name="Access Restrictions" />
[7393]1793 </item> <!-- Sally Port -->
[7102]1794 </group> <!-- Barriers -->
[10565]1795 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1796 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
[14646]1797 <link wiki="Key:tunnel" />
[7102]1798 <key key="tunnel" value="yes" />
1799 <optional>
1800 <text key="name" text="Name" />
[16944]1801 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
[7102]1802 <text key="width" text="Width (meters)" />
[7373]1803 <text key="maxheight" text="Max. height (meters)" />
[8983]1804 <space />
[7102]1805 <text key="maxspeed" text="Max. speed (km/h)" />
[8983]1806 <text key="maxspeed:forward" text="Max. speed in way direction" />
1807 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1808 <space />
[7102]1809 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1810 <check key="toll" text="Toll" />
1811 </optional>
[7393]1812 </item> <!-- Tunnel -->
[10565]1813 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
[14646]1814 <link wiki="Key:tunnel" />
[7102]1815 <key key="tunnel" value="building_passage" />
1816 <optional>
1817 <reference ref="name_layer" />
1818 <text key="width" text="Width (meters)" />
[7373]1819 <text key="maxheight" text="Max. height (meters)" />
[7102]1820 <text key="maxspeed" text="Max. speed (km/h)" />
1821 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1822 </optional>
[7393]1823 </item> <!-- Building Passage -->
[10565]1824 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
[14646]1825 <link wiki="Key:covered" />
[7102]1826 <space />
1827 <key key="covered" value="arcade" />
[16831]1828 <check key="arcade:left" value_on="open" text="Open on left side" disable_off="true" />
1829 <check key="arcade:right" value_on="open" text="Open on right side" disable_off="true" />
[7102]1830 <optional>
1831 <reference ref="name_layer" />
1832 <text key="width" text="Width (meters)" />
1833 </optional>
[7393]1834 </item> <!-- Arcade -->
[10565]1835 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
[14646]1836 <link wiki="Key:covered" />
[7102]1837 <space />
1838 <key key="covered" value="colonnade" />
[16831]1839 <check key="colonnade:left" value_on="open" text="Open on left side" disable_off="true" />
1840 <check key="colonnade:right" value_on="open" text="Open on right side" disable_off="true" />
[7102]1841 <optional>
1842 <reference ref="name_layer" />
1843 <text key="width" text="Width (meters)" />
1844 </optional>
[7393]1845 </item> <!-- Colonnade -->
[10565]1846 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
[14646]1847 <link wiki="Key:tunnel" />
[7102]1848 <space />
1849 <key key="tunnel" value="avalanche_protector" />
[16831]1850 <check key="avalanche_protector:left" value_on="open" text="Open on left side" disable_off="true" />
1851 <check key="avalanche_protector:right" value_on="open" text="Open on right side" disable_off="true" />
[7102]1852 <optional>
1853 <reference ref="name_layer" />
1854 <text key="width" text="Width (meters)" />
1855 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1856 </optional>
[7393]1857 </item> <!-- Avalanche Protector -->
[7381]1858 </group> <!-- Passageways -->
[7393]1859 </group> <!-- Highways -->
[10565]1860 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1861 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
[15535]1862 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1863 <link wiki="Tag:waterway=river" />
[7102]1864 <space />
[15535]1865 <key key="waterway" value="river" />
1866 <text key="name" text="Name" />
[8146]1867 <optional>
[16861]1868 <reference ref="waterway" />
1869 <reference ref="wikipedia_wikidata" />
[15535]1870 <check key="lock" text="Lock" disable_off="true" />
[8146]1871 </optional>
[15535]1872 <reference ref="water_access" />
1873 </item> <!-- River -->
[10565]1874 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
[14646]1875 <link wiki="Tag:waterway=stream" />
[7102]1876 <space />
1877 <key key="waterway" value="stream" />
[11280]1878 <text key="name" text="Name" />
[8146]1879 <optional>
[16861]1880 <reference ref="waterway" />
1881 <reference ref="wikipedia_wikidata" />
[8146]1882 </optional>
1883 <reference ref="water_access" />
[7393]1884 </item> <!-- Stream -->
[15535]1885 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1886 <link wiki="Tag:waterway=tidal_channel" />
[7102]1887 <space />
[15535]1888 <key key="waterway" value="tidal_channel" />
[8146]1889 <optional>
[15535]1890 <text key="name" text="Name" />
1891 <check key="salt" text="Salt Water" disable_off="true" />
1892 <check key="intermittent" text="Intermittent" disable_off="true" />
1893 <check key="seasonal" text="Seasonal" disable_off="true" />
1894 <text key="width" text="Width (meters)" />
[16861]1895 <reference ref="wikipedia_wikidata" />
[8146]1896 </optional>
[15535]1897 </item> <!-- Tidal channel -->
[10565]1898 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
[14646]1899 <link wiki="Tag:waterway=canal" />
[8146]1900 <space />
1901 <key key="waterway" value="canal" />
[11280]1902 <text key="name" text="Name" />
[8146]1903 <optional>
[16944]1904 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[13895]1905 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
[13896]1906 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
[8146]1907 <text key="width" text="Width (meters)" />
[16861]1908 <reference ref="wikipedia_wikidata" />
[11280]1909 <check key="lock" text="Lock" disable_off="true" />
[8146]1910 </optional>
1911 <reference ref="water_access" />
1912 </item> <!-- Canal -->
[15535]1913 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1914 <link wiki="Tag:waterway=drain" />
1915 <space />
1916 <key key="waterway" value="drain" />
1917 <optional>
1918 <text key="name" text="Name" />
1919 <reference ref="waterway" />
1920 </optional>
1921 </item> <!-- Drain -->
1922 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1923 <link wiki="Tag:waterway=ditch" />
1924 <space />
1925 <key key="waterway" value="ditch" />
1926 <optional>
1927 <text key="name" text="Name" />
1928 <reference ref="waterway" />
1929 </optional>
1930 </item> <!-- Ditch -->
[7102]1931 <separator/>
[10706]1932 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
[14646]1933 <link wiki="Tag:natural=spring" />
[7381]1934 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
[7102]1935 <space />
1936 <key key="natural" value="spring" />
1937 <text key="name" text="Name" />
[7381]1938 <check key="drinking_water" text="Drinking Water" />
1939 </item> <!-- Spring -->
[10565]1940 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
[14646]1941 <link wiki="Tag:waterway=waterfall" />
[7102]1942 <space />
1943 <key key="waterway" value="waterfall" />
[16861]1944 <reference ref="name_wikipedia_wikidata" />
[16474]1945 <text key="height" text="Height (meters)" length="7" />
[7393]1946 </item> <!-- Waterfall -->
[10565]1947 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
[14646]1948 <link wiki="Tag:waterway=weir" />
[7102]1949 <space />
1950 <key key="waterway" value="weir" />
1951 <text key="name" text="Name" />
[7393]1952 </item> <!-- Weir -->
[10565]1953 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]1954 <link wiki="Tag:waterway=dam" />
[7102]1955 <space />
1956 <key key="waterway" value="dam" />
[16861]1957 <reference ref="name_wikipedia_wikidata" />
[7393]1958 </item> <!-- Dam -->
[14050]1959 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
[14646]1960 <link wiki="Tag:man_made=dyke" />
[14050]1961 <space />
1962 <key key="man_made" value="dyke" />
1963 </item> <!-- Levee -->
[16245]1964 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1965 <link wiki="Tag:man_made=groyne" />
[7102]1966 <key key="man_made" value="groyne" />
[7393]1967 </item> <!-- Groyne -->
[10565]1968 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1969 <link wiki="Tag:man_made=breakwater" />
[7102]1970 <space />
1971 <key key="man_made" value="breakwater" />
1972 <text key="ref" text="Reference" />
1973 <text key="name" text="Name" />
[7393]1974 </item> <!-- Breakwater -->
[7102]1975 <separator/>
[10565]1976 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
[14646]1977 <link wiki="Tag:tunnel=culvert" />
[7102]1978 <key key="tunnel" value="culvert" />
1979 <optional>
1980 <text key="name" text="Name" />
[16944]1981 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
[7102]1982 <text key="width" text="Width (meters)" />
1983 </optional>
[7393]1984 </item> <!-- Culvert -->
[13895]1985 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
[14646]1986 <link wiki="Tag:usage=penstock" />
[13895]1987 <key key="waterway" value="pressurised" />
1988 <key key="man_made" value="pipeline" />
1989 <key key="substance" value="water" />
1990 <key key="usage" value="penstock" />
[15170]1991 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
[13895]1992 <optional>
1993 <text key="name" text="Name" />
1994 <text key="operator" text="Operator" />
[15062]1995 <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" />
1996 <text key="pressure" text="Pressure (bar)" />
[13895]1997 <combo key="material" text="Material" values="metal,steel" />
1998 </optional>
1999 </item> <!-- Penstock -->
[7102]2000 <separator/>
[10808]2001 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2002 <link wiki="Tag:landuse=basin" />
[7102]2003 <space />
2004 <key key="landuse" value="basin" />
[10860]2005 <combo key="basin" text="Type" values="retention,infiltration,detention" />
[12908]2006 <reference ref="optional_name" />
[7393]2007 </item> <!-- Basin -->
[10808]2008 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2009 <link wiki="Tag:landuse=reservoir" />
[7102]2010 <space />
2011 <key key="landuse" value="reservoir" />
[10860]2012 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
[12908]2013 <reference ref="optional_name" />
[7393]2014 </item> <!-- Reservoir -->
[10706]2015 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2016 <link wiki="Tag:man_made=reservoir_covered" />
[7102]2017 <space />
2018 <key key="man_made" value="reservoir_covered" />
[12908]2019 <reference ref="optional_name" />
[7393]2020 </item> <!-- Covered Reservoir -->
[7102]2021 <separator/>
[10565]2022 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2023 <link wiki="Tag:natural=water" />
[7381]2024 <label text="A body of standing water, such as a lake or pond." />
[7102]2025 <space />
2026 <key key="natural" value="water" />
2027 <text key="name" text="Name" />
[10860]2028 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
[7381]2029 <check key="salt" text="Salt Water" disable_off="true" />
[14117]2030 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
[9028]2031 <check key="tidal" text="In the tidal range" disable_off="true" />
[16707]2032 <text key="ele" text="Elevation (meters)" length="10" />
[16861]2033 <reference ref="wikipedia_wikidata" />
[8146]2034 <reference ref="water_access" />
[7381]2035 </item> <!-- Water -->
[10565]2036 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
[14646]2037 <link wiki="Tag:natural=coastline" />
[7381]2038 <label text="Line between the sea and land (with the water on the right side of the way)." />
[7102]2039 <space />
2040 <key key="natural" value="coastline" />
2041 <text key="name" text="Name" />
[7381]2042 </item> <!-- Coastline -->
[10565]2043 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2044 <link wiki="Tag:waterway=riverbank" />
[7102]2045 <space />
2046 <key key="waterway" value="riverbank" />
2047 <text key="name" text="Name" />
[14117]2048 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
[9028]2049 <check key="tidal" text="In the tidal range" disable_off="true" />
[7393]2050 </item> <!-- Riverbank -->
[7102]2051 <separator/>
[10706]2052 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2053 <link wiki="Tag:natural=wetland" />
[7381]2054 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
[7102]2055 <space />
2056 <key key="natural" value="wetland" />
2057 <text key="name" text="Name" />
[15170]2058 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
[9425]2059 <check key="seasonal" text="Seasonal" disable_off="true" />
[7381]2060 </item> <!-- Wetland -->
[10706]2061 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2062 <link wiki="Tag:natural=mud" />
[7381]2063 <label text="Large area covered with mud." />
2064 <space />
[7102]2065 <key key="natural" value="mud" />
2066 <text key="name" text="Name" />
[7381]2067 </item> <!-- Mud -->
[10565]2068 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2069 <link wiki="Tag:natural=beach" />
[7381]2070 <label text="A flat area of sand, gravel or pebble next to water." />
[7102]2071 <space />
2072 <key key="natural" value="beach" />
[16861]2073 <reference ref="name_wikipedia_wikidata" />
[7381]2074 <optional>
[7620]2075 <reference ref="supervised" />
[8013]2076 <reference ref="oh_wheelchair" />
[16474]2077 <reference ref="POI_access" />
[7381]2078 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
2079 <combo key="sport" text="Sport" values="swimming,surfing" />
[16474]2080 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[7381]2081 </optional>
2082 </item> <!-- Beach -->
[15081]2083 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]2084 <link wiki="Tag:natural=bay" />
[12768]2085 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
[7102]2086 <space />
2087 <key key="natural" value="bay" />
2088 <text key="name" text="Name" />
[15081]2089 <optional>
2090 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
2091 </optional>
[7381]2092 </item> <!-- Bay -->
[13945]2093 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2094 <link wiki="Tag:natural=cape" />
[13945]2095 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
2096 <space />
2097 <key key="natural" value="cape" />
2098 <text key="name" text="Name" />
2099 </item> <!-- Cape -->
[15093]2100 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2101 <link wiki="Tag:natural=strait" />
2102 <space />
2103 <key key="natural" value="strait" />
2104 <text key="name" text="Name" />
2105 </item> <!-- Strait -->
[7381]2106 </group> <!-- Water -->
[10565]2107 <group name="Shipping" icon="presets/nautical/ferry.svg">
2108 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2109 <link wiki="Tag:amenity=ferry_terminal" />
[7102]2110 <space />
2111 <key key="amenity" value="ferry_terminal" />
2112 <text key="name" text="Name" />
2113 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
[7393]2114 </item> <!-- Ferry Terminal -->
[10565]2115 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
[14646]2116 <link wiki="Tag:route=ferry" />
[7102]2117 <key key="route" value="ferry" />
2118 <optional>
[15830]2119 <reference ref="name_ref_operator" />
[16710]2120 <reference ref="wheelchair" />
[15830]2121 <space />
[16710]2122 <reference ref="oh" />
2123 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
2124 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
[15830]2125 <reference ref="fee" />
[16474]2126 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
[15830]2127 <check key="ferry:cable" text="Reaction ferry" />
[7102]2128 </optional>
[16743]2129 <reference ref="link_road_access_restrictions" />
[7393]2130 </item> <!-- Ferry Route -->
[7102]2131 <separator/>
[10808]2132 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2133 <link wiki="Tag:leisure=marina" />
[7102]2134 <space />
2135 <key key="leisure" value="marina" />
2136 <text key="name" text="Name" />
[8188]2137 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[7393]2138 </item> <!-- Marina -->
[10808]2139 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2140 <link wiki="Tag:waterway=fuel"/>
[8402]2141 <space />
2142 <key key="waterway" value="fuel" />
2143 <optional>
2144 <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
2145 <reference ref="name_operator" />
2146 <reference ref="oh" />
2147 <space />
2148 <label text="Fuel types:" />
2149 <checkgroup columns="2">
2150 <check key="fuel:diesel" text="Diesel" />
2151 <check key="fuel:biodiesel" text="Bio Diesel" />
2152 <check key="fuel:octane_80" text="Octane 80" />
[13341]2153 <check key="fuel:octane_87" text="Octane 87" />
[8402]2154 <check key="fuel:octane_91" text="Octane 91" />
2155 <check key="fuel:octane_92" text="Octane 92" />
2156 <check key="fuel:octane_95" text="Octane 95" />
2157 <check key="fuel:octane_98" text="Octane 98" />
2158 <check key="fuel:octane_100" text="Octane 100" />
2159 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2160 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
[13341]2161 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
[8402]2162 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2163 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2164 </checkgroup>
2165 </optional>
2166 <reference ref="link_contact_address_payment" />
2167 </item> <!-- Marine Fuel -->
[10565]2168 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]2169 <link wiki="Tag:man_made=pier" />
[7102]2170 <space />
2171 <key key="man_made" value="pier" />
2172 <text key="name" text="Name" />
[9029]2173 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
2174 <check key="floating" text="Floating" />
[7393]2175 </item> <!-- Pier -->
[11281]2176 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
[14646]2177 <link wiki="Tag:waterway=lock_gate" />
[7102]2178 <key key="waterway" value="lock_gate" />
[7393]2179 </item> <!-- Lock Gate -->
[10706]2180 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
[14646]2181 <link wiki="Tag:waterway=turning_point" />
[7102]2182 <key key="waterway" value="turning_point" />
[7393]2183 </item> <!-- Turning Point -->
[7102]2184 <separator/>
[10808]2185 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
[14646]2186 <link wiki="Tag:leisure=slipway" />
[7102]2187 <key key="leisure" value="slipway" />
2188 <optional>
2189 <text key="name" text="Name" />
2190 </optional>
[7393]2191 </item> <!-- Slipway -->
[10808]2192 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2193 <link wiki="Tag:waterway=boatyard" />
[7102]2194 <space />
2195 <key key="waterway" value="boatyard" />
2196 <text key="name" text="Name" />
[7393]2197 </item> <!-- Boatyard -->
[10808]2198 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2199 <link wiki="Tag:waterway=dock" />
[7102]2200 <space />
2201 <key key="waterway" value="dock" />
2202 <text key="name" text="Name" />
[7393]2203 </item> <!-- Dock -->
[7102]2204 </group> <!-- Shipping -->
[7393]2205 </group> <!-- Water -->
[10565]2206 <group name="Transport" icon="presets/transport/railway/rail.svg">
2207 <group name="Railway" icon="presets/transport/railway/rail.svg">
2208 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
[14646]2209 <link wiki="Tag:railway=rail" />
[7102]2210 <key key="railway" value="rail" />
2211 <optional>
2212 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
[15074]2213 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2214 </optional>
[7393]2215 </item> <!-- Rail -->
[10565]2216 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
[14646]2217 <link wiki="Tag:railway=narrow_gauge" />
[7102]2218 <key key="railway" value="narrow_gauge" />
2219 <optional>
2220 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
[15074]2221 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2222 </optional>
[7393]2223 </item> <!-- Narrow Gauge Rail -->
[10565]2224 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
[14646]2225 <link wiki="Tag:railway=monorail" />
[7102]2226 <key key="railway" value="monorail" />
2227 <optional>
2228 <reference ref="railway_service" />
[15074]2229 <reference ref="railway_electrified_yesno" />
[7102]2230 </optional>
[7393]2231 </item> <!-- Monorail -->
[10565]2232 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
[14646]2233 <link wiki="Tag:railway=preserved" />
[7102]2234 <key key="railway" value="preserved" />
2235 <optional>
[15074]2236 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2237 </optional>
[7393]2238 </item> <!-- Preserved -->
[10565]2239 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
[14646]2240 <link wiki="Tag:railway=light_rail" />
[7102]2241 <key key="railway" value="light_rail" />
2242 <optional>
[15074]2243 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2244 </optional>
[7393]2245 </item> <!-- Light Rail -->
[10565]2246 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
[14646]2247 <link wiki="Tag:railway=subway" />
[7102]2248 <key key="railway" value="subway" />
2249 <optional>
[15074]2250 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2251 </optional>
[7393]2252 </item> <!-- Subway -->
[10565]2253 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
[14646]2254 <link wiki="Tag:railway=tram" />
[7102]2255 <key key="railway" value="tram" />
2256 <optional>
[15074]2257 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2258 </optional>
[7393]2259 </item> <!-- Tram -->
[10565]2260 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
[14646]2261 <link wiki="Tag:railway=funicular" />
[10540]2262 <key key="railway" value="funicular" />
2263 <optional>
[15074]2264 <reference ref="railway_service_gauge_electrified_yesno" />
[10540]2265 </optional>
2266 </item> <!-- Funicular -->
[10565]2267 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
[14646]2268 <link wiki="Tag:highway=bus_guideway" />
[7102]2269 <key key="highway" value="bus_guideway" />
2270 <optional>
2271 <text key="name" text="Name" />
[15074]2272 <reference ref="highway_yesno" />
2273 <check key="oneway" text="Oneway" />
[16944]2274 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[8028]2275 <reference ref="surface_smoothness" />
[7102]2276 <text key="maxspeed" text="Max. speed (km/h)" />
2277 <text key="width" text="Width (meters)" />
2278 </optional>
[7393]2279 </item> <!-- Bus Guideway -->
[7102]2280 <separator/>
[15648]2281 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2282 <link wiki="Key:construction" />
2283 <key key="railway" value="construction" />
2284 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2285 <optional>
2286 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2287 <reference ref="railway_service_gauge_electrified_yesno" />
2288 </optional>
2289 </item> <!-- Railway construction -->
[10565]2290 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
[14646]2291 <link wiki="Tag:railway=disused" />
[7102]2292 <key key="railway" value="disused" />
2293 <optional>
2294 <reference ref="railway_service" />
[15074]2295 <reference ref="highway_yesno" />
[7102]2296 </optional>
[7393]2297 </item> <!-- Disused Rail -->
[10565]2298 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
[14646]2299 <link wiki="Tag:railway=abandoned" />
[7102]2300 <key key="railway" value="abandoned" />
2301 <optional>
2302 <reference ref="railway_service" />
[15074]2303 <reference ref="highway_yesno" />
[7102]2304 </optional>
[7393]2305 </item> <!-- Abandoned Rail -->
[7102]2306 <separator/>
[10565]2307 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
[14646]2308 <link wiki="Tag:railway=level_crossing" />
[7102]2309 <key key="railway" value="level_crossing" />
2310 <optional>
[7620]2311 <reference ref="supervised" />
[7102]2312 <check key="crossing:light" text="Traffic lights" />
2313 <check key="crossing:bell" text="Sound signals" />
2314 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2315 </optional>
[7393]2316 </item> <!-- Level Crossing -->
[10565]2317 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
[14646]2318 <link wiki="Tag:railway=crossing" />
[7102]2319 <key key="railway" value="crossing" />
2320 <optional>
[15273]2321 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
[7620]2322 <reference ref="supervised" />
[7102]2323 <check key="horse" text="Cross on horseback" />
2324 <check key="bicycle" text="Cross by bicycle" />
2325 <check key="crossing:light" text="Traffic lights" />
2326 <check key="crossing:bell" text="Sound signals" />
2327 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2328 </optional>
[7393]2329 </item> <!-- Crossing -->
[10565]2330 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
[14646]2331 <link wiki="Tag:railway=turntable" />
[7102]2332 <key key="railway" value="turntable" />
[7393]2333 </item> <!-- Turntable -->
[10565]2334 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
[14646]2335 <link wiki="Tag:railway=buffer_stop" />
[7102]2336 <key key="railway" value="buffer_stop" />
[7393]2337 </item> <!-- Buffer Stop -->
[10565]2338 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
[14646]2339 <link wiki="Tag:railway=switch" />
[7102]2340 <key key="railway" value="switch" />
[15188]2341 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
[7102]2342 <text key="ref" text="Reference" />
[9092]2343 <text key="operator" text="Operator" />
[7393]2344 </item> <!-- Railway Switch -->
[15188]2345 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2346 <link wiki="Tag:railway=railway_crossing" />
2347 <key key="railway" value="railway_crossing" />
2348 <text key="ref" text="Reference" />
2349 <text key="operator" text="Operator" />
2350 </item> <!-- Railway crossing -->
[10565]2351 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
[14646]2352 <link wiki="Tag:railway=signal" />
[9092]2353 <key key="railway" value="signal" />
2354 <text key="ref" text="Reference" />
2355 <text key="operator" text="Operator" />
2356 </item> <!-- Railway Signal -->
[10565]2357 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
[14646]2358 <link wiki="Tag:railway=milestone" />
[8725]2359 <key key="railway" value="milestone" />
2360 <text key="distance" text="Distance (kilometers)" />
2361 <text key="ref" text="Reference" />
2362 </item> <!-- Railway Milestone -->
[7102]2363 </group> <!-- Railway -->
[10706]2364 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2365 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
[14646]2366 <link wiki="Tag:aerialway=cable_car" />
[7102]2367 <space />
2368 <key key="aerialway" value="cable_car" />
2369 <reference ref="name_ref" />
2370 <optional>
2371 <text key="aerialway:capacity" text="Number of people per hour" />
2372 <text key="aerialway:occupancy" text="Number of people per car" />
2373 <text key="aerialway:duration" text="Typical journey time in minutes" />
2374 <check key="aerialway:heating" text="Has heating?" />
[16710]2375 <space />
2376 <text key="operator" text="Operator" />
2377 <reference ref="oh" />
2378 <reference ref="fee" />
[7102]2379 </optional>
[7393]2380 </item> <!-- Cable Car -->
[10706]2381 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
[14646]2382 <link wiki="Tag:aerialway=chair_lift" />
[7915]2383 <space />
2384 <key key="aerialway" value="chair_lift" />
2385 <reference ref="name_ref" />
2386 <optional>
2387 <text key="aerialway:capacity" text="Number of people per hour" />
2388 <text key="aerialway:occupancy" text="Number of people per chair" />
2389 <text key="aerialway:duration" text="Typical journey time in minutes" />
2390 <check key="aerialway:bubble" text="Has bubble?" />
2391 <check key="aerialway:heating" text="Has heating?" />
[16710]2392 <space />
2393 <text key="operator" text="Operator" />
2394 <reference ref="oh" />
2395 <reference ref="fee" />
[7915]2396 </optional>
2397 </item> <!-- Chair Lift -->
[10706]2398 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
[14646]2399 <link wiki="Tag:aerialway=gondola" />
[7102]2400 <space />
2401 <key key="aerialway" value="gondola" />
2402 <reference ref="name_ref" />
2403 <optional>
2404 <text key="aerialway:capacity" text="Number of people per hour" />
2405 <text key="aerialway:occupancy" text="Number of people per gondola" />
2406 <text key="aerialway:duration" text="Typical journey time in minutes" />
2407 <check key="aerialway:heating" text="Has heating?" />
[16710]2408 <space />
2409 <text key="operator" text="Operator" />
2410 <reference ref="oh" />
2411 <reference ref="fee" />
[7102]2412 </optional>
[7393]2413 </item> <!-- Gondola -->
[10706]2414 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
[14646]2415 <link wiki="Tag:aerialway=mixed_lift" />
[7102]2416 <space />
2417 <key key="aerialway" value="mixed_lift" />
2418 <reference ref="name_ref" />
2419 <optional>
2420 <text key="aerialway:capacity" text="Number of people per hour" />
2421 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2422 <text key="aerialway:duration" text="Typical journey time in minutes" />
2423 <check key="aerialway:bubble" text="Has bubble?" />
2424 <check key="aerialway:heating" text="Has heating?" />
[16710]2425 <space />
2426 <text key="operator" text="Operator" />
2427 <reference ref="oh" />
2428 <reference ref="fee" />
[7102]2429 </optional>
[7393]2430 </item> <!-- Mixed Lift -->
[10706]2431 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
[14646]2432 <link wiki="Tag:aerialway=drag_lift" />
[7102]2433 <space />
[7915]2434 <combo key="aerialway" text="Type" values="drag_lift,t-bar,j-bar,platter,rope_tow" display_values="drag_lift (general type - use only if exact type (see values below) is unknown),t-bar,j-bar,platter,rope_tow" match="keyvalue" />
[7102]2435 <reference ref="name_ref" />
2436 <optional>
2437 <text key="aerialway:capacity" text="Number of people per hour" />
2438 <text key="aerialway:duration" text="Typical journey time in minutes" />
[16710]2439 <space />
2440 <text key="operator" text="Operator" />
2441 <reference ref="oh" />
2442 <reference ref="fee" />
[7102]2443 </optional>
[7915]2444 </item> <!-- Drag Lift -->
[10808]2445 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
[14646]2446 <link wiki="Tag:aerialway=magic_carpet" />
[7102]2447 <space />
2448 <key key="aerialway" value="magic_carpet" />
2449 <reference ref="name_ref" />
2450 <optional>
2451 <text key="aerialway:capacity" text="Number of people per hour" />
2452 <text key="aerialway:duration" text="Typical journey time in minutes" />
[16710]2453 <space />
2454 <text key="operator" text="Operator" />
2455 <reference ref="oh" />
2456 <reference ref="fee" />
[7102]2457 </optional>
[7393]2458 </item> <!-- Magic Carpet -->
[10706]2459 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
[14646]2460 <link wiki="Tag:aerialway=goods" />
[7102]2461 <space />
2462 <key key="aerialway" value="goods" />
2463 <optional>
[16710]2464 <reference ref="name_ref_operator" />
[7102]2465 <text key="aerialway:duration" text="Typical journey time in minutes" />
2466 </optional>
[7393]2467 </item> <!-- Goods -->
[15433]2468 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2469 <link wiki="Tag:aerialway=zip_line" />
2470 <space />
2471 <key key="aerialway" value="zip_line" />
2472 <optional>
2473 <reference ref="name_ref_operator" />
2474 <reference ref="oh" />
2475 <reference ref="fee" />
2476 <reference ref="min_age" />
2477 <text key="maxweight" text="Max. weight (tonnes)" />
2478 </optional>
2479 </item> <!-- Zip line -->
[7102]2480 <separator/>
[16245]2481 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2482 <link wiki="Tag:aerialway=station" />
[7102]2483 <space />
2484 <key key="aerialway" value="station" />
[16710]2485 <reference ref="name_ref_operator" />
[7393]2486 </item> <!-- Station -->
[10565]2487 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
[14646]2488 <link wiki="Tag:aerialway=pylon" />
[7102]2489 <space />
2490 <key key="aerialway" value="pylon" />
[16710]2491 <reference ref="name_ref" />
[7393]2492 </item> <!-- Pylon -->
[7102]2493 </group> <!-- Aerialway -->
2494 <separator/>
[10706]2495 <group name="Car" icon="presets/shop/vehicle.svg">
[15367]2496 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2497 <link wiki="Tag:amenity=parking" />
[7102]2498 <space />
2499 <key key="amenity" value="parking" />
2500 <reference ref="parking_name_type_ref" />
2501 <text key="maxheight" text="Max. height (meters)" />
2502 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
[8028]2503 <reference ref="parking_access_fee_operator_surface_smoothness" />
2504 <space />
[7102]2505 <text key="capacity" text="Capacity (overall)" />
[8023]2506 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2507 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2508 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
[7102]2509 <label text="See the Wiki for other capacity:[types]=*." />
2510 <space />
[7449]2511 <reference ref="maxstay" />
[7102]2512 <reference ref="supervised_lit_oh" />
[7393]2513 </item> <!-- Parking -->
[10565]2514 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
[14646]2515 <link wiki="Tag:amenity=parking_space" />
[7102]2516 <space />
2517 <key key="amenity" value="parking_space" />
2518 <reference ref="parking_name_type_ref" />
2519 <text key="capacity" text="Capacity" />
[8028]2520 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7449]2521 <reference ref="maxstay" />
[7102]2522 <reference ref="supervised_lit_oh" />
2523 <check key="covered" text="Covered (with roof)" />
[7393]2524 </item> <!-- Parking Space -->
[10706]2525 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
[14646]2526 <link wiki="Tag:amenity=parking_entrance" />
[7102]2527 <space />
2528 <key key="amenity" value="parking_entrance" />
2529 <reference ref="parking_name_type_ref" />
2530 <text key="maxheight" text="Max. height (meters)" />
[8028]2531 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7102]2532 <reference ref="supervised_lit_oh" />
2533 <check key="covered" text="Covered (with roof)" />
[7393]2534 </item> <!-- Parking Entrance -->
[7102]2535 <separator/>
[10706]2536 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2537 <link wiki="Tag:amenity=fuel" />
[7102]2538 <space />
2539 <key key="amenity" value="fuel" />
[7994]2540 <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
[7102]2541 <optional>
2542 <text key="name" text="Name" />
2543 <text key="operator" text="Operator" />
[8013]2544 <reference ref="oh_wheelchair" />
[7102]2545 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
[8076]2546 <space />
[7102]2547 <label text="Fuel types:" />
2548 <checkgroup columns="2">
2549 <check key="fuel:diesel" text="Diesel" />
2550 <check key="fuel:biodiesel" text="Bio Diesel" />
2551 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2552 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2553 <check key="fuel:octane_80" text="Octane 80" />
[13341]2554 <check key="fuel:octane_87" text="Octane 87" />
[7102]2555 <check key="fuel:octane_91" text="Octane 91" />
2556 <check key="fuel:octane_92" text="Octane 92" />
2557 <check key="fuel:octane_95" text="Octane 95" />
2558 <check key="fuel:octane_98" text="Octane 98" />
2559 <check key="fuel:octane_100" text="Octane 100" />
2560 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2561 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
[13341]2562 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
[14413]2563 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2564 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
[7102]2565 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2566 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
[14413]2567 <check key="fuel:biogas" text="Biogas" />
[7102]2568 </checkgroup>
[8076]2569 <space />
[13006]2570 <label text="Additives:" />
2571 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2572 <space />
[8076]2573 <label text="Fuel cards:" />
2574 <checkgroup columns="3">
2575 <check key="payment:dkv" text="DKV" />
2576 <check key="payment:routex" text="Routex" />
2577 <check key="payment:uta" text="UTA" />
2578 </checkgroup>
[7102]2579 </optional>
[8060]2580 <reference ref="link_contact_address_payment" />
[10111]2581 <preset_link preset_name="Building" />
[7393]2582 </item> <!-- Fuel -->
[10808]2583 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
[14646]2584 <link wiki="Tag:amenity=charging_station" />
[7102]2585 <space />
2586 <key key="amenity" value="charging_station" />
[10330]2587 <reference ref="name_ref_operator" />
2588 <reference ref="oh" />
2589 <reference ref="fee" />
2590 <space />
2591 <combo key="voltage" text="Voltage" values="230,400"/>
2592 <combo key="amperage" text="Amperage" values="16,32" />
2593 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2594 <space />
2595 <label text="Types of vehicles which can be charged:" />
2596 <checkgroup columns="4">
2597 <check key="bicycle" text="Bicycle" />
2598 <check key="scooter" text="Scooter" />
[15867]2599 <check key="motorcycle" text="Motorcycle" />
[15919]2600 <check key="motorcar" text="Motorcar" />
[10330]2601 <check key="truck" text="Truck" />
2602 </checkgroup>
2603 <space />
2604 <label text="Number of Sockets:" />
[13385]2605 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2606 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2607 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2608 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
[10330]2609 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2610 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2611 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2612 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2613 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2614 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2615 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2616 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2617 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2618 <space />
2619 <label text="Authentication:" />
2620 <checkgroup columns="4">
2621 <check key="authentication:none" text="None" />
2622 <check key="authentication:phone_call" text="Phone call" />
2623 <check key="authentication:short_message" text="Short message" />
2624 <check key="authentication:nfc" text="NFC" />
2625 </checkgroup>
2626 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2627 <preset_link preset_name="Payment Methods" />
[7393]2628 </item> <!-- Charging Station -->
[10706]2629 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2630 <link wiki="Tag:amenity=car_wash" />
[7102]2631 <space />
2632 <key key="amenity" value="car_wash" />
[8013]2633 <reference ref="name_brand_operator_oh_wheelchair" />
[16382]2634 <checkgroup columns="2">
2635 <check key="automated" text="Automated" text_context="car_wash" />
2636 <check key="self_service" text="Self Service" />
2637 </checkgroup>
[8060]2638 <reference ref="link_contact_address_payment" />
[7393]2639 </item> <!-- Wash -->
[7102]2640 <separator/>
[10706]2641 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2642 <link wiki="Tag:shop=car" />
[7102]2643 <space />
2644 <key key="shop" value="car" />
[9080]2645 <reference ref="car_brands" />
2646 <reference ref="name_operator_oh_wheelchair" />
[15166]2647 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[8060]2648 <reference ref="link_contact_address_payment" />
[7393]2649 </item> <!-- Car Dealer -->
[10706]2650 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2651 <link wiki="Tag:shop=car_repair" />
[7102]2652 <space />
2653 <key key="shop" value="car_repair" />
[9080]2654 <reference ref="car_brands" />
2655 <reference ref="name_operator_oh_wheelchair" />
[16482]2656 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
[8060]2657 <reference ref="link_contact_address_payment" />
[7393]2658 </item> <!-- Repair -->
[10565]2659 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2660 <link wiki="Tag:shop=car_parts" />
[7102]2661 <space />
2662 <key key="shop" value="car_parts" />
[9080]2663 <reference ref="car_brands" />
2664 <reference ref="name_operator_oh_wheelchair" />
[8060]2665 <reference ref="link_contact_address_payment" />
[7393]2666 </item> <!-- Parts -->
[10706]2667 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2668 <link wiki="Tag:shop=tyres" />
[7102]2669 <space />
2670 <key key="shop" value="tyres" />
[8013]2671 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]2672 <reference ref="link_contact_address_payment" />
[7393]2673 </item> <!-- Tires -->
[7102]2674 <separator/>
[10706]2675 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2676 <link wiki="Tag:amenity=car_rental" />
[7102]2677 <space />
2678 <key key="amenity" value="car_rental" />
[8013]2679 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]2680 <reference ref="link_contact_address_payment" />
[7393]2681 </item> <!-- Rental -->
[15156]2682 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2683 <link wiki="Tag:amenity=car_pooling" />
2684 <space />
2685 <key key="amenity" value="car_pooling" />
2686 <text key="operator" text="Operator" />
2687 <text key="network" text="Network" />
2688 <text key="capacity" text="Capacity" />
2689 <reference ref="name_oh_wheelchair" />
2690 <text key="website" text="Website" />
2691 </item> <!-- Pooling -->
[10706]2692 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2693 <link wiki="Tag:amenity=car_sharing" />
[7102]2694 <space />
2695 <key key="amenity" value="car_sharing" />
2696 <text key="operator" text="Operator" />
2697 <text key="capacity" text="Capacity" />
[8013]2698 <reference ref="name_oh_wheelchair" />
[7102]2699 <text key="website" text="Website" />
[7393]2700 </item> <!-- Sharing -->
[7102]2701 </group> <!-- Car -->
[10706]2702 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
[15367]2703 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2704 <link wiki="Tag:amenity=motorcycle_parking" />
[7102]2705 <space />
2706 <key key="amenity" value="motorcycle_parking" />
[7620]2707 <reference ref="parking_name_type_ref" />
[7102]2708 <text key="capacity" text="Capacity" />
[8028]2709 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7620]2710 <reference ref="supervised_lit_oh" />
[16340]2711 <reference ref="maxstay" />
[7620]2712 <check key="covered" text="Covered (with roof)" />
[7393]2713 </item> <!-- Parking -->
[10706]2714 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2715 <link wiki="Tag:shop=motorcycle" />
[7102]2716 <space />
2717 <key key="shop" value="motorcycle" />
2718 <text key="name" text="Name" />
[9080]2719 <reference ref="motorcycle_brands" />
[7102]2720 <text key="operator" text="Operator" />
[8013]2721 <reference ref="oh_wheelchair" />
[15166]2722 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[7102]2723 <optional text="Services:">
2724 <combo key="sale" text="Sale" values="yes,brand,no" />
2725 <combo key="rental" text="Rental" values="yes,brand,no" />
2726 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2727 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2728 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2729 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2730 <text key="services" text="Other" />
2731 </optional>
[8060]2732 <reference ref="link_contact_address_payment" />
[7393]2733 </item> <!-- Motorcycle Dealer -->
[7102]2734 </group> <!-- Motorcycle -->
[10706]2735 <group name="Bicycle" icon="presets/shop/bicycle.svg">
[15367]2736 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]2737 <link wiki="Tag:amenity=bicycle_parking" />
[7102]2738 <space />
2739 <key key="amenity" value="bicycle_parking" />
[14915]2740 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
[8668]2741 <text key="name" text="Name" />
[7102]2742 <text key="capacity" text="Capacity" />
[8668]2743 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7102]2744 <check key="covered" text="Covered" />
[7620]2745 <reference ref="supervised_lit_oh" />
[7393]2746 </item> <!-- Parking -->
[10706]2747 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2748 <link wiki="Tag:shop=bicycle" />
[7102]2749 <space />
2750 <key key="shop" value="bicycle" />
[8013]2751 <reference ref="name_oh_wheelchair" />
[7102]2752 <check key="service:bicycle:retail" text="Bicycles are sold" />
2753 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2754 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2755 <check key="service:bicycle:rental" text="Bicycles are rented" />
2756 <check key="service:bicycle:pump" text="Free bicycle pump" />
2757 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2758 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
[8060]2759 <reference ref="link_contact_address_payment" />
[7393]2760 </item> <!-- Bike Dealer -->
[10706]2761 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2762 <link wiki="Tag:amenity=bicycle_rental" />
[7102]2763 <space />
2764 <key key="amenity" value="bicycle_rental" />
2765 <text key="name" text="Name" />
[8060]2766 <reference ref="link_contact_address_payment" />
[7393]2767 </item> <!-- Rental -->
[10565]2768 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2769 <link wiki="Tag:amenity=bicycle_repair_station" />
[7928]2770 <space />
2771 <key key="amenity" value="bicycle_repair_station" />
2772 <optional>
[8019]2773 <text key="name" text="Name" />
2774 <text key="brand" text="Brand" />
2775 <text key="operator" text="Operator" />
2776 <reference ref="oh" />
[7928]2777 <check key="service:bicycle:pump" text="Free bicycle pump" />
[8107]2778 <check key="service:bicycle:chain_tool" text="Chain tool" />
[7928]2779 </optional>
2780 </item> <!-- Public Bicycle Repair Station -->
[7102]2781 </group> <!-- Bicycle -->
[10822]2782 <group name="Public Transport" icon="presets/transport/bus.svg">
[10808]2783 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2784 <link wiki="Public_transport#Service_routes" />
[7102]2785 <space />
2786 <key key="type" value="route" />
[9931]2787 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
[7102]2788 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2789 <reference ref="name_ref" />
2790 <optional>
[9931]2791 <reference ref="public_transport_route_optionals" />
[7102]2792 </optional>
2793 <roles>
[9932]2794 <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
2795 <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
2796 <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
[10036]2797 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[16245]2798 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2799 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[9931]2800 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
[7102]2801 </roles>
[9931]2802 </item> <!-- Public Transport Route (Rail) -->
[10808]2803 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2804 <link wiki="Public_transport#Service_routes" />
[9931]2805 <space />
2806 <key key="type" value="route" />
[15766]2807 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
[9931]2808 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2809 <reference ref="name_ref" />
2810 <optional>
2811 <reference ref="public_transport_route_optionals" />
[16710]2812 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
[9931]2813 </optional>
2814 <roles>
[15766]2815 <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
2816 <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
2817 <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
[10036]2818 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[16245]2819 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2820 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[9931]2821 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
[15522]2822 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
[9931]2823 </roles>
2824 </item> <!-- Public Transport Route (Bus) -->
[10808]2825 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2826 <link wiki="Public_transport#Route_Master_relations" />
[7102]2827 <space />
2828 <key key="type" value="route_master" />
[15766]2829 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
[7102]2830 <reference ref="name_ref" />
2831 <optional>
2832 <text key="operator" text="Operator" />
2833 <text key="network" text="Network" />
[15255]2834 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16710]2835 <text key="website" text="Website" />
[7102]2836 </optional>
2837 <roles>
[15305]2838 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
[7102]2839 </roles>
[7393]2840 </item> <!-- Route Master -->
[10808]2841 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
[14736]2842 <link wiki="Tag:public_transport=stop_area" />
[7102]2843 <space />
2844 <key key="type" value="public_transport" />
2845 <key key="public_transport" value="stop_area" />
2846 <text key="name" text="Name" />
2847 <optional>
2848 <text key="ref" text="Reference" />
2849 <text key="uic_ref" text="UIC reference" />
2850 <text key="uic_name" text="UIC name" />
2851 <text key="operator" text="Operator" />
2852 <text key="network" text="Network" />
2853 </optional>
2854 <roles>
2855 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
[9587]2856 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[8163]2857 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
[16245]2858 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
[7102]2859 </roles>
[7393]2860 </item> <!-- Stop Area -->
[7102]2861 <separator/>
[10808]2862 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
[14736]2863 <link wiki="Tag:public_transport=stop_position" />
[7102]2864 <space />
2865 <key key="public_transport" value="stop_position" />
2866 <text key="name" text="Name" />
2867 <optional>
2868 <text key="ref" text="Reference" />
2869 <text key="uic_ref" text="UIC reference" />
2870 <text key="uic_name" text="UIC name" />
2871 <text key="operator" text="Operator" />
2872 <text key="network" text="Network" />
[10233]2873 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7102]2874 </optional>
[10450]2875 <space />
[16710]2876 <checkgroup columns="3">
2877 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2878 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2879 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2880 <check key="train" text="Train" icon="presets/transport/train.svg" />
2881 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2882 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2883 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2884 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2885 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2886 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2887 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2888 </checkgroup>
[7393]2889 </item> <!-- Stop Position -->
[10565]2890 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
[14736]2891 <link wiki="Tag:public_transport=platform" />
[7102]2892 <space />
2893 <key key="public_transport" value="platform" />
2894 <text key="name" text="Name" />
2895 <check key="bench" text="Bench" />
2896 <check key="shelter" text="Shelter" />
[9089]2897 <check key="bin" text="Waste Basket/Trash Can" />
[7102]2898 <check key="covered" text="Covered" />
[15091]2899 <check key="passenger_information_display" text="Passenger information display" />
2900 <text key="route_ref" text="Route references" />
[8013]2901 <reference ref="wheelchair" />
[10233]2902 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7393]2903 </item> <!-- Platform -->
[10565]2904 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
[14646]2905 <link wiki="Tag:public_transport=station" />
[7102]2906 <space />
2907 <key key="public_transport" value="station" />
2908 <text key="name" text="Name" />
[7171]2909 <check key="area" text="Area" disable_off="true" />
2910 <check key="building" text="Building" disable_off="true" />
[7102]2911 <text key="operator" text="Operator" />
2912 <text key="network" text="Network" />
[7393]2913 </item> <!-- Station -->
2914 <separator/> <!-- *** Access *** -->
[10808]2915 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
[14646]2916 <link wiki="Tag:railway=subway_entrance" />
[7102]2917 <key key="railway" value="subway_entrance" />
2918 <optional>
2919 <text key="name" text="Name" />
[8013]2920 <reference ref="wheelchair" />
[7102]2921 <check key="bicycle" text="Bicycle" />
2922 </optional>
[7393]2923 </item> <!-- Subway Entrance -->
[10706]2924 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
[14646]2925 <link wiki="Tag:amenity=vending_machine" />
[7102]2926 <space />
2927 <key key="amenity" value="vending_machine" />
2928 <key key="vending" value="public_transport_tickets" />
2929 <reference ref="name_operator" />
[13761]2930 <text key="ref" text="Reference number" />
[8059]2931 <preset_link preset_name="Payment Methods" />
[7393]2932 </item> <!-- Ticket Machine -->
2933 </group> <!-- Public Transport -->
[10706]2934 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
[10808]2935 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[7102]2936 <key key="type" value="route" />
[15766]2937 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
[7102]2938 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2939 <reference ref="name_ref" />
2940 <optional>
2941 <text key="from" text="From (initial stop)" />
2942 <text key="to" text="To (terminal stop)" />
2943 <text key="via" text="Via (intermediate stops)" />
2944 <text key="operator" text="Operator" />
2945 <text key="network" text="Network" />
2946 <text key="description" text="Description" />
[15255]2947 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16710]2948 <reference ref="oh" />
2949 <reference ref="fee" />
2950 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2951 <text key="website" text="Website" />
[7102]2952 </optional>
2953 <roles>
[7965]2954 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2955 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2956 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
[7102]2957 <role key="stop" text="halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
2958 <role key="forward_stop" text="forward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
2959 <role key="backward_stop" text="backward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
[16245]2960 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
[7102]2961 </roles>
[7393]2962 </item> <!-- Public transport route (Legacy) -->
[10706]2963 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2964 <link wiki="Tag:railway=station" />
[7102]2965 <key key="railway" value="station" />
2966 <optional>
2967 <text key="name" text="Name" />
2968 <text key="uic_ref" text="UIC-Reference" />
2969 </optional>
[7393]2970 </item> <!-- Station -->
[10808]2971 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
[14646]2972 <link wiki="Tag:railway=halt" />
[7102]2973 <key key="railway" value="halt" />
2974 <optional>
2975 <text key="name" text="Name" />
2976 </optional>
[7393]2977 </item> <!-- Railway Halt -->
[10706]2978 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
[14646]2979 <link wiki="Tag:railway=tram_stop" />
[7102]2980 <key key="railway" value="tram_stop" />
2981 <optional>
2982 <text key="name" text="Name" />
2983 </optional>
[7393]2984 </item> <!-- Tram Stop -->
[10808]2985 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]2986 <link wiki="Tag:railway=platform" />
[7102]2987 <space />
2988 <key key="railway" value="platform" />
2989 <text key="ref" text="Reference (track number)" />
2990 <text key="width" text="Width (meters)" />
2991 <check key="area" text="Area" />
[7393]2992 </item> <!-- Railway Platform -->
[7102]2993 <separator/>
[10706]2994 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2995 <link wiki="Tag:amenity=bus_station" />
[7102]2996 <key key="amenity" value="bus_station" />
2997 <optional>
2998 <text key="name" text="Name" />
2999 </optional>
[7393]3000 </item> <!-- Bus Station -->
[10808]3001 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
[14646]3002 <link wiki="Tag:highway=bus_stop" />
[7102]3003 <key key="highway" value="bus_stop" />
3004 <optional>
3005 <text key="name" text="Name" />
[9089]3006 <check key="bench" text="Bench" />
[8122]3007 <check key="shelter" text="Shelter" />
[9089]3008 <check key="bin" text="Waste Basket/Trash Can" />
[15091]3009 <check key="passenger_information_display" text="Passenger information display" />
3010 <text key="route_ref" text="Route references" />
[8122]3011 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7102]3012 </optional>
[7393]3013 </item> <!-- Bus Stop -->
[10808]3014 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]3015 <link wiki="Tag:highway=platform" />
[7102]3016 <space />
3017 <key key="highway" value="platform" />
3018 <text key="ref" text="Reference (track number)" />
3019 <text key="width" text="Width (meters)" />
3020 <check key="area" text="Area" />
[10233]3021 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7393]3022 </item> <!-- Bus Platform -->
[7102]3023 </group> <!-- Public Transport -->
[10706]3024 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3025 <link wiki="Tag:amenity=taxi" />
[7102]3026 <space />
3027 <key key="amenity" value="taxi" />
3028 <text key="name" text="Name" />
[7393]3029 </item> <!-- Taxi -->
[7102]3030 <separator/>
[10706]3031 <group name="Airport" icon="presets/transport/airport.svg">
3032 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3033 <link wiki="Tag:aeroway=aerodrome" />
[7102]3034 <space />
[9039]3035 <reference ref="aerodrome" />
[7393]3036 </item> <!-- Airport Ground -->
[7102]3037 <separator/>
[16245]3038 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]3039 <link wiki="Tag:aeroway=runway" />
[7102]3040 <key key="aeroway" value="runway" />
3041 <optional>
3042 <text key="ref" text="Reference" />
[11497]3043 <reference ref="surface" />
[7102]3044 </optional>
[7393]3045 </item> <!-- Runway -->
[16245]3046 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]3047 <link wiki="Tag:aeroway=taxiway" />
[7102]3048 <key key="aeroway" value="taxiway" />
3049 <optional>
3050 <text key="ref" text="Reference" />
3051 </optional>
[7393]3052 </item> <!-- Taxiway -->
[11005]3053 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
[14646]3054 <link wiki="Tag:aeroway=holding_position" />
[11005]3055 <key key="aeroway" value="holding_position" />
3056 <optional>
3057 <text key="ref" text="Reference" />
3058 </optional>
3059 </item> <!-- Holding Position -->
[16245]3060 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3061 <link wiki="Tag:aeroway=helipad" />
[7102]3062 <key key="aeroway" value="helipad" />
3063 <optional>
3064 <text key="ref" text="Reference" />
[15325]3065 <text key="iata" text="IATA" />
3066 <text key="icao" text="ICAO" />
[16861]3067 <reference ref="wikipedia_wikidata" />
[7102]3068 </optional>
[7393]3069 </item> <!-- Helipad -->
[10706]3070 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]3071 <link wiki="Tag:aeroway=apron" />
[7102]3072 <key key="aeroway" value="apron" />
[7393]3073 </item> <!-- Apron -->
[10808]3074 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
[14646]3075 <link wiki="Tag:aeroway=parking_position" />
[8021]3076 <key key="aeroway" value="parking_position" />
3077 <text key="ref" text="Reference" />
3078 </item> <!-- Plane Parking Position -->
[10706]3079 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3080 <link wiki="Tag:aeroway=hangar" />
[7978]3081 <key key="aeroway" value="hangar" />
3082 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
[7393]3083 </item> <!-- Hangar -->
[12417]3084 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
[14646]3085 <link wiki="Tag:airmark=beacon" />
[12417]3086 <key key="airmark" value="beacon" />
[7393]3087 </item> <!-- Beacon -->
[14310]3088 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
[14646]3089 <link wiki="Tag:aeroway=navigationaid" />
[12417]3090 <key key="aeroway" value="navigationaid" />
[15930]3091 <combo key="navigationaid" text="Type" values_searchable="true">
3092 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
3093 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
3094 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
3095 </combo>
[14310]3096 </item> <!-- Navigation aid -->
[10706]3097 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
[14646]3098 <link wiki="Tag:aeroway=windsock" />
[7102]3099 <key key="aeroway" value="windsock" />
[7393]3100 </item> <!-- Windsock -->
[7102]3101 <separator/>
[10706]3102 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3103 <link wiki="Tag:aeroway=terminal" />
[7102]3104 <space />
3105 <key key="aeroway" value="terminal" />
3106 <text key="name" text="Name" />
[7620]3107 <reference ref="internet" />
[8026]3108 <reference ref="link_contact_address" />
[7393]3109 </item> <!-- Terminal -->
[10706]3110 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
[14646]3111 <link wiki="Tag:aeroway=gate" />
[7102]3112 <space />
3113 <key key="aeroway" value="gate" />
3114 <text key="ref" text="Reference" />
[7393]3115 </item> <!-- Gate -->
3116 </group> <!-- Airport -->
3117 </group> <!-- Transport -->
[10706]3118 <group name="Facilities" icon="presets/accommodation/hotel.svg">
3119 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
[10565]3120 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3121 <link wiki="Tag:tourism=hotel" />
[7102]3122 <space />
3123 <key key="tourism" value="hotel" />
3124 <reference ref="name_operator" />
3125 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]3126 <text key="rooms" text="Rooms" />
3127 <text key="beds" text="Beds" />
[8013]3128 <reference ref="wheelchair" />
[7102]3129 <space />
[8013]3130 <reference ref="internet_smoking" />
[8060]3131 <reference ref="link_contact_address_payment" />
[10111]3132 <preset_link preset_name="Residential Building" />
[7393]3133 </item> <!-- Hotel -->
[10565]3134 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3135 <link wiki="Tag:tourism=motel" />
[7102]3136 <space />
3137 <key key="tourism" value="motel" />
3138 <reference ref="name_operator" />
3139 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]3140 <text key="rooms" text="Rooms" />
3141 <text key="beds" text="Beds" />
[8013]3142 <reference ref="wheelchair" />
[7102]3143 <space />
[8013]3144 <reference ref="internet_smoking" />
[8060]3145 <reference ref="link_contact_address_payment" />
[10111]3146 <preset_link preset_name="Building" />
[7393]3147 </item> <!-- Motel -->
[10706]3148 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3149 <link wiki="Tag:tourism=guest_house" />
[7102]3150 <space />
3151 <key key="tourism" value="guest_house" />
3152 <reference ref="name_operator" />
3153 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]3154 <text key="rooms" text="Rooms" />
3155 <text key="beds" text="Beds" />
[15262]3156 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
[8013]3157 <reference ref="wheelchair" />
[7102]3158 <space />
[8013]3159 <reference ref="internet_smoking" />
[8060]3160 <reference ref="link_contact_address_payment" />
[10111]3161 <preset_link preset_name="Building" />
[7393]3162 </item> <!-- Guest House/Bed & Breakfast -->
[16245]3163 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3164 <link wiki="Tag:tourism=apartment" />
[11265]3165 <space />
3166 <key key="tourism" value="apartment" />
3167 <reference ref="name_operator" />
3168 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
3169 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3170 <reference ref="wheelchair" />
3171 <space />
3172 <reference ref="internet_smoking" />
3173 <reference ref="link_contact_address_payment" />
3174 </item> <!-- Apartment -->
[10709]3175 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3176 <link wiki="Tag:tourism=chalet" />
[7102]3177 <space />
3178 <key key="tourism" value="chalet" />
3179 <reference ref="name_operator" />
3180 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]3181 <text key="rooms" text="Rooms" />
3182 <text key="beds" text="Beds" />
[8013]3183 <reference ref="wheelchair" />
[7102]3184 <space />
[8013]3185 <reference ref="internet_smoking" />
[8060]3186 <reference ref="link_contact_address_payment" />
[10111]3187 <preset_link preset_name="Building" />
[7393]3188 </item> <!-- Chalet -->
[10565]3189 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3190 <link wiki="Tag:tourism=hostel" />
[7102]3191 <space />
3192 <key key="tourism" value="hostel" />
3193 <reference ref="name_operator" />
3194 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]3195 <text key="rooms" text="Rooms" />
3196 <text key="beds" text="Beds" />
[8013]3197 <reference ref="wheelchair" />
[7102]3198 <space />
[8013]3199 <reference ref="internet_smoking" />
[8060]3200 <reference ref="link_contact_address_payment" />
[10111]3201 <preset_link preset_name="Building" />
[7393]3202 </item> <!-- Hostel -->
[10808]3203 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3204 <link wiki="Tag:tourism=alpine_hut" />
[7102]3205 <space />
3206 <key key="tourism" value="alpine_hut" />
3207 <reference ref="name_operator" />
[16707]3208 <text key="ele" text="Elevation (meters)" length="10" />
[8427]3209 <text key="rooms" text="Rooms" />
3210 <text key="beds" text="Beds" />
[15166]3211 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[7102]3212 <space />
[8013]3213 <reference ref="internet_smoking" />
[8060]3214 <reference ref="link_contact_address_payment" />
[10111]3215 <preset_link preset_name="Building" />
[7393]3216 </item> <!-- Alpine Hut -->
[10808]3217 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3218 <link wiki="Tag:tourism=wilderness_hut" />
[8869]3219 <space />
3220 <key key="tourism" value="wilderness_hut" />
3221 <reference ref="name_operator" />
[16474]3222 <reference ref="POI_access" />
[8869]3223 <text key="capacity" text="Capacity" />
3224 <reference ref="fee" />
3225 <check key="toilets" text="Toilets" />
3226 <check key="shower" text="Shower" />
3227 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
3228 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[16707]3229 <text key="ele" text="Elevation (meters)" length="10" />
[13793]3230 <text key="description" text="Closer description" />
[8869]3231 <reference ref="link_contact_address_payment" />
[10111]3232 <preset_link preset_name="Building" />
[8869]3233 </item> <!-- Wilderness Hut -->
[7102]3234 <separator/>
[10706]3235 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3236 <link wiki="Tag:tourism=caravan_site" />
[7102]3237 <space />
3238 <key key="tourism" value="caravan_site" />
3239 <reference ref="name_operator" />
[13085]3240 <combo key="stars" text="Stars" values="1,2,3,4,5" />
[16474]3241 <reference ref="oh_wheelchair" />
3242 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[7102]3243 <text key="capacity" text="Number of places" />
[7620]3244 <reference ref="fee_interval" />
[8188]3245 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[7102]3246 <check key="power_supply" text="Power supply" />
3247 <check key="tents" text="Tents allowed" />
3248 <space />
[8188]3249 <reference ref="internet_smoking" />
[8060]3250 <reference ref="link_contact_address_payment" />
[7393]3251 </item> <!-- Caravan Site/RV Park -->
[13085]3252 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3253 <link wiki="Tag:tourism=camp_site" />
[7102]3254 <space />
3255 <key key="tourism" value="camp_site" />
3256 <reference ref="name_operator" />
[13085]3257 <combo key="stars" text="Stars" values="1,2,3,4,5" />
[16474]3258 <reference ref="oh_wheelchair" />
3259 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3260 <text key="capacity" text="Number of places" />
[13085]3261 <checkgroup columns="2">
3262 <check key="tents" text="Tents allowed" />
3263 <check key="caravans" text="Caravans allowed" />
3264 </checkgroup>
3265 <checkgroup columns="2">
3266 <check key="backcountry" text="Backcountry" />
3267 <check key="group_only" text="Group only access" />
3268 </checkgroup>
3269 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[8013]3270 <reference ref="wheelchair" />
[13085]3271 <reference ref="internet" />
[7102]3272 <space />
[16474]3273 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[8060]3274 <reference ref="link_contact_address_payment" />
[13085]3275 </item> <!-- Campsite -->
[15541]3276 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3277 <link wiki="Tag:tourism=camp_pitch" />
3278 <space />
3279 <key key="tourism" value="camp_pitch" />
3280 <text key="ref" text="Reference" />
3281 <text key="addr:unit" text="Unit number" />
3282 <text key="capacity" text="Number of places" />
3283 <reference ref="surface" />
3284 <checkgroup columns="2">
3285 <check key="tents" text="Tents allowed" />
3286 <check key="caravans" text="Caravans allowed" />
3287 <check key="drinking_water" text="Drinking Water" />
3288 <check key="power_supply" text="Power supply" />
3289 <check key="permanent_camping" text="Permanent camping only" />
3290 </checkgroup>
3291 </item> <!-- Camp pitch -->
[7379]3292 </group> <!-- Accommodation -->
[10565]3293 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3294 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3295 <link wiki="Tag:amenity=restaurant" />
[7102]3296 <space />
3297 <key key="amenity" value="restaurant" />
3298 <reference ref="name_operator" />
[9652]3299 <reference ref="cuisine" />
[7102]3300 <check key="microbrewery" text="Microbrewery" />
[8124]3301 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3302 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3303 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[15166]3304 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[15173]3305 <reference ref="oh" />
[16474]3306 <combo key="opening_hours:kitchen" text="Kitchen Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
[15173]3307 <reference ref="wheelchair" />
[7102]3308 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3309 <space />
[8013]3310 <reference ref="internet_smoking" />
[15166]3311 <preset_link preset_name="Diet" />
[8060]3312 <reference ref="link_contact_address_payment" />
[7393]3313 </item> <!-- Restaurant -->
[10808]3314 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3315 <link wiki="Tag:amenity=fast_food" />
[7102]3316 <space />
3317 <key key="amenity" value="fast_food" />
3318 <reference ref="name_operator" />
[9652]3319 <reference ref="cuisine" />
[8124]3320 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3321 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3322 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[15173]3323 <reference ref="oh_wheelchair" />
[7102]3324 <space />
[8013]3325 <reference ref="internet_smoking" />
[15166]3326 <preset_link preset_name="Diet" />
[8060]3327 <reference ref="link_contact_address_payment" />
[10111]3328 <preset_link preset_name="Building" />
[7393]3329 </item> <!-- Fast Food -->
[10808]3330 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3331 <link wiki="Tag:amenity=food_court" />
[7102]3332 <space />
3333 <key key="amenity" value="food_court" />
[8124]3334 <reference ref="name_operator" />
3335 <check key="outdoor_seating" text="Outdoor seating" />
3336 <reference ref="oh_wheelchair" />
[7102]3337 <space />
[8013]3338 <reference ref="internet_smoking" />
[8060]3339 <reference ref="link_contact_address_payment" />
[7393]3340 </item> <!-- Food Court -->
[10808]3341 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3342 <link wiki="Tag:amenity=cafe" />
[7102]3343 <space />
3344 <key key="amenity" value="cafe" />
3345 <reference ref="name_operator" />
3346 <combo key="cuisine" text="Cuisine" values="ice_cream" />
[8124]3347 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3348 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3349 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[8013]3350 <reference ref="oh_wheelchair" />
[7102]3351 <space />
[8013]3352 <reference ref="internet_smoking" />
[15166]3353 <preset_link preset_name="Diet" />
[8060]3354 <reference ref="link_contact_address_payment" />
[7393]3355 </item> <!-- Cafe -->
[10808]3356 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3357 <link wiki="Tag:amenity=ice_cream" />
[9651]3358 <space />
3359 <key key="amenity" value="ice_cream" />
3360 <reference ref="name_operator" />
3361 <check key="outdoor_seating" text="Outdoor seating" />
3362 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3363 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[9651]3364 <reference ref="oh_wheelchair" />
3365 <space />
3366 <reference ref="internet_smoking" />
[15166]3367 <preset_link preset_name="Diet" />
[9651]3368 <reference ref="link_contact_address_payment" />
3369 </item> <!-- Ice cream -->
[10808]3370 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3371 <link wiki="Tag:amenity=pub" />
[7102]3372 <space />
3373 <key key="amenity" value="pub" />
3374 <reference ref="name_operator" />
3375 <check key="microbrewery" text="Microbrewery" />
[8124]3376 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3377 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3378 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[8013]3379 <reference ref="oh_wheelchair" />
[7102]3380 <space />
[8013]3381 <reference ref="internet_smoking" />
[15166]3382 <preset_link preset_name="Diet" />
[8060]3383 <reference ref="link_contact_address_payment" />
[7393]3384 </item> <!-- Pub -->
[10808]3385 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3386 <link wiki="Tag:amenity=biergarten" />
[7102]3387 <space />
3388 <key key="amenity" value="biergarten" />
3389 <reference ref="name_operator" />
3390 <check key="microbrewery" text="Microbrewery" />
[8013]3391 <reference ref="oh_wheelchair" />
[7102]3392 <space />
[8013]3393 <reference ref="internet_smoking" />
[15166]3394 <preset_link preset_name="Diet" />
[8060]3395 <reference ref="link_contact_address_payment" />
[7393]3396 </item> <!-- Beer Garden -->
[16757]3397 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3398 <link wiki="Tag:leisure=outdoor_seating" />
3399 <space />
3400 <key key="leisure" value="outdoor_seating" />
3401 <reference ref="name_operator_oh_wheelchair" />
3402 </item> <!-- Outdoor seating -->
[10706]3403 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3404 <link wiki="Tag:amenity=bar" />
[7102]3405 <space />
3406 <key key="amenity" value="bar" />
[8124]3407 <reference ref="name_operator" />
3408 <check key="outdoor_seating" text="Outdoor seating" />
3409 <reference ref="oh_wheelchair" />
[7102]3410 <space />
[8013]3411 <reference ref="internet_smoking" />
[15166]3412 <preset_link preset_name="Diet" />
[8060]3413 <reference ref="link_contact_address_payment" />
[7393]3414 </item> <!-- Bar -->
[15166]3415 <separator/>
3416 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3417 <link wiki="Key:diet" />
3418 <space />
3419 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3420 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3421 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3422 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3423 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3424 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3425 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3426 <space />
3427 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3428 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3429 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3430 <space />
3431 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3432 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3433 </item> <!-- Diet -->
[7102]3434 </group> <!-- Food+Drinks -->
[10706]3435 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3436 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3437 <link wiki="Tag:tourism=attraction" />
[7102]3438 <space />
3439 <key key="tourism" value="attraction" />
[15166]3440 <text key="name" text="Name" />
3441 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3442 <reference ref="oh_wheelchair" />
[7393]3443 </item> <!-- Attraction -->
[10706]3444 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3445 <link wiki="Tag:tourism=viewpoint" />
[7102]3446 <space />
3447 <key key="tourism" value="viewpoint" />
3448 <text key="name" text="Name" />
[13163]3449 <combo key="direction" text="Direction" delimiter="|" values="N|E|S|W|NE|NNE-S|180|90-270|270-90|0-360|70-110;250-290" values_no_i18n="true" values_sort="false" />
[13183]3450 <space />
3451 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
[7393]3452 </item> <!-- Viewpoint -->
[7102]3453 <separator/>
[10706]3454 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14703]3455 <link wiki="Tag:information=office" />
[7381]3456 <label text="An office where you can get information about a town or region." />
[7102]3457 <space />
3458 <key key="tourism" value="information" />
3459 <key key="information" value="office" />
[8013]3460 <reference ref="name_oh_wheelchair" />
[7620]3461 <reference ref="internet" />
[8060]3462 <reference ref="link_contact_address_payment" />
[7384]3463 </item> <!-- Information Office -->
[10706]3464 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
[14703]3465 <link wiki="Tag:information=map" />
[7384]3466 <label text="A board with a map." />
[7102]3467 <space />
3468 <key key="tourism" value="information" />
3469 <key key="information" value="map" />
3470 <text key="name" text="Name" />
3471 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
[14621]3472 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
[13793]3473 <text key="description" text="Closer description" />
[7102]3474 <optional text="Routes shown for:">
3475 <check key="hiking" text="Hiking" />
3476 <check key="bicycle" text="Cycling" />
3477 <check key="mtb" text="Mountainbiking" />
3478 <check key="ski" text="Skiing" />
3479 <check key="horse" text="Riding" />
3480 <space />
3481 <label text="... other transportation modes possible" />
3482 </optional>
[7384]3483 </item> <!-- Map -->
[10706]3484 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
[14703]3485 <link wiki="Tag:information=board" />
[7102]3486 <space />
[7381]3487 <label text="A board with information." />
[7102]3488 <key key="tourism" value="information" />
3489 <key key="information" value="board" />
3490 <text key="name" text="Name" />
[7381]3491 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
[13793]3492 <text key="description" text="Closer description" />
[7384]3493 </item> <!-- Information Board -->
[10706]3494 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
[14646]3495 <link wiki="Tag:information=guidepost" />
[7381]3496 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
[7102]3497 <space />
3498 <key key="tourism" value="information" />
3499 <key key="information" value="guidepost" />
[7381]3500 <reference ref="name_ref_operator" />
[16707]3501 <text key="ele" text="Elevation (meters)" length="10" />
[7102]3502 <optional text="Routes shown for:">
3503 <check key="hiking" text="Hiking" />
3504 <check key="bicycle" text="Cycling" />
3505 <check key="mtb" text="Mountainbiking" />
3506 <check key="ski" text="Skiing" />
3507 <check key="horse" text="Riding" />
3508 <space />
3509 <label text="... other transportation modes possible" />
3510 </optional>
[7384]3511 </item> <!-- Guidepost -->
[16249]3512 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3513 <link wiki="Key:information" />
3514 <space />
3515 <key key="tourism" value="information" />
3516 <key key="information" value="route_marker" />
3517 <reference ref="name_ref_operator" />
[16707]3518 <text key="ele" text="Elevation (meters)" length="10" />
[16249]3519 <optional text="Routes shown for:">
3520 <check key="hiking" text="Hiking" />
3521 <check key="bicycle" text="Cycling" />
3522 <check key="mtb" text="Mountainbiking" />
3523 <check key="ski" text="Skiing" />
3524 <check key="horse" text="Riding" />
3525 <space />
3526 <label text="... other transportation modes possible" />
3527 </optional>
3528 </item> <!-- Route marker -->
[10706]3529 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
[14703]3530 <link wiki="Tag:information=terminal" />
[7384]3531 <label text="Information access via electronic methods." />
[7102]3532 <space />
3533 <key key="tourism" value="information" />
3534 <key key="information" value="terminal" />
[7384]3535 <reference ref="name_operator" />
[8013]3536 <reference ref="wheelchair" />
[7102]3537 <text key="description" text="Closer description" />
3538 <text key="ref" text="Reference number" />
[7620]3539 <reference ref="fee" />
3540 <reference ref="internet" />
[7384]3541 </item> <!-- Information Terminal -->
[16249]3542 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
[14703]3543 <link wiki="Tag:information=audioguide" />
[7384]3544 <label text="Information using headphones or a mobile phone." />
[7102]3545 <space />
3546 <key key="tourism" value="information" />
3547 <key key="information" value="audioguide" />
[7384]3548 <reference ref="name_operator" />
[8013]3549 <reference ref="wheelchair" />
[7102]3550 <text key="description" text="Closer description" />
3551 <text key="ref" text="Reference number" />
[7620]3552 <reference ref="fee" />
[7102]3553 <space />
3554 <label text="Audioguide via mobile phone?" />
3555 <text key="phone" text="Phone number" />
[13785]3556 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7393]3557 </item> <!-- Audio Guide -->
[10706]3558 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
[14646]3559 <link wiki="Tag:tourism=information" />
[7102]3560 <space />
3561 <key key="tourism" value="information" />
3562 <text key="name" text="Name" />
[13793]3563 <text key="description" text="Closer description" />
[7384]3564 </item> <!-- Other Information Point -->
[7102]3565 </group> <!-- Tourism -->
[10706]3566 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3567 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3568 <link wiki="Tag:amenity=cinema" />
[7102]3569 <space />
3570 <key key="amenity" value="cinema" />
[8013]3571 <reference ref="name_operator_oh_wheelchair" />
[7998]3572 <check key="drive_in" text="Drive-in theater" />
3573 <check key="cinema:3D" text="3D" />
3574 <text key="screen" text="Number of screens" />
[12957]3575 <reference ref="min_age" />
[8060]3576 <reference ref="link_contact_address_payment" />
[10111]3577 <preset_link preset_name="Building" />
[7393]3578 </item> <!-- Movie Theater/Cinema -->
[13379]3579 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3580 <link wiki="Tag:leisure=bandstand" />
[13379]3581 <space />
3582 <key key="leisure" value="bandstand" />
3583 <reference ref="name_operator_oh_wheelchair" />
[16474]3584 <reference ref="POI_access" />
[13379]3585 </item> <!-- Bandstand -->
[10706]3586 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3587 <link wiki="Tag:tourism=zoo" />
[7102]3588 <space />
3589 <key key="tourism" value="zoo" />
[8013]3590 <reference ref="name_oh_wheelchair" />
[14715]3591 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
[16861]3592 <reference ref="wikipedia_wikidata" />
[8060]3593 <reference ref="link_contact_address_payment" />
[7393]3594 </item> <!-- Zoo -->
[14181]3595 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3596 <link wiki="Tag:attraction=animal" />
[14181]3597 <space />
3598 <key key="attraction" value="animal" />
3599 <text key="name" text="Name" />
3600 </item> <!-- Animal enclosure -->
[10808]3601 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3602 <link wiki="Tag:leisure=dog_park" />
[7102]3603 <space />
3604 <key key="leisure" value="dog_park" />
3605 <text key="name" text="Name" />
3606 <check key="area" text="Area" />
3607 <combo key="barrier" text="Barrier" values="fence,wall" />
[8013]3608 <reference ref="oh_wheelchair" />
[7102]3609 <check key="lit" text="Lit" />
[7393]3610 </item> <!-- Dog Park -->
[10706]3611 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3612 <link wiki="Tag:tourism=theme_park" />
[7102]3613 <space />
3614 <key key="tourism" value="theme_park" />
[8013]3615 <reference ref="name_operator_oh_wheelchair" />
[8060]3616 <reference ref="link_contact_address_payment" />
[7393]3617 </item> <!-- Amusement/Theme Park -->
[10808]3618 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3619 <link wiki="Tag:leisure=water_park" />
[7102]3620 <space />
3621 <key key="leisure" value="water_park" />
[8013]3622 <reference ref="name_operator_oh_wheelchair" />
[8060]3623 <reference ref="link_contact_address_payment" />
[16479]3624 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3625 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
[7393]3626 </item> <!-- Water Park -->
[16479]3627 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3628 <link wiki="Tag:amenity=public_bath" />
3629 <space />
3630 <key key="amenity" value="public_bath" />
3631 <reference ref="name_operator_oh_wheelchair" />
3632 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3633 <check key="bath:open_air" text="Open air" />
3634 <check key="shower" text="Shower" />
3635 <checkgroup columns="3">
3636 <check key="female" text="Female" text_context="restroom" />
3637 <check key="male" text="Male" text_context="restroom" />
3638 <check key="unisex" text="Unisex" text_context="restroom" />
3639 </checkgroup>
3640 <reference ref="fee" />
3641 <reference ref="link_contact_address_payment" />
3642 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3643 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3644 </item> <!-- Public bath -->
[13789]3645 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3646 <link wiki="Tag:leisure=resort" />
[13789]3647 <space />
3648 <key key="leisure" value="resort" />
3649 <reference ref="name_operator_oh_wheelchair" />
3650 <reference ref="fee_interval" />
3651 <reference ref="link_contact_address_payment" />
3652 </item> <!-- Resort -->
[10822]3653 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3654 <link wiki="Tag:leisure=beach_resort" />
[10822]3655 <space />
3656 <key key="leisure" value="beach_resort" />
3657 <reference ref="name_operator_oh_wheelchair" />
3658 <reference ref="fee_interval" />
3659 <space />
[16474]3660 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[10822]3661 <reference ref="link_contact_address_payment" />
3662 </item> <!-- Beach Resort -->
[16245]3663 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3664 <link wiki="Tag:leisure=swimming_pool" />
[9690]3665 <key key="leisure" value="swimming_pool" />
3666 <space />
3667 <label text="Used for the water area only." />
3668 <space />
[16474]3669 <reference ref="POI_access" />
[9690]3670 </item> <!-- Swimming Pool -->
[15689]3671 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3672 <link wiki="Tag:amenity=dive_centre" />
3673 <space />
3674 <key key="amenity" value="dive_centre" />
3675 <reference ref="name_operator_oh_wheelchair" />
3676 <reference ref="link_contact_address_payment" />
3677 </item> <!-- Dive centre -->
[10565]3678 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3679 <link wiki="Tag:leisure=fitness_station" />
[9851]3680 <space />
3681 <key key="leisure" value="fitness_station" />
3682 <reference ref="name_operator_oh_wheelchair" />
3683 <text key="ref" text="Reference" />
3684 <text key="description" text="Description" />
3685 </item> <!-- Fitness Station -->
[10808]3686 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3687 <link wiki="Tag:amenity=sauna" />
[7102]3688 <space />
3689 <key key="leisure" value="sauna" />
[8013]3690 <reference ref="name_operator_oh_wheelchair" />
[16474]3691 <reference ref="POI_access" />
[8060]3692 <reference ref="link_contact_address_payment" />
[7393]3693 </item> <!-- Sauna -->
[10808]3694 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3695 <link wiki="Tag:leisure=horse_riding" />
[7102]3696 <space />
3697 <key key="leisure" value="horse_riding" />
[8013]3698 <reference ref="name_operator_oh_wheelchair" />
[7620]3699 <reference ref="fee" />
[8060]3700 <reference ref="link_contact_address_payment" />
[7393]3701 </item> <!-- Horse Riding -->
[16755]3702 <item name="Club" icon="presets/leisure/club.svg" type="node,closedway,multipolygon" preset_name_label="true">
3703 <link wiki="Key:club" />
3704 <space />
3705 <combo key="club" text="Type" values="amateur_radio,art,astronomy,automobile,board_games,card_games,charity,cinema,computer,cooking,culture,dog,doityourself,environment_protection,ethnic,fan,filmmaking,fishing,freemasonry,game,gardening,history,hunting,linux,motorcycle,music,nature,nudism,photography,politics,scout,smoke,social,sport,student,surf_life_saving,theatre,tourism,veterans,yachting,youth_movement" values_searchable="true" values_context="club" match="key!" />
[16758]3706 <optional>
3707 <reference ref="name_operator_oh_wheelchair" />
3708 <space />
3709 <label text="In case of sport:" />
[16755]3710 <reference ref="sport" />
3711 </optional>
3712 <reference ref="link_contact_address" />
3713 </item> <!-- Club -->
[15549]3714 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3715 <link wiki="Tag:leisure=hackerspace" />
3716 <space />
3717 <key key="leisure" value="hackerspace" />
3718 <reference ref="name_operator_oh_wheelchair" />
3719 <reference ref="link_contact_address" />
3720 </item> <!-- Hackerspace -->
[7102]3721 <separator/>
[10706]3722 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3723 <link wiki="Tag:leisure=playground" />
[7102]3724 <space />
3725 <key key="leisure" value="playground" />
[8138]3726 <reference ref="name_operator_oh_wheelchair" />
[12957]3727 <reference ref="max_age" />
[7393]3728 </item> <!-- Playground -->
[16500]3729 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3730 <link wiki="Key:playground" />
3731 <space />
[16610]3732 <combo key="playground" text="Type" values="activitypanel,aerialrotator,balancebeam,basketrotator,basketswing,climbingframe,climbingwall,cushion,exercise,hopscotch,horizontal_bar,map,playhouse,roundabout,sandpit,seesaw,sledding,slide,splash_pad,springy,structure,swing,teenshelter,trampoline,water,youth_bench,zipwire" values_searchable="true" values_context="playground" match="key!" />
[16500]3733 <reference ref="name_operator_oh_wheelchair" />
3734 <reference ref="max_age" />
3735 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3736 </item> <!-- Playground device -->
[10808]3737 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3738 <link wiki="Tag:tourism=picnic_site" />
[7102]3739 <space />
3740 <key key="tourism" value="picnic_site" />
3741 <text key="name" text="Name" />
3742 <check key="fireplace" text="Fireplace" />
[7393]3743 </item> <!-- Picnic Site -->
[10808]3744 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
[14646]3745 <link wiki="Tag:leisure=picnic_table" />
[7875]3746 <space />
3747 <key key="leisure" value="picnic_table" />
3748 <check key="covered" text="Covered" />
3749 </item> <!-- Picnic Table -->
[10808]3750 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3751 <link wiki="Tag:amenity=bbq" />
[7102]3752 <space />
3753 <key key="amenity" value="bbq" />
3754 <text key="name" text="Name" />
3755 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3756 <check key="covered" text="Covered" />
[7393]3757 </item> <!-- Public Grill -->
[10565]3758 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
[14646]3759 <link wiki="Tag:leisure=firepit" />
[7598]3760 <space />
3761 <key key="leisure" value="firepit" />
3762 <text key="name" text="Name" />
3763 </item> <!-- Firepit -->
[10808]3764 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3765 <link wiki="Tag:leisure=fishing" />
[7102]3766 <space />
3767 <key key="leisure" value="fishing" />
3768 <text key="name" text="Name" />
[7393]3769 </item> <!-- Fishing -->
[10565]3770 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
[14646]3771 <link wiki="Tag:leisure=bird_hide" />
[10005]3772 <space />
3773 <key key="leisure" value="bird_hide" />
3774 <reference ref="name_ref_operator" />
3775 </item> <!-- Bird Hide -->
[8888]3776 <separator/>
[16480]3777 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3778 <link wiki="Tag:leisure=amusement_arcade" />
[8888]3779 <space />
[16480]3780 <key key="leisure" value="amusement_arcade" />
[8888]3781 <reference ref="name_operator_oh_wheelchair" />
[12957]3782 <reference ref="min_age" />
[8888]3783 <space />
3784 <reference ref="internet_smoking" />
[16480]3785 <reference ref="link_contact_address_payment" />
3786 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3787 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3788 <preset_link preset_name="Casino" text="Similar but different tags:" />
3789 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3790 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3791 </item> <!-- Amusement arcade -->
3792 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3793 <link wiki="Tag:leisure=adult_gaming_centre" />
[8888]3794 <space />
[16480]3795 <key key="leisure" value="adult_gaming_centre" />
3796 <reference ref="name_operator_oh_wheelchair" />
3797 <reference ref="min_age" />
3798 <space />
3799 <reference ref="internet_smoking" />
[8888]3800 <reference ref="link_contact_address_payment" />
[16480]3801 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3802 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3803 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3804 <preset_link preset_name="Casino" text="Similar but different tags:" />
3805 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3806 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3807 </item> <!-- Adult gaming centre -->
3808 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3809 <link wiki="Tag:amenity=gambling" />
3810 <space />
3811 <key key="amenity" value="gambling" />
3812 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3813 <reference ref="name_operator_oh_wheelchair" />
3814 <reference ref="min_age" />
3815 <space />
3816 <reference ref="internet_smoking" />
3817 <reference ref="link_contact_address_payment" />
3818 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3819 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3820 <preset_link preset_name="Casino" text="Similar but different tags:" />
3821 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3822 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3823 </item> <!-- Gambling -->
[10565]3824 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3825 <link wiki="Tag:amenity=casino" />
[8888]3826 <space />
3827 <key key="amenity" value="casino" />
3828 <reference ref="name_operator_oh_wheelchair" />
[16480]3829 <reference ref="min_age" />
[8888]3830 <space />
3831 <reference ref="internet_smoking" />
[16480]3832 <reference ref="link_contact_address_payment" />
3833 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3834 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3835 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3836 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3837 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3838 </item> <!-- Casino -->
3839 <separator/>
3840 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3841 <link wiki="Tag:amenity=nightclub" />
[8888]3842 <space />
[16480]3843 <key key="amenity" value="nightclub" />
3844 <reference ref="name_operator_oh_wheelchair" />
3845 <reference ref="min_age" />
3846 <space />
3847 <reference ref="internet_smoking" />
[8888]3848 <reference ref="link_contact_address_payment" />
[16480]3849 </item> <!-- Night Club -->
[10808]3850 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3851 <link wiki="Tag:amenity=stripclub" />
[8888]3852 <space />
3853 <key key="amenity" value="stripclub" />
3854 <reference ref="name_operator_oh_wheelchair" />
[16480]3855 <reference ref="min_age" />
[8888]3856 <space />
3857 <reference ref="internet_smoking" />
3858 <reference ref="link_contact_address_payment" />
3859 </item> <!-- Strip Club -->
[10808]3860 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3861 <link wiki="Tag:amenity=brothel" />
[8888]3862 <space />
3863 <key key="amenity" value="brothel" />
3864 <reference ref="name_operator_oh_wheelchair" />
3865 <space />
3866 <reference ref="internet_smoking" />
3867 <reference ref="link_contact_address_payment" />
3868 </item> <!-- Brothel -->
[7102]3869 </group> <!-- Leisure -->
[10808]3870 <group name="Culture" icon="presets/leisure/theater.svg">
[10565]3871 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3872 <link wiki="Tag:tourism=museum" />
[7102]3873 <space />
3874 <key key="tourism" value="museum" />
[8013]3875 <reference ref="name_operator_oh_wheelchair" />
[16861]3876 <reference ref="wikipedia_wikidata" />
[8060]3877 <reference ref="link_contact_address_payment" />
[10111]3878 <preset_link preset_name="Building" />
[7393]3879 </item> <!-- Museum -->
[10808]3880 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3881 <link wiki="Tag:amenity=theatre" />
[7102]3882 <space />
3883 <key key="amenity" value="theatre" />
3884 <reference ref="name_operator" />
[8013]3885 <reference ref="wheelchair" />
[8060]3886 <reference ref="link_contact_address_payment" />
[10111]3887 <preset_link preset_name="Building" />
[7393]3888 </item> <!-- Theatre -->
[10808]3889 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3890 <link wiki="Tag:amenity=library" />
[7102]3891 <space />
3892 <key key="amenity" value="library" />
[8013]3893 <reference ref="name_operator_oh_wheelchair" />
[8060]3894 <reference ref="link_contact_address_payment" />
[10111]3895 <preset_link preset_name="Building" />
[7393]3896 </item> <!-- Library -->
[16483]3897 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3898 <link wiki="Tag:amenity=public_bookcase" />
3899 <space />
3900 <key key="amenity" value="public_bookcase" />
3901 <text key="name" text="Name" />
3902 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3903 <text key="operator" text="Operator" />
3904 <reference ref="oh_wheelchair" />
3905 <reference ref="POI_access" />
3906 </item> <!-- Public bookcase -->
[10808]3907 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3908 <link wiki="Tag:amenity=arts_centre" />
[7102]3909 <space />
3910 <key key="amenity" value="arts_centre" />
3911 <text key="name" text="Name" />
[8060]3912 <reference ref="link_contact_address_payment" />
[10111]3913 <preset_link preset_name="Building" />
[7393]3914 </item> <!-- Arts Centre -->
[10808]3915 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]3916 <link wiki="Tag:tourism=artwork" />
[7102]3917 <space />
3918 <key key="tourism" value="artwork" />
[14263]3919 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
[7102]3920 <text key="name" text="Name" />
[14229]3921 <text key="artwork_subject" text="Subject" />
[7102]3922 <text key="artist_name" text="Artist Name" />
[15647]3923 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
[14151]3924 <text key="start_date" text="Start date" />
[7393]3925 </item> <!-- Artwork -->
[10808]3926 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3927 <link wiki="Tag:amenity=studio" />
[7102]3928 <space />
3929 <key key="amenity" value="studio" />
3930 <reference ref="name_operator" />
[8013]3931 <reference ref="wheelchair" />
[9363]3932 <combo key="studio" text="Type" values="audio,radio,television,video" />
[8060]3933 <reference ref="link_contact_address_payment" />
[9418]3934 </item> <!-- Studio -->
[7102]3935 </group> <!-- Culture -->
[10706]3936 <group name="Place of Worship" icon="presets/religion/religion.svg">
3937 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3938 <link wiki="Tag:amenity=place_of_worship" />
[7102]3939 <space />
3940 <key key="amenity" value="place_of_worship" />
3941 <key key="religion" value="christian" />
3942 <text key="name" text="Name" />
3943 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
[14867]3944 <reference ref="christian_denominations" />
[7102]3945 <reference ref="service_times" />
[8013]3946 <reference ref="oh_wheelchair" />
[8026]3947 <reference ref="link_contact_address" />
[10111]3948 <preset_link preset_name="Building" />
[7393]3949 </item> <!-- Church -->
[10706]3950 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3951 <link wiki="Tag:amenity=place_of_worship" />
[7102]3952 <space />
3953 <key key="amenity" value="place_of_worship" />
3954 <key key="religion" value="muslim" />
3955 <text key="name" text="Name" />
3956 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
[14867]3957 <reference ref="muslim_denominations" />
[7102]3958 <reference ref="service_times" />
[8013]3959 <reference ref="oh_wheelchair" />
[8026]3960 <reference ref="link_contact_address" />
[10111]3961 <preset_link preset_name="Building" />
[7393]3962 </item> <!-- Mosque -->
[10706]3963 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3964 <link wiki="Tag:amenity=place_of_worship" />
[7102]3965 <space />
3966 <key key="amenity" value="place_of_worship" />
3967 <key key="religion" value="jewish" />
3968 <text key="name" text="Name" />
3969 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
[14867]3970 <reference ref="jewish_denominations" />
[7102]3971 <reference ref="service_times" />
[8013]3972 <reference ref="oh_wheelchair" />
[8026]3973 <reference ref="link_contact_address" />
[10111]3974 <preset_link preset_name="Building" />
[7393]3975 </item> <!-- Synagogue -->
[10706]3976 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3977 <link wiki="Tag:amenity=place_of_worship" />
[7102]3978 <space />
3979 <key key="amenity" value="place_of_worship" />
3980 <key key="religion" value="buddhist" />
3981 <text key="name" text="Name" />
[14867]3982 <reference ref="buddhist_denominations" />
[7102]3983 <reference ref="service_times" />
[8013]3984 <reference ref="oh_wheelchair" />
[8026]3985 <reference ref="link_contact_address" />
[10111]3986 <preset_link preset_name="Building" />
[7393]3987 </item> <!-- Buddhist Temple -->
[10706]3988 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3989 <link wiki="Tag:amenity=place_of_worship" />
[7102]3990 <space />
3991 <key key="amenity" value="place_of_worship" />
3992 <key key="religion" value="hindu" />
3993 <text key="name" text="Name" />
[14867]3994 <reference ref="hindu_denominations" />
[7102]3995 <reference ref="service_times" />
[8013]3996 <reference ref="oh_wheelchair" />
[8026]3997 <reference ref="link_contact_address" />
[10111]3998 <preset_link preset_name="Building" />
[7393]3999 </item> <!-- Hindu Temple -->
[10706]4000 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4001 <link wiki="Tag:amenity=place_of_worship" />
[7102]4002 <space />
4003 <key key="amenity" value="place_of_worship" />
4004 <key key="religion" value="shinto" />
4005 <text key="name" text="Name" />
4006 <reference ref="service_times" />
[8013]4007 <reference ref="oh_wheelchair" />
[8026]4008 <reference ref="link_contact_address" />
[10111]4009 <preset_link preset_name="Building" />
[7393]4010 </item> <!-- Shinto Shrine -->
[10706]4011 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4012 <link wiki="Tag:amenity=place_of_worship" />
[7102]4013 <space />
4014 <key key="amenity" value="place_of_worship" />
4015 <text key="name" text="Name" />
[14867]4016 <reference ref="other_religions" />
[7102]4017 <reference ref="service_times" />
[8013]4018 <reference ref="oh_wheelchair" />
[8026]4019 <reference ref="link_contact_address" />
[10111]4020 <preset_link preset_name="Building" />
[7393]4021 </item> <!-- Other Place of Worship -->
[7102]4022 </group> <!-- Place of Worship -->
[10808]4023 <group name="Public Building" icon="presets/service/townhall.svg">
4024 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4025 <link wiki="Tag:amenity=townhall" />
[7102]4026 <space />
4027 <key key="amenity" value="townhall" />
[8013]4028 <reference ref="name_oh_wheelchair" />
[8026]4029 <reference ref="link_contact_address" />
[10111]4030 <preset_link preset_name="Building" />
[7393]4031 </item> <!-- Town Hall -->
[10808]4032 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4033 <link wiki="Tag:amenity=community_centre" />
[7102]4034 <label text="Community Centre" />
4035 <space />
4036 <key key="amenity" value="community_centre" />
[8013]4037 <reference ref="name_operator_oh_wheelchair" />
[15262]4038 <combo key="community_centre" text="Type" values="club_home,community_hall,cultural_centre,environment_centre,events_venue,family_centre,language_centre,meeting_room,parish_hall,village_hall,youth_centre" />
4039 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
[8026]4040 <reference ref="link_contact_address" />
[10111]4041 <preset_link preset_name="Building" />
[7393]4042 </item> <!-- Community Centre -->
[10808]4043 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4044 <link wiki="Tag:amenity=embassy" />
[7102]4045 <space />
4046 <key key="amenity" value="embassy" />
[8013]4047 <reference ref="name_oh_wheelchair" />
[8026]4048 <reference ref="link_contact_address" />
[7393]4049 </item> <!-- Embassy -->
[10706]4050 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4051 <link wiki="Tag:amenity=courthouse" />
[7102]4052 <space />
4053 <key key="amenity" value="courthouse" />
[8013]4054 <reference ref="name_oh_wheelchair" />
[8026]4055 <reference ref="link_contact_address" />
[10111]4056 <preset_link preset_name="Building" />
[7393]4057 </item> <!-- Courthouse -->
[10706]4058 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4059 <link wiki="Tag:amenity=prison" />
[7102]4060 <space />
4061 <key key="amenity" value="prison" />
[7620]4062 <reference ref="name_operator" />
[8026]4063 <reference ref="link_contact_address" />
[7393]4064 </item> <!-- Prison -->
[10706]4065 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4066 <link wiki="Tag:amenity=police" />
[7102]4067 <space />
4068 <key key="amenity" value="police" />
[8013]4069 <reference ref="name_oh_wheelchair" />
[8026]4070 <reference ref="link_contact_address" />
[10111]4071 <preset_link preset_name="Building" />
[7393]4072 </item> <!-- Police -->
[10565]4073 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4074 <link wiki="Tag:amenity=ranger_station" />
[8025]4075 <space />
4076 <key key="amenity" value="ranger_station" />
4077 <reference ref="name_operator_oh_wheelchair" />
[8026]4078 <reference ref="link_contact_address" />
[8025]4079 </item> <!-- Ranger Station -->
[10706]4080 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4081 <link wiki="Tag:amenity=fire_station" />
[7102]4082 <space />
4083 <key key="amenity" value="fire_station" />
4084 <text key="name" text="Name" />
[8026]4085 <reference ref="link_contact_address" />
[10111]4086 <preset_link preset_name="Building" />
[7393]4087 </item> <!-- Fire Station -->
[10808]4088 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4089 <link wiki="Tag:amenity=post_office" />
[7102]4090 <space />
4091 <key key="amenity" value="post_office" />
[8013]4092 <reference ref="name_operator_oh_wheelchair" />
[7745]4093 <text key="ref" text="Reference" />
[8060]4094 <reference ref="link_contact_address_payment" />
[7393]4095 </item> <!-- Post Office -->
[7102]4096 </group> <!-- Public Buildings -->
[10808]4097 <group name="Education" icon="presets/education/school.svg">
[10706]4098 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4099 <link wiki="Tag:amenity=kindergarten" />
[7102]4100 <space />
4101 <key key="amenity" value="kindergarten" />
[8013]4102 <reference ref="name_operator_oh_wheelchair" />
[12957]4103 <reference ref="min_age" />
4104 <reference ref="max_age" />
[15715]4105 <combo key="isced:level" text="ISCED level" values="0" />
[8026]4106 <reference ref="link_contact_address" />
[10111]4107 <preset_link preset_name="Building" />
[7393]4108 </item> <!-- Kindergarten -->
[10808]4109 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4110 <link wiki="Tag:amenity=school" />
[7102]4111 <space />
4112 <key key="amenity" value="school" />
[8013]4113 <reference ref="name_operator_oh_wheelchair" />
[12957]4114 <reference ref="min_age" />
[16482]4115 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
[8026]4116 <reference ref="link_contact_address" />
[10111]4117 <preset_link preset_name="Building" />
[7393]4118 </item> <!-- School -->
[10808]4119 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4120 <link wiki="Tag:amenity=university" />
[7102]4121 <space />
4122 <key key="amenity" value="university" />
[8013]4123 <reference ref="name_operator_oh_wheelchair" />
[16482]4124 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
[8026]4125 <reference ref="link_contact_address" />
[7393]4126 </item> <!-- University -->
[10808]4127 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4128 <link wiki="Tag:amenity=college" />
[7102]4129 <space />
4130 <key key="amenity" value="college" />
[8013]4131 <reference ref="name_operator_oh_wheelchair" />
[16482]4132 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
[8026]4133 <reference ref="link_contact_address" />
[7393]4134 </item> <!-- College -->
[10808]4135 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4136 <link wiki="Tag:amenity=driving_school" />
[7102]4137 <space />
4138 <key key="amenity" value="driving_school" />
[8013]4139 <reference ref="name_operator_oh_wheelchair" />
[7102]4140 <combo key="license_classes" text="License Classes" values="A;A1;B;BE;C,A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E" />
[8026]4141 <reference ref="link_contact_address" />
[7393]4142 </item> <!-- Driving School -->
[7102]4143 </group> <!-- Education -->
[10565]4144 <group name="Health" icon="presets/health/pharmacy.svg">
4145 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4146 <link wiki="Tag:amenity=hospital" />
[7102]4147 <space />
4148 <key key="amenity" value="hospital" />
4149 <reference ref="name_operator" />
[8060]4150 <reference ref="link_contact_address_payment" />
[7393]4151 </item> <!-- Hospital -->
[10565]4152 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4153 <link wiki="Tag:amenity=clinic" />
[7102]4154 <space />
4155 <key key="amenity" value="clinic" />
[7620]4156 <reference ref="name_operator" />
[8060]4157 <reference ref="link_contact_address_payment" />
[7393]4158 </item> <!-- Clinic -->
[10565]4159 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4160 <link wiki="Tag:amenity=doctors" />
[7102]4161 <space />
4162 <key key="amenity" value="doctors" />
[8013]4163 <reference ref="name_oh_wheelchair" />
[8060]4164 <reference ref="link_contact_address_payment" />
[7393]4165 </item> <!-- Doctor's Office -->
[10565]4166 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4167 <link wiki="Tag:amenity=dentist" />
[7102]4168 <space />
4169 <key key="amenity" value="dentist" />
[8013]4170 <reference ref="name_oh_wheelchair" />
[8060]4171 <reference ref="link_contact_address_payment" />
[7393]4172 </item> <!-- Dentist -->
[10565]4173 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4174 <link wiki="Tag:amenity=pharmacy" />
[7102]4175 <space />
4176 <key key="amenity" value="pharmacy" />
[8013]4177 <reference ref="name_operator_oh_wheelchair" />
[8122]4178 <check key="dispensing" text="Dispensing"/>
[8060]4179 <reference ref="link_contact_address_payment" />
[7393]4180 </item> <!-- Pharmacy -->
[16455]4181 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
4182 <link wiki="Tag:healthcare=laboratory" />
4183 <space />
4184 <key key="healthcare" value="laboratory" />
4185 <optional>
4186 <reference ref="name_operator" />
4187 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
4188 <reference ref="oh_wheelchair" />
4189 <text key="ref" text="Reference" />
4190 <reference ref="link_contact_address" />
4191 </optional>
4192 </item> <!-- Laboratory -->
[7102]4193 <separator/>
[10565]4194 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
[14646]4195 <link wiki="Tag:amenity=baby_hatch" />
[7102]4196 <space />
4197 <key key="amenity" value="baby_hatch" />
[8013]4198 <reference ref="name_operator_oh_wheelchair" />
[8026]4199 <reference ref="link_contact_address" />
[7393]4200 </item> <!-- Baby Hatch/Safe Haven -->
[7102]4201 <separator/>
[10565]4202 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
[14646]4203 <link wiki="Tag:highway=emergency_access_point" />
[7102]4204 <space />
4205 <key key="highway" value="emergency_access_point" />
4206 <text key="ref" text="Point Number" />
4207 <text key="name" text="Point Name" />
4208 <text key="operator" text="Operator" />
[11025]4209 <text key="emergency_telephone_code" text="Emergency Phone Number" />
4210 <label text="(Use number as shown on plate.)" />
[7102]4211 <space />
[7393]4212 </item> <!-- Emergency Access Point -->
[7102]4213 <separator/>
[10565]4214 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4215 <link wiki="Tag:amenity=veterinary" />
[7102]4216 <space />
4217 <key key="amenity" value="veterinary" />
[8013]4218 <reference ref="name_oh_wheelchair" />
[8060]4219 <reference ref="link_contact_address_payment" />
[7393]4220 </item> <!-- Veterinary -->
[7102]4221 </group> <!-- Health -->
[10565]4222 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
4223 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4224 <link wiki="Tag:emergency=ambulance_station" />
[9523]4225 <space />
4226 <key key="emergency" value="ambulance_station" />
4227 <reference ref="name_operator" />
4228 <reference ref="link_contact_address" />
4229 </item> <!-- Ambulance Station -->
[15308]4230 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
4231 <link wiki="Tag:emergency=emergency_ward_entrance" />
4232 <space />
4233 <key key="emergency" value="emergency_ward_entrance" />
4234 <reference ref="name_operator" />
4235 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
4236 <reference ref="link_contact_address" />
4237 </item> <!-- Emergency ward entrance -->
[10706]4238 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
[14646]4239 <link wiki="Tag:emergency=defibrillator" />
[9523]4240 <space />
4241 <key key="emergency" value="defibrillator" />
[16944]4242 <text key="defibrillator:location" text="Location description" />
4243 <reference ref="POI_access" />
4244 <space />
4245 <check key="indoor" text="Located inside a building?" />
4246 <combo key="level" text="Storey" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" values_sort="false" />
4247 <space />
[9523]4248 <reference ref="oh_wheelchair" />
[11150]4249 <text key="operator" text="Operator" />
[13761]4250 <text key="phone" text="Phone number" />
[13785]4251 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[9523]4252 </item> <!-- Automated Defibrillator -->
4253 <separator />
[10565]4254 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
[14646]4255 <link wiki="Tag:emergency=fire_extinguisher" />
[9523]4256 <space />
4257 <key key="emergency" value="fire_extinguisher" />
4258 <text key="ref" text="Reference" />
4259 <text key="operator" text="Operator" />
4260 <check key="indoor" text="Indoor" />
4261 </item> <!-- Fire Extinguisher -->
[10565]4262 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
[14646]4263 <link wiki="Tag:emergency=fire_hose" />
[9523]4264 <space />
4265 <key key="emergency" value="fire_hose" />
4266 <text key="ref" text="Reference" />
4267 <text key="operator" text="Operator" />
4268 </item> <!-- Fire Hose -->
[10706]4269 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
[14646]4270 <link wiki="Tag:emergency=fire_hydrant" />
[9523]4271 <space />
4272 <key key="emergency" value="fire_hydrant" />
[14593]4273 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4274 <list_entry value="pillar" short_description="A pillar type hydrant." />
4275 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4276 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4277 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4278 </combo>
4279 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4280 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4281 <list_entry value="#" short_description="Pressure in bar." />
4282 <list_entry value="yes" short_description="Pressure but value unknown." />
4283 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4284 </combo>
4285 <optional>
4286 <text key="ref" text="Reference" />
4287 <combo key="water_source" text="Water source">
4288 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4289 <list_entry value="groundwater" short_description="A water well." />
4290 <list_entry value="stream" />
4291 <list_entry value="river" />
4292 <list_entry value="canal" />
4293 <list_entry value="drain" />
4294 <list_entry value="ditch" />
4295 <list_entry value="pond" />
4296 <list_entry value="lake" />
4297 <list_entry value="water_tank" />
4298 <list_entry value="swimming_pool" />
4299 </combo>
4300 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4301 <list_entry value="lane" short_description="on the side of a road lane" />
4302 <list_entry value="parking_lot" short_description="in a parking lot" />
4303 <list_entry value="sidewalk" short_description="on a sidewalk" />
4304 <list_entry value="green" short_description="in a grassy area" />
4305 </combo>
4306 <text key="flow_rate" text="Flow rate with unit of measure" />
4307 <combo key="pillar:type" text="Pillar type">
4308 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4309 <list_entry value="wet_barrel" short_description="A style of pillar hydrant where the barrel is pressurized at all times, with individual valves for each outlet." />
4310 </combo>
4311 <space />
4312 <combo key="couplings" text="Number of couplings" values="1,2,3" />
[14608]4313 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
[14593]4314 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4315 <space />
[15255]4316 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4317 <combo key="bonnet:colour" text="Colour of the top section (bonnet)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4318 <combo key="cap:colour" text="Colour of the caps" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
[14593]4319 <space />
4320 <text key="manufacturer" text="Manufacturer" />
4321 <text key="operator" text="Operator" />
4322 <text key="name" text="Name" />
4323 </optional>
[9523]4324 </item> <!-- Fire Hydrant -->
[10565]4325 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
[14646]4326 <link wiki="Tag:emergency=water_tank" />
[9523]4327 <space />
4328 <key key="emergency" value="water_tank" />
4329 <reference ref="name_ref_operator" />
4330 <space />
4331 <text key="water_tank:volume" text="Volume (in liters)" />
4332 </item> <!-- Water Tank -->
4333 <separator />
[10565]4334 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
[14646]4335 <link wiki="Tag:emergency=assembly_point" />
[9523]4336 <space />
4337 <key key="emergency" value="assembly_point" />
4338 <reference ref="name_ref_operator" />
4339 </item> <!-- Assembly Point -->
[10706]4340 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
[14646]4341 <link wiki="Tag:emergency=phone" />
[9523]4342 <key key="emergency" value="phone" />
4343 <text key="ref" text="Reference" />
4344 <text key="operator" text="Operator" />
4345 </item> <!-- Emergency Phone -->
[10565]4346 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
[14646]4347 <link wiki="Tag:emergency=siren" />
[9523]4348 <key key="emergency" value="siren" />
4349 <text key="ref" text="Reference" />
4350 <text key="operator" text="Operator" />
4351 <space />
4352 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
[16482]4353 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
[9523]4354 <text key="siren:range" text="Range (in meters)" />
[13785]4355 </item> <!-- Siren -->
[9523]4356 </group> <!-- Emergency -->
[10565]4357 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4358 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4359 <link wiki="Key:social_facility" />
[12613]4360 <space />
4361 <key key="amenity" value="social_facility" />
4362 <key key="social_facility" value="nursing_home" />
4363 <reference ref="name_operator" />
4364 <text key="capacity" text="Capacity" />
4365 <reference ref="link_contact_address" />
4366 </item> <!-- Nursing Home -->
4367 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4368 <link wiki="Tag:amenity=nursing_home" />
[9285]4369 <space />
4370 <key key="amenity" value="nursing_home" />
4371 <reference ref="name_operator" />
4372 <text key="capacity" text="Capacity" />
4373 <reference ref="link_contact_address" />
[12613]4374 </item> <!-- Nursing Home (Legacy)-->
[10565]4375 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4376 <link wiki="Key:social_facility" />
[9285]4377 <space />
4378 <key key="amenity" value="social_facility" />
4379 <key key="social_facility" value="group_home" />
4380 <reference ref="name_operator" />
4381 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4382 <text key="capacity" text="Capacity" />
4383 <reference ref="link_contact_address" />
4384 </item> <!-- Group Home -->
[10565]4385 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4386 <link wiki="Key:social_facility" />
[9285]4387 <space />
4388 <key key="amenity" value="social_facility" />
4389 <key key="social_facility" value="assisted_living" />
4390 <reference ref="name_operator" />
4391 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4392 <text key="capacity" text="Capacity" />
4393 <reference ref="link_contact_address" />
4394 </item> <!-- Assisted Living -->
[10565]4395 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4396 <link wiki="Key:social_facility" />
[9285]4397 <space />
4398 <key key="amenity" value="social_facility" />
4399 <key key="social_facility" value="outreach" />
4400 <reference ref="name_operator_oh_wheelchair" />
4401 <reference ref="link_contact_address" />
4402 </item> <!-- Outreach -->
[10565]4403 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4404 <link wiki="Key:social_facility" />
[9285]4405 <space />
4406 <key key="amenity" value="social_facility" />
4407 <key key="social_facility" value="shelter" />
4408 <reference ref="name_operator" />
4409 <text key="capacity" text="Capacity" />
4410 <reference ref="link_contact_address" />
4411 </item> <!-- Shelter -->
[10565]4412 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4413 <link wiki="Key:social_facility" />
[9285]4414 <space />
4415 <key key="amenity" value="social_facility" />
4416 <key key="social_facility" value="food_bank" />
4417 <reference ref="name_operator_oh_wheelchair" />
4418 <reference ref="link_contact_address" />
4419 </item> <!-- Food Bank -->
4420 </group> <!-- Social Facility -->
[10706]4421 <group name="Facilities" icon="presets/service/telephone.svg">
4422 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
[14646]4423 <link wiki="Tag:amenity=toilets" />
[7102]4424 <space />
4425 <key key="amenity" value="toilets" />
4426 <optional>
[16474]4427 <reference ref="POI_access" />
[8867]4428 <checkgroup columns="3">
[8885]4429 <check key="female" text="Female" text_context="restroom" />
4430 <check key="male" text="Male" text_context="restroom" />
4431 <check key="unisex" text="Unisex" text_context="restroom" />
[8867]4432 </checkgroup>
4433 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
[7102]4434 <text key="description" text="Description" />
[7620]4435 <reference ref="fee" />
[7102]4436 <text key="operator" text="Operator" />
4437 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
[8013]4438 <reference ref="wheelchair" />
[14365]4439 <check key="drinking_water" text="Drinking Water" />
[7102]4440 </optional>
[15263]4441 <preset_link preset_name="Changing table" />
[7393]4442 </item> <!-- Toilets/Restrooms -->
[10565]4443 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
[14646]4444 <link wiki="Tag:amenity=shower" />
[7598]4445 <space />
4446 <key key="amenity" value="shower" />
[16474]4447 <reference ref="POI_access" />
[7598]4448 <optional>
[11550]4449 <checkgroup columns="3">
[11547]4450 <check key="female" text="Female" text_context="restroom" />
4451 <check key="male" text="Male" text_context="restroom" />
4452 <check key="unisex" text="Unisex" text_context="restroom" />
4453 </checkgroup>
[7598]4454 <text key="description" text="Description" />
[15263]4455 <reference ref="fee" />
[7598]4456 <text key="operator" text="Operator" />
[8013]4457 <reference ref="oh_wheelchair" />
[7598]4458 </optional>
4459 </item> <!-- Shower -->
[15263]4460 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4461 <link wiki="Key:changing_table" />
4462 <space />
4463 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4464 <optional>
4465 <check key="changing_table:fee" text="Fee" />
4466 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4467 <multiselect key="changing_table:location" text="Location" text_context="Changing table" values="dedicated_room;female_toilet;male_toilet;room;sales_area;unisex_toilet;wheelchair_toilet" />
4468 <text key="operator" text="Operator" />
4469 <reference ref="wheelchair" />
4470 </optional>
4471 </item> <!-- Changing table -->
[11583]4472 <separator/>
[10808]4473 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
[14646]4474 <link wiki="Tag:amenity=post_box" />
[7102]4475 <space />
4476 <key key="amenity" value="post_box" />
4477 <text key="operator" text="Operator" />
4478 <text key="ref" text="Reference number" />
[15272]4479 <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Sa 09:00|Mo-Sa 08:00|Mo-Fr 09:00; Sa 07:00|Mo-Fr 17:30; Sa 12:00|Mo-Fr 15:00,19:00; Sa 15:10; Su 10:30" values_no_i18n="true" />
[8844]4480 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
[7102]4481 <check key="drive_through" text="Drive through" />
[7393]4482 </item> <!-- Post Box -->
[10706]4483 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
[14646]4484 <link wiki="Tag:amenity=telephone" />
[7102]4485 <space />
4486 <key key="amenity" value="telephone" />
4487 <text key="operator" text="Operator" />
[13663]4488 <combo key="covered" text="Covered" values="yes,no,booth" />
[8059]4489 <space />
4490 <check key="payment:coins" text="Coins" />
4491 <check key="payment:notes" text="Notes" text_context="payment" />
[7102]4492 <check key="payment:telephone_cards" text="Telephone cards" />
[8059]4493 <preset_link preset_name="Payment Methods" />
[7393]4494 </item> <!-- Telephone -->
[11585]4495 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4496 <link wiki="Tag:amenity=internet_cafe" />
[11585]4497 <space />
4498 <key key="amenity" value="internet_cafe" />
4499 <reference ref="name_operator_oh_wheelchair" />
[11588]4500 <reference ref="link_contact_address_payment" />
[11585]4501 </item> <!-- Internet Cafe -->
[10706]4502 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]4503 <link wiki="Key:internet_access" />
[7102]4504 <space />
[16610]4505 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4506 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
[7393]4507 </item> <!-- Internet Access -->
[10565]4508 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
[14646]4509 <link wiki="Tag:amenity=clock" />
[7102]4510 <key key="amenity" value="clock" />
4511 <optional>
4512 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
[9037]4513 <reference ref="support" />
[13770]4514 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
[14264]4515 <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" values_sort="false" />
[7102]4516 <check key="date" text="Shows current date" />
4517 <check key="thermometer" text="Shows temperature" />
4518 <check key="barometer" text="Shows barometric pressure" />
4519 <check key="hygrometer" text="Shows humidity" />
4520 </optional>
[7393]4521 </item> <!-- Clock -->
[11583]4522 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
[14646]4523 <link wiki="Tag:amenity=photo_booth" />
[11583]4524 <space />
4525 <key key="amenity" value="photo_booth" />
4526 <reference ref="name_operator_oh_wheelchair" />
4527 </item> <!-- Photo booth -->
4528 <separator/>
[10565]4529 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
[14646]4530 <link wiki="Tag:amenity=recycling" />
[7102]4531 <space />
4532 <key key="amenity" value="recycling" />
[8411]4533 <key key="recycling_type" value="container" />
[10119]4534 <text key="operator" text="Operator" />
[15648]4535 <combo key="opening_hours" text="Throw in times" delimiter="|" values="24/7|Mo-Fr 06:30-12:30,15:30-20:00; Sa 08:00-12:00; PH off" values_no_i18n="true" />
[16742]4536 <reference ref="wheelchair" />
[8411]4537 <space />
4538 <checkgroup columns="4">
[16266]4539 <check key="recycling:paper" text="Paper" />
4540 <check key="recycling:paper_packaging" text="Paper packaging" />
[8411]4541 <check key="recycling:cardboard" text="Cardboard" />
[16266]4542 <check key="recycling:newspaper" text="Newspaper" />
4543 <check key="recycling:magazines" text="Magazines" />
4544 <check key="recycling:books" text="Books" />
[8411]4545 <check key="recycling:plastic" text="Plastic" />
4546 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4547 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
[16266]4548 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4549 <check key="recycling:glass" text="Glass" />
4550 <check key="recycling:glass_bottles" text="Glass Bottles" />
4551 <check key="recycling:cans" text="Cans" />
4552 <check key="recycling:clothes" text="Clothes" />
4553 <check key="recycling:shoes" text="Shoes" />
[8411]4554 <check key="recycling:scrap_metal" text="Scrap Metal" />
[16266]4555 <check key="recycling:wood" text="Wood" />
4556 <check key="recycling:green_waste" text="Green Waste" />
4557 <check key="recycling:waste" text="Waste" />
4558 <check key="recycling:batteries" text="Batteries" />
[8411]4559 <check key="recycling:small_appliances" text="Small Appliances" />
[16266]4560 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
[8411]4561 </checkgroup>
4562 </item> <!-- Recycling Container-->
[10565]4563 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4564 <link wiki="Tag:amenity=recycling" />
[8411]4565 <space />
4566 <key key="amenity" value="recycling" />
4567 <key key="recycling_type" value="centre" />
4568 <reference ref="name_operator_oh_wheelchair" />
4569 <space />
4570 <checkgroup columns="4">
[16266]4571 <check key="recycling:paper" text="Paper" />
4572 <check key="recycling:paper_packaging" text="Paper packaging" />
[8411]4573 <check key="recycling:cardboard" text="Cardboard" />
[16266]4574 <check key="recycling:newspaper" text="Newspaper" />
4575 <check key="recycling:magazines" text="Magazines" />
4576 <check key="recycling:books" text="Books" />
[8411]4577 <check key="recycling:plastic" text="Plastic" />
4578 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4579 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
[16266]4580 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4581 <check key="recycling:glass" text="Glass" />
4582 <check key="recycling:glass_bottles" text="Glass Bottles" />
4583 <check key="recycling:cans" text="Cans" />
4584 <check key="recycling:clothes" text="Clothes" />
4585 <check key="recycling:shoes" text="Shoes" />
[8411]4586 <check key="recycling:scrap_metal" text="Scrap Metal" />
[16266]4587 <check key="recycling:wood" text="Wood" />
4588 <check key="recycling:green_waste" text="Green Waste" />
4589 <check key="recycling:waste" text="Waste" />
4590 <check key="recycling:batteries" text="Batteries" />
[8411]4591 <check key="recycling:small_appliances" text="Small Appliances" />
[16266]4592 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
[8411]4593 </checkgroup>
4594 <reference ref="link_contact_address_payment" />
4595 </item> <!-- Recycling Centre-->
[10810]4596 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
[14646]4597 <link wiki="Tag:amenity=waste_basket" />
[7102]4598 <key key="amenity" value="waste_basket" />
[13184]4599 <combo key="waste" text="Waste" values="trash,dog_excrement" />
[7393]4600 </item> <!-- Waste Basket/Trash Can -->
[10814]4601 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
[14646]4602 <link wiki="Tag:amenity=waste_disposal" />
[7102]4603 <key key="amenity" value="waste_disposal" />
[13184]4604 <combo key="waste" text="Waste" values="trash" />
[7393]4605 </item> <!-- Waste Disposal/Dumpster -->
[10565]4606 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
[14646]4607 <link wiki="Toilet_Holding_Tank_Disposal" />
[8188]4608 <space />
4609 <key key="amenity" value="sanitary_dump_station" />
[8329]4610 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4611 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4612 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
[16474]4613 <reference ref="POI_access" />
[8188]4614 <reference ref="fee" />
4615 <text key="operator" text="Operator" />
[16474]4616 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
[8188]4617 </item> <!-- Sanitary Dump Station -->
[7102]4618 <separator/>
[10808]4619 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
[14646]4620 <link wiki="Tag:amenity=bench" />
[7102]4621 <space />
4622 <key key="amenity" value="bench" />
[8122]4623 <check key="backrest" text="Backrest" />
[8386]4624 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
[15255]4625 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16316]4626 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
[7393]4627 </item> <!-- Bench -->
[10707]4628 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
[14646]4629 <link wiki="Tag:amenity=shelter" />
[7102]4630 <space />
4631 <key key="amenity" value="shelter" />
4632 <text key="name" text="Name" />
4633 <check key="fireplace" text="Fireplace" />
[10500]4634 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
[10808]4635 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
[10565]4636 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
[10808]4637 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
[10825]4638 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
[10707]4639 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4640 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
[10500]4641 </combo>
[7393]4642 </item> <!-- Shelter -->
[10808]4643 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
[14646]4644 <link wiki="Tag:amenity=hunting_stand" />
[7102]4645 <space />
4646 <key key="amenity" value="hunting_stand" />
[16474]4647 <text key="height" text="Height (meters)" length="7" />
[8122]4648 <check key="shelter" text="Shelter" />
[9772]4649 <check key="hide" text="Hide" text_context="hunting stand" />
[11263]4650 <check key="lockable" text="Lockable" />
[7393]4651 </item> <!-- Hunting Stand -->
[7102]4652 <separator/>
[10808]4653 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
[14646]4654 <link wiki="Tag:amenity=drinking_water" />
[7102]4655 <space />
4656 <key key="amenity" value="drinking_water" />
4657 <check key="indoor" text="Indoor" />
4658 <optional>
4659 <text key="name" text="Name" />
4660 <text key="description" text="Description" />
4661 </optional>
[7393]4662 </item> <!-- Drinking Water -->
[10725]4663 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
[14646]4664 <link wiki="Tag:amenity=water_point" />
[9651]4665 <space />
4666 <key key="amenity" value="water_point" />
4667 <optional>
4668 <check key="drinking_water" text="Drinking Water" />
4669 <text key="name" text="Name" />
4670 <text key="description" text="Description" />
4671 </optional>
4672 </item> <!-- Water Point -->
[11233]4673 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
[14646]4674 <link wiki="Tag:amenity=watering_place" />
[11233]4675 <space />
4676 <key key="amenity" value="watering_place" />
4677 <optional>
4678 <text key="name" text="Name" />
4679 <text key="description" text="Description" />
4680 </optional>
4681 </item> <!-- Animal watering place -->
[10565]4682 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
[14646]4683 <link wiki="Tag:amenity=compressed_air" />
[8865]4684 <space />
4685 <key key="amenity" value="compressed_air" />
[16474]4686 <reference ref="name_ref_operator" />
[8865]4687 <reference ref="fee" />
[16482]4688 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
[8865]4689 </item> <!-- Compressed Air -->
[7790]4690 <separator/>
[11976]4691 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
[14646]4692 <link wiki="Tag:advertising=column" />
[7790]4693 <space />
4694 <key key="advertising" value="column" />
4695 <optional>
4696 <check key="lit" text="Lit" />
4697 </optional>
4698 </item> <!-- Advertising Column -->
[14560]4699 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
[14646]4700 <link wiki="Tag:advertising=billboard" />
[7790]4701 <space />
4702 <key key="advertising" value="billboard" />
4703 <optional>
4704 <check key="lit" text="Lit" />
4705 </optional>
[14560]4706 </item> <!-- Billboard -->
[7102]4707 </group> <!-- Facilities -->
4708 </group> <!-- Facilities -->
[10706]4709 <group name="Sports" icon="presets/sport/soccer.svg">
[10808]4710 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4711 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4712 <link wiki="Tag:leisure=stadium" />
[7102]4713 <space />
4714 <key key="leisure" value="stadium" />
4715 <text key="name" text="Name" />
[8123]4716 <reference ref="sport" />
[8060]4717 <reference ref="link_contact_address_payment" />
[7393]4718 </item> <!-- Stadium -->
[10808]4719 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4720 <link wiki="Tag:leisure=sports_centre" />
[7102]4721 <space />
4722 <key key="leisure" value="sports_centre" />
4723 <text key="name" text="Name" />
[8123]4724 <reference ref="sport" />
[8060]4725 <reference ref="link_contact_address_payment" />
[10111]4726 <preset_link preset_name="Building" />
[7393]4727 </item> <!-- Sports Centre -->
[10808]4728 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4729 <link wiki="Tag:leisure=fitness_centre" />
[10539]4730 <space />
4731 <key key="leisure" value="fitness_centre" />
4732 <text key="name" text="Name" />
4733 <reference ref="sport" />
4734 <reference ref="link_contact_address_payment" />
4735 <preset_link preset_name="Building" />
4736 </item> <!-- Fitness Centre -->
[10808]4737 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4738 <link wiki="Tag:leisure=pitch" />
[7102]4739 <space />
4740 <key key="leisure" value="pitch" />
4741 <text key="name" text="Name" />
[8123]4742 <reference ref="sport" />
[16291]4743 <reference ref="sport_surface" />
[8060]4744 <reference ref="link_contact_address_payment" />
[7393]4745 </item> <!-- Pitch -->
[10808]4746 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4747 <link wiki="Tag:leisure=track" />
[7102]4748 <space />
4749 <key key="leisure" value="track" />
4750 <text key="name" text="Name" />
[9835]4751 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
[16291]4752 <reference ref="sport_surface" />
[16744]4753 <check key="area" text="Area" />
[7393]4754 </item> <!-- Racetrack -->
[10565]4755 <group name="Golf" icon="presets/sport/golf/golf.svg">
4756 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4757 <link wiki="Tag:leisure=golf_course" />
[9640]4758 <space />
4759 <key key="leisure" value="golf_course" />
4760 <reference ref="name_oh_wheelchair" />
4761 </item> <!-- Golf Course -->
4762 <separator/>
[10565]4763 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
[14646]4764 <link wiki="Tag:leisure=golf_course" />
[9640]4765 <space />
4766 <key key="golf" value="tee" />
4767 </item> <!-- Tee -->
[10565]4768 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
[14646]4769 <link wiki="Tag:leisure=golf_course" />
[9640]4770 <space />
4771 <key key="golf" value="hole" />
4772 <text key="ref" text="Reference" />
4773 <text key="par" text="Par" />
4774 <optional>
4775 <text key="name" text="Name" />
4776 <combo key="handicap" text="Handicap rating" values="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18" />
4777 </optional>
4778 </item> <!-- Hole -->
[10565]4779 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
[14646]4780 <link wiki="Tag:leisure=golf_course" />
[9640]4781 <space />
4782 <key key="golf" value="pin" />
4783 <text key="ref" text="Reference" />
4784 </item> <!-- Pin -->
4785 <separator/>
[10565]4786 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
[14646]4787 <link wiki="Tag:golf=bunker" />
[9640]4788 <space />
4789 <key key="golf" value="bunker" />
[9650]4790 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
[9640]4791 </item> <!-- Bunker -->
[10565]4792 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
[14646]4793 <link wiki="Tag:leisure=golf_course" />
[9640]4794 <space />
4795 <key key="golf" value="water_hazard" />
4796 <key key="natural" value="water" match="keyvalue" />
4797 </item> <!-- Frontal Water hazard -->
[10565]4798 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
[14646]4799 <link wiki="Tag:leisure=golf_course" />
[9640]4800 <space />
4801 <key key="golf" value="lateral_water_hazard" />
4802 <key key="natural" value="water" match="keyvalue" />
4803 </item> <!-- Lateral water hazard -->
4804 <separator/>
[10565]4805 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4806 <link wiki="Tag:leisure=golf_course" />
[9640]4807 <space />
4808 <key key="golf" value="green" />
4809 </item> <!-- Green -->
[10565]4810 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4811 <link wiki="Tag:golf=fairway" />
[9640]4812 <space />
4813 <key key="golf" value="fairway" />
4814 <key key="surface" value="grass" match="keyvalue" />
4815 </item> <!-- Fairway -->
[10565]4816 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4817 <link wiki="Tag:leisure=golf_course" />
[9640]4818 <space />
4819 <key key="golf" value="rough" />
4820 </item> <!-- Rough -->
4821 <separator/>
[10565]4822 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
[14646]4823 <link wiki="Tag:leisure=golf_course" />
[9640]4824 <space />
4825 <key key="golf" value="driving_range" />
4826 </item> <!-- Driving range -->
4827 </group> <!-- Golf -->
[10565]4828 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4829 <link wiki="Tag:leisure=miniature_golf" />
[7102]4830 <space />
4831 <key key="leisure" value="miniature_golf" />
[8013]4832 <reference ref="name_oh_wheelchair" />
[7393]4833 </item> <!-- Miniature Golf -->
4834 </group> <!-- Sport Facilities -->
[10706]4835 <group name="Sport" icon="presets/sport/multi.svg">
4836 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4837 <link wiki="Tag:sport=multi" />
[7102]4838 <space />
4839 <key key="sport" value="multi" />
4840 <text key="name" text="Name" />
[10551]4841 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
[16291]4842 <reference ref="sport_surface" />
[7393]4843 </item> <!-- Multi -->
[10808]4844 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4845 <link wiki="Tag:sport=9pin" />
[7102]4846 <space />
4847 <key key="sport" value="9pin" />
4848 <text key="name" text="Name" />
4849 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4850 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
[7393]4851 </item> <!-- Nine-pin Bowling -->
[10706]4852 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4853 <link wiki="Tag:sport=10pin" />
[7102]4854 <space />
4855 <key key="sport" value="10pin" />
4856 <text key="name" text="Name" />
4857 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4858 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
[7393]4859 </item> <!-- Ten-pin Bowling -->
[10706]4860 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4861 <link wiki="Tag:sport=archery" />
[7102]4862 <space />
4863 <key key="sport" value="archery" />
4864 <text key="name" text="Name" />
4865 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]4866 </item> <!-- Archery -->
[10808]4867 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4868 <link wiki="Tag:sports=athletics" />
[7102]4869 <space />
4870 <key key="sport" value="athletics" />
4871 <text key="name" text="Name" />
4872 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
[16291]4873 <reference ref="sport_surface" />
[7393]4874 </item> <!-- Track and Field Athletics -->
[10565]4875 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4876 <link wiki="Tag:sport=running" />
[8560]4877 <space />
4878 <key key="sport" value="running" />
4879 <reference ref="name_operator" />
4880 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
[16291]4881 <reference ref="sport_surface" />
[8560]4882 </item> <!-- Running -->
[14591]4883 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4884 <link wiki="Tag:sport=climbing" />
[7102]4885 <space />
4886 <key key="sport" value="climbing" />
4887 <text key="name" text="Name" />
4888 <combo key="leisure" text="Type" values="sports_centre" />
[14592]4889 <reference ref="climbing_styles" />
[14591]4890 <text key="climbing:routes" text="Number of routes" />
[16707]4891 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
[14591]4892 <space />
[14730]4893 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4894 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4895 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
[14591]4896 <space />
[14730]4897 <combo key="climbing:grade:UIAA:min" text="UIAA: Simplest route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4898 <combo key="climbing:grade:UIAA:max" text="UIAA: Most difficult route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4899 <combo key="climbing:grade:UIAA:mean" text="UIAA: Main difficulty" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
[14591]4900 <space />
[14730]4901 <combo key="climbing:grade:french:min" text="French: Simplest route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4902 <combo key="climbing:grade:french:max" text="French: Most difficult route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4903 <combo key="climbing:grade:french:mean" text="French: Main difficulty" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
[14591]4904 <space />
[14730]4905 <combo key="climbing:grade:saxon:min" text="Saxon: Simplest route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
4906 <combo key="climbing:grade:saxon:max" text="Saxon: Most difficult route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
4907 <combo key="climbing:grade:saxon:mean" text="Saxon: Main difficulty" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
[14591]4908 <reference ref="climbing_optional_attributes" />
4909 <space />
4910 </item> <!-- Climbing site -->
4911 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
[14646]4912 <link wiki="Tag:sport=climbing" />
[14591]4913 <space />
4914 <key key="sport" value="climbing" />
4915 <key key="climbing" value="route" />
4916 <text key="name" text="Name" />
[14592]4917 <reference ref="climbing_styles" />
[14730]4918 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4919 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4920 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
[14591]4921 <space />
[14730]4922 <combo key="climbing:grade:UIAA" text="UIAA grading" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4923 <combo key="climbing:grade:french" text="French grading" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4924 <combo key="climbing:grade:saxon" text="Saxon grading" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
[14591]4925 <reference ref="climbing_optional_attributes" />
4926 </item> <!-- Climbing route -->
[10565]4927 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4928 <link wiki="Tag:sport=canoe" />
[7102]4929 <space />
4930 <key key="sport" value="canoe" />
4931 <text key="name" text="Name" />
[7393]4932 </item> <!-- Canoeing/Kayaking -->
[14841]4933 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4934 <link wiki="Tag:sport=rowing" />
4935 <space />
4936 <key key="sport" value="rowing" />
4937 <text key="name" text="Name" />
4938 </item> <!-- Rowing -->
[10706]4939 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4940 <link wiki="Tag:sport=cycling" />
[7102]4941 <space />
4942 <key key="sport" value="cycling" />
4943 <text key="name" text="Name" />
4944 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]4945 <reference ref="sport_surface" />
[7393]4946 </item> <!-- Cycling -->
[10808]4947 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4948 <link wiki="Tag:sport=dog_racing" />
[7102]4949 <space />
4950 <key key="sport" value="dog_racing" />
4951 <text key="name" text="Name" />
4952 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]4953 <reference ref="sport_surface" />
[7393]4954 </item> <!-- Dog Racing -->
[10808]4955 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4956 <link wiki="Tag:sport=equestrian" />
[7102]4957 <space />
4958 <key key="sport" value="equestrian" />
4959 <text key="name" text="Name" />
[7379]4960 <reference ref="riding_surface" />
[7393]4961 </item> <!-- Equestrian -->
[10706]4962 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4963 <link wiki="Tag:sport=horse_racing" />
[7102]4964 <space />
4965 <key key="sport" value="horse_racing" />
4966 <text key="name" text="Name" />
[7379]4967 <reference ref="riding_surface" />
[7393]4968 </item> <!-- Horse Racing -->
[10706]4969 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4970 <link wiki="Tag:sport=gymnastics" />
[7102]4971 <space />
4972 <key key="sport" value="gymnastics" />
4973 <text key="name" text="Name" />
[10551]4974 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
[7393]4975 </item> <!-- Gymnastics -->
[10808]4976 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4977 <link wiki="Tag:sport=ice_skating" />
[7102]4978 <space />
[9835]4979 <key key="sport" value="ice_skating" />
[7102]4980 <text key="name" text="Name" />
4981 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
[9835]4982 </item> <!-- Ice Skating -->
[10565]4983 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4984 <link wiki="Tag:sport=roller_skating"/>
[9835]4985 <space />
4986 <key key="sport" value="roller_skating" />
4987 <text key="name" text="Name" />
4988 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4989 <combo key="surface" text="Surface" values="asphalt,concrete" />
[9835]4990 </item> <!-- Roller Skating -->
[10706]4991 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4992 <link wiki="Tag:sport=skateboard" />
[7102]4993 <space />
4994 <key key="sport" value="skateboard" />
4995 <text key="name" text="Name" />
4996 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
[16291]4997 <combo key="surface" text="Surface" values="asphalt,concrete" />
[7393]4998 </item> <!-- Skateboard -->
[10706]4999 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5000 <link wiki="Tag:sport=swimming" />
[7102]5001 <space />
5002 <key key="sport" value="swimming" />
5003 <text key="name" text="Name" />
5004 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
[7393]5005 </item> <!-- Swimming -->
[10565]5006 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5007 <link wiki="Tag:sport=scuba_diving" />
[7630]5008 <space />
5009 <key key="sport" value="scuba_diving" />
5010 <text key="name" text="Name" />
5011 </item> <!-- Scuba Diving -->
[10706]5012 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]5013 <link wiki="Piste_Maps" />
[7102]5014 <space />
5015 <text key="name" text="Name" />
[15252]5016 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" match="keyvalue"/>
[8121]5017 <optional>
[14301]5018 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
[14821]5019 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
[8121]5020 </optional>
[7393]5021 </item> <!-- Skiing -->
[10706]5022 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5023 <link wiki="Tag:sport=shooting" />
[7102]5024 <space />
5025 <key key="sport" value="shooting" />
5026 <text key="name" text="Name" />
5027 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]5028 </item> <!-- Shooting -->
[16755]5029 <item name="Chess" icon="presets/sport/chess.svg" type="node,closedway,multipolygon" preset_name_label="true">
5030 <link wiki="Tag:sport=chess" />
5031 <space />
5032 <key key="sport" value="chess" />
5033 <text key="name" text="Name" />
5034 <combo key="leisure" text="Type" values="pitch,picnic_table" />
5035 </item> <!-- Chess -->
[7102]5036 </group> <!-- Sport -->
[10706]5037 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
5038 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5039 <link wiki="Tag:sport=soccer" />
[7102]5040 <space />
5041 <key key="sport" value="soccer" />
5042 <reference ref="name_leisure_pitch" />
[16291]5043 <reference ref="sport_surface" />
[7393]5044 </item> <!-- Soccer -->
[10706]5045 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5046 <link wiki="Tag:sport=australian_football" />
[7102]5047 <space />
5048 <key key="sport" value="australian_football" />
5049 <reference ref="name_leisure_pitch" />
[16291]5050 <reference ref="sport_surface" />
[7393]5051 </item> <!-- Australian Football -->
[10706]5052 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5053 <link wiki="Tag:sport=american_football" />
[7102]5054 <space />
5055 <key key="sport" value="american_football" />
5056 <reference ref="name_leisure_pitch" />
[16291]5057 <reference ref="sport_surface" />
[7393]5058 </item> <!-- American Football -->
[10706]5059 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5060 <link wiki="Tag:sport=canadian_football" />
[7102]5061 <space />
5062 <key key="sport" value="canadian_football" />
5063 <reference ref="name_leisure_pitch" />
[16291]5064 <reference ref="sport_surface" />
[7393]5065 </item> <!-- Canadian Football -->
[10706]5066 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5067 <link wiki="Tag:sport=gaelic_games" />
[7102]5068 <space />
5069 <key key="sport" value="gaelic_games" />
5070 <reference ref="name_leisure_pitch" />
[16291]5071 <reference ref="sport_surface" />
[7102]5072 <optional>
5073 <check key="gaelic_games:hurling" text="Hurling" />
5074 <check key="gaelic_games:football" text="Football" />
5075 <check key="gaelic_games:camogie" text="Camogie" />
5076 <check key="gaelic_games:rounders" text="Rounders" />
[15713]5077 <check key="gaelic_games:handball" text="Handball" />
[7102]5078 </optional>
[7393]5079 </item> <!-- Gaelic Games -->
[10706]5080 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5081 <link wiki="Tag:sport=rugby_league" />
[7102]5082 <space />
5083 <key key="sport" value="rugby_league" />
5084 <reference ref="name_leisure_pitch" />
[16291]5085 <reference ref="sport_surface" />
[7393]5086 </item> <!-- Rugby League -->
[10706]5087 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5088 <link wiki="Tag:sport=rugby_union" />
[7102]5089 <space />
5090 <key key="sport" value="rugby_union" />
5091 <reference ref="name_leisure_pitch" />
[16291]5092 <reference ref="sport_surface" />
[7393]5093 </item> <!-- Rugby Union -->
[10706]5094 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5095 <link wiki="Tag:sport=baseball" />
[7102]5096 <space />
5097 <key key="sport" value="baseball" />
5098 <reference ref="name_leisure_pitch" />
[16291]5099 <reference ref="sport_surface" />
[7393]5100 </item> <!-- Baseball -->
[10706]5101 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5102 <link wiki="Tag:sport=basketball" />
[7102]5103 <space />
5104 <key key="sport" value="basketball" />
5105 <reference ref="name_leisure_pitch" />
[16291]5106 <reference ref="sport_surface" />
5107 <combo key="hoops" text="Hoops" values="1,2,3,4" />
[7393]5108 </item> <!-- Basketball -->
[10706]5109 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5110 <link wiki="Tag:sport=handball" />
[8560]5111 <space />
5112 <key key="sport" value="handball" />
5113 <reference ref="name_operator" />
5114 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[16291]5115 <reference ref="sport_surface" />
[8560]5116 </item> <!-- Handball -->
[10706]5117 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5118 <link wiki="Tag:sport=volleyball" />
[7102]5119 <space />
5120 <key key="sport" value="volleyball" />
5121 <reference ref="name_operator" />
5122 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[16291]5123 <reference ref="sport_surface" />
[7393]5124 </item> <!-- Volleyball -->
[10808]5125 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5126 <link wiki="Tag:sport=beachvolleyball" />
[7102]5127 <space />
5128 <key key="sport" value="beachvolleyball" />
5129 <reference ref="name_operator" />
5130 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[7393]5131 </item> <!-- Beach Volleyball -->
[10565]5132 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5133 <link wiki="Tag:sport=billiards" />
[8428]5134 <space />
5135 <key key="sport" value="billiards" />
5136 <reference ref="name_operator" />
5137 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5138 </item> <!-- Billiards -->
[10565]5139 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5140 <link wiki="Tag:sport=golf" />
[7102]5141 <space />
5142 <key key="sport" value="golf" />
5143 <text key="name" text="Name" />
5144 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
[7393]5145 </item> <!-- Golf -->
[10706]5146 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5147 <link wiki="Tag:sport=boules" />
[7102]5148 <space />
5149 <key key="sport" value="boules" />
5150 <reference ref="name_leisure_pitch" />
[16291]5151 <reference ref="sport_surface" />
[7393]5152 </item> <!-- Boule -->
[10706]5153 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5154 <link wiki="Tag:sport=bowls" />
[7102]5155 <space />
5156 <key key="sport" value="bowls" />
5157 <reference ref="name_leisure_pitch" />
[16291]5158 <reference ref="sport_surface" />
[7393]5159 </item> <!-- Lawn Bowling -->
[10706]5160 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5161 <link wiki="Tag:sport=cricket" />
[7102]5162 <space />
5163 <key key="sport" value="cricket" />
5164 <reference ref="name_leisure_pitch" />
[16291]5165 <reference ref="sport_surface" />
[7393]5166 </item> <!-- Cricket -->
[10706]5167 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5168 <link wiki="Tag:sport=croquet" />
[7102]5169 <space />
5170 <key key="sport" value="croquet" />
5171 <reference ref="name_leisure_pitch" />
[16291]5172 <reference ref="sport_surface" />
[7393]5173 </item> <!-- Croquet -->
[10808]5174 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5175 <link wiki="Tag:sport=field_hockey" />
[7102]5176 <space />
[8383]5177 <key key="sport" value="field_hockey" />
[7102]5178 <text key="name" text="Name" />
[8383]5179 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]5180 <reference ref="sport_surface" />
[8383]5181 </item> <!-- Field Hockey -->
[10808]5182 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5183 <link wiki="Tag:sport=ice_hockey" />
[8383]5184 <space />
5185 <key key="sport" value="ice_hockey" />
5186 <text key="name" text="Name" />
[7102]5187 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
[8383]5188 </item> <!-- Ice Hockey -->
[16746]5189 <item name="Curling" icon="presets/sport/curling.svg" type="node,closedway,multipolygon" preset_name_label="true">
5190 <link wiki="Tag:sport=curling" />
5191 <space />
5192 <key key="sport" value="curling" />
5193 <text key="name" text="Name" />
5194 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5195 </item> <!-- Curling -->
[10808]5196 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5197 <link wiki="Tag:sport=pelota" />
[7102]5198 <space />
5199 <key key="sport" value="pelota" />
5200 <reference ref="name_leisure_pitch" />
[16291]5201 <reference ref="sport_surface" />
[7393]5202 </item> <!-- Pelota -->
[10706]5203 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5204 <link wiki="Tag:sport=racquet" />
[7102]5205 <space />
5206 <key key="sport" value="racquet" />
5207 <text key="name" text="Name" />
5208 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]5209 <reference ref="sport_surface" />
[7393]5210 </item> <!-- Racquetball -->
[10706]5211 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5212 <link wiki="Tag:sport=table_tennis" />
[7102]5213 <space />
5214 <key key="sport" value="table_tennis" />
5215 <text key="name" text="Name" />
5216 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]5217 </item> <!-- Table Tennis/Ping-Pong -->
[10706]5218 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5219 <link wiki="Tag:sport=tennis" />
[7102]5220 <space />
5221 <key key="sport" value="tennis" />
5222 <reference ref="name_leisure_pitch" />
[16291]5223 <reference ref="sport_surface" />
[7393]5224 </item> <!-- Tennis -->
[7102]5225 </group> <!-- Sport (Ball) -->
[10706]5226 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
[10808]5227 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5228 <link wiki="Tag:sport=motor" />
[7102]5229 <space />
5230 <key key="sport" value="motor" />
5231 <text key="name" text="Name" />
5232 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]5233 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]5234 </item> <!-- Motorsport -->
[10808]5235 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5236 <link wiki="Tag:sport=karting" />
[7102]5237 <space />
5238 <key key="sport" value="karting" />
5239 <text key="name" text="Name" />
5240 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[16291]5241 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]5242 </item> <!-- Kart Racing -->
[10706]5243 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5244 <link wiki="Tag:sport=motocross" />
[7102]5245 <space />
5246 <key key="sport" value="motocross" />
5247 <text key="name" text="Name" />
5248 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[7393]5249 </item> <!-- Motocross -->
[7102]5250 <separator/>
[10706]5251 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5252 <link wiki="Tag:sport=model_aerodrome" />
[7102]5253 <space />
5254 <key key="sport" value="model_aerodrome" />
5255 <text key="name" text="Name" />
5256 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
[16291]5257 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]5258 </item> <!-- Model Aerodrome -->
[10706]5259 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5260 <link wiki="Tag:sport=rc_car" />
[7102]5261 <space />
5262 <key key="sport" value="rc_car" />
5263 <text key="name" text="Name" />
5264 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[16291]5265 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]5266 </item> <!-- RC Car -->
[7102]5267 </group> <!-- Motorsport -->
5268 </group> <!-- Sports -->
[10706]5269 <group name="Man Made" icon="presets/landmark/works.svg">
5270 <group name="Man Made" icon="presets/landmark/works.svg">
5271 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5272 <link wiki="Key:building" />
[7102]5273 <space />
[16889]5274 <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,bunker,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
[10111]5275 <optional>
5276 <text key="name" text="Name" />
5277 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
[16474]5278 <text key="height" text="Height (meters)" length="7" />
[10111]5279 </optional>
[10854]5280 <preset_link preset_name="Address" />
[7393]5281 </item> <!-- Building -->
[10706]5282 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5283 <link wiki="Key:building" />
[7102]5284 <space />
[15648]5285 <combo key="building" text="Building" values="yes,residential,apartments,ger,house,hotel,hut,bungalow,dormitory,terrace,detached,farm" default="residential" match="keyvalue!" values_context="building" values_searchable="true" />
[10111]5286 <optional>
5287 <text key="name" text="Name" />
5288 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
[16474]5289 <text key="height" text="Height (meters)" length="7" />
[10111]5290 </optional>
[10854]5291 <preset_link preset_name="Address" />
[7393]5292 </item> <!-- Residential Building -->
[10706]5293 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]5294 <link wiki="Key:building:part" />
[8136]5295 <space />
[16510]5296 <combo key="building:part" text="Building part" values="allotment_house,bakehouse,barn,college,commercial,construction,cowshed,farm_auxiliary,garage,garages,greenhouse,hangar,hospital,industrial,office,parking,retail,roof,ruins,school,shed,supermarket,toilets,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
[8136]5297 <text key="name" text="Name" />
5298 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5299 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
[16474]5300 <text key="height" text="Height (meters)" length="7" />
[8136]5301 <text key="min_height" text="Skipped height (meters)" />
5302 </item> <!-- Building part -->
[10808]5303 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
[14646]5304 <link wiki="Key:entrance" />
[7102]5305 <space />
[10437]5306 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
[10808]5307 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5308 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5309 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5310 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5311 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5312 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
[12436]5313 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
[12437]5314 </combo>
[16474]5315 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
[8013]5316 <reference ref="wheelchair" />
[7102]5317 <optional>
[16496]5318 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
[7102]5319 <text key="ref" text="Entrance number" />
5320 <text key="addr:flats" text="Flat numbers" />
5321 </optional>
[7393]5322 </item> <!-- Entrance -->
[15307]5323 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5324 <link wiki="Key:police" />
5325 <space />
5326 <combo key="police" text="Type" values="barracks,car_pound,checkpoint,detention,naval_base,offices,range,storage,training_area,yes" values_context="police" match="keyvalue!" values_searchable="true" />
5327 <optional>
5328 <text key="name" text="Name" />
5329 <text key="operator" text="Operator" />
5330 </optional>
[15308]5331 <reference ref="link_contact_address" />
[15307]5332 </item> <!-- Non-public police facility -->
[10808]5333 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
[14646]5334 <link wiki="Tag:man_made=flagpole" />
[7102]5335 <key key="man_made" value="flagpole" />
[7393]5336 </item> <!-- Flagpole -->
[12446]5337 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
[14646]5338 <link wiki="Tag:man_made=cross" />
[12446]5339 <key key="man_made" value="cross" />
5340 </item> <!-- Cross -->
[7102]5341 <separator/>
[10706]5342 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5343 <link wiki="Tag:man_made=works" />
[7102]5344 <space />
5345 <key key="man_made" value="works" />
5346 <text key="name" text="Name" />
[7393]5347 </item> <!-- Works -->
[10808]5348 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
[14646]5349 <link wiki="Tag:man_made=chimney" />
[7102]5350 <space />
5351 <key key="man_made" value="chimney" />
5352 <reference ref="name_operator" />
[16474]5353 <text key="height" text="Height (meters)" length="7" />
[7393]5354 </item> <!-- Chimney -->
[13379]5355 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
[14646]5356 <link wiki="Tag:man_made=kiln" />
[13379]5357 <space />
5358 <key key="man_made" value="kiln" />
5359 <reference ref="name_operator" />
5360 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5361 </item> <!-- Kiln -->
[10706]5362 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
[14646]5363 <link wiki="Tag:man_made=windmill" />
[7102]5364 <space />
5365 <key key="man_made" value="windmill" />
5366 <text key="name" text="Name" />
[7393]5367 </item> <!-- Windmill -->
[10706]5368 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
[14646]5369 <link wiki="Tag:man_made=gasometer" />
[7102]5370 <space />
5371 <key key="man_made" value="gasometer" />
[8386]5372 <optional>
5373 <reference ref="name_operator" />
5374 <combo key="building" text="Building" values="gasometer" values_context="building" />
5375 <text key="height" text="Height (meters)" length="7" />
5376 </optional>
[7393]5377 </item> <!-- Gasometer -->
[10706]5378 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
[14646]5379 <link wiki="Tag:man_made=silo" />
[9725]5380 <space />
5381 <key key="man_made" value="silo" />
5382 <optional>
5383 <reference ref="name_operator" />
5384 <combo key="building" text="Building" values="silo" values_context="building" />
5385 <text key="height" text="Height (meters)" length="7" />
5386 </optional>
5387 </item> <!-- Silo -->
[10706]5388 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
[14646]5389 <link wiki="Tag:man_made=storage_tank" />
[8335]5390 <key key="man_made" value="storage_tank" />
[8386]5391 <optional>
5392 <reference ref="name_operator" />
5393 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5394 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5395 <text key="height" text="Height (meters)" length="7" />
5396 </optional>
[8335]5397 </item> <!-- Storage Tank -->
[10706]5398 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
[14646]5399 <link wiki="Tag:man_made=bunker_silo" />
[7710]5400 <space />
5401 <key key="man_made" value="bunker_silo" />
[8386]5402 <optional>
5403 <reference ref="name_operator" />
5404 </optional>
[7710]5405 </item> <!-- Bunker Silo -->
[10706]5406 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
[14646]5407 <link wiki="Tag:man_made=crane" />
[7102]5408 <space />
5409 <key key="man_made" value="crane" />
[14574]5410 <optional>
5411 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5412 <reference ref="name_operator" />
5413 </optional>
[7393]5414 </item> <!-- Crane -->
[16718]5415 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5416 <link wiki="Tag:man_made=goods_conveyor" />
5417 <space />
5418 <key key="man_made" value="goods_conveyor" />
5419 <optional>
5420 <reference ref="name_operator" />
[16787]5421 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
[16718]5422 <checkgroup columns="3">
5423 <check key="covered" text="Covered" />
5424 <check key="bridge" text="Bridge" disable_off="true" />
5425 <check key="tunnel" text="Tunnel" disable_off="true" />
5426 </checkgroup>
5427 </optional>
5428 </item> <!-- Goods conveyor -->
[10706]5429 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
[14646]5430 <link wiki="Tag:man_made=mineshaft" />
[7102]5431 <space />
5432 <key key="man_made" value="mineshaft" />
5433 <text key="name" text="Name" />
5434 <combo key="mineshaft_type" text="Function" values="winding,air" />
5435 <text key="depth" text="Depth in meters" />
5436 <text key="operator" text="Operator" />
[16787]5437 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
[8122]5438 <check key="headframe" text="Visible Headframe" />
[7102]5439 <check key="disused" text="Disused" />
[7393]5440 </item> <!-- Mineshaft -->
[10706]5441 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
[14646]5442 <link wiki="Tag:man_made=adit" />
[7102]5443 <space />
5444 <key key="man_made" value="adit" />
5445 <text key="name" text="Name" />
5446 <text key="length" text="Length in meters" />
5447 <text key="operator" text="Operator" />
[16787]5448 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
[7102]5449 <check key="disused" text="Disused" />
[7393]5450 </item> <!-- Adit -->
[10565]5451 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
[14646]5452 <link wiki="Tag:man_made=embankment" />
[7374]5453 <space />
5454 <key key="man_made" value="embankment" />
[7393]5455 </item> <!-- Embankment -->
[7102]5456 <separator/>
[16756]5457 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5458 <link wiki="Tag:highway=street_lamp" />
5459 <space />
5460 <key key="highway" value="street_lamp" />
5461 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5462 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5463 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5464 </item> <!-- Street Lamp -->
5465 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5466 <link wiki="Tag:man_made=street_cabinet" />
5467 <key key="man_made" value="street_cabinet" />
5468 <optional>
5469 <combo key="street_cabinet" text="Type" values="cable_tv,gas,postal_service,power,street_lighting,telecom,traffic_control,traffic_monitoring,transport_management,waste,water,water_management" />
5470 <reference ref="ref_operator" />
5471 <text key="manufacturer" text="Manufacturer" />
5472 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
5473 </optional>
5474 </item> <!-- Street cabinet -->
5475 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5476 <link wiki="Tag:man_made=monitoring_station" />
5477 <space />
5478 <key key="man_made" value="monitoring_station" />
5479 <reference ref="name_operator" />
5480 <label text="Monitoring:" />
5481 <checkgroup columns="3">
5482 <check key="monitoring:water_level" text="Water level" />
5483 <check key="monitoring:tide_gauge" text="Tide Level" />
5484 <check key="monitoring:groundwater" text="Groundwater" />
5485 <check key="monitoring:traffic" text="Traffic" />
5486 <check key="monitoring:air_quality" text="Air Quality" />
5487 <check key="monitoring:noise" text="Noise" />
5488 <check key="monitoring:gps" text="GPS Signals" />
5489 <check key="monitoring:glonass" text="GLONASS Signals" />
5490 <check key="monitoring:galileo" text="Galileo Signals" />
5491 <check key="monitoring:weather" text="Weather" />
5492 <check key="monitoring:radiation" text="Radiation" />
5493 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5494 </checkgroup>
5495 <label text="Recording:" />
5496 <checkgroup columns="3">
5497 <check key="recording:automated" text="Automated" />
5498 <check key="recording:manually" text="Manually" />
5499 <check key="recording:remote" text="Remote" />
5500 </checkgroup>
5501 <label text="Display:" />
5502 <checkgroup columns="2">
5503 <check key="display:analog" text="Analog" />
5504 <check key="display:digital" text="Digital" />
5505 </checkgroup>
5506 </item> <!-- Monitoring Station -->
[16759]5507 <item name="Telescope" icon="presets/tower/telescope_dish.svg" type="node,closedway" preset_name_label="true">
5508 <link wiki="Tag:man_made=telescope" />
5509 <space />
5510 <key key="man_made" value="telescope" />
5511 <combo key="telescope:type" text="Type" values_context="telescope" values_searchable="true">
5512 <list_entry value="optical" icon="presets/tower/telescope_dome.svg" />
5513 <list_entry value="radio" icon="presets/tower/telescope_dish.svg" />
5514 <list_entry value="gamma" icon="presets/tower/telescope_dish.svg" />
5515 </combo>
5516 <optional>
5517 <combo key="tower:construction" text="Type of construction" values="dish,dome" values_searchable="true" />
5518 <text key="telescope:diameter" text="Telescope Diameter (meters)" />
5519 <reference ref="name_ref_operator" />
5520 <text key="height" text="Height (meters)" length="7" />
5521 <text key="ele" text="Elevation (meters)" length="10" />
5522 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5523 <reference ref="POI_access" />
5524 </optional>
5525 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5526 <preset_link preset_name="Mast" text="Similar but different tags:" />
5527 <preset_link preset_name="Tower" text="Similar but different tags:" />
5528 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5529 </item> <!-- Telescope -->
[16756]5530 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5531 <link wiki="Tag:man_made=survey_point" />
5532 <space />
5533 <key key="man_made" value="survey_point" />
5534 <reference ref="name_ref" />
5535 <text key="ele" text="Elevation (meters)" length="10" />
5536 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5537 </item> <!-- Survey Point -->
5538 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5539 <link wiki="Tag:man_made=surveillance" />
5540 <space />
5541 <key key="man_made" value="surveillance" />
5542 <key key="surveillance:type" value="camera" />
5543 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5544 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5545 <text key="operator" text="Operator" />
5546 <optional>
5547 <text key="name" text="Name" />
5548 <text key="ref" text="Reference" />
5549 </optional>
5550 <space />
5551 <label text="Camera" />
5552 <space />
5553 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5554 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5555 <optional>
5556 <text key="camera:direction" text="Direction in degrees" match="key" />
5557 <text key="camera:angle" text="Inclination in degrees" match="key" />
5558 <text key="height" text="Height (meters)" length="7" />
5559 </optional>
5560 </item> <!-- Surveillance Camera -->
5561 </group> <!-- Man Made -->
[16759]5562 <group name="Towers" icon="presets/tower/tower.svg">
5563 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5564 <link wiki="Tag:man_made=lighthouse" />
5565 <space />
5566 <key key="man_made" value="lighthouse" />
5567 <text key="name" text="Name" />
5568 </item> <!-- Lighthouse -->
5569 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5570 <link wiki="Tag:man_made=beacon" />
5571 <space />
5572 <key key="man_made" value="beacon" />
5573 <text key="name" text="Name" />
5574 </item> <!-- Beacon -->
5575 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5576 <link wiki="Tag:man_made=water_tower" />
5577 <space />
5578 <key key="man_made" value="water_tower" />
5579 <optional>
5580 <reference ref="name_operator" />
5581 <text key="height" text="Height (meters)" length="7" />
5582 </optional>
5583 </item> <!-- Water Tower -->
5584 <separator/>
5585 <item name="Antenna" icon="presets/tower/antenna.svg" type="node,closedway" preset_name_label="true">
5586 <link wiki="Tag:man_made=antenna" />
5587 <space />
5588 <key key="man_made" value="antenna" />
5589 <optional>
5590 <reference ref="name_ref_operator" />
5591 <text key="height" text="Height (meters)" length="7" />
5592 <text key="ele" text="Elevation (meters)" length="10" />
5593 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5594 <reference ref="communication" />
5595 </optional>
5596 <preset_link preset_name="Mast" text="Similar but different tags:" />
5597 <preset_link preset_name="Tower" text="Similar but different tags:" />
5598 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5599 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5600 </item> <!-- Antenna -->
5601 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5602 <link wiki="Tag:man_made=mast" />
5603 <space />
5604 <key key="man_made" value="mast" />
5605 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5606 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5607 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5608 <list_entry value="monitoring" />
5609 <list_entry value="radar" />
5610 <list_entry value="siren" />
5611 </combo>
5612 <optional>
5613 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5614 <reference ref="name_ref_operator" />
5615 <text key="height" text="Height (meters)" length="7" />
5616 <text key="ele" text="Elevation (meters)" length="10" />
5617 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5618 <reference ref="communication" />
5619 </optional>
5620 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5621 <preset_link preset_name="Tower" text="Similar but different tags:" />
5622 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5623 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5624 </item> <!-- Mast -->
5625 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5626 <link wiki="Tag:man_made=tower" />
5627 <space />
5628 <key key="man_made" value="tower" />
5629 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5630 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5631 <list_entry value="communication" icon="presets/tower/communication.svg" />
5632 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5633 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5634 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5635 <list_entry value="minaret" />
5636 <list_entry value="observation" icon="presets/tower/observation.svg" />
5637 <list_entry value="radar" />
5638 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5639 </combo>
5640 <optional>
5641 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5642 <reference ref="name_ref_operator" />
5643 <text key="height" text="Height (meters)" length="7" />
5644 <text key="ele" text="Elevation (meters)" length="10" />
5645 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5646 <reference ref="communication" />
5647 <space />
5648 <reference ref="POI_access" />
5649 <reference ref="oh" />
5650 <reference ref="fee_interval" />
5651 <space />
5652 </optional>
5653 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5654 <preset_link preset_name="Mast" text="Similar but different tags:" />
5655 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5656 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5657 <reference ref="link_contact_address" />
5658 </item> <!-- Tower -->
5659 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5660 <link wiki="Tag:man_made=communications_tower" />
5661 <space />
5662 <label text="Big communication tower, usually higher than 100 meters." />
5663 <key key="man_made" value="communications_tower" />
5664 <optional>
5665 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5666 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5667 <reference ref="name_ref_operator" />
5668 <text key="height" text="Height (meters)" length="7" />
5669 <text key="ele" text="Elevation (meters)" length="10" />
5670 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5671 <reference ref="communication" />
5672 <space />
5673 <reference ref="POI_access" />
5674 <reference ref="oh" />
5675 <reference ref="fee_interval" />
5676 </optional>
5677 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5678 <preset_link preset_name="Mast" text="Similar but different tags:" />
5679 <preset_link preset_name="Tower" text="Similar but different tags:" />
5680 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5681 <reference ref="link_contact_address" />
5682 </item> <!-- Big Communication Tower -->
5683 </group> <!-- Towers -->
[16756]5684 <group name="Pipeline" icon="presets/landmark/pipeline.svg">
[10825]5685 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
[14646]5686 <link wiki="Tag:man_made=pipeline" />
[9049]5687 <space />
5688 <key key="man_made" value="pipeline" />
5689 <text key="name" text="Name" />
5690 <text key="ref" text="Reference" />
5691 <reference ref="operator_substance" />
5692 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
[15062]5693 <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" />
5694 <text key="pressure" text="Pressure (bar)" />
[9049]5695 </item> <!-- Pipeline -->
[16716]5696 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5697 <link wiki="Tag:pipeline=substation" />
5698 <space />
5699 <key key="pipeline" value="substation" />
5700 <text key="name" text="Name" />
5701 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5702 <text key="ref" text="Reference" />
5703 <reference ref="operator_substance" />
5704 </item> <!-- Pipeline Substation -->
[10565]5705 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
[14646]5706 <link wiki="Tag:pipeline=valve" />
[9049]5707 <space />
5708 <key key="pipeline" value="valve" />
[15139]5709 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
[15170]5710 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
[15139]5711 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5712 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
[15148]5713 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
[15139]5714 <reference ref="ref_operator" />
[9049]5715 </item> <!-- Pipeline Valve -->
[15526]5716 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5717 <link wiki="Key:marker" />
5718 <space />
[15527]5719 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
[15526]5720 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5721 <optional>
5722 <reference ref="ref_operator" />
[15527]5723 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[15526]5724 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
5725 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5726 </optional>
5727 </item> <!-- Marker -->
[15260]5728 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5729 <link wiki="Key:manhole" />
5730 <space />
5731 <key key="man_made" value="manhole" />
5732 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5733 <reference ref="ref_operator" />
5734 </item> <!-- Manhole -->
[16756]5735 </group> <!-- Pipeline -->
5736 <group name="Water" icon="presets/landmark/water_works.svg">
[10808]5737 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5738 <link wiki="Tag:man_made=water_works" />
[7102]5739 <space />
5740 <key key="man_made" value="water_works" />
5741 <reference ref="name_operator" />
[7393]5742 </item> <!-- Water Works -->
[10706]5743 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5744 <link wiki="Tag:man_made=wastewater_plant" />
[7102]5745 <space />
5746 <key key="man_made" value="wastewater_plant" />
5747 <text key="name" text="Name" />
[7393]5748 </item> <!-- Wastewater Treatment Plant -->
[16245]5749 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5750 <link wiki="Tag:man_made=watermill" />
[7102]5751 <space />
5752 <key key="man_made" value="watermill" />
5753 <text key="name" text="Name" />
[7393]5754 </item> <!-- Watermill -->
[16245]5755 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5756 <link wiki="Tag:amenity=fountain" />
[7102]5757 <space />
5758 <key key="amenity" value="fountain" />
[13786]5759 <optional>
5760 <text key="name" text="Name" />
5761 <check key="drinking_water" text="Drinking Water" />
5762 </optional>
[7393]5763 </item> <!-- Fountain -->
[10706]5764 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
[14646]5765 <link wiki="Tag:man_made=water_well" />
[7102]5766 <space />
5767 <key key="man_made" value="water_well" />
[13355]5768 <optional>
5769 <text key="name" text="Name" />
5770 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5771 </optional>
[7393]5772 </item> <!-- Water Well -->
[16756]5773 </group> <!-- Water -->
[10565]5774 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
[16245]5775 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
[14646]5776 <link wiki="Key:bridge" />
[7490]5777 <space />
[7613]5778 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
[15170]5779 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
[7490]5780 <reference ref="optional_bridge" />
5781 </item> <!-- Bridge -->
[16245]5782 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
[14646]5783 <link wiki="Key:bridge:movable" />
[7490]5784 <space />
5785 <key key="bridge" value="movable" />
[15253]5786 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
[7490]5787 <reference ref="optional_bridge" />
5788 </item> <!-- Movable Bridge -->
[10565]5789 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
[14646]5790 <link wiki="Key:bridge:support" />
[7490]5791 <space />
[15170]5792 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
[7490]5793 </item> <!-- Bridge Support -->
[10565]5794 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]5795 <link wiki="Tag:man_made=bridge" />
[7648]5796 <space />
5797 <key key="man_made" value="bridge" />
5798 <optional>
5799 <reference ref="name_layer" />
5800 </optional>
5801 </item> <!-- Bridge outline -->
[7490]5802 </group> <!-- Bridges -->
[10706]5803 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5804 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5805 <link wiki="Tag:military=airfield" />
[9039]5806 <space />
5807 <key key="military" value="airfield" match="keyvalue!" />
5808 <reference ref="aerodrome" />
[9638]5809 </item> <!-- Airfield -->
[9574]5810 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5811 <link wiki="Tag:military=barracks" />
[9039]5812 <space />
5813 <key key="military" value="barracks" />
[9638]5814 </item> <!-- Barracks -->
[10706]5815 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5816 <link wiki="Tag:military=bunker" />
[9039]5817 <key key="military" value="bunker" />
[16853]5818 <optional>
5819 <combo key="bunker_type" text="Type" values="command,foxhole,gun_emplacement,hardened_aircraft_shelter,mg_nest,munitions,observation,personnel_shelter,pillbox,technical,tobruk" values_context="bunker" values_searchable="true" />
5820 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5821 <combo key="building" text="Building" values="bunker,yes" values_context="building" />
5822 <text key="name" text="Name" />
5823 <reference ref="POI_access" />
5824 <check key="historic" text="Historic" />
5825 <check key="ruins" text="Ruins" />
5826 </optional>
[9638]5827 </item> <!-- Bunker -->
[10706]5828 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5829 <link wiki="Tag:military=range" />
[9039]5830 <space />
5831 <key key="military" value="range" />
[9638]5832 </item> <!-- Range -->
[9039]5833 </group> <!-- Military -->
[10565]5834 <group name="Power" icon="presets/power/power.svg">
[16245]5835 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
[14646]5836 <link wiki="Tag:power=plant" />
[7102]5837 <space />
5838 <key key="power" value="plant" />
[7361]5839 <reference ref="name_ref_operator" />
[7102]5840 <text key="start_date" text="Start date" />
5841 <optional text="Output forms of energy (optional):">
5842 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5843 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5844 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5845 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5846 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5847 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5848 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5849 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5850 <space />
[15170]5851 <combo key="plant:source" text="Plant source" values="biofuel,biogas,biomass,coal,diesel,gas,gasoline,geothermal,hydro,nuclear,oil,osmotic,solar,tidal,waste,wave,wind" />
[7102]5852 </optional>
[7393]5853 </item> <!-- Power Plant -->
[10565]5854 <group name="Power Generator" icon="presets/power/generator.svg">
[10706]5855 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5856 <key key="generator:source" value="biofuel" />
5857 <reference ref="power_generator" />
5858 <key key="generator:method" value="combustion" />
5859 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5860 <reference ref="power_output" />
[7393]5861 </item> <!-- Power Generator -->
[10706]5862 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5863 <key key="generator:source" value="biogas" />
5864 <reference ref="power_generator" />
5865 <key key="generator:method" value="combustion" />
5866 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5867 <reference ref="power_output" />
[7393]5868 </item> <!-- Biogas Power Generator -->
[10706]5869 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5870 <key key="generator:source" value="biomass" />
5871 <reference ref="power_generator" />
5872 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5873 <combo key="generator:type" text="Generator Type" values_searchable="true">
5874 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5875 <list_entry value="pyrolysis" short_description="" />
5876 <list_entry value="steam_generator" short_description="combustion" />
5877 <list_entry value="steam_turbine" short_description="combustion" />
5878 </combo>
5879 <reference ref="power_output" />
[7393]5880 </item> <!-- Biomass Power Generator -->
[10706]5881 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5882 <key key="generator:source" value="coal" />
5883 <reference ref="power_generator" />
5884 <key key="generator:method" value="combustion" />
5885 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5886 <reference ref="power_output" />
[7393]5887 </item> <!-- Coal Power Generator -->
[10706]5888 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5889 <key key="generator:source" value="gas" />
5890 <reference ref="power_generator" />
5891 <key key="generator:method" value="combustion" />
5892 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5893 <reference ref="power_output" />
[7393]5894 </item> <!-- Gas Power Generator -->
[10706]5895 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5896 <key key="generator:source" value="oil" />
5897 <reference ref="power_generator" />
5898 <key key="generator:method" value="combustion" />
5899 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5900 <reference ref="power_output" />
[7393]5901 </item> <!-- Oil Power Generator -->
[10706]5902 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5903 <key key="generator:source" value="diesel" />
5904 <reference ref="power_generator" />
5905 <key key="generator:method" value="combustion" />
5906 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5907 <reference ref="power_output" />
[7393]5908 </item> <!-- Diesel Power Generator -->
[10706]5909 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5910 <key key="generator:source" value="gasoline" />
5911 <reference ref="power_generator" />
5912 <key key="generator:method" value="combustion" />
5913 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5914 <reference ref="power_output" />
[7393]5915 </item> <!-- Gasoline Power Generator -->
[10706]5916 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5917 <key key="generator:source" value="nuclear" />
5918 <reference ref="power_generator" />
5919 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5920 <combo key="generator:type" text="Generator Type" values_searchable="true">
5921 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5922 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5923 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5924 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5925 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5926 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5927 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5928 <list_entry value="cold-fusion" short_description="fusion" />
5929 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5930 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5931 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5932 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5933 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5934 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5935 <list_entry value="stellarator" short_description="fusion" />
5936 <list_entry value="tokamak" short_description="fusion" />
5937 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5938 </combo>
5939 <reference ref="power_output" />
[7393]5940 </item> <!-- Nuclear Reactor -->
[10706]5941 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5942 <key key="generator:source" value="solar" />
5943 <reference ref="power_generator" />
5944 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5945 <combo key="generator:type" text="Generator Type" values_searchable="true">
5946 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5947 <list_entry value="solar_thermal_collector" short_description="thermal" />
5948 <list_entry value="steam_turbine" short_description="thermal" />
5949 </combo>
5950 <reference ref="power_output" />
[7393]5951 </item> <!-- Solar Power Generator -->
[10706]5952 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5953 <key key="generator:source" value="waste" />
5954 <reference ref="power_generator" />
5955 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5956 <combo key="generator:type" text="Generator Type" values_searchable="true">
5957 <list_entry value="bioreactor" short_description="gasification" />
5958 <list_entry value="pyrolysis" short_description="" />
5959 <list_entry value="reciprocating_engine" short_description="combustion" />
5960 <list_entry value="steam_generator" short_description="combustion" />
5961 </combo>
5962 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5963 <reference ref="power_output" />
[7393]5964 </item> <!-- Waste Power Generator -->
[14299]5965 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5966 <key key="generator:source" value="hydro" />
5967 <reference ref="power_generator" />
5968 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5969 <combo key="generator:type" text="Generator Type" values_searchable="true">
5970 <list_entry value="francis_turbine" short_description="all methods" />
5971 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5972 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5973 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5974 </combo>
5975 <reference ref="power_output" />
[7393]5976 </item> <!-- Water Turbine -->
[14299]5977 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5978 <key key="generator:source" value="tidal" />
5979 <reference ref="power_generator" />
5980 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5981 <combo key="generator:type" text="Generator Type" values_searchable="true">
[14780]5982 <list_entry value="horizontal_axis" short_description="stream" />
[7361]5983 <list_entry value="kaplan_turbine" short_description="barrage" />
[14780]5984 <list_entry value="vertical_axis" short_description="stream" />
[7361]5985 </combo>
5986 <reference ref="power_output" />
[7393]5987 </item> <!-- Tidal Water Turbine -->
[10706]5988 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5989 <key key="generator:source" value="wave" />
5990 <reference ref="power_generator" />
5991 <reference ref="power_output" />
[7393]5992 </item> <!-- Wave Energy Converter -->
[10706]5993 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5994 <key key="generator:source" value="osmotic" />
5995 <reference ref="power_generator" />
5996 <reference ref="power_output" />
[7393]5997 </item> <!-- Osmotic Power Generator -->
[10706]5998 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5999 <key key="generator:source" value="geothermal" />
6000 <reference ref="power_generator" />
6001 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
6002 <reference ref="power_output" />
[7393]6003 </item> <!-- Geothermal Power Generator -->
[10706]6004 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
[7361]6005 <key key="generator:source" value="wind" />
6006 <reference ref="power_generator" />
6007 <key key="generator:method" value="wind_turbine" />
6008 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
6009 <reference ref="power_output" />
[7393]6010 </item> <!-- Wind Turbine -->
6011 </group> <!-- Power Generator -->
[7102]6012 <separator/>
[10565]6013 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6014 <link wiki="Tag:power=substation" />
[7102]6015 <space />
6016 <key key="power" value="substation" />
6017 <text key="name" text="Name" />
[15170]6018 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
[7361]6019 <reference ref="power_extra" />
[7102]6020 <optional>
[7361]6021 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
[7102]6022 <text key="start_date" text="Start date" />
6023 <check key="gas_insulated" text="Gas insulated" />
6024 </optional>
[7393]6025 </item> <!-- Power Substation -->
[10565]6026 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
[14646]6027 <link wiki="Tag:power=transformer" />
[7102]6028 <space />
6029 <key key="power" value="transformer" />
[15170]6030 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
[13814]6031 <reference ref="power_loc" />
6032 <reference ref="transformer_voltage_frequency" />
[15075]6033 <reference ref="ref_operator" />
[13814]6034 <reference ref="optional_transformer_rating_phases_devices_windings" />
[7393]6035 </item> <!-- Power Transformer -->
[14299]6036 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]6037 <link wiki="Tag:power=switchgear" />
[7102]6038 <space />
6039 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
6040 <space />
6041 <key key="power" value="switchgear" />
[7361]6042 <reference ref="power_loc" />
6043 <reference ref="voltage" />
[7102]6044 <optional>
6045 <check key="gas_insulated" text="Gas insulated" />
6046 </optional>
[7393]6047 </item> <!-- Power Switchgear -->
[10565]6048 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
[14646]6049 <link wiki="Tag:line=busbar" />
[7102]6050 <space />
6051 <key key="power" value="line" />
6052 <key key="line" value="busbar" />
[7361]6053 <reference ref="power_line_extra" />
[7393]6054 </item> <!-- Power Busbar -->
[10565]6055 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
[14646]6056 <link wiki="Tag:line=bay" />
[7102]6057 <space />
6058 <key key="power" value="line" />
6059 <key key="line" value="bay" />
[7361]6060 <reference ref="power_line_extra" />
[7393]6061 </item> <!-- Power Bay -->
[10565]6062 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
[14646]6063 <link wiki="Tag:power=switch" />
[7102]6064 <space />
6065 <key key="power" value="switch" />
[15170]6066 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
[12934]6067 <reference ref="power_loc" />
6068 <optional>
6069 <reference ref="voltage" />
6070 <reference ref="cables" />
[15075]6071 <reference ref="ref_operator" />
[12934]6072 </optional>
[7393]6073 </item> <!-- Power Switch -->
[7102]6074 <separator/>
[10565]6075 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6076 <link wiki="Tag:power=converter" />
[7102]6077 <space />
6078 <key key="power" value="converter" />
6079 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
[7361]6080 <reference ref="voltage_frequency" />
[15075]6081 <reference ref="ref_operator" />
[7102]6082 <optional>
6083 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
6084 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
6085 </optional>
[7393]6086 </item> <!-- Power Converter -->
[10565]6087 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
[14646]6088 <link wiki="Tag:power=compensator" />
[7102]6089 <space />
6090 <key key="power" value="compensator" />
[15170]6091 <combo key="compensator" text="Type of compensator" values="filter,series_capacitor,series_reactor,shunt_capacitor,shunt_reactor,statcom,static_var,synchronous_condenser" match="key" values_context="power" />
[7361]6092 <reference ref="voltage_frequency" />
[15075]6093 <reference ref="ref_operator" />
[7102]6094 <optional>
6095 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
6096 </optional>
[7393]6097 </item> <!-- Power Compensator -->
[7102]6098 <separator/>
[16475]6099 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
[14646]6100 <link wiki="Tag:man_made=street_cabinet" />
[9434]6101 <key key="man_made" value="street_cabinet" />
6102 <key key="street_cabinet" value="power" />
[15175]6103 <optional>
6104 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
6105 <reference ref="ref_operator" />
6106 <text key="manufacturer" text="Manufacturer" />
[15255]6107 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[15175]6108 </optional>
[9434]6109 </item> <!-- Power Street Cabinet -->
[7102]6110 <separator/>
[10565]6111 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
[14646]6112 <link wiki="Tag:building=transformer_tower" />
[9433]6113 <space />
6114 <key key="building" value="transformer_tower" />
[16474]6115 <text key="height" text="Height (meters)" length="7" />
[15075]6116 <reference ref="ref_operator" />
[9433]6117 <preset_link preset_name="Power Substation" />
6118 </item> <!-- Transformer Tower -->
[14123]6119 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
[14646]6120 <link wiki="Tag:power=terminal" />
[14123]6121 <space />
6122 <key key="power" value="terminal" />
6123 <optional>
[15454]6124 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[14123]6125 <text key="ref" text="Reference" />
6126 <text key="operator" text="Operator" />
6127 </optional>
6128 </item> <!-- Terminal -->
[10565]6129 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
[14646]6130 <link wiki="Tag:power=portal" />
[9433]6131 <space />
6132 <key key="power" value="portal" />
[16474]6133 <text key="height" text="Height (meters)" length="7" />
[9433]6134 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
[15170]6135 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[9433]6136 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
[15075]6137 <reference ref="ref_operator" />
[9433]6138 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
[15454]6139 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[9433]6140 </item> <!-- Power Portal -->
[10565]6141 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
[14646]6142 <link wiki="Tag:power=tower" />
[7102]6143 <space />
6144 <key key="power" value="tower" />
[16474]6145 <text key="height" text="Height (meters)" length="7" />
[8105]6146 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
[15170]6147 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[7102]6148 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
[15075]6149 <reference ref="ref_operator" />
[7102]6150 <optional>
[15454]6151 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
[7102]6152 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
6153 <combo key="design" text="Tower design" values="one-level,two-level,donau,three-level,barrel,asymmetric,triangle,flag,donau;one-level,four-level,six-level,nine-level,delta,delta_two-level,y-frame,x-frame,h-frame,guyed_h-frame,portal,portal_two-level,portal_three-level,guyed_v-frame,bipole,monopolar" values_context="power" />
[15454]6154 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[7102]6155 <check key="triple_tower" text="Triple tower" />
6156 <check key="design:incomplete" text="Incomplete tower" />
[10511]6157 <check key="location:transition" text="Location transition" disable_off="true" />
[7102]6158 </optional>
[7393]6159 </item> <!-- Power Tower -->
[10565]6160 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
[14646]6161 <link wiki="Tag:power=pole" />
[7102]6162 <space />
6163 <key key="power" value="pole" />
[12997]6164 <reference ref="power_pole" />
[7393]6165 </item> <!-- Pole -->
[12997]6166 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
[14646]6167 <link wiki="Tag:power=pole" />
[12997]6168 <space />
6169 <key key="power" value="pole" />
6170 <label text="Pole Attributes:" />
6171 <reference ref="power_pole" />
6172 <space />
6173 <label text="Switch Attributes:" />
[15170]6174 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
[12997]6175 <optional>
6176 <reference ref="voltage" />
6177 <reference ref="cables" />
6178 </optional>
6179 </item> <!-- Pole with Switch -->
[10565]6180 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
[14646]6181 <link wiki="Tag:power=pole" />
[7649]6182 <space />
6183 <key key="power" value="pole" />
6184 <label text="Pole Attributes:" />
[12997]6185 <reference ref="power_pole" />
[7649]6186 <space />
6187 <label text="Transformer Attributes:" />
[7653]6188 <key key="transformer" value="distribution" match="key!" />
[13814]6189 <reference ref="transformer_voltage_frequency" />
6190 <reference ref="optional_transformer_rating_phases_devices_windings" />
[12997]6191 </item> <!-- Pole with Transformer -->
[14123]6192 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
[14646]6193 <link wiki="Tag:power=catenary_mast" />
[14123]6194 <space />
6195 <key key="power" value="catenary_mast" />
6196 <optional>
6197 <text key="ref" text="Reference" />
6198 <text key="operator" text="Operator" />
6199 </optional>
6200 </item> <!-- Catenary mast -->
[10565]6201 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
[14646]6202 <link wiki="Tag:power=insulator" />
[9433]6203 <space />
6204 <key key="power" value="insulator" />
[15454]6205 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[15075]6206 <reference ref="ref_operator" />
[9433]6207 </item> <!-- Insulator -->
[10565]6208 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
[14646]6209 <link wiki="Tag:power=line" />
[7102]6210 <space />
[7613]6211 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
[7361]6212 <reference ref="voltage_frequency" />
[15075]6213 <reference ref="ref_operator" />
[7102]6214 <optional>
[12934]6215 <reference ref="cables_circuits" />
[15170]6216 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
[16944]6217 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[16831]6218 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
[7102]6219 </optional>
[7393]6220 </item> <!-- Power Line -->
[10565]6221 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
[14646]6222 <link wiki="Tag:power=cable" />
[7102]6223 <space />
6224 <key key="power" value="cable" />
[7361]6225 <reference ref="voltage_frequency" />
[15075]6226 <reference ref="ref_operator" />
[7102]6227 <optional>
[12934]6228 <reference ref="cables_circuits" />
[7734]6229 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
[16944]6230 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[16831]6231 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
[7102]6232 </optional>
[7393]6233 </item> <!-- Power Cable -->
[7102]6234 </group> <!-- Power -->
[15112]6235 <group name="Telecom" icon="presets/telecom/telecom.svg">
[16475]6236 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
[15112]6237 <link wiki="Tag:man_made=street_cabinet" />
6238 <key key="man_made" value="street_cabinet" />
6239 <key key="street_cabinet" value="telecom" />
[15175]6240 <optional>
6241 <reference ref="ref_operator" />
6242 <text key="manufacturer" text="Manufacturer" />
[15255]6243 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[15175]6244 </optional>
[15112]6245 </item> <!-- Telecom Street Cabinet -->
6246 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
6247 <link wiki="Tag:telecom=exchange" />
6248 <space />
6249 <key key="telecom" value="exchange" />
6250 <reference ref="telecom_medium" />
6251 <reference ref="ref_operator" />
6252 </item> <!-- Telephone Exchange -->
6253 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
6254 <link wiki="Tag:telecom=connection_point" />
6255 <space />
6256 <key key="telecom" value="connection_point" />
6257 <reference ref="telecom_medium" />
6258 <reference ref="ref_operator" />
6259 </item> <!-- Connection Point -->
6260 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
6261 <link wiki="Tag:telecom=service_device" />
6262 <space />
6263 <key key="telecom" value="service_device" />
6264 <reference ref="telecom_medium" />
6265 <reference ref="ref_operator" />
6266 </item> <!-- Service Device -->
6267 </group> <!-- Telecom -->
[10565]6268 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
6269 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6270 <link wiki="Tag:historic=castle" />
[7102]6271 <space />
6272 <key key="historic" value="castle" />
[11550]6273 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
[16861]6274 <reference ref="name_wikipedia_wikidata" />
[9165]6275 <check key="ruins" text="Ruins" />
[8060]6276 <reference ref="link_contact_address_payment" />
[7393]6277 </item> <!-- Castle -->
[15931]6278 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
6279 <link wiki="Tag:historic=fort" />
6280 <space />
6281 <key key="historic" value="fort" />
[16861]6282 <reference ref="name_wikipedia_wikidata" />
[15931]6283 <check key="ruins" text="Ruins" />
6284 <reference ref="link_contact_address_payment" />
6285 </item> <!-- Fort -->
[10706]6286 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6287 <link wiki="Tag:historic=ruins" />
[7102]6288 <space />
6289 <key key="historic" value="ruins" />
[8013]6290 <reference ref="name_oh_wheelchair" />
[7393]6291 </item> <!-- Ruins -->
[10706]6292 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6293 <link wiki="Tag:historic=archaeological_site" />
[7102]6294 <space />
6295 <key key="historic" value="archaeological_site" />
[11787]6296 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
[8013]6297 <reference ref="name_oh_wheelchair" />
[7393]6298 </item> <!-- Archaeological Site -->
[10706]6299 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6300 <link wiki="Tag:historic=battlefield" />
[7102]6301 <space />
6302 <key key="historic" value="battlefield" />
6303 <text key="name" text="Name" />
[7393]6304 </item> <!-- Battlefield -->
[10814]6305 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6306 <link wiki="Tag:geological=palaeontological_site" />
[7102]6307 <space />
6308 <key key="geological" value="palaeontological_site" />
6309 <text key="name" text="Name" />
[7393]6310 </item> <!-- Palaeontological Site -->
[16753]6311 <item name="Citywalls" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
[16748]6312 <link wiki="Tag:historic=citywalls" />
6313 <space />
6314 <key key="historic" value="citywalls" />
6315 <optional>
6316 <text key="name" text="Name" />
6317 </optional>
6318 </item> <!-- Citywalls -->
6319 <item name="City gate" icon="presets/sightseeing/city_gate.svg" type="node,closedway,multipolygon" preset_name_label="true">
6320 <link wiki="Tag:historic=city_gate" />
6321 <space />
6322 <key key="historic" value="city_gate" />
6323 <optional>
6324 <text key="name" text="Name" />
6325 </optional>
6326 </item> <!-- City gate -->
6327 <item name="Manor" icon="presets/sightseeing/manor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6328 <link wiki="Tag:historic=manor" />
6329 <space />
6330 <key key="historic" value="manor" />
6331 <optional>
6332 <text key="name" text="Name" />
6333 </optional>
6334 </item> <!-- Manor -->
6335 <item name="Church" icon="presets/religion/historic_church.svg" type="node,closedway,multipolygon" preset_name_label="true">
6336 <link wiki="Tag:historic=church" />
6337 <space />
6338 <key key="historic" value="church" />
6339 <optional>
6340 <text key="name" text="Name" />
6341 </optional>
6342 <reference ref="religious"/>
6343 </item> <!-- Church -->
[7102]6344 <separator/>
[16754]6345 <item name="Charcoal pile" icon="presets/misc/charcoal_pile.svg" type="node,closedway,multipolygon" preset_name_label="true">
[16748]6346 <link wiki="Tag:historic=charcoal_pile" />
6347 <space />
6348 <key key="historic" value="charcoal_pile" />
6349 <optional>
6350 <text key="name" text="Name" />
6351 </optional>
6352 </item> <!-- Charcoal pile -->
[16754]6353 <item name="Mine" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[16748]6354 <link wiki="Tag:historic=mine" />
6355 <space />
6356 <key key="historic" value="mine" />
6357 <optional>
6358 <text key="name" text="Name" />
[16787]6359 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
[16748]6360 </optional>
6361 </item> <!-- Mine -->
[16754]6362 <item name="Mine shaft" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon" preset_name_label="true">
[16748]6363 <link wiki="Tag:historic=mine_shaft" />
6364 <space />
6365 <key key="historic" value="mine_shaft" />
6366 <optional>
6367 <text key="name" text="Name" />
6368 </optional>
6369 </item> <!-- Mine shaft -->
[16754]6370 <item name="Shieling" icon="presets/landmark/shieling.svg" type="node,closedway,multipolygon" preset_name_label="true">
[16748]6371 <link wiki="Tag:historic=shieling" />
6372 <space />
6373 <key key="historic" value="shieling" />
6374 <optional>
6375 <text key="name" text="Name" />
6376 </optional>
6377 </item> <!-- Shieling -->
6378 <separator/>
[12993]6379 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
[14646]6380 <link wiki="Tag:cemetery=grave" />
[12993]6381 <space />
6382 <key key="cemetery" value="grave" />
6383 <text key="name" text="Name" />
6384 </item> <!-- Grave -->
6385 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
[14646]6386 <link wiki="Tag:historic=tomb" />
[12993]6387 <space />
6388 <key key="historic" value="tomb" />
[15170]6389 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
[12993]6390 <text key="name" text="Name" />
6391 </item> <!-- Tomb -->
6392 <separator/>
[10706]6393 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6394 <link wiki="Tag:historic=monument" />
[7102]6395 <space />
6396 <key key="historic" value="monument" />
6397 <text key="name" text="Name" />
[7393]6398 </item> <!-- Monument -->
[10706]6399 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6400 <link wiki="Tag:historic=memorial" />
[7102]6401 <space />
6402 <key key="historic" value="memorial" />
6403 <text key="name" text="Name" />
[15170]6404 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
[7701]6405 <optional>
6406 <text key="inscription" text="Inscription" />
6407 <text key="artist_name" text="Artist Name" />
[15647]6408 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
[7701]6409 <text key="start_date" text="Start date" />
[16861]6410 <reference ref="wikipedia_wikidata" />
[7701]6411 </optional>
[7393]6412 </item> <!-- Memorial -->
[10706]6413 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
[14646]6414 <link wiki="Tag:historic=wayside_cross" />
[7102]6415 <space />
6416 <key key="historic" value="wayside_cross" />
6417 <text key="name" text="Name" />
[14867]6418 <reference ref="religious_catholic_christian" />
[8016]6419 <text key="start_date" text="Start date" />
6420 <text key="inscription" text="Inscription" />
[7393]6421 </item> <!-- Wayside Cross -->
[10706]6422 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
[14646]6423 <link wiki="Tag:historic=wayside_shrine" />
[7102]6424 <space />
6425 <key key="historic" value="wayside_shrine" />
6426 <text key="name" text="Name" />
[14867]6427 <reference ref="religious_catholic_christian" />
[8016]6428 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6429 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6430 <text key="start_date" text="Start date" />
6431 <text key="inscription" text="Inscription" />
[7393]6432 </item> <!-- Wayside Shrine -->
[10808]6433 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
[14646]6434 <link wiki="Tag:historic=boundary_stone" />
[7102]6435 <space />
6436 <key key="historic" value="boundary_stone" />
6437 <text key="name" text="Name" />
[7393]6438 </item> <!-- Boundary Stone -->
[16748]6439 <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
6440 <link wiki="Tag:historic=milestone" />
6441 <space />
6442 <key key="historic" value="milestone" />
6443 <optional>
6444 <text key="name" text="Name" />
6445 </optional>
6446 </item> <!-- Milestone -->
[7102]6447 </group> <!-- Historic Places -->
[7393]6448 </group> <!-- Man Made -->
[10706]6449 <group name="Shops" icon="presets/shop/mall.svg">
[10565]6450 <group name="Food" icon="presets/shop/supermarket.svg">
6451 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6452 <link wiki="Tag:shop=supermarket" />
[7102]6453 <space />
6454 <key key="shop" value="supermarket" />
[8013]6455 <reference ref="name_oh_wheelchair" />
[8060]6456 <reference ref="link_contact_address_payment" />
[7393]6457 </item> <!-- Supermarket -->
[10808]6458 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6459 <link wiki="Tag:shop=convenience" />
[7102]6460 <space />
6461 <key key="shop" value="convenience" />
[8013]6462 <reference ref="name_oh_wheelchair" />
[8060]6463 <reference ref="link_contact_address_payment" />
[7393]6464 </item> <!-- Convenience Store -->
[10706]6465 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6466 <link wiki="Tag:shop=kiosk" />
[7102]6467 <space />
6468 <key key="shop" value="kiosk" />
[8013]6469 <reference ref="name_oh_wheelchair" />
[8060]6470 <reference ref="link_contact_address_payment" />
[7393]6471 </item> <!-- Kiosk -->
[7102]6472 <separator/>
[10808]6473 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6474 <link wiki="Tag:shop=bakery" />
[7102]6475 <space />
6476 <key key="shop" value="bakery" />
[8013]6477 <reference ref="name_oh_wheelchair" />
[8060]6478 <reference ref="link_contact_address_payment" />
[7393]6479 </item> <!-- Bakery -->
[10808]6480 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6481 <link wiki="Tag:shop=butcher" />
[7102]6482 <space />
6483 <key key="shop" value="butcher" />
[8013]6484 <reference ref="name_oh_wheelchair" />
[8060]6485 <reference ref="link_contact_address_payment" />
[7393]6486 </item> <!-- Butcher -->
[10808]6487 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6488 <link wiki="Tag:shop=seafood" />
[7102]6489 <space />
6490 <key key="shop" value="seafood" />
[8013]6491 <reference ref="name_operator_oh_wheelchair" />
[8060]6492 <reference ref="link_contact_address_payment" />
[7393]6493 </item> <!-- Seafood -->
[11346]6494 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6495 <link wiki="Tag:shop=dairy" />
[11346]6496 <space />
6497 <key key="shop" value="dairy" />
6498 <reference ref="name_operator_oh_wheelchair" />
6499 <reference ref="link_contact_address_payment" />
6500 </item> <!-- Dairy -->
[12083]6501 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6502 <link wiki="Tag:shop=cheese" />
[12083]6503 <space />
6504 <key key="shop" value="cheese" />
6505 <reference ref="name_operator_oh_wheelchair" />
6506 <reference ref="link_contact_address_payment" />
6507 </item> <!-- Cheese -->
[10808]6508 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6509 <link wiki="Tag:shop=deli" />
[7102]6510 <space />
6511 <key key="shop" value="deli" />
[8013]6512 <reference ref="name_operator_oh_wheelchair" />
[8060]6513 <reference ref="link_contact_address_payment" />
[7393]6514 </item> <!-- Deli (Fine Food) -->
[10897]6515 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6516 <link wiki="Tag:shop=pastry" />
[10897]6517 <space />
6518 <key key="shop" value="pastry" />
6519 <reference ref="name_oh_wheelchair" />
6520 <reference ref="link_contact_address_payment" />
6521 </item> <!-- Pastry -->
6522 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6523 <link wiki="Tag:shop=confectionery" />
[7102]6524 <space />
6525 <key key="shop" value="confectionery" />
[8013]6526 <reference ref="name_oh_wheelchair" />
[8060]6527 <reference ref="link_contact_address_payment" />
[10897]6528 </item> <!-- Confectionery -->
[10565]6529 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6530 <link wiki="Tag:shop=tea" />
[7296]6531 <space />
6532 <key key="shop" value="tea" />
[8013]6533 <reference ref="name_oh_wheelchair" />
[8060]6534 <reference ref="link_contact_address_payment" />
[7393]6535 </item> <!-- Tea -->
[10565]6536 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6537 <link wiki="Tag:shop=coffee" />
[7296]6538 <space />
6539 <key key="shop" value="coffee" />
[8013]6540 <reference ref="name_oh_wheelchair" />
[8060]6541 <reference ref="link_contact_address_payment" />
[7393]6542 </item> <!-- Coffee -->
[7102]6543 <separator/>
[10808]6544 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]6545 <link wiki="Tag:amenity=marketplace" />
[7102]6546 <space />
6547 <key key="amenity" value="marketplace" />
[8013]6548 <reference ref="name_operator_oh_wheelchair" />
[7102]6549 <text key="website" text="Website" />
[15166]6550 <combo key="organic" text="Organic" values="yes,no,only" />
[7393]6551 </item> <!-- Public Market -->
[10808]6552 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6553 <link wiki="Tag:shop=greengrocer" />
[7102]6554 <space />
6555 <key key="shop" value="greengrocer" />
[8013]6556 <reference ref="name_oh_wheelchair" />
[15166]6557 <combo key="organic" text="Organic" values="yes,no,only" />
[8060]6558 <reference ref="link_contact_address_payment" />
[7393]6559 </item> <!-- Greengrocer -->
[10808]6560 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6561 <link wiki="Tag:shop=farm" />
[7102]6562 <space />
6563 <key key="shop" value="farm" />
[8013]6564 <reference ref="name_oh_wheelchair" />
[7102]6565 <text key="description" text="Description" />
[15166]6566 <combo key="organic" text="Organic" values="yes,no,only" />
[8060]6567 <reference ref="link_contact_address_payment" />
[7393]6568 </item> <!-- Farm Stand -->
[7102]6569 <separator/>
[9574]6570 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6571 <link wiki="Key:organic" />
[7102]6572 <space />
[15166]6573 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
[7393]6574 </item> <!-- Organic -->
[9574]6575 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6576 <link wiki="Key:fair_trade" />
[7102]6577 <space />
6578 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
[7393]6579 </item> <!-- Fair Trade -->
[7102]6580 <separator/>
[10706]6581 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6582 <link wiki="Tag:shop=alcohol" />
[7102]6583 <space />
6584 <key key="shop" value="alcohol" />
[8013]6585 <reference ref="name_oh_wheelchair" />
[8060]6586 <reference ref="link_contact_address_payment" />
[7393]6587 </item> <!-- Alcohol -->
[10706]6588 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6589 <link wiki="Tag:shop=beverages" />
[7102]6590 <space />
6591 <key key="shop" value="beverages" />
[8013]6592 <reference ref="name_oh_wheelchair" />
[8060]6593 <reference ref="link_contact_address_payment" />
[7393]6594 </item> <!-- Beverages -->
[10565]6595 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6596 <link wiki="Tag:shop=wine" />
[7686]6597 <space />
6598 <key key="shop" value="wine" />
[8013]6599 <reference ref="name_oh_wheelchair" />
[8060]6600 <reference ref="link_contact_address_payment" />
[7686]6601 </item> <!-- Wine -->
[7102]6602 </group> <!-- Food -->
[10706]6603 <group name="Clothes" icon="presets/shop/clothes.svg">
6604 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6605 <link wiki="Tag:shop=clothes" />
[7102]6606 <space />
6607 <key key="shop" value="clothes" />
[8013]6608 <reference ref="name_oh_wheelchair" />
[15166]6609 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6610 <combo key="organic" text="Organic" values="yes,no,only" />
[16745]6611 <multiselect key="clothes" text="Clothes" values="babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;motorcycle;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear" values_context="clothes" values_searchable="true" />
[8060]6612 <reference ref="link_contact_address_payment" />
[7393]6613 </item> <!-- Clothes -->
[10808]6614 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6615 <link wiki="Tag:shop=boutique" />
[7102]6616 <space />
6617 <key key="shop" value="boutique" />
[8013]6618 <reference ref="name_operator_oh_wheelchair" />
[8060]6619 <reference ref="link_contact_address_payment" />
[7393]6620 </item> <!-- Boutique -->
[16492]6621 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
[14646]6622 <link wiki="Tag:shop=shoes" />
[7102]6623 <space />
6624 <key key="shop" value="shoes" />
[8013]6625 <reference ref="name_oh_wheelchair" />
[15166]6626 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6627 <combo key="organic" text="Organic" values="yes,no,only" />
[14228]6628 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
[8060]6629 <reference ref="link_contact_address_payment" />
[7393]6630 </item> <!-- Shoes -->
[10706]6631 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6632 <link wiki="Tag:shop=outdoor" />
[7102]6633 <space />
6634 <key key="shop" value="outdoor" />
[8013]6635 <reference ref="name_oh_wheelchair" />
[8060]6636 <reference ref="link_contact_address_payment" />
[7393]6637 </item> <!-- Outdoor -->
[10706]6638 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6639 <link wiki="Tag:shop=sports" />
[7102]6640 <space />
6641 <key key="shop" value="sports" />
[8013]6642 <reference ref="name_oh_wheelchair" />
[8060]6643 <reference ref="link_contact_address_payment" />
[7393]6644 </item> <!-- Sports -->
[7102]6645 <separator/>
[10706]6646 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6647 <link wiki="Tag:shop=dry_cleaning" />
[7102]6648 <space />
6649 <key key="shop" value="dry_cleaning" />
[8013]6650 <reference ref="name_oh_wheelchair" />
[8060]6651 <reference ref="link_contact_address_payment" />
[7393]6652 </item> <!-- Dry Cleaning -->
[10706]6653 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6654 <link wiki="Tag:shop=laundry" />
[7102]6655 <space />
6656 <key key="shop" value="laundry" />
[8013]6657 <reference ref="name_oh_wheelchair" />
[14228]6658 <check key="self_service" text="Self Service" />
6659 <check key="laundry_service" text="Laundry Service" />
[8060]6660 <reference ref="link_contact_address_payment" />
[7393]6661 </item> <!-- Laundry -->
[10706]6662 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6663 <link wiki="Tag:shop=tailor" />
[7102]6664 <space />
6665 <key key="shop" value="tailor" />
[8013]6666 <reference ref="name_oh_wheelchair" />
[8060]6667 <reference ref="link_contact_address_payment" />
[7393]6668 </item> <!-- Tailor -->
[10808]6669 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6670 <link wiki="Tag:shop=fabric" />
[7102]6671 <space />
6672 <key key="shop" value="fabric" />
[8013]6673 <reference ref="name_operator_oh_wheelchair" />
[8060]6674 <reference ref="link_contact_address_payment" />
[7393]6675 </item> <!-- Fabric -->
[7102]6676 </group> <!-- Clothes -->
[10706]6677 <group name="Electronic" icon="presets/shop/electronics.svg">
6678 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6679 <link wiki="Tag:shop=computer" />
[7102]6680 <space />
6681 <key key="shop" value="computer" />
[8013]6682 <reference ref="name_oh_wheelchair" />
[8060]6683 <reference ref="link_contact_address_payment" />
[7393]6684 </item> <!-- Computer -->
[10706]6685 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6686 <link wiki="Tag:shop=electronics" />
[7102]6687 <space />
6688 <key key="shop" value="electronics" />
[8013]6689 <reference ref="name_oh_wheelchair" />
[8060]6690 <reference ref="link_contact_address_payment" />
[16714]6691 </item> <!-- Electronics -->
[10808]6692 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6693 <link wiki="Tag:shop=mobile_phone" />
[7102]6694 <space />
6695 <key key="shop" value="mobile_phone" />
[8013]6696 <reference ref="name_operator_oh_wheelchair" />
[8060]6697 <reference ref="link_contact_address_payment" />
[7393]6698 </item> <!-- Mobile Phone -->
[15092]6699 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6700 <link wiki="Tag:shop=watches" />
6701 <space />
6702 <key key="shop" value="watches" />
6703 <reference ref="name_operator_oh_wheelchair" />
6704 <reference ref="link_contact_address_payment" />
6705 </item> <!-- Watches -->
[10808]6706 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6707 <link wiki="Tag:shop=vacuum_cleaner" />
[7102]6708 <space />
6709 <key key="shop" value="vacuum_cleaner" />
[8013]6710 <reference ref="name_operator_oh_wheelchair" />
[8060]6711 <reference ref="link_contact_address_payment" />
[7393]6712 </item> <!-- Vacuum Cleaner -->
[10565]6713 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6714 <link wiki="Tag:shop=hifi" />
[7102]6715 <space />
6716 <key key="shop" value="hifi" />
[8013]6717 <reference ref="name_oh_wheelchair" />
[8060]6718 <reference ref="link_contact_address_payment" />
[7393]6719 </item> <!-- Hifi -->
[10808]6720 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6721 <link wiki="Tag:shop=video" />
[7102]6722 <space />
6723 <key key="shop" value="video" />
[8013]6724 <reference ref="name_oh_wheelchair" />
[8060]6725 <reference ref="link_contact_address_payment" />
[7393]6726 </item> <!-- Video -->
[10808]6727 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6728 <link wiki="Tag:shop=video_games" />
[7296]6729 <space />
6730 <key key="shop" value="video_games" />
[8013]6731 <reference ref="name_oh_wheelchair" />
[8060]6732 <reference ref="link_contact_address_payment" />
[7393]6733 </item> <!-- Video Games -->
[10565]6734 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6735 <link wiki="Tag:shop=music" />
[7685]6736 <space />
6737 <key key="shop" value="music" />
[8013]6738 <reference ref="name_oh_wheelchair" />
[8060]6739 <reference ref="link_contact_address_payment" />
[7685]6740 </item> <!-- Music -->
[7102]6741 </group> <!-- Electronic -->
[10565]6742 <group name="Cash" icon="presets/money/dollar.svg">
[10706]6743 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6744 <link wiki="Tag:amenity=bank" />
[7102]6745 <space />
6746 <key key="amenity" value="bank" />
[8013]6747 <reference ref="name_brand_operator_oh_wheelchair" />
[7102]6748 <check key="atm" text="Automated Teller Machine" default="on" />
[7745]6749 <text key="ref" text="Reference" />
[8026]6750 <reference ref="link_contact_address" />
[10111]6751 <preset_link preset_name="Building" />
[7393]6752 </item> <!-- Bank -->
[10706]6753 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6754 <link wiki="Tag:amenity=bureau_de_change" />
[7102]6755 <space />
6756 <key key="amenity" value="bureau_de_change" />
[8013]6757 <reference ref="name_oh_wheelchair" />
[8026]6758 <reference ref="link_contact_address" />
[7393]6759 </item> <!-- Money Exchange -->
[15199]6760 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6761 <link wiki="Tag:amenity=money_transfer" />
6762 <space />
6763 <key key="amenity" value="money_transfer" />
6764 <reference ref="name_oh_wheelchair" />
6765 <reference ref="link_contact_address" />
6766 </item> <!-- Money transfer -->
[10706]6767 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
[14646]6768 <link wiki="Tag:amenity=atm" />
[7102]6769 <space />
6770 <key key="amenity" value="atm" />
6771 <text key="brand" text="Brand" />
6772 <text key="operator" text="Operator" />
[8013]6773 <reference ref="oh_wheelchair" />
[7393]6774 </item> <!-- Automated Teller Machine -->
[10706]6775 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6776 <link wiki="Tag:shop=pawnbroker" />
[7102]6777 <space />
6778 <key key="shop" value="pawnbroker" />
[8013]6779 <reference ref="name_oh_wheelchair" />
[8060]6780 <reference ref="link_contact_address_payment" />
[7393]6781 </item> <!-- Pawnbroker -->
[7102]6782 </group> <!-- Cash -->
[10565]6783 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
[15188]6784 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6785 <link wiki="Tag:shop=doors" />
6786 <space />
6787 <key key="shop" value="doors" />
6788 <reference ref="name_brand_operator_oh_wheelchair" />
6789 <reference ref="link_contact_address_payment" />
6790 </item> <!-- Doors -->
[10706]6791 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6792 <link wiki="Tag:shop=furniture" />
[7317]6793 <space />
6794 <key key="shop" value="furniture" />
[8013]6795 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]6796 <reference ref="link_contact_address_payment" />
[7393]6797 </item> <!-- Furniture -->
[10808]6798 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6799 <link wiki="Tag:shop=kitchen" />
[7317]6800 <space />
6801 <key key="shop" value="kitchen" />
[8013]6802 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]6803 <reference ref="link_contact_address_payment" />
[7393]6804 </item> <!-- Kitchen -->
[10565]6805 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6806 <link wiki="Tag:shop=houseware" />
[9718]6807 <space />
6808 <key key="shop" value="houseware" />
6809 <reference ref="name_brand_operator_oh_wheelchair" />
6810 <reference ref="link_contact_address_payment" />
6811 </item> <!-- Houseware -->
[16715]6812 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6813 <link wiki="Tag:shop=pottery" />
6814 <space />
6815 <key key="shop" value="pottery" />
6816 <reference ref="name_brand_operator_oh_wheelchair" />
6817 <reference ref="link_contact_address_payment" />
6818 </item> <!-- Pottery -->
[10808]6819 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6820 <link wiki="Tag:shop=curtain" />
[7317]6821 <space />
6822 <key key="shop" value="curtain" />
[8013]6823 <reference ref="name_operator_oh_wheelchair" />
[8060]6824 <reference ref="link_contact_address_payment" />
[7393]6825 </item> <!-- Curtain -->
[10565]6826 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6827 <link wiki="Tag:shop=art" />
[7705]6828 <space />
6829 <key key="shop" value="art" />
[8013]6830 <reference ref="name_operator_oh_wheelchair" />
[8060]6831 <reference ref="link_contact_address_payment" />
[7705]6832 </item> <!-- Art -->
[10808]6833 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6834 <link wiki="Tag:shop=frame" />
[7317]6835 <space />
6836 <key key="shop" value="frame" />
[8013]6837 <reference ref="name_operator_oh_wheelchair" />
[8060]6838 <reference ref="link_contact_address_payment" />
[7393]6839 </item> <!-- Frame -->
[10565]6840 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6841 <link wiki="Tag:shop=bed" />
[7317]6842 <space />
6843 <key key="shop" value="bed" />
[8013]6844 <reference ref="name_oh_wheelchair" />
[8060]6845 <reference ref="link_contact_address_payment" />
[7393]6846 </item> <!-- Bed -->
[14959]6847 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6848 <link wiki="Tag:shop=carpet" />
6849 <space />
6850 <key key="shop" value="carpet" />
6851 <reference ref="name_oh_wheelchair" />
6852 <reference ref="link_contact_address_payment" />
6853 </item> <!-- Carpet -->
[10565]6854 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6855 <link wiki="Tag:shop=interior_decoration" />
[7317]6856 <space />
6857 <key key="shop" value="interior_decoration" />
[8013]6858 <reference ref="name_oh_wheelchair" />
[8060]6859 <reference ref="link_contact_address_payment" />
[7393]6860 </item> <!-- Interior Decoration -->
[16714]6861 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6862 <link wiki="Tag:shop=lighting" />
6863 <space />
6864 <key key="shop" value="lighting" />
6865 <reference ref="name_oh_wheelchair" />
6866 <reference ref="link_contact_address_payment" />
6867 </item> <!-- Lighting -->
[10565]6868 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6869 <link wiki="Tag:shop=antiques" />
[7600]6870 <space />
6871 <key key="shop" value="antiques" />
[8013]6872 <reference ref="name_oh_wheelchair" />
[8060]6873 <reference ref="link_contact_address_payment" />
[7600]6874 </item> <!-- Antiques -->
[16265]6875 <separator/>
6876 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6877 <link wiki="Tag:shop=storage_rental" />
6878 <space />
6879 <key key="shop" value="storage_rental" />
6880 <reference ref="name_oh_wheelchair" />
6881 <reference ref="link_contact_address_payment" />
6882 </item> <!-- Storage Rental -->
[7317]6883 </group> <!-- Home decoration -->
[10808]6884 <group name="Printed Material" icon="presets/shop/stationery.svg">
6885 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6886 <link wiki="Tag:shop=stationery" />
[7317]6887 <space />
6888 <key key="shop" value="stationery" />
[8013]6889 <reference ref="name_oh_wheelchair" />
[8060]6890 <reference ref="link_contact_address_payment" />
[7393]6891 </item> <!-- Stationery -->
[10808]6892 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6893 <link wiki="Tag:shop=copyshop" />
[7317]6894 <space />
6895 <key key="shop" value="copyshop" />
[8013]6896 <reference ref="name_operator_oh_wheelchair" />
[8060]6897 <reference ref="link_contact_address_payment" />
[7393]6898 </item> <!-- Copy Shop -->
[10565]6899 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6900 <link wiki="Tag:shop=books" />
[7317]6901 <space />
6902 <key key="shop" value="books" />
[8013]6903 <reference ref="name_brand_oh_wheelchair" />
[15166]6904 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[8060]6905 <reference ref="link_contact_address_payment" />
[7393]6906 </item> <!-- Book Store -->
[10565]6907 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6908 <link wiki="Tag:shop=newsagent" />
[7317]6909 <space />
6910 <key key="shop" value="newsagent" />
[8013]6911 <reference ref="name_oh_wheelchair" />
[8060]6912 <reference ref="link_contact_address_payment" />
[7393]6913 </item> <!-- Newspaper Stand -->
[10565]6914 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6915 <link wiki="Tag:shop=ticket" />
[7317]6916 <space />
6917 <key key="shop" value="ticket" />
[8013]6918 <reference ref="name_oh_wheelchair" />
[8060]6919 <reference ref="link_contact_address_payment" />
[7393]6920 </item> <!-- Ticket -->
6921 </group> <!-- Printed Material -->
[10565]6922 <group name="For the body" icon="presets/shop/body.svg">
[10706]6923 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6924 <link wiki="Tag:shop=chemist" />
[7102]6925 <space />
6926 <key key="shop" value="chemist" />
[8013]6927 <reference ref="name_oh_wheelchair" />
[8060]6928 <reference ref="link_contact_address_payment" />
[7393]6929 </item> <!-- Chemist -->
[10565]6930 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6931 <link wiki="Tag:shop=cosmetics" />
[9550]6932 <space />
6933 <key key="shop" value="cosmetics" />
6934 <reference ref="name_oh_wheelchair" />
6935 <reference ref="link_contact_address_payment" />
6936 </item> <!-- Cosmetics -->
[10565]6937 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6938 <link wiki="Tag:shop=perfumery" />
[9550]6939 <space />
6940 <key key="shop" value="perfumery" />
6941 <reference ref="name_oh_wheelchair" />
6942 <reference ref="link_contact_address_payment" />
6943 </item> <!-- Perfumery -->
[10565]6944 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6945 <link wiki="Tag:shop=beauty" />
[9550]6946 <space />
6947 <key key="shop" value="beauty" />
6948 <reference ref="name_oh_wheelchair" />
6949 <reference ref="link_contact_address_payment" />
6950 </item> <!-- Beauty -->
[10565]6951 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6952 <link wiki="Tag:shop=tobacco" />
[9420]6953 <space />
6954 <key key="shop" value="tobacco" />
6955 <reference ref="name_operator_oh_wheelchair" />
6956 <reference ref="link_contact_address_payment" />
6957 </item> <!-- Tobacco -->
[15466]6958 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6959 <link wiki="Tag:shop=e-cigarette" />
6960 <space />
6961 <key key="shop" value="e-cigarette" />
6962 <reference ref="name_operator_oh_wheelchair" />
6963 <reference ref="link_contact_address_payment" />
6964 </item> <!-- E-cigarette -->
[10706]6965 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6966 <link wiki="Tag:shop=hairdresser" />
[7102]6967 <space />
6968 <key key="shop" value="hairdresser" />
[8013]6969 <reference ref="name_oh_wheelchair" />
[10537]6970 <checkgroup columns="3">
6971 <check key="female" text="Female" />
6972 <check key="male" text="Male" />
6973 <check key="unisex" text="Unisex" />
6974 </checkgroup>
[8060]6975 <reference ref="link_contact_address_payment" />
[7393]6976 </item> <!-- Hairdresser/Barber -->
[14874]6977 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6978 <link wiki="Tag:shop=massage" />
6979 <space />
6980 <key key="shop" value="massage" />
6981 <reference ref="name_oh_wheelchair" />
6982 <reference ref="link_contact_address_payment" />
6983 </item> <!-- Massage -->
[10565]6984 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6985 <link wiki="Tag:shop=tattoo" />
[7705]6986 <space />
6987 <key key="shop" value="tattoo" />
[8013]6988 <reference ref="name_oh_wheelchair" />
[8060]6989 <reference ref="link_contact_address_payment" />
[7705]6990 </item> <!-- Tattoo -->
[10565]6991 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6992 <link wiki="Tag:shop=optician" />
[7102]6993 <space />
6994 <key key="shop" value="optician" />
[8013]6995 <reference ref="name_oh_wheelchair" />
[8060]6996 <reference ref="link_contact_address_payment" />
[7393]6997 </item> <!-- Optician -->
[10808]6998 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6999 <link wiki="Tag:shop=hearing_aids" />
[8027]7000 <space />
7001 <key key="shop" value="hearing_aids" />
7002 <reference ref="name_operator_oh_wheelchair" />
[8060]7003 <reference ref="link_contact_address_payment" />
[8027]7004 </item> <!-- Hearing Aids -->
[10565]7005 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7006 <link wiki="Tag:shop=medical_supply" />
[8053]7007 <space />
7008 <key key="shop" value="medical_supply" />
7009 <reference ref="name_operator_oh_wheelchair" />
[8122]7010 <check key="dispensing" text="Dispensing" />
[8060]7011 <reference ref="link_contact_address_payment" />
[8053]7012 </item> <!-- Medical Supply -->
[10706]7013 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7014 <link wiki="Tag:shop=jewelry" />
[7102]7015 <space />
7016 <key key="shop" value="jewelry" />
[8013]7017 <reference ref="name_operator_oh_wheelchair" />
[8060]7018 <reference ref="link_contact_address_payment" />
[7393]7019 </item> <!-- Jewellery -->
[10808]7020 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7021 <link wiki="Tag:shop=erotic" />
[7102]7022 <space />
7023 <key key="shop" value="erotic" />
[8013]7024 <reference ref="name_operator_oh_wheelchair" />
[12957]7025 <reference ref="min_age" />
[8060]7026 <reference ref="link_contact_address_payment" />
[7393]7027 </item> <!-- Erotic -->
[8890]7028 </group> <!-- For the body -->
[10706]7029 <group name="Other" icon="presets/shop/mall.svg">
7030 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7031 <link wiki="Tag:shop=department_store" />
[8890]7032 <space />
7033 <key key="shop" value="department_store" />
7034 <reference ref="name_operator_oh_wheelchair" />
7035 <reference ref="link_contact_address_payment" />
7036 </item> <!-- Department Store -->
[10706]7037 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7038 <link wiki="Tag:shop=mall" />
[8890]7039 <space />
7040 <key key="shop" value="mall" />
7041 <reference ref="name_operator_oh_wheelchair" />
7042 <reference ref="link_contact_address_payment" />
7043 </item> <!-- Mall -->
[7102]7044 <separator/>
[10706]7045 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7046 <link wiki="Tag:shop=florist" />
[7102]7047 <space />
7048 <key key="shop" value="florist" />
[8013]7049 <reference ref="name_oh_wheelchair" />
[8060]7050 <reference ref="link_contact_address_payment" />
[7393]7051 </item> <!-- Florist -->
[10706]7052 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7053 <link wiki="Tag:shop=garden_centre" />
[7102]7054 <space />
7055 <key key="shop" value="garden_centre" />
[8013]7056 <reference ref="name_brand_oh_wheelchair" />
[8060]7057 <reference ref="link_contact_address_payment" />
[7393]7058 </item> <!-- Garden Centre -->
[7102]7059 <separator/>
[10706]7060 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7061 <link wiki="Tag:shop=doityourself" />
[7102]7062 <space />
7063 <key key="shop" value="doityourself" />
[8013]7064 <reference ref="name_brand_oh_wheelchair" />
[8060]7065 <reference ref="link_contact_address_payment" />
[7393]7066 </item> <!-- Do-It-Yourself Store -->
[10813]7067 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7068 <link wiki="Tag:shop=hardware" />
[7102]7069 <space />
7070 <key key="shop" value="hardware" />
[8013]7071 <reference ref="name_oh_wheelchair" />
[8060]7072 <reference ref="link_contact_address_payment" />
[7393]7073 </item> <!-- Hardware -->
[10808]7074 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7075 <link wiki="Tag:shop=paint" />
[7102]7076 <space />
7077 <key key="shop" value="paint" />
[8013]7078 <reference ref="name_operator_oh_wheelchair" />
[8060]7079 <reference ref="link_contact_address_payment" />
[7393]7080 </item> <!-- Paint -->
[14575]7081 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7082 <link wiki="Tag:shop=gas" />
[14575]7083 <space />
7084 <key key="shop" value="gas" />
7085 <reference ref="name_operator_oh_wheelchair" />
7086 <reference ref="link_contact_address_payment" />
7087 </item> <!-- Gas -->
[16714]7088 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
7089 <link wiki="Tag:shop=wholesale" />
7090 <space />
7091 <key key="shop" value="wholesale" />
7092 <text key="name" text="Name" />
7093 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
7094 <text key="operator" text="Operator" />
7095 <reference ref="oh_wheelchair" />
7096 <reference ref="link_contact_address_payment" />
7097 </item> <!-- Wholesale -->
7098 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
7099 <link wiki="Tag:shop=trade" />
7100 <space />
7101 <key key="shop" value="trade" />
7102 <text key="name" text="Name" />
[16723]7103 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
[16714]7104 <text key="operator" text="Operator" />
7105 <reference ref="oh_wheelchair" />
7106 <reference ref="link_contact_address_payment" />
7107 </item> <!-- Trade -->
[7102]7108 <separator/>
[10808]7109 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7110 <link wiki="Tag:shop=travel_agency" />
[7102]7111 <space />
7112 <key key="shop" value="travel_agency" />
[8013]7113 <reference ref="name_brand_oh_wheelchair" />
[8060]7114 <reference ref="link_contact_address_payment" />
[7393]7115 </item> <!-- Travel Agency -->
[15536]7116 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
7117 <link wiki="Tag:shop=scuba_diving" />
7118 <space />
7119 <key key="shop" value="scuba_diving" />
7120 <reference ref="name_brand_oh_wheelchair" />
7121 <reference ref="link_contact_address_payment" />
7122 </item> <!-- Scuba diving -->
[10808]7123 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7124 <link wiki="Tag:shop=musical_instrument" />
[7102]7125 <space />
7126 <key key="shop" value="musical_instrument" />
[8013]7127 <reference ref="name_operator_oh_wheelchair" />
[8060]7128 <reference ref="link_contact_address_payment" />
[7393]7129 </item> <!-- Musical Instrument -->
[10706]7130 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7131 <link wiki="Tag:shop=toys" />
[7102]7132 <space />
7133 <key key="shop" value="toys" />
[8013]7134 <reference ref="name_oh_wheelchair" />
[8060]7135 <reference ref="link_contact_address_payment" />
[7393]7136 </item> <!-- Toys -->
[10706]7137 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7138 <link wiki="Tag:shop=gift" />
[8890]7139 <space />
7140 <key key="shop" value="gift" />
7141 <reference ref="name_operator_oh_wheelchair" />
7142 <optional>
[14867]7143 <reference ref="religious" />
[8890]7144 </optional>
7145 <reference ref="link_contact_address_payment" />
7146 </item> <!-- Gift/Souvenir -->
[10808]7147 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7148 <link wiki="Tag:shop=variety_store" />
[7102]7149 <space />
7150 <key key="shop" value="variety_store" />
[8013]7151 <reference ref="name_operator_oh_wheelchair" />
[8060]7152 <reference ref="link_contact_address_payment" />
[7393]7153 </item> <!-- Variety Store -->
[15188]7154 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
7155 <link wiki="Tag:shop=party" />
7156 <space />
7157 <key key="shop" value="party" />
7158 <reference ref="name_operator_oh_wheelchair" />
7159 <reference ref="link_contact_address_payment" />
7160 </item> <!-- Party supplies -->
[12612]7161 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7162 <link wiki="Tag:shop=charity" />
[12612]7163 <space />
7164 <key key="shop" value="charity" />
7165 <reference ref="name_operator_oh_wheelchair" />
7166 <reference ref="link_contact_address_payment" />
7167 </item> <!-- Charity -->
[16930]7168 <item name="Second hand" icon="presets/shop/second_hand.svg" type="node,closedway,multipolygon" preset_name_label="true">
7169 <link wiki="Tag:shop=second_hand" />
7170 <space />
7171 <key key="shop" value="second_hand" />
7172 <reference ref="name_operator_oh_wheelchair" />
7173 <space />
7174 <label text="Alternative tagging: `shop=*` + `second_hand=yes` or `second_hand=only`" />
7175 <reference ref="link_contact_address_payment" />
7176 </item> <!-- Second hand -->
[10706]7177 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7178 <link wiki="Tag:shop=bookmaker" />
[7102]7179 <space />
7180 <key key="shop" value="bookmaker" />
[8013]7181 <reference ref="name_operator_oh_wheelchair" />
[8060]7182 <reference ref="link_contact_address_payment" />
[16480]7183 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7184 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7185 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7186 <preset_link preset_name="Casino" text="Similar but different tags:" />
7187 <preset_link preset_name="Lottery" text="Similar but different tags:" />
[7393]7188 </item> <!-- Bookmaker -->
[10706]7189 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7190 <link wiki="Tag:shop=lottery" />
[7102]7191 <space />
7192 <key key="shop" value="lottery" />
[8013]7193 <reference ref="name_operator_oh_wheelchair" />
[8060]7194 <reference ref="link_contact_address_payment" />
[16480]7195 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7196 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7197 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7198 <preset_link preset_name="Casino" text="Similar but different tags:" />
7199 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
[7393]7200 </item> <!-- Lottery -->
[10565]7201 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7202 <link wiki="Tag:shop=bag" />
[7296]7203 <space />
7204 <key key="shop" value="bag" />
[8013]7205 <reference ref="name_oh_wheelchair" />
[8060]7206 <reference ref="link_contact_address_payment" />
[7393]7207 </item> <!-- Bag -->
[10565]7208 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7209 <link wiki="Tag:shop=pet" />
[7296]7210 <space />
7211 <key key="shop" value="pet" />
[8013]7212 <reference ref="name_oh_wheelchair" />
[8060]7213 <reference ref="link_contact_address_payment" />
[7393]7214 </item> <!-- Pet -->
[15434]7215 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
7216 <link wiki="Tag:shop=pet_grooming" />
7217 <space />
7218 <key key="shop" value="pet_grooming" />
7219 <reference ref="name_oh_wheelchair" />
7220 <reference ref="link_contact_address_payment" />
7221 </item> <!-- Pet grooming -->
[10565]7222 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7223 <link wiki="Tag:shop=photo" />
[8868]7224 <space />
7225 <key key="shop" value="photo" />
7226 <reference ref="name_oh_wheelchair" />
7227 <reference ref="link_contact_address_payment" />
7228 </item> <!-- Photo -->
[16714]7229 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
7230 <link wiki="Tag:shop=security" />
7231 <space />
7232 <key key="shop" value="security" />
7233 <reference ref="name_oh_wheelchair" />
7234 <reference ref="link_contact_address_payment" />
7235 </item> <!-- Security -->
[15528]7236 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
7237 <link wiki="Tag:shop=weapons" />
7238 <space />
7239 <key key="shop" value="weapons" />
7240 <reference ref="name_oh_wheelchair" />
7241 <reference ref="link_contact_address_payment" />
7242 </item> <!-- Weapons -->
[10565]7243 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7244 <link wiki="Tag:shop=funeral_directors" />
[7686]7245 <space />
7246 <key key="shop" value="funeral_directors" />
[8013]7247 <reference ref="name_oh_wheelchair" />
[8060]7248 <reference ref="link_contact_address_payment" />
[7686]7249 </item> <!-- Funeral Directors -->
[7102]7250 </group> <!-- Other -->
[7317]7251 <separator/>
[10706]7252 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
[14646]7253 <link wiki="Tag:amenity=vending_machine" />
[7102]7254 <space />
7255 <key key="amenity" value="vending_machine" />
[16763]7256 <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;milk;newspapers;parking_tickets;parcel_pickup;parcel_mail_in;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys" values_searchable="true" />
[7102]7257 <text key="operator" text="Operator" />
7258 <text key="ref" text="Reference number" />
[8059]7259 <preset_link preset_name="Payment Methods" />
[7393]7260 </item> <!-- Vending Machine -->
[10565]7261 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]7262 <link wiki="Key:payment" />
[8059]7263 <space />
[8547]7264 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
[8059]7265 <checkgroup columns="4">
[8547]7266 <check key="payment:coins" text="Coins" match="keyvalue" />
7267 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
[8059]7268 </checkgroup>
7269 <space />
[8547]7270 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
[8059]7271 <checkgroup columns="4">
[8547]7272 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
7273 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
7274 <check key="payment:girocard" text="Girocard" match="keyvalue" />
7275 <check key="payment:laser" text="Laser" match="keyvalue" />
7276 <check key="payment:maestro" text="Maestro" match="keyvalue" />
[13786]7277 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
[8547]7278 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
7279 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
[8059]7280 </checkgroup>
7281 <space />
[8547]7282 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
[8059]7283 <checkgroup columns="4">
[8547]7284 <check key="payment:american_express" text="American Express" match="keyvalue" />
7285 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
7286 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
7287 <check key="payment:jcb" text="JCB" match="keyvalue" />
7288 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
7289 <check key="payment:visa" text="Visa" match="keyvalue" />
[8059]7290 </checkgroup>
7291 <space />
[15892]7292 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
7293 <space />
[8547]7294 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
[8059]7295 <checkgroup columns="4">
[8547]7296 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
7297 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
7298 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
7299 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
7300 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
7301 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
7302 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
7303 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
[8059]7304 </checkgroup>
7305 <space />
[8547]7306 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
[8059]7307 <checkgroup columns="4">
[8547]7308 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
7309 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
7310 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
[8059]7311 </checkgroup>
7312 </item> <!-- Payment Methods -->
[7102]7313 </group> <!-- Shops -->
[10565]7314 <group name="Offices" icon="presets/office/private_company.svg">
7315 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7316 <link wiki="Tag:office=accountant" />
[9011]7317 <space />
7318 <key key="office" value="accountant" />
7319 <reference ref="name_operator_oh_wheelchair" />
7320 <reference ref="link_contact_address" />
[10551]7321 </item> <!-- Accountant -->
[10565]7322 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7323 <link wiki="Tag:office=advertising_agency" />
[9011]7324 <space />
7325 <key key="office" value="advertising_agency" />
7326 <reference ref="name_operator_oh_wheelchair" />
7327 <reference ref="link_contact_address" />
[10551]7328 </item> <!-- Advertising agency -->
[10565]7329 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7330 <link wiki="Tag:office=architect" />
[9011]7331 <space />
7332 <key key="office" value="architect" />
7333 <reference ref="name_operator_oh_wheelchair" />
7334 <reference ref="link_contact_address" />
[10551]7335 </item> <!-- Architect -->
[10565]7336 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7337 <link wiki="Tag:office=association" />
[9011]7338 <space />
7339 <key key="office" value="association" />
7340 <reference ref="name_operator_oh_wheelchair" />
7341 <reference ref="link_contact_address" />
[10551]7342 </item> <!-- Association -->
[10565]7343 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7344 <link wiki="Tag:office=company" />
[9011]7345 <space />
7346 <key key="office" value="company" />
7347 <reference ref="name_oh_wheelchair" />
7348 <reference ref="link_contact_address" />
[10551]7349 </item> <!-- Private company -->
[10565]7350 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7351 <link wiki="Tag:office=educational_institution" />
[9011]7352 <space />
7353 <key key="office" value="educational_institution" />
7354 <reference ref="name_operator_oh_wheelchair" />
7355 <reference ref="link_contact_address" />
[10551]7356 </item> <!-- Educational institution -->
[10565]7357 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7358 <link wiki="Tag:office=employment_agency" />
[9011]7359 <space />
7360 <key key="office" value="employment_agency" />
7361 <reference ref="name_brand_operator_oh_wheelchair" />
7362 <reference ref="link_contact_address" />
[10551]7363 </item> <!-- Employment agency -->
[10565]7364 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7365 <link wiki="Tag:office=estate_agent" />
[9011]7366 <space />
7367 <key key="office" value="estate_agent" />
7368 <reference ref="name_operator_oh_wheelchair" />
7369 <reference ref="link_contact_address" />
[10551]7370 </item> <!-- Estate agent -->
[10565]7371 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7372 <link wiki="Tag:office=foundation" />
[9011]7373 <space />
7374 <key key="office" value="foundation" />
7375 <reference ref="name_brand_operator_oh_wheelchair" />
7376 <reference ref="link_contact_address" />
[10551]7377 </item> <!-- Foundation -->
[10565]7378 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7379 <link wiki="Tag:office=government" />
[9011]7380 <space />
7381 <key key="office" value="government" />
[10544]7382 <text key="name" text="Name" />
[15634]7383 <combo key="government" text="Type" values="administrative,audit,cadaster,culture,customs,data_protection,education,environment,forestry,healthcare,legislative,migration,ministry,pension_fund,prosecutor,public_service,register_office,social_security,social_services,statistics,tax,transportation" />
[10544]7384 <reference ref="oh_wheelchair" />
[9011]7385 <reference ref="link_contact_address" />
[10551]7386 </item> <!-- Government -->
[10565]7387 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7388 <link wiki="Tag:office=insurance" />
[9011]7389 <space />
7390 <key key="office" value="insurance" />
7391 <reference ref="name_brand_operator_oh_wheelchair" />
7392 <reference ref="link_contact_address" />
[10551]7393 </item> <!-- Insurance -->
[10565]7394 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7395 <link wiki="Tag:office=it" />
[9011]7396 <space />
7397 <key key="office" value="it" />
7398 <reference ref="name_oh_wheelchair" />
7399 <reference ref="link_contact_address" />
[10551]7400 </item> <!-- It specialist -->
[10565]7401 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7402 <link wiki="Tag:office=lawyer" />
[9011]7403 <space />
7404 <key key="office" value="lawyer" />
7405 <reference ref="name_operator_oh_wheelchair" />
7406 <reference ref="link_contact_address" />
[10551]7407 </item> <!-- Lawyer -->
[10565]7408 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7409 <link wiki="Tag:office=newspaper" />
[9011]7410 <space />
7411 <key key="office" value="newspaper" />
7412 <reference ref="name_operator_oh_wheelchair" />
7413 <reference ref="link_contact_address" />
[10551]7414 </item> <!-- Newspaper -->
[10565]7415 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7416 <link wiki="Tag:office=ngo" />
[9011]7417 <space />
7418 <key key="office" value="ngo" />
7419 <reference ref="name_brand_operator_oh_wheelchair" />
7420 <reference ref="link_contact_address" />
[10551]7421 </item> <!-- Non-governmental organisation (NGO) -->
[10565]7422 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7423 <link wiki="Tag:office=notary" />
[9011]7424 <space />
7425 <key key="office" value="notary" />
7426 <reference ref="name_oh_wheelchair" />
7427 <reference ref="link_contact_address" />
[10551]7428 </item> <!-- Notary -->
[10565]7429 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7430 <link wiki="Tag:office=political_party" />
[9011]7431 <space />
7432 <key key="office" value="political_party" />
7433 <reference ref="name_oh_wheelchair" />
7434 <reference ref="link_contact_address" />
[10551]7435 </item> <!-- Political party -->
[10565]7436 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7437 <link wiki="Tag:office=religion" />
[9011]7438 <space />
7439 <key key="office" value="religion" />
[14867]7440 <text key="name" text="Name" />
[9011]7441 <reference ref="religious" />
7442 <reference ref="oh_wheelchair" />
7443 <reference ref="link_contact_address" />
[10551]7444 </item> <!-- Religion -->
[10565]7445 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7446 <link wiki="Tag:office=research" />
[9011]7447 <space />
7448 <key key="office" value="research" />
7449 <reference ref="name_operator_oh_wheelchair" />
7450 <reference ref="link_contact_address" />
[10551]7451 </item> <!-- Research -->
[10565]7452 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7453 <link wiki="Tag:office=tax_advisor" />
[9011]7454 <space />
7455 <key key="office" value="tax_advisor" />
7456 <reference ref="name_brand_operator_oh_wheelchair" />
7457 <reference ref="link_contact_address" />
[10551]7458 </item> <!-- Tax advisor -->
[10565]7459 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7460 <link wiki="Tag:office=telecommunication" />
[9011]7461 <space />
7462 <key key="office" value="telecommunication" />
7463 <reference ref="name_brand_operator_oh_wheelchair" />
7464 <reference ref="link_contact_address" />
[10551]7465 </item> <!-- Telecommunication -->
[9011]7466 </group> <!-- Offices -->
[10808]7467 <group name="Craft" icon="presets/craft/painter.svg">
[12404]7468 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7469 <link wiki="Tag:craft=beekeeper" />
[9681]7470 <space />
[12404]7471 <key key="craft" value="beekeeper" />
[9681]7472 <reference ref="name_operator_oh_wheelchair" />
7473 <reference ref="link_contact_address" />
[12404]7474 </item> <!-- Beekeeper -->
7475 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7476 <link wiki="Tag:craft=brewery" />
[9681]7477 <space />
[12404]7478 <key key="craft" value="brewery" />
[9681]7479 <reference ref="name_operator_oh_wheelchair" />
7480 <reference ref="link_contact_address" />
[12404]7481 </item> <!-- Brewery -->
7482 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7483 <link wiki="Tag:craft=winery" />
[9681]7484 <space />
[12404]7485 <key key="craft" value="winery" />
[9681]7486 <reference ref="name_operator_oh_wheelchair" />
7487 <reference ref="link_contact_address" />
[12404]7488 </item> <!-- Winery -->
7489 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7490 <link wiki="Tag:craft=caterer" />
[9681]7491 <space />
[12404]7492 <key key="craft" value="caterer" />
[9681]7493 <reference ref="name_operator_oh_wheelchair" />
7494 <reference ref="link_contact_address" />
[12404]7495 </item> <!-- Caterer -->
7496 <separator/> <!-- food group -->
[15648]7497 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7498 <link wiki="Tag:craft=upholsterer" />
[12404]7499 <space />
7500 <key key="craft" value="upholsterer" />
7501 <reference ref="name_operator_oh_wheelchair" />
7502 <reference ref="link_contact_address" />
7503 </item> <!-- Upholsterer -->
[13833]7504 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7505 <link wiki="Tag:craft=key_cutter" />
[12404]7506 <space />
7507 <key key="craft" value="key_cutter" />
7508 <reference ref="name_operator_oh_wheelchair" />
7509 <reference ref="link_contact_address" />
7510 </item> <!-- Key cutter -->
[13833]7511 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7512 <link wiki="Tag:craft=locksmith" />
[12404]7513 <space />
7514 <key key="craft" value="locksmith" />
7515 <reference ref="name_operator_oh_wheelchair" />
7516 <reference ref="link_contact_address" />
7517 </item> <!-- Locksmith -->
[14363]7518 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7519 <link wiki="Tag:craft=electrician" />
[9681]7520 <space />
7521 <key key="craft" value="electrician" />
7522 <reference ref="name_operator_oh_wheelchair" />
7523 <reference ref="link_contact_address" />
7524 </item> <!-- Electrician -->
[10808]7525 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7526 <link wiki="Tag:craft=plumber" />
[9681]7527 <space />
7528 <key key="craft" value="plumber" />
7529 <reference ref="name_operator_oh_wheelchair" />
7530 <reference ref="link_contact_address" />
7531 </item> <!-- Plumber -->
[15170]7532 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7533 <link wiki="Tag:craft=hvac" />
[9681]7534 <space />
7535 <key key="craft" value="hvac" />
7536 <reference ref="name_operator_oh_wheelchair" />
7537 <reference ref="link_contact_address" />
7538 </item> <!-- Hvac -->
[10808]7539 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7540 <link wiki="Tag:craft=painter" />
[9681]7541 <space />
7542 <key key="craft" value="painter" />
7543 <reference ref="name_operator_oh_wheelchair" />
7544 <reference ref="link_contact_address" />
7545 </item> <!-- Painter -->
[12404]7546 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7547 <link wiki="Tag:craft=tiler" />
[9681]7548 <space />
[12404]7549 <key key="craft" value="tiler" />
[9681]7550 <reference ref="name_operator_oh_wheelchair" />
7551 <reference ref="link_contact_address" />
[12404]7552 </item> <!-- Tiler -->
7553 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7554 <link wiki="Tag:craft=window_construction" />
[12404]7555 <space />
7556 <key key="craft" value="window_construction" />
7557 <reference ref="name_operator_oh_wheelchair" />
7558 <reference ref="link_contact_address" />
7559 </item> <!-- Window construction -->
[15341]7560 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7561 <link wiki="Tag:craft=carpenter" />
[12404]7562 <space />
7563 <key key="craft" value="carpenter" />
7564 <reference ref="name_operator_oh_wheelchair" />
7565 <reference ref="link_contact_address" />
7566 </item> <!-- Carpenter -->
7567 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7568 <link wiki="Tag:craft=roofer" />
[12404]7569 <space />
7570 <key key="craft" value="roofer" />
7571 <reference ref="name_operator_oh_wheelchair" />
7572 <reference ref="link_contact_address" />
7573 </item> <!-- Roofer -->
7574 <separator/> <!-- apartment/house group -->
[16250]7575 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7576 <link wiki="Tag:craft=photographer" />
[12404]7577 <space />
7578 <key key="craft" value="photographer" />
7579 <reference ref="name_operator_oh_wheelchair" />
7580 <reference ref="link_contact_address" />
7581 </item> <!-- Photographer -->
[9681]7582 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7583 <link wiki="Tag:craft=handicraft" />
[9681]7584 <space />
7585 <key key="craft" value="handicraft" />
7586 <reference ref="name_operator_oh_wheelchair" />
7587 <reference ref="link_contact_address" />
7588 </item> <!-- Handicraft -->
[10808]7589 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7590 <link wiki="Tag:craft=pottery" />
[9681]7591 <space />
7592 <key key="craft" value="pottery" />
7593 <reference ref="name_operator_oh_wheelchair" />
7594 <reference ref="link_contact_address" />
7595 </item> <!-- Pottery -->
[15648]7596 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7597 <link wiki="Tag:craft=gardener" />
[9681]7598 <space />
[12404]7599 <key key="craft" value="gardener" />
[9681]7600 <reference ref="name_operator_oh_wheelchair" />
7601 <reference ref="link_contact_address" />
[12404]7602 </item> <!-- Gardener -->
[15648]7603 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7604 <link wiki="Tag:craft=shoemaker" />
[9681]7605 <space />
[12404]7606 <key key="craft" value="shoemaker" />
[9681]7607 <reference ref="name_operator_oh_wheelchair" />
7608 <reference ref="link_contact_address" />
[12404]7609 </item> <!-- Shoemaker -->
7610 <separator/> <!-- other "soft"/art craft group -->
[14998]7611 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7612 <link wiki="Tag:craft=sawmill" />
[9681]7613 <space />
[12404]7614 <key key="craft" value="sawmill" />
[9681]7615 <reference ref="name_operator_oh_wheelchair" />
7616 <reference ref="link_contact_address" />
[12404]7617 </item> <!-- Sawmill -->
[15931]7618 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7619 <link wiki="Tag:craft=stonemason" />
[9681]7620 <space />
[12404]7621 <key key="craft" value="stonemason" />
[9681]7622 <reference ref="name_operator_oh_wheelchair" />
7623 <reference ref="link_contact_address" />
[12404]7624 </item> <!-- Stonemason -->
[15955]7625 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7626 <link wiki="Tag:craft=blacksmith" />
[9681]7627 <space />
7628 <key key="craft" value="blacksmith" />
7629 <reference ref="name_operator_oh_wheelchair" />
7630 <reference ref="link_contact_address" />
7631 </item> <!-- Blacksmith -->
[15341]7632 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7633 <link wiki="Tag:craft=metal_construction" />
[9681]7634 <space />
[12404]7635 <key key="craft" value="metal_construction" />
[9681]7636 <reference ref="name_operator_oh_wheelchair" />
7637 <reference ref="link_contact_address" />
[12404]7638 </item> <!-- Metal construction -->
7639 <!-- other "hard" craft group -->
[9681]7640 </group> <!-- Craft -->
[10706]7641 <group name="Geography" icon="presets/landmark/peak.svg">
[10808]7642 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7643 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7644 <link wiki="Tag:boundary=administrative" />
[7102]7645 <space />
7646 <key key="boundary" value="administrative" />
7647 <text key="name" text="Name" />
[9050]7648 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
[8010]7649 <check key="maritime" text="Maritime" disable_off="true" />
[7393]7650 </item> <!-- Administrative -->
[10808]7651 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7652 <link wiki="Tag:boundary=political" />
[7102]7653 <space />
7654 <key key="boundary" value="political" />
[7316]7655 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
[7102]7656 <text key="name" text="Name" />
[7393]7657 </item> <!-- Political -->
[10808]7658 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7659 <link wiki="Tag:boundary=postal_code" />
[7102]7660 <space />
7661 <key key="boundary" value="postal_code" />
7662 <text key="postal_code" text="Postal Code" />
[7393]7663 </item> <!-- Postal Code -->
[10808]7664 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7665 <link wiki="Tag:boundary=national_park" />
[7102]7666 <space />
7667 <key key="boundary" value="national_park" />
7668 <text key="name" text="Name" />
[7393]7669 </item> <!-- National Park -->
[10808]7670 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7671 <link wiki="Tag:boundary=protected_area" />
[7718]7672 <space />
7673 <key key="boundary" value="protected_area" />
[7972]7674 <text key="protect_class" text="Protect Class" length="2" />
[7723]7675 <text key="protection_title" text="Title or type of protection" />
[7718]7676 <optional>
[8013]7677 <reference ref="name_operator" />
7678 <reference ref="oh" />
[16861]7679 <reference ref="wikipedia_wikidata" />
[7718]7680 <text key="start_date" text="Start date" />
7681 </optional>
7682 </item> <!-- Protected Area -->
[10808]7683 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7684 <link wiki="Tag:boundary=maritime" />
[8010]7685 <space />
7686 <key key="boundary" value="maritime" />
[15170]7687 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
[8010]7688 <text key="name" text="Name" />
7689 </item> <!-- Maritime -->
[7102]7690 </group> <!-- Boundaries -->
[10808]7691 <group name="Places" icon="presets/place/isolated_dwelling.svg">
[16245]7692 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7693 <link wiki="Tag:place=continent" />
[7102]7694 <space />
7695 <key key="place" value="continent" />
[16861]7696 <reference ref="name_wikipedia_wikidata" />
[7940]7697 </item> <!-- Continent -->
[16245]7698 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7699 <link wiki="Tag:place=country" />
[7393]7700 <space />
[7102]7701 <key key="place" value="country" />
[16861]7702 <reference ref="name_wikipedia_wikidata" />
[7393]7703 </item> <!-- Country -->
[16245]7704 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7705 <link wiki="Tag:place=state" />
[7102]7706 <space />
7707 <key key="place" value="state" />
[16861]7708 <reference ref="name_wikipedia_wikidata" />
[7393]7709 </item> <!-- State -->
[16245]7710 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7711 <link wiki="Tag:place=region" />
[7102]7712 <space />
7713 <key key="place" value="region" />
[16861]7714 <reference ref="name_wikipedia_wikidata" />
[7393]7715 </item> <!-- Region -->
[16245]7716 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7717 <link wiki="Tag:place=county" />
[7102]7718 <space />
7719 <key key="place" value="county" />
[16861]7720 <reference ref="name_wikipedia_wikidata" />
[7102]7721 <reference ref="population_postcode_website" />
[7393]7722 </item> <!-- County -->
[7102]7723 <separator/>
[16245]7724 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7725 <link wiki="Tag:place=city" />
[7102]7726 <space />
7727 <key key="place" value="city" />
[16861]7728 <reference ref="name_wikipedia_wikidata" />
[7102]7729 <reference ref="population_postcode_website" />
[7393]7730 </item> <!-- City -->
[16245]7731 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7732 <link wiki="Tag:place=town" />
[7102]7733 <space />
7734 <key key="place" value="town" />
[16861]7735 <reference ref="name_wikipedia_wikidata" />
[7102]7736 <reference ref="population_postcode_website" />
[7393]7737 </item> <!-- Town -->
[16245]7738 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7739 <link wiki="Tag:place=village" />
[7102]7740 <space />
7741 <key key="place" value="village" />
[16861]7742 <reference ref="name_wikipedia_wikidata" />
[7102]7743 <reference ref="population_postcode_website" />
[7393]7744 </item> <!-- Village -->
[16245]7745 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7746 <link wiki="Tag:place=hamlet" />
[7102]7747 <space />
7748 <key key="place" value="hamlet" />
[16861]7749 <reference ref="name_wikipedia_wikidata" />
[7102]7750 <reference ref="population_postcode_website" />
[7393]7751 </item> <!-- Hamlet -->
[16245]7752 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7753 <link wiki="Tag:place=isolated_dwelling" />
[7102]7754 <space />
7755 <key key="place" value="isolated_dwelling" />
[16861]7756 <reference ref="name_wikipedia_wikidata" />
[7102]7757 <reference ref="population_postcode_website" />
[7393]7758 </item> <!-- Isolated Dwelling -->
[7102]7759 <separator/>
[16245]7760 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7761 <link wiki="Tag:place=suburb" />
[7984]7762 <space />
7763 <key key="place" value="suburb" />
[16861]7764 <reference ref="name_wikipedia_wikidata" />
[7984]7765 <reference ref="population_postcode_website" />
7766 </item> <!-- Suburb -->
[16245]7767 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7768 <link wiki="Tag:place=quarter" />
[12998]7769 <space />
7770 <key key="place" value="quarter" />
[16861]7771 <reference ref="name_wikipedia_wikidata" />
[12998]7772 <text key="population" text="Population" />
7773 <text key="website" text="Website" />
7774 </item> <!-- Quarter -->
[16245]7775 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7776 <link wiki="Tag:place=neighbourhood" />
[7984]7777 <space />
7778 <key key="place" value="neighbourhood" />
[16861]7779 <reference ref="name_wikipedia_wikidata" />
[7984]7780 <text key="population" text="Population" />
7781 <text key="website" text="Website" />
7782 </item> <!-- Neighbourhood -->
[16245]7783 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7784 <link wiki="Tag:place=farm" />
[7984]7785 <space />
7786 <label text="A farm within a bigger settlement" />
7787 <label text="(please use isolated_dwelling for an isolated farm)" />
7788 <key key="place" value="farm" />
[16861]7789 <reference ref="name_wikipedia_wikidata" />
[7984]7790 <reference ref="population_postcode_website" />
7791 </item> <!-- Farm -->
7792 <separator/>
[16245]7793 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7794 <link wiki="Tag:place=locality" />
[7102]7795 <space />
7796 <key key="place" value="locality" />
[16861]7797 <reference ref="name_wikipedia_wikidata" />
[7393]7798 </item> <!-- Locality -->
[13383]7799 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7800 <link wiki="Tag:place=square" />
[13382]7801 <space />
7802 <key key="place" value="square" />
[16861]7803 <reference ref="name_wikipedia_wikidata" />
[13382]7804 </item> <!-- Square -->
[7102]7805 </group> <!-- Places -->
[10706]7806 <group name="Geography" icon="presets/landmark/peak.svg">
7807 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
[14646]7808 <link wiki="Tag:natural=peak" />
[7381]7809 <label text="The top (summit) of a mountain or hill." />
[7102]7810 <space />
7811 <key key="natural" value="peak" />
[16861]7812 <reference ref="name_wikipedia_wikidata" />
[16707]7813 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7814 </item> <!-- Peak -->
[10706]7815 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
[14646]7816 <link wiki="Tag:natural=saddle" />
[7381]7817 <label text="A saddle point between mountains or hills." />
[7102]7818 <space/>
7819 <key key="natural" value="saddle" />
[16861]7820 <reference ref="name_wikipedia_wikidata" />
[16707]7821 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7822 </item> <!-- Saddle -->
[10706]7823 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7824 <link wiki="Tag:natural=glacier" />
[7381]7825 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
[7102]7826 <space />
7827 <key key="natural" value="glacier" />
[16861]7828 <reference ref="name_wikipedia_wikidata" />
[16707]7829 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7830 </item> <!-- Glacier -->
[10706]7831 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
[14646]7832 <link wiki="Tag:natural=volcano" />
[7381]7833 <label text="A volcano, either dormant, extinct or active." />
[7102]7834 <space />
7835 <key key="natural" value="volcano" />
[16861]7836 <reference ref="name_wikipedia_wikidata" />
[16707]7837 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7838 <optional>
7839 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7840 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7841 </optional>
7842 </item> <!-- Volcano -->
[10706]7843 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
[14646]7844 <link wiki="Tag:natural=ridge" />
[8135]7845 <label text="A mountain or hill ridge." />
7846 <space />
7847 <key key="natural" value="ridge" />
[16861]7848 <reference ref="name_wikipedia_wikidata" />
[16707]7849 <text key="ele" text="Elevation (meters)" length="10" />
[8135]7850 </item> <!-- Ridge -->
[10706]7851 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
[14646]7852 <link wiki="Tag:natural=valley" />
[8135]7853 <label text="A low area between hills." />
7854 <space />
7855 <key key="natural" value="valley" />
[16861]7856 <reference ref="name_wikipedia_wikidata" />
[8135]7857 </item> <!-- Valley -->
[10565]7858 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]7859 <link wiki="Tag:natural=cliff" />
[9456]7860 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7861 <space />
7862 <key key="natural" value="cliff" />
7863 <text key="name" text="Name" />
[16474]7864 <text key="height" text="Height (meters)" length="7" />
[9456]7865 </item> <!-- Cliff -->
[10808]7866 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
[14646]7867 <link wiki="Tag:natural=cave_entrance" />
[7381]7868 <label text="The entrance to a cave." />
[7102]7869 <space />
7870 <key key="natural" value="cave_entrance" />
[16861]7871 <reference ref="name_wikipedia_wikidata" />
[8013]7872 <reference ref="oh_wheelchair" />
[16474]7873 <reference ref="POI_access" />
[7620]7874 <reference ref="fee" />
[7381]7875 </item> <!-- Cave Entrance -->
[7102]7876 <separator/>
[10706]7877 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7878 <link wiki="Tag:place=island" />
[7102]7879 <space />
7880 <key key="place" value="island" />
[16861]7881 <reference ref="name_wikipedia_wikidata" />
[7393]7882 </item> <!-- Island -->
[10706]7883 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7884 <link wiki="Tag:place=islet" />
[7102]7885 <space />
7886 <key key="place" value="islet" />
[16861]7887 <reference ref="name_wikipedia_wikidata" />
[7393]7888 </item> <!-- Islet -->
[10724]7889 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7890 <link wiki="Tag:natural=reef" />
[10676]7891 <space />
7892 <key key="natural" value="reef" />
7893 <text key="name" text="Name" />
7894 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
[10707]7895 </item> <!-- Reef -->
[7102]7896 </group> <!-- Geography -->
[10706]7897 <group name="Nature" icon="presets/landmark/trees.svg">
7898 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
[14646]7899 <link wiki="Tag:natural=tree" />
[7381]7900 <label text="A single tree." />
[7102]7901 <space />
7902 <key key="natural" value="tree" />
[13786]7903 <reference ref="leaf_without_mixed" />
[13481]7904 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7905 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7906 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7907 <list_entry value="avenue" short_description="Trees aligned along a road." />
7908 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7909 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7910 </combo>
[13786]7911 <optional>
7912 <reference ref="genus_species_taxon" />
7913 <space />
[16474]7914 <text key="height" text="Height (meters)" length="7" />
[13786]7915 <text key="diameter_crown" text="Diameter crown (meters)" />
7916 <text key="circumference" text="Circumference (meters)" />
7917 <space />
7918 <text key="name" text="Name" />
7919 <text key="start_date" text="Start date" />
7920 </optional>
[7381]7921 </item> <!-- Tree -->
[10706]7922 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
[14646]7923 <link wiki="Tag:natural=tree_row" />
[7381]7924 <label text="A line of trees." />
7925 <space />
[7102]7926 <key key="natural" value="tree_row" />
[13786]7927 <reference ref="leaf" />
[7222]7928 <optional>
[12325]7929 <reference ref="genus_species_taxon" />
[16474]7930 <text key="height" text="Height (meters)" length="7" />
[7222]7931 </optional>
[7381]7932 </item> <!-- Tree Row -->
[16266]7933 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
[14646]7934 <link wiki="Tag:natural=wood" />
[7381]7935 <label text="Woodland where timber production does not dominate use." />
[7102]7936 <space />
7937 <key key="natural" value="wood" />
7938 <text key="name" text="Name" />
[7222]7939 <reference ref="leaf" />
[7381]7940 </item> <!-- Wood -->
[10706]7941 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7942 <link wiki="Tag:landuse=forest" />
[7102]7943 <space />
7944 <key key="landuse" value="forest" />
[7222]7945 <reference ref="leaf" />
[12908]7946 <reference ref="optional_name" />
[7381]7947 </item> <!-- Forest -->
[10706]7948 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
[14646]7949 <link wiki="Tag:man_made=cutline" />
[8147]7950 <space />
7951 <key key="man_made" value="cutline" />
7952 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7953 </item> <!-- Cutline -->
[10706]7954 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7955 <link wiki="Tag:natural=grassland" />
[7381]7956 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
[7102]7957 <space />
7958 <key key="natural" value="grassland" />
7959 <text key="name" text="Name" />
7960 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
[7381]7961 </item> <!-- Grassland -->
[14830]7962 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7963 <link wiki="Tag:leisure=nature_reserve" />
[7102]7964 <space />
7965 <key key="leisure" value="nature_reserve" />
7966 <text key="name" text="Name" />
[7381]7967 </item> <!-- Nature Reserve -->
[7102]7968 <separator/>
[10996]7969 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7970 <link wiki="Tag:natural=scree" />
[10996]7971 <label text="An accumulation of loose angular rocks." />
[7102]7972 <space />
7973 <key key="natural" value="scree" />
7974 <text key="name" text="Name" />
[7381]7975 </item> <!-- Scree -->
[10996]7976 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7977 <link wiki="Tag:natural=shingle" />
[10996]7978 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7979 <space />
7980 <key key="natural" value="shingle" />
7981 <text key="name" text="Name" />
7982 </item> <!-- Shingle -->
[10706]7983 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
[14646]7984 <link wiki="Tag:natural=fell" />
[7381]7985 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
[7102]7986 <space />
7987 <key key="natural" value="fell" />
7988 <text key="name" text="Name" />
[7381]7989 </item> <!-- Fell -->
[10706]7990 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7991 <link wiki="Tag:natural=scrub" />
[7381]7992 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
[7102]7993 <space />
7994 <key key="natural" value="scrub" />
7995 <text key="name" text="Name" />
[7381]7996 <optional>
7997 <reference ref="leaf" />
7998 </optional>
7999 </item> <!-- Scrub -->
[10706]8000 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
[14646]8001 <link wiki="Tag:natural=heath" />
[7381]8002 <label text="Bare lower lying uncultivated land with a shrubland habitat found mainly on free-draining infertile, acidic soils, and is characterised by open, low-growing woody vegetation." />
[7102]8003 <space />
8004 <key key="natural" value="heath" />
8005 <text key="name" text="Name" />
[7381]8006 </item> <!-- Heath -->
[10706]8007 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8008 <link wiki="Tag:natural=sand" />
[7381]8009 <label text="Large area covered with sand." />
[7102]8010 <space />
8011 <key key="natural" value="sand" />
8012 <text key="name" text="Name" />
[7381]8013 </item> <!-- Sand -->
[10706]8014 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
[14646]8015 <link wiki="Tag:natural=bare_rock" />
[7381]8016 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
8017 <space />
8018 <key key="natural" value="bare_rock" />
8019 <text key="name" text="Name" />
8020 </item> <!-- Bare Rock -->
[10565]8021 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
[14646]8022 <link wiki="Tag:natural=rock" />
[8003]8023 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
8024 <space />
8025 <key key="natural" value="rock" />
[16861]8026 <reference ref="name_wikipedia_wikidata" />
[8003]8027 <optional>
8028 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
8029 </optional>
8030 </item> <!-- Rock -->
[10565]8031 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
[14646]8032 <link wiki="Tag:natural=stone" />
[7381]8033 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
8034 <space />
8035 <key key="natural" value="stone" />
[16861]8036 <reference ref="name_wikipedia_wikidata" />
[7381]8037 <optional>
8038 <text key="height" text="Height (meters)" length="7" />
8039 <text key="width" text="Width (meters)" />
8040 </optional>
8041 </item> <!-- Stone -->
[7102]8042 </group> <!-- Nature -->
[10808]8043 <group name="Land use" icon="presets/landuse/farmland.svg">
8044 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8045 <link wiki="Tag:landuse=farmyard" />
[7102]8046 <space />
8047 <key key="landuse" value="farmyard" />
[12908]8048 <reference ref="optional_name" />
[7393]8049 </item> <!-- Farmyard -->
[10808]8050 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8051 <link wiki="Tag:landuse=farmland" />
[7102]8052 <space />
8053 <key key="landuse" value="farmland" />
[16831]8054 <optional>
8055 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
8056 <text key="name" text="Name" />
8057 <check key="irrigation" text="Center pivot irrigation" value_on="pivot" disable_off="true" />
8058 </optional>
[7393]8059 </item> <!-- Farmland -->
[10706]8060 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8061 <link wiki="Tag:landuse=meadow" />
[7102]8062 <space />
8063 <key key="landuse" value="meadow" />
[12908]8064 <reference ref="optional_name" />
[7393]8065 </item> <!-- Meadow -->
[10706]8066 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8067 <link wiki="Tag:landuse=orchard" />
[7102]8068 <space />
8069 <key key="landuse" value="orchard" />
[16506]8070 <combo key="trees" text="Trees" values="almond_trees,apple_trees,apricot_trees,avocado_trees,banana_plants,blueberry_plants,cacao_trees,cherimoya_trees,cherry_trees,chestnut_trees,coconut_palms,coffea_plants,date_palms,hazel_plants,hop_plants,lemon_trees,macadamia_trees,mango_trees,oil_palms,olive_trees,orange_trees,papaya_trees,peach_trees,pear_trees,pecan_trees,persimmon_trees,pineapple_plants,pistachio_trees,pitaya_plants,plum_trees,pomegranate_trees,tea_plants,walnut_trees" />
[12908]8071 <reference ref="optional_name" />
[7393]8072 </item> <!-- Orchard -->
[10808]8073 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8074 <link wiki="Tag:landuse=vineyard" />
[7102]8075 <space />
8076 <key key="landuse" value="vineyard" />
[12934]8077 <key key="crop" value="grape" match="keyvalue" />
[12908]8078 <reference ref="optional_name" />
[7393]8079 </item> <!-- Vineyard -->
[10808]8080 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8081 <link wiki="Tag:landuse=greenhouse_horticulture" />
[7102]8082 <space />
8083 <key key="landuse" value="greenhouse_horticulture" />
[12908]8084 <reference ref="optional_name_operator" />
[7393]8085 </item> <!-- Greenhouse Horticulture -->
[10808]8086 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8087 <link wiki="Tag:landuse=plant_nursery" />
[13786]8088 <key key="landuse" value="plant_nursery" />
8089 <reference ref="optional_name_operator" />
[7102]8090 <space />
[13786]8091 <reference ref="leaf" />
[12325]8092 <reference ref="genus_species_taxon" />
[7393]8093 </item> <!-- Plant Nursery -->
[13008]8094 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8095 <link wiki="Tag:landuse=salt_pond" />
[13008]8096 <space />
8097 <key key="landuse" value="salt_pond" />
8098 <reference ref="optional_name_operator" />
8099 </item> <!-- Salt Pond -->
[10798]8100 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8101 <link wiki="Tag:landuse=aquaculture" />
[10798]8102 <space />
8103 <key key="landuse" value="aquaculture" />
8104 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
[12908]8105 <reference ref="optional_name_operator" />
[10798]8106 </item> <!-- Aquaculture -->
[13383]8107 <separator/>
[10706]8108 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8109 <link wiki="Tag:landuse=allotments" />
[7102]8110 <space />
8111 <key key="landuse" value="allotments" />
[12908]8112 <reference ref="optional_name" />
[7393]8113 </item> <!-- Allotments -->
[15697]8114 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
8115 <link wiki="Tag:landuse=flowerbed" />
8116 <space />
8117 <key key="landuse" value="flowerbed" />
8118 <optional>
8119 <text key="operator" text="Operator" />
8120 <reference ref="genus_species_taxon" />
8121 </optional>
8122 </item> <!-- Flowerbed -->
[10808]8123 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]8124 <link wiki="Tag:leisure=garden" />
[7102]8125 <space />
8126 <key key="leisure" value="garden" />
[12908]8127 <reference ref="optional_name" />
[7393]8128 </item> <!-- Garden -->
[10706]8129 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8130 <link wiki="Tag:landuse=grass" />
[7102]8131 <space />
8132 <key key="landuse" value="grass" />
[12908]8133 <reference ref="optional_name" />
[7393]8134 </item> <!-- Grass -->
[10808]8135 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8136 <link wiki="Tag:landuse=village_green" />
[7102]8137 <space />
8138 <key key="landuse" value="village_green" />
[12908]8139 <reference ref="optional_name" />
[7393]8140 </item> <!-- Village Green -->
[10808]8141 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8142 <link wiki="Tag:leisure=park" />
[7102]8143 <space />
8144 <key key="leisure" value="park" />
[12908]8145 <reference ref="optional_name" />
[7393]8146 </item> <!-- Park -->
[10808]8147 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8148 <link wiki="Tag:landuse=recreation_ground" />
[7102]8149 <space />
8150 <key key="landuse" value="recreation_ground" />
[12908]8151 <reference ref="optional_name" />
[7393]8152 </item> <!-- Recreation Ground -->
[7102]8153 <separator/>
[15169]8154 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
8155 <link wiki="Tag:landuse=religious" />
[7102]8156 <space />
[15169]8157 <key key="landuse" value="religious" />
[14867]8158 <text key="name" text="Name" />
[7311]8159 <reference ref="religious" />
[15169]8160 </item> <!-- Religious -->
[10706]8161 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8162 <link wiki="Tag:landuse=cemetery" />
[7102]8163 <space />
8164 <key key="landuse" value="cemetery" />
[14867]8165 <text key="name" text="Name" />
[7311]8166 <reference ref="religious" />
[7393]8167 </item> <!-- Cemetery -->
[15169]8168 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
8169 <link wiki="Tag:amenity=grave_yard" />
[7311]8170 <space />
[15169]8171 <key key="amenity" value="grave_yard" />
[14867]8172 <text key="name" text="Name" />
[7311]8173 <reference ref="religious" />
[15169]8174 </item> <!-- Graveyard -->
8175 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
8176 <link wiki="Tag:cemetery=sector" />
8177 <space />
8178 <key key="cemetery" value="sector" />
8179 <optional>
8180 <text key="ref" text="Reference" />
8181 <text key="name" text="Name" />
8182 </optional>
8183 </item> <!-- Cemetery sector-->
8184 <separator/>
8185 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
8186 <link wiki="Tag:landuse=residential" />
8187 <space />
8188 <key key="landuse" value="residential" />
8189 <reference ref="optional_name" />
8190 </item> <!-- Residential Area -->
[10706]8191 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8192 <link wiki="Tag:landuse=retail" />
[7102]8193 <space />
8194 <key key="landuse" value="retail" />
[12908]8195 <reference ref="optional_name" />
[7393]8196 </item> <!-- Retail -->
[10706]8197 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8198 <link wiki="Tag:landuse=commercial" />
[7102]8199 <space />
8200 <key key="landuse" value="commercial" />
[12908]8201 <reference ref="optional_name" />
[7393]8202 </item> <!-- Commercial -->
[10706]8203 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8204 <link wiki="Tag:landuse=industrial" />
[7102]8205 <space />
8206 <key key="landuse" value="industrial" />
[12611]8207 <combo key="industrial" text="Type" values="bakery,brewery,brickyard,depot,distributor,factory,grinding_mill,heating_station,machine_shop,mine,oil,port,salt_pond,sawmill,scrap_yard,shipyard,slaughterhouse,warehouse" values_context="industrial" />
[12908]8208 <reference ref="optional_name" />
[7393]8209 </item> <!-- Industrial -->
[10808]8210 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8211 <link wiki="Tag:landuse=garages" />
[7102]8212 <space />
8213 <key key="landuse" value="garages" />
[12908]8214 <reference ref="optional_name_operator" />
[7393]8215 </item> <!-- Garages -->
[10808]8216 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8217 <link wiki="Tag:landuse=railway" />
[7102]8218 <space />
8219 <key key="landuse" value="railway" />
[12908]8220 <reference ref="optional_name" />
[7393]8221 </item> <!-- Railway Land -->
[10706]8222 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8223 <link wiki="Tag:landuse=military" />
[7102]8224 <space />
8225 <key key="landuse" value="military" />
[12908]8226 <reference ref="optional_name" />
[7393]8227 </item> <!-- Military -->
[7102]8228 <separator/>
[10706]8229 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8230 <link wiki="Tag:landuse=construction" />
[7102]8231 <space />
8232 <key key="landuse" value="construction" />
[12908]8233 <reference ref="optional_name" />
[7393]8234 </item> <!-- Construction Area -->
[10808]8235 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8236 <link wiki="Tag:landuse=brownfield" />
[7102]8237 <space />
8238 <key key="landuse" value="brownfield" />
[12908]8239 <reference ref="optional_name" />
[7393]8240 </item> <!-- Brownfield -->
[10808]8241 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8242 <link wiki="Tag:landuse=greenfield" />
[7102]8243 <space />
8244 <key key="landuse" value="greenfield" />
[12908]8245 <reference ref="optional_name" />
[7393]8246 </item> <!-- Greenfield -->
[10706]8247 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8248 <link wiki="Tag:landuse=landfill" />
[7102]8249 <space />
8250 <key key="landuse" value="landfill" />
[12908]8251 <reference ref="optional_name" />
[7393]8252 </item> <!-- Landfill -->
[10706]8253 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]8254 <link wiki="Tag:landuse=quarry" />
[7102]8255 <space />
8256 <key key="landuse" value="quarry" />
8257 <reference ref="name_operator" />
[16787]8258 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
[7393]8259 </item> <!-- Quarry -->
[7102]8260 </group> <!-- Landuse -->
[7393]8261 </group> <!-- Geography -->
[10808]8262 <group name="Annotation" icon="presets/misc/housenumber.svg">
[16245]8263 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8264 <link wiki="Key:name" />
[7102]8265 <space />
8266 <text key="name" text="Name" />
8267 <optional>
8268 <text key="alt_name" text="Alternative name" match="key" />
8269 <text key="old_name" text="Historical name" match="key" />
8270 <text key="loc_name" text="Local name" match="key" />
8271 <text key="reg_name" text="Regional name" match="key" />
8272 <text key="nat_name" text="National name" match="key" />
8273 <text key="int_name" text="International name" match="key" />
8274 <text key="official_name" text="Official name" match="key" />
8275 <text key="short_name" text="Common name abbreviation" match="key" />
8276 </optional>
[7393]8277 </item> <!-- Name -->
[16245]8278 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8279 <link wiki="Key:addr" />
[7102]8280 <space />
8281 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
[8866]8282 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
[7102]8283 <optional>
[7410]8284 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
[7102]8285 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
8286 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
8287 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
8288 </optional>
[7399]8289 <optional text="Optional values for specific countries">
[11463]8290 <text key="addr:unit" text="Unit/Suite" match="key" />
[7806]8291 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
[7399]8292 <text key="addr:hamlet" text="Hamlet" match="key" />
8293 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
8294 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
8295 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
[7430]8296 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
[16744]8297 <!-- US States as defined in ISO 3166-2 -->
[8001]8298 <combo key="addr:state" text="State" text_context="addr:" values="AL,AK,AZ,AR,CA,CO,CT,DE,FL,GA,HI,ID,IL,IN,IA,KS,KY,LA,ME,MD,MA,MI,MN,MS,MO,MT,NE,NV,NH,NJ,NM,NY,NC,ND,OH,OK,OR,PA,RI,SC,SD,TN,TX,UT,VT,VA,WA,WV,WI,DC,AS,GU,MP,PR,UM,VI" use_last_as_default="force" match="key" />
[7399]8299 </optional>
[10854]8300 </item> <!-- Address -->
[10808]8301 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
[14646]8302 <link wiki="Key:addr" />
[7102]8303 <space />
8304 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
8305 <optional>
8306 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
8307 </optional>
[7393]8308 </item> <!-- Address Interpolation -->
[16245]8309 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8310 <link wiki="Annotations" />
[7102]8311 <space />
[8669]8312 <text key="website" text="Website" match="key" />
8313 <text key="email" text="Email Address" match="key" />
8314 <space />
[13761]8315 <text key="phone" text="Phone number" match="key" />
[7102]8316 <text key="fax" text="Fax Number" match="key" />
[13785]8317 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7102]8318 <space />
[16861]8319 <reference ref="wikipedia_wikidata" />
[7102]8320 <text key="image" text="Image" />
[16474]8321 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
[7393]8322 </item> <!-- Contact (Common Schema) -->
[16245]8323 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8324 <link wiki="Key:contact" />
[7102]8325 <space />
[8669]8326 <text key="contact:website" text="Website" match="key" />
8327 <text key="contact:email" text="Email Address" match="key" />
8328 <space />
[13761]8329 <text key="contact:phone" text="Phone number" match="key" />
[7102]8330 <text key="contact:fax" text="Fax Number" match="key" />
[13785]8331 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7102]8332 <space />
[16861]8333 <reference ref="wikipedia_wikidata" />
[7102]8334 <text key="image" text="Image" />
[16474]8335 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
[7393]8336 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
[16245]8337 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8338 <link wiki="Key:description" />
[7910]8339 <space />
[7916]8340 <label text="A short text with additional information." text_context="description=*" />
8341 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
[7910]8342 <space />
[7916]8343 <text key="description" text="Description" match="key" />
[16479]8344 <preset_link preset_name="Note" text="Similar but different tags:" />
8345 <preset_link preset_name="Fixme" text="Similar but different tags:" />
[7910]8346 </item> <!-- Description -->
[16245]8347 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8348 <link wiki="Key:note" />
[7910]8349 <space />
[7916]8350 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
[7910]8351 <space />
[7916]8352 <text key="note" text="Note" text_context="the tag note=*" match="key" />
[16479]8353 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8354 <preset_link preset_name="Description" text="Similar but different tags:" />
[7910]8355 </item> <!-- Note -->
[16245]8356 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]8357 <link wiki="Key:fixme" />
[7910]8358 <space />
[7916]8359 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
[7910]8360 <space />
[7916]8361 <text key="fixme" text="Fixme" match="key" />
[16479]8362 <preset_link preset_name="Note" text="Similar but different tags:" />
8363 <preset_link preset_name="Description" text="Similar but different tags:" />
[7910]8364 </item> <!-- Fixme -->
[7102]8365 </group> <!-- Annotation -->
[10808]8366 <group name="Relations" icon="presets/misc/relations.svg">
[16245]8367 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
[14646]8368 <link wiki="Relation:multipolygon" />
[7102]8369 <key key="type" value="multipolygon" />
8370 <optional>
8371 <text key="name" text="Name" />
8372 </optional>
8373 <roles>
[7901]8374 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8375 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
[7102]8376 </roles>
[7393]8377 </item> <!-- Multipolygon -->
[16245]8378 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
[14646]8379 <link wiki="Relation:boundary" />
[7102]8380 <space />
8381 <key key="type" value="boundary" />
8382 <text key="name" text="Name" />
[8010]8383 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
[7102]8384 <optional>
[9050]8385 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
[7102]8386 </optional>
8387 <roles>
[7901]8388 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8389 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
[7102]8390 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
8391 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
8392 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
8393 </roles>
[7393]8394 </item> <!-- Boundary -->
[11989]8395 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
[14646]8396 <link wiki="Relation:building" />
[11989]8397 <key key="type" value="building" />
8398 <preset_link preset_name="Building" />
8399 <preset_link preset_name="Entrance" />
8400 <preset_link preset_name="Building part" />
8401 <roles>
8402 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
8403 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
8404 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
8405 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
8406 <role key="entrance" text="Entrance" requisite="optional" type="node" />
8407 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
8408 </roles>
8409 </item> <!-- Building -->
[7102]8410 <item name="Site" type="relation" preset_name_label="true">
[14646]8411 <link wiki="Relation:site" />
[7102]8412 <space />
8413 <key key="type" value="site" />
8414 <text key="name" text="Site name" />
8415 <roles>
8416 <role key="label" text="where to place the label" requisite="optional" type="node" />
[9587]8417 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
[7102]8418 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
[9587]8419 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
[7102]8420 </roles>
[7393]8421 </item> <!-- Site -->
[7102]8422 <separator/>
[10706]8423 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
[14646]8424 <link wiki="Relation:restriction" />
[7102]8425 <space />
8426 <key key="type" value="restriction" />
8427 <combo key="restriction" text="Restriction" values="no_left_turn,no_right_turn,no_straight_on,no_u_turn,only_right_turn,only_left_turn,only_straight_on" values_searchable="true" />
8428 <roles>
8429 <role key="from" text="from way" requisite="required" count="1" type="way" />
8430 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8431 <role key="to" text="to way" requisite="required" count="1" type="way" />
8432 </roles>
[7393]8433 </item> <!-- Turn Restriction -->
[16295]8434 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8435 <link wiki="Relation:connectivity" />
8436 <space />
8437 <key key="type" value="connectivity" />
8438 <text key="connectivity" text="Lane Connectivity" />
8439 <roles>
8440 <role key="from" text="from way" requisite="required" count="1" type="way" />
8441 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8442 <role key="to" text="to way" requisite="required" count="1" type="way" />
8443 </roles>
8444 </item> <!-- Lane Connectivity -->
[10565]8445 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
[14646]8446 <link wiki="Relation:enforcement" />
[7102]8447 <space />
8448 <key key="type" value="enforcement" />
[15201]8449 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
[7102]8450 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8451 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8452 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8453 <roles>
8454 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8455 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8456 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8457 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8458 </roles>
[7393]8459 </item> <!-- Enforcement -->
[7102]8460 <separator/>
[10808]8461 <group name="Routes" icon="presets/misc/route.svg">
8462 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8463 <link wiki="Tag:route=bicycle" />
[7102]8464 <space/>
8465 <key key="type" value="route"/>
8466 <key key="route" value="bicycle"/>
[10320]8467 <text key="name" text="Name" />
[13015]8468 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
[7102]8469 <optional>
8470 <reference ref="route_hikebike_optionals" />
8471 </optional>
8472 <roles>
[15641]8473 <reference ref="route_segment_roles" />
[7102]8474 </roles>
[7393]8475 </item> <!-- Bicycle Route -->
[10808]8476 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8477 <link wiki="Mountain_biking" />
[7102]8478 <space/>
8479 <key key="type" value="route"/>
8480 <key key="route" value="mtb"/>
[10320]8481 <text key="name" text="Name" />
[7102]8482 <optional>
8483 <reference ref="route_hikebike_optionals" />
8484 </optional>
8485 <roles>
[15641]8486 <reference ref="route_segment_roles" />
[7102]8487 </roles>
[7393]8488 </item> <!-- Mountain Biking Route -->
[10808]8489 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8490 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
[7102]8491 <space/>
8492 <key key="type" value="route"/>
8493 <key key="route" value="hiking"/>
[10320]8494 <text key="name" text="Name" />
[13015]8495 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
[7102]8496 <optional>
8497 <reference ref="route_hikebike_optionals" />
8498 </optional>
[13998]8499 <reference ref="walking_routes_roles" />
[7393]8500 </item> <!-- Hiking Route -->
[10808]8501 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8502 <link wiki="Tag:route=foot" />
[9852]8503 <space/>
8504 <key key="type" value="route"/>
8505 <key key="route" value="foot"/>
[10320]8506 <text key="name" text="Name" />
[13015]8507 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
[9852]8508 <optional>
8509 <reference ref="route_hikebike_optionals" />
8510 </optional>
[13998]8511 <reference ref="walking_routes_roles" />
[9852]8512 </item> <!-- Walking Route -->
[15641]8513 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8514 <link wiki="Tag:route=running" />
8515 <space/>
8516 <key key="type" value="route"/>
8517 <key key="route" value="running"/>
8518 <text key="name" text="Name" />
8519 <optional>
8520 <reference ref="route_hikebike_optionals" />
8521 </optional>
8522 <roles>
8523 <reference ref="route_segment_roles" />
8524 <reference ref="route_start_stop_roles" />
8525 </roles>
8526 </item> <!-- Running Route -->
8527 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8528 <link wiki="Tag:route=fitness_trail" />
8529 <space/>
8530 <key key="type" value="route"/>
8531 <key key="route" value="fitness_trail"/>
8532 <text key="name" text="Name" />
8533 <optional>
8534 <reference ref="route_hikebike_optionals" />
8535 </optional>
8536 <roles>
8537 <reference ref="route_segment_roles" />
8538 <reference ref="route_start_stop_roles" />
8539 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8540 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8541 </roles>
8542 </item> <!-- Fitness Trail -->
[10808]8543 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8544 <link wiki="Tag:route=horse" />
[10086]8545 <space/>
8546 <key key="type" value="route"/>
8547 <key key="route" value="horse"/>
[10320]8548 <text key="name" text="Name" />
[13015]8549 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
[10086]8550 <optional>
8551 <reference ref="route_hikebike_optionals" />
8552 </optional>
8553 <roles>
8554 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8555 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8556 <role key="" text="natural" requisite="optional" type="node,closedway" member_expression="natural=peak OR natural=volcano OR mountain_pass=yes OR natural=water OR tourism=viewpoint OR amenity=drinking_water OR natural=spring OR place=locality"/>
[15715]8557 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[10086]8558 </roles>
8559 </item> <!-- Riding Route -->
[10808]8560 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8561 <link wiki="Tag:route=piste" />
[7102]8562 <space/>
8563 <key key="type" value="route"/>
8564 <key key="route" value="piste"/>
[10320]8565 <text key="name" text="Name" />
[15252]8566 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
[7102]8567 <optional>
8568 <reference ref="route_hikebike_optionals" />
8569 </optional>
8570 <roles>
8571 <role key="" text="route segment" requisite="optional" type="way" />
8572 <role key="forward" text="forward segment" requisite="optional" type="way" />
8573 <role key="backward" text="backward segment" requisite="optional" type="way" />
8574 <role key="link" text="link segment" requisite="optional" type="way" />
8575 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8576 <role key="variant" text="variant segment" requisite="optional" type="way" />
8577 <role key="start" text="entry points" requisite="optional" type="node" />
[15715]8578 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8579 </roles>
[7393]8580 </item> <!-- Piste Route -->
[10808]8581 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8582 <link wiki="Tag:route=ski" />
[7102]8583 <space/>
8584 <key key="type" value="route"/>
[10320]8585 <key key="route" value="ski"/>
8586 <text key="name" text="Name" />
[15252]8587 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
[7102]8588 <optional>
8589 <reference ref="route_hikebike_optionals" />
8590 </optional>
8591 <roles>
8592 <role key="" text="route segment" requisite="optional" type="way" />
8593 <role key="forward" text="forward segment" requisite="optional" type="way" />
8594 <role key="backward" text="backward segment" requisite="optional" type="way" />
8595 <role key="link" text="link segment" requisite="optional" type="way" />
8596 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8597 <role key="variant" text="variant segment" requisite="optional" type="way" />
8598 <role key="start" text="entry points" requisite="optional" type="node" />
[15715]8599 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8600 </roles>
[7393]8601 </item> <!-- Ski Route -->
[7102]8602 <separator/>
[10808]8603 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8604 <link wiki="Tag:route=detour" />
[7102]8605 <space/>
8606 <key key="type" value="route"/>
8607 <key key="route" value="detour"/>
[10320]8608 <reference ref="name_ref"/>
[7102]8609 <optional>
[10320]8610 <text key="operator" text="Operator" />
[7102]8611 <text key="destination" text="Destination"/>
[7297]8612 <text key="detour" text="Ref of the way this is a detour to"/>
[7102]8613 </optional>
8614 <roles>
[8703]8615 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
[7102]8616 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
[15715]8617 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8618 </roles>
[7393]8619 </item> <!-- Detour Route -->
[10808]8620 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8621 <link wiki="Tag:route=power" />
[7102]8622 <space/>
8623 <key key="type" value="route"/>
8624 <key key="route" value="power"/>
8625 <reference ref="name_ref_operator"/>
8626 <roles>
[15453]8627 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8628 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
[7102]8629 </roles>
[7393]8630 </item> <!-- Power Route -->
[10808]8631 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8632 <link wiki="Tag:route=railway" />
[7102]8633 <space/>
8634 <key key="type" value="route"/>
8635 <key key="route" value="railway"/>
8636 <reference ref="name_ref_operator"/>
8637 <roles>
[8703]8638 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
[7102]8639 </roles>
[7393]8640 </item> <!-- Railway Route -->
[10808]8641 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8642 <link wiki="Tag:route=road" />
[7102]8643 <space/>
8644 <key key="type" value="route"/>
8645 <key key="route" value="road"/>
8646 <reference ref="name_ref"/>
8647 <text key="network" text="Network" />
8648 <text key="operator" text="Operator" />
[16474]8649 <text key="distance" text="Distance (kilometers)"/>
[7102]8650 <roles>
[8703]8651 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8652 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8653 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8654 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
[15715]8655 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8656 </roles>
[7393]8657 </item> <!-- Road Route -->
[15305]8658 <separator/>
8659 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8660 <link wiki="Relation:superroute" />
8661 <space/>
8662 <key key="type" value="superroute"/>
[15313]8663 <combo key="route" text="Type" values="bicycle,detour,foot,hiking,horse,mtb,piste,power,railway,road,ski" display_values="Bicycle Route,Detour Route,Walking Route,Hiking Route,Riding Route,Mountain Biking Route,Piste Route,Power Route,Railway Route,Road Route,Ski Route" />
[15305]8664 <reference ref="name_ref_operator"/>
8665 <roles>
8666 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8667 </roles>
8668 </item> <!-- Superroute -->
[7102]8669 </group> <!-- Routes -->
[10808]8670 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14998]8671 <link wiki="Relation:network" />
[7102]8672 <space />
8673 <key key="type" value="network" />
8674 <text key="name" text="Name" />
8675 <optional>
8676 <text key="network" text="Network" />
8677 <text key="operator" text="Operator" />
8678 </optional>
8679 <roles>
8680 <role key="" text="member" requisite="required" type="relation" />
8681 </roles>
[7393]8682 </item> <!-- Route Network -->
[7102]8683 <separator/>
[10808]8684 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
[14646]8685 <link wiki="Relation:associatedStreet" />
[7102]8686 <space />
8687 <key key="type" value="associatedStreet" />
8688 <text key="name" text="Street name" />
8689 <roles>
[10967]8690 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
[9587]8691 <role key="house" text="house" requisite="required" type="node,way,closedway,multipolygon" member_expression="&quot;addr:housenumber&quot; | &quot;addr:interpolation&quot; | &quot;addr:housename&quot;" />
[7102]8692 </roles>
[7393]8693 </item> <!-- Associated Street -->
[7102]8694 <item name="Street" type="relation" preset_name_label="true">
[14646]8695 <link wiki="Relation:street" />
[7102]8696 <space />
8697 <key key="type" value="street" />
8698 <text key="name" text="Name" />
8699 <roles>
8700 <role key="street" text="ways being part of street" requisite="required" type="way" />
[16245]8701 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8702 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8703 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
[7102]8704 </roles>
[7393]8705 </item> <!-- Street -->
[10706]8706 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
[14646]8707 <link wiki="Relation:destination_sign" />
[7102]8708 <space />
8709 <key key="type" value="destination_sign" />
8710 <text key="destination" text="Destination written on sign (w/o distance)" />
[16474]8711 <text key="distance" text="Distance (kilometers)" />
[7102]8712 <text key="time" text="Time (hh:mm, for trekking)" />
8713 <text key="colour:back" text="Colour of background" />
8714 <text key="colour:text" text="Colour of text" />
8715 <text key="colour:arrow" text="Colour of border/arrow" />
8716 <roles>
8717 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8718 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8719 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8720 <role key="sign" text="position of sign" requisite="optional" type="node" />
8721 </roles>
[7393]8722 </item> <!-- Destination Sign -->
[7102]8723 <separator/>
[10565]8724 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
[14646]8725 <link wiki="Relation:waterway" />
[7102]8726 <space />
8727 <key key="type" value="waterway" />
8728 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8729 <text key="name" text="Name" />
8730 <optional>
[7498]8731 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
[7102]8732 <text key="ref" text="Reference" />
8733 <text key="ref:sandre" text="Reference Sandre (FR)" />
8734 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8735 <text key="ref:regine" text="Reference REGINE (NO)" />
8736 <text key="ref:gnis" text="Reference GNIS (USA)" />
8737 <text key="ref:gnbc" text="Reference GNBC (CA)" />
[16861]8738 <reference ref="wikipedia_wikidata" />
[7102]8739 </optional>
8740 <roles>
8741 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8742 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8743 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8744 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8745 </roles>
[7393]8746 </item> <!-- Waterway -->
[10565]8747 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
[14646]8748 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
[7102]8749 <space />
8750 <key key="type" value="bridge" />
[16944]8751 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[7102]8752 <reference ref="name_ref" />
[16474]8753 <text key="height" text="Height (meters)" length="7" />
[7102]8754 <text key="length" text="Length (meters)" />
8755 <text key="operator" text="Operator" />
8756 <roles>
8757 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8758 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
[9587]8759 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
[7102]8760 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8761 </roles>
[7393]8762 </item> <!-- Bridge -->
[10706]8763 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
[14646]8764 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
[7102]8765 <space />
8766 <key key="type" value="tunnel" />
[16944]8767 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
[7102]8768 <reference ref="name_ref" />
8769 <text key="length" text="Length (meters)" />
8770 <text key="operator" text="Operator" />
8771 <roles>
8772 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
[9587]8773 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
[7102]8774 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8775 </roles>
[7393]8776 </item> <!-- Tunnel -->
[7102]8777 </group> <!-- Relations -->
8778</presets>
Note: See TracBrowser for help on using the repository browser.