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

Last change on this file since 16861 was 16861, checked in by Klumbumbus, 4 years ago

see #11541, see #19655 - Add wikidata textbox below every wikipedia textbox in all internal presets and warn if a wikipedia value looks like a wikidata value

  • Property svn:eol-style set to native
File size: 529.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
3<!--
4 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
5-->
6
7 <!-- Item chunks -->
8 <chunk id="surface">
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" />
10 </chunk>
11 <chunk id="surface_smoothness">
12 <reference ref="surface" />
13 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
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>
24 <chunk id="sport_surface">
25 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
26 </chunk>
27 <chunk id="riding_surface">
28 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
29 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
30 </chunk>
31 <chunk id="highway_base">
32 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
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 />
40 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
41 <reference ref="surface_smoothness" />
42 </chunk>
43 <chunk id="highway_yesno">
44 <checkgroup columns="4">
45 <check key="bridge" text="Bridge" disable_off="true" />
46 <check key="tunnel" text="Tunnel" disable_off="true" />
47 <check key="embankment" text="Embankment" disable_off="true" />
48 <check key="cutting" text="Cutting" disable_off="true" />
49 </checkgroup>
50 </chunk>
51 <chunk id="highway_yesno_incline">
52 <reference ref="highway_yesno" />
53 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
54 </chunk>
55 <chunk id="highway_yesno_incline_oneway_lit_width">
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" />
67 <text key="width" text="Width (meters)" />
68 </chunk>
69 <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
70 <reference ref="highway_yesno_incline_oneway_lit_width" />
71 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
72 </chunk>
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>
78 <chunk id="railway_service">
79 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
80 </chunk>
81 <chunk id="railway_electrified_yesno">
82 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
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" />
85 <reference ref="highway_yesno" />
86 </chunk>
87 <chunk id="railway_service_gauge_electrified_yesno">
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" />
91 <reference ref="railway_electrified_yesno" />
92 </chunk>
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" />
102 </optional>
103 </chunk>
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>
114 </optional>
115 </chunk>
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>
122 <chunk id="name_ref">
123 <text key="name" text="Name" />
124 <text key="ref" text="Reference" />
125 </chunk>
126 <chunk id="ref_operator">
127 <text key="ref" text="Reference" />
128 <text key="operator" text="Operator" />
129 </chunk>
130 <chunk id="name_ref_operator">
131 <text key="name" text="Name" />
132 <reference ref="ref_operator" />
133 </chunk>
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" />
140 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
141 </chunk>
142 <chunk id="service_times">
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" />
144 </chunk>
145 <chunk id="oh">
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" />
147 </chunk>
148 <chunk id="wheelchair">
149 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
150 </chunk>
151 <chunk id="oh_wheelchair">
152 <reference ref="oh" />
153 <reference ref="wheelchair" />
154 </chunk>
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">
160 <reference ref="name_operator" />
161 <reference ref="oh_wheelchair" />
162 </chunk>
163 <chunk id="name_brand_operator_oh_wheelchair">
164 <text key="name" text="Name" />
165 <text key="brand" text="Brand" />
166 <text key="operator" text="Operator" />
167 <reference ref="oh_wheelchair" />
168 </chunk>
169 <chunk id="name_brand_oh_wheelchair">
170 <text key="name" text="Name" />
171 <text key="brand" text="Brand" />
172 <reference ref="oh_wheelchair" />
173 </chunk>
174 <chunk id="cuisine">
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" />
176 </chunk>
177 <chunk id="internet">
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" />
180 </chunk>
181 <chunk id="internet_smoking">
182 <reference ref="internet" />
183 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
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>
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>
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>
216 <chunk id="sport">
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" />
218 </chunk>
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>
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>
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>
239 <chunk id="fee">
240 <combo key="fee" text="Fee" values="yes,no" />
241 </chunk>
242 <chunk id="fee_interval">
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" />
244 </chunk>
245 <chunk id="parking_name_type_ref">
246 <text key="name" text="Name" />
247 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
248 <text key="ref" text="Reference number" />
249 </chunk>
250 <chunk id="parking_access_fee_operator_surface_smoothness">
251 <space />
252 <reference ref="POI_access" />
253 <reference ref="fee_interval" />
254 <text key="operator" text="Operator" />
255 <reference ref="surface_smoothness" />
256 </chunk>
257 <chunk id="maxstay">
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" />
259 </chunk>
260 <chunk id="supervised">
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" />
262 </chunk>
263 <chunk id="supervised_lit_oh">
264 <reference ref="supervised" />
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" />
266 <reference ref="oh" />
267 </chunk>
268 <chunk id="wikipedia_wikidata">
269 <text key="wikipedia" text="Wikipedia" />
270 <text key="wikidata" text="Wikidata" />
271 </chunk>
272 <chunk id="name_wikipedia_wikidata">
273 <text key="name" text="Name" />
274 <reference ref="wikipedia_wikidata" />
275 </chunk>
276 <chunk id="population_postcode_website">
277 <text key="population" text="Population" />
278 <text key="postal_code" text="Postal Code" />
279 <text key="website" text="Website" />
280 </chunk>
281 <chunk id="route_hikebike_optionals">
282 <text key="ref" text="Reference" />
283 <text key="operator" text="Operator" />
284 <text key="distance" text="Distance (kilometers)"/>
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"/>
290 <text key="website" text="Website" />
291 </chunk>
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>
297 <chunk id="leaf">
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" >
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>
306 </chunk>
307 <chunk id="leaf_without_mixed">
308 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
309 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
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>
316 <!-- start of religions and denominations -->
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) -->
344 <!-- end of religions and denominations -->
345 <chunk id="voltage">
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" />
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>
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>
361 <chunk id="cables">
362 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
363 </chunk>
364 <chunk id="cables_circuits">
365 <reference ref="cables" />
366 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
367 </chunk>
368 <chunk id="power_loc">
369 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
370 </chunk>
371 <chunk id="power_extra">
372 <reference ref="power_loc" />
373 <reference ref="voltage_frequency" />
374 <reference ref="ref_operator" />
375 </chunk>
376 <chunk id="power_line_extra">
377 <reference ref="cables_circuits" />
378 <reference ref="voltage_frequency" />
379 </chunk>
380 <chunk id="power_generator">
381 <link wiki="Tag:power=generator" />
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 />
399 <reference ref="voltage_frequency" />
400 </optional>
401 </chunk>
402 <chunk id="power_pole">
403 <text key="height" text="Height (meters)" length="7" />
404 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
405 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
406 <check key="location:transition" text="Location transition" disable_off="true" />
407 <reference ref="ref_operator" />
408 </chunk>
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>
413 <chunk id="optional_rating_phases">
414 <optional>
415 <reference ref="rating_phases" />
416 </optional>
417 </chunk>
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" />
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" />
425 </optional>
426 </chunk>
427 <chunk id="telecom_medium">
428 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
429 </chunk>
430 <chunk id="optional_bridge">
431 <optional>
432 <text key="name" text="Name" />
433 <text key="bridge:name" text="Bridge name" />
434 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
435 <space />
436 <text key="maxspeed" text="Max. speed (km/h)" />
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 />
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>
446 <chunk id="waterway">
447 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
448 <check key="intermittent" text="Intermittent" disable_off="true" />
449 <check key="seasonal" text="Seasonal" disable_off="true" />
450 <check key="tidal" text="In the tidal range" disable_off="true" />
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:">
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" />
460 </optional>
461 </chunk>
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>
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" />
475 <reference ref="wikipedia_wikidata" />
476 </optional>
477 </chunk>
478 <chunk id="car_brands">
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>
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>
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>
570 <chunk id="link_road_access_restrictions">
571 <preset_link preset_name="Road Restrictions" />
572 <preset_link preset_name="Access Restrictions" />
573 </chunk>
574 <!-- Groups -->
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">
578 <link wiki="Tag:highway=motorway" />
579 <space />
580 <key key="highway" value="motorway" />
581 <text key="ref" text="Reference" />
582 <check key="noref" text="Street has no reference" disable_off="true" />
583 <optional>
584 <text key="name" text="Name" />
585 <check key="noname" text="Street has no name" disable_off="true" />
586 <reference ref="highway_base" />
587 <text key="destination" text="Destination" />
588 <text key="destination:ref" text="Destination reference" />
589 <text key="width" text="Width (meters)" />
590 <space />
591 <reference ref="highway_yesno" />
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>
597 <reference ref="placement" />
598 </optional>
599 <reference ref="link_road_access_restrictions" />
600 </item> <!-- Motorway -->
601 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
602 <link wiki="Tag:highway=motorway_link" />
603 <key key="highway" value="motorway_link" />
604 <optional>
605 <text key="ref" text="Reference" />
606 <check key="noref" text="Street has no reference" disable_off="true" />
607 <reference ref="highway_base" />
608 <text key="destination" text="Destination" />
609 <text key="destination:ref" text="Destination reference" />
610 <text key="junction:ref" text="Junction reference" />
611 <text key="width" text="Width (meters)" />
612 <space />
613 <reference ref="highway_yesno" />
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>
619 <reference ref="placement" />
620 </optional>
621 <reference ref="link_road_access_restrictions" />
622 </item> <!-- Motorway Link -->
623 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
624 <link wiki="Tag:highway=trunk" />
625 <space />
626 <key key="highway" value="trunk" />
627 <text key="ref" text="Reference" />
628 <check key="noref" text="Street has no reference" disable_off="true" />
629 <optional>
630 <text key="name" text="Name" />
631 <check key="noname" text="Street has no name" disable_off="true" />
632 <reference ref="highway_base" />
633 <text key="destination" text="Destination" />
634 <text key="destination:ref" text="Destination reference" />
635 <text key="width" text="Width (meters)" />
636 <space />
637 <reference ref="highway_yesno" />
638 <checkgroup columns="4">
639 <check key="oneway" text="Oneway" default="on" />
640 <check key="lit" text="Lit" />
641 <check key="toll" text="Toll" />
642 <check key="motorroad" text="Motorroad" default="on" />
643 </checkgroup>
644 <reference ref="placement" />
645 </optional>
646 <reference ref="link_road_access_restrictions" />
647 </item> <!-- Trunk -->
648 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
649 <link wiki="Highway_link" />
650 <space />
651 <key key="highway" value="trunk_link" />
652 <optional>
653 <text key="ref" text="Reference" />
654 <check key="noref" text="Street has no reference" disable_off="true" />
655 <reference ref="highway_base" />
656 <text key="destination" text="Destination" />
657 <text key="destination:ref" text="Destination reference" />
658 <text key="junction:ref" text="Junction reference" />
659 <text key="width" text="Width (meters)" />
660 <space />
661 <reference ref="highway_yesno" />
662 <checkgroup columns="4">
663 <check key="oneway" text="Oneway" default="on" />
664 <check key="lit" text="Lit" />
665 <check key="toll" text="Toll" />
666 <check key="motorroad" text="Motorroad" default="on" />
667 </checkgroup>
668 <reference ref="placement" />
669 </optional>
670 <reference ref="link_road_access_restrictions" />
671 </item> <!-- Trunk Link -->
672 <separator/>
673 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
674 <link wiki="Tag:highway=primary" />
675 <space />
676 <key key="highway" value="primary" />
677 <text key="ref" text="Reference" />
678 <check key="noref" text="Street has no reference" disable_off="true" />
679 <optional>
680 <text key="name" text="Name" />
681 <check key="noname" text="Street has no name" disable_off="true" />
682 <reference ref="highway_base" />
683 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
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" />
690 </optional>
691 <reference ref="link_road_access_restrictions" />
692 </item> <!-- Primary -->
693 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
694 <link wiki="Highway_link" />
695 <key key="highway" value="primary_link" />
696 <optional>
697 <reference ref="highway_base" />
698 <text key="destination" text="Destination" />
699 <text key="destination:ref" text="Destination reference" />
700 <text key="junction:ref" text="Junction reference" />
701 <check key="motorroad" text="Motorroad" />
702 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
703 <space />
704 <reference ref="placement" />
705 </optional>
706 <reference ref="link_road_access_restrictions" />
707 </item> <!-- Primary Link -->
708 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
709 <link wiki="Tag:highway=secondary" />
710 <space />
711 <key key="highway" value="secondary" />
712 <text key="ref" text="Reference" />
713 <check key="noref" text="Street has no reference" disable_off="true" />
714 <optional>
715 <text key="name" text="Name" />
716 <check key="noname" text="Street has no name" disable_off="true" />
717 <reference ref="highway_base" />
718 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
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" />
724 </optional>
725 <reference ref="link_road_access_restrictions" />
726 </item> <!-- Secondary -->
727 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
728 <link wiki="Highway_link" />
729 <key key="highway" value="secondary_link" />
730 <optional>
731 <reference ref="highway_base" />
732 <text key="destination" text="Destination" />
733 <text key="destination:ref" text="Destination reference" />
734 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
735 <space />
736 <reference ref="placement" />
737 </optional>
738 <reference ref="link_road_access_restrictions" />
739 </item> <!-- Secondary Link -->
740 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
741 <link wiki="Tag:highway=tertiary" />
742 <space />
743 <key key="highway" value="tertiary" />
744 <text key="ref" text="Reference" />
745 <check key="noref" text="Street has no reference" disable_off="true" />
746 <optional>
747 <text key="name" text="Name" />
748 <check key="noname" text="Street has no name" disable_off="true" />
749 <reference ref="highway_base" />
750 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
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" />
756 </optional>
757 <reference ref="link_road_access_restrictions" />
758 </item> <!-- Tertiary -->
759 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
760 <link wiki="Highway_link" />
761 <key key="highway" value="tertiary_link" />
762 <optional>
763 <reference ref="highway_base" />
764 <text key="destination" text="Destination" />
765 <text key="destination:ref" text="Destination reference" />
766 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
767 <space />
768 <reference ref="placement" />
769 </optional>
770 <reference ref="link_road_access_restrictions" />
771 </item> <!-- Tertiary Link -->
772 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
773 <link wiki="Tag:highway=unclassified" />
774 <key key="highway" value="unclassified" />
775 <optional>
776 <text key="name" text="Name" />
777 <check key="noname" text="Street has no name" disable_off="true" />
778 <text key="ref" text="Reference" />
779 <check key="noref" text="Street has no reference" disable_off="true" />
780 <reference ref="highway_base" />
781 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
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" />
788 </optional>
789 <reference ref="link_road_access_restrictions" />
790 </item> <!-- Unclassified -->
791 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
792 <link wiki="Tag:highway=residential" />
793 <space />
794 <key key="highway" value="residential" />
795 <text key="name" text="Name" />
796 <check key="noname" text="Street has no name" disable_off="true" />
797 <optional>
798 <text key="ref" text="Reference" />
799 <reference ref="highway_base" />
800 <reference ref="highway_yesno" />
801 <checkgroup columns="4">
802 <check key="oneway" text="Oneway" />
803 <check key="oneway:bicycle" text="Oneway for bicycle" />
804 <check key="lit" text="Lit" />
805 </checkgroup>
806 <text key="width" text="Width (meters)" />
807 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
808 <checkgroup columns="2">
809 <check key="narrow" text="Narrow" disable_off="true" />
810 <check key="trolley_wire" text="Overhead trolley wires" />
811 </checkgroup>
812 </optional>
813 <reference ref="link_road_access_restrictions" />
814 </item> <!-- Residential -->
815 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
816 <link wiki="Key:bicycle_road" />
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" />
822 <check key="noname" text="Street has no name" disable_off="true" />
823 <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
824 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
825 <optional>
826 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
827 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
828 <reference ref="surface_smoothness" />
829 <reference ref="highway_yesno_incline" />
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>
835 <text key="width" text="Width (meters)" />
836 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
837 </optional>
838 <reference ref="link_road_access_restrictions" />
839 </item> <!-- Bicycle Road -->
840 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
841 <link wiki="Tag:highway=living_street" />
842 <space />
843 <key key="highway" value="living_street" />
844 <text key="name" text="Name" />
845 <check key="noname" text="Street has no name" disable_off="true" />
846 <optional>
847 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
848 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
849 <reference ref="surface_smoothness" />
850 <reference ref="highway_yesno_incline_oneway_lit_width" />
851 <checkgroup columns="2">
852 <check key="narrow" text="Narrow" disable_off="true" />
853 <check key="trolley_wire" text="Overhead trolley wires" />
854 </checkgroup>
855 </optional>
856 <reference ref="link_road_access_restrictions" />
857 </item> <!-- Living Street -->
858 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
859 <link wiki="Tag:highway=pedestrian" />
860 <space />
861 <key key="highway" value="pedestrian" />
862 <text key="name" text="Name" />
863 <check key="noname" text="Street has no name" disable_off="true" />
864 <optional>
865 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
866 <reference ref="surface_smoothness" />
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>
872 <reference ref="link_road_access_restrictions" />
873 </item> <!-- Pedestrian -->
874 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
875 <link wiki="Tag:highway=service" />
876 <space />
877 <key key="highway" value="service" />
878 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
879 <optional>
880 <text key="name" text="Name" />
881 <space />
882 <reference ref="highway_base" />
883 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
884 <check key="passing_places" text="Passing Places" />
885 </optional>
886 <reference ref="link_road_access_restrictions" />
887 </item> <!-- Service -->
888 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
889 <link wiki="Tag:service=parking_aisle" />
890 <key key="highway" value="service" />
891 <key key="service" value="parking_aisle" />
892 <optional>
893 <reference ref="surface_smoothness" />
894 <check key="oneway" text="Oneway" />
895 <check key="lit" text="Lit" />
896 </optional>
897 <reference ref="link_road_access_restrictions" />
898 </item> <!-- Parking Aisle -->
899 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
900 <link wiki="Tag:highway=escape" />
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 -->
910 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
911 <link wiki="Tag:highway=raceway" />
912 <space />
913 <key key="highway" value="raceway" />
914 <text key="name" text="Name" />
915 </item> <!-- Raceway -->
916 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
917 <link wiki="Tag:highway=road" />
918 <key key="highway" value="road" />
919 <optional>
920 <text key="name" text="Name" />
921 <space />
922 <reference ref="highway_base" />
923 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
924 <check key="trolley_wire" text="Overhead trolley wires" />
925 </optional>
926 <reference ref="link_road_access_restrictions" />
927 </item> <!-- Road (Unknown Type) -->
928 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
929 <link wiki="Key:construction" />
930 <key key="highway" value="construction" />
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" />
932 <optional>
933 <text key="name" text="Name" />
934 <space />
935 <reference ref="highway_base" />
936 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
937 <check key="trolley_wire" text="Overhead trolley wires" />
938 <combo key="junction" text="Junction" values="roundabout,jughandle" />
939 </optional>
940 <reference ref="link_road_access_restrictions" />
941 </item> <!-- Construction -->
942 <separator/>
943 <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway" preset_name_label="true">
944 <link wiki="Key:access" />
945 <space />
946 <checkgroup columns="3" >
947 <check key="oneway" text="Oneway" />
948 <check key="toll" text="Toll" />
949 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
950 <check key="winter_road" text="Winter road" disable_off="true" />
951 <check key="ice_road" text="Ice road" disable_off="true" />
952 </checkgroup>
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" />
959 <space />
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 />
975 <label text="Transport mode restrictions" />
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" />
982 <space />
983 <label text="Vehicles per type" />
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" />
999 <space />
1000 <label text="Vehicles per use" />
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" />
1009 <preset_link preset_name="Road Restrictions" />
1010 </item> <!-- Access Restrictions -->
1011 <separator/>
1012 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
1013 <link wiki="Tag:junction=roundabout" />
1014 <space />
1015 <key key="junction" value="roundabout" />
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" />
1017 <optional>
1018 <reference ref="name_layer" />
1019 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
1020 <reference ref="highway_yesno" />
1021 <text key="width" text="Width (meters)" />
1022 </optional>
1023 <reference ref="link_road_access_restrictions" />
1024 </item> <!-- Roundabout -->
1025 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
1026 <link wiki="Tag:ford=yes" />
1027 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
1028 <optional>
1029 <text key="name" text="Name" />
1030 </optional>
1031 </item> <!-- Ford -->
1032 </group> <!-- Streets -->
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">
1035 <link wiki="Tag:highway=track" />
1036 <space />
1037 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
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" />
1043 </combo>
1044 <key key="highway" value="track" />
1045 <optional>
1046 <reference ref="name_layer" />
1047 <reference ref="surface_smoothness" />
1048 <reference ref="highway_yesno_incline_oneway_lit_width" />
1049 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1050 <reference ref="highway_access" />
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" />
1056 </optional>
1057 <reference ref="link_road_access_restrictions" />
1058 </item> <!-- Track -->
1059 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
1060 <link wiki="Tag:highway=path" />
1061 <key key="highway" value="path" />
1062 <optional>
1063 <reference ref="name_layer" />
1064 <reference ref="surface_smoothness" />
1065 <reference ref="highway_yesno_incline_oneway_lit_width" />
1066 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
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" />
1075 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
1076 <check key="segregated" text="Segregated" />
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" />
1081 </optional>
1082 <reference ref="link_road_access_restrictions" />
1083 </item> <!-- Path -->
1084 <separator/>
1085 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
1086 <link wiki="Tag:highway=bridleway" />
1087 <key key="highway" value="bridleway" />
1088 <optional>
1089 <reference ref="name_layer" />
1090 <text key="maxspeed" text="Max. speed (km/h)" />
1091 <reference ref="surface_smoothness" />
1092 <reference ref="highway_yesno_incline_oneway_lit_width" />
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" />
1107 </optional>
1108 <reference ref="link_road_access_restrictions" />
1109 </item> <!-- Dedicated Bridleway -->
1110 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1111 <link wiki="Bicycle" />
1112 <space />
1113 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
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" />
1116 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1117 <space />
1118 <optional text="Edit Highway Attributes:">
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" />
1120 <check key="oneway" text="Oneway" />
1121 </optional>
1122 </item> <!-- Cycle Lane/Track -->
1123 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1124 <link wiki="Tag:highway=cycleway" />
1125 <key key="highway" value="cycleway" />
1126 <optional>
1127 <reference ref="name_layer" />
1128 <reference ref="surface_smoothness" />
1129 <reference ref="highway_yesno_incline_oneway_lit_width" />
1130 <check key="segregated" text="Segregated" />
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" />
1142 </optional>
1143 <reference ref="link_road_access_restrictions" />
1144 </item> <!-- Dedicated Cycleway -->
1145 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1146 <link wiki="Tag:highway=path" />
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" />
1153 <reference ref="surface_smoothness" />
1154 <reference ref="highway_yesno_incline_oneway_lit_width" />
1155 <space />
1156 <reference ref="wheelchair" />
1157 <reference ref="path_access_modes" />
1158 </optional>
1159 <reference ref="link_road_access_restrictions" />
1160 </item> <!-- Segregated Foot- and Cycleway -->
1161 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1162 <link wiki="Tag:highway=path" />
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" />
1169 <reference ref="surface_smoothness" />
1170 <reference ref="highway_yesno_incline_oneway_lit_width" />
1171 <check key="passing_places" text="Passing Places" />
1172 <space />
1173 <reference ref="wheelchair" />
1174 <reference ref="path_access_modes" />
1175 </optional>
1176 <reference ref="link_road_access_restrictions" />
1177 </item> <!-- Combined Foot- and Cycleway -->
1178 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1179 <link wiki="Tag:highway=footway" />
1180 <key key="highway" value="footway" />
1181 <optional>
1182 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
1183 <reference ref="name_layer" />
1184 <reference ref="surface_smoothness" />
1185 <reference ref="highway_yesno_incline_oneway_lit_width" />
1186 <check key="segregated" text="Segregated" />
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" />
1198 </optional>
1199 <reference ref="link_road_access_restrictions" />
1200 </item> <!-- Dedicated Footway -->
1201 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1202 <link wiki="Tag:highway=steps" />
1203 <key key="highway" value="steps" />
1204 <optional>
1205 <text key="name" text="Name" />
1206 <text key="level" text="Storey" />
1207 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1208 <reference ref="surface" />
1209 <text key="step_count" text="Amount of Steps" />
1210 <space />
1211 <check key="ramp" text="Ramp" />
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 />
1219 <check key="handrail" text="Handrail" />
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 />
1226 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1227 <space />
1228 <reference ref="highway_yesno_incline_oneway_lit_width" />
1229 </optional>
1230 </item> <!-- Steps -->
1231 </group> <!-- Ways -->
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">
1234 <link wiki="Tag:highway=motorway_junction" />
1235 <space />
1236 <key key="highway" value="motorway_junction" />
1237 <text key="name" text="Name" />
1238 <check key="noname" text="Junction has no name" disable_off="true" />
1239 <text key="ref" text="Number" />
1240 <check key="noref" text="Junction has no reference" disable_off="true" />
1241 </item> <!-- Motorway Junction -->
1242 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1243 <link wiki="Tag:highway=services" />
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>
1250 </item> <!-- Services -->
1251 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1252 <link wiki="Tag:highway=rest_area" />
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>
1259 </item> <!-- Rest Area -->
1260 <separator/>
1261 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1262 <link wiki="Tag:highway=traffic_signals" />
1263 <key key="highway" value="traffic_signals" />
1264 <optional>
1265 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1266 </optional>
1267 <optional text="Optional crossing attributes:">
1268 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1269 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1270 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1271 <check key="crossing:island" text="With island" />
1272 <check key="button_operated" text="Button operated" />
1273 <check key="traffic_signals:sound" text="Sound signals" />
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" />
1275 <check key="bicycle" text="Cross by bicycle" />
1276 <check key="horse" text="Cross on horseback" />
1277 </optional>
1278 <optional text="Optional values for specific countries">
1279 <text key="name" text="Name" />
1280 </optional>
1281 </item> <!-- Traffic Signal -->
1282 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1283 <link wiki="Tag:highway=stop" />
1284 <key key="highway" value="stop" />
1285 <optional>
1286 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1287 </optional>
1288 </item> <!-- Stop -->
1289 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1290 <link wiki="Tag:highway=give_way" />
1291 <key key="highway" value="give_way" />
1292 <optional>
1293 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1294 </optional>
1295 </item> <!-- Give Way -->
1296 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1297 <link wiki="Tag:cycleway=asl" />
1298 <key key="cycleway" value="asl" />
1299 </item> <!-- Advanced stop line -->
1300 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1301 <link wiki="Tag:highway=mini_roundabout" />
1302 <key key="highway" value="mini_roundabout" />
1303 <space />
1304 <combo key="direction" text="Direction" values="clockwise" />
1305 </item> <!-- Mini-Roundabout -->
1306 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1307 <link wiki="Key:crossing" />
1308 <space />
1309 <key key="highway" value="crossing" />
1310 <combo key="crossing" text="Pedestrian crossing type" >
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" />
1314 </combo>
1315 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1316 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
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" />
1318 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1319 <check key="crossing:island" text="With island" />
1320 <check key="bicycle" text="Cross by bicycle" />
1321 <check key="horse" text="Cross on horseback" />
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" />
1325 </item> <!-- Pedestrian Crossing -->
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">
1328 <link wiki="Key:traffic_calming" />
1329 <space />
1330 <key key="traffic_calming" value="bump" />
1331 </item> <!-- Bump -->
1332 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1333 <link wiki="Key:traffic_calming" />
1334 <space />
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">
1338 <link wiki="Key:traffic_calming" />
1339 <space />
1340 <key key="traffic_calming" value="table" />
1341 </item> <!-- Table -->
1342 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1343 <link wiki="Key:traffic_calming" />
1344 <space />
1345 <key key="traffic_calming" value="cushion" />
1346 </item> <!-- Cushion -->
1347 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1348 <link wiki="Key:traffic_calming" />
1349 <space />
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">
1353 <link wiki="Key:traffic_calming" />
1354 <space />
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">
1359 <link wiki="Key:traffic_calming" />
1360 <space />
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">
1364 <link wiki="Key:traffic_calming" />
1365 <space />
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 -->
1373 </group> <!-- Traffic Calming -->
1374 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1375 <link wiki="Tag:highway=passing_place" />
1376 <key key="highway" value="passing_place" />
1377 </item> <!-- Passing Place -->
1378 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1379 <link wiki="Tag:highway=turning_circle" />
1380 <key key="highway" value="turning_circle" />
1381 </item> <!-- Turning Circle -->
1382 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1383 <link wiki="Tag:highway=turning_loop" />
1384 <key key="highway" value="turning_loop" />
1385 </item> <!-- Turning Loop -->
1386 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1387 <link wiki="Tag:traffic_sign=city_limit" />
1388 <space />
1389 <key key="traffic_sign" value="city_limit" />
1390 <text key="name" text="Name" />
1391 <optional>
1392 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
1393 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1394 </optional>
1395 </item> <!-- City Limit -->
1396 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1397 <link wiki="Key:traffic_sign" />
1398 <space />
1399 <key key="traffic_sign" value="maxspeed" />
1400 <text key="maxspeed" text="Max. speed (km/h)" />
1401 <optional>
1402 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1403 </optional>
1404 </item> <!-- Speed Limit -->
1405 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1406 <link wiki="Tag:highway=speed_camera" />
1407 <key key="highway" value="speed_camera" />
1408 <optional>
1409 <text key="maxspeed" text="Max. speed (km/h)" />
1410 </optional>
1411 </item> <!-- Speed Camera -->
1412 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
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 -->
1419 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1420 <link wiki="Tag:highway=traffic_mirror" />
1421 <key key="highway" value="traffic_mirror" />
1422 </item> <!-- Traffic Mirror -->
1423 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1424 <link wiki="Tag:highway=milestone" />
1425 <key key="highway" value="milestone" />
1426 <text key="distance" text="Distance (kilometers)" />
1427 <text key="ref" text="Reference" />
1428 </item> <!-- Highway Milestone -->
1429 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1430 <link wiki="Tag:junction=yes" />
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 -->
1435 <separator/>
1436 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1437 <link wiki="Tag:highway=elevator" />
1438 <key key="highway" value="elevator" />
1439 <text key="capacity:persons" text="Capacity (persons)" />
1440 <text key="maxweight" text="Max. weight (tonnes)" />
1441 <text key="level" text="Storey" />
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" />
1451 <reference ref="POI_access" />
1452 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1453 </optional>
1454 </item> <!-- Elevator -->
1455 <separator/>
1456 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1457 <link wiki="Tag:amenity=grit_bin" />
1458 <key key="amenity" value="grit_bin" />
1459 </item> <!-- Grit Bin -->
1460 <separator/>
1461 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1462 <link wiki="Key:mountain_pass" />
1463 <key key="mountain_pass" value="yes" />
1464 <optional>
1465 <text key="name" text="Name" />
1466 <text key="ele" text="Elevation (meters)" length="10" />
1467 <reference ref="wikipedia_wikidata" />
1468 </optional>
1469 </item> <!-- Mountain Pass -->
1470 </group> <!-- Waypoints -->
1471 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1472 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1473 <link wiki="Tag:barrier=block" />
1474 <key key="barrier" value="block" />
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" />
1482 </item> <!-- Block -->
1483 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1484 <link wiki="Tag:barrier=bollard" />
1485 <key key="barrier" value="bollard" />
1486 <space />
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" />
1498 </item> <!-- Bollard -->
1499 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1500 <link wiki="Tag:barrier=cycle_barrier" />
1501 <key key="barrier" value="cycle_barrier" />
1502 <reference ref="optional_maxwidth" />
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" />
1513 <combo key="bicycle" text="Bicycle" values="yes,designated,no" values_sort="false" />
1514 </optional>
1515 <reference ref="check_access_motor" />
1516 <preset_link preset_name="Access Restrictions" />
1517 </item> <!-- Cycle Barrier -->
1518 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1519 <link wiki="Tag:barrier=cattle_grid" />
1520 <key key="barrier" value="cattle_grid" />
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" />
1528 </item> <!-- Cattle Grid -->
1529 <item name="Bus Trap" icon="presets/barrier/bus_trap.svg" type="node" preset_name_label="true">
1530 <link wiki="Tag:barrier=bus_trap" />
1531 <key key="barrier" value="bus_trap" />
1532 <reference ref="optional_maxwidth" />
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" />
1541 </item> <!-- Bus Trap -->
1542 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1543 <link wiki="Tag:barrier=spikes" />
1544 <key key="barrier" value="spikes" />
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" />
1552 </item> <!-- Spikes -->
1553 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
1554 <link wiki="Tag:barrier=toll_booth" />
1555 <key key="barrier" value="toll_booth" />
1556 <optional>
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" />
1563 </optional>
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" />
1570 </item> <!-- Toll Booth -->
1571 <item name="Border Control" icon="presets/barrier/douane.svg" type="node,closedway,multipolygon" preset_name_label="true">
1572 <link wiki="Tag:barrier=border_control" />
1573 <key key="barrier" value="border_control" />
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" />
1586 </item> <!-- Border Control -->
1587 <separator/> <!-- *** Linear Barriers *** -->
1588 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1589 <link wiki="Tag:barrier=hedge" />
1590 <space />
1591 <key key="barrier" value="hedge" />
1592 <reference ref="leaf" />
1593 <optional>
1594 <reference ref="genus_species_taxon" />
1595 <text key="height" text="Height (meters)" length="7" />
1596 </optional>
1597 </item> <!-- Hedge -->
1598 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1599 <link wiki="Tag:barrier=fence" />
1600 <key key="barrier" value="fence" />
1601 <optional>
1602 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1603 <text key="height" text="Height (meters)" length="7" />
1604 </optional>
1605 </item> <!-- Fence -->
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 -->
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 -->
1619 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1620 <link wiki="Tag:barrier=guard_rail" />
1621 <key key="barrier" value="guard_rail" />
1622 <reference ref="optional_height" />
1623 </item> <!-- Guard Rail -->
1624 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1625 <link wiki="Tag:barrier=wall" />
1626 <key key="barrier" value="wall" />
1627 <reference ref="optional_height" />
1628 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1629 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1630 </item> <!-- Wall -->
1631 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1632 <link wiki="Tag:barrier=city_wall" />
1633 <key key="barrier" value="city_wall" />
1634 <reference ref="optional_height" />
1635 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1636 </item> <!-- City Wall -->
1637 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1638 <link wiki="Tag:barrier=retaining_wall" />
1639 <key key="barrier" value="retaining_wall" />
1640 <reference ref="optional_height" />
1641 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1642 </item> <!-- Retaining Wall -->
1643 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1644 <link wiki="Tag:barrier=jersey_barrier" />
1645 <key key="barrier" value="jersey_barrier" />
1646 <combo key="material" text="Material" values="concrete,plastic" />
1647 </item> <!-- Jersey Barrier -->
1648 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1649 <link wiki="Tag:barrier=ditch" />
1650 <key key="barrier" value="ditch" />
1651 <optional>
1652 <text key="width" text="Width (meters)" length="7" />
1653 </optional>
1654 </item> <!-- Ditch -->
1655 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1656 <link wiki="Tag:barrier=kerb" />
1657 <key key="barrier" value="kerb" />
1658 <reference ref="optional_height" />
1659 <reference ref="wheelchair" />
1660 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1661 </item> <!-- Kerb -->
1662 <separator/> <!-- *** Access *** -->
1663 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1664 <link wiki="Tag:barrier=entrance" />
1665 <key key="barrier" value="entrance" />
1666 <reference ref="optional_maxheight_maxwidth" />
1667 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1668 <space />
1669 <reference ref="highway_access_vehicle" />
1670 <reference ref="check_access_nomotor" />
1671 <reference ref="check_access_motor" />
1672 <preset_link preset_name="Access Restrictions" />
1673 </item> <!-- Entrance (Barrier Opening) -->
1674 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1675 <link wiki="Tag:barrier=gate" />
1676 <key key="barrier" value="gate" />
1677 <reference ref="optional_maxheight_maxwidth" />
1678 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1679 <space />
1680 <reference ref="highway_access_vehicle" />
1681 <reference ref="check_access_nomotor" />
1682 <reference ref="check_access_motor" />
1683 <preset_link preset_name="Access Restrictions" />
1684 </item> <!-- Gate -->
1685 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1686 <link wiki="Tag:barrier=lift_gate" />
1687 <key key="barrier" value="lift_gate" />
1688 <space />
1689 <combo key="lift_gate:type" text="Type" value="single,double" values_context="lift_gate" values_searchable="true" />
1690 <reference ref="optional_maxwidth" />
1691 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1692 <space />
1693 <reference ref="highway_access_vehicle" />
1694 <reference ref="check_access_nomotor" />
1695 <reference ref="check_access_motor" />
1696 <preset_link preset_name="Access Restrictions" />
1697 </item> <!-- Lift Gate -->
1698 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1699 <link wiki="Tag:barrier=swing_gate" />
1700 <key key="barrier" value="swing_gate" />
1701 <space />
1702 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" values_searchable="true" />
1703 <reference ref="optional_maxwidth" />
1704 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1705 <space />
1706 <reference ref="highway_access_vehicle" />
1707 <reference ref="check_access_nomotor" />
1708 <reference ref="check_access_motor" />
1709 <preset_link preset_name="Access Restrictions" />
1710 </item> <!-- Swing Gate -->
1711 <item name="Hampshire Gate" type="node" preset_name_label="true">
1712 <link wiki="Tag:barrier=hampshire_gate" />
1713 <key key="barrier" value="hampshire_gate" />
1714 <reference ref="optional_maxwidth" />
1715 <text key="maxlength" text="Max. length (meters)" match="key" />
1716 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1717 <space />
1718 <reference ref="highway_access_vehicle" />
1719 <reference ref="check_access_nomotor" />
1720 <reference ref="check_access_motor" />
1721 <preset_link preset_name="Access Restrictions" />
1722 </item> <!-- Hampshire Gate -->
1723 <item name="Bump Gate" type="node" preset_name_label="true">
1724 <link wiki="Tag:barrier=bump_gate" />
1725 <key key="barrier" value="bump_gate" />
1726 <reference ref="optional_maxheight_maxwidth" />
1727 <text key="maxlength" text="Max. length (meters)" match="key" />
1728 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1729 <space />
1730 <reference ref="highway_access_vehicle" />
1731 <reference ref="check_access_nomotor" />
1732 <reference ref="check_access_motor" />
1733 <preset_link preset_name="Access Restrictions" />
1734 </item> <!-- Bump Gate -->
1735 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1736 <link wiki="Tag:barrier=kissing_gate" />
1737 <key key="barrier" value="kissing_gate" />
1738 <reference ref="optional_maxwidth" />
1739 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1740 <space />
1741 <label text="The tag `foot=yes` is implied and does not need to be set." />
1742 <space />
1743 <reference ref="highway_access_vehicle" />
1744 <reference ref="check_access_nomotor" />
1745 <preset_link preset_name="Access Restrictions" />
1746 </item> <!-- Kissing Gate -->
1747 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1748 <link wiki="Tag:barrier=chain" />
1749 <key key="barrier" value="chain" />
1750 <reference ref="optional_maxwidth" />
1751 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1752 <space />
1753 <reference ref="highway_access_vehicle" />
1754 <reference ref="check_access_nomotor" />
1755 <reference ref="check_access_motor" />
1756 <preset_link preset_name="Access Restrictions" />
1757 </item> <!-- Chain -->
1758 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1759 <link wiki="Tag:barrier=stile" />
1760 <space />
1761 <key key="barrier" value="stile" />
1762 <combo key="stile" text="Type" values="ladder,squeezer,stepover" values_searchable="true" />
1763 <reference ref="optional_maxwidth" />
1764 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1765 <space />
1766 <reference ref="highway_access_vehicle" />
1767 <reference ref="check_access_nomotor" />
1768 <preset_link preset_name="Access Restrictions" />
1769 </item> <!-- Stile -->
1770 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1771 <link wiki="Tag:barrier=turnstile" />
1772 <key key="barrier" value="turnstile" />
1773 <reference ref="optional_maxwidth" />
1774 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1775 <space />
1776 <reference ref="highway_access_vehicle" />
1777 <reference ref="check_access_nomotor" />
1778 <preset_link preset_name="Access Restrictions" />
1779 </item> <!-- Turnstile -->
1780 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1781 <link wiki="Tag:barrier=sally_port" />
1782 <space />
1783 <key key="barrier" value="sally_port" />
1784 <text key="maxheight" text="Max. height (meters)" match="key" />
1785 <text key="maxwidth" text="Max. width (meters)" match="key" />
1786 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1787 <space />
1788 <reference ref="highway_access_vehicle" />
1789 <reference ref="check_access_nomotor" />
1790 <reference ref="check_access_motor" />
1791 <preset_link preset_name="Access Restrictions" />
1792 </item> <!-- Sally Port -->
1793 </group> <!-- Barriers -->
1794 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1795 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1796 <link wiki="Key:tunnel" />
1797 <key key="tunnel" value="yes" />
1798 <optional>
1799 <text key="name" text="Name" />
1800 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1801 <text key="width" text="Width (meters)" />
1802 <text key="maxheight" text="Max. height (meters)" />
1803 <space />
1804 <text key="maxspeed" text="Max. speed (km/h)" />
1805 <text key="maxspeed:forward" text="Max. speed in way direction" />
1806 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1807 <space />
1808 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1809 <check key="toll" text="Toll" />
1810 </optional>
1811 </item> <!-- Tunnel -->
1812 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1813 <link wiki="Key:tunnel" />
1814 <key key="tunnel" value="building_passage" />
1815 <optional>
1816 <reference ref="name_layer" />
1817 <text key="width" text="Width (meters)" />
1818 <text key="maxheight" text="Max. height (meters)" />
1819 <text key="maxspeed" text="Max. speed (km/h)" />
1820 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1821 </optional>
1822 </item> <!-- Building Passage -->
1823 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1824 <link wiki="Key:covered" />
1825 <space />
1826 <key key="covered" value="arcade" />
1827 <check key="arcade:left" value_on="open" text="Open on left side" disable_off="true" />
1828 <check key="arcade:right" value_on="open" text="Open on right side" disable_off="true" />
1829 <optional>
1830 <reference ref="name_layer" />
1831 <text key="width" text="Width (meters)" />
1832 </optional>
1833 </item> <!-- Arcade -->
1834 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1835 <link wiki="Key:covered" />
1836 <space />
1837 <key key="covered" value="colonnade" />
1838 <check key="colonnade:left" value_on="open" text="Open on left side" disable_off="true" />
1839 <check key="colonnade:right" value_on="open" text="Open on right side" disable_off="true" />
1840 <optional>
1841 <reference ref="name_layer" />
1842 <text key="width" text="Width (meters)" />
1843 </optional>
1844 </item> <!-- Colonnade -->
1845 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1846 <link wiki="Key:tunnel" />
1847 <space />
1848 <key key="tunnel" value="avalanche_protector" />
1849 <check key="avalanche_protector:left" value_on="open" text="Open on left side" disable_off="true" />
1850 <check key="avalanche_protector:right" value_on="open" text="Open on right side" disable_off="true" />
1851 <optional>
1852 <reference ref="name_layer" />
1853 <text key="width" text="Width (meters)" />
1854 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1855 </optional>
1856 </item> <!-- Avalanche Protector -->
1857 </group> <!-- Passageways -->
1858 </group> <!-- Highways -->
1859 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1860 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1861 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1862 <link wiki="Tag:waterway=river" />
1863 <space />
1864 <key key="waterway" value="river" />
1865 <text key="name" text="Name" />
1866 <optional>
1867 <reference ref="waterway" />
1868 <reference ref="wikipedia_wikidata" />
1869 <check key="lock" text="Lock" disable_off="true" />
1870 </optional>
1871 <reference ref="water_access" />
1872 </item> <!-- River -->
1873 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1874 <link wiki="Tag:waterway=stream" />
1875 <space />
1876 <key key="waterway" value="stream" />
1877 <text key="name" text="Name" />
1878 <optional>
1879 <reference ref="waterway" />
1880 <reference ref="wikipedia_wikidata" />
1881 </optional>
1882 <reference ref="water_access" />
1883 </item> <!-- Stream -->
1884 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1885 <link wiki="Tag:waterway=tidal_channel" />
1886 <space />
1887 <key key="waterway" value="tidal_channel" />
1888 <optional>
1889 <text key="name" text="Name" />
1890 <check key="salt" text="Salt Water" disable_off="true" />
1891 <check key="intermittent" text="Intermittent" disable_off="true" />
1892 <check key="seasonal" text="Seasonal" disable_off="true" />
1893 <text key="width" text="Width (meters)" />
1894 <reference ref="wikipedia_wikidata" />
1895 </optional>
1896 </item> <!-- Tidal channel -->
1897 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1898 <link wiki="Tag:waterway=canal" />
1899 <space />
1900 <key key="waterway" value="canal" />
1901 <text key="name" text="Name" />
1902 <optional>
1903 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1904 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1905 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1906 <text key="width" text="Width (meters)" />
1907 <reference ref="wikipedia_wikidata" />
1908 <check key="lock" text="Lock" disable_off="true" />
1909 </optional>
1910 <reference ref="water_access" />
1911 </item> <!-- Canal -->
1912 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1913 <link wiki="Tag:waterway=drain" />
1914 <space />
1915 <key key="waterway" value="drain" />
1916 <optional>
1917 <text key="name" text="Name" />
1918 <reference ref="waterway" />
1919 </optional>
1920 </item> <!-- Drain -->
1921 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1922 <link wiki="Tag:waterway=ditch" />
1923 <space />
1924 <key key="waterway" value="ditch" />
1925 <optional>
1926 <text key="name" text="Name" />
1927 <reference ref="waterway" />
1928 </optional>
1929 </item> <!-- Ditch -->
1930 <separator/>
1931 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1932 <link wiki="Tag:natural=spring" />
1933 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1934 <space />
1935 <key key="natural" value="spring" />
1936 <text key="name" text="Name" />
1937 <check key="drinking_water" text="Drinking Water" />
1938 </item> <!-- Spring -->
1939 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1940 <link wiki="Tag:waterway=waterfall" />
1941 <space />
1942 <key key="waterway" value="waterfall" />
1943 <reference ref="name_wikipedia_wikidata" />
1944 <text key="height" text="Height (meters)" length="7" />
1945 </item> <!-- Waterfall -->
1946 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1947 <link wiki="Tag:waterway=weir" />
1948 <space />
1949 <key key="waterway" value="weir" />
1950 <text key="name" text="Name" />
1951 </item> <!-- Weir -->
1952 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1953 <link wiki="Tag:waterway=dam" />
1954 <space />
1955 <key key="waterway" value="dam" />
1956 <reference ref="name_wikipedia_wikidata" />
1957 </item> <!-- Dam -->
1958 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1959 <link wiki="Tag:man_made=dyke" />
1960 <space />
1961 <key key="man_made" value="dyke" />
1962 </item> <!-- Levee -->
1963 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1964 <link wiki="Tag:man_made=groyne" />
1965 <key key="man_made" value="groyne" />
1966 </item> <!-- Groyne -->
1967 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1968 <link wiki="Tag:man_made=breakwater" />
1969 <space />
1970 <key key="man_made" value="breakwater" />
1971 <text key="ref" text="Reference" />
1972 <text key="name" text="Name" />
1973 </item> <!-- Breakwater -->
1974 <separator/>
1975 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1976 <link wiki="Tag:tunnel=culvert" />
1977 <key key="tunnel" value="culvert" />
1978 <optional>
1979 <text key="name" text="Name" />
1980 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1981 <text key="width" text="Width (meters)" />
1982 </optional>
1983 </item> <!-- Culvert -->
1984 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
1985 <link wiki="Tag:usage=penstock" />
1986 <key key="waterway" value="pressurised" />
1987 <key key="man_made" value="pipeline" />
1988 <key key="substance" value="water" />
1989 <key key="usage" value="penstock" />
1990 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
1991 <optional>
1992 <text key="name" text="Name" />
1993 <text key="operator" text="Operator" />
1994 <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" />
1995 <text key="pressure" text="Pressure (bar)" />
1996 <combo key="material" text="Material" values="metal,steel" />
1997 </optional>
1998 </item> <!-- Penstock -->
1999 <separator/>
2000 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
2001 <link wiki="Tag:landuse=basin" />
2002 <space />
2003 <key key="landuse" value="basin" />
2004 <combo key="basin" text="Type" values="retention,infiltration,detention" />
2005 <reference ref="optional_name" />
2006 </item> <!-- Basin -->
2007 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
2008 <link wiki="Tag:landuse=reservoir" />
2009 <space />
2010 <key key="landuse" value="reservoir" />
2011 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
2012 <reference ref="optional_name" />
2013 </item> <!-- Reservoir -->
2014 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
2015 <link wiki="Tag:man_made=reservoir_covered" />
2016 <space />
2017 <key key="man_made" value="reservoir_covered" />
2018 <reference ref="optional_name" />
2019 </item> <!-- Covered Reservoir -->
2020 <separator/>
2021 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
2022 <link wiki="Tag:natural=water" />
2023 <label text="A body of standing water, such as a lake or pond." />
2024 <space />
2025 <key key="natural" value="water" />
2026 <text key="name" text="Name" />
2027 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
2028 <check key="salt" text="Salt Water" disable_off="true" />
2029 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
2030 <check key="tidal" text="In the tidal range" disable_off="true" />
2031 <text key="ele" text="Elevation (meters)" length="10" />
2032 <reference ref="wikipedia_wikidata" />
2033 <reference ref="water_access" />
2034 </item> <!-- Water -->
2035 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
2036 <link wiki="Tag:natural=coastline" />
2037 <label text="Line between the sea and land (with the water on the right side of the way)." />
2038 <space />
2039 <key key="natural" value="coastline" />
2040 <text key="name" text="Name" />
2041 </item> <!-- Coastline -->
2042 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
2043 <link wiki="Tag:waterway=riverbank" />
2044 <space />
2045 <key key="waterway" value="riverbank" />
2046 <text key="name" text="Name" />
2047 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
2048 <check key="tidal" text="In the tidal range" disable_off="true" />
2049 </item> <!-- Riverbank -->
2050 <separator/>
2051 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
2052 <link wiki="Tag:natural=wetland" />
2053 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
2054 <space />
2055 <key key="natural" value="wetland" />
2056 <text key="name" text="Name" />
2057 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
2058 <check key="seasonal" text="Seasonal" disable_off="true" />
2059 </item> <!-- Wetland -->
2060 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
2061 <link wiki="Tag:natural=mud" />
2062 <label text="Large area covered with mud." />
2063 <space />
2064 <key key="natural" value="mud" />
2065 <text key="name" text="Name" />
2066 </item> <!-- Mud -->
2067 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
2068 <link wiki="Tag:natural=beach" />
2069 <label text="A flat area of sand, gravel or pebble next to water." />
2070 <space />
2071 <key key="natural" value="beach" />
2072 <reference ref="name_wikipedia_wikidata" />
2073 <optional>
2074 <reference ref="supervised" />
2075 <reference ref="oh_wheelchair" />
2076 <reference ref="POI_access" />
2077 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
2078 <combo key="sport" text="Sport" values="swimming,surfing" />
2079 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
2080 </optional>
2081 </item> <!-- Beach -->
2082 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2083 <link wiki="Tag:natural=bay" />
2084 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
2085 <space />
2086 <key key="natural" value="bay" />
2087 <text key="name" text="Name" />
2088 <optional>
2089 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
2090 </optional>
2091 </item> <!-- Bay -->
2092 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
2093 <link wiki="Tag:natural=cape" />
2094 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
2095 <space />
2096 <key key="natural" value="cape" />
2097 <text key="name" text="Name" />
2098 </item> <!-- Cape -->
2099 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2100 <link wiki="Tag:natural=strait" />
2101 <space />
2102 <key key="natural" value="strait" />
2103 <text key="name" text="Name" />
2104 </item> <!-- Strait -->
2105 </group> <!-- Water -->
2106 <group name="Shipping" icon="presets/nautical/ferry.svg">
2107 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
2108 <link wiki="Tag:amenity=ferry_terminal" />
2109 <space />
2110 <key key="amenity" value="ferry_terminal" />
2111 <text key="name" text="Name" />
2112 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
2113 </item> <!-- Ferry Terminal -->
2114 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
2115 <link wiki="Tag:route=ferry" />
2116 <key key="route" value="ferry" />
2117 <optional>
2118 <reference ref="name_ref_operator" />
2119 <reference ref="wheelchair" />
2120 <space />
2121 <reference ref="oh" />
2122 <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" />
2123 <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" />
2124 <reference ref="fee" />
2125 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
2126 <check key="ferry:cable" text="Reaction ferry" />
2127 </optional>
2128 <reference ref="link_road_access_restrictions" />
2129 </item> <!-- Ferry Route -->
2130 <separator/>
2131 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
2132 <link wiki="Tag:leisure=marina" />
2133 <space />
2134 <key key="leisure" value="marina" />
2135 <text key="name" text="Name" />
2136 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2137 </item> <!-- Marina -->
2138 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2139 <link wiki="Tag:waterway=fuel"/>
2140 <space />
2141 <key key="waterway" value="fuel" />
2142 <optional>
2143 <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" />
2144 <reference ref="name_operator" />
2145 <reference ref="oh" />
2146 <space />
2147 <label text="Fuel types:" />
2148 <checkgroup columns="2">
2149 <check key="fuel:diesel" text="Diesel" />
2150 <check key="fuel:biodiesel" text="Bio Diesel" />
2151 <check key="fuel:octane_80" text="Octane 80" />
2152 <check key="fuel:octane_87" text="Octane 87" />
2153 <check key="fuel:octane_91" text="Octane 91" />
2154 <check key="fuel:octane_92" text="Octane 92" />
2155 <check key="fuel:octane_95" text="Octane 95" />
2156 <check key="fuel:octane_98" text="Octane 98" />
2157 <check key="fuel:octane_100" text="Octane 100" />
2158 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2159 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2160 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2161 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2162 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2163 </checkgroup>
2164 </optional>
2165 <reference ref="link_contact_address_payment" />
2166 </item> <!-- Marine Fuel -->
2167 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2168 <link wiki="Tag:man_made=pier" />
2169 <space />
2170 <key key="man_made" value="pier" />
2171 <text key="name" text="Name" />
2172 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
2173 <check key="floating" text="Floating" />
2174 </item> <!-- Pier -->
2175 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
2176 <link wiki="Tag:waterway=lock_gate" />
2177 <key key="waterway" value="lock_gate" />
2178 </item> <!-- Lock Gate -->
2179 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
2180 <link wiki="Tag:waterway=turning_point" />
2181 <key key="waterway" value="turning_point" />
2182 </item> <!-- Turning Point -->
2183 <separator/>
2184 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
2185 <link wiki="Tag:leisure=slipway" />
2186 <key key="leisure" value="slipway" />
2187 <optional>
2188 <text key="name" text="Name" />
2189 </optional>
2190 </item> <!-- Slipway -->
2191 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2192 <link wiki="Tag:waterway=boatyard" />
2193 <space />
2194 <key key="waterway" value="boatyard" />
2195 <text key="name" text="Name" />
2196 </item> <!-- Boatyard -->
2197 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2198 <link wiki="Tag:waterway=dock" />
2199 <space />
2200 <key key="waterway" value="dock" />
2201 <text key="name" text="Name" />
2202 </item> <!-- Dock -->
2203 </group> <!-- Shipping -->
2204 </group> <!-- Water -->
2205 <group name="Transport" icon="presets/transport/railway/rail.svg">
2206 <group name="Railway" icon="presets/transport/railway/rail.svg">
2207 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
2208 <link wiki="Tag:railway=rail" />
2209 <key key="railway" value="rail" />
2210 <optional>
2211 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2212 <reference ref="railway_service_gauge_electrified_yesno" />
2213 </optional>
2214 </item> <!-- Rail -->
2215 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
2216 <link wiki="Tag:railway=narrow_gauge" />
2217 <key key="railway" value="narrow_gauge" />
2218 <optional>
2219 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2220 <reference ref="railway_service_gauge_electrified_yesno" />
2221 </optional>
2222 </item> <!-- Narrow Gauge Rail -->
2223 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
2224 <link wiki="Tag:railway=monorail" />
2225 <key key="railway" value="monorail" />
2226 <optional>
2227 <reference ref="railway_service" />
2228 <reference ref="railway_electrified_yesno" />
2229 </optional>
2230 </item> <!-- Monorail -->
2231 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
2232 <link wiki="Tag:railway=preserved" />
2233 <key key="railway" value="preserved" />
2234 <optional>
2235 <reference ref="railway_service_gauge_electrified_yesno" />
2236 </optional>
2237 </item> <!-- Preserved -->
2238 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
2239 <link wiki="Tag:railway=light_rail" />
2240 <key key="railway" value="light_rail" />
2241 <optional>
2242 <reference ref="railway_service_gauge_electrified_yesno" />
2243 </optional>
2244 </item> <!-- Light Rail -->
2245 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
2246 <link wiki="Tag:railway=subway" />
2247 <key key="railway" value="subway" />
2248 <optional>
2249 <reference ref="railway_service_gauge_electrified_yesno" />
2250 </optional>
2251 </item> <!-- Subway -->
2252 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
2253 <link wiki="Tag:railway=tram" />
2254 <key key="railway" value="tram" />
2255 <optional>
2256 <reference ref="railway_service_gauge_electrified_yesno" />
2257 </optional>
2258 </item> <!-- Tram -->
2259 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2260 <link wiki="Tag:railway=funicular" />
2261 <key key="railway" value="funicular" />
2262 <optional>
2263 <reference ref="railway_service_gauge_electrified_yesno" />
2264 </optional>
2265 </item> <!-- Funicular -->
2266 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2267 <link wiki="Tag:highway=bus_guideway" />
2268 <key key="highway" value="bus_guideway" />
2269 <optional>
2270 <text key="name" text="Name" />
2271 <reference ref="highway_yesno" />
2272 <check key="oneway" text="Oneway" />
2273 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
2274 <reference ref="surface_smoothness" />
2275 <text key="maxspeed" text="Max. speed (km/h)" />
2276 <text key="width" text="Width (meters)" />
2277 </optional>
2278 </item> <!-- Bus Guideway -->
2279 <separator/>
2280 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2281 <link wiki="Key:construction" />
2282 <key key="railway" value="construction" />
2283 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2284 <optional>
2285 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2286 <reference ref="railway_service_gauge_electrified_yesno" />
2287 </optional>
2288 </item> <!-- Railway construction -->
2289 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2290 <link wiki="Tag:railway=disused" />
2291 <key key="railway" value="disused" />
2292 <optional>
2293 <reference ref="railway_service" />
2294 <reference ref="highway_yesno" />
2295 </optional>
2296 </item> <!-- Disused Rail -->
2297 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2298 <link wiki="Tag:railway=abandoned" />
2299 <key key="railway" value="abandoned" />
2300 <optional>
2301 <reference ref="railway_service" />
2302 <reference ref="highway_yesno" />
2303 </optional>
2304 </item> <!-- Abandoned Rail -->
2305 <separator/>
2306 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2307 <link wiki="Tag:railway=level_crossing" />
2308 <key key="railway" value="level_crossing" />
2309 <optional>
2310 <reference ref="supervised" />
2311 <check key="crossing:light" text="Traffic lights" />
2312 <check key="crossing:bell" text="Sound signals" />
2313 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2314 </optional>
2315 </item> <!-- Level Crossing -->
2316 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2317 <link wiki="Tag:railway=crossing" />
2318 <key key="railway" value="crossing" />
2319 <optional>
2320 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2321 <reference ref="supervised" />
2322 <check key="horse" text="Cross on horseback" />
2323 <check key="bicycle" text="Cross by bicycle" />
2324 <check key="crossing:light" text="Traffic lights" />
2325 <check key="crossing:bell" text="Sound signals" />
2326 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2327 </optional>
2328 </item> <!-- Crossing -->
2329 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2330 <link wiki="Tag:railway=turntable" />
2331 <key key="railway" value="turntable" />
2332 </item> <!-- Turntable -->
2333 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2334 <link wiki="Tag:railway=buffer_stop" />
2335 <key key="railway" value="buffer_stop" />
2336 </item> <!-- Buffer Stop -->
2337 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2338 <link wiki="Tag:railway=switch" />
2339 <key key="railway" value="switch" />
2340 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2341 <text key="ref" text="Reference" />
2342 <text key="operator" text="Operator" />
2343 </item> <!-- Railway Switch -->
2344 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2345 <link wiki="Tag:railway=railway_crossing" />
2346 <key key="railway" value="railway_crossing" />
2347 <text key="ref" text="Reference" />
2348 <text key="operator" text="Operator" />
2349 </item> <!-- Railway crossing -->
2350 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2351 <link wiki="Tag:railway=signal" />
2352 <key key="railway" value="signal" />
2353 <text key="ref" text="Reference" />
2354 <text key="operator" text="Operator" />
2355 </item> <!-- Railway Signal -->
2356 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2357 <link wiki="Tag:railway=milestone" />
2358 <key key="railway" value="milestone" />
2359 <text key="distance" text="Distance (kilometers)" />
2360 <text key="ref" text="Reference" />
2361 </item> <!-- Railway Milestone -->
2362 </group> <!-- Railway -->
2363 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2364 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2365 <link wiki="Tag:aerialway=cable_car" />
2366 <space />
2367 <key key="aerialway" value="cable_car" />
2368 <reference ref="name_ref" />
2369 <optional>
2370 <text key="aerialway:capacity" text="Number of people per hour" />
2371 <text key="aerialway:occupancy" text="Number of people per car" />
2372 <text key="aerialway:duration" text="Typical journey time in minutes" />
2373 <check key="aerialway:heating" text="Has heating?" />
2374 <space />
2375 <text key="operator" text="Operator" />
2376 <reference ref="oh" />
2377 <reference ref="fee" />
2378 </optional>
2379 </item> <!-- Cable Car -->
2380 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2381 <link wiki="Tag:aerialway=chair_lift" />
2382 <space />
2383 <key key="aerialway" value="chair_lift" />
2384 <reference ref="name_ref" />
2385 <optional>
2386 <text key="aerialway:capacity" text="Number of people per hour" />
2387 <text key="aerialway:occupancy" text="Number of people per chair" />
2388 <text key="aerialway:duration" text="Typical journey time in minutes" />
2389 <check key="aerialway:bubble" text="Has bubble?" />
2390 <check key="aerialway:heating" text="Has heating?" />
2391 <space />
2392 <text key="operator" text="Operator" />
2393 <reference ref="oh" />
2394 <reference ref="fee" />
2395 </optional>
2396 </item> <!-- Chair Lift -->
2397 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2398 <link wiki="Tag:aerialway=gondola" />
2399 <space />
2400 <key key="aerialway" value="gondola" />
2401 <reference ref="name_ref" />
2402 <optional>
2403 <text key="aerialway:capacity" text="Number of people per hour" />
2404 <text key="aerialway:occupancy" text="Number of people per gondola" />
2405 <text key="aerialway:duration" text="Typical journey time in minutes" />
2406 <check key="aerialway:heating" text="Has heating?" />
2407 <space />
2408 <text key="operator" text="Operator" />
2409 <reference ref="oh" />
2410 <reference ref="fee" />
2411 </optional>
2412 </item> <!-- Gondola -->
2413 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2414 <link wiki="Tag:aerialway=mixed_lift" />
2415 <space />
2416 <key key="aerialway" value="mixed_lift" />
2417 <reference ref="name_ref" />
2418 <optional>
2419 <text key="aerialway:capacity" text="Number of people per hour" />
2420 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2421 <text key="aerialway:duration" text="Typical journey time in minutes" />
2422 <check key="aerialway:bubble" text="Has bubble?" />
2423 <check key="aerialway:heating" text="Has heating?" />
2424 <space />
2425 <text key="operator" text="Operator" />
2426 <reference ref="oh" />
2427 <reference ref="fee" />
2428 </optional>
2429 </item> <!-- Mixed Lift -->
2430 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2431 <link wiki="Tag:aerialway=drag_lift" />
2432 <space />
2433 <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" />
2434 <reference ref="name_ref" />
2435 <optional>
2436 <text key="aerialway:capacity" text="Number of people per hour" />
2437 <text key="aerialway:duration" text="Typical journey time in minutes" />
2438 <space />
2439 <text key="operator" text="Operator" />
2440 <reference ref="oh" />
2441 <reference ref="fee" />
2442 </optional>
2443 </item> <!-- Drag Lift -->
2444 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2445 <link wiki="Tag:aerialway=magic_carpet" />
2446 <space />
2447 <key key="aerialway" value="magic_carpet" />
2448 <reference ref="name_ref" />
2449 <optional>
2450 <text key="aerialway:capacity" text="Number of people per hour" />
2451 <text key="aerialway:duration" text="Typical journey time in minutes" />
2452 <space />
2453 <text key="operator" text="Operator" />
2454 <reference ref="oh" />
2455 <reference ref="fee" />
2456 </optional>
2457 </item> <!-- Magic Carpet -->
2458 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2459 <link wiki="Tag:aerialway=goods" />
2460 <space />
2461 <key key="aerialway" value="goods" />
2462 <optional>
2463 <reference ref="name_ref_operator" />
2464 <text key="aerialway:duration" text="Typical journey time in minutes" />
2465 </optional>
2466 </item> <!-- Goods -->
2467 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2468 <link wiki="Tag:aerialway=zip_line" />
2469 <space />
2470 <key key="aerialway" value="zip_line" />
2471 <optional>
2472 <reference ref="name_ref_operator" />
2473 <reference ref="oh" />
2474 <reference ref="fee" />
2475 <reference ref="min_age" />
2476 <text key="maxweight" text="Max. weight (tonnes)" />
2477 </optional>
2478 </item> <!-- Zip line -->
2479 <separator/>
2480 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2481 <link wiki="Tag:aerialway=station" />
2482 <space />
2483 <key key="aerialway" value="station" />
2484 <reference ref="name_ref_operator" />
2485 </item> <!-- Station -->
2486 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2487 <link wiki="Tag:aerialway=pylon" />
2488 <space />
2489 <key key="aerialway" value="pylon" />
2490 <reference ref="name_ref" />
2491 </item> <!-- Pylon -->
2492 </group> <!-- Aerialway -->
2493 <separator/>
2494 <group name="Car" icon="presets/shop/vehicle.svg">
2495 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2496 <link wiki="Tag:amenity=parking" />
2497 <space />
2498 <key key="amenity" value="parking" />
2499 <reference ref="parking_name_type_ref" />
2500 <text key="maxheight" text="Max. height (meters)" />
2501 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2502 <reference ref="parking_access_fee_operator_surface_smoothness" />
2503 <space />
2504 <text key="capacity" text="Capacity (overall)" />
2505 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2506 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2507 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2508 <label text="See the Wiki for other capacity:[types]=*." />
2509 <space />
2510 <reference ref="maxstay" />
2511 <reference ref="supervised_lit_oh" />
2512 </item> <!-- Parking -->
2513 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2514 <link wiki="Tag:amenity=parking_space" />
2515 <space />
2516 <key key="amenity" value="parking_space" />
2517 <reference ref="parking_name_type_ref" />
2518 <text key="capacity" text="Capacity" />
2519 <reference ref="parking_access_fee_operator_surface_smoothness" />
2520 <reference ref="maxstay" />
2521 <reference ref="supervised_lit_oh" />
2522 <check key="covered" text="Covered (with roof)" />
2523 </item> <!-- Parking Space -->
2524 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2525 <link wiki="Tag:amenity=parking_entrance" />
2526 <space />
2527 <key key="amenity" value="parking_entrance" />
2528 <reference ref="parking_name_type_ref" />
2529 <text key="maxheight" text="Max. height (meters)" />
2530 <reference ref="parking_access_fee_operator_surface_smoothness" />
2531 <reference ref="supervised_lit_oh" />
2532 <check key="covered" text="Covered (with roof)" />
2533 </item> <!-- Parking Entrance -->
2534 <separator/>
2535 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2536 <link wiki="Tag:amenity=fuel" />
2537 <space />
2538 <key key="amenity" value="fuel" />
2539 <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" />
2540 <optional>
2541 <text key="name" text="Name" />
2542 <text key="operator" text="Operator" />
2543 <reference ref="oh_wheelchair" />
2544 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2545 <space />
2546 <label text="Fuel types:" />
2547 <checkgroup columns="2">
2548 <check key="fuel:diesel" text="Diesel" />
2549 <check key="fuel:biodiesel" text="Bio Diesel" />
2550 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2551 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2552 <check key="fuel:octane_80" text="Octane 80" />
2553 <check key="fuel:octane_87" text="Octane 87" />
2554 <check key="fuel:octane_91" text="Octane 91" />
2555 <check key="fuel:octane_92" text="Octane 92" />
2556 <check key="fuel:octane_95" text="Octane 95" />
2557 <check key="fuel:octane_98" text="Octane 98" />
2558 <check key="fuel:octane_100" text="Octane 100" />
2559 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2560 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2561 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2562 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2563 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2564 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2565 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2566 <check key="fuel:biogas" text="Biogas" />
2567 </checkgroup>
2568 <space />
2569 <label text="Additives:" />
2570 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2571 <space />
2572 <label text="Fuel cards:" />
2573 <checkgroup columns="3">
2574 <check key="payment:dkv" text="DKV" />
2575 <check key="payment:routex" text="Routex" />
2576 <check key="payment:uta" text="UTA" />
2577 </checkgroup>
2578 </optional>
2579 <reference ref="link_contact_address_payment" />
2580 <preset_link preset_name="Building" />
2581 </item> <!-- Fuel -->
2582 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2583 <link wiki="Tag:amenity=charging_station" />
2584 <space />
2585 <key key="amenity" value="charging_station" />
2586 <reference ref="name_ref_operator" />
2587 <reference ref="oh" />
2588 <reference ref="fee" />
2589 <space />
2590 <combo key="voltage" text="Voltage" values="230,400"/>
2591 <combo key="amperage" text="Amperage" values="16,32" />
2592 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2593 <space />
2594 <label text="Types of vehicles which can be charged:" />
2595 <checkgroup columns="4">
2596 <check key="bicycle" text="Bicycle" />
2597 <check key="scooter" text="Scooter" />
2598 <check key="motorcycle" text="Motorcycle" />
2599 <check key="motorcar" text="Motorcar" />
2600 <check key="truck" text="Truck" />
2601 </checkgroup>
2602 <space />
2603 <label text="Number of Sockets:" />
2604 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2605 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2606 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2607 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2608 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2609 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2610 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2611 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2612 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2613 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2614 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2615 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2616 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2617 <space />
2618 <label text="Authentication:" />
2619 <checkgroup columns="4">
2620 <check key="authentication:none" text="None" />
2621 <check key="authentication:phone_call" text="Phone call" />
2622 <check key="authentication:short_message" text="Short message" />
2623 <check key="authentication:nfc" text="NFC" />
2624 </checkgroup>
2625 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2626 <preset_link preset_name="Payment Methods" />
2627 </item> <!-- Charging Station -->
2628 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2629 <link wiki="Tag:amenity=car_wash" />
2630 <space />
2631 <key key="amenity" value="car_wash" />
2632 <reference ref="name_brand_operator_oh_wheelchair" />
2633 <checkgroup columns="2">
2634 <check key="automated" text="Automated" text_context="car_wash" />
2635 <check key="self_service" text="Self Service" />
2636 </checkgroup>
2637 <reference ref="link_contact_address_payment" />
2638 </item> <!-- Wash -->
2639 <separator/>
2640 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2641 <link wiki="Tag:shop=car" />
2642 <space />
2643 <key key="shop" value="car" />
2644 <reference ref="car_brands" />
2645 <reference ref="name_operator_oh_wheelchair" />
2646 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2647 <reference ref="link_contact_address_payment" />
2648 </item> <!-- Car Dealer -->
2649 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2650 <link wiki="Tag:shop=car_repair" />
2651 <space />
2652 <key key="shop" value="car_repair" />
2653 <reference ref="car_brands" />
2654 <reference ref="name_operator_oh_wheelchair" />
2655 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2656 <reference ref="link_contact_address_payment" />
2657 </item> <!-- Repair -->
2658 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2659 <link wiki="Tag:shop=car_parts" />
2660 <space />
2661 <key key="shop" value="car_parts" />
2662 <reference ref="car_brands" />
2663 <reference ref="name_operator_oh_wheelchair" />
2664 <reference ref="link_contact_address_payment" />
2665 </item> <!-- Parts -->
2666 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2667 <link wiki="Tag:shop=tyres" />
2668 <space />
2669 <key key="shop" value="tyres" />
2670 <reference ref="name_brand_operator_oh_wheelchair" />
2671 <reference ref="link_contact_address_payment" />
2672 </item> <!-- Tires -->
2673 <separator/>
2674 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2675 <link wiki="Tag:amenity=car_rental" />
2676 <space />
2677 <key key="amenity" value="car_rental" />
2678 <reference ref="name_brand_operator_oh_wheelchair" />
2679 <reference ref="link_contact_address_payment" />
2680 </item> <!-- Rental -->
2681 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2682 <link wiki="Tag:amenity=car_pooling" />
2683 <space />
2684 <key key="amenity" value="car_pooling" />
2685 <text key="operator" text="Operator" />
2686 <text key="network" text="Network" />
2687 <text key="capacity" text="Capacity" />
2688 <reference ref="name_oh_wheelchair" />
2689 <text key="website" text="Website" />
2690 </item> <!-- Pooling -->
2691 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2692 <link wiki="Tag:amenity=car_sharing" />
2693 <space />
2694 <key key="amenity" value="car_sharing" />
2695 <text key="operator" text="Operator" />
2696 <text key="capacity" text="Capacity" />
2697 <reference ref="name_oh_wheelchair" />
2698 <text key="website" text="Website" />
2699 </item> <!-- Sharing -->
2700 </group> <!-- Car -->
2701 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2702 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2703 <link wiki="Tag:amenity=motorcycle_parking" />
2704 <space />
2705 <key key="amenity" value="motorcycle_parking" />
2706 <reference ref="parking_name_type_ref" />
2707 <text key="capacity" text="Capacity" />
2708 <reference ref="parking_access_fee_operator_surface_smoothness" />
2709 <reference ref="supervised_lit_oh" />
2710 <reference ref="maxstay" />
2711 <check key="covered" text="Covered (with roof)" />
2712 </item> <!-- Parking -->
2713 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2714 <link wiki="Tag:shop=motorcycle" />
2715 <space />
2716 <key key="shop" value="motorcycle" />
2717 <text key="name" text="Name" />
2718 <reference ref="motorcycle_brands" />
2719 <text key="operator" text="Operator" />
2720 <reference ref="oh_wheelchair" />
2721 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2722 <optional text="Services:">
2723 <combo key="sale" text="Sale" values="yes,brand,no" />
2724 <combo key="rental" text="Rental" values="yes,brand,no" />
2725 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2726 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2727 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2728 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2729 <text key="services" text="Other" />
2730 </optional>
2731 <reference ref="link_contact_address_payment" />
2732 </item> <!-- Motorcycle Dealer -->
2733 </group> <!-- Motorcycle -->
2734 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2735 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2736 <link wiki="Tag:amenity=bicycle_parking" />
2737 <space />
2738 <key key="amenity" value="bicycle_parking" />
2739 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2740 <text key="name" text="Name" />
2741 <text key="capacity" text="Capacity" />
2742 <reference ref="parking_access_fee_operator_surface_smoothness" />
2743 <check key="covered" text="Covered" />
2744 <reference ref="supervised_lit_oh" />
2745 </item> <!-- Parking -->
2746 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2747 <link wiki="Tag:shop=bicycle" />
2748 <space />
2749 <key key="shop" value="bicycle" />
2750 <reference ref="name_oh_wheelchair" />
2751 <check key="service:bicycle:retail" text="Bicycles are sold" />
2752 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2753 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2754 <check key="service:bicycle:rental" text="Bicycles are rented" />
2755 <check key="service:bicycle:pump" text="Free bicycle pump" />
2756 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2757 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2758 <reference ref="link_contact_address_payment" />
2759 </item> <!-- Bike Dealer -->
2760 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2761 <link wiki="Tag:amenity=bicycle_rental" />
2762 <space />
2763 <key key="amenity" value="bicycle_rental" />
2764 <text key="name" text="Name" />
2765 <reference ref="link_contact_address_payment" />
2766 </item> <!-- Rental -->
2767 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2768 <link wiki="Tag:amenity=bicycle_repair_station" />
2769 <space />
2770 <key key="amenity" value="bicycle_repair_station" />
2771 <optional>
2772 <text key="name" text="Name" />
2773 <text key="brand" text="Brand" />
2774 <text key="operator" text="Operator" />
2775 <reference ref="oh" />
2776 <check key="service:bicycle:pump" text="Free bicycle pump" />
2777 <check key="service:bicycle:chain_tool" text="Chain tool" />
2778 </optional>
2779 </item> <!-- Public Bicycle Repair Station -->
2780 </group> <!-- Bicycle -->
2781 <group name="Public Transport" icon="presets/transport/bus.svg">
2782 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2783 <link wiki="Public_transport#Service_routes" />
2784 <space />
2785 <key key="type" value="route" />
2786 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2787 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2788 <reference ref="name_ref" />
2789 <optional>
2790 <reference ref="public_transport_route_optionals" />
2791 </optional>
2792 <roles>
2793 <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)" />
2794 <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)" />
2795 <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)" />
2796 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2797 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2798 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2799 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2800 </roles>
2801 </item> <!-- Public Transport Route (Rail) -->
2802 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2803 <link wiki="Public_transport#Service_routes" />
2804 <space />
2805 <key key="type" value="route" />
2806 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2807 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2808 <reference ref="name_ref" />
2809 <optional>
2810 <reference ref="public_transport_route_optionals" />
2811 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2812 </optional>
2813 <roles>
2814 <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)" />
2815 <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)" />
2816 <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)" />
2817 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2818 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2819 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2820 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2821 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2822 </roles>
2823 </item> <!-- Public Transport Route (Bus) -->
2824 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2825 <link wiki="Public_transport#Route_Master_relations" />
2826 <space />
2827 <key key="type" value="route_master" />
2828 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2829 <reference ref="name_ref" />
2830 <optional>
2831 <text key="operator" text="Operator" />
2832 <text key="network" text="Network" />
2833 <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" />
2834 <text key="website" text="Website" />
2835 </optional>
2836 <roles>
2837 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2838 </roles>
2839 </item> <!-- Route Master -->
2840 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2841 <link wiki="Tag:public_transport=stop_area" />
2842 <space />
2843 <key key="type" value="public_transport" />
2844 <key key="public_transport" value="stop_area" />
2845 <text key="name" text="Name" />
2846 <optional>
2847 <text key="ref" text="Reference" />
2848 <text key="uic_ref" text="UIC reference" />
2849 <text key="uic_name" text="UIC name" />
2850 <text key="operator" text="Operator" />
2851 <text key="network" text="Network" />
2852 </optional>
2853 <roles>
2854 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2855 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2856 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2857 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2858 </roles>
2859 </item> <!-- Stop Area -->
2860 <separator/>
2861 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2862 <link wiki="Tag:public_transport=stop_position" />
2863 <space />
2864 <key key="public_transport" value="stop_position" />
2865 <text key="name" text="Name" />
2866 <optional>
2867 <text key="ref" text="Reference" />
2868 <text key="uic_ref" text="UIC reference" />
2869 <text key="uic_name" text="UIC name" />
2870 <text key="operator" text="Operator" />
2871 <text key="network" text="Network" />
2872 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2873 </optional>
2874 <space />
2875 <checkgroup columns="3">
2876 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2877 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2878 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2879 <check key="train" text="Train" icon="presets/transport/train.svg" />
2880 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2881 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2882 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2883 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2884 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2885 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2886 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2887 </checkgroup>
2888 </item> <!-- Stop Position -->
2889 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2890 <link wiki="Tag:public_transport=platform" />
2891 <space />
2892 <key key="public_transport" value="platform" />
2893 <text key="name" text="Name" />
2894 <check key="bench" text="Bench" />
2895 <check key="shelter" text="Shelter" />
2896 <check key="bin" text="Waste Basket/Trash Can" />
2897 <check key="covered" text="Covered" />
2898 <check key="passenger_information_display" text="Passenger information display" />
2899 <text key="route_ref" text="Route references" />
2900 <reference ref="wheelchair" />
2901 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2902 </item> <!-- Platform -->
2903 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2904 <link wiki="Tag:public_transport=station" />
2905 <space />
2906 <key key="public_transport" value="station" />
2907 <text key="name" text="Name" />
2908 <check key="area" text="Area" disable_off="true" />
2909 <check key="building" text="Building" disable_off="true" />
2910 <text key="operator" text="Operator" />
2911 <text key="network" text="Network" />
2912 </item> <!-- Station -->
2913 <separator/> <!-- *** Access *** -->
2914 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2915 <link wiki="Tag:railway=subway_entrance" />
2916 <key key="railway" value="subway_entrance" />
2917 <optional>
2918 <text key="name" text="Name" />
2919 <reference ref="wheelchair" />
2920 <check key="bicycle" text="Bicycle" />
2921 </optional>
2922 </item> <!-- Subway Entrance -->
2923 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2924 <link wiki="Tag:amenity=vending_machine" />
2925 <space />
2926 <key key="amenity" value="vending_machine" />
2927 <key key="vending" value="public_transport_tickets" />
2928 <reference ref="name_operator" />
2929 <text key="ref" text="Reference number" />
2930 <preset_link preset_name="Payment Methods" />
2931 </item> <!-- Ticket Machine -->
2932 </group> <!-- Public Transport -->
2933 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2934 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2935 <key key="type" value="route" />
2936 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2937 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2938 <reference ref="name_ref" />
2939 <optional>
2940 <text key="from" text="From (initial stop)" />
2941 <text key="to" text="To (terminal stop)" />
2942 <text key="via" text="Via (intermediate stops)" />
2943 <text key="operator" text="Operator" />
2944 <text key="network" text="Network" />
2945 <text key="description" text="Description" />
2946 <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" />
2947 <reference ref="oh" />
2948 <reference ref="fee" />
2949 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2950 <text key="website" text="Website" />
2951 </optional>
2952 <roles>
2953 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2954 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2955 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2956 <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" />
2957 <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" />
2958 <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" />
2959 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2960 </roles>
2961 </item> <!-- Public transport route (Legacy) -->
2962 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2963 <link wiki="Tag:railway=station" />
2964 <key key="railway" value="station" />
2965 <optional>
2966 <text key="name" text="Name" />
2967 <text key="uic_ref" text="UIC-Reference" />
2968 </optional>
2969 </item> <!-- Station -->
2970 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2971 <link wiki="Tag:railway=halt" />
2972 <key key="railway" value="halt" />
2973 <optional>
2974 <text key="name" text="Name" />
2975 </optional>
2976 </item> <!-- Railway Halt -->
2977 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
2978 <link wiki="Tag:railway=tram_stop" />
2979 <key key="railway" value="tram_stop" />
2980 <optional>
2981 <text key="name" text="Name" />
2982 </optional>
2983 </item> <!-- Tram Stop -->
2984 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
2985 <link wiki="Tag:railway=platform" />
2986 <space />
2987 <key key="railway" value="platform" />
2988 <text key="ref" text="Reference (track number)" />
2989 <text key="width" text="Width (meters)" />
2990 <check key="area" text="Area" />
2991 </item> <!-- Railway Platform -->
2992 <separator/>
2993 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
2994 <link wiki="Tag:amenity=bus_station" />
2995 <key key="amenity" value="bus_station" />
2996 <optional>
2997 <text key="name" text="Name" />
2998 </optional>
2999 </item> <!-- Bus Station -->
3000 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
3001 <link wiki="Tag:highway=bus_stop" />
3002 <key key="highway" value="bus_stop" />
3003 <optional>
3004 <text key="name" text="Name" />
3005 <check key="bench" text="Bench" />
3006 <check key="shelter" text="Shelter" />
3007 <check key="bin" text="Waste Basket/Trash Can" />
3008 <check key="passenger_information_display" text="Passenger information display" />
3009 <text key="route_ref" text="Route references" />
3010 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
3011 </optional>
3012 </item> <!-- Bus Stop -->
3013 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3014 <link wiki="Tag:highway=platform" />
3015 <space />
3016 <key key="highway" value="platform" />
3017 <text key="ref" text="Reference (track number)" />
3018 <text key="width" text="Width (meters)" />
3019 <check key="area" text="Area" />
3020 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
3021 </item> <!-- Bus Platform -->
3022 </group> <!-- Public Transport -->
3023 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
3024 <link wiki="Tag:amenity=taxi" />
3025 <space />
3026 <key key="amenity" value="taxi" />
3027 <text key="name" text="Name" />
3028 </item> <!-- Taxi -->
3029 <separator/>
3030 <group name="Airport" icon="presets/transport/airport.svg">
3031 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
3032 <link wiki="Tag:aeroway=aerodrome" />
3033 <space />
3034 <reference ref="aerodrome" />
3035 </item> <!-- Airport Ground -->
3036 <separator/>
3037 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
3038 <link wiki="Tag:aeroway=runway" />
3039 <key key="aeroway" value="runway" />
3040 <optional>
3041 <text key="ref" text="Reference" />
3042 <reference ref="surface" />
3043 </optional>
3044 </item> <!-- Runway -->
3045 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
3046 <link wiki="Tag:aeroway=taxiway" />
3047 <key key="aeroway" value="taxiway" />
3048 <optional>
3049 <text key="ref" text="Reference" />
3050 </optional>
3051 </item> <!-- Taxiway -->
3052 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
3053 <link wiki="Tag:aeroway=holding_position" />
3054 <key key="aeroway" value="holding_position" />
3055 <optional>
3056 <text key="ref" text="Reference" />
3057 </optional>
3058 </item> <!-- Holding Position -->
3059 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
3060 <link wiki="Tag:aeroway=helipad" />
3061 <key key="aeroway" value="helipad" />
3062 <optional>
3063 <text key="ref" text="Reference" />
3064 <text key="iata" text="IATA" />
3065 <text key="icao" text="ICAO" />
3066 <reference ref="wikipedia_wikidata" />
3067 </optional>
3068 </item> <!-- Helipad -->
3069 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
3070 <link wiki="Tag:aeroway=apron" />
3071 <key key="aeroway" value="apron" />
3072 </item> <!-- Apron -->
3073 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
3074 <link wiki="Tag:aeroway=parking_position" />
3075 <key key="aeroway" value="parking_position" />
3076 <text key="ref" text="Reference" />
3077 </item> <!-- Plane Parking Position -->
3078 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3079 <link wiki="Tag:aeroway=hangar" />
3080 <key key="aeroway" value="hangar" />
3081 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
3082 </item> <!-- Hangar -->
3083 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
3084 <link wiki="Tag:airmark=beacon" />
3085 <key key="airmark" value="beacon" />
3086 </item> <!-- Beacon -->
3087 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
3088 <link wiki="Tag:aeroway=navigationaid" />
3089 <key key="aeroway" value="navigationaid" />
3090 <combo key="navigationaid" text="Type" values_searchable="true">
3091 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
3092 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
3093 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
3094 </combo>
3095 </item> <!-- Navigation aid -->
3096 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
3097 <link wiki="Tag:aeroway=windsock" />
3098 <key key="aeroway" value="windsock" />
3099 </item> <!-- Windsock -->
3100 <separator/>
3101 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3102 <link wiki="Tag:aeroway=terminal" />
3103 <space />
3104 <key key="aeroway" value="terminal" />
3105 <text key="name" text="Name" />
3106 <reference ref="internet" />
3107 <reference ref="link_contact_address" />
3108 </item> <!-- Terminal -->
3109 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
3110 <link wiki="Tag:aeroway=gate" />
3111 <space />
3112 <key key="aeroway" value="gate" />
3113 <text key="ref" text="Reference" />
3114 </item> <!-- Gate -->
3115 </group> <!-- Airport -->
3116 </group> <!-- Transport -->
3117 <group name="Facilities" icon="presets/accommodation/hotel.svg">
3118 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
3119 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3120 <link wiki="Tag:tourism=hotel" />
3121 <space />
3122 <key key="tourism" value="hotel" />
3123 <reference ref="name_operator" />
3124 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3125 <text key="rooms" text="Rooms" />
3126 <text key="beds" text="Beds" />
3127 <reference ref="wheelchair" />
3128 <space />
3129 <reference ref="internet_smoking" />
3130 <reference ref="link_contact_address_payment" />
3131 <preset_link preset_name="Residential Building" />
3132 </item> <!-- Hotel -->
3133 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3134 <link wiki="Tag:tourism=motel" />
3135 <space />
3136 <key key="tourism" value="motel" />
3137 <reference ref="name_operator" />
3138 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3139 <text key="rooms" text="Rooms" />
3140 <text key="beds" text="Beds" />
3141 <reference ref="wheelchair" />
3142 <space />
3143 <reference ref="internet_smoking" />
3144 <reference ref="link_contact_address_payment" />
3145 <preset_link preset_name="Building" />
3146 </item> <!-- Motel -->
3147 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
3148 <link wiki="Tag:tourism=guest_house" />
3149 <space />
3150 <key key="tourism" value="guest_house" />
3151 <reference ref="name_operator" />
3152 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3153 <text key="rooms" text="Rooms" />
3154 <text key="beds" text="Beds" />
3155 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
3156 <reference ref="wheelchair" />
3157 <space />
3158 <reference ref="internet_smoking" />
3159 <reference ref="link_contact_address_payment" />
3160 <preset_link preset_name="Building" />
3161 </item> <!-- Guest House/Bed & Breakfast -->
3162 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
3163 <link wiki="Tag:tourism=apartment" />
3164 <space />
3165 <key key="tourism" value="apartment" />
3166 <reference ref="name_operator" />
3167 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
3168 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3169 <reference ref="wheelchair" />
3170 <space />
3171 <reference ref="internet_smoking" />
3172 <reference ref="link_contact_address_payment" />
3173 </item> <!-- Apartment -->
3174 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3175 <link wiki="Tag:tourism=chalet" />
3176 <space />
3177 <key key="tourism" value="chalet" />
3178 <reference ref="name_operator" />
3179 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3180 <text key="rooms" text="Rooms" />
3181 <text key="beds" text="Beds" />
3182 <reference ref="wheelchair" />
3183 <space />
3184 <reference ref="internet_smoking" />
3185 <reference ref="link_contact_address_payment" />
3186 <preset_link preset_name="Building" />
3187 </item> <!-- Chalet -->
3188 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3189 <link wiki="Tag:tourism=hostel" />
3190 <space />
3191 <key key="tourism" value="hostel" />
3192 <reference ref="name_operator" />
3193 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3194 <text key="rooms" text="Rooms" />
3195 <text key="beds" text="Beds" />
3196 <reference ref="wheelchair" />
3197 <space />
3198 <reference ref="internet_smoking" />
3199 <reference ref="link_contact_address_payment" />
3200 <preset_link preset_name="Building" />
3201 </item> <!-- Hostel -->
3202 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3203 <link wiki="Tag:tourism=alpine_hut" />
3204 <space />
3205 <key key="tourism" value="alpine_hut" />
3206 <reference ref="name_operator" />
3207 <text key="ele" text="Elevation (meters)" length="10" />
3208 <text key="rooms" text="Rooms" />
3209 <text key="beds" text="Beds" />
3210 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3211 <space />
3212 <reference ref="internet_smoking" />
3213 <reference ref="link_contact_address_payment" />
3214 <preset_link preset_name="Building" />
3215 </item> <!-- Alpine Hut -->
3216 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3217 <link wiki="Tag:tourism=wilderness_hut" />
3218 <space />
3219 <key key="tourism" value="wilderness_hut" />
3220 <reference ref="name_operator" />
3221 <reference ref="POI_access" />
3222 <text key="capacity" text="Capacity" />
3223 <reference ref="fee" />
3224 <check key="toilets" text="Toilets" />
3225 <check key="shower" text="Shower" />
3226 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
3227 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3228 <text key="ele" text="Elevation (meters)" length="10" />
3229 <text key="description" text="Closer description" />
3230 <reference ref="link_contact_address_payment" />
3231 <preset_link preset_name="Building" />
3232 </item> <!-- Wilderness Hut -->
3233 <separator/>
3234 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
3235 <link wiki="Tag:tourism=caravan_site" />
3236 <space />
3237 <key key="tourism" value="caravan_site" />
3238 <reference ref="name_operator" />
3239 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3240 <reference ref="oh_wheelchair" />
3241 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3242 <text key="capacity" text="Number of places" />
3243 <reference ref="fee_interval" />
3244 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3245 <check key="power_supply" text="Power supply" />
3246 <check key="tents" text="Tents allowed" />
3247 <space />
3248 <reference ref="internet_smoking" />
3249 <reference ref="link_contact_address_payment" />
3250 </item> <!-- Caravan Site/RV Park -->
3251 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
3252 <link wiki="Tag:tourism=camp_site" />
3253 <space />
3254 <key key="tourism" value="camp_site" />
3255 <reference ref="name_operator" />
3256 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3257 <reference ref="oh_wheelchair" />
3258 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3259 <text key="capacity" text="Number of places" />
3260 <checkgroup columns="2">
3261 <check key="tents" text="Tents allowed" />
3262 <check key="caravans" text="Caravans allowed" />
3263 </checkgroup>
3264 <checkgroup columns="2">
3265 <check key="backcountry" text="Backcountry" />
3266 <check key="group_only" text="Group only access" />
3267 </checkgroup>
3268 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3269 <reference ref="wheelchair" />
3270 <reference ref="internet" />
3271 <space />
3272 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3273 <reference ref="link_contact_address_payment" />
3274 </item> <!-- Campsite -->
3275 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3276 <link wiki="Tag:tourism=camp_pitch" />
3277 <space />
3278 <key key="tourism" value="camp_pitch" />
3279 <text key="ref" text="Reference" />
3280 <text key="addr:unit" text="Unit number" />
3281 <text key="capacity" text="Number of places" />
3282 <reference ref="surface" />
3283 <checkgroup columns="2">
3284 <check key="tents" text="Tents allowed" />
3285 <check key="caravans" text="Caravans allowed" />
3286 <check key="drinking_water" text="Drinking Water" />
3287 <check key="power_supply" text="Power supply" />
3288 <check key="permanent_camping" text="Permanent camping only" />
3289 </checkgroup>
3290 </item> <!-- Camp pitch -->
3291 </group> <!-- Accommodation -->
3292 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3293 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3294 <link wiki="Tag:amenity=restaurant" />
3295 <space />
3296 <key key="amenity" value="restaurant" />
3297 <reference ref="name_operator" />
3298 <reference ref="cuisine" />
3299 <check key="microbrewery" text="Microbrewery" />
3300 <check key="outdoor_seating" text="Outdoor seating" />
3301 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3302 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3303 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3304 <reference ref="oh" />
3305 <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" />
3306 <reference ref="wheelchair" />
3307 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3308 <space />
3309 <reference ref="internet_smoking" />
3310 <preset_link preset_name="Diet" />
3311 <reference ref="link_contact_address_payment" />
3312 </item> <!-- Restaurant -->
3313 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3314 <link wiki="Tag:amenity=fast_food" />
3315 <space />
3316 <key key="amenity" value="fast_food" />
3317 <reference ref="name_operator" />
3318 <reference ref="cuisine" />
3319 <check key="outdoor_seating" text="Outdoor seating" />
3320 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3321 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3322 <reference ref="oh_wheelchair" />
3323 <space />
3324 <reference ref="internet_smoking" />
3325 <preset_link preset_name="Diet" />
3326 <reference ref="link_contact_address_payment" />
3327 <preset_link preset_name="Building" />
3328 </item> <!-- Fast Food -->
3329 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3330 <link wiki="Tag:amenity=food_court" />
3331 <space />
3332 <key key="amenity" value="food_court" />
3333 <reference ref="name_operator" />
3334 <check key="outdoor_seating" text="Outdoor seating" />
3335 <reference ref="oh_wheelchair" />
3336 <space />
3337 <reference ref="internet_smoking" />
3338 <reference ref="link_contact_address_payment" />
3339 </item> <!-- Food Court -->
3340 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3341 <link wiki="Tag:amenity=cafe" />
3342 <space />
3343 <key key="amenity" value="cafe" />
3344 <reference ref="name_operator" />
3345 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3346 <check key="outdoor_seating" text="Outdoor seating" />
3347 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3348 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3349 <reference ref="oh_wheelchair" />
3350 <space />
3351 <reference ref="internet_smoking" />
3352 <preset_link preset_name="Diet" />
3353 <reference ref="link_contact_address_payment" />
3354 </item> <!-- Cafe -->
3355 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3356 <link wiki="Tag:amenity=ice_cream" />
3357 <space />
3358 <key key="amenity" value="ice_cream" />
3359 <reference ref="name_operator" />
3360 <check key="outdoor_seating" text="Outdoor seating" />
3361 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3362 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3363 <reference ref="oh_wheelchair" />
3364 <space />
3365 <reference ref="internet_smoking" />
3366 <preset_link preset_name="Diet" />
3367 <reference ref="link_contact_address_payment" />
3368 </item> <!-- Ice cream -->
3369 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3370 <link wiki="Tag:amenity=pub" />
3371 <space />
3372 <key key="amenity" value="pub" />
3373 <reference ref="name_operator" />
3374 <check key="microbrewery" text="Microbrewery" />
3375 <check key="outdoor_seating" text="Outdoor seating" />
3376 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3377 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3378 <reference ref="oh_wheelchair" />
3379 <space />
3380 <reference ref="internet_smoking" />
3381 <preset_link preset_name="Diet" />
3382 <reference ref="link_contact_address_payment" />
3383 </item> <!-- Pub -->
3384 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3385 <link wiki="Tag:amenity=biergarten" />
3386 <space />
3387 <key key="amenity" value="biergarten" />
3388 <reference ref="name_operator" />
3389 <check key="microbrewery" text="Microbrewery" />
3390 <reference ref="oh_wheelchair" />
3391 <space />
3392 <reference ref="internet_smoking" />
3393 <preset_link preset_name="Diet" />
3394 <reference ref="link_contact_address_payment" />
3395 </item> <!-- Beer Garden -->
3396 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3397 <link wiki="Tag:leisure=outdoor_seating" />
3398 <space />
3399 <key key="leisure" value="outdoor_seating" />
3400 <reference ref="name_operator_oh_wheelchair" />
3401 </item> <!-- Outdoor seating -->
3402 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3403 <link wiki="Tag:amenity=bar" />
3404 <space />
3405 <key key="amenity" value="bar" />
3406 <reference ref="name_operator" />
3407 <check key="outdoor_seating" text="Outdoor seating" />
3408 <reference ref="oh_wheelchair" />
3409 <space />
3410 <reference ref="internet_smoking" />
3411 <preset_link preset_name="Diet" />
3412 <reference ref="link_contact_address_payment" />
3413 </item> <!-- Bar -->
3414 <separator/>
3415 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3416 <link wiki="Key:diet" />
3417 <space />
3418 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3419 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3420 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3421 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3422 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3423 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3424 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3425 <space />
3426 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3427 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3428 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3429 <space />
3430 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3431 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3432 </item> <!-- Diet -->
3433 </group> <!-- Food+Drinks -->
3434 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3435 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3436 <link wiki="Tag:tourism=attraction" />
3437 <space />
3438 <key key="tourism" value="attraction" />
3439 <text key="name" text="Name" />
3440 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3441 <reference ref="oh_wheelchair" />
3442 </item> <!-- Attraction -->
3443 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3444 <link wiki="Tag:tourism=viewpoint" />
3445 <space />
3446 <key key="tourism" value="viewpoint" />
3447 <text key="name" text="Name" />
3448 <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" />
3449 <space />
3450 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3451 </item> <!-- Viewpoint -->
3452 <separator/>
3453 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3454 <link wiki="Tag:information=office" />
3455 <label text="An office where you can get information about a town or region." />
3456 <space />
3457 <key key="tourism" value="information" />
3458 <key key="information" value="office" />
3459 <reference ref="name_oh_wheelchair" />
3460 <reference ref="internet" />
3461 <reference ref="link_contact_address_payment" />
3462 </item> <!-- Information Office -->
3463 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3464 <link wiki="Tag:information=map" />
3465 <label text="A board with a map." />
3466 <space />
3467 <key key="tourism" value="information" />
3468 <key key="information" value="map" />
3469 <text key="name" text="Name" />
3470 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3471 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3472 <text key="description" text="Closer description" />
3473 <optional text="Routes shown for:">
3474 <check key="hiking" text="Hiking" />
3475 <check key="bicycle" text="Cycling" />
3476 <check key="mtb" text="Mountainbiking" />
3477 <check key="ski" text="Skiing" />
3478 <check key="horse" text="Riding" />
3479 <space />
3480 <label text="... other transportation modes possible" />
3481 </optional>
3482 </item> <!-- Map -->
3483 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3484 <link wiki="Tag:information=board" />
3485 <space />
3486 <label text="A board with information." />
3487 <key key="tourism" value="information" />
3488 <key key="information" value="board" />
3489 <text key="name" text="Name" />
3490 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3491 <text key="description" text="Closer description" />
3492 </item> <!-- Information Board -->
3493 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3494 <link wiki="Tag:information=guidepost" />
3495 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3496 <space />
3497 <key key="tourism" value="information" />
3498 <key key="information" value="guidepost" />
3499 <reference ref="name_ref_operator" />
3500 <text key="ele" text="Elevation (meters)" length="10" />
3501 <optional text="Routes shown for:">
3502 <check key="hiking" text="Hiking" />
3503 <check key="bicycle" text="Cycling" />
3504 <check key="mtb" text="Mountainbiking" />
3505 <check key="ski" text="Skiing" />
3506 <check key="horse" text="Riding" />
3507 <space />
3508 <label text="... other transportation modes possible" />
3509 </optional>
3510 </item> <!-- Guidepost -->
3511 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3512 <link wiki="Key:information" />
3513 <space />
3514 <key key="tourism" value="information" />
3515 <key key="information" value="route_marker" />
3516 <reference ref="name_ref_operator" />
3517 <text key="ele" text="Elevation (meters)" length="10" />
3518 <optional text="Routes shown for:">
3519 <check key="hiking" text="Hiking" />
3520 <check key="bicycle" text="Cycling" />
3521 <check key="mtb" text="Mountainbiking" />
3522 <check key="ski" text="Skiing" />
3523 <check key="horse" text="Riding" />
3524 <space />
3525 <label text="... other transportation modes possible" />
3526 </optional>
3527 </item> <!-- Route marker -->
3528 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3529 <link wiki="Tag:information=terminal" />
3530 <label text="Information access via electronic methods." />
3531 <space />
3532 <key key="tourism" value="information" />
3533 <key key="information" value="terminal" />
3534 <reference ref="name_operator" />
3535 <reference ref="wheelchair" />
3536 <text key="description" text="Closer description" />
3537 <text key="ref" text="Reference number" />
3538 <reference ref="fee" />
3539 <reference ref="internet" />
3540 </item> <!-- Information Terminal -->
3541 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3542 <link wiki="Tag:information=audioguide" />
3543 <label text="Information using headphones or a mobile phone." />
3544 <space />
3545 <key key="tourism" value="information" />
3546 <key key="information" value="audioguide" />
3547 <reference ref="name_operator" />
3548 <reference ref="wheelchair" />
3549 <text key="description" text="Closer description" />
3550 <text key="ref" text="Reference number" />
3551 <reference ref="fee" />
3552 <space />
3553 <label text="Audioguide via mobile phone?" />
3554 <text key="phone" text="Phone number" />
3555 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3556 </item> <!-- Audio Guide -->
3557 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3558 <link wiki="Tag:tourism=information" />
3559 <space />
3560 <key key="tourism" value="information" />
3561 <text key="name" text="Name" />
3562 <text key="description" text="Closer description" />
3563 </item> <!-- Other Information Point -->
3564 </group> <!-- Tourism -->
3565 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3566 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3567 <link wiki="Tag:amenity=cinema" />
3568 <space />
3569 <key key="amenity" value="cinema" />
3570 <reference ref="name_operator_oh_wheelchair" />
3571 <check key="drive_in" text="Drive-in theater" />
3572 <check key="cinema:3D" text="3D" />
3573 <text key="screen" text="Number of screens" />
3574 <reference ref="min_age" />
3575 <reference ref="link_contact_address_payment" />
3576 <preset_link preset_name="Building" />
3577 </item> <!-- Movie Theater/Cinema -->
3578 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3579 <link wiki="Tag:leisure=bandstand" />
3580 <space />
3581 <key key="leisure" value="bandstand" />
3582 <reference ref="name_operator_oh_wheelchair" />
3583 <reference ref="POI_access" />
3584 </item> <!-- Bandstand -->
3585 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3586 <link wiki="Tag:tourism=zoo" />
3587 <space />
3588 <key key="tourism" value="zoo" />
3589 <reference ref="name_oh_wheelchair" />
3590 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3591 <reference ref="wikipedia_wikidata" />
3592 <reference ref="link_contact_address_payment" />
3593 </item> <!-- Zoo -->
3594 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3595 <link wiki="Tag:attraction=animal" />
3596 <space />
3597 <key key="attraction" value="animal" />
3598 <text key="name" text="Name" />
3599 </item> <!-- Animal enclosure -->
3600 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3601 <link wiki="Tag:leisure=dog_park" />
3602 <space />
3603 <key key="leisure" value="dog_park" />
3604 <text key="name" text="Name" />
3605 <check key="area" text="Area" />
3606 <combo key="barrier" text="Barrier" values="fence,wall" />
3607 <reference ref="oh_wheelchair" />
3608 <check key="lit" text="Lit" />
3609 </item> <!-- Dog Park -->
3610 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3611 <link wiki="Tag:tourism=theme_park" />
3612 <space />
3613 <key key="tourism" value="theme_park" />
3614 <reference ref="name_operator_oh_wheelchair" />
3615 <reference ref="link_contact_address_payment" />
3616 </item> <!-- Amusement/Theme Park -->
3617 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3618 <link wiki="Tag:leisure=water_park" />
3619 <space />
3620 <key key="leisure" value="water_park" />
3621 <reference ref="name_operator_oh_wheelchair" />
3622 <reference ref="link_contact_address_payment" />
3623 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3624 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3625 </item> <!-- Water Park -->
3626 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3627 <link wiki="Tag:amenity=public_bath" />
3628 <space />
3629 <key key="amenity" value="public_bath" />
3630 <reference ref="name_operator_oh_wheelchair" />
3631 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3632 <check key="bath:open_air" text="Open air" />
3633 <check key="shower" text="Shower" />
3634 <checkgroup columns="3">
3635 <check key="female" text="Female" text_context="restroom" />
3636 <check key="male" text="Male" text_context="restroom" />
3637 <check key="unisex" text="Unisex" text_context="restroom" />
3638 </checkgroup>
3639 <reference ref="fee" />
3640 <reference ref="link_contact_address_payment" />
3641 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3642 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3643 </item> <!-- Public bath -->
3644 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3645 <link wiki="Tag:leisure=resort" />
3646 <space />
3647 <key key="leisure" value="resort" />
3648 <reference ref="name_operator_oh_wheelchair" />
3649 <reference ref="fee_interval" />
3650 <reference ref="link_contact_address_payment" />
3651 </item> <!-- Resort -->
3652 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3653 <link wiki="Tag:leisure=beach_resort" />
3654 <space />
3655 <key key="leisure" value="beach_resort" />
3656 <reference ref="name_operator_oh_wheelchair" />
3657 <reference ref="fee_interval" />
3658 <space />
3659 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3660 <reference ref="link_contact_address_payment" />
3661 </item> <!-- Beach Resort -->
3662 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3663 <link wiki="Tag:leisure=swimming_pool" />
3664 <key key="leisure" value="swimming_pool" />
3665 <space />
3666 <label text="Used for the water area only." />
3667 <space />
3668 <reference ref="POI_access" />
3669 </item> <!-- Swimming Pool -->
3670 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3671 <link wiki="Tag:amenity=dive_centre" />
3672 <space />
3673 <key key="amenity" value="dive_centre" />
3674 <reference ref="name_operator_oh_wheelchair" />
3675 <reference ref="link_contact_address_payment" />
3676 </item> <!-- Dive centre -->
3677 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3678 <link wiki="Tag:leisure=fitness_station" />
3679 <space />
3680 <key key="leisure" value="fitness_station" />
3681 <reference ref="name_operator_oh_wheelchair" />
3682 <text key="ref" text="Reference" />
3683 <text key="description" text="Description" />
3684 </item> <!-- Fitness Station -->
3685 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3686 <link wiki="Tag:amenity=sauna" />
3687 <space />
3688 <key key="leisure" value="sauna" />
3689 <reference ref="name_operator_oh_wheelchair" />
3690 <reference ref="POI_access" />
3691 <reference ref="link_contact_address_payment" />
3692 </item> <!-- Sauna -->
3693 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3694 <link wiki="Tag:leisure=horse_riding" />
3695 <space />
3696 <key key="leisure" value="horse_riding" />
3697 <reference ref="name_operator_oh_wheelchair" />
3698 <reference ref="fee" />
3699 <reference ref="link_contact_address_payment" />
3700 </item> <!-- Horse Riding -->
3701 <item name="Club" icon="presets/leisure/club.svg" type="node,closedway,multipolygon" preset_name_label="true">
3702 <link wiki="Key:club" />
3703 <space />
3704 <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!" />
3705 <optional>
3706 <reference ref="name_operator_oh_wheelchair" />
3707 <space />
3708 <label text="In case of sport:" />
3709 <reference ref="sport" />
3710 </optional>
3711 <reference ref="link_contact_address" />
3712 </item> <!-- Club -->
3713 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3714 <link wiki="Tag:leisure=hackerspace" />
3715 <space />
3716 <key key="leisure" value="hackerspace" />
3717 <reference ref="name_operator_oh_wheelchair" />
3718 <reference ref="link_contact_address" />
3719 </item> <!-- Hackerspace -->
3720 <separator/>
3721 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3722 <link wiki="Tag:leisure=playground" />
3723 <space />
3724 <key key="leisure" value="playground" />
3725 <reference ref="name_operator_oh_wheelchair" />
3726 <reference ref="max_age" />
3727 </item> <!-- Playground -->
3728 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3729 <link wiki="Key:playground" />
3730 <space />
3731 <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!" />
3732 <reference ref="name_operator_oh_wheelchair" />
3733 <reference ref="max_age" />
3734 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3735 </item> <!-- Playground device -->
3736 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3737 <link wiki="Tag:tourism=picnic_site" />
3738 <space />
3739 <key key="tourism" value="picnic_site" />
3740 <text key="name" text="Name" />
3741 <check key="fireplace" text="Fireplace" />
3742 </item> <!-- Picnic Site -->
3743 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3744 <link wiki="Tag:leisure=picnic_table" />
3745 <space />
3746 <key key="leisure" value="picnic_table" />
3747 <check key="covered" text="Covered" />
3748 </item> <!-- Picnic Table -->
3749 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3750 <link wiki="Tag:amenity=bbq" />
3751 <space />
3752 <key key="amenity" value="bbq" />
3753 <text key="name" text="Name" />
3754 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3755 <check key="covered" text="Covered" />
3756 </item> <!-- Public Grill -->
3757 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3758 <link wiki="Tag:leisure=firepit" />
3759 <space />
3760 <key key="leisure" value="firepit" />
3761 <text key="name" text="Name" />
3762 </item> <!-- Firepit -->
3763 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3764 <link wiki="Tag:leisure=fishing" />
3765 <space />
3766 <key key="leisure" value="fishing" />
3767 <text key="name" text="Name" />
3768 </item> <!-- Fishing -->
3769 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3770 <link wiki="Tag:leisure=bird_hide" />
3771 <space />
3772 <key key="leisure" value="bird_hide" />
3773 <reference ref="name_ref_operator" />
3774 </item> <!-- Bird Hide -->
3775 <separator/>
3776 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3777 <link wiki="Tag:leisure=amusement_arcade" />
3778 <space />
3779 <key key="leisure" value="amusement_arcade" />
3780 <reference ref="name_operator_oh_wheelchair" />
3781 <reference ref="min_age" />
3782 <space />
3783 <reference ref="internet_smoking" />
3784 <reference ref="link_contact_address_payment" />
3785 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3786 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3787 <preset_link preset_name="Casino" text="Similar but different tags:" />
3788 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3789 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3790 </item> <!-- Amusement arcade -->
3791 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3792 <link wiki="Tag:leisure=adult_gaming_centre" />
3793 <space />
3794 <key key="leisure" value="adult_gaming_centre" />
3795 <reference ref="name_operator_oh_wheelchair" />
3796 <reference ref="min_age" />
3797 <space />
3798 <reference ref="internet_smoking" />
3799 <reference ref="link_contact_address_payment" />
3800 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3801 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3802 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3803 <preset_link preset_name="Casino" text="Similar but different tags:" />
3804 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3805 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3806 </item> <!-- Adult gaming centre -->
3807 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3808 <link wiki="Tag:amenity=gambling" />
3809 <space />
3810 <key key="amenity" value="gambling" />
3811 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3812 <reference ref="name_operator_oh_wheelchair" />
3813 <reference ref="min_age" />
3814 <space />
3815 <reference ref="internet_smoking" />
3816 <reference ref="link_contact_address_payment" />
3817 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3818 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3819 <preset_link preset_name="Casino" text="Similar but different tags:" />
3820 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3821 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3822 </item> <!-- Gambling -->
3823 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3824 <link wiki="Tag:amenity=casino" />
3825 <space />
3826 <key key="amenity" value="casino" />
3827 <reference ref="name_operator_oh_wheelchair" />
3828 <reference ref="min_age" />
3829 <space />
3830 <reference ref="internet_smoking" />
3831 <reference ref="link_contact_address_payment" />
3832 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3833 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3834 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3835 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3836 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3837 </item> <!-- Casino -->
3838 <separator/>
3839 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3840 <link wiki="Tag:amenity=nightclub" />
3841 <space />
3842 <key key="amenity" value="nightclub" />
3843 <reference ref="name_operator_oh_wheelchair" />
3844 <reference ref="min_age" />
3845 <space />
3846 <reference ref="internet_smoking" />
3847 <reference ref="link_contact_address_payment" />
3848 </item> <!-- Night Club -->
3849 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3850 <link wiki="Tag:amenity=stripclub" />
3851 <space />
3852 <key key="amenity" value="stripclub" />
3853 <reference ref="name_operator_oh_wheelchair" />
3854 <reference ref="min_age" />
3855 <space />
3856 <reference ref="internet_smoking" />
3857 <reference ref="link_contact_address_payment" />
3858 </item> <!-- Strip Club -->
3859 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3860 <link wiki="Tag:amenity=brothel" />
3861 <space />
3862 <key key="amenity" value="brothel" />
3863 <reference ref="name_operator_oh_wheelchair" />
3864 <space />
3865 <reference ref="internet_smoking" />
3866 <reference ref="link_contact_address_payment" />
3867 </item> <!-- Brothel -->
3868 </group> <!-- Leisure -->
3869 <group name="Culture" icon="presets/leisure/theater.svg">
3870 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3871 <link wiki="Tag:tourism=museum" />
3872 <space />
3873 <key key="tourism" value="museum" />
3874 <reference ref="name_operator_oh_wheelchair" />
3875 <reference ref="wikipedia_wikidata" />
3876 <reference ref="link_contact_address_payment" />
3877 <preset_link preset_name="Building" />
3878 </item> <!-- Museum -->
3879 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3880 <link wiki="Tag:amenity=theatre" />
3881 <space />
3882 <key key="amenity" value="theatre" />
3883 <reference ref="name_operator" />
3884 <reference ref="wheelchair" />
3885 <reference ref="link_contact_address_payment" />
3886 <preset_link preset_name="Building" />
3887 </item> <!-- Theatre -->
3888 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3889 <link wiki="Tag:amenity=library" />
3890 <space />
3891 <key key="amenity" value="library" />
3892 <reference ref="name_operator_oh_wheelchair" />
3893 <reference ref="link_contact_address_payment" />
3894 <preset_link preset_name="Building" />
3895 </item> <!-- Library -->
3896 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3897 <link wiki="Tag:amenity=public_bookcase" />
3898 <space />
3899 <key key="amenity" value="public_bookcase" />
3900 <text key="name" text="Name" />
3901 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3902 <text key="operator" text="Operator" />
3903 <reference ref="oh_wheelchair" />
3904 <reference ref="POI_access" />
3905 </item> <!-- Public bookcase -->
3906 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3907 <link wiki="Tag:amenity=arts_centre" />
3908 <space />
3909 <key key="amenity" value="arts_centre" />
3910 <text key="name" text="Name" />
3911 <reference ref="link_contact_address_payment" />
3912 <preset_link preset_name="Building" />
3913 </item> <!-- Arts Centre -->
3914 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3915 <link wiki="Tag:tourism=artwork" />
3916 <space />
3917 <key key="tourism" value="artwork" />
3918 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3919 <text key="name" text="Name" />
3920 <text key="artwork_subject" text="Subject" />
3921 <text key="artist_name" text="Artist Name" />
3922 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3923 <text key="start_date" text="Start date" />
3924 </item> <!-- Artwork -->
3925 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3926 <link wiki="Tag:amenity=studio" />
3927 <space />
3928 <key key="amenity" value="studio" />
3929 <reference ref="name_operator" />
3930 <reference ref="wheelchair" />
3931 <combo key="studio" text="Type" values="audio,radio,television,video" />
3932 <reference ref="link_contact_address_payment" />
3933 </item> <!-- Studio -->
3934 </group> <!-- Culture -->
3935 <group name="Place of Worship" icon="presets/religion/religion.svg">
3936 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3937 <link wiki="Tag:amenity=place_of_worship" />
3938 <space />
3939 <key key="amenity" value="place_of_worship" />
3940 <key key="religion" value="christian" />
3941 <text key="name" text="Name" />
3942 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3943 <reference ref="christian_denominations" />
3944 <reference ref="service_times" />
3945 <reference ref="oh_wheelchair" />
3946 <reference ref="link_contact_address" />
3947 <preset_link preset_name="Building" />
3948 </item> <!-- Church -->
3949 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
3950 <link wiki="Tag:amenity=place_of_worship" />
3951 <space />
3952 <key key="amenity" value="place_of_worship" />
3953 <key key="religion" value="muslim" />
3954 <text key="name" text="Name" />
3955 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
3956 <reference ref="muslim_denominations" />
3957 <reference ref="service_times" />
3958 <reference ref="oh_wheelchair" />
3959 <reference ref="link_contact_address" />
3960 <preset_link preset_name="Building" />
3961 </item> <!-- Mosque -->
3962 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
3963 <link wiki="Tag:amenity=place_of_worship" />
3964 <space />
3965 <key key="amenity" value="place_of_worship" />
3966 <key key="religion" value="jewish" />
3967 <text key="name" text="Name" />
3968 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
3969 <reference ref="jewish_denominations" />
3970 <reference ref="service_times" />
3971 <reference ref="oh_wheelchair" />
3972 <reference ref="link_contact_address" />
3973 <preset_link preset_name="Building" />
3974 </item> <!-- Synagogue -->
3975 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3976 <link wiki="Tag:amenity=place_of_worship" />
3977 <space />
3978 <key key="amenity" value="place_of_worship" />
3979 <key key="religion" value="buddhist" />
3980 <text key="name" text="Name" />
3981 <reference ref="buddhist_denominations" />
3982 <reference ref="service_times" />
3983 <reference ref="oh_wheelchair" />
3984 <reference ref="link_contact_address" />
3985 <preset_link preset_name="Building" />
3986 </item> <!-- Buddhist Temple -->
3987 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3988 <link wiki="Tag:amenity=place_of_worship" />
3989 <space />
3990 <key key="amenity" value="place_of_worship" />
3991 <key key="religion" value="hindu" />
3992 <text key="name" text="Name" />
3993 <reference ref="hindu_denominations" />
3994 <reference ref="service_times" />
3995 <reference ref="oh_wheelchair" />
3996 <reference ref="link_contact_address" />
3997 <preset_link preset_name="Building" />
3998 </item> <!-- Hindu Temple -->
3999 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
4000 <link wiki="Tag:amenity=place_of_worship" />
4001 <space />
4002 <key key="amenity" value="place_of_worship" />
4003 <key key="religion" value="shinto" />
4004 <text key="name" text="Name" />
4005 <reference ref="service_times" />
4006 <reference ref="oh_wheelchair" />
4007 <reference ref="link_contact_address" />
4008 <preset_link preset_name="Building" />
4009 </item> <!-- Shinto Shrine -->
4010 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
4011 <link wiki="Tag:amenity=place_of_worship" />
4012 <space />
4013 <key key="amenity" value="place_of_worship" />
4014 <text key="name" text="Name" />
4015 <reference ref="other_religions" />
4016 <reference ref="service_times" />
4017 <reference ref="oh_wheelchair" />
4018 <reference ref="link_contact_address" />
4019 <preset_link preset_name="Building" />
4020 </item> <!-- Other Place of Worship -->
4021 </group> <!-- Place of Worship -->
4022 <group name="Public Building" icon="presets/service/townhall.svg">
4023 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
4024 <link wiki="Tag:amenity=townhall" />
4025 <space />
4026 <key key="amenity" value="townhall" />
4027 <reference ref="name_oh_wheelchair" />
4028 <reference ref="link_contact_address" />
4029 <preset_link preset_name="Building" />
4030 </item> <!-- Town Hall -->
4031 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4032 <link wiki="Tag:amenity=community_centre" />
4033 <label text="Community Centre" />
4034 <space />
4035 <key key="amenity" value="community_centre" />
4036 <reference ref="name_operator_oh_wheelchair" />
4037 <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" />
4038 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
4039 <reference ref="link_contact_address" />
4040 <preset_link preset_name="Building" />
4041 </item> <!-- Community Centre -->
4042 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
4043 <link wiki="Tag:amenity=embassy" />
4044 <space />
4045 <key key="amenity" value="embassy" />
4046 <reference ref="name_oh_wheelchair" />
4047 <reference ref="link_contact_address" />
4048 </item> <!-- Embassy -->
4049 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
4050 <link wiki="Tag:amenity=courthouse" />
4051 <space />
4052 <key key="amenity" value="courthouse" />
4053 <reference ref="name_oh_wheelchair" />
4054 <reference ref="link_contact_address" />
4055 <preset_link preset_name="Building" />
4056 </item> <!-- Courthouse -->
4057 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
4058 <link wiki="Tag:amenity=prison" />
4059 <space />
4060 <key key="amenity" value="prison" />
4061 <reference ref="name_operator" />
4062 <reference ref="link_contact_address" />
4063 </item> <!-- Prison -->
4064 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
4065 <link wiki="Tag:amenity=police" />
4066 <space />
4067 <key key="amenity" value="police" />
4068 <reference ref="name_oh_wheelchair" />
4069 <reference ref="link_contact_address" />
4070 <preset_link preset_name="Building" />
4071 </item> <!-- Police -->
4072 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4073 <link wiki="Tag:amenity=ranger_station" />
4074 <space />
4075 <key key="amenity" value="ranger_station" />
4076 <reference ref="name_operator_oh_wheelchair" />
4077 <reference ref="link_contact_address" />
4078 </item> <!-- Ranger Station -->
4079 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
4080 <link wiki="Tag:amenity=fire_station" />
4081 <space />
4082 <key key="amenity" value="fire_station" />
4083 <text key="name" text="Name" />
4084 <reference ref="link_contact_address" />
4085 <preset_link preset_name="Building" />
4086 </item> <!-- Fire Station -->
4087 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
4088 <link wiki="Tag:amenity=post_office" />
4089 <space />
4090 <key key="amenity" value="post_office" />
4091 <reference ref="name_operator_oh_wheelchair" />
4092 <text key="ref" text="Reference" />
4093 <reference ref="link_contact_address_payment" />
4094 </item> <!-- Post Office -->
4095 </group> <!-- Public Buildings -->
4096 <group name="Education" icon="presets/education/school.svg">
4097 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
4098 <link wiki="Tag:amenity=kindergarten" />
4099 <space />
4100 <key key="amenity" value="kindergarten" />
4101 <reference ref="name_operator_oh_wheelchair" />
4102 <reference ref="min_age" />
4103 <reference ref="max_age" />
4104 <combo key="isced:level" text="ISCED level" values="0" />
4105 <reference ref="link_contact_address" />
4106 <preset_link preset_name="Building" />
4107 </item> <!-- Kindergarten -->
4108 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
4109 <link wiki="Tag:amenity=school" />
4110 <space />
4111 <key key="amenity" value="school" />
4112 <reference ref="name_operator_oh_wheelchair" />
4113 <reference ref="min_age" />
4114 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
4115 <reference ref="link_contact_address" />
4116 <preset_link preset_name="Building" />
4117 </item> <!-- School -->
4118 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
4119 <link wiki="Tag:amenity=university" />
4120 <space />
4121 <key key="amenity" value="university" />
4122 <reference ref="name_operator_oh_wheelchair" />
4123 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
4124 <reference ref="link_contact_address" />
4125 </item> <!-- University -->
4126 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
4127 <link wiki="Tag:amenity=college" />
4128 <space />
4129 <key key="amenity" value="college" />
4130 <reference ref="name_operator_oh_wheelchair" />
4131 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
4132 <reference ref="link_contact_address" />
4133 </item> <!-- College -->
4134 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
4135 <link wiki="Tag:amenity=driving_school" />
4136 <space />
4137 <key key="amenity" value="driving_school" />
4138 <reference ref="name_operator_oh_wheelchair" />
4139 <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" />
4140 <reference ref="link_contact_address" />
4141 </item> <!-- Driving School -->
4142 </group> <!-- Education -->
4143 <group name="Health" icon="presets/health/pharmacy.svg">
4144 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
4145 <link wiki="Tag:amenity=hospital" />
4146 <space />
4147 <key key="amenity" value="hospital" />
4148 <reference ref="name_operator" />
4149 <reference ref="link_contact_address_payment" />
4150 </item> <!-- Hospital -->
4151 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
4152 <link wiki="Tag:amenity=clinic" />
4153 <space />
4154 <key key="amenity" value="clinic" />
4155 <reference ref="name_operator" />
4156 <reference ref="link_contact_address_payment" />
4157 </item> <!-- Clinic -->
4158 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
4159 <link wiki="Tag:amenity=doctors" />
4160 <space />
4161 <key key="amenity" value="doctors" />
4162 <reference ref="name_oh_wheelchair" />
4163 <reference ref="link_contact_address_payment" />
4164 </item> <!-- Doctor's Office -->
4165 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
4166 <link wiki="Tag:amenity=dentist" />
4167 <space />
4168 <key key="amenity" value="dentist" />
4169 <reference ref="name_oh_wheelchair" />
4170 <reference ref="link_contact_address_payment" />
4171 </item> <!-- Dentist -->
4172 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
4173 <link wiki="Tag:amenity=pharmacy" />
4174 <space />
4175 <key key="amenity" value="pharmacy" />
4176 <reference ref="name_operator_oh_wheelchair" />
4177 <check key="dispensing" text="Dispensing"/>
4178 <reference ref="link_contact_address_payment" />
4179 </item> <!-- Pharmacy -->
4180 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
4181 <link wiki="Tag:healthcare=laboratory" />
4182 <space />
4183 <key key="healthcare" value="laboratory" />
4184 <optional>
4185 <reference ref="name_operator" />
4186 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
4187 <reference ref="oh_wheelchair" />
4188 <text key="ref" text="Reference" />
4189 <reference ref="link_contact_address" />
4190 </optional>
4191 </item> <!-- Laboratory -->
4192 <separator/>
4193 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
4194 <link wiki="Tag:amenity=baby_hatch" />
4195 <space />
4196 <key key="amenity" value="baby_hatch" />
4197 <reference ref="name_operator_oh_wheelchair" />
4198 <reference ref="link_contact_address" />
4199 </item> <!-- Baby Hatch/Safe Haven -->
4200 <separator/>
4201 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
4202 <link wiki="Tag:highway=emergency_access_point" />
4203 <space />
4204 <key key="highway" value="emergency_access_point" />
4205 <text key="ref" text="Point Number" />
4206 <text key="name" text="Point Name" />
4207 <text key="operator" text="Operator" />
4208 <text key="emergency_telephone_code" text="Emergency Phone Number" />
4209 <label text="(Use number as shown on plate.)" />
4210 <space />
4211 </item> <!-- Emergency Access Point -->
4212 <separator/>
4213 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
4214 <link wiki="Tag:amenity=veterinary" />
4215 <space />
4216 <key key="amenity" value="veterinary" />
4217 <reference ref="name_oh_wheelchair" />
4218 <reference ref="link_contact_address_payment" />
4219 </item> <!-- Veterinary -->
4220 </group> <!-- Health -->
4221 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
4222 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4223 <link wiki="Tag:emergency=ambulance_station" />
4224 <space />
4225 <key key="emergency" value="ambulance_station" />
4226 <reference ref="name_operator" />
4227 <reference ref="link_contact_address" />
4228 </item> <!-- Ambulance Station -->
4229 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
4230 <link wiki="Tag:emergency=emergency_ward_entrance" />
4231 <space />
4232 <key key="emergency" value="emergency_ward_entrance" />
4233 <reference ref="name_operator" />
4234 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
4235 <reference ref="link_contact_address" />
4236 </item> <!-- Emergency ward entrance -->
4237 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
4238 <link wiki="Tag:emergency=defibrillator" />
4239 <space />
4240 <key key="emergency" value="defibrillator" />
4241 <reference ref="oh_wheelchair" />
4242 <text key="operator" text="Operator" />
4243 <text key="defibrillator:location" text="Location description" />
4244 <text key="phone" text="Phone number" />
4245 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
4246 <reference ref="POI_access" />
4247 <check key="indoor" text="Located inside a building?" />
4248 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
4249 <optional>
4250 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
4251 <text key="lastcheck:note" text="Last check note" />
4252 </optional>
4253 -->
4254 </item> <!-- Automated Defibrillator -->
4255 <separator />
4256 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
4257 <link wiki="Tag:emergency=fire_extinguisher" />
4258 <space />
4259 <key key="emergency" value="fire_extinguisher" />
4260 <text key="ref" text="Reference" />
4261 <text key="operator" text="Operator" />
4262 <check key="indoor" text="Indoor" />
4263 </item> <!-- Fire Extinguisher -->
4264 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
4265 <link wiki="Tag:emergency=fire_hose" />
4266 <space />
4267 <key key="emergency" value="fire_hose" />
4268 <text key="ref" text="Reference" />
4269 <text key="operator" text="Operator" />
4270 </item> <!-- Fire Hose -->
4271 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
4272 <link wiki="Tag:emergency=fire_hydrant" />
4273 <space />
4274 <key key="emergency" value="fire_hydrant" />
4275 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4276 <list_entry value="pillar" short_description="A pillar type hydrant." />
4277 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4278 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4279 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4280 </combo>
4281 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4282 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4283 <list_entry value="#" short_description="Pressure in bar." />
4284 <list_entry value="yes" short_description="Pressure but value unknown." />
4285 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4286 </combo>
4287 <optional>
4288 <text key="ref" text="Reference" />
4289 <combo key="water_source" text="Water source">
4290 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4291 <list_entry value="groundwater" short_description="A water well." />
4292 <list_entry value="stream" />
4293 <list_entry value="river" />
4294 <list_entry value="canal" />
4295 <list_entry value="drain" />
4296 <list_entry value="ditch" />
4297 <list_entry value="pond" />
4298 <list_entry value="lake" />
4299 <list_entry value="water_tank" />
4300 <list_entry value="swimming_pool" />
4301 </combo>
4302 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4303 <list_entry value="lane" short_description="on the side of a road lane" />
4304 <list_entry value="parking_lot" short_description="in a parking lot" />
4305 <list_entry value="sidewalk" short_description="on a sidewalk" />
4306 <list_entry value="green" short_description="in a grassy area" />
4307 </combo>
4308 <text key="flow_rate" text="Flow rate with unit of measure" />
4309 <combo key="pillar:type" text="Pillar type">
4310 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4311 <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." />
4312 </combo>
4313 <space />
4314 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4315 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4316 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4317 <space />
4318 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4319 <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" />
4320 <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" />
4321 <space />
4322 <text key="manufacturer" text="Manufacturer" />
4323 <text key="operator" text="Operator" />
4324 <text key="name" text="Name" />
4325 </optional>
4326 </item> <!-- Fire Hydrant -->
4327 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4328 <link wiki="Tag:emergency=water_tank" />
4329 <space />
4330 <key key="emergency" value="water_tank" />
4331 <reference ref="name_ref_operator" />
4332 <space />
4333 <text key="water_tank:volume" text="Volume (in liters)" />
4334 </item> <!-- Water Tank -->
4335 <separator />
4336 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4337 <link wiki="Tag:emergency=assembly_point" />
4338 <space />
4339 <key key="emergency" value="assembly_point" />
4340 <reference ref="name_ref_operator" />
4341 </item> <!-- Assembly Point -->
4342 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4343 <link wiki="Tag:emergency=phone" />
4344 <key key="emergency" value="phone" />
4345 <text key="ref" text="Reference" />
4346 <text key="operator" text="Operator" />
4347 </item> <!-- Emergency Phone -->
4348 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4349 <link wiki="Tag:emergency=siren" />
4350 <key key="emergency" value="siren" />
4351 <text key="ref" text="Reference" />
4352 <text key="operator" text="Operator" />
4353 <space />
4354 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4355 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4356 <text key="siren:range" text="Range (in meters)" />
4357 </item> <!-- Siren -->
4358 </group> <!-- Emergency -->
4359 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4360 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4361 <link wiki="Key:social_facility" />
4362 <space />
4363 <key key="amenity" value="social_facility" />
4364 <key key="social_facility" value="nursing_home" />
4365 <reference ref="name_operator" />
4366 <text key="capacity" text="Capacity" />
4367 <reference ref="link_contact_address" />
4368 </item> <!-- Nursing Home -->
4369 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4370 <link wiki="Tag:amenity=nursing_home" />
4371 <space />
4372 <key key="amenity" value="nursing_home" />
4373 <reference ref="name_operator" />
4374 <text key="capacity" text="Capacity" />
4375 <reference ref="link_contact_address" />
4376 </item> <!-- Nursing Home (Legacy)-->
4377 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4378 <link wiki="Key:social_facility" />
4379 <space />
4380 <key key="amenity" value="social_facility" />
4381 <key key="social_facility" value="group_home" />
4382 <reference ref="name_operator" />
4383 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4384 <text key="capacity" text="Capacity" />
4385 <reference ref="link_contact_address" />
4386 </item> <!-- Group Home -->
4387 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4388 <link wiki="Key:social_facility" />
4389 <space />
4390 <key key="amenity" value="social_facility" />
4391 <key key="social_facility" value="assisted_living" />
4392 <reference ref="name_operator" />
4393 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4394 <text key="capacity" text="Capacity" />
4395 <reference ref="link_contact_address" />
4396 </item> <!-- Assisted Living -->
4397 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4398 <link wiki="Key:social_facility" />
4399 <space />
4400 <key key="amenity" value="social_facility" />
4401 <key key="social_facility" value="outreach" />
4402 <reference ref="name_operator_oh_wheelchair" />
4403 <reference ref="link_contact_address" />
4404 </item> <!-- Outreach -->
4405 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4406 <link wiki="Key:social_facility" />
4407 <space />
4408 <key key="amenity" value="social_facility" />
4409 <key key="social_facility" value="shelter" />
4410 <reference ref="name_operator" />
4411 <text key="capacity" text="Capacity" />
4412 <reference ref="link_contact_address" />
4413 </item> <!-- Shelter -->
4414 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4415 <link wiki="Key:social_facility" />
4416 <space />
4417 <key key="amenity" value="social_facility" />
4418 <key key="social_facility" value="food_bank" />
4419 <reference ref="name_operator_oh_wheelchair" />
4420 <reference ref="link_contact_address" />
4421 </item> <!-- Food Bank -->
4422 </group> <!-- Social Facility -->
4423 <group name="Facilities" icon="presets/service/telephone.svg">
4424 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4425 <link wiki="Tag:amenity=toilets" />
4426 <space />
4427 <key key="amenity" value="toilets" />
4428 <optional>
4429 <reference ref="POI_access" />
4430 <checkgroup columns="3">
4431 <check key="female" text="Female" text_context="restroom" />
4432 <check key="male" text="Male" text_context="restroom" />
4433 <check key="unisex" text="Unisex" text_context="restroom" />
4434 </checkgroup>
4435 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4436 <text key="description" text="Description" />
4437 <reference ref="fee" />
4438 <text key="operator" text="Operator" />
4439 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4440 <reference ref="wheelchair" />
4441 <check key="drinking_water" text="Drinking Water" />
4442 </optional>
4443 <preset_link preset_name="Changing table" />
4444 </item> <!-- Toilets/Restrooms -->
4445 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4446 <link wiki="Tag:amenity=shower" />
4447 <space />
4448 <key key="amenity" value="shower" />
4449 <reference ref="POI_access" />
4450 <optional>
4451 <checkgroup columns="3">
4452 <check key="female" text="Female" text_context="restroom" />
4453 <check key="male" text="Male" text_context="restroom" />
4454 <check key="unisex" text="Unisex" text_context="restroom" />
4455 </checkgroup>
4456 <text key="description" text="Description" />
4457 <reference ref="fee" />
4458 <text key="operator" text="Operator" />
4459 <reference ref="oh_wheelchair" />
4460 </optional>
4461 </item> <!-- Shower -->
4462 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4463 <link wiki="Key:changing_table" />
4464 <space />
4465 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4466 <optional>
4467 <check key="changing_table:fee" text="Fee" />
4468 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4469 <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" />
4470 <text key="operator" text="Operator" />
4471 <reference ref="wheelchair" />
4472 </optional>
4473 </item> <!-- Changing table -->
4474 <separator/>
4475 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4476 <link wiki="Tag:amenity=post_box" />
4477 <space />
4478 <key key="amenity" value="post_box" />
4479 <text key="operator" text="Operator" />
4480 <text key="ref" text="Reference number" />
4481 <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" />
4482 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4483 <check key="drive_through" text="Drive through" />
4484 </item> <!-- Post Box -->
4485 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4486 <link wiki="Tag:amenity=telephone" />
4487 <space />
4488 <key key="amenity" value="telephone" />
4489 <text key="operator" text="Operator" />
4490 <combo key="covered" text="Covered" values="yes,no,booth" />
4491 <space />
4492 <check key="payment:coins" text="Coins" />
4493 <check key="payment:notes" text="Notes" text_context="payment" />
4494 <check key="payment:telephone_cards" text="Telephone cards" />
4495 <preset_link preset_name="Payment Methods" />
4496 </item> <!-- Telephone -->
4497 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4498 <link wiki="Tag:amenity=internet_cafe" />
4499 <space />
4500 <key key="amenity" value="internet_cafe" />
4501 <reference ref="name_operator_oh_wheelchair" />
4502 <reference ref="link_contact_address_payment" />
4503 </item> <!-- Internet Cafe -->
4504 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4505 <link wiki="Key:internet_access" />
4506 <space />
4507 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4508 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4509 </item> <!-- Internet Access -->
4510 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4511 <link wiki="Tag:amenity=clock" />
4512 <key key="amenity" value="clock" />
4513 <optional>
4514 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4515 <reference ref="support" />
4516 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4517 <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" />
4518 <check key="date" text="Shows current date" />
4519 <check key="thermometer" text="Shows temperature" />
4520 <check key="barometer" text="Shows barometric pressure" />
4521 <check key="hygrometer" text="Shows humidity" />
4522 </optional>
4523 </item> <!-- Clock -->
4524 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4525 <link wiki="Tag:amenity=photo_booth" />
4526 <space />
4527 <key key="amenity" value="photo_booth" />
4528 <reference ref="name_operator_oh_wheelchair" />
4529 </item> <!-- Photo booth -->
4530 <separator/>
4531 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4532 <link wiki="Tag:amenity=recycling" />
4533 <space />
4534 <key key="amenity" value="recycling" />
4535 <key key="recycling_type" value="container" />
4536 <text key="operator" text="Operator" />
4537 <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" />
4538 <reference ref="wheelchair" />
4539 <space />
4540 <checkgroup columns="4">
4541 <check key="recycling:paper" text="Paper" />
4542 <check key="recycling:paper_packaging" text="Paper packaging" />
4543 <check key="recycling:cardboard" text="Cardboard" />
4544 <check key="recycling:newspaper" text="Newspaper" />
4545 <check key="recycling:magazines" text="Magazines" />
4546 <check key="recycling:books" text="Books" />
4547 <check key="recycling:plastic" text="Plastic" />
4548 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4549 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4550 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4551 <check key="recycling:glass" text="Glass" />
4552 <check key="recycling:glass_bottles" text="Glass Bottles" />
4553 <check key="recycling:cans" text="Cans" />
4554 <check key="recycling:clothes" text="Clothes" />
4555 <check key="recycling:shoes" text="Shoes" />
4556 <check key="recycling:scrap_metal" text="Scrap Metal" />
4557 <check key="recycling:wood" text="Wood" />
4558 <check key="recycling:green_waste" text="Green Waste" />
4559 <check key="recycling:waste" text="Waste" />
4560 <check key="recycling:batteries" text="Batteries" />
4561 <check key="recycling:small_appliances" text="Small Appliances" />
4562 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4563 </checkgroup>
4564 </item> <!-- Recycling Container-->
4565 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4566 <link wiki="Tag:amenity=recycling" />
4567 <space />
4568 <key key="amenity" value="recycling" />
4569 <key key="recycling_type" value="centre" />
4570 <reference ref="name_operator_oh_wheelchair" />
4571 <space />
4572 <checkgroup columns="4">
4573 <check key="recycling:paper" text="Paper" />
4574 <check key="recycling:paper_packaging" text="Paper packaging" />
4575 <check key="recycling:cardboard" text="Cardboard" />
4576 <check key="recycling:newspaper" text="Newspaper" />
4577 <check key="recycling:magazines" text="Magazines" />
4578 <check key="recycling:books" text="Books" />
4579 <check key="recycling:plastic" text="Plastic" />
4580 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4581 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4582 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4583 <check key="recycling:glass" text="Glass" />
4584 <check key="recycling:glass_bottles" text="Glass Bottles" />
4585 <check key="recycling:cans" text="Cans" />
4586 <check key="recycling:clothes" text="Clothes" />
4587 <check key="recycling:shoes" text="Shoes" />
4588 <check key="recycling:scrap_metal" text="Scrap Metal" />
4589 <check key="recycling:wood" text="Wood" />
4590 <check key="recycling:green_waste" text="Green Waste" />
4591 <check key="recycling:waste" text="Waste" />
4592 <check key="recycling:batteries" text="Batteries" />
4593 <check key="recycling:small_appliances" text="Small Appliances" />
4594 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4595 </checkgroup>
4596 <reference ref="link_contact_address_payment" />
4597 </item> <!-- Recycling Centre-->
4598 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4599 <link wiki="Tag:amenity=waste_basket" />
4600 <key key="amenity" value="waste_basket" />
4601 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4602 </item> <!-- Waste Basket/Trash Can -->
4603 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4604 <link wiki="Tag:amenity=waste_disposal" />
4605 <key key="amenity" value="waste_disposal" />
4606 <combo key="waste" text="Waste" values="trash" />
4607 </item> <!-- Waste Disposal/Dumpster -->
4608 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4609 <link wiki="Toilet_Holding_Tank_Disposal" />
4610 <space />
4611 <key key="amenity" value="sanitary_dump_station" />
4612 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4613 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4614 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4615 <reference ref="POI_access" />
4616 <reference ref="fee" />
4617 <text key="operator" text="Operator" />
4618 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4619 </item> <!-- Sanitary Dump Station -->
4620 <separator/>
4621 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4622 <link wiki="Tag:amenity=bench" />
4623 <space />
4624 <key key="amenity" value="bench" />
4625 <check key="backrest" text="Backrest" />
4626 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4627 <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" />
4628 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4629 </item> <!-- Bench -->
4630 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4631 <link wiki="Tag:amenity=shelter" />
4632 <space />
4633 <key key="amenity" value="shelter" />
4634 <text key="name" text="Name" />
4635 <check key="fireplace" text="Fireplace" />
4636 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4637 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4638 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4639 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4640 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4641 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4642 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4643 </combo>
4644 </item> <!-- Shelter -->
4645 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4646 <link wiki="Tag:amenity=hunting_stand" />
4647 <space />
4648 <key key="amenity" value="hunting_stand" />
4649 <text key="height" text="Height (meters)" length="7" />
4650 <check key="shelter" text="Shelter" />
4651 <check key="hide" text="Hide" text_context="hunting stand" />
4652 <check key="lockable" text="Lockable" />
4653 </item> <!-- Hunting Stand -->
4654 <separator/>
4655 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4656 <link wiki="Tag:amenity=drinking_water" />
4657 <space />
4658 <key key="amenity" value="drinking_water" />
4659 <check key="indoor" text="Indoor" />
4660 <optional>
4661 <text key="name" text="Name" />
4662 <text key="description" text="Description" />
4663 </optional>
4664 </item> <!-- Drinking Water -->
4665 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4666 <link wiki="Tag:amenity=water_point" />
4667 <space />
4668 <key key="amenity" value="water_point" />
4669 <optional>
4670 <check key="drinking_water" text="Drinking Water" />
4671 <text key="name" text="Name" />
4672 <text key="description" text="Description" />
4673 </optional>
4674 </item> <!-- Water Point -->
4675 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4676 <link wiki="Tag:amenity=watering_place" />
4677 <space />
4678 <key key="amenity" value="watering_place" />
4679 <optional>
4680 <text key="name" text="Name" />
4681 <text key="description" text="Description" />
4682 </optional>
4683 </item> <!-- Animal watering place -->
4684 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4685 <link wiki="Tag:amenity=compressed_air" />
4686 <space />
4687 <key key="amenity" value="compressed_air" />
4688 <reference ref="name_ref_operator" />
4689 <reference ref="fee" />
4690 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4691 </item> <!-- Compressed Air -->
4692 <separator/>
4693 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4694 <link wiki="Tag:advertising=column" />
4695 <space />
4696 <key key="advertising" value="column" />
4697 <optional>
4698 <check key="lit" text="Lit" />
4699 </optional>
4700 </item> <!-- Advertising Column -->
4701 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4702 <link wiki="Tag:advertising=billboard" />
4703 <space />
4704 <key key="advertising" value="billboard" />
4705 <optional>
4706 <check key="lit" text="Lit" />
4707 </optional>
4708 </item> <!-- Billboard -->
4709 </group> <!-- Facilities -->
4710 </group> <!-- Facilities -->
4711 <group name="Sports" icon="presets/sport/soccer.svg">
4712 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4713 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4714 <link wiki="Tag:leisure=stadium" />
4715 <space />
4716 <key key="leisure" value="stadium" />
4717 <text key="name" text="Name" />
4718 <reference ref="sport" />
4719 <reference ref="link_contact_address_payment" />
4720 </item> <!-- Stadium -->
4721 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4722 <link wiki="Tag:leisure=sports_centre" />
4723 <space />
4724 <key key="leisure" value="sports_centre" />
4725 <text key="name" text="Name" />
4726 <reference ref="sport" />
4727 <reference ref="link_contact_address_payment" />
4728 <preset_link preset_name="Building" />
4729 </item> <!-- Sports Centre -->
4730 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4731 <link wiki="Tag:leisure=fitness_centre" />
4732 <space />
4733 <key key="leisure" value="fitness_centre" />
4734 <text key="name" text="Name" />
4735 <reference ref="sport" />
4736 <reference ref="link_contact_address_payment" />
4737 <preset_link preset_name="Building" />
4738 </item> <!-- Fitness Centre -->
4739 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4740 <link wiki="Tag:leisure=pitch" />
4741 <space />
4742 <key key="leisure" value="pitch" />
4743 <text key="name" text="Name" />
4744 <reference ref="sport" />
4745 <reference ref="sport_surface" />
4746 <reference ref="link_contact_address_payment" />
4747 </item> <!-- Pitch -->
4748 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4749 <link wiki="Tag:leisure=track" />
4750 <space />
4751 <key key="leisure" value="track" />
4752 <text key="name" text="Name" />
4753 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
4754 <reference ref="sport_surface" />
4755 <check key="area" text="Area" />
4756 </item> <!-- Racetrack -->
4757 <group name="Golf" icon="presets/sport/golf/golf.svg">
4758 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4759 <link wiki="Tag:leisure=golf_course" />
4760 <space />
4761 <key key="leisure" value="golf_course" />
4762 <reference ref="name_oh_wheelchair" />
4763 </item> <!-- Golf Course -->
4764 <separator/>
4765 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4766 <link wiki="Tag:leisure=golf_course" />
4767 <space />
4768 <key key="golf" value="tee" />
4769 </item> <!-- Tee -->
4770 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4771 <link wiki="Tag:leisure=golf_course" />
4772 <space />
4773 <key key="golf" value="hole" />
4774 <text key="ref" text="Reference" />
4775 <text key="par" text="Par" />
4776 <optional>
4777 <text key="name" text="Name" />
4778 <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" />
4779 </optional>
4780 </item> <!-- Hole -->
4781 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4782 <link wiki="Tag:leisure=golf_course" />
4783 <space />
4784 <key key="golf" value="pin" />
4785 <text key="ref" text="Reference" />
4786 </item> <!-- Pin -->
4787 <separator/>
4788 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4789 <link wiki="Tag:golf=bunker" />
4790 <space />
4791 <key key="golf" value="bunker" />
4792 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4793 </item> <!-- Bunker -->
4794 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4795 <link wiki="Tag:leisure=golf_course" />
4796 <space />
4797 <key key="golf" value="water_hazard" />
4798 <key key="natural" value="water" match="keyvalue" />
4799 </item> <!-- Frontal Water hazard -->
4800 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4801 <link wiki="Tag:leisure=golf_course" />
4802 <space />
4803 <key key="golf" value="lateral_water_hazard" />
4804 <key key="natural" value="water" match="keyvalue" />
4805 </item> <!-- Lateral water hazard -->
4806 <separator/>
4807 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4808 <link wiki="Tag:leisure=golf_course" />
4809 <space />
4810 <key key="golf" value="green" />
4811 </item> <!-- Green -->
4812 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4813 <link wiki="Tag:golf=fairway" />
4814 <space />
4815 <key key="golf" value="fairway" />
4816 <key key="surface" value="grass" match="keyvalue" />
4817 </item> <!-- Fairway -->
4818 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4819 <link wiki="Tag:leisure=golf_course" />
4820 <space />
4821 <key key="golf" value="rough" />
4822 </item> <!-- Rough -->
4823 <separator/>
4824 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4825 <link wiki="Tag:leisure=golf_course" />
4826 <space />
4827 <key key="golf" value="driving_range" />
4828 </item> <!-- Driving range -->
4829 </group> <!-- Golf -->
4830 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4831 <link wiki="Tag:leisure=miniature_golf" />
4832 <space />
4833 <key key="leisure" value="miniature_golf" />
4834 <reference ref="name_oh_wheelchair" />
4835 </item> <!-- Miniature Golf -->
4836 </group> <!-- Sport Facilities -->
4837 <group name="Sport" icon="presets/sport/multi.svg">
4838 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4839 <link wiki="Tag:sport=multi" />
4840 <space />
4841 <key key="sport" value="multi" />
4842 <text key="name" text="Name" />
4843 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4844 <reference ref="sport_surface" />
4845 </item> <!-- Multi -->
4846 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4847 <link wiki="Tag:sport=9pin" />
4848 <space />
4849 <key key="sport" value="9pin" />
4850 <text key="name" text="Name" />
4851 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4852 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4853 </item> <!-- Nine-pin Bowling -->
4854 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4855 <link wiki="Tag:sport=10pin" />
4856 <space />
4857 <key key="sport" value="10pin" />
4858 <text key="name" text="Name" />
4859 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4860 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4861 </item> <!-- Ten-pin Bowling -->
4862 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4863 <link wiki="Tag:sport=archery" />
4864 <space />
4865 <key key="sport" value="archery" />
4866 <text key="name" text="Name" />
4867 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4868 </item> <!-- Archery -->
4869 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4870 <link wiki="Tag:sports=athletics" />
4871 <space />
4872 <key key="sport" value="athletics" />
4873 <text key="name" text="Name" />
4874 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4875 <reference ref="sport_surface" />
4876 </item> <!-- Track and Field Athletics -->
4877 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4878 <link wiki="Tag:sport=running" />
4879 <space />
4880 <key key="sport" value="running" />
4881 <reference ref="name_operator" />
4882 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4883 <reference ref="sport_surface" />
4884 </item> <!-- Running -->
4885 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4886 <link wiki="Tag:sport=climbing" />
4887 <space />
4888 <key key="sport" value="climbing" />
4889 <text key="name" text="Name" />
4890 <combo key="leisure" text="Type" values="sports_centre" />
4891 <reference ref="climbing_styles" />
4892 <text key="climbing:routes" text="Number of routes" />
4893 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
4894 <space />
4895 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4896 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4897 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4898 <space />
4899 <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" />
4900 <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" />
4901 <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" />
4902 <space />
4903 <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" />
4904 <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" />
4905 <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" />
4906 <space />
4907 <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" />
4908 <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" />
4909 <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" />
4910 <reference ref="climbing_optional_attributes" />
4911 <space />
4912 </item> <!-- Climbing site -->
4913 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4914 <link wiki="Tag:sport=climbing" />
4915 <space />
4916 <key key="sport" value="climbing" />
4917 <key key="climbing" value="route" />
4918 <text key="name" text="Name" />
4919 <reference ref="climbing_styles" />
4920 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4921 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4922 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4923 <space />
4924 <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" />
4925 <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" />
4926 <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" />
4927 <reference ref="climbing_optional_attributes" />
4928 </item> <!-- Climbing route -->
4929 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4930 <link wiki="Tag:sport=canoe" />
4931 <space />
4932 <key key="sport" value="canoe" />
4933 <text key="name" text="Name" />
4934 </item> <!-- Canoeing/Kayaking -->
4935 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4936 <link wiki="Tag:sport=rowing" />
4937 <space />
4938 <key key="sport" value="rowing" />
4939 <text key="name" text="Name" />
4940 </item> <!-- Rowing -->
4941 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
4942 <link wiki="Tag:sport=cycling" />
4943 <space />
4944 <key key="sport" value="cycling" />
4945 <text key="name" text="Name" />
4946 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4947 <reference ref="sport_surface" />
4948 </item> <!-- Cycling -->
4949 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4950 <link wiki="Tag:sport=dog_racing" />
4951 <space />
4952 <key key="sport" value="dog_racing" />
4953 <text key="name" text="Name" />
4954 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4955 <reference ref="sport_surface" />
4956 </item> <!-- Dog Racing -->
4957 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
4958 <link wiki="Tag:sport=equestrian" />
4959 <space />
4960 <key key="sport" value="equestrian" />
4961 <text key="name" text="Name" />
4962 <reference ref="riding_surface" />
4963 </item> <!-- Equestrian -->
4964 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
4965 <link wiki="Tag:sport=horse_racing" />
4966 <space />
4967 <key key="sport" value="horse_racing" />
4968 <text key="name" text="Name" />
4969 <reference ref="riding_surface" />
4970 </item> <!-- Horse Racing -->
4971 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4972 <link wiki="Tag:sport=gymnastics" />
4973 <space />
4974 <key key="sport" value="gymnastics" />
4975 <text key="name" text="Name" />
4976 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
4977 </item> <!-- Gymnastics -->
4978 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4979 <link wiki="Tag:sport=ice_skating" />
4980 <space />
4981 <key key="sport" value="ice_skating" />
4982 <text key="name" text="Name" />
4983 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
4984 </item> <!-- Ice Skating -->
4985 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4986 <link wiki="Tag:sport=roller_skating"/>
4987 <space />
4988 <key key="sport" value="roller_skating" />
4989 <text key="name" text="Name" />
4990 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4991 <combo key="surface" text="Surface" values="asphalt,concrete" />
4992 </item> <!-- Roller Skating -->
4993 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
4994 <link wiki="Tag:sport=skateboard" />
4995 <space />
4996 <key key="sport" value="skateboard" />
4997 <text key="name" text="Name" />
4998 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
4999 <combo key="surface" text="Surface" values="asphalt,concrete" />
5000 </item> <!-- Skateboard -->
5001 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
5002 <link wiki="Tag:sport=swimming" />
5003 <space />
5004 <key key="sport" value="swimming" />
5005 <text key="name" text="Name" />
5006 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
5007 </item> <!-- Swimming -->
5008 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
5009 <link wiki="Tag:sport=scuba_diving" />
5010 <space />
5011 <key key="sport" value="scuba_diving" />
5012 <text key="name" text="Name" />
5013 </item> <!-- Scuba Diving -->
5014 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
5015 <link wiki="Piste_Maps" />
5016 <space />
5017 <text key="name" text="Name" />
5018 <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"/>
5019 <optional>
5020 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
5021 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
5022 </optional>
5023 </item> <!-- Skiing -->
5024 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5025 <link wiki="Tag:sport=shooting" />
5026 <space />
5027 <key key="sport" value="shooting" />
5028 <text key="name" text="Name" />
5029 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5030 </item> <!-- Shooting -->
5031 <item name="Chess" icon="presets/sport/chess.svg" type="node,closedway,multipolygon" preset_name_label="true">
5032 <link wiki="Tag:sport=chess" />
5033 <space />
5034 <key key="sport" value="chess" />
5035 <text key="name" text="Name" />
5036 <combo key="leisure" text="Type" values="pitch,picnic_table" />
5037 </item> <!-- Chess -->
5038 </group> <!-- Sport -->
5039 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
5040 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
5041 <link wiki="Tag:sport=soccer" />
5042 <space />
5043 <key key="sport" value="soccer" />
5044 <reference ref="name_leisure_pitch" />
5045 <reference ref="sport_surface" />
5046 </item> <!-- Soccer -->
5047 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5048 <link wiki="Tag:sport=australian_football" />
5049 <space />
5050 <key key="sport" value="australian_football" />
5051 <reference ref="name_leisure_pitch" />
5052 <reference ref="sport_surface" />
5053 </item> <!-- Australian Football -->
5054 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5055 <link wiki="Tag:sport=american_football" />
5056 <space />
5057 <key key="sport" value="american_football" />
5058 <reference ref="name_leisure_pitch" />
5059 <reference ref="sport_surface" />
5060 </item> <!-- American Football -->
5061 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5062 <link wiki="Tag:sport=canadian_football" />
5063 <space />
5064 <key key="sport" value="canadian_football" />
5065 <reference ref="name_leisure_pitch" />
5066 <reference ref="sport_surface" />
5067 </item> <!-- Canadian Football -->
5068 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
5069 <link wiki="Tag:sport=gaelic_games" />
5070 <space />
5071 <key key="sport" value="gaelic_games" />
5072 <reference ref="name_leisure_pitch" />
5073 <reference ref="sport_surface" />
5074 <optional>
5075 <check key="gaelic_games:hurling" text="Hurling" />
5076 <check key="gaelic_games:football" text="Football" />
5077 <check key="gaelic_games:camogie" text="Camogie" />
5078 <check key="gaelic_games:rounders" text="Rounders" />
5079 <check key="gaelic_games:handball" text="Handball" />
5080 </optional>
5081 </item> <!-- Gaelic Games -->
5082 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5083 <link wiki="Tag:sport=rugby_league" />
5084 <space />
5085 <key key="sport" value="rugby_league" />
5086 <reference ref="name_leisure_pitch" />
5087 <reference ref="sport_surface" />
5088 </item> <!-- Rugby League -->
5089 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5090 <link wiki="Tag:sport=rugby_union" />
5091 <space />
5092 <key key="sport" value="rugby_union" />
5093 <reference ref="name_leisure_pitch" />
5094 <reference ref="sport_surface" />
5095 </item> <!-- Rugby Union -->
5096 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5097 <link wiki="Tag:sport=baseball" />
5098 <space />
5099 <key key="sport" value="baseball" />
5100 <reference ref="name_leisure_pitch" />
5101 <reference ref="sport_surface" />
5102 </item> <!-- Baseball -->
5103 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5104 <link wiki="Tag:sport=basketball" />
5105 <space />
5106 <key key="sport" value="basketball" />
5107 <reference ref="name_leisure_pitch" />
5108 <reference ref="sport_surface" />
5109 <combo key="hoops" text="Hoops" values="1,2,3,4" />
5110 </item> <!-- Basketball -->
5111 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5112 <link wiki="Tag:sport=handball" />
5113 <space />
5114 <key key="sport" value="handball" />
5115 <reference ref="name_operator" />
5116 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5117 <reference ref="sport_surface" />
5118 </item> <!-- Handball -->
5119 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5120 <link wiki="Tag:sport=volleyball" />
5121 <space />
5122 <key key="sport" value="volleyball" />
5123 <reference ref="name_operator" />
5124 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5125 <reference ref="sport_surface" />
5126 </item> <!-- Volleyball -->
5127 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5128 <link wiki="Tag:sport=beachvolleyball" />
5129 <space />
5130 <key key="sport" value="beachvolleyball" />
5131 <reference ref="name_operator" />
5132 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5133 </item> <!-- Beach Volleyball -->
5134 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
5135 <link wiki="Tag:sport=billiards" />
5136 <space />
5137 <key key="sport" value="billiards" />
5138 <reference ref="name_operator" />
5139 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5140 </item> <!-- Billiards -->
5141 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
5142 <link wiki="Tag:sport=golf" />
5143 <space />
5144 <key key="sport" value="golf" />
5145 <text key="name" text="Name" />
5146 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
5147 </item> <!-- Golf -->
5148 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5149 <link wiki="Tag:sport=boules" />
5150 <space />
5151 <key key="sport" value="boules" />
5152 <reference ref="name_leisure_pitch" />
5153 <reference ref="sport_surface" />
5154 </item> <!-- Boule -->
5155 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5156 <link wiki="Tag:sport=bowls" />
5157 <space />
5158 <key key="sport" value="bowls" />
5159 <reference ref="name_leisure_pitch" />
5160 <reference ref="sport_surface" />
5161 </item> <!-- Lawn Bowling -->
5162 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
5163 <link wiki="Tag:sport=cricket" />
5164 <space />
5165 <key key="sport" value="cricket" />
5166 <reference ref="name_leisure_pitch" />
5167 <reference ref="sport_surface" />
5168 </item> <!-- Cricket -->
5169 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
5170 <link wiki="Tag:sport=croquet" />
5171 <space />
5172 <key key="sport" value="croquet" />
5173 <reference ref="name_leisure_pitch" />
5174 <reference ref="sport_surface" />
5175 </item> <!-- Croquet -->
5176 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5177 <link wiki="Tag:sport=field_hockey" />
5178 <space />
5179 <key key="sport" value="field_hockey" />
5180 <text key="name" text="Name" />
5181 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5182 <reference ref="sport_surface" />
5183 </item> <!-- Field Hockey -->
5184 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5185 <link wiki="Tag:sport=ice_hockey" />
5186 <space />
5187 <key key="sport" value="ice_hockey" />
5188 <text key="name" text="Name" />
5189 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5190 </item> <!-- Ice Hockey -->
5191 <item name="Curling" icon="presets/sport/curling.svg" type="node,closedway,multipolygon" preset_name_label="true">
5192 <link wiki="Tag:sport=curling" />
5193 <space />
5194 <key key="sport" value="curling" />
5195 <text key="name" text="Name" />
5196 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5197 </item> <!-- Curling -->
5198 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
5199 <link wiki="Tag:sport=pelota" />
5200 <space />
5201 <key key="sport" value="pelota" />
5202 <reference ref="name_leisure_pitch" />
5203 <reference ref="sport_surface" />
5204 </item> <!-- Pelota -->
5205 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5206 <link wiki="Tag:sport=racquet" />
5207 <space />
5208 <key key="sport" value="racquet" />
5209 <text key="name" text="Name" />
5210 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5211 <reference ref="sport_surface" />
5212 </item> <!-- Racquetball -->
5213 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5214 <link wiki="Tag:sport=table_tennis" />
5215 <space />
5216 <key key="sport" value="table_tennis" />
5217 <text key="name" text="Name" />
5218 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5219 </item> <!-- Table Tennis/Ping-Pong -->
5220 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5221 <link wiki="Tag:sport=tennis" />
5222 <space />
5223 <key key="sport" value="tennis" />
5224 <reference ref="name_leisure_pitch" />
5225 <reference ref="sport_surface" />
5226 </item> <!-- Tennis -->
5227 </group> <!-- Sport (Ball) -->
5228 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
5229 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
5230 <link wiki="Tag:sport=motor" />
5231 <space />
5232 <key key="sport" value="motor" />
5233 <text key="name" text="Name" />
5234 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5235 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5236 </item> <!-- Motorsport -->
5237 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
5238 <link wiki="Tag:sport=karting" />
5239 <space />
5240 <key key="sport" value="karting" />
5241 <text key="name" text="Name" />
5242 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5243 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5244 </item> <!-- Kart Racing -->
5245 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
5246 <link wiki="Tag:sport=motocross" />
5247 <space />
5248 <key key="sport" value="motocross" />
5249 <text key="name" text="Name" />
5250 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5251 </item> <!-- Motocross -->
5252 <separator/>
5253 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
5254 <link wiki="Tag:sport=model_aerodrome" />
5255 <space />
5256 <key key="sport" value="model_aerodrome" />
5257 <text key="name" text="Name" />
5258 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
5259 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5260 </item> <!-- Model Aerodrome -->
5261 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
5262 <link wiki="Tag:sport=rc_car" />
5263 <space />
5264 <key key="sport" value="rc_car" />
5265 <text key="name" text="Name" />
5266 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5267 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5268 </item> <!-- RC Car -->
5269 </group> <!-- Motorsport -->
5270 </group> <!-- Sports -->
5271 <group name="Man Made" icon="presets/landmark/works.svg">
5272 <group name="Man Made" icon="presets/landmark/works.svg">
5273 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5274 <link wiki="Key:building" />
5275 <space />
5276 <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,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" />
5277 <optional>
5278 <text key="name" text="Name" />
5279 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5280 <text key="height" text="Height (meters)" length="7" />
5281 </optional>
5282 <preset_link preset_name="Address" />
5283 </item> <!-- Building -->
5284 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5285 <link wiki="Key:building" />
5286 <space />
5287 <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" />
5288 <optional>
5289 <text key="name" text="Name" />
5290 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5291 <text key="height" text="Height (meters)" length="7" />
5292 </optional>
5293 <preset_link preset_name="Address" />
5294 </item> <!-- Residential Building -->
5295 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
5296 <link wiki="Key:building:part" />
5297 <space />
5298 <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" />
5299 <text key="name" text="Name" />
5300 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5301 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
5302 <text key="height" text="Height (meters)" length="7" />
5303 <text key="min_height" text="Skipped height (meters)" />
5304 </item> <!-- Building part -->
5305 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
5306 <link wiki="Key:entrance" />
5307 <space />
5308 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
5309 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5310 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5311 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5312 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5313 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5314 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
5315 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
5316 </combo>
5317 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5318 <reference ref="wheelchair" />
5319 <optional>
5320 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5321 <text key="ref" text="Entrance number" />
5322 <text key="addr:flats" text="Flat numbers" />
5323 </optional>
5324 </item> <!-- Entrance -->
5325 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5326 <link wiki="Key:police" />
5327 <space />
5328 <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" />
5329 <optional>
5330 <text key="name" text="Name" />
5331 <text key="operator" text="Operator" />
5332 </optional>
5333 <reference ref="link_contact_address" />
5334 </item> <!-- Non-public police facility -->
5335 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5336 <link wiki="Tag:man_made=flagpole" />
5337 <key key="man_made" value="flagpole" />
5338 </item> <!-- Flagpole -->
5339 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5340 <link wiki="Tag:man_made=cross" />
5341 <key key="man_made" value="cross" />
5342 </item> <!-- Cross -->
5343 <separator/>
5344 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5345 <link wiki="Tag:man_made=works" />
5346 <space />
5347 <key key="man_made" value="works" />
5348 <text key="name" text="Name" />
5349 </item> <!-- Works -->
5350 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5351 <link wiki="Tag:man_made=chimney" />
5352 <space />
5353 <key key="man_made" value="chimney" />
5354 <reference ref="name_operator" />
5355 <text key="height" text="Height (meters)" length="7" />
5356 </item> <!-- Chimney -->
5357 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5358 <link wiki="Tag:man_made=kiln" />
5359 <space />
5360 <key key="man_made" value="kiln" />
5361 <reference ref="name_operator" />
5362 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5363 </item> <!-- Kiln -->
5364 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5365 <link wiki="Tag:man_made=windmill" />
5366 <space />
5367 <key key="man_made" value="windmill" />
5368 <text key="name" text="Name" />
5369 </item> <!-- Windmill -->
5370 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5371 <link wiki="Tag:man_made=gasometer" />
5372 <space />
5373 <key key="man_made" value="gasometer" />
5374 <optional>
5375 <reference ref="name_operator" />
5376 <combo key="building" text="Building" values="gasometer" values_context="building" />
5377 <text key="height" text="Height (meters)" length="7" />
5378 </optional>
5379 </item> <!-- Gasometer -->
5380 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5381 <link wiki="Tag:man_made=silo" />
5382 <space />
5383 <key key="man_made" value="silo" />
5384 <optional>
5385 <reference ref="name_operator" />
5386 <combo key="building" text="Building" values="silo" values_context="building" />
5387 <text key="height" text="Height (meters)" length="7" />
5388 </optional>
5389 </item> <!-- Silo -->
5390 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5391 <link wiki="Tag:man_made=storage_tank" />
5392 <key key="man_made" value="storage_tank" />
5393 <optional>
5394 <reference ref="name_operator" />
5395 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5396 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5397 <text key="height" text="Height (meters)" length="7" />
5398 </optional>
5399 </item> <!-- Storage Tank -->
5400 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5401 <link wiki="Tag:man_made=bunker_silo" />
5402 <space />
5403 <key key="man_made" value="bunker_silo" />
5404 <optional>
5405 <reference ref="name_operator" />
5406 </optional>
5407 </item> <!-- Bunker Silo -->
5408 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5409 <link wiki="Tag:man_made=crane" />
5410 <space />
5411 <key key="man_made" value="crane" />
5412 <optional>
5413 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5414 <reference ref="name_operator" />
5415 </optional>
5416 </item> <!-- Crane -->
5417 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5418 <link wiki="Tag:man_made=goods_conveyor" />
5419 <space />
5420 <key key="man_made" value="goods_conveyor" />
5421 <optional>
5422 <reference ref="name_operator" />
5423 <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" />
5424 <checkgroup columns="3">
5425 <check key="covered" text="Covered" />
5426 <check key="bridge" text="Bridge" disable_off="true" />
5427 <check key="tunnel" text="Tunnel" disable_off="true" />
5428 </checkgroup>
5429 </optional>
5430 </item> <!-- Goods conveyor -->
5431 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5432 <link wiki="Tag:man_made=mineshaft" />
5433 <space />
5434 <key key="man_made" value="mineshaft" />
5435 <text key="name" text="Name" />
5436 <combo key="mineshaft_type" text="Function" values="winding,air" />
5437 <text key="depth" text="Depth in meters" />
5438 <text key="operator" text="Operator" />
5439 <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" />
5440 <check key="headframe" text="Visible Headframe" />
5441 <check key="disused" text="Disused" />
5442 </item> <!-- Mineshaft -->
5443 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5444 <link wiki="Tag:man_made=adit" />
5445 <space />
5446 <key key="man_made" value="adit" />
5447 <text key="name" text="Name" />
5448 <text key="length" text="Length in meters" />
5449 <text key="operator" text="Operator" />
5450 <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" />
5451 <check key="disused" text="Disused" />
5452 </item> <!-- Adit -->
5453 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5454 <link wiki="Tag:man_made=embankment" />
5455 <space />
5456 <key key="man_made" value="embankment" />
5457 </item> <!-- Embankment -->
5458 <separator/>
5459 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5460 <link wiki="Tag:highway=street_lamp" />
5461 <space />
5462 <key key="highway" value="street_lamp" />
5463 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5464 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5465 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5466 </item> <!-- Street Lamp -->
5467 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5468 <link wiki="Tag:man_made=street_cabinet" />
5469 <key key="man_made" value="street_cabinet" />
5470 <optional>
5471 <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" />
5472 <reference ref="ref_operator" />
5473 <text key="manufacturer" text="Manufacturer" />
5474 <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" />
5475 </optional>
5476 </item> <!-- Street cabinet -->
5477 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5478 <link wiki="Tag:man_made=monitoring_station" />
5479 <space />
5480 <key key="man_made" value="monitoring_station" />
5481 <reference ref="name_operator" />
5482 <label text="Monitoring:" />
5483 <checkgroup columns="3">
5484 <check key="monitoring:water_level" text="Water level" />
5485 <check key="monitoring:tide_gauge" text="Tide Level" />
5486 <check key="monitoring:groundwater" text="Groundwater" />
5487 <check key="monitoring:traffic" text="Traffic" />
5488 <check key="monitoring:air_quality" text="Air Quality" />
5489 <check key="monitoring:noise" text="Noise" />
5490 <check key="monitoring:gps" text="GPS Signals" />
5491 <check key="monitoring:glonass" text="GLONASS Signals" />
5492 <check key="monitoring:galileo" text="Galileo Signals" />
5493 <check key="monitoring:weather" text="Weather" />
5494 <check key="monitoring:radiation" text="Radiation" />
5495 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5496 </checkgroup>
5497 <label text="Recording:" />
5498 <checkgroup columns="3">
5499 <check key="recording:automated" text="Automated" />
5500 <check key="recording:manually" text="Manually" />
5501 <check key="recording:remote" text="Remote" />
5502 </checkgroup>
5503 <label text="Display:" />
5504 <checkgroup columns="2">
5505 <check key="display:analog" text="Analog" />
5506 <check key="display:digital" text="Digital" />
5507 </checkgroup>
5508 </item> <!-- Monitoring Station -->
5509 <item name="Telescope" icon="presets/tower/telescope_dish.svg" type="node,closedway" preset_name_label="true">
5510 <link wiki="Tag:man_made=telescope" />
5511 <space />
5512 <key key="man_made" value="telescope" />
5513 <combo key="telescope:type" text="Type" values_context="telescope" values_searchable="true">
5514 <list_entry value="optical" icon="presets/tower/telescope_dome.svg" />
5515 <list_entry value="radio" icon="presets/tower/telescope_dish.svg" />
5516 <list_entry value="gamma" icon="presets/tower/telescope_dish.svg" />
5517 </combo>
5518 <optional>
5519 <combo key="tower:construction" text="Type of construction" values="dish,dome" values_searchable="true" />
5520 <text key="telescope:diameter" text="Telescope Diameter (meters)" />
5521 <reference ref="name_ref_operator" />
5522 <text key="height" text="Height (meters)" length="7" />
5523 <text key="ele" text="Elevation (meters)" length="10" />
5524 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5525 <reference ref="POI_access" />
5526 </optional>
5527 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5528 <preset_link preset_name="Mast" text="Similar but different tags:" />
5529 <preset_link preset_name="Tower" text="Similar but different tags:" />
5530 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5531 </item> <!-- Telescope -->
5532 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5533 <link wiki="Tag:man_made=survey_point" />
5534 <space />
5535 <key key="man_made" value="survey_point" />
5536 <reference ref="name_ref" />
5537 <text key="ele" text="Elevation (meters)" length="10" />
5538 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5539 </item> <!-- Survey Point -->
5540 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5541 <link wiki="Tag:man_made=surveillance" />
5542 <space />
5543 <key key="man_made" value="surveillance" />
5544 <key key="surveillance:type" value="camera" />
5545 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5546 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5547 <text key="operator" text="Operator" />
5548 <optional>
5549 <text key="name" text="Name" />
5550 <text key="ref" text="Reference" />
5551 </optional>
5552 <space />
5553 <label text="Camera" />
5554 <space />
5555 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5556 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5557 <optional>
5558 <text key="camera:direction" text="Direction in degrees" match="key" />
5559 <text key="camera:angle" text="Inclination in degrees" match="key" />
5560 <text key="height" text="Height (meters)" length="7" />
5561 </optional>
5562 </item> <!-- Surveillance Camera -->
5563 </group> <!-- Man Made -->
5564 <group name="Towers" icon="presets/tower/tower.svg">
5565 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5566 <link wiki="Tag:man_made=lighthouse" />
5567 <space />
5568 <key key="man_made" value="lighthouse" />
5569 <text key="name" text="Name" />
5570 </item> <!-- Lighthouse -->
5571 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5572 <link wiki="Tag:man_made=beacon" />
5573 <space />
5574 <key key="man_made" value="beacon" />
5575 <text key="name" text="Name" />
5576 </item> <!-- Beacon -->
5577 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5578 <link wiki="Tag:man_made=water_tower" />
5579 <space />
5580 <key key="man_made" value="water_tower" />
5581 <optional>
5582 <reference ref="name_operator" />
5583 <text key="height" text="Height (meters)" length="7" />
5584 </optional>
5585 </item> <!-- Water Tower -->
5586 <separator/>
5587 <item name="Antenna" icon="presets/tower/antenna.svg" type="node,closedway" preset_name_label="true">
5588 <link wiki="Tag:man_made=antenna" />
5589 <space />
5590 <key key="man_made" value="antenna" />
5591 <optional>
5592 <reference ref="name_ref_operator" />
5593 <text key="height" text="Height (meters)" length="7" />
5594 <text key="ele" text="Elevation (meters)" length="10" />
5595 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5596 <reference ref="communication" />
5597 </optional>
5598 <preset_link preset_name="Mast" text="Similar but different tags:" />
5599 <preset_link preset_name="Tower" text="Similar but different tags:" />
5600 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5601 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5602 </item> <!-- Antenna -->
5603 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5604 <link wiki="Tag:man_made=mast" />
5605 <space />
5606 <key key="man_made" value="mast" />
5607 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5608 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5609 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5610 <list_entry value="monitoring" />
5611 <list_entry value="radar" />
5612 <list_entry value="siren" />
5613 </combo>
5614 <optional>
5615 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5616 <reference ref="name_ref_operator" />
5617 <text key="height" text="Height (meters)" length="7" />
5618 <text key="ele" text="Elevation (meters)" length="10" />
5619 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5620 <reference ref="communication" />
5621 </optional>
5622 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5623 <preset_link preset_name="Tower" text="Similar but different tags:" />
5624 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5625 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5626 </item> <!-- Mast -->
5627 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5628 <link wiki="Tag:man_made=tower" />
5629 <space />
5630 <key key="man_made" value="tower" />
5631 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5632 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5633 <list_entry value="communication" icon="presets/tower/communication.svg" />
5634 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5635 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5636 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5637 <list_entry value="minaret" />
5638 <list_entry value="observation" icon="presets/tower/observation.svg" />
5639 <list_entry value="radar" />
5640 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5641 </combo>
5642 <optional>
5643 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5644 <reference ref="name_ref_operator" />
5645 <text key="height" text="Height (meters)" length="7" />
5646 <text key="ele" text="Elevation (meters)" length="10" />
5647 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5648 <reference ref="communication" />
5649 <space />
5650 <reference ref="POI_access" />
5651 <reference ref="oh" />
5652 <reference ref="fee_interval" />
5653 <space />
5654 </optional>
5655 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5656 <preset_link preset_name="Mast" text="Similar but different tags:" />
5657 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5658 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5659 <reference ref="link_contact_address" />
5660 </item> <!-- Tower -->
5661 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5662 <link wiki="Tag:man_made=communications_tower" />
5663 <space />
5664 <label text="Big communication tower, usually higher than 100 meters." />
5665 <key key="man_made" value="communications_tower" />
5666 <optional>
5667 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5668 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5669 <reference ref="name_ref_operator" />
5670 <text key="height" text="Height (meters)" length="7" />
5671 <text key="ele" text="Elevation (meters)" length="10" />
5672 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5673 <reference ref="communication" />
5674 <space />
5675 <reference ref="POI_access" />
5676 <reference ref="oh" />
5677 <reference ref="fee_interval" />
5678 </optional>
5679 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5680 <preset_link preset_name="Mast" text="Similar but different tags:" />
5681 <preset_link preset_name="Tower" text="Similar but different tags:" />
5682 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5683 <reference ref="link_contact_address" />
5684 </item> <!-- Big Communication Tower -->
5685 </group> <!-- Towers -->
5686 <group name="Pipeline" icon="presets/landmark/pipeline.svg">
5687 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5688 <link wiki="Tag:man_made=pipeline" />
5689 <space />
5690 <key key="man_made" value="pipeline" />
5691 <text key="name" text="Name" />
5692 <text key="ref" text="Reference" />
5693 <reference ref="operator_substance" />
5694 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5695 <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" />
5696 <text key="pressure" text="Pressure (bar)" />
5697 </item> <!-- Pipeline -->
5698 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5699 <link wiki="Tag:pipeline=substation" />
5700 <space />
5701 <key key="pipeline" value="substation" />
5702 <text key="name" text="Name" />
5703 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5704 <text key="ref" text="Reference" />
5705 <reference ref="operator_substance" />
5706 </item> <!-- Pipeline Substation -->
5707 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5708 <link wiki="Tag:pipeline=valve" />
5709 <space />
5710 <key key="pipeline" value="valve" />
5711 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5712 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5713 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5714 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5715 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5716 <reference ref="ref_operator" />
5717 </item> <!-- Pipeline Valve -->
5718 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5719 <link wiki="Key:marker" />
5720 <space />
5721 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5722 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5723 <optional>
5724 <reference ref="ref_operator" />
5725 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5726 <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" />
5727 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5728 </optional>
5729 </item> <!-- Marker -->
5730 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5731 <link wiki="Key:manhole" />
5732 <space />
5733 <key key="man_made" value="manhole" />
5734 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5735 <reference ref="ref_operator" />
5736 </item> <!-- Manhole -->
5737 </group> <!-- Pipeline -->
5738 <group name="Water" icon="presets/landmark/water_works.svg">
5739 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5740 <link wiki="Tag:man_made=water_works" />
5741 <space />
5742 <key key="man_made" value="water_works" />
5743 <reference ref="name_operator" />
5744 </item> <!-- Water Works -->
5745 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5746 <link wiki="Tag:man_made=wastewater_plant" />
5747 <space />
5748 <key key="man_made" value="wastewater_plant" />
5749 <text key="name" text="Name" />
5750 </item> <!-- Wastewater Treatment Plant -->
5751 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5752 <link wiki="Tag:man_made=watermill" />
5753 <space />
5754 <key key="man_made" value="watermill" />
5755 <text key="name" text="Name" />
5756 </item> <!-- Watermill -->
5757 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5758 <link wiki="Tag:amenity=fountain" />
5759 <space />
5760 <key key="amenity" value="fountain" />
5761 <optional>
5762 <text key="name" text="Name" />
5763 <check key="drinking_water" text="Drinking Water" />
5764 </optional>
5765 </item> <!-- Fountain -->
5766 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5767 <link wiki="Tag:man_made=water_well" />
5768 <space />
5769 <key key="man_made" value="water_well" />
5770 <optional>
5771 <text key="name" text="Name" />
5772 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5773 </optional>
5774 </item> <!-- Water Well -->
5775 </group> <!-- Water -->
5776 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5777 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5778 <link wiki="Key:bridge" />
5779 <space />
5780 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5781 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5782 <reference ref="optional_bridge" />
5783 </item> <!-- Bridge -->
5784 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5785 <link wiki="Key:bridge:movable" />
5786 <space />
5787 <key key="bridge" value="movable" />
5788 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5789 <reference ref="optional_bridge" />
5790 </item> <!-- Movable Bridge -->
5791 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5792 <link wiki="Key:bridge:support" />
5793 <space />
5794 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5795 </item> <!-- Bridge Support -->
5796 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5797 <link wiki="Tag:man_made=bridge" />
5798 <space />
5799 <key key="man_made" value="bridge" />
5800 <optional>
5801 <reference ref="name_layer" />
5802 </optional>
5803 </item> <!-- Bridge outline -->
5804 </group> <!-- Bridges -->
5805 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5806 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5807 <link wiki="Tag:military=airfield" />
5808 <space />
5809 <key key="military" value="airfield" match="keyvalue!" />
5810 <reference ref="aerodrome" />
5811 </item> <!-- Airfield -->
5812 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5813 <link wiki="Tag:military=barracks" />
5814 <space />
5815 <key key="military" value="barracks" />
5816 </item> <!-- Barracks -->
5817 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5818 <link wiki="Tag:military=bunker" />
5819 <key key="military" value="bunker" />
5820 <optional>
5821 <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" />
5822 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5823 <combo key="building" text="Building" values="bunker,yes" values_context="building" />
5824 <text key="name" text="Name" />
5825 <reference ref="POI_access" />
5826 <check key="historic" text="Historic" />
5827 <check key="ruins" text="Ruins" />
5828 </optional>
5829 </item> <!-- Bunker -->
5830 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5831 <link wiki="Tag:military=range" />
5832 <space />
5833 <key key="military" value="range" />
5834 </item> <!-- Range -->
5835 </group> <!-- Military -->
5836 <group name="Power" icon="presets/power/power.svg">
5837 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5838 <link wiki="Tag:power=plant" />
5839 <space />
5840 <key key="power" value="plant" />
5841 <reference ref="name_ref_operator" />
5842 <text key="start_date" text="Start date" />
5843 <optional text="Output forms of energy (optional):">
5844 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5845 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5846 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5847 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5848 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5849 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5850 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5851 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5852 <space />
5853 <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" />
5854 </optional>
5855 </item> <!-- Power Plant -->
5856 <group name="Power Generator" icon="presets/power/generator.svg">
5857 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5858 <key key="generator:source" value="biofuel" />
5859 <reference ref="power_generator" />
5860 <key key="generator:method" value="combustion" />
5861 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5862 <reference ref="power_output" />
5863 </item> <!-- Power Generator -->
5864 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5865 <key key="generator:source" value="biogas" />
5866 <reference ref="power_generator" />
5867 <key key="generator:method" value="combustion" />
5868 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5869 <reference ref="power_output" />
5870 </item> <!-- Biogas Power Generator -->
5871 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5872 <key key="generator:source" value="biomass" />
5873 <reference ref="power_generator" />
5874 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5875 <combo key="generator:type" text="Generator Type" values_searchable="true">
5876 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5877 <list_entry value="pyrolysis" short_description="" />
5878 <list_entry value="steam_generator" short_description="combustion" />
5879 <list_entry value="steam_turbine" short_description="combustion" />
5880 </combo>
5881 <reference ref="power_output" />
5882 </item> <!-- Biomass Power Generator -->
5883 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5884 <key key="generator:source" value="coal" />
5885 <reference ref="power_generator" />
5886 <key key="generator:method" value="combustion" />
5887 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5888 <reference ref="power_output" />
5889 </item> <!-- Coal Power Generator -->
5890 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5891 <key key="generator:source" value="gas" />
5892 <reference ref="power_generator" />
5893 <key key="generator:method" value="combustion" />
5894 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5895 <reference ref="power_output" />
5896 </item> <!-- Gas Power Generator -->
5897 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5898 <key key="generator:source" value="oil" />
5899 <reference ref="power_generator" />
5900 <key key="generator:method" value="combustion" />
5901 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5902 <reference ref="power_output" />
5903 </item> <!-- Oil Power Generator -->
5904 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5905 <key key="generator:source" value="diesel" />
5906 <reference ref="power_generator" />
5907 <key key="generator:method" value="combustion" />
5908 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5909 <reference ref="power_output" />
5910 </item> <!-- Diesel Power Generator -->
5911 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5912 <key key="generator:source" value="gasoline" />
5913 <reference ref="power_generator" />
5914 <key key="generator:method" value="combustion" />
5915 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5916 <reference ref="power_output" />
5917 </item> <!-- Gasoline Power Generator -->
5918 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
5919 <key key="generator:source" value="nuclear" />
5920 <reference ref="power_generator" />
5921 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5922 <combo key="generator:type" text="Generator Type" values_searchable="true">
5923 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5924 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5925 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5926 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5927 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5928 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5929 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5930 <list_entry value="cold-fusion" short_description="fusion" />
5931 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5932 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5933 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5934 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5935 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5936 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5937 <list_entry value="stellarator" short_description="fusion" />
5938 <list_entry value="tokamak" short_description="fusion" />
5939 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5940 </combo>
5941 <reference ref="power_output" />
5942 </item> <!-- Nuclear Reactor -->
5943 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
5944 <key key="generator:source" value="solar" />
5945 <reference ref="power_generator" />
5946 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5947 <combo key="generator:type" text="Generator Type" values_searchable="true">
5948 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5949 <list_entry value="solar_thermal_collector" short_description="thermal" />
5950 <list_entry value="steam_turbine" short_description="thermal" />
5951 </combo>
5952 <reference ref="power_output" />
5953 </item> <!-- Solar Power Generator -->
5954 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
5955 <key key="generator:source" value="waste" />
5956 <reference ref="power_generator" />
5957 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5958 <combo key="generator:type" text="Generator Type" values_searchable="true">
5959 <list_entry value="bioreactor" short_description="gasification" />
5960 <list_entry value="pyrolysis" short_description="" />
5961 <list_entry value="reciprocating_engine" short_description="combustion" />
5962 <list_entry value="steam_generator" short_description="combustion" />
5963 </combo>
5964 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5965 <reference ref="power_output" />
5966 </item> <!-- Waste Power Generator -->
5967 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5968 <key key="generator:source" value="hydro" />
5969 <reference ref="power_generator" />
5970 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5971 <combo key="generator:type" text="Generator Type" values_searchable="true">
5972 <list_entry value="francis_turbine" short_description="all methods" />
5973 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5974 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5975 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5976 </combo>
5977 <reference ref="power_output" />
5978 </item> <!-- Water Turbine -->
5979 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5980 <key key="generator:source" value="tidal" />
5981 <reference ref="power_generator" />
5982 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5983 <combo key="generator:type" text="Generator Type" values_searchable="true">
5984 <list_entry value="horizontal_axis" short_description="stream" />
5985 <list_entry value="kaplan_turbine" short_description="barrage" />
5986 <list_entry value="vertical_axis" short_description="stream" />
5987 </combo>
5988 <reference ref="power_output" />
5989 </item> <!-- Tidal Water Turbine -->
5990 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5991 <key key="generator:source" value="wave" />
5992 <reference ref="power_generator" />
5993 <reference ref="power_output" />
5994 </item> <!-- Wave Energy Converter -->
5995 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5996 <key key="generator:source" value="osmotic" />
5997 <reference ref="power_generator" />
5998 <reference ref="power_output" />
5999 </item> <!-- Osmotic Power Generator -->
6000 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
6001 <key key="generator:source" value="geothermal" />
6002 <reference ref="power_generator" />
6003 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
6004 <reference ref="power_output" />
6005 </item> <!-- Geothermal Power Generator -->
6006 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
6007 <key key="generator:source" value="wind" />
6008 <reference ref="power_generator" />
6009 <key key="generator:method" value="wind_turbine" />
6010 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
6011 <reference ref="power_output" />
6012 </item> <!-- Wind Turbine -->
6013 </group> <!-- Power Generator -->
6014 <separator/>
6015 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
6016 <link wiki="Tag:power=substation" />
6017 <space />
6018 <key key="power" value="substation" />
6019 <text key="name" text="Name" />
6020 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
6021 <reference ref="power_extra" />
6022 <optional>
6023 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
6024 <text key="start_date" text="Start date" />
6025 <check key="gas_insulated" text="Gas insulated" />
6026 </optional>
6027 </item> <!-- Power Substation -->
6028 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
6029 <link wiki="Tag:power=transformer" />
6030 <space />
6031 <key key="power" value="transformer" />
6032 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
6033 <reference ref="power_loc" />
6034 <reference ref="transformer_voltage_frequency" />
6035 <reference ref="ref_operator" />
6036 <reference ref="optional_transformer_rating_phases_devices_windings" />
6037 </item> <!-- Power Transformer -->
6038 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
6039 <link wiki="Tag:power=switchgear" />
6040 <space />
6041 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
6042 <space />
6043 <key key="power" value="switchgear" />
6044 <reference ref="power_loc" />
6045 <reference ref="voltage" />
6046 <optional>
6047 <check key="gas_insulated" text="Gas insulated" />
6048 </optional>
6049 </item> <!-- Power Switchgear -->
6050 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
6051 <link wiki="Tag:line=busbar" />
6052 <space />
6053 <key key="power" value="line" />
6054 <key key="line" value="busbar" />
6055 <reference ref="power_line_extra" />
6056 </item> <!-- Power Busbar -->
6057 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
6058 <link wiki="Tag:line=bay" />
6059 <space />
6060 <key key="power" value="line" />
6061 <key key="line" value="bay" />
6062 <reference ref="power_line_extra" />
6063 </item> <!-- Power Bay -->
6064 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
6065 <link wiki="Tag:power=switch" />
6066 <space />
6067 <key key="power" value="switch" />
6068 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
6069 <reference ref="power_loc" />
6070 <optional>
6071 <reference ref="voltage" />
6072 <reference ref="cables" />
6073 <reference ref="ref_operator" />
6074 </optional>
6075 </item> <!-- Power Switch -->
6076 <separator/>
6077 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
6078 <link wiki="Tag:power=converter" />
6079 <space />
6080 <key key="power" value="converter" />
6081 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
6082 <reference ref="voltage_frequency" />
6083 <reference ref="ref_operator" />
6084 <optional>
6085 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
6086 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
6087 </optional>
6088 </item> <!-- Power Converter -->
6089 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
6090 <link wiki="Tag:power=compensator" />
6091 <space />
6092 <key key="power" value="compensator" />
6093 <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" />
6094 <reference ref="voltage_frequency" />
6095 <reference ref="ref_operator" />
6096 <optional>
6097 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
6098 </optional>
6099 </item> <!-- Power Compensator -->
6100 <separator/>
6101 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
6102 <link wiki="Tag:man_made=street_cabinet" />
6103 <key key="man_made" value="street_cabinet" />
6104 <key key="street_cabinet" value="power" />
6105 <optional>
6106 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
6107 <reference ref="ref_operator" />
6108 <text key="manufacturer" text="Manufacturer" />
6109 <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" />
6110 </optional>
6111 </item> <!-- Power Street Cabinet -->
6112 <separator/>
6113 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
6114 <link wiki="Tag:building=transformer_tower" />
6115 <space />
6116 <key key="building" value="transformer_tower" />
6117 <text key="height" text="Height (meters)" length="7" />
6118 <reference ref="ref_operator" />
6119 <preset_link preset_name="Power Substation" />
6120 </item> <!-- Transformer Tower -->
6121 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
6122 <link wiki="Tag:power=terminal" />
6123 <space />
6124 <key key="power" value="terminal" />
6125 <optional>
6126 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6127 <text key="ref" text="Reference" />
6128 <text key="operator" text="Operator" />
6129 </optional>
6130 </item> <!-- Terminal -->
6131 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
6132 <link wiki="Tag:power=portal" />
6133 <space />
6134 <key key="power" value="portal" />
6135 <text key="height" text="Height (meters)" length="7" />
6136 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
6137 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
6138 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
6139 <reference ref="ref_operator" />
6140 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
6141 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6142 </item> <!-- Power Portal -->
6143 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
6144 <link wiki="Tag:power=tower" />
6145 <space />
6146 <key key="power" value="tower" />
6147 <text key="height" text="Height (meters)" length="7" />
6148 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
6149 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
6150 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
6151 <reference ref="ref_operator" />
6152 <optional>
6153 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
6154 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
6155 <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" />
6156 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6157 <check key="triple_tower" text="Triple tower" />
6158 <check key="design:incomplete" text="Incomplete tower" />
6159 <check key="location:transition" text="Location transition" disable_off="true" />
6160 </optional>
6161 </item> <!-- Power Tower -->
6162 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
6163 <link wiki="Tag:power=pole" />
6164 <space />
6165 <key key="power" value="pole" />
6166 <reference ref="power_pole" />
6167 </item> <!-- Pole -->
6168 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
6169 <link wiki="Tag:power=pole" />
6170 <space />
6171 <key key="power" value="pole" />
6172 <label text="Pole Attributes:" />
6173 <reference ref="power_pole" />
6174 <space />
6175 <label text="Switch Attributes:" />
6176 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
6177 <optional>
6178 <reference ref="voltage" />
6179 <reference ref="cables" />
6180 </optional>
6181 </item> <!-- Pole with Switch -->
6182 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
6183 <link wiki="Tag:power=pole" />
6184 <space />
6185 <key key="power" value="pole" />
6186 <label text="Pole Attributes:" />
6187 <reference ref="power_pole" />
6188 <space />
6189 <label text="Transformer Attributes:" />
6190 <key key="transformer" value="distribution" match="key!" />
6191 <reference ref="transformer_voltage_frequency" />
6192 <reference ref="optional_transformer_rating_phases_devices_windings" />
6193 </item> <!-- Pole with Transformer -->
6194 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
6195 <link wiki="Tag:power=catenary_mast" />
6196 <space />
6197 <key key="power" value="catenary_mast" />
6198 <optional>
6199 <text key="ref" text="Reference" />
6200 <text key="operator" text="Operator" />
6201 </optional>
6202 </item> <!-- Catenary mast -->
6203 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
6204 <link wiki="Tag:power=insulator" />
6205 <space />
6206 <key key="power" value="insulator" />
6207 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6208 <reference ref="ref_operator" />
6209 </item> <!-- Insulator -->
6210 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
6211 <link wiki="Tag:power=line" />
6212 <space />
6213 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
6214 <reference ref="voltage_frequency" />
6215 <reference ref="ref_operator" />
6216 <optional>
6217 <reference ref="cables_circuits" />
6218 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
6219 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
6220 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
6221 </optional>
6222 </item> <!-- Power Line -->
6223 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
6224 <link wiki="Tag:power=cable" />
6225 <space />
6226 <key key="power" value="cable" />
6227 <reference ref="voltage_frequency" />
6228 <reference ref="ref_operator" />
6229 <optional>
6230 <reference ref="cables_circuits" />
6231 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
6232 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
6233 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
6234 </optional>
6235 </item> <!-- Power Cable -->
6236 </group> <!-- Power -->
6237 <group name="Telecom" icon="presets/telecom/telecom.svg">
6238 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
6239 <link wiki="Tag:man_made=street_cabinet" />
6240 <key key="man_made" value="street_cabinet" />
6241 <key key="street_cabinet" value="telecom" />
6242 <optional>
6243 <reference ref="ref_operator" />
6244 <text key="manufacturer" text="Manufacturer" />
6245 <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" />
6246 </optional>
6247 </item> <!-- Telecom Street Cabinet -->
6248 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
6249 <link wiki="Tag:telecom=exchange" />
6250 <space />
6251 <key key="telecom" value="exchange" />
6252 <reference ref="telecom_medium" />
6253 <reference ref="ref_operator" />
6254 </item> <!-- Telephone Exchange -->
6255 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
6256 <link wiki="Tag:telecom=connection_point" />
6257 <space />
6258 <key key="telecom" value="connection_point" />
6259 <reference ref="telecom_medium" />
6260 <reference ref="ref_operator" />
6261 </item> <!-- Connection Point -->
6262 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
6263 <link wiki="Tag:telecom=service_device" />
6264 <space />
6265 <key key="telecom" value="service_device" />
6266 <reference ref="telecom_medium" />
6267 <reference ref="ref_operator" />
6268 </item> <!-- Service Device -->
6269 </group> <!-- Telecom -->
6270 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
6271 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
6272 <link wiki="Tag:historic=castle" />
6273 <space />
6274 <key key="historic" value="castle" />
6275 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
6276 <reference ref="name_wikipedia_wikidata" />
6277 <check key="ruins" text="Ruins" />
6278 <reference ref="link_contact_address_payment" />
6279 </item> <!-- Castle -->
6280 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
6281 <link wiki="Tag:historic=fort" />
6282 <space />
6283 <key key="historic" value="fort" />
6284 <reference ref="name_wikipedia_wikidata" />
6285 <check key="ruins" text="Ruins" />
6286 <reference ref="link_contact_address_payment" />
6287 </item> <!-- Fort -->
6288 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
6289 <link wiki="Tag:historic=ruins" />
6290 <space />
6291 <key key="historic" value="ruins" />
6292 <reference ref="name_oh_wheelchair" />
6293 </item> <!-- Ruins -->
6294 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
6295 <link wiki="Tag:historic=archaeological_site" />
6296 <space />
6297 <key key="historic" value="archaeological_site" />
6298 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
6299 <reference ref="name_oh_wheelchair" />
6300 </item> <!-- Archaeological Site -->
6301 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
6302 <link wiki="Tag:historic=battlefield" />
6303 <space />
6304 <key key="historic" value="battlefield" />
6305 <text key="name" text="Name" />
6306 </item> <!-- Battlefield -->
6307 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
6308 <link wiki="Tag:geological=palaeontological_site" />
6309 <space />
6310 <key key="geological" value="palaeontological_site" />
6311 <text key="name" text="Name" />
6312 </item> <!-- Palaeontological Site -->
6313 <item name="Citywalls" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
6314 <link wiki="Tag:historic=citywalls" />
6315 <space />
6316 <key key="historic" value="citywalls" />
6317 <optional>
6318 <text key="name" text="Name" />
6319 </optional>
6320 </item> <!-- Citywalls -->
6321 <item name="City gate" icon="presets/sightseeing/city_gate.svg" type="node,closedway,multipolygon" preset_name_label="true">
6322 <link wiki="Tag:historic=city_gate" />
6323 <space />
6324 <key key="historic" value="city_gate" />
6325 <optional>
6326 <text key="name" text="Name" />
6327 </optional>
6328 </item> <!-- City gate -->
6329 <item name="Manor" icon="presets/sightseeing/manor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6330 <link wiki="Tag:historic=manor" />
6331 <space />
6332 <key key="historic" value="manor" />
6333 <optional>
6334 <text key="name" text="Name" />
6335 </optional>
6336 </item> <!-- Manor -->
6337 <item name="Church" icon="presets/religion/historic_church.svg" type="node,closedway,multipolygon" preset_name_label="true">
6338 <link wiki="Tag:historic=church" />
6339 <space />
6340 <key key="historic" value="church" />
6341 <optional>
6342 <text key="name" text="Name" />
6343 </optional>
6344 <reference ref="religious"/>
6345 </item> <!-- Church -->
6346 <separator/>
6347 <item name="Charcoal pile" icon="presets/misc/charcoal_pile.svg" type="node,closedway,multipolygon" preset_name_label="true">
6348 <link wiki="Tag:historic=charcoal_pile" />
6349 <space />
6350 <key key="historic" value="charcoal_pile" />
6351 <optional>
6352 <text key="name" text="Name" />
6353 </optional>
6354 </item> <!-- Charcoal pile -->
6355 <item name="Mine" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
6356 <link wiki="Tag:historic=mine" />
6357 <space />
6358 <key key="historic" value="mine" />
6359 <optional>
6360 <text key="name" text="Name" />
6361 <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" />
6362 </optional>
6363 </item> <!-- Mine -->
6364 <item name="Mine shaft" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6365 <link wiki="Tag:historic=mine_shaft" />
6366 <space />
6367 <key key="historic" value="mine_shaft" />
6368 <optional>
6369 <text key="name" text="Name" />
6370 </optional>
6371 </item> <!-- Mine shaft -->
6372 <item name="Shieling" icon="presets/landmark/shieling.svg" type="node,closedway,multipolygon" preset_name_label="true">
6373 <link wiki="Tag:historic=shieling" />
6374 <space />
6375 <key key="historic" value="shieling" />
6376 <optional>
6377 <text key="name" text="Name" />
6378 </optional>
6379 </item> <!-- Shieling -->
6380 <separator/>
6381 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
6382 <link wiki="Tag:cemetery=grave" />
6383 <space />
6384 <key key="cemetery" value="grave" />
6385 <text key="name" text="Name" />
6386 </item> <!-- Grave -->
6387 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
6388 <link wiki="Tag:historic=tomb" />
6389 <space />
6390 <key key="historic" value="tomb" />
6391 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
6392 <text key="name" text="Name" />
6393 </item> <!-- Tomb -->
6394 <separator/>
6395 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6396 <link wiki="Tag:historic=monument" />
6397 <space />
6398 <key key="historic" value="monument" />
6399 <text key="name" text="Name" />
6400 </item> <!-- Monument -->
6401 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
6402 <link wiki="Tag:historic=memorial" />
6403 <space />
6404 <key key="historic" value="memorial" />
6405 <text key="name" text="Name" />
6406 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
6407 <optional>
6408 <text key="inscription" text="Inscription" />
6409 <text key="artist_name" text="Artist Name" />
6410 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
6411 <text key="start_date" text="Start date" />
6412 <reference ref="wikipedia_wikidata" />
6413 </optional>
6414 </item> <!-- Memorial -->
6415 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
6416 <link wiki="Tag:historic=wayside_cross" />
6417 <space />
6418 <key key="historic" value="wayside_cross" />
6419 <text key="name" text="Name" />
6420 <reference ref="religious_catholic_christian" />
6421 <text key="start_date" text="Start date" />
6422 <text key="inscription" text="Inscription" />
6423 </item> <!-- Wayside Cross -->
6424 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
6425 <link wiki="Tag:historic=wayside_shrine" />
6426 <space />
6427 <key key="historic" value="wayside_shrine" />
6428 <text key="name" text="Name" />
6429 <reference ref="religious_catholic_christian" />
6430 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6431 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6432 <text key="start_date" text="Start date" />
6433 <text key="inscription" text="Inscription" />
6434 </item> <!-- Wayside Shrine -->
6435 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
6436 <link wiki="Tag:historic=boundary_stone" />
6437 <space />
6438 <key key="historic" value="boundary_stone" />
6439 <text key="name" text="Name" />
6440 </item> <!-- Boundary Stone -->
6441 <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
6442 <link wiki="Tag:historic=milestone" />
6443 <space />
6444 <key key="historic" value="milestone" />
6445 <optional>
6446 <text key="name" text="Name" />
6447 </optional>
6448 </item> <!-- Milestone -->
6449 </group> <!-- Historic Places -->
6450 </group> <!-- Man Made -->
6451 <group name="Shops" icon="presets/shop/mall.svg">
6452 <group name="Food" icon="presets/shop/supermarket.svg">
6453 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6454 <link wiki="Tag:shop=supermarket" />
6455 <space />
6456 <key key="shop" value="supermarket" />
6457 <reference ref="name_oh_wheelchair" />
6458 <reference ref="link_contact_address_payment" />
6459 </item> <!-- Supermarket -->
6460 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
6461 <link wiki="Tag:shop=convenience" />
6462 <space />
6463 <key key="shop" value="convenience" />
6464 <reference ref="name_oh_wheelchair" />
6465 <reference ref="link_contact_address_payment" />
6466 </item> <!-- Convenience Store -->
6467 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
6468 <link wiki="Tag:shop=kiosk" />
6469 <space />
6470 <key key="shop" value="kiosk" />
6471 <reference ref="name_oh_wheelchair" />
6472 <reference ref="link_contact_address_payment" />
6473 </item> <!-- Kiosk -->
6474 <separator/>
6475 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6476 <link wiki="Tag:shop=bakery" />
6477 <space />
6478 <key key="shop" value="bakery" />
6479 <reference ref="name_oh_wheelchair" />
6480 <reference ref="link_contact_address_payment" />
6481 </item> <!-- Bakery -->
6482 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
6483 <link wiki="Tag:shop=butcher" />
6484 <space />
6485 <key key="shop" value="butcher" />
6486 <reference ref="name_oh_wheelchair" />
6487 <reference ref="link_contact_address_payment" />
6488 </item> <!-- Butcher -->
6489 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
6490 <link wiki="Tag:shop=seafood" />
6491 <space />
6492 <key key="shop" value="seafood" />
6493 <reference ref="name_operator_oh_wheelchair" />
6494 <reference ref="link_contact_address_payment" />
6495 </item> <!-- Seafood -->
6496 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
6497 <link wiki="Tag:shop=dairy" />
6498 <space />
6499 <key key="shop" value="dairy" />
6500 <reference ref="name_operator_oh_wheelchair" />
6501 <reference ref="link_contact_address_payment" />
6502 </item> <!-- Dairy -->
6503 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
6504 <link wiki="Tag:shop=cheese" />
6505 <space />
6506 <key key="shop" value="cheese" />
6507 <reference ref="name_operator_oh_wheelchair" />
6508 <reference ref="link_contact_address_payment" />
6509 </item> <!-- Cheese -->
6510 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
6511 <link wiki="Tag:shop=deli" />
6512 <space />
6513 <key key="shop" value="deli" />
6514 <reference ref="name_operator_oh_wheelchair" />
6515 <reference ref="link_contact_address_payment" />
6516 </item> <!-- Deli (Fine Food) -->
6517 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6518 <link wiki="Tag:shop=pastry" />
6519 <space />
6520 <key key="shop" value="pastry" />
6521 <reference ref="name_oh_wheelchair" />
6522 <reference ref="link_contact_address_payment" />
6523 </item> <!-- Pastry -->
6524 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6525 <link wiki="Tag:shop=confectionery" />
6526 <space />
6527 <key key="shop" value="confectionery" />
6528 <reference ref="name_oh_wheelchair" />
6529 <reference ref="link_contact_address_payment" />
6530 </item> <!-- Confectionery -->
6531 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
6532 <link wiki="Tag:shop=tea" />
6533 <space />
6534 <key key="shop" value="tea" />
6535 <reference ref="name_oh_wheelchair" />
6536 <reference ref="link_contact_address_payment" />
6537 </item> <!-- Tea -->
6538 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6539 <link wiki="Tag:shop=coffee" />
6540 <space />
6541 <key key="shop" value="coffee" />
6542 <reference ref="name_oh_wheelchair" />
6543 <reference ref="link_contact_address_payment" />
6544 </item> <!-- Coffee -->
6545 <separator/>
6546 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6547 <link wiki="Tag:amenity=marketplace" />
6548 <space />
6549 <key key="amenity" value="marketplace" />
6550 <reference ref="name_operator_oh_wheelchair" />
6551 <text key="website" text="Website" />
6552 <combo key="organic" text="Organic" values="yes,no,only" />
6553 </item> <!-- Public Market -->
6554 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6555 <link wiki="Tag:shop=greengrocer" />
6556 <space />
6557 <key key="shop" value="greengrocer" />
6558 <reference ref="name_oh_wheelchair" />
6559 <combo key="organic" text="Organic" values="yes,no,only" />
6560 <reference ref="link_contact_address_payment" />
6561 </item> <!-- Greengrocer -->
6562 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6563 <link wiki="Tag:shop=farm" />
6564 <space />
6565 <key key="shop" value="farm" />
6566 <reference ref="name_oh_wheelchair" />
6567 <text key="description" text="Description" />
6568 <combo key="organic" text="Organic" values="yes,no,only" />
6569 <reference ref="link_contact_address_payment" />
6570 </item> <!-- Farm Stand -->
6571 <separator/>
6572 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6573 <link wiki="Key:organic" />
6574 <space />
6575 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6576 </item> <!-- Organic -->
6577 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6578 <link wiki="Key:fair_trade" />
6579 <space />
6580 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6581 </item> <!-- Fair Trade -->
6582 <separator/>
6583 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6584 <link wiki="Tag:shop=alcohol" />
6585 <space />
6586 <key key="shop" value="alcohol" />
6587 <reference ref="name_oh_wheelchair" />
6588 <reference ref="link_contact_address_payment" />
6589 </item> <!-- Alcohol -->
6590 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6591 <link wiki="Tag:shop=beverages" />
6592 <space />
6593 <key key="shop" value="beverages" />
6594 <reference ref="name_oh_wheelchair" />
6595 <reference ref="link_contact_address_payment" />
6596 </item> <!-- Beverages -->
6597 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6598 <link wiki="Tag:shop=wine" />
6599 <space />
6600 <key key="shop" value="wine" />
6601 <reference ref="name_oh_wheelchair" />
6602 <reference ref="link_contact_address_payment" />
6603 </item> <!-- Wine -->
6604 </group> <!-- Food -->
6605 <group name="Clothes" icon="presets/shop/clothes.svg">
6606 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6607 <link wiki="Tag:shop=clothes" />
6608 <space />
6609 <key key="shop" value="clothes" />
6610 <reference ref="name_oh_wheelchair" />
6611 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6612 <combo key="organic" text="Organic" values="yes,no,only" />
6613 <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" />
6614 <reference ref="link_contact_address_payment" />
6615 </item> <!-- Clothes -->
6616 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6617 <link wiki="Tag:shop=boutique" />
6618 <space />
6619 <key key="shop" value="boutique" />
6620 <reference ref="name_operator_oh_wheelchair" />
6621 <reference ref="link_contact_address_payment" />
6622 </item> <!-- Boutique -->
6623 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6624 <link wiki="Tag:shop=shoes" />
6625 <space />
6626 <key key="shop" value="shoes" />
6627 <reference ref="name_oh_wheelchair" />
6628 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6629 <combo key="organic" text="Organic" values="yes,no,only" />
6630 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6631 <reference ref="link_contact_address_payment" />
6632 </item> <!-- Shoes -->
6633 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6634 <link wiki="Tag:shop=outdoor" />
6635 <space />
6636 <key key="shop" value="outdoor" />
6637 <reference ref="name_oh_wheelchair" />
6638 <reference ref="link_contact_address_payment" />
6639 </item> <!-- Outdoor -->
6640 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6641 <link wiki="Tag:shop=sports" />
6642 <space />
6643 <key key="shop" value="sports" />
6644 <reference ref="name_oh_wheelchair" />
6645 <reference ref="link_contact_address_payment" />
6646 </item> <!-- Sports -->
6647 <separator/>
6648 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6649 <link wiki="Tag:shop=dry_cleaning" />
6650 <space />
6651 <key key="shop" value="dry_cleaning" />
6652 <reference ref="name_oh_wheelchair" />
6653 <reference ref="link_contact_address_payment" />
6654 </item> <!-- Dry Cleaning -->
6655 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6656 <link wiki="Tag:shop=laundry" />
6657 <space />
6658 <key key="shop" value="laundry" />
6659 <reference ref="name_oh_wheelchair" />
6660 <check key="self_service" text="Self Service" />
6661 <check key="laundry_service" text="Laundry Service" />
6662 <reference ref="link_contact_address_payment" />
6663 </item> <!-- Laundry -->
6664 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6665 <link wiki="Tag:shop=tailor" />
6666 <space />
6667 <key key="shop" value="tailor" />
6668 <reference ref="name_oh_wheelchair" />
6669 <reference ref="link_contact_address_payment" />
6670 </item> <!-- Tailor -->
6671 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6672 <link wiki="Tag:shop=fabric" />
6673 <space />
6674 <key key="shop" value="fabric" />
6675 <reference ref="name_operator_oh_wheelchair" />
6676 <reference ref="link_contact_address_payment" />
6677 </item> <!-- Fabric -->
6678 </group> <!-- Clothes -->
6679 <group name="Electronic" icon="presets/shop/electronics.svg">
6680 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6681 <link wiki="Tag:shop=computer" />
6682 <space />
6683 <key key="shop" value="computer" />
6684 <reference ref="name_oh_wheelchair" />
6685 <reference ref="link_contact_address_payment" />
6686 </item> <!-- Computer -->
6687 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6688 <link wiki="Tag:shop=electronics" />
6689 <space />
6690 <key key="shop" value="electronics" />
6691 <reference ref="name_oh_wheelchair" />
6692 <reference ref="link_contact_address_payment" />
6693 </item> <!-- Electronics -->
6694 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6695 <link wiki="Tag:shop=mobile_phone" />
6696 <space />
6697 <key key="shop" value="mobile_phone" />
6698 <reference ref="name_operator_oh_wheelchair" />
6699 <reference ref="link_contact_address_payment" />
6700 </item> <!-- Mobile Phone -->
6701 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6702 <link wiki="Tag:shop=watches" />
6703 <space />
6704 <key key="shop" value="watches" />
6705 <reference ref="name_operator_oh_wheelchair" />
6706 <reference ref="link_contact_address_payment" />
6707 </item> <!-- Watches -->
6708 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6709 <link wiki="Tag:shop=vacuum_cleaner" />
6710 <space />
6711 <key key="shop" value="vacuum_cleaner" />
6712 <reference ref="name_operator_oh_wheelchair" />
6713 <reference ref="link_contact_address_payment" />
6714 </item> <!-- Vacuum Cleaner -->
6715 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6716 <link wiki="Tag:shop=hifi" />
6717 <space />
6718 <key key="shop" value="hifi" />
6719 <reference ref="name_oh_wheelchair" />
6720 <reference ref="link_contact_address_payment" />
6721 </item> <!-- Hifi -->
6722 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6723 <link wiki="Tag:shop=video" />
6724 <space />
6725 <key key="shop" value="video" />
6726 <reference ref="name_oh_wheelchair" />
6727 <reference ref="link_contact_address_payment" />
6728 </item> <!-- Video -->
6729 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6730 <link wiki="Tag:shop=video_games" />
6731 <space />
6732 <key key="shop" value="video_games" />
6733 <reference ref="name_oh_wheelchair" />
6734 <reference ref="link_contact_address_payment" />
6735 </item> <!-- Video Games -->
6736 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6737 <link wiki="Tag:shop=music" />
6738 <space />
6739 <key key="shop" value="music" />
6740 <reference ref="name_oh_wheelchair" />
6741 <reference ref="link_contact_address_payment" />
6742 </item> <!-- Music -->
6743 </group> <!-- Electronic -->
6744 <group name="Cash" icon="presets/money/dollar.svg">
6745 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6746 <link wiki="Tag:amenity=bank" />
6747 <space />
6748 <key key="amenity" value="bank" />
6749 <reference ref="name_brand_operator_oh_wheelchair" />
6750 <check key="atm" text="Automated Teller Machine" default="on" />
6751 <text key="ref" text="Reference" />
6752 <reference ref="link_contact_address" />
6753 <preset_link preset_name="Building" />
6754 </item> <!-- Bank -->
6755 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6756 <link wiki="Tag:amenity=bureau_de_change" />
6757 <space />
6758 <key key="amenity" value="bureau_de_change" />
6759 <reference ref="name_oh_wheelchair" />
6760 <reference ref="link_contact_address" />
6761 </item> <!-- Money Exchange -->
6762 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6763 <link wiki="Tag:amenity=money_transfer" />
6764 <space />
6765 <key key="amenity" value="money_transfer" />
6766 <reference ref="name_oh_wheelchair" />
6767 <reference ref="link_contact_address" />
6768 </item> <!-- Money transfer -->
6769 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6770 <link wiki="Tag:amenity=atm" />
6771 <space />
6772 <key key="amenity" value="atm" />
6773 <text key="brand" text="Brand" />
6774 <text key="operator" text="Operator" />
6775 <reference ref="oh_wheelchair" />
6776 </item> <!-- Automated Teller Machine -->
6777 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6778 <link wiki="Tag:shop=pawnbroker" />
6779 <space />
6780 <key key="shop" value="pawnbroker" />
6781 <reference ref="name_oh_wheelchair" />
6782 <reference ref="link_contact_address_payment" />
6783 </item> <!-- Pawnbroker -->
6784 </group> <!-- Cash -->
6785 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6786 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6787 <link wiki="Tag:shop=doors" />
6788 <space />
6789 <key key="shop" value="doors" />
6790 <reference ref="name_brand_operator_oh_wheelchair" />
6791 <reference ref="link_contact_address_payment" />
6792 </item> <!-- Doors -->
6793 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6794 <link wiki="Tag:shop=furniture" />
6795 <space />
6796 <key key="shop" value="furniture" />
6797 <reference ref="name_brand_operator_oh_wheelchair" />
6798 <reference ref="link_contact_address_payment" />
6799 </item> <!-- Furniture -->
6800 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6801 <link wiki="Tag:shop=kitchen" />
6802 <space />
6803 <key key="shop" value="kitchen" />
6804 <reference ref="name_brand_operator_oh_wheelchair" />
6805 <reference ref="link_contact_address_payment" />
6806 </item> <!-- Kitchen -->
6807 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6808 <link wiki="Tag:shop=houseware" />
6809 <space />
6810 <key key="shop" value="houseware" />
6811 <reference ref="name_brand_operator_oh_wheelchair" />
6812 <reference ref="link_contact_address_payment" />
6813 </item> <!-- Houseware -->
6814 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6815 <link wiki="Tag:shop=pottery" />
6816 <space />
6817 <key key="shop" value="pottery" />
6818 <reference ref="name_brand_operator_oh_wheelchair" />
6819 <reference ref="link_contact_address_payment" />
6820 </item> <!-- Pottery -->
6821 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6822 <link wiki="Tag:shop=curtain" />
6823 <space />
6824 <key key="shop" value="curtain" />
6825 <reference ref="name_operator_oh_wheelchair" />
6826 <reference ref="link_contact_address_payment" />
6827 </item> <!-- Curtain -->
6828 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6829 <link wiki="Tag:shop=art" />
6830 <space />
6831 <key key="shop" value="art" />
6832 <reference ref="name_operator_oh_wheelchair" />
6833 <reference ref="link_contact_address_payment" />
6834 </item> <!-- Art -->
6835 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6836 <link wiki="Tag:shop=frame" />
6837 <space />
6838 <key key="shop" value="frame" />
6839 <reference ref="name_operator_oh_wheelchair" />
6840 <reference ref="link_contact_address_payment" />
6841 </item> <!-- Frame -->
6842 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6843 <link wiki="Tag:shop=bed" />
6844 <space />
6845 <key key="shop" value="bed" />
6846 <reference ref="name_oh_wheelchair" />
6847 <reference ref="link_contact_address_payment" />
6848 </item> <!-- Bed -->
6849 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6850 <link wiki="Tag:shop=carpet" />
6851 <space />
6852 <key key="shop" value="carpet" />
6853 <reference ref="name_oh_wheelchair" />
6854 <reference ref="link_contact_address_payment" />
6855 </item> <!-- Carpet -->
6856 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6857 <link wiki="Tag:shop=interior_decoration" />
6858 <space />
6859 <key key="shop" value="interior_decoration" />
6860 <reference ref="name_oh_wheelchair" />
6861 <reference ref="link_contact_address_payment" />
6862 </item> <!-- Interior Decoration -->
6863 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6864 <link wiki="Tag:shop=lighting" />
6865 <space />
6866 <key key="shop" value="lighting" />
6867 <reference ref="name_oh_wheelchair" />
6868 <reference ref="link_contact_address_payment" />
6869 </item> <!-- Lighting -->
6870 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6871 <link wiki="Tag:shop=antiques" />
6872 <space />
6873 <key key="shop" value="antiques" />
6874 <reference ref="name_oh_wheelchair" />
6875 <reference ref="link_contact_address_payment" />
6876 </item> <!-- Antiques -->
6877 <separator/>
6878 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6879 <link wiki="Tag:shop=storage_rental" />
6880 <space />
6881 <key key="shop" value="storage_rental" />
6882 <reference ref="name_oh_wheelchair" />
6883 <reference ref="link_contact_address_payment" />
6884 </item> <!-- Storage Rental -->
6885 </group> <!-- Home decoration -->
6886 <group name="Printed Material" icon="presets/shop/stationery.svg">
6887 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6888 <link wiki="Tag:shop=stationery" />
6889 <space />
6890 <key key="shop" value="stationery" />
6891 <reference ref="name_oh_wheelchair" />
6892 <reference ref="link_contact_address_payment" />
6893 </item> <!-- Stationery -->
6894 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
6895 <link wiki="Tag:shop=copyshop" />
6896 <space />
6897 <key key="shop" value="copyshop" />
6898 <reference ref="name_operator_oh_wheelchair" />
6899 <reference ref="link_contact_address_payment" />
6900 </item> <!-- Copy Shop -->
6901 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
6902 <link wiki="Tag:shop=books" />
6903 <space />
6904 <key key="shop" value="books" />
6905 <reference ref="name_brand_oh_wheelchair" />
6906 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6907 <reference ref="link_contact_address_payment" />
6908 </item> <!-- Book Store -->
6909 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
6910 <link wiki="Tag:shop=newsagent" />
6911 <space />
6912 <key key="shop" value="newsagent" />
6913 <reference ref="name_oh_wheelchair" />
6914 <reference ref="link_contact_address_payment" />
6915 </item> <!-- Newspaper Stand -->
6916 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6917 <link wiki="Tag:shop=ticket" />
6918 <space />
6919 <key key="shop" value="ticket" />
6920 <reference ref="name_oh_wheelchair" />
6921 <reference ref="link_contact_address_payment" />
6922 </item> <!-- Ticket -->
6923 </group> <!-- Printed Material -->
6924 <group name="For the body" icon="presets/shop/body.svg">
6925 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6926 <link wiki="Tag:shop=chemist" />
6927 <space />
6928 <key key="shop" value="chemist" />
6929 <reference ref="name_oh_wheelchair" />
6930 <reference ref="link_contact_address_payment" />
6931 </item> <!-- Chemist -->
6932 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6933 <link wiki="Tag:shop=cosmetics" />
6934 <space />
6935 <key key="shop" value="cosmetics" />
6936 <reference ref="name_oh_wheelchair" />
6937 <reference ref="link_contact_address_payment" />
6938 </item> <!-- Cosmetics -->
6939 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6940 <link wiki="Tag:shop=perfumery" />
6941 <space />
6942 <key key="shop" value="perfumery" />
6943 <reference ref="name_oh_wheelchair" />
6944 <reference ref="link_contact_address_payment" />
6945 </item> <!-- Perfumery -->
6946 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
6947 <link wiki="Tag:shop=beauty" />
6948 <space />
6949 <key key="shop" value="beauty" />
6950 <reference ref="name_oh_wheelchair" />
6951 <reference ref="link_contact_address_payment" />
6952 </item> <!-- Beauty -->
6953 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
6954 <link wiki="Tag:shop=tobacco" />
6955 <space />
6956 <key key="shop" value="tobacco" />
6957 <reference ref="name_operator_oh_wheelchair" />
6958 <reference ref="link_contact_address_payment" />
6959 </item> <!-- Tobacco -->
6960 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6961 <link wiki="Tag:shop=e-cigarette" />
6962 <space />
6963 <key key="shop" value="e-cigarette" />
6964 <reference ref="name_operator_oh_wheelchair" />
6965 <reference ref="link_contact_address_payment" />
6966 </item> <!-- E-cigarette -->
6967 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
6968 <link wiki="Tag:shop=hairdresser" />
6969 <space />
6970 <key key="shop" value="hairdresser" />
6971 <reference ref="name_oh_wheelchair" />
6972 <checkgroup columns="3">
6973 <check key="female" text="Female" />
6974 <check key="male" text="Male" />
6975 <check key="unisex" text="Unisex" />
6976 </checkgroup>
6977 <reference ref="link_contact_address_payment" />
6978 </item> <!-- Hairdresser/Barber -->
6979 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6980 <link wiki="Tag:shop=massage" />
6981 <space />
6982 <key key="shop" value="massage" />
6983 <reference ref="name_oh_wheelchair" />
6984 <reference ref="link_contact_address_payment" />
6985 </item> <!-- Massage -->
6986 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6987 <link wiki="Tag:shop=tattoo" />
6988 <space />
6989 <key key="shop" value="tattoo" />
6990 <reference ref="name_oh_wheelchair" />
6991 <reference ref="link_contact_address_payment" />
6992 </item> <!-- Tattoo -->
6993 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6994 <link wiki="Tag:shop=optician" />
6995 <space />
6996 <key key="shop" value="optician" />
6997 <reference ref="name_oh_wheelchair" />
6998 <reference ref="link_contact_address_payment" />
6999 </item> <!-- Optician -->
7000 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
7001 <link wiki="Tag:shop=hearing_aids" />
7002 <space />
7003 <key key="shop" value="hearing_aids" />
7004 <reference ref="name_operator_oh_wheelchair" />
7005 <reference ref="link_contact_address_payment" />
7006 </item> <!-- Hearing Aids -->
7007 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
7008 <link wiki="Tag:shop=medical_supply" />
7009 <space />
7010 <key key="shop" value="medical_supply" />
7011 <reference ref="name_operator_oh_wheelchair" />
7012 <check key="dispensing" text="Dispensing" />
7013 <reference ref="link_contact_address_payment" />
7014 </item> <!-- Medical Supply -->
7015 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
7016 <link wiki="Tag:shop=jewelry" />
7017 <space />
7018 <key key="shop" value="jewelry" />
7019 <reference ref="name_operator_oh_wheelchair" />
7020 <reference ref="link_contact_address_payment" />
7021 </item> <!-- Jewellery -->
7022 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
7023 <link wiki="Tag:shop=erotic" />
7024 <space />
7025 <key key="shop" value="erotic" />
7026 <reference ref="name_operator_oh_wheelchair" />
7027 <reference ref="min_age" />
7028 <reference ref="link_contact_address_payment" />
7029 </item> <!-- Erotic -->
7030 </group> <!-- For the body -->
7031 <group name="Other" icon="presets/shop/mall.svg">
7032 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
7033 <link wiki="Tag:shop=department_store" />
7034 <space />
7035 <key key="shop" value="department_store" />
7036 <reference ref="name_operator_oh_wheelchair" />
7037 <reference ref="link_contact_address_payment" />
7038 </item> <!-- Department Store -->
7039 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
7040 <link wiki="Tag:shop=mall" />
7041 <space />
7042 <key key="shop" value="mall" />
7043 <reference ref="name_operator_oh_wheelchair" />
7044 <reference ref="link_contact_address_payment" />
7045 </item> <!-- Mall -->
7046 <separator/>
7047 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
7048 <link wiki="Tag:shop=florist" />
7049 <space />
7050 <key key="shop" value="florist" />
7051 <reference ref="name_oh_wheelchair" />
7052 <reference ref="link_contact_address_payment" />
7053 </item> <!-- Florist -->
7054 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
7055 <link wiki="Tag:shop=garden_centre" />
7056 <space />
7057 <key key="shop" value="garden_centre" />
7058 <reference ref="name_brand_oh_wheelchair" />
7059 <reference ref="link_contact_address_payment" />
7060 </item> <!-- Garden Centre -->
7061 <separator/>
7062 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
7063 <link wiki="Tag:shop=doityourself" />
7064 <space />
7065 <key key="shop" value="doityourself" />
7066 <reference ref="name_brand_oh_wheelchair" />
7067 <reference ref="link_contact_address_payment" />
7068 </item> <!-- Do-It-Yourself Store -->
7069 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
7070 <link wiki="Tag:shop=hardware" />
7071 <space />
7072 <key key="shop" value="hardware" />
7073 <reference ref="name_oh_wheelchair" />
7074 <reference ref="link_contact_address_payment" />
7075 </item> <!-- Hardware -->
7076 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
7077 <link wiki="Tag:shop=paint" />
7078 <space />
7079 <key key="shop" value="paint" />
7080 <reference ref="name_operator_oh_wheelchair" />
7081 <reference ref="link_contact_address_payment" />
7082 </item> <!-- Paint -->
7083 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
7084 <link wiki="Tag:shop=gas" />
7085 <space />
7086 <key key="shop" value="gas" />
7087 <reference ref="name_operator_oh_wheelchair" />
7088 <reference ref="link_contact_address_payment" />
7089 </item> <!-- Gas -->
7090 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
7091 <link wiki="Tag:shop=wholesale" />
7092 <space />
7093 <key key="shop" value="wholesale" />
7094 <text key="name" text="Name" />
7095 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
7096 <text key="operator" text="Operator" />
7097 <reference ref="oh_wheelchair" />
7098 <reference ref="link_contact_address_payment" />
7099 </item> <!-- Wholesale -->
7100 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
7101 <link wiki="Tag:shop=trade" />
7102 <space />
7103 <key key="shop" value="trade" />
7104 <text key="name" text="Name" />
7105 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
7106 <text key="operator" text="Operator" />
7107 <reference ref="oh_wheelchair" />
7108 <reference ref="link_contact_address_payment" />
7109 </item> <!-- Trade -->
7110 <separator/>
7111 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
7112 <link wiki="Tag:shop=travel_agency" />
7113 <space />
7114 <key key="shop" value="travel_agency" />
7115 <reference ref="name_brand_oh_wheelchair" />
7116 <reference ref="link_contact_address_payment" />
7117 </item> <!-- Travel Agency -->
7118 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
7119 <link wiki="Tag:shop=scuba_diving" />
7120 <space />
7121 <key key="shop" value="scuba_diving" />
7122 <reference ref="name_brand_oh_wheelchair" />
7123 <reference ref="link_contact_address_payment" />
7124 </item> <!-- Scuba diving -->
7125 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
7126 <link wiki="Tag:shop=musical_instrument" />
7127 <space />
7128 <key key="shop" value="musical_instrument" />
7129 <reference ref="name_operator_oh_wheelchair" />
7130 <reference ref="link_contact_address_payment" />
7131 </item> <!-- Musical Instrument -->
7132 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
7133 <link wiki="Tag:shop=toys" />
7134 <space />
7135 <key key="shop" value="toys" />
7136 <reference ref="name_oh_wheelchair" />
7137 <reference ref="link_contact_address_payment" />
7138 </item> <!-- Toys -->
7139 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
7140 <link wiki="Tag:shop=gift" />
7141 <space />
7142 <key key="shop" value="gift" />
7143 <reference ref="name_operator_oh_wheelchair" />
7144 <optional>
7145 <reference ref="religious" />
7146 </optional>
7147 <reference ref="link_contact_address_payment" />
7148 </item> <!-- Gift/Souvenir -->
7149 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
7150 <link wiki="Tag:shop=variety_store" />
7151 <space />
7152 <key key="shop" value="variety_store" />
7153 <reference ref="name_operator_oh_wheelchair" />
7154 <reference ref="link_contact_address_payment" />
7155 </item> <!-- Variety Store -->
7156 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
7157 <link wiki="Tag:shop=party" />
7158 <space />
7159 <key key="shop" value="party" />
7160 <reference ref="name_operator_oh_wheelchair" />
7161 <reference ref="link_contact_address_payment" />
7162 </item> <!-- Party supplies -->
7163 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
7164 <link wiki="Tag:shop=charity" />
7165 <space />
7166 <key key="shop" value="charity" />
7167 <reference ref="name_operator_oh_wheelchair" />
7168 <reference ref="link_contact_address_payment" />
7169 </item> <!-- Charity -->
7170 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7171 <link wiki="Tag:shop=bookmaker" />
7172 <space />
7173 <key key="shop" value="bookmaker" />
7174 <reference ref="name_operator_oh_wheelchair" />
7175 <reference ref="link_contact_address_payment" />
7176 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7177 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7178 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7179 <preset_link preset_name="Casino" text="Similar but different tags:" />
7180 <preset_link preset_name="Lottery" text="Similar but different tags:" />
7181 </item> <!-- Bookmaker -->
7182 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7183 <link wiki="Tag:shop=lottery" />
7184 <space />
7185 <key key="shop" value="lottery" />
7186 <reference ref="name_operator_oh_wheelchair" />
7187 <reference ref="link_contact_address_payment" />
7188 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7189 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7190 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7191 <preset_link preset_name="Casino" text="Similar but different tags:" />
7192 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
7193 </item> <!-- Lottery -->
7194 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
7195 <link wiki="Tag:shop=bag" />
7196 <space />
7197 <key key="shop" value="bag" />
7198 <reference ref="name_oh_wheelchair" />
7199 <reference ref="link_contact_address_payment" />
7200 </item> <!-- Bag -->
7201 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7202 <link wiki="Tag:shop=pet" />
7203 <space />
7204 <key key="shop" value="pet" />
7205 <reference ref="name_oh_wheelchair" />
7206 <reference ref="link_contact_address_payment" />
7207 </item> <!-- Pet -->
7208 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
7209 <link wiki="Tag:shop=pet_grooming" />
7210 <space />
7211 <key key="shop" value="pet_grooming" />
7212 <reference ref="name_oh_wheelchair" />
7213 <reference ref="link_contact_address_payment" />
7214 </item> <!-- Pet grooming -->
7215 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
7216 <link wiki="Tag:shop=photo" />
7217 <space />
7218 <key key="shop" value="photo" />
7219 <reference ref="name_oh_wheelchair" />
7220 <reference ref="link_contact_address_payment" />
7221 </item> <!-- Photo -->
7222 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
7223 <link wiki="Tag:shop=security" />
7224 <space />
7225 <key key="shop" value="security" />
7226 <reference ref="name_oh_wheelchair" />
7227 <reference ref="link_contact_address_payment" />
7228 </item> <!-- Security -->
7229 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
7230 <link wiki="Tag:shop=weapons" />
7231 <space />
7232 <key key="shop" value="weapons" />
7233 <reference ref="name_oh_wheelchair" />
7234 <reference ref="link_contact_address_payment" />
7235 </item> <!-- Weapons -->
7236 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
7237 <link wiki="Tag:shop=funeral_directors" />
7238 <space />
7239 <key key="shop" value="funeral_directors" />
7240 <reference ref="name_oh_wheelchair" />
7241 <reference ref="link_contact_address_payment" />
7242 </item> <!-- Funeral Directors -->
7243 </group> <!-- Other -->
7244 <separator/>
7245 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
7246 <link wiki="Tag:amenity=vending_machine" />
7247 <space />
7248 <key key="amenity" value="vending_machine" />
7249 <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" />
7250 <text key="operator" text="Operator" />
7251 <text key="ref" text="Reference number" />
7252 <preset_link preset_name="Payment Methods" />
7253 </item> <!-- Vending Machine -->
7254 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7255 <link wiki="Key:payment" />
7256 <space />
7257 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
7258 <checkgroup columns="4">
7259 <check key="payment:coins" text="Coins" match="keyvalue" />
7260 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
7261 </checkgroup>
7262 <space />
7263 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
7264 <checkgroup columns="4">
7265 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
7266 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
7267 <check key="payment:girocard" text="Girocard" match="keyvalue" />
7268 <check key="payment:laser" text="Laser" match="keyvalue" />
7269 <check key="payment:maestro" text="Maestro" match="keyvalue" />
7270 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
7271 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
7272 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
7273 </checkgroup>
7274 <space />
7275 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
7276 <checkgroup columns="4">
7277 <check key="payment:american_express" text="American Express" match="keyvalue" />
7278 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
7279 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
7280 <check key="payment:jcb" text="JCB" match="keyvalue" />
7281 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
7282 <check key="payment:visa" text="Visa" match="keyvalue" />
7283 </checkgroup>
7284 <space />
7285 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
7286 <space />
7287 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
7288 <checkgroup columns="4">
7289 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
7290 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
7291 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
7292 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
7293 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
7294 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
7295 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
7296 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
7297 </checkgroup>
7298 <space />
7299 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
7300 <checkgroup columns="4">
7301 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
7302 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
7303 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
7304 </checkgroup>
7305 </item> <!-- Payment Methods -->
7306 </group> <!-- Shops -->
7307 <group name="Offices" icon="presets/office/private_company.svg">
7308 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7309 <link wiki="Tag:office=accountant" />
7310 <space />
7311 <key key="office" value="accountant" />
7312 <reference ref="name_operator_oh_wheelchair" />
7313 <reference ref="link_contact_address" />
7314 </item> <!-- Accountant -->
7315 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7316 <link wiki="Tag:office=advertising_agency" />
7317 <space />
7318 <key key="office" value="advertising_agency" />
7319 <reference ref="name_operator_oh_wheelchair" />
7320 <reference ref="link_contact_address" />
7321 </item> <!-- Advertising agency -->
7322 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7323 <link wiki="Tag:office=architect" />
7324 <space />
7325 <key key="office" value="architect" />
7326 <reference ref="name_operator_oh_wheelchair" />
7327 <reference ref="link_contact_address" />
7328 </item> <!-- Architect -->
7329 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7330 <link wiki="Tag:office=association" />
7331 <space />
7332 <key key="office" value="association" />
7333 <reference ref="name_operator_oh_wheelchair" />
7334 <reference ref="link_contact_address" />
7335 </item> <!-- Association -->
7336 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7337 <link wiki="Tag:office=company" />
7338 <space />
7339 <key key="office" value="company" />
7340 <reference ref="name_oh_wheelchair" />
7341 <reference ref="link_contact_address" />
7342 </item> <!-- Private company -->
7343 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7344 <link wiki="Tag:office=educational_institution" />
7345 <space />
7346 <key key="office" value="educational_institution" />
7347 <reference ref="name_operator_oh_wheelchair" />
7348 <reference ref="link_contact_address" />
7349 </item> <!-- Educational institution -->
7350 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7351 <link wiki="Tag:office=employment_agency" />
7352 <space />
7353 <key key="office" value="employment_agency" />
7354 <reference ref="name_brand_operator_oh_wheelchair" />
7355 <reference ref="link_contact_address" />
7356 </item> <!-- Employment agency -->
7357 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7358 <link wiki="Tag:office=estate_agent" />
7359 <space />
7360 <key key="office" value="estate_agent" />
7361 <reference ref="name_operator_oh_wheelchair" />
7362 <reference ref="link_contact_address" />
7363 </item> <!-- Estate agent -->
7364 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7365 <link wiki="Tag:office=foundation" />
7366 <space />
7367 <key key="office" value="foundation" />
7368 <reference ref="name_brand_operator_oh_wheelchair" />
7369 <reference ref="link_contact_address" />
7370 </item> <!-- Foundation -->
7371 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7372 <link wiki="Tag:office=government" />
7373 <space />
7374 <key key="office" value="government" />
7375 <text key="name" text="Name" />
7376 <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" />
7377 <reference ref="oh_wheelchair" />
7378 <reference ref="link_contact_address" />
7379 </item> <!-- Government -->
7380 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7381 <link wiki="Tag:office=insurance" />
7382 <space />
7383 <key key="office" value="insurance" />
7384 <reference ref="name_brand_operator_oh_wheelchair" />
7385 <reference ref="link_contact_address" />
7386 </item> <!-- Insurance -->
7387 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7388 <link wiki="Tag:office=it" />
7389 <space />
7390 <key key="office" value="it" />
7391 <reference ref="name_oh_wheelchair" />
7392 <reference ref="link_contact_address" />
7393 </item> <!-- It specialist -->
7394 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7395 <link wiki="Tag:office=lawyer" />
7396 <space />
7397 <key key="office" value="lawyer" />
7398 <reference ref="name_operator_oh_wheelchair" />
7399 <reference ref="link_contact_address" />
7400 </item> <!-- Lawyer -->
7401 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7402 <link wiki="Tag:office=newspaper" />
7403 <space />
7404 <key key="office" value="newspaper" />
7405 <reference ref="name_operator_oh_wheelchair" />
7406 <reference ref="link_contact_address" />
7407 </item> <!-- Newspaper -->
7408 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7409 <link wiki="Tag:office=ngo" />
7410 <space />
7411 <key key="office" value="ngo" />
7412 <reference ref="name_brand_operator_oh_wheelchair" />
7413 <reference ref="link_contact_address" />
7414 </item> <!-- Non-governmental organisation (NGO) -->
7415 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7416 <link wiki="Tag:office=notary" />
7417 <space />
7418 <key key="office" value="notary" />
7419 <reference ref="name_oh_wheelchair" />
7420 <reference ref="link_contact_address" />
7421 </item> <!-- Notary -->
7422 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7423 <link wiki="Tag:office=political_party" />
7424 <space />
7425 <key key="office" value="political_party" />
7426 <reference ref="name_oh_wheelchair" />
7427 <reference ref="link_contact_address" />
7428 </item> <!-- Political party -->
7429 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7430 <link wiki="Tag:office=religion" />
7431 <space />
7432 <key key="office" value="religion" />
7433 <text key="name" text="Name" />
7434 <reference ref="religious" />
7435 <reference ref="oh_wheelchair" />
7436 <reference ref="link_contact_address" />
7437 </item> <!-- Religion -->
7438 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7439 <link wiki="Tag:office=research" />
7440 <space />
7441 <key key="office" value="research" />
7442 <reference ref="name_operator_oh_wheelchair" />
7443 <reference ref="link_contact_address" />
7444 </item> <!-- Research -->
7445 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7446 <link wiki="Tag:office=tax_advisor" />
7447 <space />
7448 <key key="office" value="tax_advisor" />
7449 <reference ref="name_brand_operator_oh_wheelchair" />
7450 <reference ref="link_contact_address" />
7451 </item> <!-- Tax advisor -->
7452 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7453 <link wiki="Tag:office=telecommunication" />
7454 <space />
7455 <key key="office" value="telecommunication" />
7456 <reference ref="name_brand_operator_oh_wheelchair" />
7457 <reference ref="link_contact_address" />
7458 </item> <!-- Telecommunication -->
7459 </group> <!-- Offices -->
7460 <group name="Craft" icon="presets/craft/painter.svg">
7461 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
7462 <link wiki="Tag:craft=beekeeper" />
7463 <space />
7464 <key key="craft" value="beekeeper" />
7465 <reference ref="name_operator_oh_wheelchair" />
7466 <reference ref="link_contact_address" />
7467 </item> <!-- Beekeeper -->
7468 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
7469 <link wiki="Tag:craft=brewery" />
7470 <space />
7471 <key key="craft" value="brewery" />
7472 <reference ref="name_operator_oh_wheelchair" />
7473 <reference ref="link_contact_address" />
7474 </item> <!-- Brewery -->
7475 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
7476 <link wiki="Tag:craft=winery" />
7477 <space />
7478 <key key="craft" value="winery" />
7479 <reference ref="name_operator_oh_wheelchair" />
7480 <reference ref="link_contact_address" />
7481 </item> <!-- Winery -->
7482 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
7483 <link wiki="Tag:craft=caterer" />
7484 <space />
7485 <key key="craft" value="caterer" />
7486 <reference ref="name_operator_oh_wheelchair" />
7487 <reference ref="link_contact_address" />
7488 </item> <!-- Caterer -->
7489 <separator/> <!-- food group -->
7490 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7491 <link wiki="Tag:craft=upholsterer" />
7492 <space />
7493 <key key="craft" value="upholsterer" />
7494 <reference ref="name_operator_oh_wheelchair" />
7495 <reference ref="link_contact_address" />
7496 </item> <!-- Upholsterer -->
7497 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7498 <link wiki="Tag:craft=key_cutter" />
7499 <space />
7500 <key key="craft" value="key_cutter" />
7501 <reference ref="name_operator_oh_wheelchair" />
7502 <reference ref="link_contact_address" />
7503 </item> <!-- Key cutter -->
7504 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7505 <link wiki="Tag:craft=locksmith" />
7506 <space />
7507 <key key="craft" value="locksmith" />
7508 <reference ref="name_operator_oh_wheelchair" />
7509 <reference ref="link_contact_address" />
7510 </item> <!-- Locksmith -->
7511 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7512 <link wiki="Tag:craft=electrician" />
7513 <space />
7514 <key key="craft" value="electrician" />
7515 <reference ref="name_operator_oh_wheelchair" />
7516 <reference ref="link_contact_address" />
7517 </item> <!-- Electrician -->
7518 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
7519 <link wiki="Tag:craft=plumber" />
7520 <space />
7521 <key key="craft" value="plumber" />
7522 <reference ref="name_operator_oh_wheelchair" />
7523 <reference ref="link_contact_address" />
7524 </item> <!-- Plumber -->
7525 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
7526 <link wiki="Tag:craft=hvac" />
7527 <space />
7528 <key key="craft" value="hvac" />
7529 <reference ref="name_operator_oh_wheelchair" />
7530 <reference ref="link_contact_address" />
7531 </item> <!-- Hvac -->
7532 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7533 <link wiki="Tag:craft=painter" />
7534 <space />
7535 <key key="craft" value="painter" />
7536 <reference ref="name_operator_oh_wheelchair" />
7537 <reference ref="link_contact_address" />
7538 </item> <!-- Painter -->
7539 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
7540 <link wiki="Tag:craft=tiler" />
7541 <space />
7542 <key key="craft" value="tiler" />
7543 <reference ref="name_operator_oh_wheelchair" />
7544 <reference ref="link_contact_address" />
7545 </item> <!-- Tiler -->
7546 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7547 <link wiki="Tag:craft=window_construction" />
7548 <space />
7549 <key key="craft" value="window_construction" />
7550 <reference ref="name_operator_oh_wheelchair" />
7551 <reference ref="link_contact_address" />
7552 </item> <!-- Window construction -->
7553 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7554 <link wiki="Tag:craft=carpenter" />
7555 <space />
7556 <key key="craft" value="carpenter" />
7557 <reference ref="name_operator_oh_wheelchair" />
7558 <reference ref="link_contact_address" />
7559 </item> <!-- Carpenter -->
7560 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7561 <link wiki="Tag:craft=roofer" />
7562 <space />
7563 <key key="craft" value="roofer" />
7564 <reference ref="name_operator_oh_wheelchair" />
7565 <reference ref="link_contact_address" />
7566 </item> <!-- Roofer -->
7567 <separator/> <!-- apartment/house group -->
7568 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7569 <link wiki="Tag:craft=photographer" />
7570 <space />
7571 <key key="craft" value="photographer" />
7572 <reference ref="name_operator_oh_wheelchair" />
7573 <reference ref="link_contact_address" />
7574 </item> <!-- Photographer -->
7575 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
7576 <link wiki="Tag:craft=handicraft" />
7577 <space />
7578 <key key="craft" value="handicraft" />
7579 <reference ref="name_operator_oh_wheelchair" />
7580 <reference ref="link_contact_address" />
7581 </item> <!-- Handicraft -->
7582 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7583 <link wiki="Tag:craft=pottery" />
7584 <space />
7585 <key key="craft" value="pottery" />
7586 <reference ref="name_operator_oh_wheelchair" />
7587 <reference ref="link_contact_address" />
7588 </item> <!-- Pottery -->
7589 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7590 <link wiki="Tag:craft=gardener" />
7591 <space />
7592 <key key="craft" value="gardener" />
7593 <reference ref="name_operator_oh_wheelchair" />
7594 <reference ref="link_contact_address" />
7595 </item> <!-- Gardener -->
7596 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7597 <link wiki="Tag:craft=shoemaker" />
7598 <space />
7599 <key key="craft" value="shoemaker" />
7600 <reference ref="name_operator_oh_wheelchair" />
7601 <reference ref="link_contact_address" />
7602 </item> <!-- Shoemaker -->
7603 <separator/> <!-- other "soft"/art craft group -->
7604 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7605 <link wiki="Tag:craft=sawmill" />
7606 <space />
7607 <key key="craft" value="sawmill" />
7608 <reference ref="name_operator_oh_wheelchair" />
7609 <reference ref="link_contact_address" />
7610 </item> <!-- Sawmill -->
7611 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7612 <link wiki="Tag:craft=stonemason" />
7613 <space />
7614 <key key="craft" value="stonemason" />
7615 <reference ref="name_operator_oh_wheelchair" />
7616 <reference ref="link_contact_address" />
7617 </item> <!-- Stonemason -->
7618 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7619 <link wiki="Tag:craft=blacksmith" />
7620 <space />
7621 <key key="craft" value="blacksmith" />
7622 <reference ref="name_operator_oh_wheelchair" />
7623 <reference ref="link_contact_address" />
7624 </item> <!-- Blacksmith -->
7625 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7626 <link wiki="Tag:craft=metal_construction" />
7627 <space />
7628 <key key="craft" value="metal_construction" />
7629 <reference ref="name_operator_oh_wheelchair" />
7630 <reference ref="link_contact_address" />
7631 </item> <!-- Metal construction -->
7632 <!-- other "hard" craft group -->
7633 </group> <!-- Craft -->
7634 <group name="Geography" icon="presets/landmark/peak.svg">
7635 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7636 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7637 <link wiki="Tag:boundary=administrative" />
7638 <space />
7639 <key key="boundary" value="administrative" />
7640 <text key="name" text="Name" />
7641 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7642 <check key="maritime" text="Maritime" disable_off="true" />
7643 </item> <!-- Administrative -->
7644 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7645 <link wiki="Tag:boundary=political" />
7646 <space />
7647 <key key="boundary" value="political" />
7648 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7649 <text key="name" text="Name" />
7650 </item> <!-- Political -->
7651 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7652 <link wiki="Tag:boundary=postal_code" />
7653 <space />
7654 <key key="boundary" value="postal_code" />
7655 <text key="postal_code" text="Postal Code" />
7656 </item> <!-- Postal Code -->
7657 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7658 <link wiki="Tag:boundary=national_park" />
7659 <space />
7660 <key key="boundary" value="national_park" />
7661 <text key="name" text="Name" />
7662 </item> <!-- National Park -->
7663 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7664 <link wiki="Tag:boundary=protected_area" />
7665 <space />
7666 <key key="boundary" value="protected_area" />
7667 <text key="protect_class" text="Protect Class" length="2" />
7668 <text key="protection_title" text="Title or type of protection" />
7669 <optional>
7670 <reference ref="name_operator" />
7671 <reference ref="oh" />
7672 <reference ref="wikipedia_wikidata" />
7673 <text key="start_date" text="Start date" />
7674 </optional>
7675 </item> <!-- Protected Area -->
7676 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7677 <link wiki="Tag:boundary=maritime" />
7678 <space />
7679 <key key="boundary" value="maritime" />
7680 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7681 <text key="name" text="Name" />
7682 </item> <!-- Maritime -->
7683 </group> <!-- Boundaries -->
7684 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7685 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7686 <link wiki="Tag:place=continent" />
7687 <space />
7688 <key key="place" value="continent" />
7689 <reference ref="name_wikipedia_wikidata" />
7690 </item> <!-- Continent -->
7691 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7692 <link wiki="Tag:place=country" />
7693 <space />
7694 <key key="place" value="country" />
7695 <reference ref="name_wikipedia_wikidata" />
7696 </item> <!-- Country -->
7697 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7698 <link wiki="Tag:place=state" />
7699 <space />
7700 <key key="place" value="state" />
7701 <reference ref="name_wikipedia_wikidata" />
7702 </item> <!-- State -->
7703 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7704 <link wiki="Tag:place=region" />
7705 <space />
7706 <key key="place" value="region" />
7707 <reference ref="name_wikipedia_wikidata" />
7708 </item> <!-- Region -->
7709 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7710 <link wiki="Tag:place=county" />
7711 <space />
7712 <key key="place" value="county" />
7713 <reference ref="name_wikipedia_wikidata" />
7714 <reference ref="population_postcode_website" />
7715 </item> <!-- County -->
7716 <separator/>
7717 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7718 <link wiki="Tag:place=city" />
7719 <space />
7720 <key key="place" value="city" />
7721 <reference ref="name_wikipedia_wikidata" />
7722 <reference ref="population_postcode_website" />
7723 </item> <!-- City -->
7724 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7725 <link wiki="Tag:place=town" />
7726 <space />
7727 <key key="place" value="town" />
7728 <reference ref="name_wikipedia_wikidata" />
7729 <reference ref="population_postcode_website" />
7730 </item> <!-- Town -->
7731 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7732 <link wiki="Tag:place=village" />
7733 <space />
7734 <key key="place" value="village" />
7735 <reference ref="name_wikipedia_wikidata" />
7736 <reference ref="population_postcode_website" />
7737 </item> <!-- Village -->
7738 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7739 <link wiki="Tag:place=hamlet" />
7740 <space />
7741 <key key="place" value="hamlet" />
7742 <reference ref="name_wikipedia_wikidata" />
7743 <reference ref="population_postcode_website" />
7744 </item> <!-- Hamlet -->
7745 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7746 <link wiki="Tag:place=isolated_dwelling" />
7747 <space />
7748 <key key="place" value="isolated_dwelling" />
7749 <reference ref="name_wikipedia_wikidata" />
7750 <reference ref="population_postcode_website" />
7751 </item> <!-- Isolated Dwelling -->
7752 <separator/>
7753 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7754 <link wiki="Tag:place=suburb" />
7755 <space />
7756 <key key="place" value="suburb" />
7757 <reference ref="name_wikipedia_wikidata" />
7758 <reference ref="population_postcode_website" />
7759 </item> <!-- Suburb -->
7760 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7761 <link wiki="Tag:place=quarter" />
7762 <space />
7763 <key key="place" value="quarter" />
7764 <reference ref="name_wikipedia_wikidata" />
7765 <text key="population" text="Population" />
7766 <text key="website" text="Website" />
7767 </item> <!-- Quarter -->
7768 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7769 <link wiki="Tag:place=neighbourhood" />
7770 <space />
7771 <key key="place" value="neighbourhood" />
7772 <reference ref="name_wikipedia_wikidata" />
7773 <text key="population" text="Population" />
7774 <text key="website" text="Website" />
7775 </item> <!-- Neighbourhood -->
7776 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7777 <link wiki="Tag:place=farm" />
7778 <space />
7779 <label text="A farm within a bigger settlement" />
7780 <label text="(please use isolated_dwelling for an isolated farm)" />
7781 <key key="place" value="farm" />
7782 <reference ref="name_wikipedia_wikidata" />
7783 <reference ref="population_postcode_website" />
7784 </item> <!-- Farm -->
7785 <separator/>
7786 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7787 <link wiki="Tag:place=locality" />
7788 <space />
7789 <key key="place" value="locality" />
7790 <reference ref="name_wikipedia_wikidata" />
7791 </item> <!-- Locality -->
7792 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7793 <link wiki="Tag:place=square" />
7794 <space />
7795 <key key="place" value="square" />
7796 <reference ref="name_wikipedia_wikidata" />
7797 </item> <!-- Square -->
7798 </group> <!-- Places -->
7799 <group name="Geography" icon="presets/landmark/peak.svg">
7800 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7801 <link wiki="Tag:natural=peak" />
7802 <label text="The top (summit) of a mountain or hill." />
7803 <space />
7804 <key key="natural" value="peak" />
7805 <reference ref="name_wikipedia_wikidata" />
7806 <text key="ele" text="Elevation (meters)" length="10" />
7807 </item> <!-- Peak -->
7808 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7809 <link wiki="Tag:natural=saddle" />
7810 <label text="A saddle point between mountains or hills." />
7811 <space/>
7812 <key key="natural" value="saddle" />
7813 <reference ref="name_wikipedia_wikidata" />
7814 <text key="ele" text="Elevation (meters)" length="10" />
7815 </item> <!-- Saddle -->
7816 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7817 <link wiki="Tag:natural=glacier" />
7818 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7819 <space />
7820 <key key="natural" value="glacier" />
7821 <reference ref="name_wikipedia_wikidata" />
7822 <text key="ele" text="Elevation (meters)" length="10" />
7823 </item> <!-- Glacier -->
7824 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7825 <link wiki="Tag:natural=volcano" />
7826 <label text="A volcano, either dormant, extinct or active." />
7827 <space />
7828 <key key="natural" value="volcano" />
7829 <reference ref="name_wikipedia_wikidata" />
7830 <text key="ele" text="Elevation (meters)" length="10" />
7831 <optional>
7832 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7833 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7834 </optional>
7835 </item> <!-- Volcano -->
7836 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7837 <link wiki="Tag:natural=ridge" />
7838 <label text="A mountain or hill ridge." />
7839 <space />
7840 <key key="natural" value="ridge" />
7841 <reference ref="name_wikipedia_wikidata" />
7842 <text key="ele" text="Elevation (meters)" length="10" />
7843 </item> <!-- Ridge -->
7844 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7845 <link wiki="Tag:natural=valley" />
7846 <label text="A low area between hills." />
7847 <space />
7848 <key key="natural" value="valley" />
7849 <reference ref="name_wikipedia_wikidata" />
7850 </item> <!-- Valley -->
7851 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7852 <link wiki="Tag:natural=cliff" />
7853 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7854 <space />
7855 <key key="natural" value="cliff" />
7856 <text key="name" text="Name" />
7857 <text key="height" text="Height (meters)" length="7" />
7858 </item> <!-- Cliff -->
7859 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
7860 <link wiki="Tag:natural=cave_entrance" />
7861 <label text="The entrance to a cave." />
7862 <space />
7863 <key key="natural" value="cave_entrance" />
7864 <reference ref="name_wikipedia_wikidata" />
7865 <reference ref="oh_wheelchair" />
7866 <reference ref="POI_access" />
7867 <reference ref="fee" />
7868 </item> <!-- Cave Entrance -->
7869 <separator/>
7870 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
7871 <link wiki="Tag:place=island" />
7872 <space />
7873 <key key="place" value="island" />
7874 <reference ref="name_wikipedia_wikidata" />
7875 </item> <!-- Island -->
7876 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7877 <link wiki="Tag:place=islet" />
7878 <space />
7879 <key key="place" value="islet" />
7880 <reference ref="name_wikipedia_wikidata" />
7881 </item> <!-- Islet -->
7882 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
7883 <link wiki="Tag:natural=reef" />
7884 <space />
7885 <key key="natural" value="reef" />
7886 <text key="name" text="Name" />
7887 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
7888 </item> <!-- Reef -->
7889 </group> <!-- Geography -->
7890 <group name="Nature" icon="presets/landmark/trees.svg">
7891 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
7892 <link wiki="Tag:natural=tree" />
7893 <label text="A single tree." />
7894 <space />
7895 <key key="natural" value="tree" />
7896 <reference ref="leaf_without_mixed" />
7897 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7898 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7899 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7900 <list_entry value="avenue" short_description="Trees aligned along a road." />
7901 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7902 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7903 </combo>
7904 <optional>
7905 <reference ref="genus_species_taxon" />
7906 <space />
7907 <text key="height" text="Height (meters)" length="7" />
7908 <text key="diameter_crown" text="Diameter crown (meters)" />
7909 <text key="circumference" text="Circumference (meters)" />
7910 <space />
7911 <text key="name" text="Name" />
7912 <text key="start_date" text="Start date" />
7913 </optional>
7914 </item> <!-- Tree -->
7915 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
7916 <link wiki="Tag:natural=tree_row" />
7917 <label text="A line of trees." />
7918 <space />
7919 <key key="natural" value="tree_row" />
7920 <reference ref="leaf" />
7921 <optional>
7922 <reference ref="genus_species_taxon" />
7923 <text key="height" text="Height (meters)" length="7" />
7924 </optional>
7925 </item> <!-- Tree Row -->
7926 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
7927 <link wiki="Tag:natural=wood" />
7928 <label text="Woodland where timber production does not dominate use." />
7929 <space />
7930 <key key="natural" value="wood" />
7931 <text key="name" text="Name" />
7932 <reference ref="leaf" />
7933 </item> <!-- Wood -->
7934 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
7935 <link wiki="Tag:landuse=forest" />
7936 <space />
7937 <key key="landuse" value="forest" />
7938 <reference ref="leaf" />
7939 <reference ref="optional_name" />
7940 </item> <!-- Forest -->
7941 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
7942 <link wiki="Tag:man_made=cutline" />
7943 <space />
7944 <key key="man_made" value="cutline" />
7945 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7946 </item> <!-- Cutline -->
7947 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7948 <link wiki="Tag:natural=grassland" />
7949 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
7950 <space />
7951 <key key="natural" value="grassland" />
7952 <text key="name" text="Name" />
7953 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
7954 </item> <!-- Grassland -->
7955 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
7956 <link wiki="Tag:leisure=nature_reserve" />
7957 <space />
7958 <key key="leisure" value="nature_reserve" />
7959 <text key="name" text="Name" />
7960 </item> <!-- Nature Reserve -->
7961 <separator/>
7962 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
7963 <link wiki="Tag:natural=scree" />
7964 <label text="An accumulation of loose angular rocks." />
7965 <space />
7966 <key key="natural" value="scree" />
7967 <text key="name" text="Name" />
7968 </item> <!-- Scree -->
7969 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
7970 <link wiki="Tag:natural=shingle" />
7971 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7972 <space />
7973 <key key="natural" value="shingle" />
7974 <text key="name" text="Name" />
7975 </item> <!-- Shingle -->
7976 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
7977 <link wiki="Tag:natural=fell" />
7978 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
7979 <space />
7980 <key key="natural" value="fell" />
7981 <text key="name" text="Name" />
7982 </item> <!-- Fell -->
7983 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
7984 <link wiki="Tag:natural=scrub" />
7985 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
7986 <space />
7987 <key key="natural" value="scrub" />
7988 <text key="name" text="Name" />
7989 <optional>
7990 <reference ref="leaf" />
7991 </optional>
7992 </item> <!-- Scrub -->
7993 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
7994 <link wiki="Tag:natural=heath" />
7995 <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." />
7996 <space />
7997 <key key="natural" value="heath" />
7998 <text key="name" text="Name" />
7999 </item> <!-- Heath -->
8000 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
8001 <link wiki="Tag:natural=sand" />
8002 <label text="Large area covered with sand." />
8003 <space />
8004 <key key="natural" value="sand" />
8005 <text key="name" text="Name" />
8006 </item> <!-- Sand -->
8007 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
8008 <link wiki="Tag:natural=bare_rock" />
8009 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
8010 <space />
8011 <key key="natural" value="bare_rock" />
8012 <text key="name" text="Name" />
8013 </item> <!-- Bare Rock -->
8014 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
8015 <link wiki="Tag:natural=rock" />
8016 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
8017 <space />
8018 <key key="natural" value="rock" />
8019 <reference ref="name_wikipedia_wikidata" />
8020 <optional>
8021 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
8022 </optional>
8023 </item> <!-- Rock -->
8024 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
8025 <link wiki="Tag:natural=stone" />
8026 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
8027 <space />
8028 <key key="natural" value="stone" />
8029 <reference ref="name_wikipedia_wikidata" />
8030 <optional>
8031 <text key="height" text="Height (meters)" length="7" />
8032 <text key="width" text="Width (meters)" />
8033 </optional>
8034 </item> <!-- Stone -->
8035 </group> <!-- Nature -->
8036 <group name="Land use" icon="presets/landuse/farmland.svg">
8037 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
8038 <link wiki="Tag:landuse=farmyard" />
8039 <space />
8040 <key key="landuse" value="farmyard" />
8041 <reference ref="optional_name" />
8042 </item> <!-- Farmyard -->
8043 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
8044 <link wiki="Tag:landuse=farmland" />
8045 <space />
8046 <key key="landuse" value="farmland" />
8047 <optional>
8048 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
8049 <text key="name" text="Name" />
8050 <check key="irrigation" text="Center pivot irrigation" value_on="pivot" disable_off="true" />
8051 </optional>
8052 </item> <!-- Farmland -->
8053 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
8054 <link wiki="Tag:landuse=meadow" />
8055 <space />
8056 <key key="landuse" value="meadow" />
8057 <reference ref="optional_name" />
8058 </item> <!-- Meadow -->
8059 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
8060 <link wiki="Tag:landuse=orchard" />
8061 <space />
8062 <key key="landuse" value="orchard" />
8063 <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" />
8064 <reference ref="optional_name" />
8065 </item> <!-- Orchard -->
8066 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
8067 <link wiki="Tag:landuse=vineyard" />
8068 <space />
8069 <key key="landuse" value="vineyard" />
8070 <key key="crop" value="grape" match="keyvalue" />
8071 <reference ref="optional_name" />
8072 </item> <!-- Vineyard -->
8073 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
8074 <link wiki="Tag:landuse=greenhouse_horticulture" />
8075 <space />
8076 <key key="landuse" value="greenhouse_horticulture" />
8077 <reference ref="optional_name_operator" />
8078 </item> <!-- Greenhouse Horticulture -->
8079 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
8080 <link wiki="Tag:landuse=plant_nursery" />
8081 <key key="landuse" value="plant_nursery" />
8082 <reference ref="optional_name_operator" />
8083 <space />
8084 <reference ref="leaf" />
8085 <reference ref="genus_species_taxon" />
8086 </item> <!-- Plant Nursery -->
8087 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
8088 <link wiki="Tag:landuse=salt_pond" />
8089 <space />
8090 <key key="landuse" value="salt_pond" />
8091 <reference ref="optional_name_operator" />
8092 </item> <!-- Salt Pond -->
8093 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
8094 <link wiki="Tag:landuse=aquaculture" />
8095 <space />
8096 <key key="landuse" value="aquaculture" />
8097 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
8098 <reference ref="optional_name_operator" />
8099 </item> <!-- Aquaculture -->
8100 <separator/>
8101 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
8102 <link wiki="Tag:landuse=allotments" />
8103 <space />
8104 <key key="landuse" value="allotments" />
8105 <reference ref="optional_name" />
8106 </item> <!-- Allotments -->
8107 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
8108 <link wiki="Tag:landuse=flowerbed" />
8109 <space />
8110 <key key="landuse" value="flowerbed" />
8111 <optional>
8112 <text key="operator" text="Operator" />
8113 <reference ref="genus_species_taxon" />
8114 </optional>
8115 </item> <!-- Flowerbed -->
8116 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
8117 <link wiki="Tag:leisure=garden" />
8118 <space />
8119 <key key="leisure" value="garden" />
8120 <reference ref="optional_name" />
8121 </item> <!-- Garden -->
8122 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
8123 <link wiki="Tag:landuse=grass" />
8124 <space />
8125 <key key="landuse" value="grass" />
8126 <reference ref="optional_name" />
8127 </item> <!-- Grass -->
8128 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
8129 <link wiki="Tag:landuse=village_green" />
8130 <space />
8131 <key key="landuse" value="village_green" />
8132 <reference ref="optional_name" />
8133 </item> <!-- Village Green -->
8134 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
8135 <link wiki="Tag:leisure=park" />
8136 <space />
8137 <key key="leisure" value="park" />
8138 <reference ref="optional_name" />
8139 </item> <!-- Park -->
8140 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
8141 <link wiki="Tag:landuse=recreation_ground" />
8142 <space />
8143 <key key="landuse" value="recreation_ground" />
8144 <reference ref="optional_name" />
8145 </item> <!-- Recreation Ground -->
8146 <separator/>
8147 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
8148 <link wiki="Tag:landuse=religious" />
8149 <space />
8150 <key key="landuse" value="religious" />
8151 <text key="name" text="Name" />
8152 <reference ref="religious" />
8153 </item> <!-- Religious -->
8154 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
8155 <link wiki="Tag:landuse=cemetery" />
8156 <space />
8157 <key key="landuse" value="cemetery" />
8158 <text key="name" text="Name" />
8159 <reference ref="religious" />
8160 </item> <!-- Cemetery -->
8161 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
8162 <link wiki="Tag:amenity=grave_yard" />
8163 <space />
8164 <key key="amenity" value="grave_yard" />
8165 <text key="name" text="Name" />
8166 <reference ref="religious" />
8167 </item> <!-- Graveyard -->
8168 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
8169 <link wiki="Tag:cemetery=sector" />
8170 <space />
8171 <key key="cemetery" value="sector" />
8172 <optional>
8173 <text key="ref" text="Reference" />
8174 <text key="name" text="Name" />
8175 </optional>
8176 </item> <!-- Cemetery sector-->
8177 <separator/>
8178 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
8179 <link wiki="Tag:landuse=residential" />
8180 <space />
8181 <key key="landuse" value="residential" />
8182 <reference ref="optional_name" />
8183 </item> <!-- Residential Area -->
8184 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
8185 <link wiki="Tag:landuse=retail" />
8186 <space />
8187 <key key="landuse" value="retail" />
8188 <reference ref="optional_name" />
8189 </item> <!-- Retail -->
8190 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
8191 <link wiki="Tag:landuse=commercial" />
8192 <space />
8193 <key key="landuse" value="commercial" />
8194 <reference ref="optional_name" />
8195 </item> <!-- Commercial -->
8196 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
8197 <link wiki="Tag:landuse=industrial" />
8198 <space />
8199 <key key="landuse" value="industrial" />
8200 <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" />
8201 <reference ref="optional_name" />
8202 </item> <!-- Industrial -->
8203 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
8204 <link wiki="Tag:landuse=garages" />
8205 <space />
8206 <key key="landuse" value="garages" />
8207 <reference ref="optional_name_operator" />
8208 </item> <!-- Garages -->
8209 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
8210 <link wiki="Tag:landuse=railway" />
8211 <space />
8212 <key key="landuse" value="railway" />
8213 <reference ref="optional_name" />
8214 </item> <!-- Railway Land -->
8215 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
8216 <link wiki="Tag:landuse=military" />
8217 <space />
8218 <key key="landuse" value="military" />
8219 <reference ref="optional_name" />
8220 </item> <!-- Military -->
8221 <separator/>
8222 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
8223 <link wiki="Tag:landuse=construction" />
8224 <space />
8225 <key key="landuse" value="construction" />
8226 <reference ref="optional_name" />
8227 </item> <!-- Construction Area -->
8228 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
8229 <link wiki="Tag:landuse=brownfield" />
8230 <space />
8231 <key key="landuse" value="brownfield" />
8232 <reference ref="optional_name" />
8233 </item> <!-- Brownfield -->
8234 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
8235 <link wiki="Tag:landuse=greenfield" />
8236 <space />
8237 <key key="landuse" value="greenfield" />
8238 <reference ref="optional_name" />
8239 </item> <!-- Greenfield -->
8240 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
8241 <link wiki="Tag:landuse=landfill" />
8242 <space />
8243 <key key="landuse" value="landfill" />
8244 <reference ref="optional_name" />
8245 </item> <!-- Landfill -->
8246 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
8247 <link wiki="Tag:landuse=quarry" />
8248 <space />
8249 <key key="landuse" value="quarry" />
8250 <reference ref="name_operator" />
8251 <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" />
8252 </item> <!-- Quarry -->
8253 </group> <!-- Landuse -->
8254 </group> <!-- Geography -->
8255 <group name="Annotation" icon="presets/misc/housenumber.svg">
8256 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8257 <link wiki="Key:name" />
8258 <space />
8259 <text key="name" text="Name" />
8260 <optional>
8261 <text key="alt_name" text="Alternative name" match="key" />
8262 <text key="old_name" text="Historical name" match="key" />
8263 <text key="loc_name" text="Local name" match="key" />
8264 <text key="reg_name" text="Regional name" match="key" />
8265 <text key="nat_name" text="National name" match="key" />
8266 <text key="int_name" text="International name" match="key" />
8267 <text key="official_name" text="Official name" match="key" />
8268 <text key="short_name" text="Common name abbreviation" match="key" />
8269 </optional>
8270 </item> <!-- Name -->
8271 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8272 <link wiki="Key:addr" />
8273 <space />
8274 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
8275 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
8276 <optional>
8277 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
8278 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
8279 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
8280 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
8281 </optional>
8282 <optional text="Optional values for specific countries">
8283 <text key="addr:unit" text="Unit/Suite" match="key" />
8284 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
8285 <text key="addr:hamlet" text="Hamlet" match="key" />
8286 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
8287 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
8288 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
8289 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
8290 <!-- US States as defined in ISO 3166-2 -->
8291 <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" />
8292 </optional>
8293 </item> <!-- Address -->
8294 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
8295 <link wiki="Key:addr" />
8296 <space />
8297 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
8298 <optional>
8299 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
8300 </optional>
8301 </item> <!-- Address Interpolation -->
8302 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8303 <link wiki="Annotations" />
8304 <space />
8305 <text key="website" text="Website" match="key" />
8306 <text key="email" text="Email Address" match="key" />
8307 <space />
8308 <text key="phone" text="Phone number" match="key" />
8309 <text key="fax" text="Fax Number" match="key" />
8310 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8311 <space />
8312 <reference ref="wikipedia_wikidata" />
8313 <text key="image" text="Image" />
8314 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
8315 </item> <!-- Contact (Common Schema) -->
8316 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8317 <link wiki="Key:contact" />
8318 <space />
8319 <text key="contact:website" text="Website" match="key" />
8320 <text key="contact:email" text="Email Address" match="key" />
8321 <space />
8322 <text key="contact:phone" text="Phone number" match="key" />
8323 <text key="contact:fax" text="Fax Number" match="key" />
8324 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8325 <space />
8326 <reference ref="wikipedia_wikidata" />
8327 <text key="image" text="Image" />
8328 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
8329 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
8330 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8331 <link wiki="Key:description" />
8332 <space />
8333 <label text="A short text with additional information." text_context="description=*" />
8334 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
8335 <space />
8336 <text key="description" text="Description" match="key" />
8337 <preset_link preset_name="Note" text="Similar but different tags:" />
8338 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8339 </item> <!-- Description -->
8340 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8341 <link wiki="Key:note" />
8342 <space />
8343 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
8344 <space />
8345 <text key="note" text="Note" text_context="the tag note=*" match="key" />
8346 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8347 <preset_link preset_name="Description" text="Similar but different tags:" />
8348 </item> <!-- Note -->
8349 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8350 <link wiki="Key:fixme" />
8351 <space />
8352 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
8353 <space />
8354 <text key="fixme" text="Fixme" match="key" />
8355 <preset_link preset_name="Note" text="Similar but different tags:" />
8356 <preset_link preset_name="Description" text="Similar but different tags:" />
8357 </item> <!-- Fixme -->
8358 </group> <!-- Annotation -->
8359 <group name="Relations" icon="presets/misc/relations.svg">
8360 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
8361 <link wiki="Relation:multipolygon" />
8362 <key key="type" value="multipolygon" />
8363 <optional>
8364 <text key="name" text="Name" />
8365 </optional>
8366 <roles>
8367 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8368 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8369 </roles>
8370 </item> <!-- Multipolygon -->
8371 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
8372 <link wiki="Relation:boundary" />
8373 <space />
8374 <key key="type" value="boundary" />
8375 <text key="name" text="Name" />
8376 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
8377 <optional>
8378 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
8379 </optional>
8380 <roles>
8381 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8382 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8383 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
8384 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
8385 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
8386 </roles>
8387 </item> <!-- Boundary -->
8388 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
8389 <link wiki="Relation:building" />
8390 <key key="type" value="building" />
8391 <preset_link preset_name="Building" />
8392 <preset_link preset_name="Entrance" />
8393 <preset_link preset_name="Building part" />
8394 <roles>
8395 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
8396 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
8397 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
8398 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
8399 <role key="entrance" text="Entrance" requisite="optional" type="node" />
8400 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
8401 </roles>
8402 </item> <!-- Building -->
8403 <item name="Site" type="relation" preset_name_label="true">
8404 <link wiki="Relation:site" />
8405 <space />
8406 <key key="type" value="site" />
8407 <text key="name" text="Site name" />
8408 <roles>
8409 <role key="label" text="where to place the label" requisite="optional" type="node" />
8410 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
8411 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
8412 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
8413 </roles>
8414 </item> <!-- Site -->
8415 <separator/>
8416 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
8417 <link wiki="Relation:restriction" />
8418 <space />
8419 <key key="type" value="restriction" />
8420 <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" />
8421 <roles>
8422 <role key="from" text="from way" requisite="required" count="1" type="way" />
8423 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8424 <role key="to" text="to way" requisite="required" count="1" type="way" />
8425 </roles>
8426 </item> <!-- Turn Restriction -->
8427 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8428 <link wiki="Relation:connectivity" />
8429 <space />
8430 <key key="type" value="connectivity" />
8431 <text key="connectivity" text="Lane Connectivity" />
8432 <roles>
8433 <role key="from" text="from way" requisite="required" count="1" type="way" />
8434 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8435 <role key="to" text="to way" requisite="required" count="1" type="way" />
8436 </roles>
8437 </item> <!-- Lane Connectivity -->
8438 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
8439 <link wiki="Relation:enforcement" />
8440 <space />
8441 <key key="type" value="enforcement" />
8442 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
8443 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8444 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8445 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8446 <roles>
8447 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8448 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8449 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8450 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8451 </roles>
8452 </item> <!-- Enforcement -->
8453 <separator/>
8454 <group name="Routes" icon="presets/misc/route.svg">
8455 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8456 <link wiki="Tag:route=bicycle" />
8457 <space/>
8458 <key key="type" value="route"/>
8459 <key key="route" value="bicycle"/>
8460 <text key="name" text="Name" />
8461 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8462 <optional>
8463 <reference ref="route_hikebike_optionals" />
8464 </optional>
8465 <roles>
8466 <reference ref="route_segment_roles" />
8467 </roles>
8468 </item> <!-- Bicycle Route -->
8469 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8470 <link wiki="Mountain_biking" />
8471 <space/>
8472 <key key="type" value="route"/>
8473 <key key="route" value="mtb"/>
8474 <text key="name" text="Name" />
8475 <optional>
8476 <reference ref="route_hikebike_optionals" />
8477 </optional>
8478 <roles>
8479 <reference ref="route_segment_roles" />
8480 </roles>
8481 </item> <!-- Mountain Biking Route -->
8482 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8483 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
8484 <space/>
8485 <key key="type" value="route"/>
8486 <key key="route" value="hiking"/>
8487 <text key="name" text="Name" />
8488 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
8489 <optional>
8490 <reference ref="route_hikebike_optionals" />
8491 </optional>
8492 <reference ref="walking_routes_roles" />
8493 </item> <!-- Hiking Route -->
8494 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8495 <link wiki="Tag:route=foot" />
8496 <space/>
8497 <key key="type" value="route"/>
8498 <key key="route" value="foot"/>
8499 <text key="name" text="Name" />
8500 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
8501 <optional>
8502 <reference ref="route_hikebike_optionals" />
8503 </optional>
8504 <reference ref="walking_routes_roles" />
8505 </item> <!-- Walking Route -->
8506 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8507 <link wiki="Tag:route=running" />
8508 <space/>
8509 <key key="type" value="route"/>
8510 <key key="route" value="running"/>
8511 <text key="name" text="Name" />
8512 <optional>
8513 <reference ref="route_hikebike_optionals" />
8514 </optional>
8515 <roles>
8516 <reference ref="route_segment_roles" />
8517 <reference ref="route_start_stop_roles" />
8518 </roles>
8519 </item> <!-- Running Route -->
8520 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8521 <link wiki="Tag:route=fitness_trail" />
8522 <space/>
8523 <key key="type" value="route"/>
8524 <key key="route" value="fitness_trail"/>
8525 <text key="name" text="Name" />
8526 <optional>
8527 <reference ref="route_hikebike_optionals" />
8528 </optional>
8529 <roles>
8530 <reference ref="route_segment_roles" />
8531 <reference ref="route_start_stop_roles" />
8532 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8533 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8534 </roles>
8535 </item> <!-- Fitness Trail -->
8536 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8537 <link wiki="Tag:route=horse" />
8538 <space/>
8539 <key key="type" value="route"/>
8540 <key key="route" value="horse"/>
8541 <text key="name" text="Name" />
8542 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8543 <optional>
8544 <reference ref="route_hikebike_optionals" />
8545 </optional>
8546 <roles>
8547 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8548 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8549 <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"/>
8550 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8551 </roles>
8552 </item> <!-- Riding Route -->
8553 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8554 <link wiki="Tag:route=piste" />
8555 <space/>
8556 <key key="type" value="route"/>
8557 <key key="route" value="piste"/>
8558 <text key="name" text="Name" />
8559 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
8560 <optional>
8561 <reference ref="route_hikebike_optionals" />
8562 </optional>
8563 <roles>
8564 <role key="" text="route segment" requisite="optional" type="way" />
8565 <role key="forward" text="forward segment" requisite="optional" type="way" />
8566 <role key="backward" text="backward segment" requisite="optional" type="way" />
8567 <role key="link" text="link segment" requisite="optional" type="way" />
8568 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8569 <role key="variant" text="variant segment" requisite="optional" type="way" />
8570 <role key="start" text="entry points" requisite="optional" type="node" />
8571 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8572 </roles>
8573 </item> <!-- Piste Route -->
8574 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8575 <link wiki="Tag:route=ski" />
8576 <space/>
8577 <key key="type" value="route"/>
8578 <key key="route" value="ski"/>
8579 <text key="name" text="Name" />
8580 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8581 <optional>
8582 <reference ref="route_hikebike_optionals" />
8583 </optional>
8584 <roles>
8585 <role key="" text="route segment" requisite="optional" type="way" />
8586 <role key="forward" text="forward segment" requisite="optional" type="way" />
8587 <role key="backward" text="backward segment" requisite="optional" type="way" />
8588 <role key="link" text="link segment" requisite="optional" type="way" />
8589 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8590 <role key="variant" text="variant segment" requisite="optional" type="way" />
8591 <role key="start" text="entry points" requisite="optional" type="node" />
8592 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8593 </roles>
8594 </item> <!-- Ski Route -->
8595 <separator/>
8596 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8597 <link wiki="Tag:route=detour" />
8598 <space/>
8599 <key key="type" value="route"/>
8600 <key key="route" value="detour"/>
8601 <reference ref="name_ref"/>
8602 <optional>
8603 <text key="operator" text="Operator" />
8604 <text key="destination" text="Destination"/>
8605 <text key="detour" text="Ref of the way this is a detour to"/>
8606 </optional>
8607 <roles>
8608 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8609 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8610 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8611 </roles>
8612 </item> <!-- Detour Route -->
8613 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8614 <link wiki="Tag:route=power" />
8615 <space/>
8616 <key key="type" value="route"/>
8617 <key key="route" value="power"/>
8618 <reference ref="name_ref_operator"/>
8619 <roles>
8620 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8621 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8622 </roles>
8623 </item> <!-- Power Route -->
8624 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8625 <link wiki="Tag:route=railway" />
8626 <space/>
8627 <key key="type" value="route"/>
8628 <key key="route" value="railway"/>
8629 <reference ref="name_ref_operator"/>
8630 <roles>
8631 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8632 </roles>
8633 </item> <!-- Railway Route -->
8634 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8635 <link wiki="Tag:route=road" />
8636 <space/>
8637 <key key="type" value="route"/>
8638 <key key="route" value="road"/>
8639 <reference ref="name_ref"/>
8640 <text key="network" text="Network" />
8641 <text key="operator" text="Operator" />
8642 <text key="distance" text="Distance (kilometers)"/>
8643 <roles>
8644 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8645 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8646 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8647 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8648 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8649 </roles>
8650 </item> <!-- Road Route -->
8651 <separator/>
8652 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8653 <link wiki="Relation:superroute" />
8654 <space/>
8655 <key key="type" value="superroute"/>
8656 <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" />
8657 <reference ref="name_ref_operator"/>
8658 <roles>
8659 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8660 </roles>
8661 </item> <!-- Superroute -->
8662 </group> <!-- Routes -->
8663 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8664 <link wiki="Relation:network" />
8665 <space />
8666 <key key="type" value="network" />
8667 <text key="name" text="Name" />
8668 <optional>
8669 <text key="network" text="Network" />
8670 <text key="operator" text="Operator" />
8671 </optional>
8672 <roles>
8673 <role key="" text="member" requisite="required" type="relation" />
8674 </roles>
8675 </item> <!-- Route Network -->
8676 <separator/>
8677 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8678 <link wiki="Relation:associatedStreet" />
8679 <space />
8680 <key key="type" value="associatedStreet" />
8681 <text key="name" text="Street name" />
8682 <roles>
8683 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8684 <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;" />
8685 </roles>
8686 </item> <!-- Associated Street -->
8687 <item name="Street" type="relation" preset_name_label="true">
8688 <link wiki="Relation:street" />
8689 <space />
8690 <key key="type" value="street" />
8691 <text key="name" text="Name" />
8692 <roles>
8693 <role key="street" text="ways being part of street" requisite="required" type="way" />
8694 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8695 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8696 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8697 </roles>
8698 </item> <!-- Street -->
8699 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8700 <link wiki="Relation:destination_sign" />
8701 <space />
8702 <key key="type" value="destination_sign" />
8703 <text key="destination" text="Destination written on sign (w/o distance)" />
8704 <text key="distance" text="Distance (kilometers)" />
8705 <text key="time" text="Time (hh:mm, for trekking)" />
8706 <text key="colour:back" text="Colour of background" />
8707 <text key="colour:text" text="Colour of text" />
8708 <text key="colour:arrow" text="Colour of border/arrow" />
8709 <roles>
8710 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8711 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8712 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8713 <role key="sign" text="position of sign" requisite="optional" type="node" />
8714 </roles>
8715 </item> <!-- Destination Sign -->
8716 <separator/>
8717 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8718 <link wiki="Relation:waterway" />
8719 <space />
8720 <key key="type" value="waterway" />
8721 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8722 <text key="name" text="Name" />
8723 <optional>
8724 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8725 <text key="ref" text="Reference" />
8726 <text key="ref:sandre" text="Reference Sandre (FR)" />
8727 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8728 <text key="ref:regine" text="Reference REGINE (NO)" />
8729 <text key="ref:gnis" text="Reference GNIS (USA)" />
8730 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8731 <reference ref="wikipedia_wikidata" />
8732 </optional>
8733 <roles>
8734 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8735 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8736 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8737 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8738 </roles>
8739 </item> <!-- Waterway -->
8740 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8741 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8742 <space />
8743 <key key="type" value="bridge" />
8744 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8745 <reference ref="name_ref" />
8746 <text key="height" text="Height (meters)" length="7" />
8747 <text key="length" text="Length (meters)" />
8748 <text key="operator" text="Operator" />
8749 <roles>
8750 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8751 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8752 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8753 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8754 </roles>
8755 </item> <!-- Bridge -->
8756 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8757 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8758 <space />
8759 <key key="type" value="tunnel" />
8760 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8761 <reference ref="name_ref" />
8762 <text key="length" text="Length (meters)" />
8763 <text key="operator" text="Operator" />
8764 <roles>
8765 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8766 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8767 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8768 </roles>
8769 </item> <!-- Tunnel -->
8770 </group> <!-- Relations -->
8771</presets>
Note: See TracBrowser for help on using the repository browser.