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

Last change on this file since 16610 was 16610, checked in by Klumbumbus, 4 years ago
  • see #19287 - Make playground values searchable
  • Match Internet Access preset
  • Property svn:eol-style set to native
File size: 491.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
3<!--
4 Pics have been derived from
5 https://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland (german street sign SVGs)
6 https://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
7 https://www.kde.org
8 https://openclipart.org/media/view/media/clip_art
9 http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
10
11 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
12-->
13
14 <!-- Item chunks -->
15 <chunk id="surface">
16 <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" />
17 </chunk>
18 <chunk id="surface_smoothness">
19 <reference ref="surface" />
20 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
21 <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
22 <list_entry value="good" short_description="Thin Wheels: racing bike" />
23 <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
24 <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
25 <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
26 <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
27 <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
28 <list_entry value="impassable" short_description="No wheeled vehicle" />
29 </combo>
30 </chunk>
31 <chunk id="sport_surface">
32 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
33 </chunk>
34 <chunk id="riding_surface">
35 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
36 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
37 </chunk>
38 <chunk id="highway_base">
39 <space />
40 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
41 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
42 <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
43 <space />
44 <text key="maxspeed" text="Max. speed (km/h)" />
45 <text key="maxspeed:forward" text="Max. speed in way direction" />
46 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
47 <space />
48 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
49 <reference ref="surface_smoothness" />
50 </chunk>
51 <chunk id="highway_yesno">
52 <checkgroup columns="2">
53 <check key="bridge" text="Bridge" disable_off="true" />
54 <check key="embankment" text="Embankment" disable_off="true" />
55 <check key="tunnel" text="Tunnel" disable_off="true" />
56 <check key="cutting" text="Cutting" disable_off="true" />
57 </checkgroup>
58 </chunk>
59 <chunk id="highway_yesno_incline">
60 <reference ref="highway_yesno" />
61 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
62 </chunk>
63 <chunk id="highway_yesno_incline_oneway_lit_width">
64 <check key="oneway" text="Oneway" />
65 <reference ref="highway_yesno_incline" />
66 <check key="lit" text="Lit" />
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="railway_service">
74 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
75 </chunk>
76 <chunk id="railway_electrified_yesno">
77 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
78 <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
79 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
80 <reference ref="highway_yesno" />
81 </chunk>
82 <chunk id="railway_service_gauge_electrified_yesno">
83 <reference ref="railway_service" />
84 <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
85 <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
86 <reference ref="railway_electrified_yesno" />
87 </chunk>
88 <chunk id="barrier_5">
89 <optional text="Allowed traffic:">
90 <check key="foot" text="Foot"/>
91 <check key="bicycle" text="Bicycle"/>
92 <check key="horse" text="Horse" />
93 <check key="motorcycle" text="Motorcycle" />
94 <check key="motorcar" text="Motorcar" />
95 </optional>
96 </chunk>
97 <chunk id="barrier_4">
98 <optional text="Allowed traffic:">
99 <check key="foot" text="Foot"/>
100 <check key="bicycle" text="Bicycle"/>
101 <check key="horse" text="Horse" />
102 <check key="motorcycle" text="Motorcycle" />
103 </optional>
104 </chunk>
105 <chunk id="barrier_2">
106 <optional text="Allowed traffic:">
107 <check key="foot" text="Foot"/>
108 <check key="bicycle" text="Bicycle"/>
109 </optional>
110 </chunk>
111 <chunk id="min_age">
112 <text key="min_age" text="Minimum age" />
113 </chunk>
114 <chunk id="max_age">
115 <text key="max_age" text="Maximum age" />
116 </chunk>
117 <chunk id="name_ref">
118 <text key="name" text="Name" />
119 <text key="ref" text="Reference" />
120 </chunk>
121 <chunk id="ref_operator">
122 <text key="ref" text="Reference" />
123 <text key="operator" text="Operator" />
124 </chunk>
125 <chunk id="name_ref_operator">
126 <text key="name" text="Name" />
127 <reference ref="ref_operator" />
128 </chunk>
129 <chunk id="name_operator">
130 <text key="name" text="Name" />
131 <text key="operator" text="Operator" />
132 </chunk>
133 <chunk id="name_layer">
134 <text key="name" text="Name" />
135 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
136 </chunk>
137 <chunk id="service_times">
138 <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" />
139 </chunk>
140 <chunk id="oh">
141 <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" />
142 </chunk>
143 <chunk id="wheelchair">
144 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
145 </chunk>
146 <chunk id="oh_wheelchair">
147 <reference ref="oh" />
148 <reference ref="wheelchair" />
149 </chunk>
150 <chunk id="name_oh_wheelchair">
151 <text key="name" text="Name" />
152 <reference ref="oh_wheelchair" />
153 </chunk>
154 <chunk id="name_operator_oh_wheelchair">
155 <reference ref="name_operator" />
156 <reference ref="oh_wheelchair" />
157 </chunk>
158 <chunk id="name_brand_operator_oh_wheelchair">
159 <text key="name" text="Name" />
160 <text key="brand" text="Brand" />
161 <text key="operator" text="Operator" />
162 <reference ref="oh_wheelchair" />
163 </chunk>
164 <chunk id="name_brand_oh_wheelchair">
165 <text key="name" text="Name" />
166 <text key="brand" text="Brand" />
167 <reference ref="oh_wheelchair" />
168 </chunk>
169 <chunk id="cuisine">
170 <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" />
171 </chunk>
172 <chunk id="internet">
173 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
174 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
175 </chunk>
176 <chunk id="internet_smoking">
177 <reference ref="internet" />
178 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
179 </chunk>
180 <chunk id="optional_height">
181 <optional>
182 <text key="height" text="Height (meters)" length="7" />
183 </optional>
184 </chunk>
185 <chunk id="optional_maxwidth">
186 <optional>
187 <text key="maxwidth" text="Max. width (meters)" length="7" />
188 </optional>
189 </chunk>
190 <chunk id="optional_maxheight_maxwidth">
191 <optional>
192 <text key="maxheight" text="Max. height (meters)" length="7" />
193 <text key="maxwidth" text="Max. width (meters)" length="7" />
194 </optional>
195 </chunk>
196 <chunk id="optional_name">
197 <optional>
198 <text key="name" text="Name" />
199 </optional>
200 </chunk>
201 <chunk id="optional_name_operator">
202 <optional>
203 <text key="name" text="Name" />
204 <text key="operator" text="Operator" />
205 </optional>
206 </chunk>
207 <chunk id="name_leisure_pitch">
208 <text key="name" text="Name" />
209 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
210 </chunk>
211 <chunk id="sport">
212 <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,climbing,cricket,croquet,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,karting,model_aerodrome,motocross,motor,pelota,racquet,rc_car,rowing,rugby_league,rugby_union,running,safety_training,shooting,skateboard,ice_skating,roller_skating,soccer,swimming,table_tennis,tennis,volleyball,9pin,10pin" values_context="sport" />
213 </chunk>
214 <chunk id="fee">
215 <combo key="fee" text="Fee" values="yes,no" />
216 </chunk>
217 <chunk id="fee_interval">
218 <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" />
219 </chunk>
220 <chunk id="parking_name_type_ref">
221 <text key="name" text="Name" />
222 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
223 <text key="ref" text="Reference number" />
224 </chunk>
225 <chunk id="parking_access_fee_operator_surface_smoothness">
226 <space />
227 <reference ref="POI_access" />
228 <reference ref="fee_interval" />
229 <text key="operator" text="Operator" />
230 <reference ref="surface_smoothness" />
231 </chunk>
232 <chunk id="maxstay">
233 <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" />
234 </chunk>
235 <chunk id="supervised">
236 <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" />
237 </chunk>
238 <chunk id="supervised_lit_oh">
239 <reference ref="supervised" />
240 <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" />
241 <reference ref="oh" />
242 </chunk>
243 <chunk id="highway_access">
244 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" />
245 </chunk>
246 <chunk id="POI_access">
247 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" />
248 </chunk>
249 <chunk id="name_wikipedia">
250 <text key="name" text="Name" />
251 <text key="wikipedia" text="Wikipedia" />
252 </chunk>
253 <chunk id="population_postcode_website">
254 <text key="population" text="Population" />
255 <text key="postal_code" text="Postal Code" />
256 <text key="website" text="Website" />
257 </chunk>
258 <chunk id="route_hikebike_optionals">
259 <text key="ref" text="Reference" />
260 <text key="operator" text="Operator" />
261 <text key="distance" text="Distance (kilometers)"/>
262 <text key="ascent" text="Ascent (m)"/>
263 <text key="descent" text="Descent (m)"/>
264 <check key="roundtrip" text="Roundtrip"/>
265 <text key="symbol" text="Symbol description"/>
266 <text key="description" text="Description"/>
267 </chunk>
268 <chunk id="genus_species_taxon">
269 <text key="genus" text="Genus" />
270 <text key="species" text="Species" />
271 <text key="taxon" text="Taxon" />
272 </chunk>
273 <chunk id="leaf">
274 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
275 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
276 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
277 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
278 <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." />
279 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
280 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
281 </combo>
282 </chunk>
283 <chunk id="leaf_without_mixed">
284 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
285 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
286 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
287 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
288 <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." />
289 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
290 </combo>
291 </chunk>
292 <!-- start of religions and denominations -->
293 <chunk id="religious"> <!-- all religions and denominations -->
294 <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" />
295 <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" />
296 </chunk>
297 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
298 <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" />
299 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
300 </chunk>
301 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
302 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
303 </chunk>
304 <chunk id="christian_denominations"> <!-- christian denominations -->
305 <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" />
306 </chunk>
307 <chunk id="muslim_denominations"> <!-- muslim denominations -->
308 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
309 </chunk>
310 <chunk id="jewish_denominations"> <!-- jewish denominations -->
311 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
312 </chunk>
313 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
314 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
315 </chunk>
316 <chunk id="hindu_denominations"> <!-- hindu denominations -->
317 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
318 </chunk>
319 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
320 <!-- end of religions and denominations -->
321 <chunk id="voltage">
322 <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" />
323 </chunk>
324 <chunk id="frequency">
325 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
326 </chunk>
327 <chunk id="voltage_frequency">
328 <reference ref="voltage" />
329 <reference ref="frequency" />
330 </chunk>
331 <chunk id="transformer_voltage_frequency">
332 <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" />
333 <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" />
334 <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" />
335 <reference ref="frequency" />
336 </chunk>
337 <chunk id="cables">
338 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
339 </chunk>
340 <chunk id="cables_circuits">
341 <reference ref="cables" />
342 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
343 </chunk>
344 <chunk id="power_loc">
345 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
346 </chunk>
347 <chunk id="power_extra">
348 <reference ref="power_loc" />
349 <reference ref="voltage_frequency" />
350 <reference ref="ref_operator" />
351 </chunk>
352 <chunk id="power_line_extra">
353 <reference ref="cables_circuits" />
354 <reference ref="voltage_frequency" />
355 </chunk>
356 <chunk id="power_generator">
357 <link wiki="Tag:power=generator" />
358 <space />
359 <key key="power" value="generator" />
360 <reference ref="name_ref_operator" />
361 <text key="start_date" text="Start date" />
362 </chunk>
363 <chunk id="power_output">
364 <optional text="Output forms of energy:">
365 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
366 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
367 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
368 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
369 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
370 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
371 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
372 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
373 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
374 <space />
375 <reference ref="voltage_frequency" />
376 </optional>
377 </chunk>
378 <chunk id="power_pole">
379 <text key="height" text="Height (meters)" length="7" />
380 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
381 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
382 <check key="location:transition" text="Location transition" disable_off="true" />
383 <reference ref="ref_operator" />
384 </chunk>
385 <chunk id="rating_phases">
386 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
387 <combo key="phases" text="Phases" values="1,3" length="1" />
388 </chunk>
389 <chunk id="optional_rating_phases">
390 <optional>
391 <reference ref="rating_phases" />
392 </optional>
393 </chunk>
394 <chunk id="optional_transformer_rating_phases_devices_windings">
395 <optional>
396 <reference ref="rating_phases" />
397 <combo key="devices" text="Number of devices" values="1,2,3,4" />
398 <combo key="windings" text="Number of windings" values="1,2,3,4" />
399 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
400 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
401 </optional>
402 </chunk>
403 <chunk id="telecom_medium">
404 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
405 </chunk>
406 <chunk id="optional_bridge">
407 <optional>
408 <text key="name" text="Name" />
409 <text key="bridge:name" text="Bridge name" />
410 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
411 <space />
412 <text key="maxspeed" text="Max. speed (km/h)" />
413 <text key="maxspeed:forward" text="Max. speed in way direction" />
414 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
415 <space />
416 <text key="maxweight" text="Max. weight (tonnes)" />
417 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
418 <text key="width" text="Width (meters)" />
419 <check key="toll" text="Toll" />
420 </optional>
421 </chunk>
422 <chunk id="waterway">
423 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
424 <check key="intermittent" text="Intermittent" disable_off="true" />
425 <check key="seasonal" text="Seasonal" disable_off="true" />
426 <check key="tidal" text="In the tidal range" disable_off="true" />
427 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
428 <text key="width" text="Width (meters)" />
429 </chunk>
430 <chunk id="waterway_wikipedia">
431 <reference ref="waterway" />
432 <text key="wikipedia" text="Wikipedia" />
433 </chunk>
434 <chunk id="water_access">
435 <optional text="Water access rules:">
436 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" />
437 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" />
438 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" />
439 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" />
440 </optional>
441 </chunk>
442 <chunk id="operator_substance">
443 <text key="operator" text="Operator" />
444 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
445 </chunk>
446 <chunk id="support">
447 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
448 </chunk>
449 <chunk id="aerodrome">
450 <key key="aeroway" value="aerodrome" match="keyvalue" />
451 <text key="name" text="Name" />
452 <optional>
453 <text key="iata" text="IATA" />
454 <text key="icao" text="ICAO" />
455 <text key="wikipedia" text="Wikipedia" />
456 </optional>
457 </chunk>
458 <chunk id="car_brands">
459 <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" />
460 </chunk>
461 <chunk id="motorcycle_brands">
462 <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" />
463 </chunk>
464 <chunk id="walking_routes_roles">
465 <roles>
466 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
467 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
468 <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"/>
469 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
470 </roles>
471 </chunk>
472 <chunk id="route_segment_roles">
473 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
474 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
475 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
476 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
477 </chunk>
478 <chunk id="route_start_stop_roles">
479 <role key="start" text="start endpoint" requisite="optional" type="node" />
480 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
481 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
482 </chunk>
483 <!-- Link chunks -->
484 <chunk id="link_contact_address">
485 <preset_link preset_name="Contact (Common Schema)" />
486 <preset_link preset_name="Address" />
487 </chunk>
488 <chunk id="link_contact_address_payment">
489 <preset_link preset_name="Contact (Common Schema)" />
490 <preset_link preset_name="Address" />
491 <preset_link preset_name="Payment Methods" />
492 </chunk>
493 <chunk id="public_transport_route_optionals">
494 <text key="from" text="From (initial stop)" />
495 <text key="to" text="To (terminal stop)" />
496 <text key="via" text="Via (intermediate stops)" />
497 <text key="operator" text="Operator" />
498 <text key="network" text="Network" />
499 <text key="description" text="Description" />
500 <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" />
501 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
502 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
503 </chunk>
504 <chunk id="climbing_styles">
505 <label text="Climbing styles:" />
506 <checkgroup columns="2">
507 <check key="climbing:boulder" text="Boulders" />
508 <check key="climbing:sport" text="Sport climbing" />
509 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
510 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
511 <check key="climbing:multipitch" text="Multi-pitch climbing" />
512 <check key="climbing:ice" text="Ice climbing" />
513 <check key="climbing:mixed" text="Mixed climbing" />
514 <check key="climbing:deepwater" text="Deep Water Soloing" />
515 </checkgroup>
516 </chunk>
517 <chunk id="climbing_optional_attributes">
518 <optional>
519 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
520 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
521 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
522 <check key="climbing:summit_log" text="Summit/route log/register" />
523 <check key="indoor" text="Climbing routes indoor" />
524 <check key="outdoor" text="Climbing routes outdoor" />
525 <text key="website" text="Official web site (e.g. operator)" />
526 <text key="url" text="Unofficial web site" />
527 <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" />
528 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
529 <reference ref="POI_access" />
530 </optional>
531 </chunk>
532 <!-- Groups -->
533 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
534 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
535 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
536 <link wiki="Tag:highway=motorway" />
537 <space />
538 <key key="highway" value="motorway" />
539 <text key="ref" text="Reference" />
540 <optional>
541 <text key="name" text="Name" />
542 <reference ref="highway_base" />
543 <text key="destination" text="Destination" />
544 <text key="destination:ref" text="Destination reference" />
545 <text key="width" text="Width (meters)" />
546 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
547 <checkgroup columns="4">
548 <check key="oneway" text="Oneway" default="on" />
549 <check key="bridge" text="Bridge" disable_off="true" />
550 <check key="tunnel" text="Tunnel" disable_off="true" />
551 <check key="cutting" text="Cutting" disable_off="true" />
552 <check key="embankment" text="Embankment" disable_off="true" />
553 <check key="lit" text="Lit" />
554 <check key="toll" text="Toll" />
555 </checkgroup>
556 </optional>
557 <preset_link preset_name="Road Restrictions" />
558 </item> <!-- Motorway -->
559 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
560 <link wiki="Tag:highway=motorway_link" />
561 <key key="highway" value="motorway_link" />
562 <optional>
563 <reference ref="highway_base" />
564 <text key="destination" text="Destination" />
565 <text key="destination:ref" text="Destination reference" />
566 <text key="junction:ref" text="Junction reference" />
567 <text key="width" text="Width (meters)" />
568 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
569 <checkgroup columns="4">
570 <check key="oneway" text="Oneway" default="on" />
571 <check key="bridge" text="Bridge" disable_off="true" />
572 <check key="tunnel" text="Tunnel" disable_off="true" />
573 <check key="cutting" text="Cutting" disable_off="true" />
574 <check key="embankment" text="Embankment" disable_off="true" />
575 <check key="lit" text="Lit" />
576 <check key="toll" text="Toll" />
577 </checkgroup>
578 </optional>
579 <preset_link preset_name="Road Restrictions" />
580 </item> <!-- Motorway Link -->
581 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
582 <link wiki="Tag:highway=trunk" />
583 <space />
584 <key key="highway" value="trunk" />
585 <text key="ref" text="Reference" />
586 <optional>
587 <text key="name" text="Name" />
588 <reference ref="highway_base" />
589 <text key="destination" text="Destination" />
590 <text key="destination:ref" text="Destination reference" />
591 <text key="width" text="Width (meters)" />
592 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
593 <checkgroup columns="4">
594 <check key="oneway" text="Oneway" default="on" />
595 <check key="motorroad" text="Motorroad" default="on" />
596 <check key="bridge" text="Bridge" disable_off="true" />
597 <check key="tunnel" text="Tunnel" disable_off="true" />
598 <check key="cutting" text="Cutting" disable_off="true" />
599 <check key="embankment" text="Embankment" disable_off="true" />
600 <check key="lit" text="Lit" />
601 <check key="toll" text="Toll" />
602 </checkgroup>
603 </optional>
604 <preset_link preset_name="Road Restrictions" />
605 </item> <!-- Trunk -->
606 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
607 <link wiki="Highway_link" />
608 <space />
609 <key key="highway" value="trunk_link" />
610 <text key="ref" text="Reference" />
611 <optional>
612 <reference ref="highway_base" />
613 <text key="destination" text="Destination" />
614 <text key="destination:ref" text="Destination reference" />
615 <text key="junction:ref" text="Junction reference" />
616 <text key="width" text="Width (meters)" />
617 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
618 <checkgroup columns="4">
619 <check key="oneway" text="Oneway" default="on" />
620 <check key="motorroad" text="Motorroad" default="on" />
621 <check key="bridge" text="Bridge" disable_off="true" />
622 <check key="tunnel" text="Tunnel" disable_off="true" />
623 <check key="cutting" text="Cutting" disable_off="true" />
624 <check key="embankment" text="Embankment" disable_off="true" />
625 <check key="lit" text="Lit" />
626 <check key="toll" text="Toll" />
627 </checkgroup>
628 </optional>
629 <preset_link preset_name="Road Restrictions" />
630 </item> <!-- Trunk Link -->
631 <separator/>
632 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
633 <link wiki="Tag:highway=primary" />
634 <space />
635 <key key="highway" value="primary" />
636 <text key="ref" text="Reference" />
637 <optional>
638 <text key="name" text="Name" />
639 <reference ref="highway_base" />
640 <check key="motorroad" text="Motorroad" />
641 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
642 <check key="narrow" text="Narrow" disable_off="true" />
643 <check key="trolley_wire" text="Overhead trolley wires" />
644 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
645 </optional>
646 <preset_link preset_name="Road Restrictions" />
647 </item> <!-- Primary -->
648 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
649 <link wiki="Highway_link" />
650 <key key="highway" value="primary_link" />
651 <optional>
652 <reference ref="highway_base" />
653 <text key="destination" text="Destination" />
654 <text key="destination:ref" text="Destination reference" />
655 <text key="junction:ref" text="Junction reference" />
656 <check key="motorroad" text="Motorroad" />
657 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
658 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
659 </optional>
660 <preset_link preset_name="Road Restrictions" />
661 </item> <!-- Primary Link -->
662 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
663 <link wiki="Tag:highway=secondary" />
664 <space />
665 <key key="highway" value="secondary" />
666 <text key="ref" text="Reference" />
667 <optional>
668 <text key="name" text="Name" />
669 <reference ref="highway_base" />
670 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
671 <check key="narrow" text="Narrow" disable_off="true" />
672 <check key="trolley_wire" text="Overhead trolley wires" />
673 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
674 </optional>
675 <preset_link preset_name="Road Restrictions" />
676 </item> <!-- Secondary -->
677 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
678 <link wiki="Highway_link" />
679 <key key="highway" value="secondary_link" />
680 <optional>
681 <reference ref="highway_base" />
682 <text key="destination" text="Destination" />
683 <text key="destination:ref" text="Destination reference" />
684 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
685 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
686 </optional>
687 <preset_link preset_name="Road Restrictions" />
688 </item> <!-- Secondary Link -->
689 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
690 <link wiki="Tag:highway=tertiary" />
691 <space />
692 <key key="highway" value="tertiary" />
693 <text key="ref" text="Reference" />
694 <optional>
695 <text key="name" text="Name" />
696 <reference ref="highway_base" />
697 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
698 <check key="narrow" text="Narrow" disable_off="true" />
699 <check key="trolley_wire" text="Overhead trolley wires" />
700 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
701 </optional>
702 <preset_link preset_name="Road Restrictions" />
703 </item> <!-- Tertiary -->
704 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
705 <link wiki="Highway_link" />
706 <key key="highway" value="tertiary_link" />
707 <optional>
708 <reference ref="highway_base" />
709 <text key="destination" text="Destination" />
710 <text key="destination:ref" text="Destination reference" />
711 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
712 </optional>
713 <preset_link preset_name="Road Restrictions" />
714 </item> <!-- Tertiary Link -->
715 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
716 <link wiki="Tag:highway=unclassified" />
717 <key key="highway" value="unclassified" />
718 <optional>
719 <text key="name" text="Name" />
720 <check key="noname" text="Street has no name" disable_off="true" />
721 <text key="ref" text="Reference" />
722 <reference ref="highway_base" />
723 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
724 <check key="narrow" text="Narrow" disable_off="true" />
725 <check key="trolley_wire" text="Overhead trolley wires" />
726 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
727 <check key="passing_places" text="Passing Places" />
728 </optional>
729 <preset_link preset_name="Road Restrictions" />
730 </item> <!-- Unclassified -->
731 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
732 <link wiki="Tag:highway=residential" />
733 <space />
734 <key key="highway" value="residential" />
735 <text key="name" text="Name" />
736 <optional>
737 <check key="noname" text="Street has no name" disable_off="true" />
738 <text key="ref" text="Reference" />
739 <reference ref="highway_base" />
740 <checkgroup columns="2">
741 <check key="oneway" text="Oneway" />
742 <check key="oneway:bicycle" text="Oneway for bicycle" />
743 </checkgroup>
744 <reference ref="highway_yesno_incline" />
745 <check key="lit" text="Lit" />
746 <text key="width" text="Width (meters)" />
747 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
748 <check key="narrow" text="Narrow" disable_off="true" />
749 <check key="trolley_wire" text="Overhead trolley wires" />
750 </optional>
751 <preset_link preset_name="Road Restrictions" />
752 </item> <!-- Residential -->
753 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
754 <link wiki="Key:bicycle_road" />
755 <space />
756 <key key="bicycle_road" value="yes" />
757 <key key="bicycle" value="designated" />
758 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
759 <text key="name" text="Name" />
760 <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
761 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
762 <optional>
763 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
764 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
765 <reference ref="surface_smoothness" />
766 <check key="oneway" text="Oneway" />
767 <check key="oneway:bicycle" text="Oneway for bicycle" />
768 <reference ref="highway_yesno_incline" />
769 <check key="lit" text="Lit" />
770 <text key="width" text="Width (meters)" />
771 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
772 </optional>
773 <preset_link preset_name="Road Restrictions" />
774 </item> <!-- Bicycle Road -->
775 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
776 <link wiki="Tag:highway=living_street" />
777 <space />
778 <key key="highway" value="living_street" />
779 <text key="name" text="Name" />
780 <optional>
781 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
782 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
783 <reference ref="surface_smoothness" />
784 <reference ref="highway_yesno_incline_oneway_lit_width" />
785 <check key="narrow" text="Narrow" disable_off="true" />
786 <check key="trolley_wire" text="Overhead trolley wires" />
787 </optional>
788 <preset_link preset_name="Road Restrictions" />
789 </item> <!-- Living Street -->
790 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
791 <link wiki="Tag:highway=pedestrian" />
792 <space />
793 <key key="highway" value="pedestrian" />
794 <text key="name" text="Name" />
795 <optional>
796 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
797 <reference ref="surface_smoothness" />
798 <check key="area" text="Area" />
799 <reference ref="highway_yesno_incline" />
800 <check key="lit" text="Lit" />
801 <text key="width" text="Width (meters)" />
802 </optional>
803 <preset_link preset_name="Road Restrictions" />
804 </item> <!-- Pedestrian -->
805 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
806 <link wiki="Tag:highway=service" />
807 <space />
808 <key key="highway" value="service" />
809 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
810 <optional>
811 <text key="name" text="Name" />
812 <reference ref="highway_base" />
813 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
814 <check key="passing_places" text="Passing Places" />
815 </optional>
816 <preset_link preset_name="Road Restrictions" />
817 </item> <!-- Service -->
818 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
819 <link wiki="Tag:service=parking_aisle" />
820 <key key="highway" value="service" />
821 <key key="service" value="parking_aisle" />
822 <optional>
823 <reference ref="surface_smoothness" />
824 <check key="oneway" text="Oneway" />
825 <check key="lit" text="Lit" />
826 </optional>
827 <preset_link preset_name="Road Restrictions" />
828 </item> <!-- Parking Aisle -->
829 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
830 <link wiki="Tag:highway=escape" />
831 <space />
832 <key key="highway" value="escape" />
833 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
834 <optional>
835 <reference ref="surface" />
836 <text key="width" text="Width (meters)" />
837 <check key="lit" text="Lit" />
838 </optional>
839 </item> <!-- Escape -->
840 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
841 <link wiki="Tag:highway=raceway" />
842 <space />
843 <key key="highway" value="raceway" />
844 <text key="name" text="Name" />
845 </item> <!-- Raceway -->
846 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
847 <link wiki="Tag:highway=road" />
848 <key key="highway" value="road" />
849 <optional>
850 <text key="name" text="Name" />
851 <reference ref="highway_base" />
852 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
853 <check key="trolley_wire" text="Overhead trolley wires" />
854 </optional>
855 <preset_link preset_name="Road Restrictions" />
856 </item> <!-- Road (Unknown Type) -->
857 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
858 <link wiki="Key:construction" />
859 <key key="highway" value="construction" />
860 <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" />
861 <optional>
862 <text key="name" text="Name" />
863 <reference ref="highway_base" />
864 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
865 <check key="trolley_wire" text="Overhead trolley wires" />
866 <combo key="junction" text="Junction" values="roundabout,jughandle" />
867 </optional>
868 <preset_link preset_name="Road Restrictions" />
869 </item> <!-- Construction -->
870 <separator/>
871 <item name="Road Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
872 <link wiki="Key:access" />
873 <space />
874 <label text="Some road types already imply some access restrictions which should not be set again." />
875 <space />
876 <checkgroup columns="3" >
877 <check key="oneway" text="Oneway" />
878 <check key="toll" text="Toll" />
879 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
880 <check key="winter_road" text="Winter road" disable_off="true" />
881 <check key="ice_road" text="Ice road" disable_off="true" />
882 </checkgroup>
883 <space />
884 <label text="Transport mode restrictions" />
885 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
886 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
887 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
888 <space />
889 <label text="Vehicles per type" />
890 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
891 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
892 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
893 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
894 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
895 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
896 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
897 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,no" match="key" />
898 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
899 <space />
900 <label text="Vehicles per use" />
901 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
902 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
903 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
904 <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
905 <space />
906 <text key="maxspeed" text="Max. speed (km/h)" />
907 <text key="maxspeed:forward" text="Max. speed in way direction" />
908 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
909 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
910 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
911 <text key="minspeed" text="Min. speed (km/h)" match="key" />
912 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
913 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
914 <text key="maxheight" text="Max. height (meters)" match="key" />
915 <text key="maxwidth" text="Max. width (meters)" match="key" />
916 <text key="maxlength" text="Max. length (meters)" match="key" />
917 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
918 </item> <!-- Road Restrictions -->
919 <separator/>
920 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
921 <link wiki="Tag:junction=roundabout" />
922 <space />
923 <key key="junction" value="roundabout" />
924 <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" />
925 <optional>
926 <reference ref="name_layer" />
927 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
928 <reference ref="highway_yesno" />
929 <text key="width" text="Width (meters)" />
930 </optional>
931 <preset_link preset_name="Road Restrictions" />
932 </item> <!-- Roundabout -->
933 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
934 <link wiki="Tag:ford=yes" />
935 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
936 <optional>
937 <text key="name" text="Name" />
938 </optional>
939 </item> <!-- Ford -->
940 </group> <!-- Streets -->
941 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
942 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
943 <link wiki="Tag:highway=track" />
944 <space />
945 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
946 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
947 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
948 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
949 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
950 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
951 </combo>
952 <key key="highway" value="track" />
953 <optional>
954 <reference ref="name_layer" />
955 <reference ref="surface_smoothness" />
956 <reference ref="highway_yesno_incline_oneway_lit_width" />
957 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
958 <reference ref="highway_access" />
959 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" />
960 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
961 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
962 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
963 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
964 </optional>
965 <preset_link preset_name="Road Restrictions" />
966 </item> <!-- Track -->
967 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
968 <link wiki="Tag:highway=path" />
969 <key key="highway" value="path" />
970 <optional>
971 <reference ref="name_layer" />
972 <reference ref="surface_smoothness" />
973 <reference ref="highway_yesno_incline_oneway_lit_width" />
974 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
975 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
976 <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" />
977 <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" />
978 <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" />
979 <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" />
980 <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" />
981 </combo>
982 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
983 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
984 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
985 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
986 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
987 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
988 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
989 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
990 <check key="segregated" text="Segregated" />
991 </optional>
992 </item> <!-- Path -->
993 <separator/>
994 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
995 <link wiki="Tag:highway=bridleway" />
996 <key key="highway" value="bridleway" />
997 <optional>
998 <reference ref="name_layer" />
999 <text key="maxspeed" text="Max. speed (km/h)" />
1000 <reference ref="surface_smoothness" />
1001 <reference ref="highway_yesno_incline_oneway_lit_width" />
1002 </optional>
1003 </item> <!-- Dedicated Bridleway -->
1004 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1005 <link wiki="Bicycle" />
1006 <space />
1007 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1008 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1009 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1010 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1011 <space />
1012 <optional text="Edit Highway Attributes:">
1013 <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" />
1014 <check key="oneway" text="Oneway" />
1015 </optional>
1016 </item> <!-- Cycle Lane/Track -->
1017 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1018 <link wiki="Tag:highway=cycleway" />
1019 <key key="highway" value="cycleway" />
1020 <optional>
1021 <reference ref="name_layer" />
1022 <reference ref="surface_smoothness" />
1023 <reference ref="highway_yesno_incline_oneway_lit_width" />
1024 <combo key="foot" text="Pedestrians" values="yes,no,designated" />
1025 <check key="segregated" text="Segregated" />
1026 </optional>
1027 </item> <!-- Dedicated Cycleway -->
1028 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1029 <link wiki="Tag:highway=path" />
1030 <key key="highway" value="path" />
1031 <key key="bicycle" value="designated" />
1032 <key key="foot" value="designated" />
1033 <key key="segregated" value="yes" />
1034 <optional>
1035 <reference ref="name_layer" />
1036 <reference ref="surface_smoothness" />
1037 <reference ref="highway_yesno_incline_oneway_lit_width" />
1038 </optional>
1039 </item> <!-- Segregated Foot- and Cycleway -->
1040 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1041 <link wiki="Tag:highway=path" />
1042 <key key="highway" value="path" />
1043 <key key="bicycle" value="designated" />
1044 <key key="foot" value="designated" />
1045 <key key="segregated" value="no" />
1046 <optional>
1047 <reference ref="name_layer" />
1048 <reference ref="surface_smoothness" />
1049 <reference ref="highway_yesno_incline_oneway_lit_width" />
1050 <check key="passing_places" text="Passing Places" />
1051 </optional>
1052 </item> <!-- Combined Foot- and Cycleway -->
1053 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1054 <link wiki="Tag:highway=footway" />
1055 <key key="highway" value="footway" />
1056 <optional>
1057 <combo key="footway" text="Type" values="sidewalk,crossing" values_context="footway" />
1058 <reference ref="name_layer" />
1059 <reference ref="surface_smoothness" />
1060 <reference ref="highway_yesno_incline_oneway_lit_width" />
1061 <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
1062 <check key="segregated" text="Segregated" />
1063 </optional>
1064 </item> <!-- Dedicated Footway -->
1065 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1066 <link wiki="Tag:highway=steps" />
1067 <key key="highway" value="steps" />
1068 <optional>
1069 <text key="name" text="Name" />
1070 <text key="level" text="Storey" />
1071 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1072 <reference ref="surface" />
1073 <text key="step_count" text="Amount of Steps" />
1074 <space />
1075 <check key="ramp" text="Ramp" />
1076 <checkgroup columns="2" >
1077 <check key="ramp:stroller" text="Stroller ramp" />
1078 <check key="ramp:bicycle" text="Bicycle ramp" />
1079 </checkgroup>
1080 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1081 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1082 <space />
1083 <check key="handrail" text="Handrail" />
1084 <checkgroup columns="3" >
1085 <check key="handrail:left" text="Left handrail" />
1086 <check key="handrail:center" text="Center handrail" />
1087 <check key="handrail:right" text="Right handrail" />
1088 </checkgroup>
1089 <space />
1090 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1091 <space />
1092 <reference ref="highway_yesno_incline_oneway_lit_width" />
1093 </optional>
1094 </item> <!-- Steps -->
1095 </group> <!-- Ways -->
1096 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1097 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
1098 <link wiki="Tag:highway=motorway_junction" />
1099 <space />
1100 <key key="highway" value="motorway_junction" />
1101 <text key="name" text="Name" />
1102 <text key="ref" text="Number" />
1103 </item> <!-- Motorway Junction -->
1104 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1105 <link wiki="Tag:highway=services" />
1106 <key key="highway" value="services" />
1107 <optional>
1108 <text key="name" text="Name" />
1109 <text key="operator" text="Operator" />
1110 <check key="toilets" text="Toilets" />
1111 </optional>
1112 </item> <!-- Services -->
1113 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1114 <link wiki="Tag:highway=rest_area" />
1115 <key key="highway" value="rest_area" />
1116 <optional>
1117 <text key="name" text="Name" />
1118 <check key="toilets" text="Toilets" />
1119 <check key="drinking_water" text="Drinking Water" />
1120 </optional>
1121 </item> <!-- Rest Area -->
1122 <separator/>
1123 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1124 <link wiki="Tag:highway=traffic_signals" />
1125 <key key="highway" value="traffic_signals" />
1126 <optional>
1127 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1128 </optional>
1129 <optional text="Optional crossing attributes:">
1130 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1131 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1132 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1133 <check key="crossing:island" text="With island" />
1134 <check key="button_operated" text="Button operated" />
1135 <check key="traffic_signals:sound" text="Sound signals" />
1136 <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" />
1137 <check key="bicycle" text="Cross by bicycle" />
1138 <check key="horse" text="Cross on horseback" />
1139 </optional>
1140 <optional text="Optional values for specific countries">
1141 <text key="name" text="Name" />
1142 </optional>
1143 </item> <!-- Traffic Signal -->
1144 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1145 <link wiki="Tag:highway=stop" />
1146 <key key="highway" value="stop" />
1147 <optional>
1148 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1149 </optional>
1150 </item> <!-- Stop -->
1151 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1152 <link wiki="Tag:highway=give_way" />
1153 <key key="highway" value="give_way" />
1154 <optional>
1155 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1156 </optional>
1157 </item> <!-- Give Way -->
1158 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1159 <link wiki="Tag:cycleway=asl" />
1160 <key key="cycleway" value="asl" />
1161 </item> <!-- Advanced stop line -->
1162 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1163 <link wiki="Tag:highway=mini_roundabout" />
1164 <key key="highway" value="mini_roundabout" />
1165 <space />
1166 <combo key="direction" text="Direction" values="clockwise" />
1167 </item> <!-- Mini-Roundabout -->
1168 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1169 <link wiki="Key:crossing" />
1170 <space />
1171 <key key="highway" value="crossing" />
1172 <combo key="crossing" text="Pedestrian crossing type" >
1173 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1174 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1175 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
1176 </combo>
1177 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1178 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1179 <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" />
1180 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1181 <check key="crossing:island" text="With island" />
1182 <check key="bicycle" text="Cross by bicycle" />
1183 <check key="horse" text="Cross on horseback" />
1184 <label text="In case of traffic signals:" />
1185 <check key="button_operated" text="Button operated" />
1186 <check key="traffic_signals:sound" text="Sound signals" />
1187 </item> <!-- Pedestrian Crossing -->
1188 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1189 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
1190 <link wiki="Key:traffic_calming" />
1191 <space />
1192 <key key="traffic_calming" value="bump" />
1193 </item> <!-- Bump -->
1194 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1195 <link wiki="Key:traffic_calming" />
1196 <space />
1197 <key key="traffic_calming" value="hump" />
1198 </item> <!-- Hump -->
1199 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
1200 <link wiki="Key:traffic_calming" />
1201 <space />
1202 <key key="traffic_calming" value="table" />
1203 </item> <!-- Table -->
1204 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1205 <link wiki="Key:traffic_calming" />
1206 <space />
1207 <key key="traffic_calming" value="cushion" />
1208 </item> <!-- Cushion -->
1209 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1210 <link wiki="Key:traffic_calming" />
1211 <space />
1212 <key key="traffic_calming" value="rumble_strip" />
1213 </item> <!-- Rumble strip -->
1214 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
1215 <link wiki="Key:traffic_calming" />
1216 <space />
1217 <key key="traffic_calming" value="dip" />
1218 </item> <!-- Dip -->
1219 <separator/>
1220 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
1221 <link wiki="Key:traffic_calming" />
1222 <space />
1223 <key key="traffic_calming" value="chicane" />
1224 </item> <!-- Chicane -->
1225 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
1226 <link wiki="Key:traffic_calming" />
1227 <space />
1228 <key key="traffic_calming" value="choker" />
1229 </item> <!-- Choker -->
1230 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1231 <link wiki="Key:traffic_calming" />
1232 <space />
1233 <key key="traffic_calming" value="island" />
1234 </item> <!-- Island -->
1235 </group> <!-- Traffic Calming -->
1236 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1237 <link wiki="Tag:highway=passing_place" />
1238 <key key="highway" value="passing_place" />
1239 </item> <!-- Passing Place -->
1240 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1241 <link wiki="Tag:highway=turning_circle" />
1242 <key key="highway" value="turning_circle" />
1243 </item> <!-- Turning Circle -->
1244 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1245 <link wiki="Tag:highway=turning_loop" />
1246 <key key="highway" value="turning_loop" />
1247 </item> <!-- Turning Loop -->
1248 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1249 <link wiki="Tag:traffic_sign=city_limit" />
1250 <space />
1251 <key key="traffic_sign" value="city_limit" />
1252 <text key="name" text="Name" />
1253 <optional>
1254 <text key="alt_name" text="Second Name" />
1255 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1256 </optional>
1257 </item> <!-- City Limit -->
1258 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1259 <link wiki="Key:traffic_sign" />
1260 <space />
1261 <key key="traffic_sign" value="maxspeed" />
1262 <text key="maxspeed" text="Max. speed (km/h)" />
1263 <optional>
1264 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1265 </optional>
1266 </item> <!-- Speed Limit -->
1267 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1268 <link wiki="Tag:highway=speed_camera" />
1269 <key key="highway" value="speed_camera" />
1270 <optional>
1271 <text key="maxspeed" text="Max. speed (km/h)" />
1272 </optional>
1273 </item> <!-- Speed Camera -->
1274 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
1275 <link wiki="Tag:highway=toll_gantry" />
1276 <key key="highway" value="toll_gantry" />
1277 <optional>
1278 <text key="operator" text="Operator" />
1279 </optional>
1280 </item> <!-- Toll gantry -->
1281 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1282 <link wiki="Tag:highway=traffic_mirror" />
1283 <key key="highway" value="traffic_mirror" />
1284 </item> <!-- Traffic Mirror -->
1285 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1286 <link wiki="Tag:highway=milestone" />
1287 <key key="highway" value="milestone" />
1288 <text key="distance" text="Distance (kilometers)" />
1289 <text key="ref" text="Reference" />
1290 </item> <!-- Highway Milestone -->
1291 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1292 <link wiki="Tag:junction=yes" />
1293 <key key="junction" value="yes" />
1294 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1295 <text key="name" text="Name" />
1296 </item> <!-- Named Junction -->
1297 <separator/>
1298 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1299 <link wiki="Tag:highway=elevator" />
1300 <key key="highway" value="elevator" />
1301 <text key="capacity:persons" text="Capacity (persons)" />
1302 <text key="maxweight" text="Max. weight (tonnes)" />
1303 <text key="level" text="Storey" />
1304 <optional>
1305 <text key="manufacturer" text="Manufacturer" />
1306 <reference ref="name_ref_operator" />
1307 <reference ref="oh_wheelchair" />
1308 <check key="handrail" text="Handrail" />
1309 <check key="bicycle" text="Bicycle" />
1310 <check key="indoor" text="Indoor" />
1311 <reference ref="fee" />
1312 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
1313 <reference ref="POI_access" />
1314 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1315 </optional>
1316 </item> <!-- Elevator -->
1317 <separator/>
1318 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1319 <link wiki="Tag:amenity=grit_bin" />
1320 <key key="amenity" value="grit_bin" />
1321 </item> <!-- Grit Bin -->
1322 <separator/>
1323 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1324 <link wiki="Key:mountain_pass" />
1325 <key key="mountain_pass" value="yes" />
1326 <optional>
1327 <text key="name" text="Name" />
1328 <text key="ele" text="Elevation (meters)" lenght="10" />
1329 <text key="wikipedia" text="Wikipedia" />
1330 </optional>
1331 </item> <!-- Mountain Pass -->
1332 </group> <!-- Waypoints -->
1333 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1334 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1335 <link wiki="Tag:barrier=block" />
1336 <key key="barrier" value="block" />
1337 <reference ref="barrier_4" />
1338 <optional>
1339 <text key="maxwidth" text="Max. width (meters)" length="7" />
1340 <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
1341 </optional>
1342 </item> <!-- Block -->
1343 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1344 <link wiki="Tag:barrier=bollard" />
1345 <space />
1346 <key key="barrier" value="bollard" />
1347 <combo key="bollard" text="Bollard type" values="rising,removable" />
1348 <reference ref="barrier_4" />
1349 <optional>
1350 <text key="maxwidth" text="Max. width (meters)" length="7" />
1351 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1352 </optional>
1353 </item> <!-- Bollard -->
1354 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1355 <link wiki="Tag:barrier=cycle_barrier" />
1356 <key key="barrier" value="cycle_barrier" />
1357 <reference ref="barrier_4" />
1358 <reference ref="optional_maxwidth" />
1359 </item> <!-- Cycle Barrier -->
1360 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1361 <link wiki="Tag:barrier=cattle_grid" />
1362 <key key="barrier" value="cattle_grid" />
1363 <reference ref="barrier_4" />
1364 </item> <!-- Cattle Grid -->
1365 <item name="Bus Trap" type="node" preset_name_label="true">
1366 <link wiki="Tag:barrier=bus_trap" />
1367 <key key="barrier" value="bus_trap" />
1368 <reference ref="optional_maxwidth" />
1369 </item> <!-- Bus Trap -->
1370 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1371 <link wiki="Tag:barrier=spikes" />
1372 <key key="barrier" value="spikes" />
1373 <reference ref="barrier_5" />
1374 </item> <!-- Spikes -->
1375 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
1376 <link wiki="Tag:barrier=toll_booth" />
1377 <key key="barrier" value="toll_booth" />
1378 <optional>
1379 <text key="name" text="Name" />
1380 <text key="operator" text="Operator" />
1381 </optional>
1382 </item> <!-- Toll Booth -->
1383 <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
1384 <link wiki="Tag:barrier=border_control" />
1385 <key key="barrier" value="border_control" />
1386 <reference ref="barrier_5" />
1387 </item> <!-- Border Control -->
1388 <separator/> <!-- *** Linear Barriers *** -->
1389 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1390 <link wiki="Tag:barrier=hedge" />
1391 <space />
1392 <key key="barrier" value="hedge" />
1393 <reference ref="leaf" />
1394 <optional>
1395 <reference ref="genus_species_taxon" />
1396 <text key="height" text="Height (meters)" length="7" />
1397 </optional>
1398 </item> <!-- Hedge -->
1399 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1400 <link wiki="Tag:barrier=fence" />
1401 <key key="barrier" value="fence" />
1402 <optional>
1403 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1404 <text key="height" text="Height (meters)" length="7" />
1405 </optional>
1406 </item> <!-- Fence -->
1407 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1408 <link wiki="Tag:barrier=handrail" />
1409 <key key="barrier" value="handrail" />
1410 <optional>
1411 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1412 <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" />
1413 </optional>
1414 </item> <!-- Handrail -->
1415 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1416 <link wiki="Tag:barrier=cable_barrier" />
1417 <key key="barrier" value="cable_barrier" />
1418 <reference ref="optional_height" />
1419 </item> <!-- Cable barrier -->
1420 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1421 <link wiki="Tag:barrier=guard_rail" />
1422 <key key="barrier" value="guard_rail" />
1423 <reference ref="optional_height" />
1424 </item> <!-- Guard Rail -->
1425 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1426 <link wiki="Tag:barrier=wall" />
1427 <key key="barrier" value="wall" />
1428 <reference ref="optional_height" />
1429 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1430 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1431 </item> <!-- Wall -->
1432 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1433 <link wiki="Tag:barrier=city_wall" />
1434 <key key="barrier" value="city_wall" />
1435 <reference ref="optional_height" />
1436 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1437 </item> <!-- City Wall -->
1438 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1439 <link wiki="Tag:barrier=retaining_wall" />
1440 <key key="barrier" value="retaining_wall" />
1441 <reference ref="optional_height" />
1442 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1443 </item> <!-- Retaining Wall -->
1444 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1445 <link wiki="Tag:barrier=jersey_barrier" />
1446 <key key="barrier" value="jersey_barrier" />
1447 <combo key="material" text="Material" values="concrete,plastic" />
1448 </item> <!-- Jersey Barrier -->
1449 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1450 <link wiki="Tag:barrier=ditch" />
1451 <key key="barrier" value="ditch" />
1452 <optional>
1453 <text key="width" text="Width (meters)" length="7" />
1454 </optional>
1455 </item> <!-- Ditch -->
1456 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1457 <link wiki="Tag:barrier=kerb" />
1458 <key key="barrier" value="kerb" />
1459 <reference ref="optional_height" />
1460 <reference ref="wheelchair" />
1461 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1462 </item> <!-- Kerb -->
1463 <separator/> <!-- *** Access *** -->
1464 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1465 <link wiki="Tag:barrier=entrance" />
1466 <key key="barrier" value="entrance" />
1467 <reference ref="barrier_5" />
1468 <reference ref="optional_maxwidth" />
1469 </item> <!-- Entrance (Barrier Opening) -->
1470 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1471 <link wiki="Tag:barrier=gate" />
1472 <key key="barrier" value="gate" />
1473 <reference ref="barrier_5" />
1474 <reference ref="optional_maxheight_maxwidth" />
1475 <reference ref="highway_access" />
1476 </item> <!-- Gate -->
1477 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1478 <link wiki="Tag:barrier=lift_gate" />
1479 <key key="barrier" value="lift_gate" />
1480 <reference ref="barrier_5" />
1481 <reference ref="optional_maxwidth" />
1482 <reference ref="highway_access" />
1483 </item> <!-- Lift Gate -->
1484 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1485 <link wiki="Tag:barrier=swing_gate" />
1486 <key key="barrier" value="swing_gate" />
1487 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
1488 <reference ref="barrier_5" />
1489 <reference ref="optional_maxwidth" />
1490 <reference ref="highway_access" />
1491 </item> <!-- Swing Gate -->
1492 <item name="Hampshire Gate" type="node" preset_name_label="true">
1493 <link wiki="Tag:barrier=hampshire_gate" />
1494 <key key="barrier" value="hampshire_gate" />
1495 <reference ref="barrier_5" />
1496 <reference ref="optional_maxwidth" />
1497 </item> <!-- Hampshire Gate -->
1498 <item name="Bump Gate" type="node" preset_name_label="true">
1499 <link wiki="Tag:barrier=bump_gate" />
1500 <key key="barrier" value="bump_gate" />
1501 <reference ref="barrier_5" />
1502 <reference ref="optional_maxwidth" />
1503 </item> <!-- Bump Gate -->
1504 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1505 <link wiki="Tag:barrier=kissing_gate" />
1506 <key key="barrier" value="kissing_gate" />
1507 <reference ref="barrier_2" />
1508 <reference ref="optional_maxwidth" />
1509 </item> <!-- Kissing Gate -->
1510 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1511 <link wiki="Tag:barrier=chain" />
1512 <key key="barrier" value="chain" />
1513 <reference ref="barrier_5" />
1514 <reference ref="optional_maxwidth" />
1515 </item> <!-- Chain -->
1516 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1517 <link wiki="Tag:barrier=stile" />
1518 <space />
1519 <key key="barrier" value="stile" />
1520 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
1521 <optional>
1522 <combo key="material" text="Material" values="metal,stone,wood" />
1523 </optional>
1524 <reference ref="barrier_2" />
1525 </item> <!-- Stile -->
1526 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1527 <link wiki="Tag:barrier=turnstile" />
1528 <key key="barrier" value="turnstile" />
1529 <reference ref="barrier_2" />
1530 </item> <!-- Turnstile -->
1531 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1532 <link wiki="Tag:barrier=sally_port" />
1533 <key key="barrier" value="sally_port" />
1534 <reference ref="barrier_5" />
1535 <reference ref="optional_maxheight_maxwidth" />
1536 </item> <!-- Sally Port -->
1537 </group> <!-- Barriers -->
1538 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1539 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1540 <link wiki="Key:tunnel" />
1541 <key key="tunnel" value="yes" />
1542 <optional>
1543 <text key="name" text="Name" />
1544 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1545 <text key="width" text="Width (meters)" />
1546 <text key="maxheight" text="Max. height (meters)" />
1547 <space />
1548 <text key="maxspeed" text="Max. speed (km/h)" />
1549 <text key="maxspeed:forward" text="Max. speed in way direction" />
1550 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1551 <space />
1552 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1553 <check key="toll" text="Toll" />
1554 </optional>
1555 </item> <!-- Tunnel -->
1556 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1557 <link wiki="Key:tunnel" />
1558 <key key="tunnel" value="building_passage" />
1559 <optional>
1560 <reference ref="name_layer" />
1561 <text key="width" text="Width (meters)" />
1562 <text key="maxheight" text="Max. height (meters)" />
1563 <text key="maxspeed" text="Max. speed (km/h)" />
1564 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1565 </optional>
1566 </item> <!-- Building Passage -->
1567 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1568 <link wiki="Key:covered" />
1569 <space />
1570 <key key="covered" value="arcade" />
1571 <check key="arcade:left" value_on="open" text="Open on left side" />
1572 <check key="arcade:right" value_on="open" text="Open on right side" />
1573 <optional>
1574 <reference ref="name_layer" />
1575 <text key="width" text="Width (meters)" />
1576 </optional>
1577 </item> <!-- Arcade -->
1578 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1579 <link wiki="Key:covered" />
1580 <space />
1581 <key key="covered" value="colonnade" />
1582 <check key="colonnade:left" value_on="open" text="Open on left side" />
1583 <check key="colonnade:right" value_on="open" text="Open on right side" />
1584 <optional>
1585 <reference ref="name_layer" />
1586 <text key="width" text="Width (meters)" />
1587 </optional>
1588 </item> <!-- Colonnade -->
1589 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1590 <link wiki="Key:tunnel" />
1591 <space />
1592 <key key="tunnel" value="avalanche_protector" />
1593 <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
1594 <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
1595 <optional>
1596 <reference ref="name_layer" />
1597 <text key="width" text="Width (meters)" />
1598 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1599 </optional>
1600 </item> <!-- Avalanche Protector -->
1601 </group> <!-- Passageways -->
1602 </group> <!-- Highways -->
1603 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1604 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1605 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1606 <link wiki="Tag:waterway=river" />
1607 <space />
1608 <key key="waterway" value="river" />
1609 <text key="name" text="Name" />
1610 <optional>
1611 <reference ref="waterway_wikipedia" />
1612 <check key="lock" text="Lock" disable_off="true" />
1613 </optional>
1614 <reference ref="water_access" />
1615 </item> <!-- River -->
1616 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1617 <link wiki="Tag:waterway=stream" />
1618 <space />
1619 <key key="waterway" value="stream" />
1620 <text key="name" text="Name" />
1621 <optional>
1622 <reference ref="waterway_wikipedia" />
1623 </optional>
1624 <reference ref="water_access" />
1625 </item> <!-- Stream -->
1626 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1627 <link wiki="Tag:waterway=tidal_channel" />
1628 <space />
1629 <key key="waterway" value="tidal_channel" />
1630 <optional>
1631 <text key="name" text="Name" />
1632 <check key="salt" text="Salt Water" disable_off="true" />
1633 <check key="intermittent" text="Intermittent" disable_off="true" />
1634 <check key="seasonal" text="Seasonal" disable_off="true" />
1635 <text key="width" text="Width (meters)" />
1636 <text key="wikipedia" text="Wikipedia" />
1637 </optional>
1638 </item> <!-- Tidal channel -->
1639 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1640 <link wiki="Tag:waterway=canal" />
1641 <space />
1642 <key key="waterway" value="canal" />
1643 <text key="name" text="Name" />
1644 <optional>
1645 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1646 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1647 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1648 <text key="width" text="Width (meters)" />
1649 <text key="wikipedia" text="Wikipedia" />
1650 <check key="lock" text="Lock" disable_off="true" />
1651 </optional>
1652 <reference ref="water_access" />
1653 </item> <!-- Canal -->
1654 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1655 <link wiki="Tag:waterway=drain" />
1656 <space />
1657 <key key="waterway" value="drain" />
1658 <optional>
1659 <text key="name" text="Name" />
1660 <reference ref="waterway" />
1661 </optional>
1662 </item> <!-- Drain -->
1663 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1664 <link wiki="Tag:waterway=ditch" />
1665 <space />
1666 <key key="waterway" value="ditch" />
1667 <optional>
1668 <text key="name" text="Name" />
1669 <reference ref="waterway" />
1670 </optional>
1671 </item> <!-- Ditch -->
1672 <separator/>
1673 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1674 <link wiki="Tag:natural=spring" />
1675 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1676 <space />
1677 <key key="natural" value="spring" />
1678 <text key="name" text="Name" />
1679 <check key="drinking_water" text="Drinking Water" />
1680 </item> <!-- Spring -->
1681 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1682 <link wiki="Tag:waterway=waterfall" />
1683 <space />
1684 <key key="waterway" value="waterfall" />
1685 <reference ref="name_wikipedia" />
1686 <text key="height" text="Height (meters)" length="7" />
1687 </item> <!-- Waterfall -->
1688 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1689 <link wiki="Tag:waterway=weir" />
1690 <space />
1691 <key key="waterway" value="weir" />
1692 <text key="name" text="Name" />
1693 </item> <!-- Weir -->
1694 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1695 <link wiki="Tag:waterway=dam" />
1696 <space />
1697 <key key="waterway" value="dam" />
1698 <reference ref="name_wikipedia" />
1699 </item> <!-- Dam -->
1700 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1701 <link wiki="Tag:man_made=dyke" />
1702 <space />
1703 <key key="man_made" value="dyke" />
1704 </item> <!-- Levee -->
1705 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1706 <link wiki="Tag:man_made=groyne" />
1707 <key key="man_made" value="groyne" />
1708 </item> <!-- Groyne -->
1709 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1710 <link wiki="Tag:man_made=breakwater" />
1711 <space />
1712 <key key="man_made" value="breakwater" />
1713 <text key="ref" text="Reference" />
1714 <text key="name" text="Name" />
1715 </item> <!-- Breakwater -->
1716 <separator/>
1717 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1718 <link wiki="Tag:tunnel=culvert" />
1719 <key key="tunnel" value="culvert" />
1720 <optional>
1721 <text key="name" text="Name" />
1722 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1723 <text key="width" text="Width (meters)" />
1724 </optional>
1725 </item> <!-- Culvert -->
1726 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
1727 <link wiki="Tag:usage=penstock" />
1728 <key key="waterway" value="pressurised" />
1729 <key key="man_made" value="pipeline" />
1730 <key key="substance" value="water" />
1731 <key key="usage" value="penstock" />
1732 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
1733 <optional>
1734 <text key="name" text="Name" />
1735 <text key="operator" text="Operator" />
1736 <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" />
1737 <text key="pressure" text="Pressure (bar)" />
1738 <combo key="material" text="Material" values="metal,steel" />
1739 </optional>
1740 </item> <!-- Penstock -->
1741 <separator/>
1742 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
1743 <link wiki="Tag:landuse=basin" />
1744 <space />
1745 <key key="landuse" value="basin" />
1746 <combo key="basin" text="Type" values="retention,infiltration,detention" />
1747 <reference ref="optional_name" />
1748 </item> <!-- Basin -->
1749 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
1750 <link wiki="Tag:landuse=reservoir" />
1751 <space />
1752 <key key="landuse" value="reservoir" />
1753 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
1754 <reference ref="optional_name" />
1755 </item> <!-- Reservoir -->
1756 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
1757 <link wiki="Tag:man_made=reservoir_covered" />
1758 <space />
1759 <key key="man_made" value="reservoir_covered" />
1760 <reference ref="optional_name" />
1761 </item> <!-- Covered Reservoir -->
1762 <separator/>
1763 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
1764 <link wiki="Tag:natural=water" />
1765 <label text="A body of standing water, such as a lake or pond." />
1766 <space />
1767 <key key="natural" value="water" />
1768 <text key="name" text="Name" />
1769 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
1770 <check key="salt" text="Salt Water" disable_off="true" />
1771 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1772 <check key="tidal" text="In the tidal range" disable_off="true" />
1773 <text key="ele" text="Elevation (meters)" lenght="10" />
1774 <text key="wikipedia" text="Wikipedia" />
1775 <reference ref="water_access" />
1776 </item> <!-- Water -->
1777 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
1778 <link wiki="Tag:natural=coastline" />
1779 <label text="Line between the sea and land (with the water on the right side of the way)." />
1780 <space />
1781 <key key="natural" value="coastline" />
1782 <text key="name" text="Name" />
1783 </item> <!-- Coastline -->
1784 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
1785 <link wiki="Tag:waterway=riverbank" />
1786 <space />
1787 <key key="waterway" value="riverbank" />
1788 <text key="name" text="Name" />
1789 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1790 <check key="tidal" text="In the tidal range" disable_off="true" />
1791 </item> <!-- Riverbank -->
1792 <separator/>
1793 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
1794 <link wiki="Tag:natural=wetland" />
1795 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
1796 <space />
1797 <key key="natural" value="wetland" />
1798 <text key="name" text="Name" />
1799 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
1800 <check key="seasonal" text="Seasonal" disable_off="true" />
1801 </item> <!-- Wetland -->
1802 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
1803 <link wiki="Tag:natural=mud" />
1804 <label text="Large area covered with mud." />
1805 <space />
1806 <key key="natural" value="mud" />
1807 <text key="name" text="Name" />
1808 </item> <!-- Mud -->
1809 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
1810 <link wiki="Tag:natural=beach" />
1811 <label text="A flat area of sand, gravel or pebble next to water." />
1812 <space />
1813 <key key="natural" value="beach" />
1814 <reference ref="name_wikipedia" />
1815 <optional>
1816 <reference ref="supervised" />
1817 <reference ref="oh_wheelchair" />
1818 <reference ref="POI_access" />
1819 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
1820 <combo key="sport" text="Sport" values="swimming,surfing" />
1821 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
1822 </optional>
1823 </item> <!-- Beach -->
1824 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1825 <link wiki="Tag:natural=bay" />
1826 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
1827 <space />
1828 <key key="natural" value="bay" />
1829 <text key="name" text="Name" />
1830 <optional>
1831 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
1832 </optional>
1833 </item> <!-- Bay -->
1834 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
1835 <link wiki="Tag:natural=cape" />
1836 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
1837 <space />
1838 <key key="natural" value="cape" />
1839 <text key="name" text="Name" />
1840 </item> <!-- Cape -->
1841 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1842 <link wiki="Tag:natural=strait" />
1843 <space />
1844 <key key="natural" value="strait" />
1845 <text key="name" text="Name" />
1846 </item> <!-- Strait -->
1847 </group> <!-- Water -->
1848 <group name="Shipping" icon="presets/nautical/ferry.svg">
1849 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
1850 <link wiki="Tag:amenity=ferry_terminal" />
1851 <space />
1852 <key key="amenity" value="ferry_terminal" />
1853 <text key="name" text="Name" />
1854 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
1855 </item> <!-- Ferry Terminal -->
1856 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
1857 <link wiki="Tag:route=ferry" />
1858 <key key="route" value="ferry" />
1859 <optional>
1860 <reference ref="name_ref_operator" />
1861 <reference ref="oh_wheelchair" />
1862 <space />
1863 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
1864 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30" values_no_i18n="true" />
1865 <reference ref="fee" />
1866 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
1867 <check key="ferry:cable" text="Reaction ferry" />
1868 </optional>
1869 <preset_link preset_name="Road Restrictions" />
1870 </item> <!-- Ferry Route -->
1871 <separator/>
1872 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
1873 <link wiki="Tag:leisure=marina" />
1874 <space />
1875 <key key="leisure" value="marina" />
1876 <text key="name" text="Name" />
1877 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
1878 </item> <!-- Marina -->
1879 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
1880 <link wiki="Tag:waterway=fuel"/>
1881 <space />
1882 <key key="waterway" value="fuel" />
1883 <optional>
1884 <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" />
1885 <reference ref="name_operator" />
1886 <reference ref="oh" />
1887 <space />
1888 <label text="Fuel types:" />
1889 <checkgroup columns="2">
1890 <check key="fuel:diesel" text="Diesel" />
1891 <check key="fuel:biodiesel" text="Bio Diesel" />
1892 <check key="fuel:octane_80" text="Octane 80" />
1893 <check key="fuel:octane_87" text="Octane 87" />
1894 <check key="fuel:octane_91" text="Octane 91" />
1895 <check key="fuel:octane_92" text="Octane 92" />
1896 <check key="fuel:octane_95" text="Octane 95" />
1897 <check key="fuel:octane_98" text="Octane 98" />
1898 <check key="fuel:octane_100" text="Octane 100" />
1899 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
1900 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
1901 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
1902 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
1903 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
1904 </checkgroup>
1905 </optional>
1906 <reference ref="link_contact_address_payment" />
1907 </item> <!-- Marine Fuel -->
1908 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1909 <link wiki="Tag:man_made=pier" />
1910 <space />
1911 <key key="man_made" value="pier" />
1912 <text key="name" text="Name" />
1913 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
1914 <check key="floating" text="Floating" />
1915 </item> <!-- Pier -->
1916 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
1917 <link wiki="Tag:waterway=lock_gate" />
1918 <key key="waterway" value="lock_gate" />
1919 </item> <!-- Lock Gate -->
1920 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
1921 <link wiki="Tag:waterway=turning_point" />
1922 <key key="waterway" value="turning_point" />
1923 </item> <!-- Turning Point -->
1924 <separator/>
1925 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
1926 <link wiki="Tag:leisure=slipway" />
1927 <key key="leisure" value="slipway" />
1928 <optional>
1929 <text key="name" text="Name" />
1930 </optional>
1931 </item> <!-- Slipway -->
1932 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1933 <link wiki="Tag:waterway=boatyard" />
1934 <space />
1935 <key key="waterway" value="boatyard" />
1936 <text key="name" text="Name" />
1937 </item> <!-- Boatyard -->
1938 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1939 <link wiki="Tag:waterway=dock" />
1940 <space />
1941 <key key="waterway" value="dock" />
1942 <text key="name" text="Name" />
1943 </item> <!-- Dock -->
1944 </group> <!-- Shipping -->
1945 </group> <!-- Water -->
1946 <group name="Transport" icon="presets/transport/railway/rail.svg">
1947 <group name="Railway" icon="presets/transport/railway/rail.svg">
1948 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
1949 <link wiki="Tag:railway=rail" />
1950 <key key="railway" value="rail" />
1951 <optional>
1952 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
1953 <reference ref="railway_service_gauge_electrified_yesno" />
1954 </optional>
1955 </item> <!-- Rail -->
1956 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
1957 <link wiki="Tag:railway=narrow_gauge" />
1958 <key key="railway" value="narrow_gauge" />
1959 <optional>
1960 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
1961 <reference ref="railway_service_gauge_electrified_yesno" />
1962 </optional>
1963 </item> <!-- Narrow Gauge Rail -->
1964 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
1965 <link wiki="Tag:railway=monorail" />
1966 <key key="railway" value="monorail" />
1967 <optional>
1968 <reference ref="railway_service" />
1969 <reference ref="railway_electrified_yesno" />
1970 </optional>
1971 </item> <!-- Monorail -->
1972 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
1973 <link wiki="Tag:railway=preserved" />
1974 <key key="railway" value="preserved" />
1975 <optional>
1976 <reference ref="railway_service_gauge_electrified_yesno" />
1977 </optional>
1978 </item> <!-- Preserved -->
1979 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
1980 <link wiki="Tag:railway=light_rail" />
1981 <key key="railway" value="light_rail" />
1982 <optional>
1983 <reference ref="railway_service_gauge_electrified_yesno" />
1984 </optional>
1985 </item> <!-- Light Rail -->
1986 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
1987 <link wiki="Tag:railway=subway" />
1988 <key key="railway" value="subway" />
1989 <optional>
1990 <reference ref="railway_service_gauge_electrified_yesno" />
1991 </optional>
1992 </item> <!-- Subway -->
1993 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
1994 <link wiki="Tag:railway=tram" />
1995 <key key="railway" value="tram" />
1996 <optional>
1997 <reference ref="railway_service_gauge_electrified_yesno" />
1998 </optional>
1999 </item> <!-- Tram -->
2000 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2001 <link wiki="Tag:railway=funicular" />
2002 <key key="railway" value="funicular" />
2003 <optional>
2004 <reference ref="railway_service_gauge_electrified_yesno" />
2005 </optional>
2006 </item> <!-- Funicular -->
2007 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2008 <link wiki="Tag:highway=bus_guideway" />
2009 <key key="highway" value="bus_guideway" />
2010 <optional>
2011 <text key="name" text="Name" />
2012 <reference ref="highway_yesno" />
2013 <check key="oneway" text="Oneway" />
2014 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
2015 <reference ref="surface_smoothness" />
2016 <text key="maxspeed" text="Max. speed (km/h)" />
2017 <text key="width" text="Width (meters)" />
2018 </optional>
2019 </item> <!-- Bus Guideway -->
2020 <separator/>
2021 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2022 <link wiki="Key:construction" />
2023 <key key="railway" value="construction" />
2024 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2025 <optional>
2026 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2027 <reference ref="railway_service_gauge_electrified_yesno" />
2028 </optional>
2029 </item> <!-- Railway construction -->
2030 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2031 <link wiki="Tag:railway=disused" />
2032 <key key="railway" value="disused" />
2033 <optional>
2034 <reference ref="railway_service" />
2035 <reference ref="highway_yesno" />
2036 </optional>
2037 </item> <!-- Disused Rail -->
2038 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2039 <link wiki="Tag:railway=abandoned" />
2040 <key key="railway" value="abandoned" />
2041 <optional>
2042 <reference ref="railway_service" />
2043 <reference ref="highway_yesno" />
2044 </optional>
2045 </item> <!-- Abandoned Rail -->
2046 <separator/>
2047 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2048 <link wiki="Tag:railway=level_crossing" />
2049 <key key="railway" value="level_crossing" />
2050 <optional>
2051 <reference ref="supervised" />
2052 <check key="crossing:light" text="Traffic lights" />
2053 <check key="crossing:bell" text="Sound signals" />
2054 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2055 </optional>
2056 </item> <!-- Level Crossing -->
2057 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2058 <link wiki="Tag:railway=crossing" />
2059 <key key="railway" value="crossing" />
2060 <optional>
2061 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2062 <reference ref="supervised" />
2063 <check key="horse" text="Cross on horseback" />
2064 <check key="bicycle" text="Cross by bicycle" />
2065 <check key="crossing:light" text="Traffic lights" />
2066 <check key="crossing:bell" text="Sound signals" />
2067 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2068 </optional>
2069 </item> <!-- Crossing -->
2070 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2071 <link wiki="Tag:railway=turntable" />
2072 <key key="railway" value="turntable" />
2073 </item> <!-- Turntable -->
2074 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2075 <link wiki="Tag:railway=buffer_stop" />
2076 <key key="railway" value="buffer_stop" />
2077 </item> <!-- Buffer Stop -->
2078 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2079 <link wiki="Tag:railway=switch" />
2080 <key key="railway" value="switch" />
2081 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2082 <text key="ref" text="Reference" />
2083 <text key="operator" text="Operator" />
2084 </item> <!-- Railway Switch -->
2085 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2086 <link wiki="Tag:railway=railway_crossing" />
2087 <key key="railway" value="railway_crossing" />
2088 <text key="ref" text="Reference" />
2089 <text key="operator" text="Operator" />
2090 </item> <!-- Railway crossing -->
2091 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2092 <link wiki="Tag:railway=signal" />
2093 <key key="railway" value="signal" />
2094 <text key="ref" text="Reference" />
2095 <text key="operator" text="Operator" />
2096 </item> <!-- Railway Signal -->
2097 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2098 <link wiki="Tag:railway=milestone" />
2099 <key key="railway" value="milestone" />
2100 <text key="distance" text="Distance (kilometers)" />
2101 <text key="ref" text="Reference" />
2102 </item> <!-- Railway Milestone -->
2103 </group> <!-- Railway -->
2104 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2105 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2106 <link wiki="Tag:aerialway=cable_car" />
2107 <space />
2108 <key key="aerialway" value="cable_car" />
2109 <reference ref="name_ref" />
2110 <optional>
2111 <text key="aerialway:capacity" text="Number of people per hour" />
2112 <text key="aerialway:occupancy" text="Number of people per car" />
2113 <text key="aerialway:duration" text="Typical journey time in minutes" />
2114 <check key="aerialway:heating" text="Has heating?" />
2115 </optional>
2116 </item> <!-- Cable Car -->
2117 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2118 <link wiki="Tag:aerialway=chair_lift" />
2119 <space />
2120 <key key="aerialway" value="chair_lift" />
2121 <reference ref="name_ref" />
2122 <optional>
2123 <text key="aerialway:capacity" text="Number of people per hour" />
2124 <text key="aerialway:occupancy" text="Number of people per chair" />
2125 <text key="aerialway:duration" text="Typical journey time in minutes" />
2126 <check key="aerialway:bubble" text="Has bubble?" />
2127 <check key="aerialway:heating" text="Has heating?" />
2128 </optional>
2129 </item> <!-- Chair Lift -->
2130 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2131 <link wiki="Tag:aerialway=gondola" />
2132 <space />
2133 <key key="aerialway" value="gondola" />
2134 <reference ref="name_ref" />
2135 <optional>
2136 <text key="aerialway:capacity" text="Number of people per hour" />
2137 <text key="aerialway:occupancy" text="Number of people per gondola" />
2138 <text key="aerialway:duration" text="Typical journey time in minutes" />
2139 <check key="aerialway:heating" text="Has heating?" />
2140 </optional>
2141 </item> <!-- Gondola -->
2142 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2143 <link wiki="Tag:aerialway=mixed_lift" />
2144 <space />
2145 <key key="aerialway" value="mixed_lift" />
2146 <reference ref="name_ref" />
2147 <optional>
2148 <text key="aerialway:capacity" text="Number of people per hour" />
2149 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2150 <text key="aerialway:duration" text="Typical journey time in minutes" />
2151 <check key="aerialway:bubble" text="Has bubble?" />
2152 <check key="aerialway:heating" text="Has heating?" />
2153 </optional>
2154 </item> <!-- Mixed Lift -->
2155 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2156 <link wiki="Tag:aerialway=drag_lift" />
2157 <space />
2158 <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" />
2159 <reference ref="name_ref" />
2160 <optional>
2161 <text key="aerialway:capacity" text="Number of people per hour" />
2162 <text key="aerialway:duration" text="Typical journey time in minutes" />
2163 </optional>
2164 </item> <!-- Drag Lift -->
2165 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2166 <link wiki="Tag:aerialway=magic_carpet" />
2167 <space />
2168 <key key="aerialway" value="magic_carpet" />
2169 <reference ref="name_ref" />
2170 <optional>
2171 <text key="aerialway:capacity" text="Number of people per hour" />
2172 <text key="aerialway:duration" text="Typical journey time in minutes" />
2173 </optional>
2174 </item> <!-- Magic Carpet -->
2175 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2176 <link wiki="Tag:aerialway=goods" />
2177 <space />
2178 <key key="aerialway" value="goods" />
2179 <reference ref="name_ref" />
2180 <optional>
2181 <text key="aerialway:duration" text="Typical journey time in minutes" />
2182 </optional>
2183 </item> <!-- Goods -->
2184 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2185 <link wiki="Tag:aerialway=zip_line" />
2186 <space />
2187 <key key="aerialway" value="zip_line" />
2188 <optional>
2189 <reference ref="name_ref_operator" />
2190 <reference ref="oh" />
2191 <reference ref="fee" />
2192 <reference ref="min_age" />
2193 <text key="maxweight" text="Max. weight (tonnes)" />
2194 </optional>
2195 </item> <!-- Zip line -->
2196 <separator/>
2197 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2198 <link wiki="Tag:aerialway=station" />
2199 <space />
2200 <key key="aerialway" value="station" />
2201 <text key="name" text="Name" />
2202 </item> <!-- Station -->
2203 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2204 <link wiki="Tag:aerialway=pylon" />
2205 <space />
2206 <key key="aerialway" value="pylon" />
2207 <text key="name" text="Name" />
2208 </item> <!-- Pylon -->
2209 </group> <!-- Aerialway -->
2210 <separator/>
2211 <group name="Car" icon="presets/shop/vehicle.svg">
2212 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2213 <link wiki="Tag:amenity=parking" />
2214 <space />
2215 <key key="amenity" value="parking" />
2216 <reference ref="parking_name_type_ref" />
2217 <text key="maxheight" text="Max. height (meters)" />
2218 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2219 <reference ref="parking_access_fee_operator_surface_smoothness" />
2220 <space />
2221 <text key="capacity" text="Capacity (overall)" />
2222 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2223 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2224 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2225 <label text="See the Wiki for other capacity:[types]=*." />
2226 <space />
2227 <reference ref="maxstay" />
2228 <reference ref="supervised_lit_oh" />
2229 </item> <!-- Parking -->
2230 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2231 <link wiki="Tag:amenity=parking_space" />
2232 <space />
2233 <key key="amenity" value="parking_space" />
2234 <reference ref="parking_name_type_ref" />
2235 <text key="capacity" text="Capacity" />
2236 <reference ref="parking_access_fee_operator_surface_smoothness" />
2237 <reference ref="maxstay" />
2238 <reference ref="supervised_lit_oh" />
2239 <check key="covered" text="Covered (with roof)" />
2240 </item> <!-- Parking Space -->
2241 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2242 <link wiki="Tag:amenity=parking_entrance" />
2243 <space />
2244 <key key="amenity" value="parking_entrance" />
2245 <reference ref="parking_name_type_ref" />
2246 <text key="maxheight" text="Max. height (meters)" />
2247 <reference ref="parking_access_fee_operator_surface_smoothness" />
2248 <reference ref="supervised_lit_oh" />
2249 <check key="covered" text="Covered (with roof)" />
2250 </item> <!-- Parking Entrance -->
2251 <separator/>
2252 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2253 <link wiki="Tag:amenity=fuel" />
2254 <space />
2255 <key key="amenity" value="fuel" />
2256 <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" />
2257 <optional>
2258 <text key="name" text="Name" />
2259 <text key="operator" text="Operator" />
2260 <reference ref="oh_wheelchair" />
2261 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2262 <space />
2263 <label text="Fuel types:" />
2264 <checkgroup columns="2">
2265 <check key="fuel:diesel" text="Diesel" />
2266 <check key="fuel:biodiesel" text="Bio Diesel" />
2267 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2268 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2269 <check key="fuel:octane_80" text="Octane 80" />
2270 <check key="fuel:octane_87" text="Octane 87" />
2271 <check key="fuel:octane_91" text="Octane 91" />
2272 <check key="fuel:octane_92" text="Octane 92" />
2273 <check key="fuel:octane_95" text="Octane 95" />
2274 <check key="fuel:octane_98" text="Octane 98" />
2275 <check key="fuel:octane_100" text="Octane 100" />
2276 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2277 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2278 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2279 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2280 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2281 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2282 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2283 <check key="fuel:biogas" text="Biogas" />
2284 </checkgroup>
2285 <space />
2286 <label text="Additives:" />
2287 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2288 <space />
2289 <label text="Fuel cards:" />
2290 <checkgroup columns="3">
2291 <check key="payment:dkv" text="DKV" />
2292 <check key="payment:routex" text="Routex" />
2293 <check key="payment:uta" text="UTA" />
2294 </checkgroup>
2295 </optional>
2296 <reference ref="link_contact_address_payment" />
2297 <preset_link preset_name="Building" />
2298 </item> <!-- Fuel -->
2299 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2300 <link wiki="Tag:amenity=charging_station" />
2301 <space />
2302 <key key="amenity" value="charging_station" />
2303 <reference ref="name_ref_operator" />
2304 <reference ref="oh" />
2305 <reference ref="fee" />
2306 <space />
2307 <combo key="voltage" text="Voltage" values="230,400"/>
2308 <combo key="amperage" text="Amperage" values="16,32" />
2309 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2310 <space />
2311 <label text="Types of vehicles which can be charged:" />
2312 <checkgroup columns="4">
2313 <check key="bicycle" text="Bicycle" />
2314 <check key="scooter" text="Scooter" />
2315 <check key="motorcycle" text="Motorcycle" />
2316 <check key="motorcar" text="Motorcar" />
2317 <check key="truck" text="Truck" />
2318 </checkgroup>
2319 <space />
2320 <label text="Number of Sockets:" />
2321 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2322 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2323 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2324 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2325 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2326 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2327 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2328 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2329 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2330 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2331 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2332 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2333 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2334 <space />
2335 <label text="Authentication:" />
2336 <checkgroup columns="4">
2337 <check key="authentication:none" text="None" />
2338 <check key="authentication:phone_call" text="Phone call" />
2339 <check key="authentication:short_message" text="Short message" />
2340 <check key="authentication:nfc" text="NFC" />
2341 </checkgroup>
2342 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2343 <preset_link preset_name="Payment Methods" />
2344 </item> <!-- Charging Station -->
2345 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2346 <link wiki="Tag:amenity=car_wash" />
2347 <space />
2348 <key key="amenity" value="car_wash" />
2349 <reference ref="name_brand_operator_oh_wheelchair" />
2350 <checkgroup columns="2">
2351 <check key="automated" text="Automated" text_context="car_wash" />
2352 <check key="self_service" text="Self Service" />
2353 </checkgroup>
2354 <reference ref="link_contact_address_payment" />
2355 </item> <!-- Wash -->
2356 <separator/>
2357 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2358 <link wiki="Tag:shop=car" />
2359 <space />
2360 <key key="shop" value="car" />
2361 <reference ref="car_brands" />
2362 <reference ref="name_operator_oh_wheelchair" />
2363 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2364 <reference ref="link_contact_address_payment" />
2365 </item> <!-- Car Dealer -->
2366 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2367 <link wiki="Tag:shop=car_repair" />
2368 <space />
2369 <key key="shop" value="car_repair" />
2370 <reference ref="car_brands" />
2371 <reference ref="name_operator_oh_wheelchair" />
2372 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2373 <reference ref="link_contact_address_payment" />
2374 </item> <!-- Repair -->
2375 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2376 <link wiki="Tag:shop=car_parts" />
2377 <space />
2378 <key key="shop" value="car_parts" />
2379 <reference ref="car_brands" />
2380 <reference ref="name_operator_oh_wheelchair" />
2381 <reference ref="link_contact_address_payment" />
2382 </item> <!-- Parts -->
2383 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2384 <link wiki="Tag:shop=tyres" />
2385 <space />
2386 <key key="shop" value="tyres" />
2387 <reference ref="name_brand_operator_oh_wheelchair" />
2388 <reference ref="link_contact_address_payment" />
2389 </item> <!-- Tires -->
2390 <separator/>
2391 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2392 <link wiki="Tag:amenity=car_rental" />
2393 <space />
2394 <key key="amenity" value="car_rental" />
2395 <reference ref="name_brand_operator_oh_wheelchair" />
2396 <reference ref="link_contact_address_payment" />
2397 </item> <!-- Rental -->
2398 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2399 <link wiki="Tag:amenity=car_pooling" />
2400 <space />
2401 <key key="amenity" value="car_pooling" />
2402 <text key="operator" text="Operator" />
2403 <text key="network" text="Network" />
2404 <text key="capacity" text="Capacity" />
2405 <reference ref="name_oh_wheelchair" />
2406 <text key="website" text="Website" />
2407 </item> <!-- Pooling -->
2408 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2409 <link wiki="Tag:amenity=car_sharing" />
2410 <space />
2411 <key key="amenity" value="car_sharing" />
2412 <text key="operator" text="Operator" />
2413 <text key="capacity" text="Capacity" />
2414 <reference ref="name_oh_wheelchair" />
2415 <text key="website" text="Website" />
2416 </item> <!-- Sharing -->
2417 </group> <!-- Car -->
2418 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2419 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2420 <link wiki="Tag:amenity=motorcycle_parking" />
2421 <space />
2422 <key key="amenity" value="motorcycle_parking" />
2423 <reference ref="parking_name_type_ref" />
2424 <text key="capacity" text="Capacity" />
2425 <reference ref="parking_access_fee_operator_surface_smoothness" />
2426 <reference ref="supervised_lit_oh" />
2427 <reference ref="maxstay" />
2428 <check key="covered" text="Covered (with roof)" />
2429 </item> <!-- Parking -->
2430 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2431 <link wiki="Tag:shop=motorcycle" />
2432 <space />
2433 <key key="shop" value="motorcycle" />
2434 <text key="name" text="Name" />
2435 <reference ref="motorcycle_brands" />
2436 <text key="operator" text="Operator" />
2437 <reference ref="oh_wheelchair" />
2438 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2439 <optional text="Services:">
2440 <combo key="sale" text="Sale" values="yes,brand,no" />
2441 <combo key="rental" text="Rental" values="yes,brand,no" />
2442 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2443 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2444 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2445 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2446 <text key="services" text="Other" />
2447 </optional>
2448 <reference ref="link_contact_address_payment" />
2449 </item> <!-- Motorcycle Dealer -->
2450 </group> <!-- Motorcycle -->
2451 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2452 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2453 <link wiki="Tag:amenity=bicycle_parking" />
2454 <space />
2455 <key key="amenity" value="bicycle_parking" />
2456 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2457 <text key="name" text="Name" />
2458 <text key="capacity" text="Capacity" />
2459 <reference ref="parking_access_fee_operator_surface_smoothness" />
2460 <check key="covered" text="Covered" />
2461 <reference ref="supervised_lit_oh" />
2462 </item> <!-- Parking -->
2463 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2464 <link wiki="Tag:shop=bicycle" />
2465 <space />
2466 <key key="shop" value="bicycle" />
2467 <reference ref="name_oh_wheelchair" />
2468 <check key="service:bicycle:retail" text="Bicycles are sold" />
2469 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2470 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2471 <check key="service:bicycle:rental" text="Bicycles are rented" />
2472 <check key="service:bicycle:pump" text="Free bicycle pump" />
2473 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2474 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2475 <reference ref="link_contact_address_payment" />
2476 </item> <!-- Bike Dealer -->
2477 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2478 <link wiki="Tag:amenity=bicycle_rental" />
2479 <space />
2480 <key key="amenity" value="bicycle_rental" />
2481 <text key="name" text="Name" />
2482 <reference ref="link_contact_address_payment" />
2483 </item> <!-- Rental -->
2484 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2485 <link wiki="Tag:amenity=bicycle_repair_station" />
2486 <space />
2487 <key key="amenity" value="bicycle_repair_station" />
2488 <optional>
2489 <text key="name" text="Name" />
2490 <text key="brand" text="Brand" />
2491 <text key="operator" text="Operator" />
2492 <reference ref="oh" />
2493 <check key="service:bicycle:pump" text="Free bicycle pump" />
2494 <check key="service:bicycle:chain_tool" text="Chain tool" />
2495 </optional>
2496 </item> <!-- Public Bicycle Repair Station -->
2497 </group> <!-- Bicycle -->
2498 <group name="Public Transport" icon="presets/transport/bus.svg">
2499 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2500 <link wiki="Public_transport#Service_routes" />
2501 <space />
2502 <key key="type" value="route" />
2503 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2504 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2505 <reference ref="name_ref" />
2506 <optional>
2507 <reference ref="public_transport_route_optionals" />
2508 </optional>
2509 <roles>
2510 <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)" />
2511 <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)" />
2512 <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)" />
2513 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2514 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2515 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2516 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2517 </roles>
2518 </item> <!-- Public Transport Route (Rail) -->
2519 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2520 <link wiki="Public_transport#Service_routes" />
2521 <space />
2522 <key key="type" value="route" />
2523 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2524 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2525 <reference ref="name_ref" />
2526 <optional>
2527 <reference ref="public_transport_route_optionals" />
2528 </optional>
2529 <roles>
2530 <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)" />
2531 <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)" />
2532 <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)" />
2533 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2534 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2535 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2536 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2537 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2538 </roles>
2539 </item> <!-- Public Transport Route (Bus) -->
2540 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2541 <link wiki="Public_transport#Route_Master_relations" />
2542 <space />
2543 <key key="type" value="route_master" />
2544 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2545 <reference ref="name_ref" />
2546 <optional>
2547 <text key="operator" text="Operator" />
2548 <text key="network" text="Network" />
2549 <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" />
2550 </optional>
2551 <roles>
2552 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2553 </roles>
2554 </item> <!-- Route Master -->
2555 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2556 <link wiki="Tag:public_transport=stop_area" />
2557 <space />
2558 <key key="type" value="public_transport" />
2559 <key key="public_transport" value="stop_area" />
2560 <text key="name" text="Name" />
2561 <optional>
2562 <text key="ref" text="Reference" />
2563 <text key="uic_ref" text="UIC reference" />
2564 <text key="uic_name" text="UIC name" />
2565 <text key="operator" text="Operator" />
2566 <text key="network" text="Network" />
2567 </optional>
2568 <roles>
2569 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2570 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2571 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2572 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2573 </roles>
2574 </item> <!-- Stop Area -->
2575 <separator/>
2576 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2577 <link wiki="Tag:public_transport=stop_position" />
2578 <space />
2579 <key key="public_transport" value="stop_position" />
2580 <text key="name" text="Name" />
2581 <optional>
2582 <text key="ref" text="Reference" />
2583 <text key="uic_ref" text="UIC reference" />
2584 <text key="uic_name" text="UIC name" />
2585 <text key="operator" text="Operator" />
2586 <text key="network" text="Network" />
2587 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2588 </optional>
2589 <space />
2590 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2591 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2592 <check key="train" text="Train" icon="presets/transport/train.svg" />
2593 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2594 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2595 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2596 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2597 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2598 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2599 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2600 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2601 </item> <!-- Stop Position -->
2602 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2603 <link wiki="Tag:public_transport=platform" />
2604 <space />
2605 <key key="public_transport" value="platform" />
2606 <text key="name" text="Name" />
2607 <check key="bench" text="Bench" />
2608 <check key="shelter" text="Shelter" />
2609 <check key="bin" text="Waste Basket/Trash Can" />
2610 <check key="covered" text="Covered" />
2611 <check key="passenger_information_display" text="Passenger information display" />
2612 <text key="route_ref" text="Route references" />
2613 <reference ref="wheelchair" />
2614 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2615 </item> <!-- Platform -->
2616 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2617 <link wiki="Tag:public_transport=station" />
2618 <space />
2619 <key key="public_transport" value="station" />
2620 <text key="name" text="Name" />
2621 <check key="area" text="Area" disable_off="true" />
2622 <check key="building" text="Building" disable_off="true" />
2623 <text key="operator" text="Operator" />
2624 <text key="network" text="Network" />
2625 </item> <!-- Station -->
2626 <separator/> <!-- *** Access *** -->
2627 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2628 <link wiki="Tag:railway=subway_entrance" />
2629 <key key="railway" value="subway_entrance" />
2630 <optional>
2631 <text key="name" text="Name" />
2632 <reference ref="wheelchair" />
2633 <check key="bicycle" text="Bicycle" />
2634 </optional>
2635 </item> <!-- Subway Entrance -->
2636 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2637 <link wiki="Tag:amenity=vending_machine" />
2638 <space />
2639 <key key="amenity" value="vending_machine" />
2640 <key key="vending" value="public_transport_tickets" />
2641 <reference ref="name_operator" />
2642 <text key="ref" text="Reference number" />
2643 <preset_link preset_name="Payment Methods" />
2644 </item> <!-- Ticket Machine -->
2645 </group> <!-- Public Transport -->
2646 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2647 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2648 <key key="type" value="route" />
2649 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2650 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2651 <reference ref="name_ref" />
2652 <optional>
2653 <text key="from" text="From (initial stop)" />
2654 <text key="to" text="To (terminal stop)" />
2655 <text key="via" text="Via (intermediate stops)" />
2656 <text key="operator" text="Operator" />
2657 <text key="network" text="Network" />
2658 <text key="description" text="Description" />
2659 <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" />
2660 </optional>
2661 <roles>
2662 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2663 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2664 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2665 <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" />
2666 <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" />
2667 <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" />
2668 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2669 </roles>
2670 </item> <!-- Public transport route (Legacy) -->
2671 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2672 <link wiki="Tag:railway=station" />
2673 <key key="railway" value="station" />
2674 <optional>
2675 <text key="name" text="Name" />
2676 <text key="uic_ref" text="UIC-Reference" />
2677 </optional>
2678 </item> <!-- Station -->
2679 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2680 <link wiki="Tag:railway=halt" />
2681 <key key="railway" value="halt" />
2682 <optional>
2683 <text key="name" text="Name" />
2684 </optional>
2685 </item> <!-- Railway Halt -->
2686 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
2687 <link wiki="Tag:railway=tram_stop" />
2688 <key key="railway" value="tram_stop" />
2689 <optional>
2690 <text key="name" text="Name" />
2691 </optional>
2692 </item> <!-- Tram Stop -->
2693 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
2694 <link wiki="Tag:railway=platform" />
2695 <space />
2696 <key key="railway" value="platform" />
2697 <text key="ref" text="Reference (track number)" />
2698 <text key="width" text="Width (meters)" />
2699 <check key="area" text="Area" />
2700 </item> <!-- Railway Platform -->
2701 <separator/>
2702 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
2703 <link wiki="Tag:amenity=bus_station" />
2704 <key key="amenity" value="bus_station" />
2705 <optional>
2706 <text key="name" text="Name" />
2707 </optional>
2708 </item> <!-- Bus Station -->
2709 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
2710 <link wiki="Tag:highway=bus_stop" />
2711 <key key="highway" value="bus_stop" />
2712 <optional>
2713 <text key="name" text="Name" />
2714 <check key="bench" text="Bench" />
2715 <check key="shelter" text="Shelter" />
2716 <check key="bin" text="Waste Basket/Trash Can" />
2717 <check key="passenger_information_display" text="Passenger information display" />
2718 <text key="route_ref" text="Route references" />
2719 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2720 </optional>
2721 </item> <!-- Bus Stop -->
2722 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2723 <link wiki="Tag:highway=platform" />
2724 <space />
2725 <key key="highway" value="platform" />
2726 <text key="ref" text="Reference (track number)" />
2727 <text key="width" text="Width (meters)" />
2728 <check key="area" text="Area" />
2729 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2730 </item> <!-- Bus Platform -->
2731 </group> <!-- Public Transport -->
2732 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
2733 <link wiki="Tag:amenity=taxi" />
2734 <space />
2735 <key key="amenity" value="taxi" />
2736 <text key="name" text="Name" />
2737 </item> <!-- Taxi -->
2738 <separator/>
2739 <group name="Airport" icon="presets/transport/airport.svg">
2740 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
2741 <link wiki="Tag:aeroway=aerodrome" />
2742 <space />
2743 <reference ref="aerodrome" />
2744 </item> <!-- Airport Ground -->
2745 <separator/>
2746 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2747 <link wiki="Tag:aeroway=runway" />
2748 <key key="aeroway" value="runway" />
2749 <optional>
2750 <text key="ref" text="Reference" />
2751 <reference ref="surface" />
2752 </optional>
2753 </item> <!-- Runway -->
2754 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2755 <link wiki="Tag:aeroway=taxiway" />
2756 <key key="aeroway" value="taxiway" />
2757 <optional>
2758 <text key="ref" text="Reference" />
2759 </optional>
2760 </item> <!-- Taxiway -->
2761 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
2762 <link wiki="Tag:aeroway=holding_position" />
2763 <key key="aeroway" value="holding_position" />
2764 <optional>
2765 <text key="ref" text="Reference" />
2766 </optional>
2767 </item> <!-- Holding Position -->
2768 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
2769 <link wiki="Tag:aeroway=helipad" />
2770 <key key="aeroway" value="helipad" />
2771 <optional>
2772 <text key="ref" text="Reference" />
2773 <text key="iata" text="IATA" />
2774 <text key="icao" text="ICAO" />
2775 <text key="wikipedia" text="Wikipedia" />
2776 </optional>
2777 </item> <!-- Helipad -->
2778 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
2779 <link wiki="Tag:aeroway=apron" />
2780 <key key="aeroway" value="apron" />
2781 </item> <!-- Apron -->
2782 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
2783 <link wiki="Tag:aeroway=parking_position" />
2784 <key key="aeroway" value="parking_position" />
2785 <text key="ref" text="Reference" />
2786 </item> <!-- Plane Parking Position -->
2787 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
2788 <link wiki="Tag:aeroway=hangar" />
2789 <key key="aeroway" value="hangar" />
2790 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
2791 </item> <!-- Hangar -->
2792 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
2793 <link wiki="Tag:airmark=beacon" />
2794 <key key="airmark" value="beacon" />
2795 </item> <!-- Beacon -->
2796 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
2797 <link wiki="Tag:aeroway=navigationaid" />
2798 <key key="aeroway" value="navigationaid" />
2799 <combo key="navigationaid" text="Type" values_searchable="true">
2800 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
2801 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
2802 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
2803 </combo>
2804 </item> <!-- Navigation aid -->
2805 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
2806 <link wiki="Tag:aeroway=windsock" />
2807 <key key="aeroway" value="windsock" />
2808 </item> <!-- Windsock -->
2809 <separator/>
2810 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
2811 <link wiki="Tag:aeroway=terminal" />
2812 <space />
2813 <key key="aeroway" value="terminal" />
2814 <text key="name" text="Name" />
2815 <reference ref="internet" />
2816 <reference ref="link_contact_address" />
2817 </item> <!-- Terminal -->
2818 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
2819 <link wiki="Tag:aeroway=gate" />
2820 <space />
2821 <key key="aeroway" value="gate" />
2822 <text key="ref" text="Reference" />
2823 </item> <!-- Gate -->
2824 </group> <!-- Airport -->
2825 </group> <!-- Transport -->
2826 <group name="Facilities" icon="presets/accommodation/hotel.svg">
2827 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
2828 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2829 <link wiki="Tag:tourism=hotel" />
2830 <space />
2831 <key key="tourism" value="hotel" />
2832 <reference ref="name_operator" />
2833 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2834 <text key="rooms" text="Rooms" />
2835 <text key="beds" text="Beds" />
2836 <reference ref="wheelchair" />
2837 <space />
2838 <reference ref="internet_smoking" />
2839 <reference ref="link_contact_address_payment" />
2840 <preset_link preset_name="Residential Building" />
2841 </item> <!-- Hotel -->
2842 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2843 <link wiki="Tag:tourism=motel" />
2844 <space />
2845 <key key="tourism" value="motel" />
2846 <reference ref="name_operator" />
2847 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2848 <text key="rooms" text="Rooms" />
2849 <text key="beds" text="Beds" />
2850 <reference ref="wheelchair" />
2851 <space />
2852 <reference ref="internet_smoking" />
2853 <reference ref="link_contact_address_payment" />
2854 <preset_link preset_name="Building" />
2855 </item> <!-- Motel -->
2856 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
2857 <link wiki="Tag:tourism=guest_house" />
2858 <space />
2859 <key key="tourism" value="guest_house" />
2860 <reference ref="name_operator" />
2861 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2862 <text key="rooms" text="Rooms" />
2863 <text key="beds" text="Beds" />
2864 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
2865 <reference ref="wheelchair" />
2866 <space />
2867 <reference ref="internet_smoking" />
2868 <reference ref="link_contact_address_payment" />
2869 <preset_link preset_name="Building" />
2870 </item> <!-- Guest House/Bed & Breakfast -->
2871 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
2872 <link wiki="Tag:tourism=apartment" />
2873 <space />
2874 <key key="tourism" value="apartment" />
2875 <reference ref="name_operator" />
2876 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
2877 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2878 <reference ref="wheelchair" />
2879 <space />
2880 <reference ref="internet_smoking" />
2881 <reference ref="link_contact_address_payment" />
2882 </item> <!-- Apartment -->
2883 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
2884 <link wiki="Tag:tourism=chalet" />
2885 <space />
2886 <key key="tourism" value="chalet" />
2887 <reference ref="name_operator" />
2888 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2889 <text key="rooms" text="Rooms" />
2890 <text key="beds" text="Beds" />
2891 <reference ref="wheelchair" />
2892 <space />
2893 <reference ref="internet_smoking" />
2894 <reference ref="link_contact_address_payment" />
2895 <preset_link preset_name="Building" />
2896 </item> <!-- Chalet -->
2897 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2898 <link wiki="Tag:tourism=hostel" />
2899 <space />
2900 <key key="tourism" value="hostel" />
2901 <reference ref="name_operator" />
2902 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2903 <text key="rooms" text="Rooms" />
2904 <text key="beds" text="Beds" />
2905 <reference ref="wheelchair" />
2906 <space />
2907 <reference ref="internet_smoking" />
2908 <reference ref="link_contact_address_payment" />
2909 <preset_link preset_name="Building" />
2910 </item> <!-- Hostel -->
2911 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
2912 <link wiki="Tag:tourism=alpine_hut" />
2913 <space />
2914 <key key="tourism" value="alpine_hut" />
2915 <reference ref="name_operator" />
2916 <text key="ele" text="Elevation (meters)" lenght="10" />
2917 <text key="rooms" text="Rooms" />
2918 <text key="beds" text="Beds" />
2919 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2920 <space />
2921 <reference ref="internet_smoking" />
2922 <reference ref="link_contact_address_payment" />
2923 <preset_link preset_name="Building" />
2924 </item> <!-- Alpine Hut -->
2925 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
2926 <link wiki="Tag:tourism=wilderness_hut" />
2927 <space />
2928 <key key="tourism" value="wilderness_hut" />
2929 <reference ref="name_operator" />
2930 <reference ref="POI_access" />
2931 <text key="capacity" text="Capacity" />
2932 <reference ref="fee" />
2933 <check key="toilets" text="Toilets" />
2934 <check key="shower" text="Shower" />
2935 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
2936 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2937 <text key="ele" text="Elevation (meters)" lenght="10" />
2938 <text key="description" text="Closer description" />
2939 <reference ref="link_contact_address_payment" />
2940 <preset_link preset_name="Building" />
2941 </item> <!-- Wilderness Hut -->
2942 <separator/>
2943 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
2944 <link wiki="Tag:tourism=caravan_site" />
2945 <space />
2946 <key key="tourism" value="caravan_site" />
2947 <reference ref="name_operator" />
2948 <combo key="stars" text="Stars" values="1,2,3,4,5" />
2949 <reference ref="oh_wheelchair" />
2950 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2951 <text key="capacity" text="Number of places" />
2952 <reference ref="fee_interval" />
2953 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2954 <check key="power_supply" text="Power supply" />
2955 <check key="tents" text="Tents allowed" />
2956 <space />
2957 <reference ref="internet_smoking" />
2958 <reference ref="link_contact_address_payment" />
2959 </item> <!-- Caravan Site/RV Park -->
2960 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
2961 <link wiki="Tag:tourism=camp_site" />
2962 <space />
2963 <key key="tourism" value="camp_site" />
2964 <reference ref="name_operator" />
2965 <combo key="stars" text="Stars" values="1,2,3,4,5" />
2966 <reference ref="oh_wheelchair" />
2967 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2968 <text key="capacity" text="Number of places" />
2969 <checkgroup columns="2">
2970 <check key="tents" text="Tents allowed" />
2971 <check key="caravans" text="Caravans allowed" />
2972 </checkgroup>
2973 <checkgroup columns="2">
2974 <check key="backcountry" text="Backcountry" />
2975 <check key="group_only" text="Group only access" />
2976 </checkgroup>
2977 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2978 <reference ref="wheelchair" />
2979 <reference ref="internet" />
2980 <space />
2981 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
2982 <reference ref="link_contact_address_payment" />
2983 </item> <!-- Campsite -->
2984 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
2985 <link wiki="Tag:tourism=camp_pitch" />
2986 <space />
2987 <key key="tourism" value="camp_pitch" />
2988 <text key="ref" text="Reference" />
2989 <text key="addr:unit" text="Unit number" />
2990 <text key="capacity" text="Number of places" />
2991 <reference ref="surface" />
2992 <checkgroup columns="2">
2993 <check key="tents" text="Tents allowed" />
2994 <check key="caravans" text="Caravans allowed" />
2995 <check key="drinking_water" text="Drinking Water" />
2996 <check key="power_supply" text="Power supply" />
2997 <check key="permanent_camping" text="Permanent camping only" />
2998 </checkgroup>
2999 </item> <!-- Camp pitch -->
3000 </group> <!-- Accommodation -->
3001 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3002 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3003 <link wiki="Tag:amenity=restaurant" />
3004 <space />
3005 <key key="amenity" value="restaurant" />
3006 <reference ref="name_operator" />
3007 <reference ref="cuisine" />
3008 <check key="microbrewery" text="Microbrewery" />
3009 <check key="outdoor_seating" text="Outdoor seating" />
3010 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3011 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3012 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3013 <reference ref="oh" />
3014 <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" />
3015 <reference ref="wheelchair" />
3016 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3017 <space />
3018 <reference ref="internet_smoking" />
3019 <preset_link preset_name="Diet" />
3020 <reference ref="link_contact_address_payment" />
3021 </item> <!-- Restaurant -->
3022 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3023 <link wiki="Tag:amenity=fast_food" />
3024 <space />
3025 <key key="amenity" value="fast_food" />
3026 <reference ref="name_operator" />
3027 <reference ref="cuisine" />
3028 <check key="outdoor_seating" text="Outdoor seating" />
3029 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3030 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3031 <reference ref="oh_wheelchair" />
3032 <space />
3033 <reference ref="internet_smoking" />
3034 <preset_link preset_name="Diet" />
3035 <reference ref="link_contact_address_payment" />
3036 <preset_link preset_name="Building" />
3037 </item> <!-- Fast Food -->
3038 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3039 <link wiki="Tag:amenity=food_court" />
3040 <space />
3041 <key key="amenity" value="food_court" />
3042 <reference ref="name_operator" />
3043 <check key="outdoor_seating" text="Outdoor seating" />
3044 <reference ref="oh_wheelchair" />
3045 <space />
3046 <reference ref="internet_smoking" />
3047 <reference ref="link_contact_address_payment" />
3048 </item> <!-- Food Court -->
3049 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3050 <link wiki="Tag:amenity=cafe" />
3051 <space />
3052 <key key="amenity" value="cafe" />
3053 <reference ref="name_operator" />
3054 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3055 <check key="outdoor_seating" text="Outdoor seating" />
3056 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3057 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3058 <reference ref="oh_wheelchair" />
3059 <space />
3060 <reference ref="internet_smoking" />
3061 <preset_link preset_name="Diet" />
3062 <reference ref="link_contact_address_payment" />
3063 </item> <!-- Cafe -->
3064 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3065 <link wiki="Tag:amenity=ice_cream" />
3066 <space />
3067 <key key="amenity" value="ice_cream" />
3068 <reference ref="name_operator" />
3069 <check key="outdoor_seating" text="Outdoor seating" />
3070 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3071 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3072 <reference ref="oh_wheelchair" />
3073 <space />
3074 <reference ref="internet_smoking" />
3075 <preset_link preset_name="Diet" />
3076 <reference ref="link_contact_address_payment" />
3077 </item> <!-- Ice cream -->
3078 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3079 <link wiki="Tag:amenity=pub" />
3080 <space />
3081 <key key="amenity" value="pub" />
3082 <reference ref="name_operator" />
3083 <check key="microbrewery" text="Microbrewery" />
3084 <check key="outdoor_seating" text="Outdoor seating" />
3085 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3086 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3087 <reference ref="oh_wheelchair" />
3088 <space />
3089 <reference ref="internet_smoking" />
3090 <preset_link preset_name="Diet" />
3091 <reference ref="link_contact_address_payment" />
3092 </item> <!-- Pub -->
3093 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3094 <link wiki="Tag:amenity=biergarten" />
3095 <space />
3096 <key key="amenity" value="biergarten" />
3097 <reference ref="name_operator" />
3098 <check key="microbrewery" text="Microbrewery" />
3099 <reference ref="oh_wheelchair" />
3100 <space />
3101 <reference ref="internet_smoking" />
3102 <preset_link preset_name="Diet" />
3103 <reference ref="link_contact_address_payment" />
3104 </item> <!-- Beer Garden -->
3105 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3106 <link wiki="Tag:amenity=bar" />
3107 <space />
3108 <key key="amenity" value="bar" />
3109 <reference ref="name_operator" />
3110 <check key="outdoor_seating" text="Outdoor seating" />
3111 <reference ref="oh_wheelchair" />
3112 <space />
3113 <reference ref="internet_smoking" />
3114 <preset_link preset_name="Diet" />
3115 <reference ref="link_contact_address_payment" />
3116 </item> <!-- Bar -->
3117 <separator/>
3118 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3119 <link wiki="Key:diet" />
3120 <space />
3121 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3122 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3123 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3124 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3125 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3126 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3127 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3128 <space />
3129 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3130 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3131 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3132 <space />
3133 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3134 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3135 </item> <!-- Diet -->
3136 </group> <!-- Food+Drinks -->
3137 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3138 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3139 <link wiki="Tag:tourism=attraction" />
3140 <space />
3141 <key key="tourism" value="attraction" />
3142 <text key="name" text="Name" />
3143 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3144 <reference ref="oh_wheelchair" />
3145 </item> <!-- Attraction -->
3146 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3147 <link wiki="Tag:tourism=viewpoint" />
3148 <space />
3149 <key key="tourism" value="viewpoint" />
3150 <text key="name" text="Name" />
3151 <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" />
3152 <space />
3153 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3154 <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
3155 </item> <!-- Viewpoint -->
3156 <separator/>
3157 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3158 <link wiki="Tag:information=office" />
3159 <label text="An office where you can get information about a town or region." />
3160 <space />
3161 <key key="tourism" value="information" />
3162 <key key="information" value="office" />
3163 <reference ref="name_oh_wheelchair" />
3164 <reference ref="internet" />
3165 <reference ref="link_contact_address_payment" />
3166 </item> <!-- Information Office -->
3167 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3168 <link wiki="Tag:information=map" />
3169 <label text="A board with a map." />
3170 <space />
3171 <key key="tourism" value="information" />
3172 <key key="information" value="map" />
3173 <text key="name" text="Name" />
3174 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3175 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3176 <text key="description" text="Closer description" />
3177 <optional text="Routes shown for:">
3178 <check key="hiking" text="Hiking" />
3179 <check key="bicycle" text="Cycling" />
3180 <check key="mtb" text="Mountainbiking" />
3181 <check key="ski" text="Skiing" />
3182 <check key="horse" text="Riding" />
3183 <space />
3184 <label text="... other transportation modes possible" />
3185 </optional>
3186 </item> <!-- Map -->
3187 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3188 <link wiki="Tag:information=board" />
3189 <space />
3190 <label text="A board with information." />
3191 <key key="tourism" value="information" />
3192 <key key="information" value="board" />
3193 <text key="name" text="Name" />
3194 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3195 <text key="description" text="Closer description" />
3196 </item> <!-- Information Board -->
3197 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3198 <link wiki="Tag:information=guidepost" />
3199 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3200 <space />
3201 <key key="tourism" value="information" />
3202 <key key="information" value="guidepost" />
3203 <reference ref="name_ref_operator" />
3204 <text key="ele" text="Elevation (meters)" lenght="10" />
3205 <optional text="Routes shown for:">
3206 <check key="hiking" text="Hiking" />
3207 <check key="bicycle" text="Cycling" />
3208 <check key="mtb" text="Mountainbiking" />
3209 <check key="ski" text="Skiing" />
3210 <check key="horse" text="Riding" />
3211 <space />
3212 <label text="... other transportation modes possible" />
3213 </optional>
3214 </item> <!-- Guidepost -->
3215 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3216 <link wiki="Key:information" />
3217 <space />
3218 <key key="tourism" value="information" />
3219 <key key="information" value="route_marker" />
3220 <reference ref="name_ref_operator" />
3221 <text key="ele" text="Elevation (meters)" lenght="10" />
3222 <optional text="Routes shown for:">
3223 <check key="hiking" text="Hiking" />
3224 <check key="bicycle" text="Cycling" />
3225 <check key="mtb" text="Mountainbiking" />
3226 <check key="ski" text="Skiing" />
3227 <check key="horse" text="Riding" />
3228 <space />
3229 <label text="... other transportation modes possible" />
3230 </optional>
3231 </item> <!-- Route marker -->
3232 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3233 <link wiki="Tag:information=terminal" />
3234 <label text="Information access via electronic methods." />
3235 <space />
3236 <key key="tourism" value="information" />
3237 <key key="information" value="terminal" />
3238 <reference ref="name_operator" />
3239 <reference ref="wheelchair" />
3240 <text key="description" text="Closer description" />
3241 <text key="ref" text="Reference number" />
3242 <reference ref="fee" />
3243 <reference ref="internet" />
3244 </item> <!-- Information Terminal -->
3245 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3246 <link wiki="Tag:information=audioguide" />
3247 <label text="Information using headphones or a mobile phone." />
3248 <space />
3249 <key key="tourism" value="information" />
3250 <key key="information" value="audioguide" />
3251 <reference ref="name_operator" />
3252 <reference ref="wheelchair" />
3253 <text key="description" text="Closer description" />
3254 <text key="ref" text="Reference number" />
3255 <reference ref="fee" />
3256 <space />
3257 <label text="Audioguide via mobile phone?" />
3258 <text key="phone" text="Phone number" />
3259 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3260 </item> <!-- Audio Guide -->
3261 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3262 <link wiki="Tag:tourism=information" />
3263 <space />
3264 <key key="tourism" value="information" />
3265 <text key="name" text="Name" />
3266 <text key="description" text="Closer description" />
3267 </item> <!-- Other Information Point -->
3268 </group> <!-- Tourism -->
3269 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3270 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3271 <link wiki="Tag:amenity=cinema" />
3272 <space />
3273 <key key="amenity" value="cinema" />
3274 <reference ref="name_operator_oh_wheelchair" />
3275 <check key="drive_in" text="Drive-in theater" />
3276 <check key="cinema:3D" text="3D" />
3277 <text key="screen" text="Number of screens" />
3278 <reference ref="min_age" />
3279 <reference ref="link_contact_address_payment" />
3280 <preset_link preset_name="Building" />
3281 </item> <!-- Movie Theater/Cinema -->
3282 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3283 <link wiki="Tag:leisure=bandstand" />
3284 <space />
3285 <key key="leisure" value="bandstand" />
3286 <reference ref="name_operator_oh_wheelchair" />
3287 <reference ref="POI_access" />
3288 </item> <!-- Bandstand -->
3289 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3290 <link wiki="Tag:tourism=zoo" />
3291 <space />
3292 <key key="tourism" value="zoo" />
3293 <reference ref="name_oh_wheelchair" />
3294 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3295 <text key="wikipedia" text="Wikipedia" />
3296 <reference ref="link_contact_address_payment" />
3297 </item> <!-- Zoo -->
3298 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3299 <link wiki="Tag:attraction=animal" />
3300 <space />
3301 <key key="attraction" value="animal" />
3302 <text key="name" text="Name" />
3303 </item> <!-- Animal enclosure -->
3304 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3305 <link wiki="Tag:leisure=dog_park" />
3306 <space />
3307 <key key="leisure" value="dog_park" />
3308 <text key="name" text="Name" />
3309 <check key="area" text="Area" />
3310 <combo key="barrier" text="Barrier" values="fence,wall" />
3311 <reference ref="oh_wheelchair" />
3312 <check key="lit" text="Lit" />
3313 </item> <!-- Dog Park -->
3314 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3315 <link wiki="Tag:tourism=theme_park" />
3316 <space />
3317 <key key="tourism" value="theme_park" />
3318 <reference ref="name_operator_oh_wheelchair" />
3319 <reference ref="link_contact_address_payment" />
3320 </item> <!-- Amusement/Theme Park -->
3321 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3322 <link wiki="Tag:leisure=water_park" />
3323 <space />
3324 <key key="leisure" value="water_park" />
3325 <reference ref="name_operator_oh_wheelchair" />
3326 <reference ref="link_contact_address_payment" />
3327 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3328 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3329 </item> <!-- Water Park -->
3330 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3331 <link wiki="Tag:amenity=public_bath" />
3332 <space />
3333 <key key="amenity" value="public_bath" />
3334 <reference ref="name_operator_oh_wheelchair" />
3335 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3336 <check key="bath:open_air" text="Open air" />
3337 <check key="shower" text="Shower" />
3338 <checkgroup columns="3">
3339 <check key="female" text="Female" text_context="restroom" />
3340 <check key="male" text="Male" text_context="restroom" />
3341 <check key="unisex" text="Unisex" text_context="restroom" />
3342 </checkgroup>
3343 <reference ref="fee" />
3344 <reference ref="link_contact_address_payment" />
3345 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3346 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3347 </item> <!-- Public bath -->
3348 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3349 <link wiki="Tag:leisure=resort" />
3350 <space />
3351 <key key="leisure" value="resort" />
3352 <reference ref="name_operator_oh_wheelchair" />
3353 <reference ref="fee_interval" />
3354 <reference ref="link_contact_address_payment" />
3355 </item> <!-- Resort -->
3356 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3357 <link wiki="Tag:leisure=beach_resort" />
3358 <space />
3359 <key key="leisure" value="beach_resort" />
3360 <reference ref="name_operator_oh_wheelchair" />
3361 <reference ref="fee_interval" />
3362 <space />
3363 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3364 <reference ref="link_contact_address_payment" />
3365 </item> <!-- Beach Resort -->
3366 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3367 <link wiki="Tag:leisure=swimming_pool" />
3368 <key key="leisure" value="swimming_pool" />
3369 <space />
3370 <label text="Used for the water area only." />
3371 <space />
3372 <reference ref="POI_access" />
3373 </item> <!-- Swimming Pool -->
3374 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3375 <link wiki="Tag:amenity=dive_centre" />
3376 <space />
3377 <key key="amenity" value="dive_centre" />
3378 <reference ref="name_operator_oh_wheelchair" />
3379 <reference ref="link_contact_address_payment" />
3380 </item> <!-- Dive centre -->
3381 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3382 <link wiki="Tag:leisure=fitness_station" />
3383 <space />
3384 <key key="leisure" value="fitness_station" />
3385 <reference ref="name_operator_oh_wheelchair" />
3386 <text key="ref" text="Reference" />
3387 <text key="description" text="Description" />
3388 </item> <!-- Fitness Station -->
3389 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3390 <link wiki="Tag:amenity=sauna" />
3391 <space />
3392 <key key="leisure" value="sauna" />
3393 <reference ref="name_operator_oh_wheelchair" />
3394 <reference ref="POI_access" />
3395 <reference ref="link_contact_address_payment" />
3396 </item> <!-- Sauna -->
3397 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3398 <link wiki="Tag:leisure=horse_riding" />
3399 <space />
3400 <key key="leisure" value="horse_riding" />
3401 <reference ref="name_operator_oh_wheelchair" />
3402 <reference ref="fee" />
3403 <reference ref="link_contact_address_payment" />
3404 </item> <!-- Horse Riding -->
3405 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3406 <link wiki="Tag:leisure=hackerspace" />
3407 <space />
3408 <key key="leisure" value="hackerspace" />
3409 <reference ref="name_operator_oh_wheelchair" />
3410 <reference ref="link_contact_address" />
3411 </item> <!-- Hackerspace -->
3412 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3413 <link wiki="Tag:leisure=outdoor_seating" />
3414 <space />
3415 <key key="leisure" value="outdoor_seating" />
3416 <reference ref="name_operator_oh_wheelchair" />
3417 </item> <!-- Outdoor seating -->
3418 <separator/>
3419 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3420 <link wiki="Tag:leisure=playground" />
3421 <space />
3422 <key key="leisure" value="playground" />
3423 <reference ref="name_operator_oh_wheelchair" />
3424 <reference ref="max_age" />
3425 </item> <!-- Playground -->
3426 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3427 <link wiki="Key:playground" />
3428 <space />
3429 <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!" />
3430 <reference ref="name_operator_oh_wheelchair" />
3431 <reference ref="max_age" />
3432 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3433 </item> <!-- Playground device -->
3434 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3435 <link wiki="Tag:tourism=picnic_site" />
3436 <space />
3437 <key key="tourism" value="picnic_site" />
3438 <text key="name" text="Name" />
3439 <check key="fireplace" text="Fireplace" />
3440 </item> <!-- Picnic Site -->
3441 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3442 <link wiki="Tag:leisure=picnic_table" />
3443 <space />
3444 <key key="leisure" value="picnic_table" />
3445 <check key="covered" text="Covered" />
3446 </item> <!-- Picnic Table -->
3447 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3448 <link wiki="Tag:amenity=bbq" />
3449 <space />
3450 <key key="amenity" value="bbq" />
3451 <text key="name" text="Name" />
3452 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3453 <check key="covered" text="Covered" />
3454 </item> <!-- Public Grill -->
3455 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3456 <link wiki="Tag:leisure=firepit" />
3457 <space />
3458 <key key="leisure" value="firepit" />
3459 <text key="name" text="Name" />
3460 </item> <!-- Firepit -->
3461 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3462 <link wiki="Tag:leisure=fishing" />
3463 <space />
3464 <key key="leisure" value="fishing" />
3465 <text key="name" text="Name" />
3466 </item> <!-- Fishing -->
3467 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3468 <link wiki="Tag:leisure=bird_hide" />
3469 <space />
3470 <key key="leisure" value="bird_hide" />
3471 <reference ref="name_ref_operator" />
3472 </item> <!-- Bird Hide -->
3473 <separator/>
3474 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3475 <link wiki="Tag:leisure=amusement_arcade" />
3476 <space />
3477 <key key="leisure" value="amusement_arcade" />
3478 <reference ref="name_operator_oh_wheelchair" />
3479 <reference ref="min_age" />
3480 <space />
3481 <reference ref="internet_smoking" />
3482 <reference ref="link_contact_address_payment" />
3483 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3484 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3485 <preset_link preset_name="Casino" text="Similar but different tags:" />
3486 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3487 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3488 </item> <!-- Amusement arcade -->
3489 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3490 <link wiki="Tag:leisure=adult_gaming_centre" />
3491 <space />
3492 <key key="leisure" value="adult_gaming_centre" />
3493 <reference ref="name_operator_oh_wheelchair" />
3494 <reference ref="min_age" />
3495 <space />
3496 <reference ref="internet_smoking" />
3497 <reference ref="link_contact_address_payment" />
3498 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3499 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3500 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3501 <preset_link preset_name="Casino" text="Similar but different tags:" />
3502 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3503 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3504 </item> <!-- Adult gaming centre -->
3505 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3506 <link wiki="Tag:amenity=gambling" />
3507 <space />
3508 <key key="amenity" value="gambling" />
3509 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3510 <reference ref="name_operator_oh_wheelchair" />
3511 <reference ref="min_age" />
3512 <space />
3513 <reference ref="internet_smoking" />
3514 <reference ref="link_contact_address_payment" />
3515 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3516 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3517 <preset_link preset_name="Casino" text="Similar but different tags:" />
3518 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3519 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3520 </item> <!-- Gambling -->
3521 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3522 <link wiki="Tag:amenity=casino" />
3523 <space />
3524 <key key="amenity" value="casino" />
3525 <reference ref="name_operator_oh_wheelchair" />
3526 <reference ref="min_age" />
3527 <space />
3528 <reference ref="internet_smoking" />
3529 <reference ref="link_contact_address_payment" />
3530 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3531 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3532 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3533 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3534 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3535 </item> <!-- Casino -->
3536 <separator/>
3537 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3538 <link wiki="Tag:amenity=nightclub" />
3539 <space />
3540 <key key="amenity" value="nightclub" />
3541 <reference ref="name_operator_oh_wheelchair" />
3542 <reference ref="min_age" />
3543 <space />
3544 <reference ref="internet_smoking" />
3545 <reference ref="link_contact_address_payment" />
3546 </item> <!-- Night Club -->
3547 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3548 <link wiki="Tag:amenity=stripclub" />
3549 <space />
3550 <key key="amenity" value="stripclub" />
3551 <reference ref="name_operator_oh_wheelchair" />
3552 <reference ref="min_age" />
3553 <space />
3554 <reference ref="internet_smoking" />
3555 <reference ref="link_contact_address_payment" />
3556 </item> <!-- Strip Club -->
3557 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3558 <link wiki="Tag:amenity=brothel" />
3559 <space />
3560 <key key="amenity" value="brothel" />
3561 <reference ref="name_operator_oh_wheelchair" />
3562 <space />
3563 <reference ref="internet_smoking" />
3564 <reference ref="link_contact_address_payment" />
3565 </item> <!-- Brothel -->
3566 </group> <!-- Leisure -->
3567 <group name="Culture" icon="presets/leisure/theater.svg">
3568 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3569 <link wiki="Tag:tourism=museum" />
3570 <space />
3571 <key key="tourism" value="museum" />
3572 <reference ref="name_operator_oh_wheelchair" />
3573 <text key="wikipedia" text="Wikipedia" />
3574 <reference ref="link_contact_address_payment" />
3575 <preset_link preset_name="Building" />
3576 </item> <!-- Museum -->
3577 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3578 <link wiki="Tag:amenity=theatre" />
3579 <space />
3580 <key key="amenity" value="theatre" />
3581 <reference ref="name_operator" />
3582 <reference ref="wheelchair" />
3583 <reference ref="link_contact_address_payment" />
3584 <preset_link preset_name="Building" />
3585 </item> <!-- Theatre -->
3586 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3587 <link wiki="Tag:amenity=library" />
3588 <space />
3589 <key key="amenity" value="library" />
3590 <reference ref="name_operator_oh_wheelchair" />
3591 <reference ref="link_contact_address_payment" />
3592 <preset_link preset_name="Building" />
3593 </item> <!-- Library -->
3594 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3595 <link wiki="Tag:amenity=public_bookcase" />
3596 <space />
3597 <key key="amenity" value="public_bookcase" />
3598 <text key="name" text="Name" />
3599 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3600 <text key="operator" text="Operator" />
3601 <reference ref="oh_wheelchair" />
3602 <reference ref="POI_access" />
3603 </item> <!-- Public bookcase -->
3604 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3605 <link wiki="Tag:amenity=arts_centre" />
3606 <space />
3607 <key key="amenity" value="arts_centre" />
3608 <text key="name" text="Name" />
3609 <reference ref="link_contact_address_payment" />
3610 <preset_link preset_name="Building" />
3611 </item> <!-- Arts Centre -->
3612 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3613 <link wiki="Tag:tourism=artwork" />
3614 <space />
3615 <key key="tourism" value="artwork" />
3616 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3617 <text key="name" text="Name" />
3618 <text key="artwork_subject" text="Subject" />
3619 <text key="artist_name" text="Artist Name" />
3620 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3621 <text key="start_date" text="Start date" />
3622 </item> <!-- Artwork -->
3623 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3624 <link wiki="Tag:amenity=studio" />
3625 <space />
3626 <key key="amenity" value="studio" />
3627 <reference ref="name_operator" />
3628 <reference ref="wheelchair" />
3629 <combo key="studio" text="Type" values="audio,radio,television,video" />
3630 <reference ref="link_contact_address_payment" />
3631 </item> <!-- Studio -->
3632 </group> <!-- Culture -->
3633 <group name="Place of Worship" icon="presets/religion/religion.svg">
3634 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3635 <link wiki="Tag:amenity=place_of_worship" />
3636 <space />
3637 <key key="amenity" value="place_of_worship" />
3638 <key key="religion" value="christian" />
3639 <text key="name" text="Name" />
3640 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3641 <reference ref="christian_denominations" />
3642 <reference ref="service_times" />
3643 <reference ref="oh_wheelchair" />
3644 <reference ref="link_contact_address" />
3645 <preset_link preset_name="Building" />
3646 </item> <!-- Church -->
3647 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
3648 <link wiki="Tag:amenity=place_of_worship" />
3649 <space />
3650 <key key="amenity" value="place_of_worship" />
3651 <key key="religion" value="muslim" />
3652 <text key="name" text="Name" />
3653 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
3654 <reference ref="muslim_denominations" />
3655 <reference ref="service_times" />
3656 <reference ref="oh_wheelchair" />
3657 <reference ref="link_contact_address" />
3658 <preset_link preset_name="Building" />
3659 </item> <!-- Mosque -->
3660 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
3661 <link wiki="Tag:amenity=place_of_worship" />
3662 <space />
3663 <key key="amenity" value="place_of_worship" />
3664 <key key="religion" value="jewish" />
3665 <text key="name" text="Name" />
3666 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
3667 <reference ref="jewish_denominations" />
3668 <reference ref="service_times" />
3669 <reference ref="oh_wheelchair" />
3670 <reference ref="link_contact_address" />
3671 <preset_link preset_name="Building" />
3672 </item> <!-- Synagogue -->
3673 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3674 <link wiki="Tag:amenity=place_of_worship" />
3675 <space />
3676 <key key="amenity" value="place_of_worship" />
3677 <key key="religion" value="buddhist" />
3678 <text key="name" text="Name" />
3679 <reference ref="buddhist_denominations" />
3680 <reference ref="service_times" />
3681 <reference ref="oh_wheelchair" />
3682 <reference ref="link_contact_address" />
3683 <preset_link preset_name="Building" />
3684 </item> <!-- Buddhist Temple -->
3685 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3686 <link wiki="Tag:amenity=place_of_worship" />
3687 <space />
3688 <key key="amenity" value="place_of_worship" />
3689 <key key="religion" value="hindu" />
3690 <text key="name" text="Name" />
3691 <reference ref="hindu_denominations" />
3692 <reference ref="service_times" />
3693 <reference ref="oh_wheelchair" />
3694 <reference ref="link_contact_address" />
3695 <preset_link preset_name="Building" />
3696 </item> <!-- Hindu Temple -->
3697 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
3698 <link wiki="Tag:amenity=place_of_worship" />
3699 <space />
3700 <key key="amenity" value="place_of_worship" />
3701 <key key="religion" value="shinto" />
3702 <text key="name" text="Name" />
3703 <reference ref="service_times" />
3704 <reference ref="oh_wheelchair" />
3705 <reference ref="link_contact_address" />
3706 <preset_link preset_name="Building" />
3707 </item> <!-- Shinto Shrine -->
3708 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
3709 <link wiki="Tag:amenity=place_of_worship" />
3710 <space />
3711 <key key="amenity" value="place_of_worship" />
3712 <text key="name" text="Name" />
3713 <reference ref="other_religions" />
3714 <reference ref="service_times" />
3715 <reference ref="oh_wheelchair" />
3716 <reference ref="link_contact_address" />
3717 <preset_link preset_name="Building" />
3718 </item> <!-- Other Place of Worship -->
3719 </group> <!-- Place of Worship -->
3720 <group name="Public Building" icon="presets/service/townhall.svg">
3721 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
3722 <link wiki="Tag:amenity=townhall" />
3723 <space />
3724 <key key="amenity" value="townhall" />
3725 <reference ref="name_oh_wheelchair" />
3726 <reference ref="link_contact_address" />
3727 <preset_link preset_name="Building" />
3728 </item> <!-- Town Hall -->
3729 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3730 <link wiki="Tag:amenity=community_centre" />
3731 <label text="Community Centre" />
3732 <space />
3733 <key key="amenity" value="community_centre" />
3734 <reference ref="name_operator_oh_wheelchair" />
3735 <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" />
3736 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
3737 <reference ref="link_contact_address" />
3738 <preset_link preset_name="Building" />
3739 </item> <!-- Community Centre -->
3740 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3741 <link wiki="Tag:amenity=embassy" />
3742 <space />
3743 <key key="amenity" value="embassy" />
3744 <reference ref="name_oh_wheelchair" />
3745 <reference ref="link_contact_address" />
3746 </item> <!-- Embassy -->
3747 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
3748 <link wiki="Tag:amenity=courthouse" />
3749 <space />
3750 <key key="amenity" value="courthouse" />
3751 <reference ref="name_oh_wheelchair" />
3752 <reference ref="link_contact_address" />
3753 <preset_link preset_name="Building" />
3754 </item> <!-- Courthouse -->
3755 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
3756 <link wiki="Tag:amenity=prison" />
3757 <space />
3758 <key key="amenity" value="prison" />
3759 <reference ref="name_operator" />
3760 <reference ref="link_contact_address" />
3761 </item> <!-- Prison -->
3762 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
3763 <link wiki="Tag:amenity=police" />
3764 <space />
3765 <key key="amenity" value="police" />
3766 <reference ref="name_oh_wheelchair" />
3767 <reference ref="link_contact_address" />
3768 <preset_link preset_name="Building" />
3769 </item> <!-- Police -->
3770 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3771 <link wiki="Tag:amenity=ranger_station" />
3772 <space />
3773 <key key="amenity" value="ranger_station" />
3774 <reference ref="name_operator_oh_wheelchair" />
3775 <reference ref="link_contact_address" />
3776 </item> <!-- Ranger Station -->
3777 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3778 <link wiki="Tag:amenity=fire_station" />
3779 <space />
3780 <key key="amenity" value="fire_station" />
3781 <text key="name" text="Name" />
3782 <reference ref="link_contact_address" />
3783 <preset_link preset_name="Building" />
3784 </item> <!-- Fire Station -->
3785 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
3786 <link wiki="Tag:amenity=post_office" />
3787 <space />
3788 <key key="amenity" value="post_office" />
3789 <reference ref="name_operator_oh_wheelchair" />
3790 <text key="ref" text="Reference" />
3791 <reference ref="link_contact_address_payment" />
3792 </item> <!-- Post Office -->
3793 </group> <!-- Public Buildings -->
3794 <group name="Education" icon="presets/education/school.svg">
3795 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3796 <link wiki="Tag:amenity=kindergarten" />
3797 <space />
3798 <key key="amenity" value="kindergarten" />
3799 <reference ref="name_operator_oh_wheelchair" />
3800 <reference ref="min_age" />
3801 <reference ref="max_age" />
3802 <combo key="isced:level" text="ISCED level" values="0" />
3803 <reference ref="link_contact_address" />
3804 <preset_link preset_name="Building" />
3805 </item> <!-- Kindergarten -->
3806 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3807 <link wiki="Tag:amenity=school" />
3808 <space />
3809 <key key="amenity" value="school" />
3810 <reference ref="name_operator_oh_wheelchair" />
3811 <reference ref="min_age" />
3812 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
3813 <reference ref="link_contact_address" />
3814 <preset_link preset_name="Building" />
3815 </item> <!-- School -->
3816 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
3817 <link wiki="Tag:amenity=university" />
3818 <space />
3819 <key key="amenity" value="university" />
3820 <reference ref="name_operator_oh_wheelchair" />
3821 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
3822 <reference ref="link_contact_address" />
3823 </item> <!-- University -->
3824 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
3825 <link wiki="Tag:amenity=college" />
3826 <space />
3827 <key key="amenity" value="college" />
3828 <reference ref="name_operator_oh_wheelchair" />
3829 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
3830 <reference ref="link_contact_address" />
3831 </item> <!-- College -->
3832 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3833 <link wiki="Tag:amenity=driving_school" />
3834 <space />
3835 <key key="amenity" value="driving_school" />
3836 <reference ref="name_operator_oh_wheelchair" />
3837 <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" />
3838 <reference ref="link_contact_address" />
3839 </item> <!-- Driving School -->
3840 </group> <!-- Education -->
3841 <group name="Health" icon="presets/health/pharmacy.svg">
3842 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
3843 <link wiki="Tag:amenity=hospital" />
3844 <space />
3845 <key key="amenity" value="hospital" />
3846 <reference ref="name_operator" />
3847 <reference ref="link_contact_address_payment" />
3848 </item> <!-- Hospital -->
3849 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3850 <link wiki="Tag:amenity=clinic" />
3851 <space />
3852 <key key="amenity" value="clinic" />
3853 <reference ref="name_operator" />
3854 <reference ref="link_contact_address_payment" />
3855 </item> <!-- Clinic -->
3856 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
3857 <link wiki="Tag:amenity=doctors" />
3858 <space />
3859 <key key="amenity" value="doctors" />
3860 <reference ref="name_oh_wheelchair" />
3861 <reference ref="link_contact_address_payment" />
3862 </item> <!-- Doctor's Office -->
3863 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
3864 <link wiki="Tag:amenity=dentist" />
3865 <space />
3866 <key key="amenity" value="dentist" />
3867 <reference ref="name_oh_wheelchair" />
3868 <reference ref="link_contact_address_payment" />
3869 </item> <!-- Dentist -->
3870 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3871 <link wiki="Tag:amenity=pharmacy" />
3872 <space />
3873 <key key="amenity" value="pharmacy" />
3874 <reference ref="name_operator_oh_wheelchair" />
3875 <check key="dispensing" text="Dispensing"/>
3876 <reference ref="link_contact_address_payment" />
3877 </item> <!-- Pharmacy -->
3878 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
3879 <link wiki="Tag:healthcare=laboratory" />
3880 <space />
3881 <key key="healthcare" value="laboratory" />
3882 <optional>
3883 <reference ref="name_operator" />
3884 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
3885 <reference ref="oh_wheelchair" />
3886 <text key="ref" text="Reference" />
3887 <reference ref="link_contact_address" />
3888 </optional>
3889 </item> <!-- Laboratory -->
3890 <separator/>
3891 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
3892 <link wiki="Tag:amenity=baby_hatch" />
3893 <space />
3894 <key key="amenity" value="baby_hatch" />
3895 <reference ref="name_operator_oh_wheelchair" />
3896 <reference ref="link_contact_address" />
3897 </item> <!-- Baby Hatch/Safe Haven -->
3898 <separator/>
3899 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
3900 <link wiki="Tag:highway=emergency_access_point" />
3901 <space />
3902 <key key="highway" value="emergency_access_point" />
3903 <text key="ref" text="Point Number" />
3904 <text key="name" text="Point Name" />
3905 <text key="operator" text="Operator" />
3906 <text key="emergency_telephone_code" text="Emergency Phone Number" />
3907 <label text="(Use number as shown on plate.)" />
3908 <space />
3909 </item> <!-- Emergency Access Point -->
3910 <separator/>
3911 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
3912 <link wiki="Tag:amenity=veterinary" />
3913 <space />
3914 <key key="amenity" value="veterinary" />
3915 <reference ref="name_oh_wheelchair" />
3916 <reference ref="link_contact_address_payment" />
3917 </item> <!-- Veterinary -->
3918 </group> <!-- Health -->
3919 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
3920 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3921 <link wiki="Tag:emergency=ambulance_station" />
3922 <space />
3923 <key key="emergency" value="ambulance_station" />
3924 <reference ref="name_operator" />
3925 <reference ref="link_contact_address" />
3926 </item> <!-- Ambulance Station -->
3927 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
3928 <link wiki="Tag:emergency=emergency_ward_entrance" />
3929 <space />
3930 <key key="emergency" value="emergency_ward_entrance" />
3931 <reference ref="name_operator" />
3932 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
3933 <reference ref="link_contact_address" />
3934 </item> <!-- Emergency ward entrance -->
3935 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
3936 <link wiki="Tag:emergency=defibrillator" />
3937 <space />
3938 <key key="emergency" value="defibrillator" />
3939 <reference ref="oh_wheelchair" />
3940 <text key="operator" text="Operator" />
3941 <text key="defibrillator:location" text="Location description" />
3942 <text key="phone" text="Phone number" />
3943 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3944 <reference ref="POI_access" />
3945 <check key="indoor" text="Located inside a building?" />
3946 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
3947 <optional>
3948 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
3949 <text key="lastcheck:note" text="Last check note" />
3950 </optional>
3951 -->
3952 </item> <!-- Automated Defibrillator -->
3953 <separator />
3954 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
3955 <link wiki="Tag:emergency=fire_extinguisher" />
3956 <space />
3957 <key key="emergency" value="fire_extinguisher" />
3958 <text key="ref" text="Reference" />
3959 <text key="operator" text="Operator" />
3960 <check key="indoor" text="Indoor" />
3961 </item> <!-- Fire Extinguisher -->
3962 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
3963 <link wiki="Tag:emergency=fire_hose" />
3964 <space />
3965 <key key="emergency" value="fire_hose" />
3966 <text key="ref" text="Reference" />
3967 <text key="operator" text="Operator" />
3968 </item> <!-- Fire Hose -->
3969 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
3970 <link wiki="Tag:emergency=fire_hydrant" />
3971 <space />
3972 <key key="emergency" value="fire_hydrant" />
3973 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
3974 <list_entry value="pillar" short_description="A pillar type hydrant." />
3975 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
3976 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
3977 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
3978 </combo>
3979 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
3980 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
3981 <list_entry value="#" short_description="Pressure in bar." />
3982 <list_entry value="yes" short_description="Pressure but value unknown." />
3983 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
3984 </combo>
3985 <optional>
3986 <text key="ref" text="Reference" />
3987 <combo key="water_source" text="Water source">
3988 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
3989 <list_entry value="groundwater" short_description="A water well." />
3990 <list_entry value="stream" />
3991 <list_entry value="river" />
3992 <list_entry value="canal" />
3993 <list_entry value="drain" />
3994 <list_entry value="ditch" />
3995 <list_entry value="pond" />
3996 <list_entry value="lake" />
3997 <list_entry value="water_tank" />
3998 <list_entry value="swimming_pool" />
3999 </combo>
4000 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4001 <list_entry value="lane" short_description="on the side of a road lane" />
4002 <list_entry value="parking_lot" short_description="in a parking lot" />
4003 <list_entry value="sidewalk" short_description="on a sidewalk" />
4004 <list_entry value="green" short_description="in a grassy area" />
4005 </combo>
4006 <text key="flow_rate" text="Flow rate with unit of measure" />
4007 <combo key="pillar:type" text="Pillar type">
4008 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4009 <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." />
4010 </combo>
4011 <space />
4012 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4013 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4014 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4015 <space />
4016 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4017 <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" />
4018 <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" />
4019 <space />
4020 <text key="manufacturer" text="Manufacturer" />
4021 <text key="operator" text="Operator" />
4022 <text key="name" text="Name" />
4023 </optional>
4024 </item> <!-- Fire Hydrant -->
4025 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4026 <link wiki="Tag:emergency=water_tank" />
4027 <space />
4028 <key key="emergency" value="water_tank" />
4029 <reference ref="name_ref_operator" />
4030 <space />
4031 <text key="water_tank:volume" text="Volume (in liters)" />
4032 </item> <!-- Water Tank -->
4033 <separator />
4034 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4035 <link wiki="Tag:emergency=assembly_point" />
4036 <space />
4037 <key key="emergency" value="assembly_point" />
4038 <reference ref="name_ref_operator" />
4039 </item> <!-- Assembly Point -->
4040 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4041 <link wiki="Tag:emergency=phone" />
4042 <key key="emergency" value="phone" />
4043 <text key="ref" text="Reference" />
4044 <text key="operator" text="Operator" />
4045 </item> <!-- Emergency Phone -->
4046 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4047 <link wiki="Tag:emergency=siren" />
4048 <key key="emergency" value="siren" />
4049 <text key="ref" text="Reference" />
4050 <text key="operator" text="Operator" />
4051 <space />
4052 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4053 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4054 <text key="siren:range" text="Range (in meters)" />
4055 </item> <!-- Siren -->
4056 </group> <!-- Emergency -->
4057 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4058 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4059 <link wiki="Key:social_facility" />
4060 <space />
4061 <key key="amenity" value="social_facility" />
4062 <key key="social_facility" value="nursing_home" />
4063 <reference ref="name_operator" />
4064 <text key="capacity" text="Capacity" />
4065 <reference ref="link_contact_address" />
4066 </item> <!-- Nursing Home -->
4067 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4068 <link wiki="Tag:amenity=nursing_home" />
4069 <space />
4070 <key key="amenity" value="nursing_home" />
4071 <reference ref="name_operator" />
4072 <text key="capacity" text="Capacity" />
4073 <reference ref="link_contact_address" />
4074 </item> <!-- Nursing Home (Legacy)-->
4075 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4076 <link wiki="Key:social_facility" />
4077 <space />
4078 <key key="amenity" value="social_facility" />
4079 <key key="social_facility" value="group_home" />
4080 <reference ref="name_operator" />
4081 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4082 <text key="capacity" text="Capacity" />
4083 <reference ref="link_contact_address" />
4084 </item> <!-- Group Home -->
4085 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4086 <link wiki="Key:social_facility" />
4087 <space />
4088 <key key="amenity" value="social_facility" />
4089 <key key="social_facility" value="assisted_living" />
4090 <reference ref="name_operator" />
4091 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4092 <text key="capacity" text="Capacity" />
4093 <reference ref="link_contact_address" />
4094 </item> <!-- Assisted Living -->
4095 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4096 <link wiki="Key:social_facility" />
4097 <space />
4098 <key key="amenity" value="social_facility" />
4099 <key key="social_facility" value="outreach" />
4100 <reference ref="name_operator_oh_wheelchair" />
4101 <reference ref="link_contact_address" />
4102 </item> <!-- Outreach -->
4103 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4104 <link wiki="Key:social_facility" />
4105 <space />
4106 <key key="amenity" value="social_facility" />
4107 <key key="social_facility" value="shelter" />
4108 <reference ref="name_operator" />
4109 <text key="capacity" text="Capacity" />
4110 <reference ref="link_contact_address" />
4111 </item> <!-- Shelter -->
4112 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4113 <link wiki="Key:social_facility" />
4114 <space />
4115 <key key="amenity" value="social_facility" />
4116 <key key="social_facility" value="food_bank" />
4117 <reference ref="name_operator_oh_wheelchair" />
4118 <reference ref="link_contact_address" />
4119 </item> <!-- Food Bank -->
4120 </group> <!-- Social Facility -->
4121 <group name="Facilities" icon="presets/service/telephone.svg">
4122 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4123 <link wiki="Tag:amenity=toilets" />
4124 <space />
4125 <key key="amenity" value="toilets" />
4126 <optional>
4127 <reference ref="POI_access" />
4128 <checkgroup columns="3">
4129 <check key="female" text="Female" text_context="restroom" />
4130 <check key="male" text="Male" text_context="restroom" />
4131 <check key="unisex" text="Unisex" text_context="restroom" />
4132 </checkgroup>
4133 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4134 <text key="description" text="Description" />
4135 <reference ref="fee" />
4136 <text key="operator" text="Operator" />
4137 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4138 <reference ref="wheelchair" />
4139 <check key="drinking_water" text="Drinking Water" />
4140 </optional>
4141 <preset_link preset_name="Changing table" />
4142 </item> <!-- Toilets/Restrooms -->
4143 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4144 <link wiki="Tag:amenity=shower" />
4145 <space />
4146 <key key="amenity" value="shower" />
4147 <reference ref="POI_access" />
4148 <optional>
4149 <checkgroup columns="3">
4150 <check key="female" text="Female" text_context="restroom" />
4151 <check key="male" text="Male" text_context="restroom" />
4152 <check key="unisex" text="Unisex" text_context="restroom" />
4153 </checkgroup>
4154 <text key="description" text="Description" />
4155 <reference ref="fee" />
4156 <text key="operator" text="Operator" />
4157 <reference ref="oh_wheelchair" />
4158 </optional>
4159 </item> <!-- Shower -->
4160 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4161 <link wiki="Key:changing_table" />
4162 <space />
4163 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4164 <optional>
4165 <check key="changing_table:fee" text="Fee" />
4166 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4167 <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" />
4168 <text key="operator" text="Operator" />
4169 <reference ref="wheelchair" />
4170 </optional>
4171 </item> <!-- Changing table -->
4172 <separator/>
4173 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4174 <link wiki="Tag:amenity=post_box" />
4175 <space />
4176 <key key="amenity" value="post_box" />
4177 <text key="operator" text="Operator" />
4178 <text key="ref" text="Reference number" />
4179 <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" />
4180 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4181 <check key="drive_through" text="Drive through" />
4182 </item> <!-- Post Box -->
4183 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4184 <link wiki="Tag:amenity=telephone" />
4185 <space />
4186 <key key="amenity" value="telephone" />
4187 <text key="operator" text="Operator" />
4188 <combo key="covered" text="Covered" values="yes,no,booth" />
4189 <space />
4190 <check key="payment:coins" text="Coins" />
4191 <check key="payment:notes" text="Notes" text_context="payment" />
4192 <check key="payment:telephone_cards" text="Telephone cards" />
4193 <preset_link preset_name="Payment Methods" />
4194 </item> <!-- Telephone -->
4195 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4196 <link wiki="Tag:amenity=internet_cafe" />
4197 <space />
4198 <key key="amenity" value="internet_cafe" />
4199 <reference ref="name_operator_oh_wheelchair" />
4200 <reference ref="link_contact_address_payment" />
4201 </item> <!-- Internet Cafe -->
4202 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4203 <link wiki="Key:internet_access" />
4204 <space />
4205 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4206 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4207 </item> <!-- Internet Access -->
4208 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4209 <link wiki="Tag:amenity=clock" />
4210 <key key="amenity" value="clock" />
4211 <optional>
4212 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4213 <reference ref="support" />
4214 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4215 <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" />
4216 <check key="date" text="Shows current date" />
4217 <check key="thermometer" text="Shows temperature" />
4218 <check key="barometer" text="Shows barometric pressure" />
4219 <check key="hygrometer" text="Shows humidity" />
4220 </optional>
4221 </item> <!-- Clock -->
4222 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4223 <link wiki="Tag:amenity=photo_booth" />
4224 <space />
4225 <key key="amenity" value="photo_booth" />
4226 <reference ref="name_operator_oh_wheelchair" />
4227 </item> <!-- Photo booth -->
4228 <separator/>
4229 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4230 <link wiki="Tag:amenity=recycling" />
4231 <space />
4232 <key key="amenity" value="recycling" />
4233 <key key="recycling_type" value="container" />
4234 <text key="operator" text="Operator" />
4235 <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" />
4236 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
4237 <space />
4238 <checkgroup columns="4">
4239 <check key="recycling:paper" text="Paper" />
4240 <check key="recycling:paper_packaging" text="Paper packaging" />
4241 <check key="recycling:cardboard" text="Cardboard" />
4242 <check key="recycling:newspaper" text="Newspaper" />
4243 <check key="recycling:magazines" text="Magazines" />
4244 <check key="recycling:books" text="Books" />
4245 <check key="recycling:plastic" text="Plastic" />
4246 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4247 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4248 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4249 <check key="recycling:glass" text="Glass" />
4250 <check key="recycling:glass_bottles" text="Glass Bottles" />
4251 <check key="recycling:cans" text="Cans" />
4252 <check key="recycling:clothes" text="Clothes" />
4253 <check key="recycling:shoes" text="Shoes" />
4254 <check key="recycling:scrap_metal" text="Scrap Metal" />
4255 <check key="recycling:wood" text="Wood" />
4256 <check key="recycling:green_waste" text="Green Waste" />
4257 <check key="recycling:waste" text="Waste" />
4258 <check key="recycling:batteries" text="Batteries" />
4259 <check key="recycling:small_appliances" text="Small Appliances" />
4260 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4261 </checkgroup>
4262 </item> <!-- Recycling Container-->
4263 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4264 <link wiki="Tag:amenity=recycling" />
4265 <space />
4266 <key key="amenity" value="recycling" />
4267 <key key="recycling_type" value="centre" />
4268 <reference ref="name_operator_oh_wheelchair" />
4269 <space />
4270 <checkgroup columns="4">
4271 <check key="recycling:paper" text="Paper" />
4272 <check key="recycling:paper_packaging" text="Paper packaging" />
4273 <check key="recycling:cardboard" text="Cardboard" />
4274 <check key="recycling:newspaper" text="Newspaper" />
4275 <check key="recycling:magazines" text="Magazines" />
4276 <check key="recycling:books" text="Books" />
4277 <check key="recycling:plastic" text="Plastic" />
4278 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4279 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4280 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4281 <check key="recycling:glass" text="Glass" />
4282 <check key="recycling:glass_bottles" text="Glass Bottles" />
4283 <check key="recycling:cans" text="Cans" />
4284 <check key="recycling:clothes" text="Clothes" />
4285 <check key="recycling:shoes" text="Shoes" />
4286 <check key="recycling:scrap_metal" text="Scrap Metal" />
4287 <check key="recycling:wood" text="Wood" />
4288 <check key="recycling:green_waste" text="Green Waste" />
4289 <check key="recycling:waste" text="Waste" />
4290 <check key="recycling:batteries" text="Batteries" />
4291 <check key="recycling:small_appliances" text="Small Appliances" />
4292 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4293 </checkgroup>
4294 <reference ref="link_contact_address_payment" />
4295 </item> <!-- Recycling Centre-->
4296 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4297 <link wiki="Tag:amenity=waste_basket" />
4298 <key key="amenity" value="waste_basket" />
4299 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4300 </item> <!-- Waste Basket/Trash Can -->
4301 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4302 <link wiki="Tag:amenity=waste_disposal" />
4303 <key key="amenity" value="waste_disposal" />
4304 <combo key="waste" text="Waste" values="trash" />
4305 </item> <!-- Waste Disposal/Dumpster -->
4306 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4307 <link wiki="Toilet_Holding_Tank_Disposal" />
4308 <space />
4309 <key key="amenity" value="sanitary_dump_station" />
4310 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4311 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4312 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4313 <reference ref="POI_access" />
4314 <reference ref="fee" />
4315 <text key="operator" text="Operator" />
4316 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4317 </item> <!-- Sanitary Dump Station -->
4318 <separator/>
4319 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4320 <link wiki="Tag:amenity=bench" />
4321 <space />
4322 <key key="amenity" value="bench" />
4323 <check key="backrest" text="Backrest" />
4324 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4325 <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" />
4326 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4327 </item> <!-- Bench -->
4328 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4329 <link wiki="Tag:amenity=shelter" />
4330 <space />
4331 <key key="amenity" value="shelter" />
4332 <text key="name" text="Name" />
4333 <check key="fireplace" text="Fireplace" />
4334 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4335 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4336 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4337 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4338 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4339 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4340 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4341 </combo>
4342 </item> <!-- Shelter -->
4343 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4344 <link wiki="Tag:amenity=hunting_stand" />
4345 <space />
4346 <key key="amenity" value="hunting_stand" />
4347 <text key="height" text="Height (meters)" length="7" />
4348 <check key="shelter" text="Shelter" />
4349 <check key="hide" text="Hide" text_context="hunting stand" />
4350 <check key="lockable" text="Lockable" />
4351 </item> <!-- Hunting Stand -->
4352 <separator/>
4353 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4354 <link wiki="Tag:amenity=drinking_water" />
4355 <space />
4356 <key key="amenity" value="drinking_water" />
4357 <check key="indoor" text="Indoor" />
4358 <optional>
4359 <text key="name" text="Name" />
4360 <text key="description" text="Description" />
4361 </optional>
4362 </item> <!-- Drinking Water -->
4363 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4364 <link wiki="Tag:amenity=water_point" />
4365 <space />
4366 <key key="amenity" value="water_point" />
4367 <optional>
4368 <check key="drinking_water" text="Drinking Water" />
4369 <text key="name" text="Name" />
4370 <text key="description" text="Description" />
4371 </optional>
4372 </item> <!-- Water Point -->
4373 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4374 <link wiki="Tag:amenity=watering_place" />
4375 <space />
4376 <key key="amenity" value="watering_place" />
4377 <optional>
4378 <text key="name" text="Name" />
4379 <text key="description" text="Description" />
4380 </optional>
4381 </item> <!-- Animal watering place -->
4382 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4383 <link wiki="Tag:amenity=compressed_air" />
4384 <space />
4385 <key key="amenity" value="compressed_air" />
4386 <reference ref="name_ref_operator" />
4387 <reference ref="fee" />
4388 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4389 </item> <!-- Compressed Air -->
4390 <separator/>
4391 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4392 <link wiki="Tag:advertising=column" />
4393 <space />
4394 <key key="advertising" value="column" />
4395 <optional>
4396 <check key="lit" text="Lit" />
4397 </optional>
4398 </item> <!-- Advertising Column -->
4399 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4400 <link wiki="Tag:advertising=billboard" />
4401 <space />
4402 <key key="advertising" value="billboard" />
4403 <optional>
4404 <check key="lit" text="Lit" />
4405 </optional>
4406 </item> <!-- Billboard -->
4407 </group> <!-- Facilities -->
4408 </group> <!-- Facilities -->
4409 <group name="Sports" icon="presets/sport/soccer.svg">
4410 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4411 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4412 <link wiki="Tag:leisure=stadium" />
4413 <space />
4414 <key key="leisure" value="stadium" />
4415 <text key="name" text="Name" />
4416 <reference ref="sport" />
4417 <reference ref="link_contact_address_payment" />
4418 </item> <!-- Stadium -->
4419 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4420 <link wiki="Tag:leisure=sports_centre" />
4421 <space />
4422 <key key="leisure" value="sports_centre" />
4423 <text key="name" text="Name" />
4424 <reference ref="sport" />
4425 <reference ref="link_contact_address_payment" />
4426 <preset_link preset_name="Building" />
4427 </item> <!-- Sports Centre -->
4428 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4429 <link wiki="Tag:leisure=fitness_centre" />
4430 <space />
4431 <key key="leisure" value="fitness_centre" />
4432 <text key="name" text="Name" />
4433 <reference ref="sport" />
4434 <reference ref="link_contact_address_payment" />
4435 <preset_link preset_name="Building" />
4436 </item> <!-- Fitness Centre -->
4437 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4438 <link wiki="Tag:leisure=pitch" />
4439 <space />
4440 <key key="leisure" value="pitch" />
4441 <text key="name" text="Name" />
4442 <reference ref="sport" />
4443 <reference ref="sport_surface" />
4444 <reference ref="link_contact_address_payment" />
4445 </item> <!-- Pitch -->
4446 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4447 <link wiki="Tag:leisure=track" />
4448 <space />
4449 <key key="leisure" value="track" />
4450 <text key="name" text="Name" />
4451 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
4452 <reference ref="sport_surface" />
4453 </item> <!-- Racetrack -->
4454 <group name="Golf" icon="presets/sport/golf/golf.svg">
4455 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4456 <link wiki="Tag:leisure=golf_course" />
4457 <space />
4458 <key key="leisure" value="golf_course" />
4459 <reference ref="name_oh_wheelchair" />
4460 </item> <!-- Golf Course -->
4461 <separator/>
4462 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4463 <link wiki="Tag:leisure=golf_course" />
4464 <space />
4465 <key key="golf" value="tee" />
4466 </item> <!-- Tee -->
4467 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4468 <link wiki="Tag:leisure=golf_course" />
4469 <space />
4470 <key key="golf" value="hole" />
4471 <text key="ref" text="Reference" />
4472 <text key="par" text="Par" />
4473 <optional>
4474 <text key="name" text="Name" />
4475 <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" />
4476 </optional>
4477 </item> <!-- Hole -->
4478 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4479 <link wiki="Tag:leisure=golf_course" />
4480 <space />
4481 <key key="golf" value="pin" />
4482 <text key="ref" text="Reference" />
4483 </item> <!-- Pin -->
4484 <separator/>
4485 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4486 <link wiki="Tag:golf=bunker" />
4487 <space />
4488 <key key="golf" value="bunker" />
4489 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4490 </item> <!-- Bunker -->
4491 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4492 <link wiki="Tag:leisure=golf_course" />
4493 <space />
4494 <key key="golf" value="water_hazard" />
4495 <key key="natural" value="water" match="keyvalue" />
4496 </item> <!-- Frontal Water hazard -->
4497 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4498 <link wiki="Tag:leisure=golf_course" />
4499 <space />
4500 <key key="golf" value="lateral_water_hazard" />
4501 <key key="natural" value="water" match="keyvalue" />
4502 </item> <!-- Lateral water hazard -->
4503 <separator/>
4504 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4505 <link wiki="Tag:leisure=golf_course" />
4506 <space />
4507 <key key="golf" value="green" />
4508 </item> <!-- Green -->
4509 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4510 <link wiki="Tag:golf=fairway" />
4511 <space />
4512 <key key="golf" value="fairway" />
4513 <key key="surface" value="grass" match="keyvalue" />
4514 </item> <!-- Fairway -->
4515 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4516 <link wiki="Tag:leisure=golf_course" />
4517 <space />
4518 <key key="golf" value="rough" />
4519 </item> <!-- Rough -->
4520 <separator/>
4521 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4522 <link wiki="Tag:leisure=golf_course" />
4523 <space />
4524 <key key="golf" value="driving_range" />
4525 </item> <!-- Driving range -->
4526 </group> <!-- Golf -->
4527 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4528 <link wiki="Tag:leisure=miniature_golf" />
4529 <space />
4530 <key key="leisure" value="miniature_golf" />
4531 <reference ref="name_oh_wheelchair" />
4532 </item> <!-- Miniature Golf -->
4533 </group> <!-- Sport Facilities -->
4534 <group name="Sport" icon="presets/sport/multi.svg">
4535 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4536 <link wiki="Tag:sport=multi" />
4537 <space />
4538 <key key="sport" value="multi" />
4539 <text key="name" text="Name" />
4540 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4541 <reference ref="sport_surface" />
4542 </item> <!-- Multi -->
4543 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4544 <link wiki="Tag:sport=9pin" />
4545 <space />
4546 <key key="sport" value="9pin" />
4547 <text key="name" text="Name" />
4548 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4549 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4550 </item> <!-- Nine-pin Bowling -->
4551 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4552 <link wiki="Tag:sport=10pin" />
4553 <space />
4554 <key key="sport" value="10pin" />
4555 <text key="name" text="Name" />
4556 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4557 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4558 </item> <!-- Ten-pin Bowling -->
4559 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4560 <link wiki="Tag:sport=archery" />
4561 <space />
4562 <key key="sport" value="archery" />
4563 <text key="name" text="Name" />
4564 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4565 </item> <!-- Archery -->
4566 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4567 <link wiki="Tag:sports=athletics" />
4568 <space />
4569 <key key="sport" value="athletics" />
4570 <text key="name" text="Name" />
4571 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4572 <reference ref="sport_surface" />
4573 </item> <!-- Track and Field Athletics -->
4574 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4575 <link wiki="Tag:sport=running" />
4576 <space />
4577 <key key="sport" value="running" />
4578 <reference ref="name_operator" />
4579 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4580 <reference ref="sport_surface" />
4581 </item> <!-- Running -->
4582 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4583 <link wiki="Tag:sport=climbing" />
4584 <space />
4585 <key key="sport" value="climbing" />
4586 <text key="name" text="Name" />
4587 <combo key="leisure" text="Type" values="sports_centre" />
4588 <reference ref="climbing_styles" />
4589 <text key="climbing:routes" text="Number of routes" />
4590 <text key="ele" text="Usual elevation at the bottom of the routes" lenght="10" />
4591 <space />
4592 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4593 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4594 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4595 <space />
4596 <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" />
4597 <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" />
4598 <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" />
4599 <space />
4600 <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" />
4601 <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" />
4602 <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" />
4603 <space />
4604 <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" />
4605 <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" />
4606 <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" />
4607 <reference ref="climbing_optional_attributes" />
4608 <space />
4609 </item> <!-- Climbing site -->
4610 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4611 <link wiki="Tag:sport=climbing" />
4612 <space />
4613 <key key="sport" value="climbing" />
4614 <key key="climbing" value="route" />
4615 <text key="name" text="Name" />
4616 <reference ref="climbing_styles" />
4617 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4618 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4619 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4620 <space />
4621 <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" />
4622 <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" />
4623 <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" />
4624 <reference ref="climbing_optional_attributes" />
4625 </item> <!-- Climbing route -->
4626 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4627 <link wiki="Tag:sport=canoe" />
4628 <space />
4629 <key key="sport" value="canoe" />
4630 <text key="name" text="Name" />
4631 </item> <!-- Canoeing/Kayaking -->
4632 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4633 <link wiki="Tag:sport=rowing" />
4634 <space />
4635 <key key="sport" value="rowing" />
4636 <text key="name" text="Name" />
4637 </item> <!-- Rowing -->
4638 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
4639 <link wiki="Tag:sport=cycling" />
4640 <space />
4641 <key key="sport" value="cycling" />
4642 <text key="name" text="Name" />
4643 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4644 <reference ref="sport_surface" />
4645 </item> <!-- Cycling -->
4646 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4647 <link wiki="Tag:sport=dog_racing" />
4648 <space />
4649 <key key="sport" value="dog_racing" />
4650 <text key="name" text="Name" />
4651 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4652 <reference ref="sport_surface" />
4653 </item> <!-- Dog Racing -->
4654 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
4655 <link wiki="Tag:sport=equestrian" />
4656 <space />
4657 <key key="sport" value="equestrian" />
4658 <text key="name" text="Name" />
4659 <reference ref="riding_surface" />
4660 </item> <!-- Equestrian -->
4661 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
4662 <link wiki="Tag:sport=horse_racing" />
4663 <space />
4664 <key key="sport" value="horse_racing" />
4665 <text key="name" text="Name" />
4666 <reference ref="riding_surface" />
4667 </item> <!-- Horse Racing -->
4668 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4669 <link wiki="Tag:sport=gymnastics" />
4670 <space />
4671 <key key="sport" value="gymnastics" />
4672 <text key="name" text="Name" />
4673 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
4674 </item> <!-- Gymnastics -->
4675 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4676 <link wiki="Tag:sport=ice_skating" />
4677 <space />
4678 <key key="sport" value="ice_skating" />
4679 <text key="name" text="Name" />
4680 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
4681 </item> <!-- Ice Skating -->
4682 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4683 <link wiki="Tag:sport=roller_skating"/>
4684 <space />
4685 <key key="sport" value="roller_skating" />
4686 <text key="name" text="Name" />
4687 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4688 <combo key="surface" text="Surface" values="asphalt,concrete" />
4689 </item> <!-- Roller Skating -->
4690 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
4691 <link wiki="Tag:sport=skateboard" />
4692 <space />
4693 <key key="sport" value="skateboard" />
4694 <text key="name" text="Name" />
4695 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
4696 <combo key="surface" text="Surface" values="asphalt,concrete" />
4697 </item> <!-- Skateboard -->
4698 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
4699 <link wiki="Tag:sport=swimming" />
4700 <space />
4701 <key key="sport" value="swimming" />
4702 <text key="name" text="Name" />
4703 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
4704 </item> <!-- Swimming -->
4705 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
4706 <link wiki="Tag:sport=scuba_diving" />
4707 <space />
4708 <key key="sport" value="scuba_diving" />
4709 <text key="name" text="Name" />
4710 </item> <!-- Scuba Diving -->
4711 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4712 <link wiki="Piste_Maps" />
4713 <space />
4714 <text key="name" text="Name" />
4715 <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"/>
4716 <optional>
4717 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
4718 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
4719 </optional>
4720 </item> <!-- Skiing -->
4721 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
4722 <link wiki="Tag:sport=shooting" />
4723 <space />
4724 <key key="sport" value="shooting" />
4725 <text key="name" text="Name" />
4726 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4727 </item> <!-- Shooting -->
4728 </group> <!-- Sport -->
4729 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
4730 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4731 <link wiki="Tag:sport=soccer" />
4732 <space />
4733 <key key="sport" value="soccer" />
4734 <reference ref="name_leisure_pitch" />
4735 <reference ref="sport_surface" />
4736 </item> <!-- Soccer -->
4737 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4738 <link wiki="Tag:sport=australian_football" />
4739 <space />
4740 <key key="sport" value="australian_football" />
4741 <reference ref="name_leisure_pitch" />
4742 <reference ref="sport_surface" />
4743 </item> <!-- Australian Football -->
4744 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4745 <link wiki="Tag:sport=american_football" />
4746 <space />
4747 <key key="sport" value="american_football" />
4748 <reference ref="name_leisure_pitch" />
4749 <reference ref="sport_surface" />
4750 </item> <!-- American Football -->
4751 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4752 <link wiki="Tag:sport=canadian_football" />
4753 <space />
4754 <key key="sport" value="canadian_football" />
4755 <reference ref="name_leisure_pitch" />
4756 <reference ref="sport_surface" />
4757 </item> <!-- Canadian Football -->
4758 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4759 <link wiki="Tag:sport=gaelic_games" />
4760 <space />
4761 <key key="sport" value="gaelic_games" />
4762 <reference ref="name_leisure_pitch" />
4763 <reference ref="sport_surface" />
4764 <optional>
4765 <check key="gaelic_games:hurling" text="Hurling" />
4766 <check key="gaelic_games:football" text="Football" />
4767 <check key="gaelic_games:camogie" text="Camogie" />
4768 <check key="gaelic_games:rounders" text="Rounders" />
4769 <check key="gaelic_games:handball" text="Handball" />
4770 </optional>
4771 </item> <!-- Gaelic Games -->
4772 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4773 <link wiki="Tag:sport=rugby_league" />
4774 <space />
4775 <key key="sport" value="rugby_league" />
4776 <reference ref="name_leisure_pitch" />
4777 <reference ref="sport_surface" />
4778 </item> <!-- Rugby League -->
4779 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4780 <link wiki="Tag:sport=rugby_union" />
4781 <space />
4782 <key key="sport" value="rugby_union" />
4783 <reference ref="name_leisure_pitch" />
4784 <reference ref="sport_surface" />
4785 </item> <!-- Rugby Union -->
4786 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4787 <link wiki="Tag:sport=baseball" />
4788 <space />
4789 <key key="sport" value="baseball" />
4790 <reference ref="name_leisure_pitch" />
4791 <reference ref="sport_surface" />
4792 </item> <!-- Baseball -->
4793 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4794 <link wiki="Tag:sport=basketball" />
4795 <space />
4796 <key key="sport" value="basketball" />
4797 <reference ref="name_leisure_pitch" />
4798 <reference ref="sport_surface" />
4799 <combo key="hoops" text="Hoops" values="1,2,3,4" />
4800 </item> <!-- Basketball -->
4801 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4802 <link wiki="Tag:sport=handball" />
4803 <space />
4804 <key key="sport" value="handball" />
4805 <reference ref="name_operator" />
4806 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4807 <reference ref="sport_surface" />
4808 </item> <!-- Handball -->
4809 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4810 <link wiki="Tag:sport=volleyball" />
4811 <space />
4812 <key key="sport" value="volleyball" />
4813 <reference ref="name_operator" />
4814 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4815 <reference ref="sport_surface" />
4816 </item> <!-- Volleyball -->
4817 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4818 <link wiki="Tag:sport=beachvolleyball" />
4819 <space />
4820 <key key="sport" value="beachvolleyball" />
4821 <reference ref="name_operator" />
4822 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4823 </item> <!-- Beach Volleyball -->
4824 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
4825 <link wiki="Tag:sport=billiards" />
4826 <space />
4827 <key key="sport" value="billiards" />
4828 <reference ref="name_operator" />
4829 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4830 </item> <!-- Billiards -->
4831 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4832 <link wiki="Tag:sport=golf" />
4833 <space />
4834 <key key="sport" value="golf" />
4835 <text key="name" text="Name" />
4836 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
4837 </item> <!-- Golf -->
4838 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4839 <link wiki="Tag:sport=boules" />
4840 <space />
4841 <key key="sport" value="boules" />
4842 <reference ref="name_leisure_pitch" />
4843 <reference ref="sport_surface" />
4844 </item> <!-- Boule -->
4845 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4846 <link wiki="Tag:sport=bowls" />
4847 <space />
4848 <key key="sport" value="bowls" />
4849 <reference ref="name_leisure_pitch" />
4850 <reference ref="sport_surface" />
4851 </item> <!-- Lawn Bowling -->
4852 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
4853 <link wiki="Tag:sport=cricket" />
4854 <space />
4855 <key key="sport" value="cricket" />
4856 <reference ref="name_leisure_pitch" />
4857 <reference ref="sport_surface" />
4858 </item> <!-- Cricket -->
4859 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
4860 <link wiki="Tag:sport=croquet" />
4861 <space />
4862 <key key="sport" value="croquet" />
4863 <reference ref="name_leisure_pitch" />
4864 <reference ref="sport_surface" />
4865 </item> <!-- Croquet -->
4866 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4867 <link wiki="Tag:sport=field_hockey" />
4868 <space />
4869 <key key="sport" value="field_hockey" />
4870 <text key="name" text="Name" />
4871 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4872 <reference ref="sport_surface" />
4873 </item> <!-- Field Hockey -->
4874 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4875 <link wiki="Tag:sport=ice_hockey" />
4876 <space />
4877 <key key="sport" value="ice_hockey" />
4878 <text key="name" text="Name" />
4879 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
4880 </item> <!-- Ice Hockey -->
4881 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
4882 <link wiki="Tag:sport=pelota" />
4883 <space />
4884 <key key="sport" value="pelota" />
4885 <reference ref="name_leisure_pitch" />
4886 <reference ref="sport_surface" />
4887 </item> <!-- Pelota -->
4888 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4889 <link wiki="Tag:sport=racquet" />
4890 <space />
4891 <key key="sport" value="racquet" />
4892 <text key="name" text="Name" />
4893 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4894 <reference ref="sport_surface" />
4895 </item> <!-- Racquetball -->
4896 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4897 <link wiki="Tag:sport=table_tennis" />
4898 <space />
4899 <key key="sport" value="table_tennis" />
4900 <text key="name" text="Name" />
4901 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4902 </item> <!-- Table Tennis/Ping-Pong -->
4903 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4904 <link wiki="Tag:sport=tennis" />
4905 <space />
4906 <key key="sport" value="tennis" />
4907 <reference ref="name_leisure_pitch" />
4908 <reference ref="sport_surface" />
4909 </item> <!-- Tennis -->
4910 </group> <!-- Sport (Ball) -->
4911 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
4912 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
4913 <link wiki="Tag:sport=motor" />
4914 <space />
4915 <key key="sport" value="motor" />
4916 <text key="name" text="Name" />
4917 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4918 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4919 </item> <!-- Motorsport -->
4920 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
4921 <link wiki="Tag:sport=karting" />
4922 <space />
4923 <key key="sport" value="karting" />
4924 <text key="name" text="Name" />
4925 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4926 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4927 </item> <!-- Kart Racing -->
4928 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
4929 <link wiki="Tag:sport=motocross" />
4930 <space />
4931 <key key="sport" value="motocross" />
4932 <text key="name" text="Name" />
4933 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4934 </item> <!-- Motocross -->
4935 <separator/>
4936 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
4937 <link wiki="Tag:sport=model_aerodrome" />
4938 <space />
4939 <key key="sport" value="model_aerodrome" />
4940 <text key="name" text="Name" />
4941 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
4942 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4943 </item> <!-- Model Aerodrome -->
4944 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
4945 <link wiki="Tag:sport=rc_car" />
4946 <space />
4947 <key key="sport" value="rc_car" />
4948 <text key="name" text="Name" />
4949 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4950 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4951 </item> <!-- RC Car -->
4952 </group> <!-- Motorsport -->
4953 </group> <!-- Sports -->
4954 <group name="Man Made" icon="presets/landmark/works.svg">
4955 <group name="Man Made" icon="presets/landmark/works.svg">
4956 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
4957 <link wiki="Key:building" />
4958 <space />
4959 <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" />
4960 <optional>
4961 <text key="name" text="Name" />
4962 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
4963 <text key="height" text="Height (meters)" length="7" />
4964 </optional>
4965 <preset_link preset_name="Address" />
4966 </item> <!-- Building -->
4967 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
4968 <link wiki="Key:building" />
4969 <space />
4970 <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" />
4971 <optional>
4972 <text key="name" text="Name" />
4973 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
4974 <text key="height" text="Height (meters)" length="7" />
4975 </optional>
4976 <preset_link preset_name="Address" />
4977 </item> <!-- Residential Building -->
4978 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
4979 <link wiki="Key:building:part" />
4980 <space />
4981 <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" />
4982 <text key="name" text="Name" />
4983 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
4984 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
4985 <text key="height" text="Height (meters)" length="7" />
4986 <text key="min_height" text="Skipped height (meters)" />
4987 </item> <!-- Building part -->
4988 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
4989 <link wiki="Key:entrance" />
4990 <space />
4991 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
4992 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
4993 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
4994 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
4995 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
4996 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
4997 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
4998 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
4999 </combo>
5000 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5001 <reference ref="wheelchair" />
5002 <optional>
5003 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5004 <text key="ref" text="Entrance number" />
5005 <text key="addr:flats" text="Flat numbers" />
5006 </optional>
5007 </item> <!-- Entrance -->
5008 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5009 <link wiki="Key:police" />
5010 <space />
5011 <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" />
5012 <optional>
5013 <text key="name" text="Name" />
5014 <text key="operator" text="Operator" />
5015 </optional>
5016 <reference ref="link_contact_address" />
5017 </item> <!-- Non-public police facility -->
5018 <item name="Tower" icon="presets/landmark/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5019 <link wiki="Tag:man_made=tower" />
5020 <space />
5021 <key key="man_made" value="tower" />
5022 <text key="name" text="Name" />
5023 <combo key="tower:type" text="Tower type" values="bell_tower,communication,cooling,defensive,observation,radar,watchtower" values_searchable="true" />
5024 <optional>
5025 <text key="height" text="Height (meters)" length="7" />
5026 <text key="operator" text="Operator" />
5027 </optional>
5028 </item> <!-- Tower -->
5029 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5030 <link wiki="Tag:man_made=flagpole" />
5031 <key key="man_made" value="flagpole" />
5032 </item> <!-- Flagpole -->
5033 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5034 <link wiki="Tag:man_made=cross" />
5035 <key key="man_made" value="cross" />
5036 </item> <!-- Cross -->
5037 <separator/>
5038 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5039 <link wiki="Tag:man_made=works" />
5040 <space />
5041 <key key="man_made" value="works" />
5042 <text key="name" text="Name" />
5043 </item> <!-- Works -->
5044 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5045 <link wiki="Tag:man_made=chimney" />
5046 <space />
5047 <key key="man_made" value="chimney" />
5048 <reference ref="name_operator" />
5049 <text key="height" text="Height (meters)" length="7" />
5050 </item> <!-- Chimney -->
5051 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5052 <link wiki="Tag:man_made=kiln" />
5053 <space />
5054 <key key="man_made" value="kiln" />
5055 <reference ref="name_operator" />
5056 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5057 </item> <!-- Kiln -->
5058 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5059 <link wiki="Tag:man_made=windmill" />
5060 <space />
5061 <key key="man_made" value="windmill" />
5062 <text key="name" text="Name" />
5063 </item> <!-- Windmill -->
5064 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5065 <link wiki="Tag:man_made=gasometer" />
5066 <space />
5067 <key key="man_made" value="gasometer" />
5068 <optional>
5069 <reference ref="name_operator" />
5070 <combo key="building" text="Building" values="gasometer" values_context="building" />
5071 <text key="height" text="Height (meters)" length="7" />
5072 </optional>
5073 </item> <!-- Gasometer -->
5074 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5075 <link wiki="Tag:man_made=silo" />
5076 <space />
5077 <key key="man_made" value="silo" />
5078 <optional>
5079 <reference ref="name_operator" />
5080 <combo key="building" text="Building" values="silo" values_context="building" />
5081 <text key="height" text="Height (meters)" length="7" />
5082 </optional>
5083 </item> <!-- Silo -->
5084 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5085 <link wiki="Tag:man_made=storage_tank" />
5086 <key key="man_made" value="storage_tank" />
5087 <optional>
5088 <reference ref="name_operator" />
5089 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5090 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5091 <text key="height" text="Height (meters)" length="7" />
5092 </optional>
5093 </item> <!-- Storage Tank -->
5094 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5095 <link wiki="Tag:man_made=bunker_silo" />
5096 <space />
5097 <key key="man_made" value="bunker_silo" />
5098 <optional>
5099 <reference ref="name_operator" />
5100 </optional>
5101 </item> <!-- Bunker Silo -->
5102 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5103 <link wiki="Tag:man_made=crane" />
5104 <space />
5105 <key key="man_made" value="crane" />
5106 <optional>
5107 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5108 <reference ref="name_operator" />
5109 </optional>
5110 </item> <!-- Crane -->
5111 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5112 <link wiki="Tag:man_made=mineshaft" />
5113 <space />
5114 <key key="man_made" value="mineshaft" />
5115 <text key="name" text="Name" />
5116 <combo key="mineshaft_type" text="Function" values="winding,air" />
5117 <text key="depth" text="Depth in meters" />
5118 <text key="operator" text="Operator" />
5119 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5120 <check key="headframe" text="Visible Headframe" />
5121 <check key="disused" text="Disused" />
5122 </item> <!-- Mineshaft -->
5123 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5124 <link wiki="Tag:man_made=adit" />
5125 <space />
5126 <key key="man_made" value="adit" />
5127 <text key="name" text="Name" />
5128 <text key="length" text="Length in meters" />
5129 <text key="operator" text="Operator" />
5130 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5131 <check key="disused" text="Disused" />
5132 </item> <!-- Adit -->
5133 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5134 <link wiki="Tag:man_made=embankment" />
5135 <space />
5136 <key key="man_made" value="embankment" />
5137 </item> <!-- Embankment -->
5138 <separator/>
5139 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5140 <link wiki="Tag:man_made=pipeline" />
5141 <space />
5142 <key key="man_made" value="pipeline" />
5143 <text key="name" text="Name" />
5144 <text key="ref" text="Reference" />
5145 <reference ref="operator_substance" />
5146 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5147 <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" />
5148 <text key="pressure" text="Pressure (bar)" />
5149 </item> <!-- Pipeline -->
5150 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5151 <link wiki="Tag:pipeline=valve" />
5152 <space />
5153 <key key="pipeline" value="valve" />
5154 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5155 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5156 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5157 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5158 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5159 <reference ref="ref_operator" />
5160 </item> <!-- Pipeline Valve -->
5161 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5162 <link wiki="Key:marker" />
5163 <space />
5164 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5165 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5166 <optional>
5167 <reference ref="ref_operator" />
5168 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5169 <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" />
5170 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5171 </optional>
5172 </item> <!-- Marker -->
5173 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5174 <link wiki="Key:manhole" />
5175 <space />
5176 <key key="man_made" value="manhole" />
5177 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5178 <reference ref="ref_operator" />
5179 </item> <!-- Manhole -->
5180 <separator/>
5181 <item name="Water Tower" icon="presets/landmark/water_tower.svg" type="node,closedway" preset_name_label="true">
5182 <link wiki="Tag:man_made=water_tower" />
5183 <space />
5184 <key key="man_made" value="water_tower" />
5185 <optional>
5186 <reference ref="name_operator" />
5187 <text key="height" text="Height (meters)" length="7" />
5188 </optional>
5189 </item> <!-- Water Tower -->
5190 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5191 <link wiki="Tag:man_made=water_works" />
5192 <space />
5193 <key key="man_made" value="water_works" />
5194 <reference ref="name_operator" />
5195 </item> <!-- Water Works -->
5196 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5197 <link wiki="Tag:man_made=wastewater_plant" />
5198 <space />
5199 <key key="man_made" value="wastewater_plant" />
5200 <text key="name" text="Name" />
5201 </item> <!-- Wastewater Treatment Plant -->
5202 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5203 <link wiki="Tag:man_made=watermill" />
5204 <space />
5205 <key key="man_made" value="watermill" />
5206 <text key="name" text="Name" />
5207 </item> <!-- Watermill -->
5208 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5209 <link wiki="Tag:amenity=fountain" />
5210 <space />
5211 <key key="amenity" value="fountain" />
5212 <optional>
5213 <text key="name" text="Name" />
5214 <check key="drinking_water" text="Drinking Water" />
5215 </optional>
5216 </item> <!-- Fountain -->
5217 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5218 <link wiki="Tag:man_made=water_well" />
5219 <space />
5220 <key key="man_made" value="water_well" />
5221 <optional>
5222 <text key="name" text="Name" />
5223 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5224 </optional>
5225 </item> <!-- Water Well -->
5226 <separator/>
5227 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5228 <link wiki="Tag:man_made=lighthouse" />
5229 <space />
5230 <key key="man_made" value="lighthouse" />
5231 <text key="name" text="Name" />
5232 </item> <!-- Lighthouse -->
5233 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5234 <link wiki="Tag:man_made=beacon" />
5235 <space />
5236 <key key="man_made" value="beacon" />
5237 <text key="name" text="Name" />
5238 </item> <!-- Beacon -->
5239 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5240 <link wiki="Tag:highway=street_lamp" />
5241 <space />
5242 <key key="highway" value="street_lamp" />
5243 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5244 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5245 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5246 </item> <!-- Street Lamp -->
5247 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5248 <link wiki="Tag:man_made=street_cabinet" />
5249 <key key="man_made" value="street_cabinet" />
5250 <optional>
5251 <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" />
5252 <reference ref="ref_operator" />
5253 <text key="manufacturer" text="Manufacturer" />
5254 <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" />
5255 </optional>
5256 </item> <!-- Street cabinet -->
5257 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5258 <link wiki="Tag:man_made=monitoring_station" />
5259 <space />
5260 <key key="man_made" value="monitoring_station" />
5261 <reference ref="name_operator" />
5262 <label text="Monitoring:" />
5263 <checkgroup columns="3">
5264 <check key="monitoring:water_level" text="Water level" />
5265 <check key="monitoring:tide_gauge" text="Tide Level" />
5266 <check key="monitoring:groundwater" text="Groundwater" />
5267 <check key="monitoring:traffic" text="Traffic" />
5268 <check key="monitoring:air_quality" text="Air Quality" />
5269 <check key="monitoring:noise" text="Noise" />
5270 <check key="monitoring:gps" text="GPS Signals" />
5271 <check key="monitoring:glonass" text="GLONASS Signals" />
5272 <check key="monitoring:galileo" text="Galileo Signals" />
5273 <check key="monitoring:weather" text="Weather" />
5274 <check key="monitoring:radiation" text="Radiation" />
5275 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5276 </checkgroup>
5277 <label text="Recording:" />
5278 <checkgroup columns="3">
5279 <check key="recording:automated" text="Automated" />
5280 <check key="recording:manually" text="Manually" />
5281 <check key="recording:remote" text="Remote" />
5282 </checkgroup>
5283 <label text="Display:" />
5284 <checkgroup columns="2">
5285 <check key="display:analog" text="Analog" />
5286 <check key="display:digital" text="Digital" />
5287 </checkgroup>
5288 </item> <!-- Monitoring Station -->
5289 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5290 <link wiki="Tag:man_made=survey_point" />
5291 <space />
5292 <key key="man_made" value="survey_point" />
5293 <reference ref="name_ref" />
5294 <text key="ele" text="Elevation (meters)" lenght="10" />
5295 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5296 </item> <!-- Survey Point -->
5297 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5298 <link wiki="Tag:man_made=surveillance" />
5299 <space />
5300 <key key="man_made" value="surveillance" />
5301 <key key="surveillance:type" value="camera" />
5302 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5303 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5304 <text key="operator" text="Operator" />
5305 <optional>
5306 <text key="name" text="Name" />
5307 <text key="ref" text="Reference" />
5308 </optional>
5309 <space />
5310 <label text="Camera" />
5311 <space />
5312 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5313 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5314 <optional>
5315 <text key="camera:direction" text="Direction in degrees" match="key" />
5316 <text key="camera:angle" text="Inclination in degrees" match="key" />
5317 <text key="height" text="Height (meters)" length="7" />
5318 </optional>
5319 </item> <!-- Surveillance Camera -->
5320 </group> <!-- Man Made -->
5321 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5322 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5323 <link wiki="Key:bridge" />
5324 <space />
5325 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5326 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5327 <reference ref="optional_bridge" />
5328 </item> <!-- Bridge -->
5329 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5330 <link wiki="Key:bridge:movable" />
5331 <space />
5332 <key key="bridge" value="movable" />
5333 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5334 <reference ref="optional_bridge" />
5335 </item> <!-- Movable Bridge -->
5336 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5337 <link wiki="Key:bridge:support" />
5338 <space />
5339 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5340 </item> <!-- Bridge Support -->
5341 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5342 <link wiki="Tag:man_made=bridge" />
5343 <space />
5344 <key key="man_made" value="bridge" />
5345 <optional>
5346 <reference ref="name_layer" />
5347 </optional>
5348 </item> <!-- Bridge outline -->
5349 </group> <!-- Bridges -->
5350 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5351 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5352 <link wiki="Tag:military=airfield" />
5353 <space />
5354 <key key="military" value="airfield" match="keyvalue!" />
5355 <reference ref="aerodrome" />
5356 </item> <!-- Airfield -->
5357 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5358 <link wiki="Tag:military=barracks" />
5359 <space />
5360 <key key="military" value="barracks" />
5361 </item> <!-- Barracks -->
5362 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5363 <link wiki="Tag:military=bunker" />
5364 <space />
5365 <key key="military" value="bunker" />
5366 <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
5367 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5368 <text key="name" text="Name" />
5369 <check key="historic" text="Historic" />
5370 <check key="ruins" text="Ruins" />
5371 </item> <!-- Bunker -->
5372 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5373 <link wiki="Tag:military=range" />
5374 <space />
5375 <key key="military" value="range" />
5376 </item> <!-- Range -->
5377 </group> <!-- Military -->
5378 <group name="Power" icon="presets/power/power.svg">
5379 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5380 <link wiki="Tag:power=plant" />
5381 <space />
5382 <key key="power" value="plant" />
5383 <reference ref="name_ref_operator" />
5384 <text key="start_date" text="Start date" />
5385 <optional text="Output forms of energy (optional):">
5386 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5387 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5388 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5389 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5390 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5391 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5392 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5393 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5394 <space />
5395 <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" />
5396 </optional>
5397 </item> <!-- Power Plant -->
5398 <group name="Power Generator" icon="presets/power/generator.svg">
5399 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5400 <key key="generator:source" value="biofuel" />
5401 <reference ref="power_generator" />
5402 <key key="generator:method" value="combustion" />
5403 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5404 <reference ref="power_output" />
5405 </item> <!-- Power Generator -->
5406 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5407 <key key="generator:source" value="biogas" />
5408 <reference ref="power_generator" />
5409 <key key="generator:method" value="combustion" />
5410 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5411 <reference ref="power_output" />
5412 </item> <!-- Biogas Power Generator -->
5413 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5414 <key key="generator:source" value="biomass" />
5415 <reference ref="power_generator" />
5416 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5417 <combo key="generator:type" text="Generator Type" values_searchable="true">
5418 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5419 <list_entry value="pyrolysis" short_description="" />
5420 <list_entry value="steam_generator" short_description="combustion" />
5421 <list_entry value="steam_turbine" short_description="combustion" />
5422 </combo>
5423 <reference ref="power_output" />
5424 </item> <!-- Biomass Power Generator -->
5425 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5426 <key key="generator:source" value="coal" />
5427 <reference ref="power_generator" />
5428 <key key="generator:method" value="combustion" />
5429 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5430 <reference ref="power_output" />
5431 </item> <!-- Coal Power Generator -->
5432 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5433 <key key="generator:source" value="gas" />
5434 <reference ref="power_generator" />
5435 <key key="generator:method" value="combustion" />
5436 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5437 <reference ref="power_output" />
5438 </item> <!-- Gas Power Generator -->
5439 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5440 <key key="generator:source" value="oil" />
5441 <reference ref="power_generator" />
5442 <key key="generator:method" value="combustion" />
5443 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5444 <reference ref="power_output" />
5445 </item> <!-- Oil Power Generator -->
5446 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5447 <key key="generator:source" value="diesel" />
5448 <reference ref="power_generator" />
5449 <key key="generator:method" value="combustion" />
5450 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5451 <reference ref="power_output" />
5452 </item> <!-- Diesel Power Generator -->
5453 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5454 <key key="generator:source" value="gasoline" />
5455 <reference ref="power_generator" />
5456 <key key="generator:method" value="combustion" />
5457 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5458 <reference ref="power_output" />
5459 </item> <!-- Gasoline Power Generator -->
5460 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
5461 <key key="generator:source" value="nuclear" />
5462 <reference ref="power_generator" />
5463 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5464 <combo key="generator:type" text="Generator Type" values_searchable="true">
5465 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5466 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5467 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5468 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5469 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5470 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5471 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5472 <list_entry value="cold-fusion" short_description="fusion" />
5473 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5474 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5475 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5476 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5477 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5478 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5479 <list_entry value="stellarator" short_description="fusion" />
5480 <list_entry value="tokamak" short_description="fusion" />
5481 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5482 </combo>
5483 <reference ref="power_output" />
5484 </item> <!-- Nuclear Reactor -->
5485 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
5486 <key key="generator:source" value="solar" />
5487 <reference ref="power_generator" />
5488 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5489 <combo key="generator:type" text="Generator Type" values_searchable="true">
5490 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5491 <list_entry value="solar_thermal_collector" short_description="thermal" />
5492 <list_entry value="steam_turbine" short_description="thermal" />
5493 </combo>
5494 <reference ref="power_output" />
5495 </item> <!-- Solar Power Generator -->
5496 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
5497 <key key="generator:source" value="waste" />
5498 <reference ref="power_generator" />
5499 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5500 <combo key="generator:type" text="Generator Type" values_searchable="true">
5501 <list_entry value="bioreactor" short_description="gasification" />
5502 <list_entry value="pyrolysis" short_description="" />
5503 <list_entry value="reciprocating_engine" short_description="combustion" />
5504 <list_entry value="steam_generator" short_description="combustion" />
5505 </combo>
5506 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5507 <reference ref="power_output" />
5508 </item> <!-- Waste Power Generator -->
5509 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5510 <key key="generator:source" value="hydro" />
5511 <reference ref="power_generator" />
5512 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5513 <combo key="generator:type" text="Generator Type" values_searchable="true">
5514 <list_entry value="francis_turbine" short_description="all methods" />
5515 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5516 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5517 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5518 </combo>
5519 <reference ref="power_output" />
5520 </item> <!-- Water Turbine -->
5521 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5522 <key key="generator:source" value="tidal" />
5523 <reference ref="power_generator" />
5524 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5525 <combo key="generator:type" text="Generator Type" values_searchable="true">
5526 <list_entry value="horizontal_axis" short_description="stream" />
5527 <list_entry value="kaplan_turbine" short_description="barrage" />
5528 <list_entry value="vertical_axis" short_description="stream" />
5529 </combo>
5530 <reference ref="power_output" />
5531 </item> <!-- Tidal Water Turbine -->
5532 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5533 <key key="generator:source" value="wave" />
5534 <reference ref="power_generator" />
5535 <reference ref="power_output" />
5536 </item> <!-- Wave Energy Converter -->
5537 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5538 <key key="generator:source" value="osmotic" />
5539 <reference ref="power_generator" />
5540 <reference ref="power_output" />
5541 </item> <!-- Osmotic Power Generator -->
5542 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5543 <key key="generator:source" value="geothermal" />
5544 <reference ref="power_generator" />
5545 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
5546 <reference ref="power_output" />
5547 </item> <!-- Geothermal Power Generator -->
5548 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
5549 <key key="generator:source" value="wind" />
5550 <reference ref="power_generator" />
5551 <key key="generator:method" value="wind_turbine" />
5552 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
5553 <reference ref="power_output" />
5554 </item> <!-- Wind Turbine -->
5555 </group> <!-- Power Generator -->
5556 <separator/>
5557 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5558 <link wiki="Tag:power=substation" />
5559 <space />
5560 <key key="power" value="substation" />
5561 <text key="name" text="Name" />
5562 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
5563 <reference ref="power_extra" />
5564 <optional>
5565 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
5566 <text key="start_date" text="Start date" />
5567 <check key="gas_insulated" text="Gas insulated" />
5568 </optional>
5569 </item> <!-- Power Substation -->
5570 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
5571 <link wiki="Tag:power=transformer" />
5572 <space />
5573 <key key="power" value="transformer" />
5574 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
5575 <reference ref="power_loc" />
5576 <reference ref="transformer_voltage_frequency" />
5577 <reference ref="ref_operator" />
5578 <reference ref="optional_transformer_rating_phases_devices_windings" />
5579 </item> <!-- Power Transformer -->
5580 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
5581 <link wiki="Tag:power=switchgear" />
5582 <space />
5583 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
5584 <space />
5585 <key key="power" value="switchgear" />
5586 <reference ref="power_loc" />
5587 <reference ref="voltage" />
5588 <optional>
5589 <check key="gas_insulated" text="Gas insulated" />
5590 </optional>
5591 </item> <!-- Power Switchgear -->
5592 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
5593 <link wiki="Tag:line=busbar" />
5594 <space />
5595 <key key="power" value="line" />
5596 <key key="line" value="busbar" />
5597 <reference ref="power_line_extra" />
5598 </item> <!-- Power Busbar -->
5599 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
5600 <link wiki="Tag:line=bay" />
5601 <space />
5602 <key key="power" value="line" />
5603 <key key="line" value="bay" />
5604 <reference ref="power_line_extra" />
5605 </item> <!-- Power Bay -->
5606 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
5607 <link wiki="Tag:power=switch" />
5608 <space />
5609 <key key="power" value="switch" />
5610 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
5611 <reference ref="power_loc" />
5612 <optional>
5613 <reference ref="voltage" />
5614 <reference ref="cables" />
5615 <reference ref="ref_operator" />
5616 </optional>
5617 </item> <!-- Power Switch -->
5618 <separator/>
5619 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
5620 <link wiki="Tag:power=converter" />
5621 <space />
5622 <key key="power" value="converter" />
5623 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
5624 <reference ref="voltage_frequency" />
5625 <reference ref="ref_operator" />
5626 <optional>
5627 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
5628 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
5629 </optional>
5630 </item> <!-- Power Converter -->
5631 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
5632 <link wiki="Tag:power=compensator" />
5633 <space />
5634 <key key="power" value="compensator" />
5635 <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" />
5636 <reference ref="voltage_frequency" />
5637 <reference ref="ref_operator" />
5638 <optional>
5639 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
5640 </optional>
5641 </item> <!-- Power Compensator -->
5642 <separator/>
5643 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
5644 <link wiki="Tag:man_made=street_cabinet" />
5645 <key key="man_made" value="street_cabinet" />
5646 <key key="street_cabinet" value="power" />
5647 <optional>
5648 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
5649 <reference ref="ref_operator" />
5650 <text key="manufacturer" text="Manufacturer" />
5651 <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" />
5652 </optional>
5653 </item> <!-- Power Street Cabinet -->
5654 <separator/>
5655 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
5656 <link wiki="Tag:building=transformer_tower" />
5657 <space />
5658 <key key="building" value="transformer_tower" />
5659 <text key="height" text="Height (meters)" length="7" />
5660 <reference ref="ref_operator" />
5661 <preset_link preset_name="Power Substation" />
5662 </item> <!-- Transformer Tower -->
5663 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
5664 <link wiki="Tag:power=terminal" />
5665 <space />
5666 <key key="power" value="terminal" />
5667 <optional>
5668 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5669 <text key="ref" text="Reference" />
5670 <text key="operator" text="Operator" />
5671 </optional>
5672 </item> <!-- Terminal -->
5673 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
5674 <link wiki="Tag:power=portal" />
5675 <space />
5676 <key key="power" value="portal" />
5677 <text key="height" text="Height (meters)" length="7" />
5678 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5679 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5680 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5681 <reference ref="ref_operator" />
5682 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
5683 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5684 </item> <!-- Power Portal -->
5685 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
5686 <link wiki="Tag:power=tower" />
5687 <space />
5688 <key key="power" value="tower" />
5689 <text key="height" text="Height (meters)" length="7" />
5690 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5691 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5692 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5693 <reference ref="ref_operator" />
5694 <optional>
5695 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
5696 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
5697 <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" />
5698 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5699 <check key="triple_tower" text="Triple tower" />
5700 <check key="design:incomplete" text="Incomplete tower" />
5701 <check key="location:transition" text="Location transition" disable_off="true" />
5702 </optional>
5703 </item> <!-- Power Tower -->
5704 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
5705 <link wiki="Tag:power=pole" />
5706 <space />
5707 <key key="power" value="pole" />
5708 <reference ref="power_pole" />
5709 </item> <!-- Pole -->
5710 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
5711 <link wiki="Tag:power=pole" />
5712 <space />
5713 <key key="power" value="pole" />
5714 <label text="Pole Attributes:" />
5715 <reference ref="power_pole" />
5716 <space />
5717 <label text="Switch Attributes:" />
5718 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
5719 <optional>
5720 <reference ref="voltage" />
5721 <reference ref="cables" />
5722 </optional>
5723 </item> <!-- Pole with Switch -->
5724 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
5725 <link wiki="Tag:power=pole" />
5726 <space />
5727 <key key="power" value="pole" />
5728 <label text="Pole Attributes:" />
5729 <reference ref="power_pole" />
5730 <space />
5731 <label text="Transformer Attributes:" />
5732 <key key="transformer" value="distribution" match="key!" />
5733 <reference ref="transformer_voltage_frequency" />
5734 <reference ref="optional_transformer_rating_phases_devices_windings" />
5735 </item> <!-- Pole with Transformer -->
5736 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
5737 <link wiki="Tag:power=catenary_mast" />
5738 <space />
5739 <key key="power" value="catenary_mast" />
5740 <optional>
5741 <text key="ref" text="Reference" />
5742 <text key="operator" text="Operator" />
5743 </optional>
5744 </item> <!-- Catenary mast -->
5745 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
5746 <link wiki="Tag:power=insulator" />
5747 <space />
5748 <key key="power" value="insulator" />
5749 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5750 <reference ref="ref_operator" />
5751 </item> <!-- Insulator -->
5752 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
5753 <link wiki="Tag:power=line" />
5754 <space />
5755 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
5756 <reference ref="voltage_frequency" />
5757 <reference ref="ref_operator" />
5758 <optional>
5759 <reference ref="cables_circuits" />
5760 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
5761 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5762 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5763 </optional>
5764 </item> <!-- Power Line -->
5765 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
5766 <link wiki="Tag:power=cable" />
5767 <space />
5768 <key key="power" value="cable" />
5769 <reference ref="voltage_frequency" />
5770 <reference ref="ref_operator" />
5771 <optional>
5772 <reference ref="cables_circuits" />
5773 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
5774 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5775 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5776 </optional>
5777 </item> <!-- Power Cable -->
5778 </group> <!-- Power -->
5779 <group name="Telecom" icon="presets/telecom/telecom.svg">
5780 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
5781 <link wiki="Tag:man_made=street_cabinet" />
5782 <key key="man_made" value="street_cabinet" />
5783 <key key="street_cabinet" value="telecom" />
5784 <optional>
5785 <reference ref="ref_operator" />
5786 <text key="manufacturer" text="Manufacturer" />
5787 <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" />
5788 </optional>
5789 </item> <!-- Telecom Street Cabinet -->
5790 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
5791 <link wiki="Tag:telecom=exchange" />
5792 <space />
5793 <key key="telecom" value="exchange" />
5794 <reference ref="telecom_medium" />
5795 <reference ref="ref_operator" />
5796 </item> <!-- Telephone Exchange -->
5797 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
5798 <link wiki="Tag:telecom=connection_point" />
5799 <space />
5800 <key key="telecom" value="connection_point" />
5801 <reference ref="telecom_medium" />
5802 <reference ref="ref_operator" />
5803 </item> <!-- Connection Point -->
5804 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
5805 <link wiki="Tag:telecom=service_device" />
5806 <space />
5807 <key key="telecom" value="service_device" />
5808 <reference ref="telecom_medium" />
5809 <reference ref="ref_operator" />
5810 </item> <!-- Service Device -->
5811 </group> <!-- Telecom -->
5812 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
5813 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
5814 <link wiki="Tag:historic=castle" />
5815 <space />
5816 <key key="historic" value="castle" />
5817 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
5818 <reference ref="name_wikipedia" />
5819 <check key="ruins" text="Ruins" />
5820 <reference ref="link_contact_address_payment" />
5821 </item> <!-- Castle -->
5822 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
5823 <link wiki="Tag:historic=fort" />
5824 <space />
5825 <key key="historic" value="fort" />
5826 <reference ref="name_wikipedia" />
5827 <check key="ruins" text="Ruins" />
5828 <reference ref="link_contact_address_payment" />
5829 </item> <!-- Fort -->
5830 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
5831 <link wiki="Tag:historic=ruins" />
5832 <space />
5833 <key key="historic" value="ruins" />
5834 <reference ref="name_oh_wheelchair" />
5835 </item> <!-- Ruins -->
5836 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
5837 <link wiki="Tag:historic=archaeological_site" />
5838 <space />
5839 <key key="historic" value="archaeological_site" />
5840 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
5841 <reference ref="name_oh_wheelchair" />
5842 </item> <!-- Archaeological Site -->
5843 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5844 <link wiki="Tag:historic=battlefield" />
5845 <space />
5846 <key key="historic" value="battlefield" />
5847 <text key="name" text="Name" />
5848 </item> <!-- Battlefield -->
5849 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
5850 <link wiki="Tag:geological=palaeontological_site" />
5851 <space />
5852 <key key="geological" value="palaeontological_site" />
5853 <text key="name" text="Name" />
5854 </item> <!-- Palaeontological Site -->
5855 <separator/>
5856 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
5857 <link wiki="Tag:cemetery=grave" />
5858 <space />
5859 <key key="cemetery" value="grave" />
5860 <text key="name" text="Name" />
5861 </item> <!-- Grave -->
5862 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
5863 <link wiki="Tag:historic=tomb" />
5864 <space />
5865 <key key="historic" value="tomb" />
5866 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
5867 <text key="name" text="Name" />
5868 </item> <!-- Tomb -->
5869 <separator/>
5870 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
5871 <link wiki="Tag:historic=monument" />
5872 <space />
5873 <key key="historic" value="monument" />
5874 <text key="name" text="Name" />
5875 </item> <!-- Monument -->
5876 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
5877 <link wiki="Tag:historic=memorial" />
5878 <space />
5879 <key key="historic" value="memorial" />
5880 <text key="name" text="Name" />
5881 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
5882 <optional>
5883 <text key="inscription" text="Inscription" />
5884 <text key="artist_name" text="Artist Name" />
5885 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
5886 <text key="start_date" text="Start date" />
5887 <text key="wikipedia" text="Wikipedia" />
5888 </optional>
5889 </item> <!-- Memorial -->
5890 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
5891 <link wiki="Tag:historic=wayside_cross" />
5892 <space />
5893 <key key="historic" value="wayside_cross" />
5894 <text key="name" text="Name" />
5895 <reference ref="religious_catholic_christian" />
5896 <text key="start_date" text="Start date" />
5897 <text key="inscription" text="Inscription" />
5898 </item> <!-- Wayside Cross -->
5899 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
5900 <link wiki="Tag:historic=wayside_shrine" />
5901 <space />
5902 <key key="historic" value="wayside_shrine" />
5903 <text key="name" text="Name" />
5904 <reference ref="religious_catholic_christian" />
5905 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
5906 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
5907 <text key="start_date" text="Start date" />
5908 <text key="inscription" text="Inscription" />
5909 </item> <!-- Wayside Shrine -->
5910 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
5911 <link wiki="Tag:historic=boundary_stone" />
5912 <space />
5913 <key key="historic" value="boundary_stone" />
5914 <text key="name" text="Name" />
5915 </item> <!-- Boundary Stone -->
5916 </group> <!-- Historic Places -->
5917 </group> <!-- Man Made -->
5918 <group name="Shops" icon="presets/shop/mall.svg">
5919 <group name="Food" icon="presets/shop/supermarket.svg">
5920 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
5921 <link wiki="Tag:shop=supermarket" />
5922 <space />
5923 <key key="shop" value="supermarket" />
5924 <reference ref="name_oh_wheelchair" />
5925 <reference ref="link_contact_address_payment" />
5926 </item> <!-- Supermarket -->
5927 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
5928 <link wiki="Tag:shop=convenience" />
5929 <space />
5930 <key key="shop" value="convenience" />
5931 <reference ref="name_oh_wheelchair" />
5932 <reference ref="link_contact_address_payment" />
5933 </item> <!-- Convenience Store -->
5934 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
5935 <link wiki="Tag:shop=kiosk" />
5936 <space />
5937 <key key="shop" value="kiosk" />
5938 <reference ref="name_oh_wheelchair" />
5939 <reference ref="link_contact_address_payment" />
5940 </item> <!-- Kiosk -->
5941 <separator/>
5942 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
5943 <link wiki="Tag:shop=bakery" />
5944 <space />
5945 <key key="shop" value="bakery" />
5946 <reference ref="name_oh_wheelchair" />
5947 <reference ref="link_contact_address_payment" />
5948 </item> <!-- Bakery -->
5949 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
5950 <link wiki="Tag:shop=butcher" />
5951 <space />
5952 <key key="shop" value="butcher" />
5953 <reference ref="name_oh_wheelchair" />
5954 <reference ref="link_contact_address_payment" />
5955 </item> <!-- Butcher -->
5956 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
5957 <link wiki="Tag:shop=seafood" />
5958 <space />
5959 <key key="shop" value="seafood" />
5960 <reference ref="name_operator_oh_wheelchair" />
5961 <reference ref="link_contact_address_payment" />
5962 </item> <!-- Seafood -->
5963 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
5964 <link wiki="Tag:shop=dairy" />
5965 <space />
5966 <key key="shop" value="dairy" />
5967 <reference ref="name_operator_oh_wheelchair" />
5968 <reference ref="link_contact_address_payment" />
5969 </item> <!-- Dairy -->
5970 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
5971 <link wiki="Tag:shop=cheese" />
5972 <space />
5973 <key key="shop" value="cheese" />
5974 <reference ref="name_operator_oh_wheelchair" />
5975 <reference ref="link_contact_address_payment" />
5976 </item> <!-- Cheese -->
5977 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
5978 <link wiki="Tag:shop=deli" />
5979 <space />
5980 <key key="shop" value="deli" />
5981 <reference ref="name_operator_oh_wheelchair" />
5982 <reference ref="link_contact_address_payment" />
5983 </item> <!-- Deli (Fine Food) -->
5984 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
5985 <link wiki="Tag:shop=pastry" />
5986 <space />
5987 <key key="shop" value="pastry" />
5988 <reference ref="name_oh_wheelchair" />
5989 <reference ref="link_contact_address_payment" />
5990 </item> <!-- Pastry -->
5991 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
5992 <link wiki="Tag:shop=confectionery" />
5993 <space />
5994 <key key="shop" value="confectionery" />
5995 <reference ref="name_oh_wheelchair" />
5996 <reference ref="link_contact_address_payment" />
5997 </item> <!-- Confectionery -->
5998 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
5999 <link wiki="Tag:shop=tea" />
6000 <space />
6001 <key key="shop" value="tea" />
6002 <reference ref="name_oh_wheelchair" />
6003 <reference ref="link_contact_address_payment" />
6004 </item> <!-- Tea -->
6005 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6006 <link wiki="Tag:shop=coffee" />
6007 <space />
6008 <key key="shop" value="coffee" />
6009 <reference ref="name_oh_wheelchair" />
6010 <reference ref="link_contact_address_payment" />
6011 </item> <!-- Coffee -->
6012 <separator/>
6013 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6014 <link wiki="Tag:amenity=marketplace" />
6015 <space />
6016 <key key="amenity" value="marketplace" />
6017 <reference ref="name_operator_oh_wheelchair" />
6018 <text key="website" text="Website" />
6019 <combo key="organic" text="Organic" values="yes,no,only" />
6020 </item> <!-- Public Market -->
6021 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6022 <link wiki="Tag:shop=greengrocer" />
6023 <space />
6024 <key key="shop" value="greengrocer" />
6025 <reference ref="name_oh_wheelchair" />
6026 <combo key="organic" text="Organic" values="yes,no,only" />
6027 <reference ref="link_contact_address_payment" />
6028 </item> <!-- Greengrocer -->
6029 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6030 <link wiki="Tag:shop=farm" />
6031 <space />
6032 <key key="shop" value="farm" />
6033 <reference ref="name_oh_wheelchair" />
6034 <text key="description" text="Description" />
6035 <combo key="organic" text="Organic" values="yes,no,only" />
6036 <reference ref="link_contact_address_payment" />
6037 </item> <!-- Farm Stand -->
6038 <separator/>
6039 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6040 <link wiki="Key:organic" />
6041 <space />
6042 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6043 </item> <!-- Organic -->
6044 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6045 <link wiki="Key:fair_trade" />
6046 <space />
6047 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6048 </item> <!-- Fair Trade -->
6049 <separator/>
6050 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6051 <link wiki="Tag:shop=alcohol" />
6052 <space />
6053 <key key="shop" value="alcohol" />
6054 <reference ref="name_oh_wheelchair" />
6055 <reference ref="link_contact_address_payment" />
6056 </item> <!-- Alcohol -->
6057 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6058 <link wiki="Tag:shop=beverages" />
6059 <space />
6060 <key key="shop" value="beverages" />
6061 <reference ref="name_oh_wheelchair" />
6062 <reference ref="link_contact_address_payment" />
6063 </item> <!-- Beverages -->
6064 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6065 <link wiki="Tag:shop=wine" />
6066 <space />
6067 <key key="shop" value="wine" />
6068 <reference ref="name_oh_wheelchair" />
6069 <reference ref="link_contact_address_payment" />
6070 </item> <!-- Wine -->
6071 </group> <!-- Food -->
6072 <group name="Clothes" icon="presets/shop/clothes.svg">
6073 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6074 <link wiki="Tag:shop=clothes" />
6075 <space />
6076 <key key="shop" value="clothes" />
6077 <reference ref="name_oh_wheelchair" />
6078 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6079 <combo key="organic" text="Organic" values="yes,no,only" />
6080 <reference ref="link_contact_address_payment" />
6081 </item> <!-- Clothes -->
6082 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6083 <link wiki="Tag:shop=boutique" />
6084 <space />
6085 <key key="shop" value="boutique" />
6086 <reference ref="name_operator_oh_wheelchair" />
6087 <reference ref="link_contact_address_payment" />
6088 </item> <!-- Boutique -->
6089 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6090 <link wiki="Tag:shop=shoes" />
6091 <space />
6092 <key key="shop" value="shoes" />
6093 <reference ref="name_oh_wheelchair" />
6094 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6095 <combo key="organic" text="Organic" values="yes,no,only" />
6096 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6097 <reference ref="link_contact_address_payment" />
6098 </item> <!-- Shoes -->
6099 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6100 <link wiki="Tag:shop=outdoor" />
6101 <space />
6102 <key key="shop" value="outdoor" />
6103 <reference ref="name_oh_wheelchair" />
6104 <reference ref="link_contact_address_payment" />
6105 </item> <!-- Outdoor -->
6106 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6107 <link wiki="Tag:shop=sports" />
6108 <space />
6109 <key key="shop" value="sports" />
6110 <reference ref="name_oh_wheelchair" />
6111 <reference ref="link_contact_address_payment" />
6112 </item> <!-- Sports -->
6113 <separator/>
6114 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6115 <link wiki="Tag:shop=dry_cleaning" />
6116 <space />
6117 <key key="shop" value="dry_cleaning" />
6118 <reference ref="name_oh_wheelchair" />
6119 <reference ref="link_contact_address_payment" />
6120 </item> <!-- Dry Cleaning -->
6121 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6122 <link wiki="Tag:shop=laundry" />
6123 <space />
6124 <key key="shop" value="laundry" />
6125 <reference ref="name_oh_wheelchair" />
6126 <check key="self_service" text="Self Service" />
6127 <check key="laundry_service" text="Laundry Service" />
6128 <reference ref="link_contact_address_payment" />
6129 </item> <!-- Laundry -->
6130 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6131 <link wiki="Tag:shop=tailor" />
6132 <space />
6133 <key key="shop" value="tailor" />
6134 <reference ref="name_oh_wheelchair" />
6135 <reference ref="link_contact_address_payment" />
6136 </item> <!-- Tailor -->
6137 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6138 <link wiki="Tag:shop=fabric" />
6139 <space />
6140 <key key="shop" value="fabric" />
6141 <reference ref="name_operator_oh_wheelchair" />
6142 <reference ref="link_contact_address_payment" />
6143 </item> <!-- Fabric -->
6144 </group> <!-- Clothes -->
6145 <group name="Electronic" icon="presets/shop/electronics.svg">
6146 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6147 <link wiki="Tag:shop=computer" />
6148 <space />
6149 <key key="shop" value="computer" />
6150 <reference ref="name_oh_wheelchair" />
6151 <reference ref="link_contact_address_payment" />
6152 </item> <!-- Computer -->
6153 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6154 <link wiki="Tag:shop=electronics" />
6155 <space />
6156 <key key="shop" value="electronics" />
6157 <reference ref="name_oh_wheelchair" />
6158 <reference ref="link_contact_address_payment" />
6159 </item> <!-- Computer -->
6160 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6161 <link wiki="Tag:shop=mobile_phone" />
6162 <space />
6163 <key key="shop" value="mobile_phone" />
6164 <reference ref="name_operator_oh_wheelchair" />
6165 <reference ref="link_contact_address_payment" />
6166 </item> <!-- Mobile Phone -->
6167 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6168 <link wiki="Tag:shop=watches" />
6169 <space />
6170 <key key="shop" value="watches" />
6171 <reference ref="name_operator_oh_wheelchair" />
6172 <reference ref="link_contact_address_payment" />
6173 </item> <!-- Watches -->
6174 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6175 <link wiki="Tag:shop=vacuum_cleaner" />
6176 <space />
6177 <key key="shop" value="vacuum_cleaner" />
6178 <reference ref="name_operator_oh_wheelchair" />
6179 <reference ref="link_contact_address_payment" />
6180 </item> <!-- Vacuum Cleaner -->
6181 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6182 <link wiki="Tag:shop=hifi" />
6183 <space />
6184 <key key="shop" value="hifi" />
6185 <reference ref="name_oh_wheelchair" />
6186 <reference ref="link_contact_address_payment" />
6187 </item> <!-- Hifi -->
6188 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6189 <link wiki="Tag:shop=video" />
6190 <space />
6191 <key key="shop" value="video" />
6192 <reference ref="name_oh_wheelchair" />
6193 <reference ref="link_contact_address_payment" />
6194 </item> <!-- Video -->
6195 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6196 <link wiki="Tag:shop=video_games" />
6197 <space />
6198 <key key="shop" value="video_games" />
6199 <reference ref="name_oh_wheelchair" />
6200 <reference ref="link_contact_address_payment" />
6201 </item> <!-- Video Games -->
6202 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6203 <link wiki="Tag:shop=music" />
6204 <space />
6205 <key key="shop" value="music" />
6206 <reference ref="name_oh_wheelchair" />
6207 <reference ref="link_contact_address_payment" />
6208 </item> <!-- Music -->
6209 </group> <!-- Electronic -->
6210 <group name="Cash" icon="presets/money/dollar.svg">
6211 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6212 <link wiki="Tag:amenity=bank" />
6213 <space />
6214 <key key="amenity" value="bank" />
6215 <reference ref="name_brand_operator_oh_wheelchair" />
6216 <check key="atm" text="Automated Teller Machine" default="on" />
6217 <text key="ref" text="Reference" />
6218 <reference ref="link_contact_address" />
6219 <preset_link preset_name="Building" />
6220 </item> <!-- Bank -->
6221 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6222 <link wiki="Tag:amenity=bureau_de_change" />
6223 <space />
6224 <key key="amenity" value="bureau_de_change" />
6225 <reference ref="name_oh_wheelchair" />
6226 <reference ref="link_contact_address" />
6227 </item> <!-- Money Exchange -->
6228 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6229 <link wiki="Tag:amenity=money_transfer" />
6230 <space />
6231 <key key="amenity" value="money_transfer" />
6232 <reference ref="name_oh_wheelchair" />
6233 <reference ref="link_contact_address" />
6234 </item> <!-- Money transfer -->
6235 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6236 <link wiki="Tag:amenity=atm" />
6237 <space />
6238 <key key="amenity" value="atm" />
6239 <text key="brand" text="Brand" />
6240 <text key="operator" text="Operator" />
6241 <reference ref="oh_wheelchair" />
6242 </item> <!-- Automated Teller Machine -->
6243 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6244 <link wiki="Tag:shop=pawnbroker" />
6245 <space />
6246 <key key="shop" value="pawnbroker" />
6247 <reference ref="name_oh_wheelchair" />
6248 <reference ref="link_contact_address_payment" />
6249 </item> <!-- Pawnbroker -->
6250 </group> <!-- Cash -->
6251 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6252 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6253 <link wiki="Tag:shop=doors" />
6254 <space />
6255 <key key="shop" value="doors" />
6256 <reference ref="name_brand_operator_oh_wheelchair" />
6257 <reference ref="link_contact_address_payment" />
6258 </item> <!-- Doors -->
6259 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6260 <link wiki="Tag:shop=furniture" />
6261 <space />
6262 <key key="shop" value="furniture" />
6263 <reference ref="name_brand_operator_oh_wheelchair" />
6264 <reference ref="link_contact_address_payment" />
6265 </item> <!-- Furniture -->
6266 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6267 <link wiki="Tag:shop=kitchen" />
6268 <space />
6269 <key key="shop" value="kitchen" />
6270 <reference ref="name_brand_operator_oh_wheelchair" />
6271 <reference ref="link_contact_address_payment" />
6272 </item> <!-- Kitchen -->
6273 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6274 <link wiki="Tag:shop=houseware" />
6275 <space />
6276 <key key="shop" value="houseware" />
6277 <reference ref="name_brand_operator_oh_wheelchair" />
6278 <reference ref="link_contact_address_payment" />
6279 </item> <!-- Houseware -->
6280 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6281 <link wiki="Tag:shop=curtain" />
6282 <space />
6283 <key key="shop" value="curtain" />
6284 <reference ref="name_operator_oh_wheelchair" />
6285 <reference ref="link_contact_address_payment" />
6286 </item> <!-- Curtain -->
6287 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6288 <link wiki="Tag:shop=art" />
6289 <space />
6290 <key key="shop" value="art" />
6291 <reference ref="name_operator_oh_wheelchair" />
6292 <reference ref="link_contact_address_payment" />
6293 </item> <!-- Art -->
6294 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6295 <link wiki="Tag:shop=frame" />
6296 <space />
6297 <key key="shop" value="frame" />
6298 <reference ref="name_operator_oh_wheelchair" />
6299 <reference ref="link_contact_address_payment" />
6300 </item> <!-- Frame -->
6301 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6302 <link wiki="Tag:shop=bed" />
6303 <space />
6304 <key key="shop" value="bed" />
6305 <reference ref="name_oh_wheelchair" />
6306 <reference ref="link_contact_address_payment" />
6307 </item> <!-- Bed -->
6308 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6309 <link wiki="Tag:shop=carpet" />
6310 <space />
6311 <key key="shop" value="carpet" />
6312 <reference ref="name_oh_wheelchair" />
6313 <reference ref="link_contact_address_payment" />
6314 </item> <!-- Carpet -->
6315 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6316 <link wiki="Tag:shop=interior_decoration" />
6317 <space />
6318 <key key="shop" value="interior_decoration" />
6319 <reference ref="name_oh_wheelchair" />
6320 <reference ref="link_contact_address_payment" />
6321 </item> <!-- Interior Decoration -->
6322 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6323 <link wiki="Tag:shop=antiques" />
6324 <space />
6325 <key key="shop" value="antiques" />
6326 <reference ref="name_oh_wheelchair" />
6327 <reference ref="link_contact_address_payment" />
6328 </item> <!-- Antiques -->
6329 <separator/>
6330 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6331 <link wiki="Tag:shop=storage_rental" />
6332 <space />
6333 <key key="shop" value="storage_rental" />
6334 <reference ref="name_oh_wheelchair" />
6335 <reference ref="link_contact_address_payment" />
6336 </item> <!-- Storage Rental -->
6337 </group> <!-- Home decoration -->
6338 <group name="Printed Material" icon="presets/shop/stationery.svg">
6339 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6340 <link wiki="Tag:shop=stationery" />
6341 <space />
6342 <key key="shop" value="stationery" />
6343 <reference ref="name_oh_wheelchair" />
6344 <reference ref="link_contact_address_payment" />
6345 </item> <!-- Stationery -->
6346 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
6347 <link wiki="Tag:shop=copyshop" />
6348 <space />
6349 <key key="shop" value="copyshop" />
6350 <reference ref="name_operator_oh_wheelchair" />
6351 <reference ref="link_contact_address_payment" />
6352 </item> <!-- Copy Shop -->
6353 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
6354 <link wiki="Tag:shop=books" />
6355 <space />
6356 <key key="shop" value="books" />
6357 <reference ref="name_brand_oh_wheelchair" />
6358 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6359 <reference ref="link_contact_address_payment" />
6360 </item> <!-- Book Store -->
6361 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
6362 <link wiki="Tag:shop=newsagent" />
6363 <space />
6364 <key key="shop" value="newsagent" />
6365 <reference ref="name_oh_wheelchair" />
6366 <reference ref="link_contact_address_payment" />
6367 </item> <!-- Newspaper Stand -->
6368 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6369 <link wiki="Tag:shop=ticket" />
6370 <space />
6371 <key key="shop" value="ticket" />
6372 <reference ref="name_oh_wheelchair" />
6373 <reference ref="link_contact_address_payment" />
6374 </item> <!-- Ticket -->
6375 </group> <!-- Printed Material -->
6376 <group name="For the body" icon="presets/shop/body.svg">
6377 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6378 <link wiki="Tag:shop=chemist" />
6379 <space />
6380 <key key="shop" value="chemist" />
6381 <reference ref="name_oh_wheelchair" />
6382 <reference ref="link_contact_address_payment" />
6383 </item> <!-- Chemist -->
6384 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6385 <link wiki="Tag:shop=cosmetics" />
6386 <space />
6387 <key key="shop" value="cosmetics" />
6388 <reference ref="name_oh_wheelchair" />
6389 <reference ref="link_contact_address_payment" />
6390 </item> <!-- Cosmetics -->
6391 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6392 <link wiki="Tag:shop=perfumery" />
6393 <space />
6394 <key key="shop" value="perfumery" />
6395 <reference ref="name_oh_wheelchair" />
6396 <reference ref="link_contact_address_payment" />
6397 </item> <!-- Perfumery -->
6398 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
6399 <link wiki="Tag:shop=beauty" />
6400 <space />
6401 <key key="shop" value="beauty" />
6402 <reference ref="name_oh_wheelchair" />
6403 <reference ref="link_contact_address_payment" />
6404 </item> <!-- Beauty -->
6405 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
6406 <link wiki="Tag:shop=tobacco" />
6407 <space />
6408 <key key="shop" value="tobacco" />
6409 <reference ref="name_operator_oh_wheelchair" />
6410 <reference ref="link_contact_address_payment" />
6411 </item> <!-- Tobacco -->
6412 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6413 <link wiki="Tag:shop=e-cigarette" />
6414 <space />
6415 <key key="shop" value="e-cigarette" />
6416 <reference ref="name_operator_oh_wheelchair" />
6417 <reference ref="link_contact_address_payment" />
6418 </item> <!-- E-cigarette -->
6419 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
6420 <link wiki="Tag:shop=hairdresser" />
6421 <space />
6422 <key key="shop" value="hairdresser" />
6423 <reference ref="name_oh_wheelchair" />
6424 <checkgroup columns="3">
6425 <check key="female" text="Female" />
6426 <check key="male" text="Male" />
6427 <check key="unisex" text="Unisex" />
6428 </checkgroup>
6429 <reference ref="link_contact_address_payment" />
6430 </item> <!-- Hairdresser/Barber -->
6431 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6432 <link wiki="Tag:shop=massage" />
6433 <space />
6434 <key key="shop" value="massage" />
6435 <reference ref="name_oh_wheelchair" />
6436 <reference ref="link_contact_address_payment" />
6437 </item> <!-- Massage -->
6438 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6439 <link wiki="Tag:shop=tattoo" />
6440 <space />
6441 <key key="shop" value="tattoo" />
6442 <reference ref="name_oh_wheelchair" />
6443 <reference ref="link_contact_address_payment" />
6444 </item> <!-- Tattoo -->
6445 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6446 <link wiki="Tag:shop=optician" />
6447 <space />
6448 <key key="shop" value="optician" />
6449 <reference ref="name_oh_wheelchair" />
6450 <reference ref="link_contact_address_payment" />
6451 </item> <!-- Optician -->
6452 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
6453 <link wiki="Tag:shop=hearing_aids" />
6454 <space />
6455 <key key="shop" value="hearing_aids" />
6456 <reference ref="name_operator_oh_wheelchair" />
6457 <reference ref="link_contact_address_payment" />
6458 </item> <!-- Hearing Aids -->
6459 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
6460 <link wiki="Tag:shop=medical_supply" />
6461 <space />
6462 <key key="shop" value="medical_supply" />
6463 <reference ref="name_operator_oh_wheelchair" />
6464 <check key="dispensing" text="Dispensing" />
6465 <reference ref="link_contact_address_payment" />
6466 </item> <!-- Medical Supply -->
6467 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6468 <link wiki="Tag:shop=jewelry" />
6469 <space />
6470 <key key="shop" value="jewelry" />
6471 <reference ref="name_operator_oh_wheelchair" />
6472 <reference ref="link_contact_address_payment" />
6473 </item> <!-- Jewellery -->
6474 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
6475 <link wiki="Tag:shop=erotic" />
6476 <space />
6477 <key key="shop" value="erotic" />
6478 <reference ref="name_operator_oh_wheelchair" />
6479 <reference ref="min_age" />
6480 <reference ref="link_contact_address_payment" />
6481 </item> <!-- Erotic -->
6482 </group> <!-- For the body -->
6483 <group name="Other" icon="presets/shop/mall.svg">
6484 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6485 <link wiki="Tag:shop=department_store" />
6486 <space />
6487 <key key="shop" value="department_store" />
6488 <reference ref="name_operator_oh_wheelchair" />
6489 <reference ref="link_contact_address_payment" />
6490 </item> <!-- Department Store -->
6491 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6492 <link wiki="Tag:shop=mall" />
6493 <space />
6494 <key key="shop" value="mall" />
6495 <reference ref="name_operator_oh_wheelchair" />
6496 <reference ref="link_contact_address_payment" />
6497 </item> <!-- Mall -->
6498 <separator/>
6499 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6500 <link wiki="Tag:shop=florist" />
6501 <space />
6502 <key key="shop" value="florist" />
6503 <reference ref="name_oh_wheelchair" />
6504 <reference ref="link_contact_address_payment" />
6505 </item> <!-- Florist -->
6506 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
6507 <link wiki="Tag:shop=garden_centre" />
6508 <space />
6509 <key key="shop" value="garden_centre" />
6510 <reference ref="name_brand_oh_wheelchair" />
6511 <reference ref="link_contact_address_payment" />
6512 </item> <!-- Garden Centre -->
6513 <separator/>
6514 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6515 <link wiki="Tag:shop=doityourself" />
6516 <space />
6517 <key key="shop" value="doityourself" />
6518 <reference ref="name_brand_oh_wheelchair" />
6519 <reference ref="link_contact_address_payment" />
6520 </item> <!-- Do-It-Yourself Store -->
6521 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6522 <link wiki="Tag:shop=hardware" />
6523 <space />
6524 <key key="shop" value="hardware" />
6525 <reference ref="name_oh_wheelchair" />
6526 <reference ref="link_contact_address_payment" />
6527 </item> <!-- Hardware -->
6528 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
6529 <link wiki="Tag:shop=paint" />
6530 <space />
6531 <key key="shop" value="paint" />
6532 <reference ref="name_operator_oh_wheelchair" />
6533 <reference ref="link_contact_address_payment" />
6534 </item> <!-- Paint -->
6535 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
6536 <link wiki="Tag:shop=gas" />
6537 <space />
6538 <key key="shop" value="gas" />
6539 <reference ref="name_operator_oh_wheelchair" />
6540 <reference ref="link_contact_address_payment" />
6541 </item> <!-- Gas -->
6542 <separator/>
6543 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
6544 <link wiki="Tag:shop=travel_agency" />
6545 <space />
6546 <key key="shop" value="travel_agency" />
6547 <reference ref="name_brand_oh_wheelchair" />
6548 <reference ref="link_contact_address_payment" />
6549 </item> <!-- Travel Agency -->
6550 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
6551 <link wiki="Tag:shop=scuba_diving" />
6552 <space />
6553 <key key="shop" value="scuba_diving" />
6554 <reference ref="name_brand_oh_wheelchair" />
6555 <reference ref="link_contact_address_payment" />
6556 </item> <!-- Scuba diving -->
6557 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6558 <link wiki="Tag:shop=musical_instrument" />
6559 <space />
6560 <key key="shop" value="musical_instrument" />
6561 <reference ref="name_operator_oh_wheelchair" />
6562 <reference ref="link_contact_address_payment" />
6563 </item> <!-- Musical Instrument -->
6564 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
6565 <link wiki="Tag:shop=toys" />
6566 <space />
6567 <key key="shop" value="toys" />
6568 <reference ref="name_oh_wheelchair" />
6569 <reference ref="link_contact_address_payment" />
6570 </item> <!-- Toys -->
6571 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
6572 <link wiki="Tag:shop=gift" />
6573 <space />
6574 <key key="shop" value="gift" />
6575 <reference ref="name_operator_oh_wheelchair" />
6576 <optional>
6577 <reference ref="religious" />
6578 </optional>
6579 <reference ref="link_contact_address_payment" />
6580 </item> <!-- Gift/Souvenir -->
6581 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6582 <link wiki="Tag:shop=variety_store" />
6583 <space />
6584 <key key="shop" value="variety_store" />
6585 <reference ref="name_operator_oh_wheelchair" />
6586 <reference ref="link_contact_address_payment" />
6587 </item> <!-- Variety Store -->
6588 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
6589 <link wiki="Tag:shop=party" />
6590 <space />
6591 <key key="shop" value="party" />
6592 <reference ref="name_operator_oh_wheelchair" />
6593 <reference ref="link_contact_address_payment" />
6594 </item> <!-- Party supplies -->
6595 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
6596 <link wiki="Tag:shop=charity" />
6597 <space />
6598 <key key="shop" value="charity" />
6599 <reference ref="name_operator_oh_wheelchair" />
6600 <reference ref="link_contact_address_payment" />
6601 </item> <!-- Charity -->
6602 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6603 <link wiki="Tag:shop=bookmaker" />
6604 <space />
6605 <key key="shop" value="bookmaker" />
6606 <reference ref="name_operator_oh_wheelchair" />
6607 <reference ref="link_contact_address_payment" />
6608 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6609 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6610 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6611 <preset_link preset_name="Casino" text="Similar but different tags:" />
6612 <preset_link preset_name="Lottery" text="Similar but different tags:" />
6613 </item> <!-- Bookmaker -->
6614 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6615 <link wiki="Tag:shop=lottery" />
6616 <space />
6617 <key key="shop" value="lottery" />
6618 <reference ref="name_operator_oh_wheelchair" />
6619 <reference ref="link_contact_address_payment" />
6620 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6621 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6622 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6623 <preset_link preset_name="Casino" text="Similar but different tags:" />
6624 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
6625 </item> <!-- Lottery -->
6626 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
6627 <link wiki="Tag:shop=bag" />
6628 <space />
6629 <key key="shop" value="bag" />
6630 <reference ref="name_oh_wheelchair" />
6631 <reference ref="link_contact_address_payment" />
6632 </item> <!-- Bag -->
6633 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6634 <link wiki="Tag:shop=pet" />
6635 <space />
6636 <key key="shop" value="pet" />
6637 <reference ref="name_oh_wheelchair" />
6638 <reference ref="link_contact_address_payment" />
6639 </item> <!-- Pet -->
6640 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
6641 <link wiki="Tag:shop=pet_grooming" />
6642 <space />
6643 <key key="shop" value="pet_grooming" />
6644 <reference ref="name_oh_wheelchair" />
6645 <reference ref="link_contact_address_payment" />
6646 </item> <!-- Pet grooming -->
6647 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6648 <link wiki="Tag:shop=photo" />
6649 <space />
6650 <key key="shop" value="photo" />
6651 <reference ref="name_oh_wheelchair" />
6652 <reference ref="link_contact_address_payment" />
6653 </item> <!-- Photo -->
6654 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
6655 <link wiki="Tag:shop=weapons" />
6656 <space />
6657 <key key="shop" value="weapons" />
6658 <reference ref="name_oh_wheelchair" />
6659 <reference ref="link_contact_address_payment" />
6660 </item> <!-- Weapons -->
6661 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6662 <link wiki="Tag:shop=funeral_directors" />
6663 <space />
6664 <key key="shop" value="funeral_directors" />
6665 <reference ref="name_oh_wheelchair" />
6666 <reference ref="link_contact_address_payment" />
6667 </item> <!-- Funeral Directors -->
6668 </group> <!-- Other -->
6669 <separator/>
6670 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
6671 <link wiki="Tag:amenity=vending_machine" />
6672 <space />
6673 <key key="amenity" value="vending_machine" />
6674 <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;photos;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys" values_searchable="true" />
6675 <text key="operator" text="Operator" />
6676 <text key="ref" text="Reference number" />
6677 <preset_link preset_name="Payment Methods" />
6678 </item> <!-- Vending Machine -->
6679 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6680 <link wiki="Key:payment" />
6681 <space />
6682 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
6683 <checkgroup columns="4">
6684 <check key="payment:coins" text="Coins" match="keyvalue" />
6685 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
6686 </checkgroup>
6687 <space />
6688 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
6689 <checkgroup columns="4">
6690 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
6691 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
6692 <check key="payment:girocard" text="Girocard" match="keyvalue" />
6693 <check key="payment:laser" text="Laser" match="keyvalue" />
6694 <check key="payment:maestro" text="Maestro" match="keyvalue" />
6695 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
6696 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
6697 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
6698 </checkgroup>
6699 <space />
6700 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
6701 <checkgroup columns="4">
6702 <check key="payment:american_express" text="American Express" match="keyvalue" />
6703 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
6704 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
6705 <check key="payment:jcb" text="JCB" match="keyvalue" />
6706 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
6707 <check key="payment:visa" text="Visa" match="keyvalue" />
6708 </checkgroup>
6709 <space />
6710 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
6711 <space />
6712 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
6713 <checkgroup columns="4">
6714 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
6715 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
6716 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
6717 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
6718 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
6719 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
6720 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
6721 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
6722 </checkgroup>
6723 <space />
6724 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
6725 <checkgroup columns="4">
6726 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
6727 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
6728 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
6729 </checkgroup>
6730 </item> <!-- Payment Methods -->
6731 </group> <!-- Shops -->
6732 <group name="Offices" icon="presets/office/private_company.svg">
6733 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6734 <link wiki="Tag:office=accountant" />
6735 <space />
6736 <key key="office" value="accountant" />
6737 <reference ref="name_operator_oh_wheelchair" />
6738 <reference ref="link_contact_address" />
6739 </item> <!-- Accountant -->
6740 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6741 <link wiki="Tag:office=advertising_agency" />
6742 <space />
6743 <key key="office" value="advertising_agency" />
6744 <reference ref="name_operator_oh_wheelchair" />
6745 <reference ref="link_contact_address" />
6746 </item> <!-- Advertising agency -->
6747 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6748 <link wiki="Tag:office=architect" />
6749 <space />
6750 <key key="office" value="architect" />
6751 <reference ref="name_operator_oh_wheelchair" />
6752 <reference ref="link_contact_address" />
6753 </item> <!-- Architect -->
6754 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6755 <link wiki="Tag:office=association" />
6756 <space />
6757 <key key="office" value="association" />
6758 <reference ref="name_operator_oh_wheelchair" />
6759 <reference ref="link_contact_address" />
6760 </item> <!-- Association -->
6761 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6762 <link wiki="Tag:office=company" />
6763 <space />
6764 <key key="office" value="company" />
6765 <reference ref="name_oh_wheelchair" />
6766 <reference ref="link_contact_address" />
6767 </item> <!-- Private company -->
6768 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6769 <link wiki="Tag:office=educational_institution" />
6770 <space />
6771 <key key="office" value="educational_institution" />
6772 <reference ref="name_operator_oh_wheelchair" />
6773 <reference ref="link_contact_address" />
6774 </item> <!-- Educational institution -->
6775 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6776 <link wiki="Tag:office=employment_agency" />
6777 <space />
6778 <key key="office" value="employment_agency" />
6779 <reference ref="name_brand_operator_oh_wheelchair" />
6780 <reference ref="link_contact_address" />
6781 </item> <!-- Employment agency -->
6782 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6783 <link wiki="Tag:office=estate_agent" />
6784 <space />
6785 <key key="office" value="estate_agent" />
6786 <reference ref="name_operator_oh_wheelchair" />
6787 <reference ref="link_contact_address" />
6788 </item> <!-- Estate agent -->
6789 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6790 <link wiki="Tag:office=foundation" />
6791 <space />
6792 <key key="office" value="foundation" />
6793 <reference ref="name_brand_operator_oh_wheelchair" />
6794 <reference ref="link_contact_address" />
6795 </item> <!-- Foundation -->
6796 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6797 <link wiki="Tag:office=government" />
6798 <space />
6799 <key key="office" value="government" />
6800 <text key="name" text="Name" />
6801 <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" />
6802 <reference ref="oh_wheelchair" />
6803 <reference ref="link_contact_address" />
6804 </item> <!-- Government -->
6805 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6806 <link wiki="Tag:office=insurance" />
6807 <space />
6808 <key key="office" value="insurance" />
6809 <reference ref="name_brand_operator_oh_wheelchair" />
6810 <reference ref="link_contact_address" />
6811 </item> <!-- Insurance -->
6812 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6813 <link wiki="Tag:office=it" />
6814 <space />
6815 <key key="office" value="it" />
6816 <reference ref="name_oh_wheelchair" />
6817 <reference ref="link_contact_address" />
6818 </item> <!-- It specialist -->
6819 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6820 <link wiki="Tag:office=lawyer" />
6821 <space />
6822 <key key="office" value="lawyer" />
6823 <reference ref="name_operator_oh_wheelchair" />
6824 <reference ref="link_contact_address" />
6825 </item> <!-- Lawyer -->
6826 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6827 <link wiki="Tag:office=newspaper" />
6828 <space />
6829 <key key="office" value="newspaper" />
6830 <reference ref="name_operator_oh_wheelchair" />
6831 <reference ref="link_contact_address" />
6832 </item> <!-- Newspaper -->
6833 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6834 <link wiki="Tag:office=ngo" />
6835 <space />
6836 <key key="office" value="ngo" />
6837 <reference ref="name_brand_operator_oh_wheelchair" />
6838 <reference ref="link_contact_address" />
6839 </item> <!-- Non-governmental organisation (NGO) -->
6840 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6841 <link wiki="Tag:office=notary" />
6842 <space />
6843 <key key="office" value="notary" />
6844 <reference ref="name_oh_wheelchair" />
6845 <reference ref="link_contact_address" />
6846 </item> <!-- Notary -->
6847 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6848 <link wiki="Tag:office=political_party" />
6849 <space />
6850 <key key="office" value="political_party" />
6851 <reference ref="name_oh_wheelchair" />
6852 <reference ref="link_contact_address" />
6853 </item> <!-- Political party -->
6854 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6855 <link wiki="Tag:office=religion" />
6856 <space />
6857 <key key="office" value="religion" />
6858 <text key="name" text="Name" />
6859 <reference ref="religious" />
6860 <reference ref="oh_wheelchair" />
6861 <reference ref="link_contact_address" />
6862 </item> <!-- Religion -->
6863 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6864 <link wiki="Tag:office=research" />
6865 <space />
6866 <key key="office" value="research" />
6867 <reference ref="name_operator_oh_wheelchair" />
6868 <reference ref="link_contact_address" />
6869 </item> <!-- Research -->
6870 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6871 <link wiki="Tag:office=tax_advisor" />
6872 <space />
6873 <key key="office" value="tax_advisor" />
6874 <reference ref="name_brand_operator_oh_wheelchair" />
6875 <reference ref="link_contact_address" />
6876 </item> <!-- Tax advisor -->
6877 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6878 <link wiki="Tag:office=telecommunication" />
6879 <space />
6880 <key key="office" value="telecommunication" />
6881 <reference ref="name_brand_operator_oh_wheelchair" />
6882 <reference ref="link_contact_address" />
6883 </item> <!-- Telecommunication -->
6884 </group> <!-- Offices -->
6885 <group name="Craft" icon="presets/craft/painter.svg">
6886 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
6887 <link wiki="Tag:craft=beekeeper" />
6888 <space />
6889 <key key="craft" value="beekeeper" />
6890 <reference ref="name_operator_oh_wheelchair" />
6891 <reference ref="link_contact_address" />
6892 </item> <!-- Beekeeper -->
6893 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
6894 <link wiki="Tag:craft=brewery" />
6895 <space />
6896 <key key="craft" value="brewery" />
6897 <reference ref="name_operator_oh_wheelchair" />
6898 <reference ref="link_contact_address" />
6899 </item> <!-- Brewery -->
6900 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
6901 <link wiki="Tag:craft=winery" />
6902 <space />
6903 <key key="craft" value="winery" />
6904 <reference ref="name_operator_oh_wheelchair" />
6905 <reference ref="link_contact_address" />
6906 </item> <!-- Winery -->
6907 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
6908 <link wiki="Tag:craft=caterer" />
6909 <space />
6910 <key key="craft" value="caterer" />
6911 <reference ref="name_operator_oh_wheelchair" />
6912 <reference ref="link_contact_address" />
6913 </item> <!-- Caterer -->
6914 <separator/> <!-- food group -->
6915 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6916 <link wiki="Tag:craft=upholsterer" />
6917 <space />
6918 <key key="craft" value="upholsterer" />
6919 <reference ref="name_operator_oh_wheelchair" />
6920 <reference ref="link_contact_address" />
6921 </item> <!-- Upholsterer -->
6922 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
6923 <link wiki="Tag:craft=key_cutter" />
6924 <space />
6925 <key key="craft" value="key_cutter" />
6926 <reference ref="name_operator_oh_wheelchair" />
6927 <reference ref="link_contact_address" />
6928 </item> <!-- Key cutter -->
6929 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
6930 <link wiki="Tag:craft=locksmith" />
6931 <space />
6932 <key key="craft" value="locksmith" />
6933 <reference ref="name_operator_oh_wheelchair" />
6934 <reference ref="link_contact_address" />
6935 </item> <!-- Locksmith -->
6936 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6937 <link wiki="Tag:craft=electrician" />
6938 <space />
6939 <key key="craft" value="electrician" />
6940 <reference ref="name_operator_oh_wheelchair" />
6941 <reference ref="link_contact_address" />
6942 </item> <!-- Electrician -->
6943 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
6944 <link wiki="Tag:craft=plumber" />
6945 <space />
6946 <key key="craft" value="plumber" />
6947 <reference ref="name_operator_oh_wheelchair" />
6948 <reference ref="link_contact_address" />
6949 </item> <!-- Plumber -->
6950 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
6951 <link wiki="Tag:craft=hvac" />
6952 <space />
6953 <key key="craft" value="hvac" />
6954 <reference ref="name_operator_oh_wheelchair" />
6955 <reference ref="link_contact_address" />
6956 </item> <!-- Hvac -->
6957 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
6958 <link wiki="Tag:craft=painter" />
6959 <space />
6960 <key key="craft" value="painter" />
6961 <reference ref="name_operator_oh_wheelchair" />
6962 <reference ref="link_contact_address" />
6963 </item> <!-- Painter -->
6964 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
6965 <link wiki="Tag:craft=tiler" />
6966 <space />
6967 <key key="craft" value="tiler" />
6968 <reference ref="name_operator_oh_wheelchair" />
6969 <reference ref="link_contact_address" />
6970 </item> <!-- Tiler -->
6971 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
6972 <link wiki="Tag:craft=window_construction" />
6973 <space />
6974 <key key="craft" value="window_construction" />
6975 <reference ref="name_operator_oh_wheelchair" />
6976 <reference ref="link_contact_address" />
6977 </item> <!-- Window construction -->
6978 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
6979 <link wiki="Tag:craft=carpenter" />
6980 <space />
6981 <key key="craft" value="carpenter" />
6982 <reference ref="name_operator_oh_wheelchair" />
6983 <reference ref="link_contact_address" />
6984 </item> <!-- Carpenter -->
6985 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6986 <link wiki="Tag:craft=roofer" />
6987 <space />
6988 <key key="craft" value="roofer" />
6989 <reference ref="name_operator_oh_wheelchair" />
6990 <reference ref="link_contact_address" />
6991 </item> <!-- Roofer -->
6992 <separator/> <!-- apartment/house group -->
6993 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6994 <link wiki="Tag:craft=photographer" />
6995 <space />
6996 <key key="craft" value="photographer" />
6997 <reference ref="name_operator_oh_wheelchair" />
6998 <reference ref="link_contact_address" />
6999 </item> <!-- Photographer -->
7000 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
7001 <link wiki="Tag:craft=handicraft" />
7002 <space />
7003 <key key="craft" value="handicraft" />
7004 <reference ref="name_operator_oh_wheelchair" />
7005 <reference ref="link_contact_address" />
7006 </item> <!-- Handicraft -->
7007 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7008 <link wiki="Tag:craft=pottery" />
7009 <space />
7010 <key key="craft" value="pottery" />
7011 <reference ref="name_operator_oh_wheelchair" />
7012 <reference ref="link_contact_address" />
7013 </item> <!-- Pottery -->
7014 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7015 <link wiki="Tag:craft=gardener" />
7016 <space />
7017 <key key="craft" value="gardener" />
7018 <reference ref="name_operator_oh_wheelchair" />
7019 <reference ref="link_contact_address" />
7020 </item> <!-- Gardener -->
7021 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7022 <link wiki="Tag:craft=shoemaker" />
7023 <space />
7024 <key key="craft" value="shoemaker" />
7025 <reference ref="name_operator_oh_wheelchair" />
7026 <reference ref="link_contact_address" />
7027 </item> <!-- Shoemaker -->
7028 <separator/> <!-- other "soft"/art craft group -->
7029 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7030 <link wiki="Tag:craft=sawmill" />
7031 <space />
7032 <key key="craft" value="sawmill" />
7033 <reference ref="name_operator_oh_wheelchair" />
7034 <reference ref="link_contact_address" />
7035 </item> <!-- Sawmill -->
7036 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7037 <link wiki="Tag:craft=stonemason" />
7038 <space />
7039 <key key="craft" value="stonemason" />
7040 <reference ref="name_operator_oh_wheelchair" />
7041 <reference ref="link_contact_address" />
7042 </item> <!-- Stonemason -->
7043 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7044 <link wiki="Tag:craft=blacksmith" />
7045 <space />
7046 <key key="craft" value="blacksmith" />
7047 <reference ref="name_operator_oh_wheelchair" />
7048 <reference ref="link_contact_address" />
7049 </item> <!-- Blacksmith -->
7050 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7051 <link wiki="Tag:craft=metal_construction" />
7052 <space />
7053 <key key="craft" value="metal_construction" />
7054 <reference ref="name_operator_oh_wheelchair" />
7055 <reference ref="link_contact_address" />
7056 </item> <!-- Metal construction -->
7057 <!-- other "hard" craft group -->
7058 </group> <!-- Craft -->
7059 <group name="Geography" icon="presets/landmark/peak.svg">
7060 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7061 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7062 <link wiki="Tag:boundary=administrative" />
7063 <space />
7064 <key key="boundary" value="administrative" />
7065 <text key="name" text="Name" />
7066 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7067 <check key="maritime" text="Maritime" disable_off="true" />
7068 </item> <!-- Administrative -->
7069 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7070 <link wiki="Tag:boundary=political" />
7071 <space />
7072 <key key="boundary" value="political" />
7073 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7074 <text key="name" text="Name" />
7075 </item> <!-- Political -->
7076 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7077 <link wiki="Tag:boundary=postal_code" />
7078 <space />
7079 <key key="boundary" value="postal_code" />
7080 <text key="postal_code" text="Postal Code" />
7081 </item> <!-- Postal Code -->
7082 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7083 <link wiki="Tag:boundary=national_park" />
7084 <space />
7085 <key key="boundary" value="national_park" />
7086 <text key="name" text="Name" />
7087 </item> <!-- National Park -->
7088 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7089 <link wiki="Tag:boundary=protected_area" />
7090 <space />
7091 <key key="boundary" value="protected_area" />
7092 <text key="protect_class" text="Protect Class" length="2" />
7093 <text key="protection_title" text="Title or type of protection" />
7094 <optional>
7095 <reference ref="name_operator" />
7096 <reference ref="oh" />
7097 <text key="wikipedia" text="Wikipedia" />
7098 <text key="start_date" text="Start date" />
7099 </optional>
7100 </item> <!-- Protected Area -->
7101 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7102 <link wiki="Tag:boundary=maritime" />
7103 <space />
7104 <key key="boundary" value="maritime" />
7105 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7106 <text key="name" text="Name" />
7107 </item> <!-- Maritime -->
7108 </group> <!-- Boundaries -->
7109 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7110 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7111 <link wiki="Tag:place=continent" />
7112 <space />
7113 <key key="place" value="continent" />
7114 <reference ref="name_wikipedia" />
7115 </item> <!-- Continent -->
7116 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7117 <link wiki="Tag:place=country" />
7118 <space />
7119 <key key="place" value="country" />
7120 <reference ref="name_wikipedia" />
7121 </item> <!-- Country -->
7122 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7123 <link wiki="Tag:place=state" />
7124 <space />
7125 <key key="place" value="state" />
7126 <reference ref="name_wikipedia" />
7127 </item> <!-- State -->
7128 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7129 <link wiki="Tag:place=region" />
7130 <space />
7131 <key key="place" value="region" />
7132 <reference ref="name_wikipedia" />
7133 </item> <!-- Region -->
7134 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7135 <link wiki="Tag:place=county" />
7136 <space />
7137 <key key="place" value="county" />
7138 <reference ref="name_wikipedia" />
7139 <reference ref="population_postcode_website" />
7140 </item> <!-- County -->
7141 <separator/>
7142 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7143 <link wiki="Tag:place=city" />
7144 <space />
7145 <key key="place" value="city" />
7146 <reference ref="name_wikipedia" />
7147 <reference ref="population_postcode_website" />
7148 </item> <!-- City -->
7149 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7150 <link wiki="Tag:place=town" />
7151 <space />
7152 <key key="place" value="town" />
7153 <reference ref="name_wikipedia" />
7154 <reference ref="population_postcode_website" />
7155 </item> <!-- Town -->
7156 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7157 <link wiki="Tag:place=village" />
7158 <space />
7159 <key key="place" value="village" />
7160 <reference ref="name_wikipedia" />
7161 <reference ref="population_postcode_website" />
7162 </item> <!-- Village -->
7163 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7164 <link wiki="Tag:place=hamlet" />
7165 <space />
7166 <key key="place" value="hamlet" />
7167 <reference ref="name_wikipedia" />
7168 <reference ref="population_postcode_website" />
7169 </item> <!-- Hamlet -->
7170 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7171 <link wiki="Tag:place=isolated_dwelling" />
7172 <space />
7173 <key key="place" value="isolated_dwelling" />
7174 <reference ref="name_wikipedia" />
7175 <reference ref="population_postcode_website" />
7176 </item> <!-- Isolated Dwelling -->
7177 <separator/>
7178 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7179 <link wiki="Tag:place=suburb" />
7180 <space />
7181 <key key="place" value="suburb" />
7182 <reference ref="name_wikipedia" />
7183 <reference ref="population_postcode_website" />
7184 </item> <!-- Suburb -->
7185 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7186 <link wiki="Tag:place=quarter" />
7187 <space />
7188 <key key="place" value="quarter" />
7189 <reference ref="name_wikipedia" />
7190 <text key="population" text="Population" />
7191 <text key="website" text="Website" />
7192 </item> <!-- Quarter -->
7193 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7194 <link wiki="Tag:place=neighbourhood" />
7195 <space />
7196 <key key="place" value="neighbourhood" />
7197 <reference ref="name_wikipedia" />
7198 <text key="population" text="Population" />
7199 <text key="website" text="Website" />
7200 </item> <!-- Neighbourhood -->
7201 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7202 <link wiki="Tag:place=farm" />
7203 <space />
7204 <label text="A farm within a bigger settlement" />
7205 <label text="(please use isolated_dwelling for an isolated farm)" />
7206 <key key="place" value="farm" />
7207 <reference ref="name_wikipedia" />
7208 <reference ref="population_postcode_website" />
7209 </item> <!-- Farm -->
7210 <separator/>
7211 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7212 <link wiki="Tag:place=locality" />
7213 <space />
7214 <key key="place" value="locality" />
7215 <reference ref="name_wikipedia" />
7216 </item> <!-- Locality -->
7217 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7218 <link wiki="Tag:place=square" />
7219 <space />
7220 <key key="place" value="square" />
7221 <reference ref="name_wikipedia" />
7222 </item> <!-- Square -->
7223 </group> <!-- Places -->
7224 <group name="Geography" icon="presets/landmark/peak.svg">
7225 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7226 <link wiki="Tag:natural=peak" />
7227 <label text="The top (summit) of a mountain or hill." />
7228 <space />
7229 <key key="natural" value="peak" />
7230 <reference ref="name_wikipedia" />
7231 <text key="ele" text="Elevation (meters)" lenght="10" />
7232 </item> <!-- Peak -->
7233 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7234 <link wiki="Tag:natural=saddle" />
7235 <label text="A saddle point between mountains or hills." />
7236 <space/>
7237 <key key="natural" value="saddle" />
7238 <reference ref="name_wikipedia" />
7239 <text key="ele" text="Elevation (meters)" lenght="10" />
7240 </item> <!-- Saddle -->
7241 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7242 <link wiki="Tag:natural=glacier" />
7243 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7244 <space />
7245 <key key="natural" value="glacier" />
7246 <reference ref="name_wikipedia" />
7247 <text key="ele" text="Elevation (meters)" lenght="10" />
7248 </item> <!-- Glacier -->
7249 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7250 <link wiki="Tag:natural=volcano" />
7251 <label text="A volcano, either dormant, extinct or active." />
7252 <space />
7253 <key key="natural" value="volcano" />
7254 <reference ref="name_wikipedia" />
7255 <text key="ele" text="Elevation (meters)" lenght="10" />
7256 <optional>
7257 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7258 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7259 </optional>
7260 </item> <!-- Volcano -->
7261 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7262 <link wiki="Tag:natural=ridge" />
7263 <label text="A mountain or hill ridge." />
7264 <space />
7265 <key key="natural" value="ridge" />
7266 <reference ref="name_wikipedia" />
7267 <text key="ele" text="Elevation (meters)" lenght="10" />
7268 </item> <!-- Ridge -->
7269 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7270 <link wiki="Tag:natural=valley" />
7271 <label text="A low area between hills." />
7272 <space />
7273 <key key="natural" value="valley" />
7274 <reference ref="name_wikipedia" />
7275 </item> <!-- Valley -->
7276 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7277 <link wiki="Tag:natural=cliff" />
7278 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7279 <space />
7280 <key key="natural" value="cliff" />
7281 <text key="name" text="Name" />
7282 <text key="height" text="Height (meters)" length="7" />
7283 </item> <!-- Cliff -->
7284 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
7285 <link wiki="Tag:natural=cave_entrance" />
7286 <label text="The entrance to a cave." />
7287 <space />
7288 <key key="natural" value="cave_entrance" />
7289 <reference ref="name_wikipedia" />
7290 <reference ref="oh_wheelchair" />
7291 <reference ref="POI_access" />
7292 <reference ref="fee" />
7293 </item> <!-- Cave Entrance -->
7294 <separator/>
7295 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
7296 <link wiki="Tag:place=island" />
7297 <space />
7298 <key key="place" value="island" />
7299 <reference ref="name_wikipedia" />
7300 </item> <!-- Island -->
7301 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7302 <link wiki="Tag:place=islet" />
7303 <space />
7304 <key key="place" value="islet" />
7305 <reference ref="name_wikipedia" />
7306 </item> <!-- Islet -->
7307 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
7308 <link wiki="Tag:natural=reef" />
7309 <space />
7310 <key key="natural" value="reef" />
7311 <text key="name" text="Name" />
7312 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
7313 </item> <!-- Reef -->
7314 </group> <!-- Geography -->
7315 <group name="Nature" icon="presets/landmark/trees.svg">
7316 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
7317 <link wiki="Tag:natural=tree" />
7318 <label text="A single tree." />
7319 <space />
7320 <key key="natural" value="tree" />
7321 <reference ref="leaf_without_mixed" />
7322 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7323 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7324 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7325 <list_entry value="avenue" short_description="Trees aligned along a road." />
7326 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7327 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7328 </combo>
7329 <optional>
7330 <reference ref="genus_species_taxon" />
7331 <space />
7332 <text key="height" text="Height (meters)" length="7" />
7333 <text key="diameter_crown" text="Diameter crown (meters)" />
7334 <text key="circumference" text="Circumference (meters)" />
7335 <space />
7336 <text key="name" text="Name" />
7337 <text key="start_date" text="Start date" />
7338 </optional>
7339 </item> <!-- Tree -->
7340 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
7341 <link wiki="Tag:natural=tree_row" />
7342 <label text="A line of trees." />
7343 <space />
7344 <key key="natural" value="tree_row" />
7345 <reference ref="leaf" />
7346 <optional>
7347 <reference ref="genus_species_taxon" />
7348 <text key="height" text="Height (meters)" length="7" />
7349 </optional>
7350 </item> <!-- Tree Row -->
7351 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
7352 <link wiki="Tag:natural=wood" />
7353 <label text="Woodland where timber production does not dominate use." />
7354 <space />
7355 <key key="natural" value="wood" />
7356 <text key="name" text="Name" />
7357 <reference ref="leaf" />
7358 </item> <!-- Wood -->
7359 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
7360 <link wiki="Tag:landuse=forest" />
7361 <space />
7362 <key key="landuse" value="forest" />
7363 <reference ref="leaf" />
7364 <reference ref="optional_name" />
7365 </item> <!-- Forest -->
7366 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
7367 <link wiki="Tag:man_made=cutline" />
7368 <space />
7369 <key key="man_made" value="cutline" />
7370 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7371 </item> <!-- Cutline -->
7372 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7373 <link wiki="Tag:natural=grassland" />
7374 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
7375 <space />
7376 <key key="natural" value="grassland" />
7377 <text key="name" text="Name" />
7378 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
7379 </item> <!-- Grassland -->
7380 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
7381 <link wiki="Tag:leisure=nature_reserve" />
7382 <space />
7383 <key key="leisure" value="nature_reserve" />
7384 <text key="name" text="Name" />
7385 </item> <!-- Nature Reserve -->
7386 <separator/>
7387 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
7388 <link wiki="Tag:natural=scree" />
7389 <label text="An accumulation of loose angular rocks." />
7390 <space />
7391 <key key="natural" value="scree" />
7392 <text key="name" text="Name" />
7393 </item> <!-- Scree -->
7394 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
7395 <link wiki="Tag:natural=shingle" />
7396 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7397 <space />
7398 <key key="natural" value="shingle" />
7399 <text key="name" text="Name" />
7400 </item> <!-- Shingle -->
7401 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
7402 <link wiki="Tag:natural=fell" />
7403 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
7404 <space />
7405 <key key="natural" value="fell" />
7406 <text key="name" text="Name" />
7407 </item> <!-- Fell -->
7408 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
7409 <link wiki="Tag:natural=scrub" />
7410 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
7411 <space />
7412 <key key="natural" value="scrub" />
7413 <text key="name" text="Name" />
7414 <optional>
7415 <reference ref="leaf" />
7416 </optional>
7417 </item> <!-- Scrub -->
7418 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
7419 <link wiki="Tag:natural=heath" />
7420 <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." />
7421 <space />
7422 <key key="natural" value="heath" />
7423 <text key="name" text="Name" />
7424 </item> <!-- Heath -->
7425 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
7426 <link wiki="Tag:natural=sand" />
7427 <label text="Large area covered with sand." />
7428 <space />
7429 <key key="natural" value="sand" />
7430 <text key="name" text="Name" />
7431 </item> <!-- Sand -->
7432 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
7433 <link wiki="Tag:natural=bare_rock" />
7434 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
7435 <space />
7436 <key key="natural" value="bare_rock" />
7437 <text key="name" text="Name" />
7438 </item> <!-- Bare Rock -->
7439 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
7440 <link wiki="Tag:natural=rock" />
7441 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
7442 <space />
7443 <key key="natural" value="rock" />
7444 <reference ref="name_wikipedia" />
7445 <optional>
7446 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
7447 </optional>
7448 </item> <!-- Rock -->
7449 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
7450 <link wiki="Tag:natural=stone" />
7451 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
7452 <space />
7453 <key key="natural" value="stone" />
7454 <reference ref="name_wikipedia" />
7455 <optional>
7456 <text key="height" text="Height (meters)" length="7" />
7457 <text key="width" text="Width (meters)" />
7458 </optional>
7459 </item> <!-- Stone -->
7460 </group> <!-- Nature -->
7461 <group name="Land use" icon="presets/landuse/farmland.svg">
7462 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
7463 <link wiki="Tag:landuse=farmyard" />
7464 <space />
7465 <key key="landuse" value="farmyard" />
7466 <reference ref="optional_name" />
7467 </item> <!-- Farmyard -->
7468 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
7469 <link wiki="Tag:landuse=farmland" />
7470 <space />
7471 <key key="landuse" value="farmland" />
7472 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
7473 <reference ref="optional_name" />
7474 </item> <!-- Farmland -->
7475 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7476 <link wiki="Tag:landuse=meadow" />
7477 <space />
7478 <key key="landuse" value="meadow" />
7479 <reference ref="optional_name" />
7480 </item> <!-- Meadow -->
7481 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
7482 <link wiki="Tag:landuse=orchard" />
7483 <space />
7484 <key key="landuse" value="orchard" />
7485 <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" />
7486 <reference ref="optional_name" />
7487 </item> <!-- Orchard -->
7488 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
7489 <link wiki="Tag:landuse=vineyard" />
7490 <space />
7491 <key key="landuse" value="vineyard" />
7492 <key key="crop" value="grape" match="keyvalue" />
7493 <reference ref="optional_name" />
7494 </item> <!-- Vineyard -->
7495 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
7496 <link wiki="Tag:landuse=greenhouse_horticulture" />
7497 <space />
7498 <key key="landuse" value="greenhouse_horticulture" />
7499 <reference ref="optional_name_operator" />
7500 </item> <!-- Greenhouse Horticulture -->
7501 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
7502 <link wiki="Tag:landuse=plant_nursery" />
7503 <key key="landuse" value="plant_nursery" />
7504 <reference ref="optional_name_operator" />
7505 <space />
7506 <reference ref="leaf" />
7507 <reference ref="genus_species_taxon" />
7508 </item> <!-- Plant Nursery -->
7509 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
7510 <link wiki="Tag:landuse=salt_pond" />
7511 <space />
7512 <key key="landuse" value="salt_pond" />
7513 <reference ref="optional_name_operator" />
7514 </item> <!-- Salt Pond -->
7515 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
7516 <link wiki="Tag:landuse=aquaculture" />
7517 <space />
7518 <key key="landuse" value="aquaculture" />
7519 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
7520 <reference ref="optional_name_operator" />
7521 </item> <!-- Aquaculture -->
7522 <separator/>
7523 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
7524 <link wiki="Tag:landuse=allotments" />
7525 <space />
7526 <key key="landuse" value="allotments" />
7527 <reference ref="optional_name" />
7528 </item> <!-- Allotments -->
7529 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
7530 <link wiki="Tag:landuse=flowerbed" />
7531 <space />
7532 <key key="landuse" value="flowerbed" />
7533 <optional>
7534 <text key="operator" text="Operator" />
7535 <reference ref="genus_species_taxon" />
7536 </optional>
7537 </item> <!-- Flowerbed -->
7538 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
7539 <link wiki="Tag:leisure=garden" />
7540 <space />
7541 <key key="leisure" value="garden" />
7542 <reference ref="optional_name" />
7543 </item> <!-- Garden -->
7544 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7545 <link wiki="Tag:landuse=grass" />
7546 <space />
7547 <key key="landuse" value="grass" />
7548 <reference ref="optional_name" />
7549 </item> <!-- Grass -->
7550 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7551 <link wiki="Tag:landuse=village_green" />
7552 <space />
7553 <key key="landuse" value="village_green" />
7554 <reference ref="optional_name" />
7555 </item> <!-- Village Green -->
7556 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
7557 <link wiki="Tag:leisure=park" />
7558 <space />
7559 <key key="leisure" value="park" />
7560 <reference ref="optional_name" />
7561 </item> <!-- Park -->
7562 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7563 <link wiki="Tag:landuse=recreation_ground" />
7564 <space />
7565 <key key="landuse" value="recreation_ground" />
7566 <reference ref="optional_name" />
7567 </item> <!-- Recreation Ground -->
7568 <separator/>
7569 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
7570 <link wiki="Tag:landuse=religious" />
7571 <space />
7572 <key key="landuse" value="religious" />
7573 <text key="name" text="Name" />
7574 <reference ref="religious" />
7575 </item> <!-- Religious -->
7576 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
7577 <link wiki="Tag:landuse=cemetery" />
7578 <space />
7579 <key key="landuse" value="cemetery" />
7580 <text key="name" text="Name" />
7581 <reference ref="religious" />
7582 </item> <!-- Cemetery -->
7583 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
7584 <link wiki="Tag:amenity=grave_yard" />
7585 <space />
7586 <key key="amenity" value="grave_yard" />
7587 <text key="name" text="Name" />
7588 <reference ref="religious" />
7589 </item> <!-- Graveyard -->
7590 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
7591 <link wiki="Tag:cemetery=sector" />
7592 <space />
7593 <key key="cemetery" value="sector" />
7594 <optional>
7595 <text key="ref" text="Reference" />
7596 <text key="name" text="Name" />
7597 </optional>
7598 </item> <!-- Cemetery sector-->
7599 <separator/>
7600 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
7601 <link wiki="Tag:landuse=residential" />
7602 <space />
7603 <key key="landuse" value="residential" />
7604 <reference ref="optional_name" />
7605 </item> <!-- Residential Area -->
7606 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
7607 <link wiki="Tag:landuse=retail" />
7608 <space />
7609 <key key="landuse" value="retail" />
7610 <reference ref="optional_name" />
7611 </item> <!-- Retail -->
7612 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
7613 <link wiki="Tag:landuse=commercial" />
7614 <space />
7615 <key key="landuse" value="commercial" />
7616 <reference ref="optional_name" />
7617 </item> <!-- Commercial -->
7618 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
7619 <link wiki="Tag:landuse=industrial" />
7620 <space />
7621 <key key="landuse" value="industrial" />
7622 <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" />
7623 <reference ref="optional_name" />
7624 </item> <!-- Industrial -->
7625 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
7626 <link wiki="Tag:landuse=garages" />
7627 <space />
7628 <key key="landuse" value="garages" />
7629 <reference ref="optional_name_operator" />
7630 </item> <!-- Garages -->
7631 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
7632 <link wiki="Tag:landuse=railway" />
7633 <space />
7634 <key key="landuse" value="railway" />
7635 <reference ref="optional_name" />
7636 </item> <!-- Railway Land -->
7637 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
7638 <link wiki="Tag:landuse=military" />
7639 <space />
7640 <key key="landuse" value="military" />
7641 <reference ref="optional_name" />
7642 </item> <!-- Military -->
7643 <separator/>
7644 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
7645 <link wiki="Tag:landuse=construction" />
7646 <space />
7647 <key key="landuse" value="construction" />
7648 <reference ref="optional_name" />
7649 </item> <!-- Construction Area -->
7650 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
7651 <link wiki="Tag:landuse=brownfield" />
7652 <space />
7653 <key key="landuse" value="brownfield" />
7654 <reference ref="optional_name" />
7655 </item> <!-- Brownfield -->
7656 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
7657 <link wiki="Tag:landuse=greenfield" />
7658 <space />
7659 <key key="landuse" value="greenfield" />
7660 <reference ref="optional_name" />
7661 </item> <!-- Greenfield -->
7662 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
7663 <link wiki="Tag:landuse=landfill" />
7664 <space />
7665 <key key="landuse" value="landfill" />
7666 <reference ref="optional_name" />
7667 </item> <!-- Landfill -->
7668 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
7669 <link wiki="Tag:landuse=quarry" />
7670 <space />
7671 <key key="landuse" value="quarry" />
7672 <reference ref="name_operator" />
7673 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
7674 </item> <!-- Quarry -->
7675 </group> <!-- Landuse -->
7676 </group> <!-- Geography -->
7677 <group name="Annotation" icon="presets/misc/housenumber.svg">
7678 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7679 <link wiki="Key:name" />
7680 <space />
7681 <text key="name" text="Name" />
7682 <optional>
7683 <text key="alt_name" text="Alternative name" match="key" />
7684 <text key="old_name" text="Historical name" match="key" />
7685 <text key="loc_name" text="Local name" match="key" />
7686 <text key="reg_name" text="Regional name" match="key" />
7687 <text key="nat_name" text="National name" match="key" />
7688 <text key="int_name" text="International name" match="key" />
7689 <text key="official_name" text="Official name" match="key" />
7690 <text key="short_name" text="Common name abbreviation" match="key" />
7691 </optional>
7692 </item> <!-- Name -->
7693 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7694 <link wiki="Key:addr" />
7695 <space />
7696 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
7697 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7698 <optional>
7699 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7700 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
7701 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
7702 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
7703 </optional>
7704 <optional text="Optional values for specific countries">
7705 <text key="addr:unit" text="Unit/Suite" match="key" />
7706 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
7707 <text key="addr:hamlet" text="Hamlet" match="key" />
7708 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
7709 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
7710 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
7711 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
7712 <!-- US States as defined in ISO 3166-2 -->
7713 <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" />
7714 </optional>
7715 </item> <!-- Address -->
7716 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
7717 <link wiki="Key:addr" />
7718 <space />
7719 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
7720 <optional>
7721 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
7722 </optional>
7723 </item> <!-- Address Interpolation -->
7724 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7725 <link wiki="Annotations" />
7726 <space />
7727 <text key="website" text="Website" match="key" />
7728 <text key="email" text="Email Address" match="key" />
7729 <space />
7730 <text key="phone" text="Phone number" match="key" />
7731 <text key="fax" text="Fax Number" match="key" />
7732 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7733 <space />
7734 <text key="wikipedia" text="Wikipedia" />
7735 <text key="image" text="Image" />
7736 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
7737 </item> <!-- Contact (Common Schema) -->
7738 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7739 <link wiki="Key:contact" />
7740 <space />
7741 <text key="contact:website" text="Website" match="key" />
7742 <text key="contact:email" text="Email Address" match="key" />
7743 <space />
7744 <text key="contact:phone" text="Phone number" match="key" />
7745 <text key="contact:fax" text="Fax Number" match="key" />
7746 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7747 <space />
7748 <text key="wikipedia" text="Wikipedia" />
7749 <text key="image" text="Image" />
7750 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
7751 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
7752 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7753 <link wiki="Key:description" />
7754 <space />
7755 <label text="A short text with additional information." text_context="description=*" />
7756 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
7757 <space />
7758 <text key="description" text="Description" match="key" />
7759 <preset_link preset_name="Note" text="Similar but different tags:" />
7760 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7761 </item> <!-- Description -->
7762 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7763 <link wiki="Key:note" />
7764 <space />
7765 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
7766 <space />
7767 <text key="note" text="Note" text_context="the tag note=*" match="key" />
7768 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7769 <preset_link preset_name="Description" text="Similar but different tags:" />
7770 </item> <!-- Note -->
7771 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7772 <link wiki="Key:fixme" />
7773 <space />
7774 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
7775 <space />
7776 <text key="fixme" text="Fixme" match="key" />
7777 <preset_link preset_name="Note" text="Similar but different tags:" />
7778 <preset_link preset_name="Description" text="Similar but different tags:" />
7779 </item> <!-- Fixme -->
7780 </group> <!-- Annotation -->
7781 <group name="Relations" icon="presets/misc/relations.svg">
7782 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
7783 <link wiki="Relation:multipolygon" />
7784 <key key="type" value="multipolygon" />
7785 <optional>
7786 <text key="name" text="Name" />
7787 </optional>
7788 <roles>
7789 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7790 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
7791 </roles>
7792 </item> <!-- Multipolygon -->
7793 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
7794 <link wiki="Relation:boundary" />
7795 <space />
7796 <key key="type" value="boundary" />
7797 <text key="name" text="Name" />
7798 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
7799 <optional>
7800 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7801 </optional>
7802 <roles>
7803 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7804 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
7805 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
7806 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
7807 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
7808 </roles>
7809 </item> <!-- Boundary -->
7810 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
7811 <link wiki="Relation:building" />
7812 <key key="type" value="building" />
7813 <preset_link preset_name="Building" />
7814 <preset_link preset_name="Entrance" />
7815 <preset_link preset_name="Building part" />
7816 <roles>
7817 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
7818 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
7819 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
7820 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
7821 <role key="entrance" text="Entrance" requisite="optional" type="node" />
7822 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
7823 </roles>
7824 </item> <!-- Building -->
7825 <item name="Site" type="relation" preset_name_label="true">
7826 <link wiki="Relation:site" />
7827 <space />
7828 <key key="type" value="site" />
7829 <text key="name" text="Site name" />
7830 <roles>
7831 <role key="label" text="where to place the label" requisite="optional" type="node" />
7832 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
7833 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
7834 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
7835 </roles>
7836 </item> <!-- Site -->
7837 <separator/>
7838 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
7839 <link wiki="Relation:restriction" />
7840 <space />
7841 <key key="type" value="restriction" />
7842 <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" />
7843 <roles>
7844 <role key="from" text="from way" requisite="required" count="1" type="way" />
7845 <role key="via" text="via node or ways" requisite="required" type="way,node" />
7846 <role key="to" text="to way" requisite="required" count="1" type="way" />
7847 </roles>
7848 </item> <!-- Turn Restriction -->
7849 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
7850 <link wiki="Relation:connectivity" />
7851 <space />
7852 <key key="type" value="connectivity" />
7853 <text key="connectivity" text="Lane Connectivity" />
7854 <roles>
7855 <role key="from" text="from way" requisite="required" count="1" type="way" />
7856 <role key="via" text="via node or ways" requisite="required" type="way,node" />
7857 <role key="to" text="to way" requisite="required" count="1" type="way" />
7858 </roles>
7859 </item> <!-- Lane Connectivity -->
7860 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
7861 <link wiki="Relation:enforcement" />
7862 <space />
7863 <key key="type" value="enforcement" />
7864 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
7865 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
7866 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
7867 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
7868 <roles>
7869 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
7870 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
7871 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
7872 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
7873 </roles>
7874 </item> <!-- Enforcement -->
7875 <separator/>
7876 <group name="Routes" icon="presets/misc/route.svg">
7877 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7878 <link wiki="Tag:route=bicycle" />
7879 <space/>
7880 <key key="type" value="route"/>
7881 <key key="route" value="bicycle"/>
7882 <text key="name" text="Name" />
7883 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
7884 <optional>
7885 <reference ref="route_hikebike_optionals" />
7886 </optional>
7887 <roles>
7888 <reference ref="route_segment_roles" />
7889 </roles>
7890 </item> <!-- Bicycle Route -->
7891 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7892 <link wiki="Mountain_biking" />
7893 <space/>
7894 <key key="type" value="route"/>
7895 <key key="route" value="mtb"/>
7896 <text key="name" text="Name" />
7897 <optional>
7898 <reference ref="route_hikebike_optionals" />
7899 </optional>
7900 <roles>
7901 <reference ref="route_segment_roles" />
7902 </roles>
7903 </item> <!-- Mountain Biking Route -->
7904 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7905 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
7906 <space/>
7907 <key key="type" value="route"/>
7908 <key key="route" value="hiking"/>
7909 <text key="name" text="Name" />
7910 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
7911 <optional>
7912 <reference ref="route_hikebike_optionals" />
7913 </optional>
7914 <reference ref="walking_routes_roles" />
7915 </item> <!-- Hiking Route -->
7916 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7917 <link wiki="Tag:route=foot" />
7918 <space/>
7919 <key key="type" value="route"/>
7920 <key key="route" value="foot"/>
7921 <text key="name" text="Name" />
7922 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
7923 <optional>
7924 <reference ref="route_hikebike_optionals" />
7925 </optional>
7926 <reference ref="walking_routes_roles" />
7927 </item> <!-- Walking Route -->
7928 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7929 <link wiki="Tag:route=running" />
7930 <space/>
7931 <key key="type" value="route"/>
7932 <key key="route" value="running"/>
7933 <text key="name" text="Name" />
7934 <optional>
7935 <reference ref="route_hikebike_optionals" />
7936 </optional>
7937 <roles>
7938 <reference ref="route_segment_roles" />
7939 <reference ref="route_start_stop_roles" />
7940 </roles>
7941 </item> <!-- Running Route -->
7942 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7943 <link wiki="Tag:route=fitness_trail" />
7944 <space/>
7945 <key key="type" value="route"/>
7946 <key key="route" value="fitness_trail"/>
7947 <text key="name" text="Name" />
7948 <optional>
7949 <reference ref="route_hikebike_optionals" />
7950 </optional>
7951 <roles>
7952 <reference ref="route_segment_roles" />
7953 <reference ref="route_start_stop_roles" />
7954 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
7955 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
7956 </roles>
7957 </item> <!-- Fitness Trail -->
7958 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7959 <link wiki="Tag:route=horse" />
7960 <space/>
7961 <key key="type" value="route"/>
7962 <key key="route" value="horse"/>
7963 <text key="name" text="Name" />
7964 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
7965 <optional>
7966 <reference ref="route_hikebike_optionals" />
7967 </optional>
7968 <roles>
7969 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
7970 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
7971 <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"/>
7972 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
7973 </roles>
7974 </item> <!-- Riding Route -->
7975 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7976 <link wiki="Tag:route=piste" />
7977 <space/>
7978 <key key="type" value="route"/>
7979 <key key="route" value="piste"/>
7980 <text key="name" text="Name" />
7981 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
7982 <optional>
7983 <reference ref="route_hikebike_optionals" />
7984 </optional>
7985 <roles>
7986 <role key="" text="route segment" requisite="optional" type="way" />
7987 <role key="forward" text="forward segment" requisite="optional" type="way" />
7988 <role key="backward" text="backward segment" requisite="optional" type="way" />
7989 <role key="link" text="link segment" requisite="optional" type="way" />
7990 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
7991 <role key="variant" text="variant segment" requisite="optional" type="way" />
7992 <role key="start" text="entry points" requisite="optional" type="node" />
7993 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
7994 </roles>
7995 </item> <!-- Piste Route -->
7996 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
7997 <link wiki="Tag:route=ski" />
7998 <space/>
7999 <key key="type" value="route"/>
8000 <key key="route" value="ski"/>
8001 <text key="name" text="Name" />
8002 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8003 <optional>
8004 <reference ref="route_hikebike_optionals" />
8005 </optional>
8006 <roles>
8007 <role key="" text="route segment" requisite="optional" type="way" />
8008 <role key="forward" text="forward segment" requisite="optional" type="way" />
8009 <role key="backward" text="backward segment" requisite="optional" type="way" />
8010 <role key="link" text="link segment" requisite="optional" type="way" />
8011 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8012 <role key="variant" text="variant segment" requisite="optional" type="way" />
8013 <role key="start" text="entry points" requisite="optional" type="node" />
8014 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8015 </roles>
8016 </item> <!-- Ski Route -->
8017 <separator/>
8018 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8019 <link wiki="Tag:route=detour" />
8020 <space/>
8021 <key key="type" value="route"/>
8022 <key key="route" value="detour"/>
8023 <reference ref="name_ref"/>
8024 <optional>
8025 <text key="operator" text="Operator" />
8026 <text key="destination" text="Destination"/>
8027 <text key="detour" text="Ref of the way this is a detour to"/>
8028 </optional>
8029 <roles>
8030 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8031 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8032 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8033 </roles>
8034 </item> <!-- Detour Route -->
8035 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8036 <link wiki="Tag:route=power" />
8037 <space/>
8038 <key key="type" value="route"/>
8039 <key key="route" value="power"/>
8040 <reference ref="name_ref_operator"/>
8041 <roles>
8042 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8043 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8044 </roles>
8045 </item> <!-- Power Route -->
8046 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8047 <link wiki="Tag:route=railway" />
8048 <space/>
8049 <key key="type" value="route"/>
8050 <key key="route" value="railway"/>
8051 <reference ref="name_ref_operator"/>
8052 <roles>
8053 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8054 </roles>
8055 </item> <!-- Railway Route -->
8056 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8057 <link wiki="Tag:route=road" />
8058 <space/>
8059 <key key="type" value="route"/>
8060 <key key="route" value="road"/>
8061 <reference ref="name_ref"/>
8062 <text key="network" text="Network" />
8063 <text key="operator" text="Operator" />
8064 <text key="distance" text="Distance (kilometers)"/>
8065 <roles>
8066 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8067 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8068 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8069 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8070 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8071 </roles>
8072 </item> <!-- Road Route -->
8073 <separator/>
8074 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8075 <link wiki="Relation:superroute" />
8076 <space/>
8077 <key key="type" value="superroute"/>
8078 <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" />
8079 <reference ref="name_ref_operator"/>
8080 <roles>
8081 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8082 </roles>
8083 </item> <!-- Superroute -->
8084 </group> <!-- Routes -->
8085 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8086 <link wiki="Relation:network" />
8087 <space />
8088 <key key="type" value="network" />
8089 <text key="name" text="Name" />
8090 <optional>
8091 <text key="network" text="Network" />
8092 <text key="operator" text="Operator" />
8093 </optional>
8094 <roles>
8095 <role key="" text="member" requisite="required" type="relation" />
8096 </roles>
8097 </item> <!-- Route Network -->
8098 <separator/>
8099 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8100 <link wiki="Relation:associatedStreet" />
8101 <space />
8102 <key key="type" value="associatedStreet" />
8103 <text key="name" text="Street name" />
8104 <roles>
8105 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8106 <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;" />
8107 </roles>
8108 </item> <!-- Associated Street -->
8109 <item name="Street" type="relation" preset_name_label="true">
8110 <link wiki="Relation:street" />
8111 <space />
8112 <key key="type" value="street" />
8113 <text key="name" text="Name" />
8114 <roles>
8115 <role key="street" text="ways being part of street" requisite="required" type="way" />
8116 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8117 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8118 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8119 </roles>
8120 </item> <!-- Street -->
8121 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8122 <link wiki="Relation:destination_sign" />
8123 <space />
8124 <key key="type" value="destination_sign" />
8125 <text key="destination" text="Destination written on sign (w/o distance)" />
8126 <text key="distance" text="Distance (kilometers)" />
8127 <text key="time" text="Time (hh:mm, for trekking)" />
8128 <text key="colour:back" text="Colour of background" />
8129 <text key="colour:text" text="Colour of text" />
8130 <text key="colour:arrow" text="Colour of border/arrow" />
8131 <roles>
8132 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8133 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8134 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8135 <role key="sign" text="position of sign" requisite="optional" type="node" />
8136 </roles>
8137 </item> <!-- Destination Sign -->
8138 <separator/>
8139 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8140 <link wiki="Relation:waterway" />
8141 <space />
8142 <key key="type" value="waterway" />
8143 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8144 <text key="name" text="Name" />
8145 <optional>
8146 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8147 <text key="ref" text="Reference" />
8148 <text key="ref:sandre" text="Reference Sandre (FR)" />
8149 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8150 <text key="ref:regine" text="Reference REGINE (NO)" />
8151 <text key="ref:gnis" text="Reference GNIS (USA)" />
8152 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8153 <text key="wikipedia" text="Wikipedia" />
8154 </optional>
8155 <roles>
8156 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8157 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8158 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8159 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8160 </roles>
8161 </item> <!-- Waterway -->
8162 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8163 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8164 <space />
8165 <key key="type" value="bridge" />
8166 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8167 <reference ref="name_ref" />
8168 <text key="height" text="Height (meters)" length="7" />
8169 <text key="length" text="Length (meters)" />
8170 <text key="operator" text="Operator" />
8171 <roles>
8172 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8173 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8174 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8175 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8176 </roles>
8177 </item> <!-- Bridge -->
8178 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8179 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8180 <space />
8181 <key key="type" value="tunnel" />
8182 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8183 <reference ref="name_ref" />
8184 <text key="length" text="Length (meters)" />
8185 <text key="operator" text="Operator" />
8186 <roles>
8187 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8188 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8189 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8190 </roles>
8191 </item> <!-- Tunnel -->
8192 </group> <!-- Relations -->
8193</presets>
Note: See TracBrowser for help on using the repository browser.