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

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

fix #18265 - Add shop=lighting, shop=security, shop=wholesale and shop=trade (icons from https://publicdomainvectors.org/en/free-clipart/Yellow-lamp-shade/61718.html, https://publicdomainvectors.org/en/free-clipart/Alarm-system/75822.html, https://wiki.openstreetmap.org/wiki/File:Trade-14.svg and https://openclipart.org/detail/312240/forklift, all except wholesale modified, all PD and CC0 licensed), thanks to francians, deprecate shop=lamps

  • Property svn:eol-style set to native
File size: 500.4 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 <text key="website" text="Website" />
268 </chunk>
269 <chunk id="genus_species_taxon">
270 <text key="genus" text="Genus" />
271 <text key="species" text="Species" />
272 <text key="taxon" text="Taxon" />
273 </chunk>
274 <chunk id="leaf">
275 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
276 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
277 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
278 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
279 <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." />
280 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
281 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
282 </combo>
283 </chunk>
284 <chunk id="leaf_without_mixed">
285 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
286 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
287 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
288 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
289 <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." />
290 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
291 </combo>
292 </chunk>
293 <!-- start of religions and denominations -->
294 <chunk id="religious"> <!-- all religions and denominations -->
295 <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" />
296 <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" />
297 </chunk>
298 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
299 <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" />
300 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
301 </chunk>
302 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
303 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
304 </chunk>
305 <chunk id="christian_denominations"> <!-- christian denominations -->
306 <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" />
307 </chunk>
308 <chunk id="muslim_denominations"> <!-- muslim denominations -->
309 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
310 </chunk>
311 <chunk id="jewish_denominations"> <!-- jewish denominations -->
312 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
313 </chunk>
314 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
315 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
316 </chunk>
317 <chunk id="hindu_denominations"> <!-- hindu denominations -->
318 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
319 </chunk>
320 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
321 <!-- end of religions and denominations -->
322 <chunk id="voltage">
323 <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" />
324 </chunk>
325 <chunk id="frequency">
326 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
327 </chunk>
328 <chunk id="voltage_frequency">
329 <reference ref="voltage" />
330 <reference ref="frequency" />
331 </chunk>
332 <chunk id="transformer_voltage_frequency">
333 <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" />
334 <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" />
335 <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" />
336 <reference ref="frequency" />
337 </chunk>
338 <chunk id="cables">
339 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
340 </chunk>
341 <chunk id="cables_circuits">
342 <reference ref="cables" />
343 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
344 </chunk>
345 <chunk id="power_loc">
346 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
347 </chunk>
348 <chunk id="power_extra">
349 <reference ref="power_loc" />
350 <reference ref="voltage_frequency" />
351 <reference ref="ref_operator" />
352 </chunk>
353 <chunk id="power_line_extra">
354 <reference ref="cables_circuits" />
355 <reference ref="voltage_frequency" />
356 </chunk>
357 <chunk id="power_generator">
358 <link wiki="Tag:power=generator" />
359 <space />
360 <key key="power" value="generator" />
361 <reference ref="name_ref_operator" />
362 <text key="start_date" text="Start date" />
363 </chunk>
364 <chunk id="power_output">
365 <optional text="Output forms of energy:">
366 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
367 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
368 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
369 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
370 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
371 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
372 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
373 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
374 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
375 <space />
376 <reference ref="voltage_frequency" />
377 </optional>
378 </chunk>
379 <chunk id="power_pole">
380 <text key="height" text="Height (meters)" length="7" />
381 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
382 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
383 <check key="location:transition" text="Location transition" disable_off="true" />
384 <reference ref="ref_operator" />
385 </chunk>
386 <chunk id="rating_phases">
387 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
388 <combo key="phases" text="Phases" values="1,3" length="1" />
389 </chunk>
390 <chunk id="optional_rating_phases">
391 <optional>
392 <reference ref="rating_phases" />
393 </optional>
394 </chunk>
395 <chunk id="optional_transformer_rating_phases_devices_windings">
396 <optional>
397 <reference ref="rating_phases" />
398 <combo key="devices" text="Number of devices" values="1,2,3,4" />
399 <combo key="windings" text="Number of windings" values="1,2,3,4" />
400 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
401 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
402 </optional>
403 </chunk>
404 <chunk id="telecom_medium">
405 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
406 </chunk>
407 <chunk id="optional_bridge">
408 <optional>
409 <text key="name" text="Name" />
410 <text key="bridge:name" text="Bridge name" />
411 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
412 <space />
413 <text key="maxspeed" text="Max. speed (km/h)" />
414 <text key="maxspeed:forward" text="Max. speed in way direction" />
415 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
416 <space />
417 <text key="maxweight" text="Max. weight (tonnes)" />
418 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
419 <text key="width" text="Width (meters)" />
420 <check key="toll" text="Toll" />
421 </optional>
422 </chunk>
423 <chunk id="waterway">
424 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
425 <check key="intermittent" text="Intermittent" disable_off="true" />
426 <check key="seasonal" text="Seasonal" disable_off="true" />
427 <check key="tidal" text="In the tidal range" disable_off="true" />
428 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
429 <text key="width" text="Width (meters)" />
430 </chunk>
431 <chunk id="waterway_wikipedia">
432 <reference ref="waterway" />
433 <text key="wikipedia" text="Wikipedia" />
434 </chunk>
435 <chunk id="water_access">
436 <optional text="Water access rules:">
437 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" />
438 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" />
439 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" />
440 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" />
441 </optional>
442 </chunk>
443 <chunk id="operator_substance">
444 <text key="operator" text="Operator" />
445 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
446 </chunk>
447 <chunk id="support">
448 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
449 </chunk>
450 <chunk id="aerodrome">
451 <key key="aeroway" value="aerodrome" match="keyvalue" />
452 <text key="name" text="Name" />
453 <optional>
454 <text key="iata" text="IATA" />
455 <text key="icao" text="ICAO" />
456 <text key="wikipedia" text="Wikipedia" />
457 </optional>
458 </chunk>
459 <chunk id="car_brands">
460 <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" />
461 </chunk>
462 <chunk id="motorcycle_brands">
463 <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" />
464 </chunk>
465 <chunk id="walking_routes_roles">
466 <roles>
467 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
468 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
469 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
470 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
471 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
472 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
473 <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"/>
474 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
475 </roles>
476 </chunk>
477 <chunk id="route_segment_roles">
478 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
479 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
480 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
481 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
482 </chunk>
483 <chunk id="route_start_stop_roles">
484 <role key="start" text="start endpoint" requisite="optional" type="node" />
485 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
486 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
487 </chunk>
488 <chunk id="public_transport_route_optionals">
489 <text key="from" text="From (initial stop)" />
490 <text key="to" text="To (terminal stop)" />
491 <text key="via" text="Via (intermediate stops)" />
492 <text key="operator" text="Operator" />
493 <text key="network" text="Network" />
494 <text key="description" text="Description" />
495 <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" />
496 <reference ref="oh" />
497 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
498 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
499 <reference ref="fee" />
500 <text key="website" text="Website" />
501 </chunk>
502 <chunk id="climbing_styles">
503 <label text="Climbing styles:" />
504 <checkgroup columns="2">
505 <check key="climbing:boulder" text="Boulders" />
506 <check key="climbing:sport" text="Sport climbing" />
507 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
508 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
509 <check key="climbing:multipitch" text="Multi-pitch climbing" />
510 <check key="climbing:ice" text="Ice climbing" />
511 <check key="climbing:mixed" text="Mixed climbing" />
512 <check key="climbing:deepwater" text="Deep Water Soloing" />
513 </checkgroup>
514 </chunk>
515 <chunk id="climbing_optional_attributes">
516 <optional>
517 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
518 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
519 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
520 <check key="climbing:summit_log" text="Summit/route log/register" />
521 <check key="indoor" text="Climbing routes indoor" />
522 <check key="outdoor" text="Climbing routes outdoor" />
523 <text key="website" text="Official web site (e.g. operator)" />
524 <text key="url" text="Unofficial web site" />
525 <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" />
526 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
527 <reference ref="POI_access" />
528 </optional>
529 </chunk>
530 <!-- Link chunks -->
531 <chunk id="link_contact_address">
532 <preset_link preset_name="Contact (Common Schema)" />
533 <preset_link preset_name="Address" />
534 </chunk>
535 <chunk id="link_contact_address_payment">
536 <preset_link preset_name="Contact (Common Schema)" />
537 <preset_link preset_name="Address" />
538 <preset_link preset_name="Payment Methods" />
539 </chunk>
540 <!-- Groups -->
541 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
542 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
543 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
544 <link wiki="Tag:highway=motorway" />
545 <space />
546 <key key="highway" value="motorway" />
547 <text key="ref" text="Reference" />
548 <optional>
549 <text key="name" text="Name" />
550 <reference ref="highway_base" />
551 <text key="destination" text="Destination" />
552 <text key="destination:ref" text="Destination reference" />
553 <text key="width" text="Width (meters)" />
554 <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" />
555 <checkgroup columns="4">
556 <check key="oneway" text="Oneway" default="on" />
557 <check key="bridge" text="Bridge" disable_off="true" />
558 <check key="tunnel" text="Tunnel" disable_off="true" />
559 <check key="cutting" text="Cutting" disable_off="true" />
560 <check key="embankment" text="Embankment" disable_off="true" />
561 <check key="lit" text="Lit" />
562 <check key="toll" text="Toll" />
563 </checkgroup>
564 </optional>
565 <preset_link preset_name="Road Restrictions" />
566 </item> <!-- Motorway -->
567 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
568 <link wiki="Tag:highway=motorway_link" />
569 <key key="highway" value="motorway_link" />
570 <optional>
571 <reference ref="highway_base" />
572 <text key="destination" text="Destination" />
573 <text key="destination:ref" text="Destination reference" />
574 <text key="junction:ref" text="Junction reference" />
575 <text key="width" text="Width (meters)" />
576 <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" />
577 <checkgroup columns="4">
578 <check key="oneway" text="Oneway" default="on" />
579 <check key="bridge" text="Bridge" disable_off="true" />
580 <check key="tunnel" text="Tunnel" disable_off="true" />
581 <check key="cutting" text="Cutting" disable_off="true" />
582 <check key="embankment" text="Embankment" disable_off="true" />
583 <check key="lit" text="Lit" />
584 <check key="toll" text="Toll" />
585 </checkgroup>
586 </optional>
587 <preset_link preset_name="Road Restrictions" />
588 </item> <!-- Motorway Link -->
589 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
590 <link wiki="Tag:highway=trunk" />
591 <space />
592 <key key="highway" value="trunk" />
593 <text key="ref" text="Reference" />
594 <optional>
595 <text key="name" text="Name" />
596 <reference ref="highway_base" />
597 <text key="destination" text="Destination" />
598 <text key="destination:ref" text="Destination reference" />
599 <text key="width" text="Width (meters)" />
600 <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" />
601 <checkgroup columns="4">
602 <check key="oneway" text="Oneway" default="on" />
603 <check key="motorroad" text="Motorroad" default="on" />
604 <check key="bridge" text="Bridge" disable_off="true" />
605 <check key="tunnel" text="Tunnel" disable_off="true" />
606 <check key="cutting" text="Cutting" disable_off="true" />
607 <check key="embankment" text="Embankment" disable_off="true" />
608 <check key="lit" text="Lit" />
609 <check key="toll" text="Toll" />
610 </checkgroup>
611 </optional>
612 <preset_link preset_name="Road Restrictions" />
613 </item> <!-- Trunk -->
614 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
615 <link wiki="Highway_link" />
616 <space />
617 <key key="highway" value="trunk_link" />
618 <text key="ref" text="Reference" />
619 <optional>
620 <reference ref="highway_base" />
621 <text key="destination" text="Destination" />
622 <text key="destination:ref" text="Destination reference" />
623 <text key="junction:ref" text="Junction reference" />
624 <text key="width" text="Width (meters)" />
625 <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" />
626 <checkgroup columns="4">
627 <check key="oneway" text="Oneway" default="on" />
628 <check key="motorroad" text="Motorroad" default="on" />
629 <check key="bridge" text="Bridge" disable_off="true" />
630 <check key="tunnel" text="Tunnel" disable_off="true" />
631 <check key="cutting" text="Cutting" disable_off="true" />
632 <check key="embankment" text="Embankment" disable_off="true" />
633 <check key="lit" text="Lit" />
634 <check key="toll" text="Toll" />
635 </checkgroup>
636 </optional>
637 <preset_link preset_name="Road Restrictions" />
638 </item> <!-- Trunk Link -->
639 <separator/>
640 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
641 <link wiki="Tag:highway=primary" />
642 <space />
643 <key key="highway" value="primary" />
644 <text key="ref" text="Reference" />
645 <optional>
646 <text key="name" text="Name" />
647 <reference ref="highway_base" />
648 <check key="motorroad" text="Motorroad" />
649 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
650 <check key="narrow" text="Narrow" disable_off="true" />
651 <check key="trolley_wire" text="Overhead trolley wires" />
652 <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" />
653 </optional>
654 <preset_link preset_name="Road Restrictions" />
655 </item> <!-- Primary -->
656 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
657 <link wiki="Highway_link" />
658 <key key="highway" value="primary_link" />
659 <optional>
660 <reference ref="highway_base" />
661 <text key="destination" text="Destination" />
662 <text key="destination:ref" text="Destination reference" />
663 <text key="junction:ref" text="Junction reference" />
664 <check key="motorroad" text="Motorroad" />
665 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
666 <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" />
667 </optional>
668 <preset_link preset_name="Road Restrictions" />
669 </item> <!-- Primary Link -->
670 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
671 <link wiki="Tag:highway=secondary" />
672 <space />
673 <key key="highway" value="secondary" />
674 <text key="ref" text="Reference" />
675 <optional>
676 <text key="name" text="Name" />
677 <reference ref="highway_base" />
678 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
679 <check key="narrow" text="Narrow" disable_off="true" />
680 <check key="trolley_wire" text="Overhead trolley wires" />
681 <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" />
682 </optional>
683 <preset_link preset_name="Road Restrictions" />
684 </item> <!-- Secondary -->
685 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
686 <link wiki="Highway_link" />
687 <key key="highway" value="secondary_link" />
688 <optional>
689 <reference ref="highway_base" />
690 <text key="destination" text="Destination" />
691 <text key="destination:ref" text="Destination reference" />
692 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
693 <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" />
694 </optional>
695 <preset_link preset_name="Road Restrictions" />
696 </item> <!-- Secondary Link -->
697 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
698 <link wiki="Tag:highway=tertiary" />
699 <space />
700 <key key="highway" value="tertiary" />
701 <text key="ref" text="Reference" />
702 <optional>
703 <text key="name" text="Name" />
704 <reference ref="highway_base" />
705 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
706 <check key="narrow" text="Narrow" disable_off="true" />
707 <check key="trolley_wire" text="Overhead trolley wires" />
708 <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" />
709 </optional>
710 <preset_link preset_name="Road Restrictions" />
711 </item> <!-- Tertiary -->
712 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
713 <link wiki="Highway_link" />
714 <key key="highway" value="tertiary_link" />
715 <optional>
716 <reference ref="highway_base" />
717 <text key="destination" text="Destination" />
718 <text key="destination:ref" text="Destination reference" />
719 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
720 </optional>
721 <preset_link preset_name="Road Restrictions" />
722 </item> <!-- Tertiary Link -->
723 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
724 <link wiki="Tag:highway=unclassified" />
725 <key key="highway" value="unclassified" />
726 <optional>
727 <text key="name" text="Name" />
728 <check key="noname" text="Street has no name" disable_off="true" />
729 <text key="ref" text="Reference" />
730 <reference ref="highway_base" />
731 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
732 <check key="narrow" text="Narrow" disable_off="true" />
733 <check key="trolley_wire" text="Overhead trolley wires" />
734 <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" />
735 <check key="passing_places" text="Passing Places" />
736 </optional>
737 <preset_link preset_name="Road Restrictions" />
738 </item> <!-- Unclassified -->
739 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
740 <link wiki="Tag:highway=residential" />
741 <space />
742 <key key="highway" value="residential" />
743 <text key="name" text="Name" />
744 <optional>
745 <check key="noname" text="Street has no name" disable_off="true" />
746 <text key="ref" text="Reference" />
747 <reference ref="highway_base" />
748 <checkgroup columns="2">
749 <check key="oneway" text="Oneway" />
750 <check key="oneway:bicycle" text="Oneway for bicycle" />
751 </checkgroup>
752 <reference ref="highway_yesno_incline" />
753 <check key="lit" text="Lit" />
754 <text key="width" text="Width (meters)" />
755 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
756 <check key="narrow" text="Narrow" disable_off="true" />
757 <check key="trolley_wire" text="Overhead trolley wires" />
758 </optional>
759 <preset_link preset_name="Road Restrictions" />
760 </item> <!-- Residential -->
761 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
762 <link wiki="Key:bicycle_road" />
763 <space />
764 <key key="bicycle_road" value="yes" />
765 <key key="bicycle" value="designated" />
766 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
767 <text key="name" text="Name" />
768 <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
769 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
770 <optional>
771 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
772 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
773 <reference ref="surface_smoothness" />
774 <check key="oneway" text="Oneway" />
775 <check key="oneway:bicycle" text="Oneway for bicycle" />
776 <reference ref="highway_yesno_incline" />
777 <check key="lit" text="Lit" />
778 <text key="width" text="Width (meters)" />
779 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
780 </optional>
781 <preset_link preset_name="Road Restrictions" />
782 </item> <!-- Bicycle Road -->
783 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
784 <link wiki="Tag:highway=living_street" />
785 <space />
786 <key key="highway" value="living_street" />
787 <text key="name" text="Name" />
788 <optional>
789 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
790 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
791 <reference ref="surface_smoothness" />
792 <reference ref="highway_yesno_incline_oneway_lit_width" />
793 <check key="narrow" text="Narrow" disable_off="true" />
794 <check key="trolley_wire" text="Overhead trolley wires" />
795 </optional>
796 <preset_link preset_name="Road Restrictions" />
797 </item> <!-- Living Street -->
798 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
799 <link wiki="Tag:highway=pedestrian" />
800 <space />
801 <key key="highway" value="pedestrian" />
802 <text key="name" text="Name" />
803 <optional>
804 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
805 <reference ref="surface_smoothness" />
806 <check key="area" text="Area" />
807 <reference ref="highway_yesno_incline" />
808 <check key="lit" text="Lit" />
809 <text key="width" text="Width (meters)" />
810 </optional>
811 <preset_link preset_name="Road Restrictions" />
812 </item> <!-- Pedestrian -->
813 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
814 <link wiki="Tag:highway=service" />
815 <space />
816 <key key="highway" value="service" />
817 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
818 <optional>
819 <text key="name" text="Name" />
820 <reference ref="highway_base" />
821 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
822 <check key="passing_places" text="Passing Places" />
823 </optional>
824 <preset_link preset_name="Road Restrictions" />
825 </item> <!-- Service -->
826 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
827 <link wiki="Tag:service=parking_aisle" />
828 <key key="highway" value="service" />
829 <key key="service" value="parking_aisle" />
830 <optional>
831 <reference ref="surface_smoothness" />
832 <check key="oneway" text="Oneway" />
833 <check key="lit" text="Lit" />
834 </optional>
835 <preset_link preset_name="Road Restrictions" />
836 </item> <!-- Parking Aisle -->
837 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
838 <link wiki="Tag:highway=escape" />
839 <space />
840 <key key="highway" value="escape" />
841 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
842 <optional>
843 <reference ref="surface" />
844 <text key="width" text="Width (meters)" />
845 <check key="lit" text="Lit" />
846 </optional>
847 </item> <!-- Escape -->
848 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
849 <link wiki="Tag:highway=raceway" />
850 <space />
851 <key key="highway" value="raceway" />
852 <text key="name" text="Name" />
853 </item> <!-- Raceway -->
854 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
855 <link wiki="Tag:highway=road" />
856 <key key="highway" value="road" />
857 <optional>
858 <text key="name" text="Name" />
859 <reference ref="highway_base" />
860 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
861 <check key="trolley_wire" text="Overhead trolley wires" />
862 </optional>
863 <preset_link preset_name="Road Restrictions" />
864 </item> <!-- Road (Unknown Type) -->
865 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
866 <link wiki="Key:construction" />
867 <key key="highway" value="construction" />
868 <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" />
869 <optional>
870 <text key="name" text="Name" />
871 <reference ref="highway_base" />
872 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
873 <check key="trolley_wire" text="Overhead trolley wires" />
874 <combo key="junction" text="Junction" values="roundabout,jughandle" />
875 </optional>
876 <preset_link preset_name="Road Restrictions" />
877 </item> <!-- Construction -->
878 <separator/>
879 <item name="Road Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
880 <link wiki="Key:access" />
881 <space />
882 <label text="Some road types already imply some access restrictions which should not be set again." />
883 <space />
884 <checkgroup columns="3" >
885 <check key="oneway" text="Oneway" />
886 <check key="toll" text="Toll" />
887 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
888 <check key="winter_road" text="Winter road" disable_off="true" />
889 <check key="ice_road" text="Ice road" disable_off="true" />
890 </checkgroup>
891 <space />
892 <label text="Transport mode restrictions" />
893 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
894 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
895 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
896 <space />
897 <label text="Vehicles per type" />
898 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
899 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
900 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
901 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
902 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
903 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
904 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
905 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,no" match="key" />
906 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
907 <space />
908 <label text="Vehicles per use" />
909 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
910 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
911 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
912 <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
913 <space />
914 <text key="maxspeed" text="Max. speed (km/h)" />
915 <text key="maxspeed:forward" text="Max. speed in way direction" />
916 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
917 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
918 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
919 <text key="minspeed" text="Min. speed (km/h)" match="key" />
920 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
921 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
922 <text key="maxheight" text="Max. height (meters)" match="key" />
923 <text key="maxwidth" text="Max. width (meters)" match="key" />
924 <text key="maxlength" text="Max. length (meters)" match="key" />
925 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
926 </item> <!-- Road Restrictions -->
927 <separator/>
928 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
929 <link wiki="Tag:junction=roundabout" />
930 <space />
931 <key key="junction" value="roundabout" />
932 <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" />
933 <optional>
934 <reference ref="name_layer" />
935 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
936 <reference ref="highway_yesno" />
937 <text key="width" text="Width (meters)" />
938 </optional>
939 <preset_link preset_name="Road Restrictions" />
940 </item> <!-- Roundabout -->
941 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
942 <link wiki="Tag:ford=yes" />
943 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
944 <optional>
945 <text key="name" text="Name" />
946 </optional>
947 </item> <!-- Ford -->
948 </group> <!-- Streets -->
949 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
950 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
951 <link wiki="Tag:highway=track" />
952 <space />
953 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
954 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
955 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
956 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
957 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
958 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
959 </combo>
960 <key key="highway" value="track" />
961 <optional>
962 <reference ref="name_layer" />
963 <reference ref="surface_smoothness" />
964 <reference ref="highway_yesno_incline_oneway_lit_width" />
965 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
966 <reference ref="highway_access" />
967 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" />
968 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
969 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
970 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
971 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
972 </optional>
973 <preset_link preset_name="Road Restrictions" />
974 </item> <!-- Track -->
975 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
976 <link wiki="Tag:highway=path" />
977 <key key="highway" value="path" />
978 <optional>
979 <reference ref="name_layer" />
980 <reference ref="surface_smoothness" />
981 <reference ref="highway_yesno_incline_oneway_lit_width" />
982 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
983 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
984 <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" />
985 <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" />
986 <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" />
987 <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" />
988 <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" />
989 </combo>
990 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
991 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
992 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
993 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
994 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
995 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
996 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
997 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
998 <check key="segregated" text="Segregated" />
999 </optional>
1000 </item> <!-- Path -->
1001 <separator/>
1002 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
1003 <link wiki="Tag:highway=bridleway" />
1004 <key key="highway" value="bridleway" />
1005 <optional>
1006 <reference ref="name_layer" />
1007 <text key="maxspeed" text="Max. speed (km/h)" />
1008 <reference ref="surface_smoothness" />
1009 <reference ref="highway_yesno_incline_oneway_lit_width" />
1010 </optional>
1011 </item> <!-- Dedicated Bridleway -->
1012 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1013 <link wiki="Bicycle" />
1014 <space />
1015 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1016 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1017 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1018 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1019 <space />
1020 <optional text="Edit Highway Attributes:">
1021 <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" />
1022 <check key="oneway" text="Oneway" />
1023 </optional>
1024 </item> <!-- Cycle Lane/Track -->
1025 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1026 <link wiki="Tag:highway=cycleway" />
1027 <key key="highway" value="cycleway" />
1028 <optional>
1029 <reference ref="name_layer" />
1030 <reference ref="surface_smoothness" />
1031 <reference ref="highway_yesno_incline_oneway_lit_width" />
1032 <combo key="foot" text="Pedestrians" values="yes,no,designated" />
1033 <check key="segregated" text="Segregated" />
1034 </optional>
1035 </item> <!-- Dedicated Cycleway -->
1036 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1037 <link wiki="Tag:highway=path" />
1038 <key key="highway" value="path" />
1039 <key key="bicycle" value="designated" />
1040 <key key="foot" value="designated" />
1041 <key key="segregated" value="yes" />
1042 <optional>
1043 <reference ref="name_layer" />
1044 <reference ref="surface_smoothness" />
1045 <reference ref="highway_yesno_incline_oneway_lit_width" />
1046 </optional>
1047 </item> <!-- Segregated Foot- and Cycleway -->
1048 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1049 <link wiki="Tag:highway=path" />
1050 <key key="highway" value="path" />
1051 <key key="bicycle" value="designated" />
1052 <key key="foot" value="designated" />
1053 <key key="segregated" value="no" />
1054 <optional>
1055 <reference ref="name_layer" />
1056 <reference ref="surface_smoothness" />
1057 <reference ref="highway_yesno_incline_oneway_lit_width" />
1058 <check key="passing_places" text="Passing Places" />
1059 </optional>
1060 </item> <!-- Combined Foot- and Cycleway -->
1061 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1062 <link wiki="Tag:highway=footway" />
1063 <key key="highway" value="footway" />
1064 <optional>
1065 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
1066 <reference ref="name_layer" />
1067 <reference ref="surface_smoothness" />
1068 <reference ref="highway_yesno_incline_oneway_lit_width" />
1069 <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
1070 <check key="segregated" text="Segregated" />
1071 </optional>
1072 </item> <!-- Dedicated Footway -->
1073 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1074 <link wiki="Tag:highway=steps" />
1075 <key key="highway" value="steps" />
1076 <optional>
1077 <text key="name" text="Name" />
1078 <text key="level" text="Storey" />
1079 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1080 <reference ref="surface" />
1081 <text key="step_count" text="Amount of Steps" />
1082 <space />
1083 <check key="ramp" text="Ramp" />
1084 <checkgroup columns="2" >
1085 <check key="ramp:stroller" text="Stroller ramp" />
1086 <check key="ramp:bicycle" text="Bicycle ramp" />
1087 </checkgroup>
1088 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1089 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1090 <space />
1091 <check key="handrail" text="Handrail" />
1092 <checkgroup columns="3" >
1093 <check key="handrail:left" text="Left handrail" />
1094 <check key="handrail:center" text="Center handrail" />
1095 <check key="handrail:right" text="Right handrail" />
1096 </checkgroup>
1097 <space />
1098 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1099 <space />
1100 <reference ref="highway_yesno_incline_oneway_lit_width" />
1101 </optional>
1102 </item> <!-- Steps -->
1103 </group> <!-- Ways -->
1104 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1105 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
1106 <link wiki="Tag:highway=motorway_junction" />
1107 <space />
1108 <key key="highway" value="motorway_junction" />
1109 <text key="name" text="Name" />
1110 <text key="ref" text="Number" />
1111 </item> <!-- Motorway Junction -->
1112 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1113 <link wiki="Tag:highway=services" />
1114 <key key="highway" value="services" />
1115 <optional>
1116 <text key="name" text="Name" />
1117 <text key="operator" text="Operator" />
1118 <check key="toilets" text="Toilets" />
1119 </optional>
1120 </item> <!-- Services -->
1121 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1122 <link wiki="Tag:highway=rest_area" />
1123 <key key="highway" value="rest_area" />
1124 <optional>
1125 <text key="name" text="Name" />
1126 <check key="toilets" text="Toilets" />
1127 <check key="drinking_water" text="Drinking Water" />
1128 </optional>
1129 </item> <!-- Rest Area -->
1130 <separator/>
1131 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1132 <link wiki="Tag:highway=traffic_signals" />
1133 <key key="highway" value="traffic_signals" />
1134 <optional>
1135 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1136 </optional>
1137 <optional text="Optional crossing attributes:">
1138 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1139 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1140 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1141 <check key="crossing:island" text="With island" />
1142 <check key="button_operated" text="Button operated" />
1143 <check key="traffic_signals:sound" text="Sound signals" />
1144 <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" />
1145 <check key="bicycle" text="Cross by bicycle" />
1146 <check key="horse" text="Cross on horseback" />
1147 </optional>
1148 <optional text="Optional values for specific countries">
1149 <text key="name" text="Name" />
1150 </optional>
1151 </item> <!-- Traffic Signal -->
1152 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1153 <link wiki="Tag:highway=stop" />
1154 <key key="highway" value="stop" />
1155 <optional>
1156 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1157 </optional>
1158 </item> <!-- Stop -->
1159 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1160 <link wiki="Tag:highway=give_way" />
1161 <key key="highway" value="give_way" />
1162 <optional>
1163 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1164 </optional>
1165 </item> <!-- Give Way -->
1166 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1167 <link wiki="Tag:cycleway=asl" />
1168 <key key="cycleway" value="asl" />
1169 </item> <!-- Advanced stop line -->
1170 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1171 <link wiki="Tag:highway=mini_roundabout" />
1172 <key key="highway" value="mini_roundabout" />
1173 <space />
1174 <combo key="direction" text="Direction" values="clockwise" />
1175 </item> <!-- Mini-Roundabout -->
1176 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1177 <link wiki="Key:crossing" />
1178 <space />
1179 <key key="highway" value="crossing" />
1180 <combo key="crossing" text="Pedestrian crossing type" >
1181 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1182 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1183 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
1184 </combo>
1185 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1186 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1187 <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" />
1188 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1189 <check key="crossing:island" text="With island" />
1190 <check key="bicycle" text="Cross by bicycle" />
1191 <check key="horse" text="Cross on horseback" />
1192 <label text="In case of traffic signals:" />
1193 <check key="button_operated" text="Button operated" />
1194 <check key="traffic_signals:sound" text="Sound signals" />
1195 </item> <!-- Pedestrian Crossing -->
1196 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1197 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
1198 <link wiki="Key:traffic_calming" />
1199 <space />
1200 <key key="traffic_calming" value="bump" />
1201 </item> <!-- Bump -->
1202 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1203 <link wiki="Key:traffic_calming" />
1204 <space />
1205 <key key="traffic_calming" value="hump" />
1206 </item> <!-- Hump -->
1207 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
1208 <link wiki="Key:traffic_calming" />
1209 <space />
1210 <key key="traffic_calming" value="table" />
1211 </item> <!-- Table -->
1212 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1213 <link wiki="Key:traffic_calming" />
1214 <space />
1215 <key key="traffic_calming" value="cushion" />
1216 </item> <!-- Cushion -->
1217 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1218 <link wiki="Key:traffic_calming" />
1219 <space />
1220 <key key="traffic_calming" value="rumble_strip" />
1221 </item> <!-- Rumble strip -->
1222 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
1223 <link wiki="Key:traffic_calming" />
1224 <space />
1225 <key key="traffic_calming" value="dip" />
1226 </item> <!-- Dip -->
1227 <separator/>
1228 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
1229 <link wiki="Key:traffic_calming" />
1230 <space />
1231 <key key="traffic_calming" value="chicane" />
1232 </item> <!-- Chicane -->
1233 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
1234 <link wiki="Key:traffic_calming" />
1235 <space />
1236 <key key="traffic_calming" value="choker" />
1237 </item> <!-- Choker -->
1238 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1239 <link wiki="Key:traffic_calming" />
1240 <space />
1241 <key key="traffic_calming" value="island" />
1242 </item> <!-- Island -->
1243 </group> <!-- Traffic Calming -->
1244 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1245 <link wiki="Tag:highway=passing_place" />
1246 <key key="highway" value="passing_place" />
1247 </item> <!-- Passing Place -->
1248 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1249 <link wiki="Tag:highway=turning_circle" />
1250 <key key="highway" value="turning_circle" />
1251 </item> <!-- Turning Circle -->
1252 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1253 <link wiki="Tag:highway=turning_loop" />
1254 <key key="highway" value="turning_loop" />
1255 </item> <!-- Turning Loop -->
1256 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1257 <link wiki="Tag:traffic_sign=city_limit" />
1258 <space />
1259 <key key="traffic_sign" value="city_limit" />
1260 <text key="name" text="Name" />
1261 <optional>
1262 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
1263 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1264 </optional>
1265 </item> <!-- City Limit -->
1266 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1267 <link wiki="Key:traffic_sign" />
1268 <space />
1269 <key key="traffic_sign" value="maxspeed" />
1270 <text key="maxspeed" text="Max. speed (km/h)" />
1271 <optional>
1272 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1273 </optional>
1274 </item> <!-- Speed Limit -->
1275 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1276 <link wiki="Tag:highway=speed_camera" />
1277 <key key="highway" value="speed_camera" />
1278 <optional>
1279 <text key="maxspeed" text="Max. speed (km/h)" />
1280 </optional>
1281 </item> <!-- Speed Camera -->
1282 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
1283 <link wiki="Tag:highway=toll_gantry" />
1284 <key key="highway" value="toll_gantry" />
1285 <optional>
1286 <text key="operator" text="Operator" />
1287 </optional>
1288 </item> <!-- Toll gantry -->
1289 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1290 <link wiki="Tag:highway=traffic_mirror" />
1291 <key key="highway" value="traffic_mirror" />
1292 </item> <!-- Traffic Mirror -->
1293 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1294 <link wiki="Tag:highway=milestone" />
1295 <key key="highway" value="milestone" />
1296 <text key="distance" text="Distance (kilometers)" />
1297 <text key="ref" text="Reference" />
1298 </item> <!-- Highway Milestone -->
1299 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1300 <link wiki="Tag:junction=yes" />
1301 <key key="junction" value="yes" />
1302 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1303 <text key="name" text="Name" />
1304 </item> <!-- Named Junction -->
1305 <separator/>
1306 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1307 <link wiki="Tag:highway=elevator" />
1308 <key key="highway" value="elevator" />
1309 <text key="capacity:persons" text="Capacity (persons)" />
1310 <text key="maxweight" text="Max. weight (tonnes)" />
1311 <text key="level" text="Storey" />
1312 <optional>
1313 <text key="manufacturer" text="Manufacturer" />
1314 <reference ref="name_ref_operator" />
1315 <reference ref="oh_wheelchair" />
1316 <check key="handrail" text="Handrail" />
1317 <check key="bicycle" text="Bicycle" />
1318 <check key="indoor" text="Indoor" />
1319 <reference ref="fee" />
1320 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
1321 <reference ref="POI_access" />
1322 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1323 </optional>
1324 </item> <!-- Elevator -->
1325 <separator/>
1326 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1327 <link wiki="Tag:amenity=grit_bin" />
1328 <key key="amenity" value="grit_bin" />
1329 </item> <!-- Grit Bin -->
1330 <separator/>
1331 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1332 <link wiki="Key:mountain_pass" />
1333 <key key="mountain_pass" value="yes" />
1334 <optional>
1335 <text key="name" text="Name" />
1336 <text key="ele" text="Elevation (meters)" length="10" />
1337 <text key="wikipedia" text="Wikipedia" />
1338 </optional>
1339 </item> <!-- Mountain Pass -->
1340 </group> <!-- Waypoints -->
1341 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1342 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1343 <link wiki="Tag:barrier=block" />
1344 <key key="barrier" value="block" />
1345 <reference ref="barrier_4" />
1346 <optional>
1347 <text key="maxwidth" text="Max. width (meters)" length="7" />
1348 <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
1349 </optional>
1350 </item> <!-- Block -->
1351 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1352 <link wiki="Tag:barrier=bollard" />
1353 <space />
1354 <key key="barrier" value="bollard" />
1355 <combo key="bollard" text="Bollard type" values="rising,removable" />
1356 <reference ref="barrier_4" />
1357 <optional>
1358 <text key="maxwidth" text="Max. width (meters)" length="7" />
1359 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1360 </optional>
1361 </item> <!-- Bollard -->
1362 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1363 <link wiki="Tag:barrier=cycle_barrier" />
1364 <key key="barrier" value="cycle_barrier" />
1365 <reference ref="barrier_4" />
1366 <reference ref="optional_maxwidth" />
1367 </item> <!-- Cycle Barrier -->
1368 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1369 <link wiki="Tag:barrier=cattle_grid" />
1370 <key key="barrier" value="cattle_grid" />
1371 <reference ref="barrier_4" />
1372 </item> <!-- Cattle Grid -->
1373 <item name="Bus Trap" type="node" preset_name_label="true">
1374 <link wiki="Tag:barrier=bus_trap" />
1375 <key key="barrier" value="bus_trap" />
1376 <reference ref="optional_maxwidth" />
1377 </item> <!-- Bus Trap -->
1378 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1379 <link wiki="Tag:barrier=spikes" />
1380 <key key="barrier" value="spikes" />
1381 <reference ref="barrier_5" />
1382 </item> <!-- Spikes -->
1383 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
1384 <link wiki="Tag:barrier=toll_booth" />
1385 <key key="barrier" value="toll_booth" />
1386 <optional>
1387 <text key="name" text="Name" />
1388 <text key="operator" text="Operator" />
1389 </optional>
1390 </item> <!-- Toll Booth -->
1391 <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
1392 <link wiki="Tag:barrier=border_control" />
1393 <key key="barrier" value="border_control" />
1394 <reference ref="barrier_5" />
1395 </item> <!-- Border Control -->
1396 <separator/> <!-- *** Linear Barriers *** -->
1397 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1398 <link wiki="Tag:barrier=hedge" />
1399 <space />
1400 <key key="barrier" value="hedge" />
1401 <reference ref="leaf" />
1402 <optional>
1403 <reference ref="genus_species_taxon" />
1404 <text key="height" text="Height (meters)" length="7" />
1405 </optional>
1406 </item> <!-- Hedge -->
1407 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1408 <link wiki="Tag:barrier=fence" />
1409 <key key="barrier" value="fence" />
1410 <optional>
1411 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1412 <text key="height" text="Height (meters)" length="7" />
1413 </optional>
1414 </item> <!-- Fence -->
1415 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1416 <link wiki="Tag:barrier=handrail" />
1417 <key key="barrier" value="handrail" />
1418 <optional>
1419 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1420 <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" />
1421 </optional>
1422 </item> <!-- Handrail -->
1423 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1424 <link wiki="Tag:barrier=cable_barrier" />
1425 <key key="barrier" value="cable_barrier" />
1426 <reference ref="optional_height" />
1427 </item> <!-- Cable barrier -->
1428 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1429 <link wiki="Tag:barrier=guard_rail" />
1430 <key key="barrier" value="guard_rail" />
1431 <reference ref="optional_height" />
1432 </item> <!-- Guard Rail -->
1433 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1434 <link wiki="Tag:barrier=wall" />
1435 <key key="barrier" value="wall" />
1436 <reference ref="optional_height" />
1437 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1438 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1439 </item> <!-- Wall -->
1440 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1441 <link wiki="Tag:barrier=city_wall" />
1442 <key key="barrier" value="city_wall" />
1443 <reference ref="optional_height" />
1444 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1445 </item> <!-- City Wall -->
1446 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1447 <link wiki="Tag:barrier=retaining_wall" />
1448 <key key="barrier" value="retaining_wall" />
1449 <reference ref="optional_height" />
1450 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1451 </item> <!-- Retaining Wall -->
1452 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1453 <link wiki="Tag:barrier=jersey_barrier" />
1454 <key key="barrier" value="jersey_barrier" />
1455 <combo key="material" text="Material" values="concrete,plastic" />
1456 </item> <!-- Jersey Barrier -->
1457 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1458 <link wiki="Tag:barrier=ditch" />
1459 <key key="barrier" value="ditch" />
1460 <optional>
1461 <text key="width" text="Width (meters)" length="7" />
1462 </optional>
1463 </item> <!-- Ditch -->
1464 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1465 <link wiki="Tag:barrier=kerb" />
1466 <key key="barrier" value="kerb" />
1467 <reference ref="optional_height" />
1468 <reference ref="wheelchair" />
1469 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1470 </item> <!-- Kerb -->
1471 <separator/> <!-- *** Access *** -->
1472 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1473 <link wiki="Tag:barrier=entrance" />
1474 <key key="barrier" value="entrance" />
1475 <reference ref="barrier_5" />
1476 <reference ref="optional_maxwidth" />
1477 </item> <!-- Entrance (Barrier Opening) -->
1478 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1479 <link wiki="Tag:barrier=gate" />
1480 <key key="barrier" value="gate" />
1481 <reference ref="barrier_5" />
1482 <reference ref="optional_maxheight_maxwidth" />
1483 <reference ref="highway_access" />
1484 </item> <!-- Gate -->
1485 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1486 <link wiki="Tag:barrier=lift_gate" />
1487 <key key="barrier" value="lift_gate" />
1488 <reference ref="barrier_5" />
1489 <reference ref="optional_maxwidth" />
1490 <reference ref="highway_access" />
1491 </item> <!-- Lift Gate -->
1492 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1493 <link wiki="Tag:barrier=swing_gate" />
1494 <key key="barrier" value="swing_gate" />
1495 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
1496 <reference ref="barrier_5" />
1497 <reference ref="optional_maxwidth" />
1498 <reference ref="highway_access" />
1499 </item> <!-- Swing Gate -->
1500 <item name="Hampshire Gate" type="node" preset_name_label="true">
1501 <link wiki="Tag:barrier=hampshire_gate" />
1502 <key key="barrier" value="hampshire_gate" />
1503 <reference ref="barrier_5" />
1504 <reference ref="optional_maxwidth" />
1505 </item> <!-- Hampshire Gate -->
1506 <item name="Bump Gate" type="node" preset_name_label="true">
1507 <link wiki="Tag:barrier=bump_gate" />
1508 <key key="barrier" value="bump_gate" />
1509 <reference ref="barrier_5" />
1510 <reference ref="optional_maxwidth" />
1511 </item> <!-- Bump Gate -->
1512 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1513 <link wiki="Tag:barrier=kissing_gate" />
1514 <key key="barrier" value="kissing_gate" />
1515 <reference ref="barrier_2" />
1516 <reference ref="optional_maxwidth" />
1517 </item> <!-- Kissing Gate -->
1518 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1519 <link wiki="Tag:barrier=chain" />
1520 <key key="barrier" value="chain" />
1521 <reference ref="barrier_5" />
1522 <reference ref="optional_maxwidth" />
1523 </item> <!-- Chain -->
1524 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1525 <link wiki="Tag:barrier=stile" />
1526 <space />
1527 <key key="barrier" value="stile" />
1528 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
1529 <optional>
1530 <combo key="material" text="Material" values="metal,stone,wood" />
1531 </optional>
1532 <reference ref="barrier_2" />
1533 </item> <!-- Stile -->
1534 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1535 <link wiki="Tag:barrier=turnstile" />
1536 <key key="barrier" value="turnstile" />
1537 <reference ref="barrier_2" />
1538 </item> <!-- Turnstile -->
1539 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1540 <link wiki="Tag:barrier=sally_port" />
1541 <key key="barrier" value="sally_port" />
1542 <reference ref="barrier_5" />
1543 <reference ref="optional_maxheight_maxwidth" />
1544 </item> <!-- Sally Port -->
1545 </group> <!-- Barriers -->
1546 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1547 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1548 <link wiki="Key:tunnel" />
1549 <key key="tunnel" value="yes" />
1550 <optional>
1551 <text key="name" text="Name" />
1552 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1553 <text key="width" text="Width (meters)" />
1554 <text key="maxheight" text="Max. height (meters)" />
1555 <space />
1556 <text key="maxspeed" text="Max. speed (km/h)" />
1557 <text key="maxspeed:forward" text="Max. speed in way direction" />
1558 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1559 <space />
1560 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1561 <check key="toll" text="Toll" />
1562 </optional>
1563 </item> <!-- Tunnel -->
1564 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1565 <link wiki="Key:tunnel" />
1566 <key key="tunnel" value="building_passage" />
1567 <optional>
1568 <reference ref="name_layer" />
1569 <text key="width" text="Width (meters)" />
1570 <text key="maxheight" text="Max. height (meters)" />
1571 <text key="maxspeed" text="Max. speed (km/h)" />
1572 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1573 </optional>
1574 </item> <!-- Building Passage -->
1575 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1576 <link wiki="Key:covered" />
1577 <space />
1578 <key key="covered" value="arcade" />
1579 <check key="arcade:left" value_on="open" text="Open on left side" />
1580 <check key="arcade:right" value_on="open" text="Open on right side" />
1581 <optional>
1582 <reference ref="name_layer" />
1583 <text key="width" text="Width (meters)" />
1584 </optional>
1585 </item> <!-- Arcade -->
1586 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1587 <link wiki="Key:covered" />
1588 <space />
1589 <key key="covered" value="colonnade" />
1590 <check key="colonnade:left" value_on="open" text="Open on left side" />
1591 <check key="colonnade:right" value_on="open" text="Open on right side" />
1592 <optional>
1593 <reference ref="name_layer" />
1594 <text key="width" text="Width (meters)" />
1595 </optional>
1596 </item> <!-- Colonnade -->
1597 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1598 <link wiki="Key:tunnel" />
1599 <space />
1600 <key key="tunnel" value="avalanche_protector" />
1601 <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
1602 <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
1603 <optional>
1604 <reference ref="name_layer" />
1605 <text key="width" text="Width (meters)" />
1606 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1607 </optional>
1608 </item> <!-- Avalanche Protector -->
1609 </group> <!-- Passageways -->
1610 </group> <!-- Highways -->
1611 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1612 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1613 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1614 <link wiki="Tag:waterway=river" />
1615 <space />
1616 <key key="waterway" value="river" />
1617 <text key="name" text="Name" />
1618 <optional>
1619 <reference ref="waterway_wikipedia" />
1620 <check key="lock" text="Lock" disable_off="true" />
1621 </optional>
1622 <reference ref="water_access" />
1623 </item> <!-- River -->
1624 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1625 <link wiki="Tag:waterway=stream" />
1626 <space />
1627 <key key="waterway" value="stream" />
1628 <text key="name" text="Name" />
1629 <optional>
1630 <reference ref="waterway_wikipedia" />
1631 </optional>
1632 <reference ref="water_access" />
1633 </item> <!-- Stream -->
1634 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1635 <link wiki="Tag:waterway=tidal_channel" />
1636 <space />
1637 <key key="waterway" value="tidal_channel" />
1638 <optional>
1639 <text key="name" text="Name" />
1640 <check key="salt" text="Salt Water" disable_off="true" />
1641 <check key="intermittent" text="Intermittent" disable_off="true" />
1642 <check key="seasonal" text="Seasonal" disable_off="true" />
1643 <text key="width" text="Width (meters)" />
1644 <text key="wikipedia" text="Wikipedia" />
1645 </optional>
1646 </item> <!-- Tidal channel -->
1647 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1648 <link wiki="Tag:waterway=canal" />
1649 <space />
1650 <key key="waterway" value="canal" />
1651 <text key="name" text="Name" />
1652 <optional>
1653 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1654 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1655 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1656 <text key="width" text="Width (meters)" />
1657 <text key="wikipedia" text="Wikipedia" />
1658 <check key="lock" text="Lock" disable_off="true" />
1659 </optional>
1660 <reference ref="water_access" />
1661 </item> <!-- Canal -->
1662 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1663 <link wiki="Tag:waterway=drain" />
1664 <space />
1665 <key key="waterway" value="drain" />
1666 <optional>
1667 <text key="name" text="Name" />
1668 <reference ref="waterway" />
1669 </optional>
1670 </item> <!-- Drain -->
1671 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1672 <link wiki="Tag:waterway=ditch" />
1673 <space />
1674 <key key="waterway" value="ditch" />
1675 <optional>
1676 <text key="name" text="Name" />
1677 <reference ref="waterway" />
1678 </optional>
1679 </item> <!-- Ditch -->
1680 <separator/>
1681 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1682 <link wiki="Tag:natural=spring" />
1683 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1684 <space />
1685 <key key="natural" value="spring" />
1686 <text key="name" text="Name" />
1687 <check key="drinking_water" text="Drinking Water" />
1688 </item> <!-- Spring -->
1689 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1690 <link wiki="Tag:waterway=waterfall" />
1691 <space />
1692 <key key="waterway" value="waterfall" />
1693 <reference ref="name_wikipedia" />
1694 <text key="height" text="Height (meters)" length="7" />
1695 </item> <!-- Waterfall -->
1696 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1697 <link wiki="Tag:waterway=weir" />
1698 <space />
1699 <key key="waterway" value="weir" />
1700 <text key="name" text="Name" />
1701 </item> <!-- Weir -->
1702 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1703 <link wiki="Tag:waterway=dam" />
1704 <space />
1705 <key key="waterway" value="dam" />
1706 <reference ref="name_wikipedia" />
1707 </item> <!-- Dam -->
1708 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1709 <link wiki="Tag:man_made=dyke" />
1710 <space />
1711 <key key="man_made" value="dyke" />
1712 </item> <!-- Levee -->
1713 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1714 <link wiki="Tag:man_made=groyne" />
1715 <key key="man_made" value="groyne" />
1716 </item> <!-- Groyne -->
1717 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1718 <link wiki="Tag:man_made=breakwater" />
1719 <space />
1720 <key key="man_made" value="breakwater" />
1721 <text key="ref" text="Reference" />
1722 <text key="name" text="Name" />
1723 </item> <!-- Breakwater -->
1724 <separator/>
1725 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1726 <link wiki="Tag:tunnel=culvert" />
1727 <key key="tunnel" value="culvert" />
1728 <optional>
1729 <text key="name" text="Name" />
1730 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1731 <text key="width" text="Width (meters)" />
1732 </optional>
1733 </item> <!-- Culvert -->
1734 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
1735 <link wiki="Tag:usage=penstock" />
1736 <key key="waterway" value="pressurised" />
1737 <key key="man_made" value="pipeline" />
1738 <key key="substance" value="water" />
1739 <key key="usage" value="penstock" />
1740 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
1741 <optional>
1742 <text key="name" text="Name" />
1743 <text key="operator" text="Operator" />
1744 <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" />
1745 <text key="pressure" text="Pressure (bar)" />
1746 <combo key="material" text="Material" values="metal,steel" />
1747 </optional>
1748 </item> <!-- Penstock -->
1749 <separator/>
1750 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
1751 <link wiki="Tag:landuse=basin" />
1752 <space />
1753 <key key="landuse" value="basin" />
1754 <combo key="basin" text="Type" values="retention,infiltration,detention" />
1755 <reference ref="optional_name" />
1756 </item> <!-- Basin -->
1757 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
1758 <link wiki="Tag:landuse=reservoir" />
1759 <space />
1760 <key key="landuse" value="reservoir" />
1761 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
1762 <reference ref="optional_name" />
1763 </item> <!-- Reservoir -->
1764 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
1765 <link wiki="Tag:man_made=reservoir_covered" />
1766 <space />
1767 <key key="man_made" value="reservoir_covered" />
1768 <reference ref="optional_name" />
1769 </item> <!-- Covered Reservoir -->
1770 <separator/>
1771 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
1772 <link wiki="Tag:natural=water" />
1773 <label text="A body of standing water, such as a lake or pond." />
1774 <space />
1775 <key key="natural" value="water" />
1776 <text key="name" text="Name" />
1777 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
1778 <check key="salt" text="Salt Water" disable_off="true" />
1779 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1780 <check key="tidal" text="In the tidal range" disable_off="true" />
1781 <text key="ele" text="Elevation (meters)" length="10" />
1782 <text key="wikipedia" text="Wikipedia" />
1783 <reference ref="water_access" />
1784 </item> <!-- Water -->
1785 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
1786 <link wiki="Tag:natural=coastline" />
1787 <label text="Line between the sea and land (with the water on the right side of the way)." />
1788 <space />
1789 <key key="natural" value="coastline" />
1790 <text key="name" text="Name" />
1791 </item> <!-- Coastline -->
1792 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
1793 <link wiki="Tag:waterway=riverbank" />
1794 <space />
1795 <key key="waterway" value="riverbank" />
1796 <text key="name" text="Name" />
1797 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1798 <check key="tidal" text="In the tidal range" disable_off="true" />
1799 </item> <!-- Riverbank -->
1800 <separator/>
1801 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
1802 <link wiki="Tag:natural=wetland" />
1803 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
1804 <space />
1805 <key key="natural" value="wetland" />
1806 <text key="name" text="Name" />
1807 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
1808 <check key="seasonal" text="Seasonal" disable_off="true" />
1809 </item> <!-- Wetland -->
1810 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
1811 <link wiki="Tag:natural=mud" />
1812 <label text="Large area covered with mud." />
1813 <space />
1814 <key key="natural" value="mud" />
1815 <text key="name" text="Name" />
1816 </item> <!-- Mud -->
1817 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
1818 <link wiki="Tag:natural=beach" />
1819 <label text="A flat area of sand, gravel or pebble next to water." />
1820 <space />
1821 <key key="natural" value="beach" />
1822 <reference ref="name_wikipedia" />
1823 <optional>
1824 <reference ref="supervised" />
1825 <reference ref="oh_wheelchair" />
1826 <reference ref="POI_access" />
1827 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
1828 <combo key="sport" text="Sport" values="swimming,surfing" />
1829 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
1830 </optional>
1831 </item> <!-- Beach -->
1832 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1833 <link wiki="Tag:natural=bay" />
1834 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
1835 <space />
1836 <key key="natural" value="bay" />
1837 <text key="name" text="Name" />
1838 <optional>
1839 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
1840 </optional>
1841 </item> <!-- Bay -->
1842 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
1843 <link wiki="Tag:natural=cape" />
1844 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
1845 <space />
1846 <key key="natural" value="cape" />
1847 <text key="name" text="Name" />
1848 </item> <!-- Cape -->
1849 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1850 <link wiki="Tag:natural=strait" />
1851 <space />
1852 <key key="natural" value="strait" />
1853 <text key="name" text="Name" />
1854 </item> <!-- Strait -->
1855 </group> <!-- Water -->
1856 <group name="Shipping" icon="presets/nautical/ferry.svg">
1857 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
1858 <link wiki="Tag:amenity=ferry_terminal" />
1859 <space />
1860 <key key="amenity" value="ferry_terminal" />
1861 <text key="name" text="Name" />
1862 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
1863 </item> <!-- Ferry Terminal -->
1864 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
1865 <link wiki="Tag:route=ferry" />
1866 <key key="route" value="ferry" />
1867 <optional>
1868 <reference ref="name_ref_operator" />
1869 <reference ref="wheelchair" />
1870 <space />
1871 <reference ref="oh" />
1872 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
1873 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
1874 <reference ref="fee" />
1875 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
1876 <check key="ferry:cable" text="Reaction ferry" />
1877 </optional>
1878 <preset_link preset_name="Road Restrictions" />
1879 </item> <!-- Ferry Route -->
1880 <separator/>
1881 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
1882 <link wiki="Tag:leisure=marina" />
1883 <space />
1884 <key key="leisure" value="marina" />
1885 <text key="name" text="Name" />
1886 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
1887 </item> <!-- Marina -->
1888 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
1889 <link wiki="Tag:waterway=fuel"/>
1890 <space />
1891 <key key="waterway" value="fuel" />
1892 <optional>
1893 <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" />
1894 <reference ref="name_operator" />
1895 <reference ref="oh" />
1896 <space />
1897 <label text="Fuel types:" />
1898 <checkgroup columns="2">
1899 <check key="fuel:diesel" text="Diesel" />
1900 <check key="fuel:biodiesel" text="Bio Diesel" />
1901 <check key="fuel:octane_80" text="Octane 80" />
1902 <check key="fuel:octane_87" text="Octane 87" />
1903 <check key="fuel:octane_91" text="Octane 91" />
1904 <check key="fuel:octane_92" text="Octane 92" />
1905 <check key="fuel:octane_95" text="Octane 95" />
1906 <check key="fuel:octane_98" text="Octane 98" />
1907 <check key="fuel:octane_100" text="Octane 100" />
1908 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
1909 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
1910 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
1911 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
1912 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
1913 </checkgroup>
1914 </optional>
1915 <reference ref="link_contact_address_payment" />
1916 </item> <!-- Marine Fuel -->
1917 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1918 <link wiki="Tag:man_made=pier" />
1919 <space />
1920 <key key="man_made" value="pier" />
1921 <text key="name" text="Name" />
1922 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
1923 <check key="floating" text="Floating" />
1924 </item> <!-- Pier -->
1925 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
1926 <link wiki="Tag:waterway=lock_gate" />
1927 <key key="waterway" value="lock_gate" />
1928 </item> <!-- Lock Gate -->
1929 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
1930 <link wiki="Tag:waterway=turning_point" />
1931 <key key="waterway" value="turning_point" />
1932 </item> <!-- Turning Point -->
1933 <separator/>
1934 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
1935 <link wiki="Tag:leisure=slipway" />
1936 <key key="leisure" value="slipway" />
1937 <optional>
1938 <text key="name" text="Name" />
1939 </optional>
1940 </item> <!-- Slipway -->
1941 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1942 <link wiki="Tag:waterway=boatyard" />
1943 <space />
1944 <key key="waterway" value="boatyard" />
1945 <text key="name" text="Name" />
1946 </item> <!-- Boatyard -->
1947 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1948 <link wiki="Tag:waterway=dock" />
1949 <space />
1950 <key key="waterway" value="dock" />
1951 <text key="name" text="Name" />
1952 </item> <!-- Dock -->
1953 </group> <!-- Shipping -->
1954 </group> <!-- Water -->
1955 <group name="Transport" icon="presets/transport/railway/rail.svg">
1956 <group name="Railway" icon="presets/transport/railway/rail.svg">
1957 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
1958 <link wiki="Tag:railway=rail" />
1959 <key key="railway" value="rail" />
1960 <optional>
1961 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
1962 <reference ref="railway_service_gauge_electrified_yesno" />
1963 </optional>
1964 </item> <!-- Rail -->
1965 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
1966 <link wiki="Tag:railway=narrow_gauge" />
1967 <key key="railway" value="narrow_gauge" />
1968 <optional>
1969 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
1970 <reference ref="railway_service_gauge_electrified_yesno" />
1971 </optional>
1972 </item> <!-- Narrow Gauge Rail -->
1973 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
1974 <link wiki="Tag:railway=monorail" />
1975 <key key="railway" value="monorail" />
1976 <optional>
1977 <reference ref="railway_service" />
1978 <reference ref="railway_electrified_yesno" />
1979 </optional>
1980 </item> <!-- Monorail -->
1981 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
1982 <link wiki="Tag:railway=preserved" />
1983 <key key="railway" value="preserved" />
1984 <optional>
1985 <reference ref="railway_service_gauge_electrified_yesno" />
1986 </optional>
1987 </item> <!-- Preserved -->
1988 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
1989 <link wiki="Tag:railway=light_rail" />
1990 <key key="railway" value="light_rail" />
1991 <optional>
1992 <reference ref="railway_service_gauge_electrified_yesno" />
1993 </optional>
1994 </item> <!-- Light Rail -->
1995 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
1996 <link wiki="Tag:railway=subway" />
1997 <key key="railway" value="subway" />
1998 <optional>
1999 <reference ref="railway_service_gauge_electrified_yesno" />
2000 </optional>
2001 </item> <!-- Subway -->
2002 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
2003 <link wiki="Tag:railway=tram" />
2004 <key key="railway" value="tram" />
2005 <optional>
2006 <reference ref="railway_service_gauge_electrified_yesno" />
2007 </optional>
2008 </item> <!-- Tram -->
2009 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2010 <link wiki="Tag:railway=funicular" />
2011 <key key="railway" value="funicular" />
2012 <optional>
2013 <reference ref="railway_service_gauge_electrified_yesno" />
2014 </optional>
2015 </item> <!-- Funicular -->
2016 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2017 <link wiki="Tag:highway=bus_guideway" />
2018 <key key="highway" value="bus_guideway" />
2019 <optional>
2020 <text key="name" text="Name" />
2021 <reference ref="highway_yesno" />
2022 <check key="oneway" text="Oneway" />
2023 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
2024 <reference ref="surface_smoothness" />
2025 <text key="maxspeed" text="Max. speed (km/h)" />
2026 <text key="width" text="Width (meters)" />
2027 </optional>
2028 </item> <!-- Bus Guideway -->
2029 <separator/>
2030 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2031 <link wiki="Key:construction" />
2032 <key key="railway" value="construction" />
2033 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2034 <optional>
2035 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2036 <reference ref="railway_service_gauge_electrified_yesno" />
2037 </optional>
2038 </item> <!-- Railway construction -->
2039 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2040 <link wiki="Tag:railway=disused" />
2041 <key key="railway" value="disused" />
2042 <optional>
2043 <reference ref="railway_service" />
2044 <reference ref="highway_yesno" />
2045 </optional>
2046 </item> <!-- Disused Rail -->
2047 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2048 <link wiki="Tag:railway=abandoned" />
2049 <key key="railway" value="abandoned" />
2050 <optional>
2051 <reference ref="railway_service" />
2052 <reference ref="highway_yesno" />
2053 </optional>
2054 </item> <!-- Abandoned Rail -->
2055 <separator/>
2056 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2057 <link wiki="Tag:railway=level_crossing" />
2058 <key key="railway" value="level_crossing" />
2059 <optional>
2060 <reference ref="supervised" />
2061 <check key="crossing:light" text="Traffic lights" />
2062 <check key="crossing:bell" text="Sound signals" />
2063 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2064 </optional>
2065 </item> <!-- Level Crossing -->
2066 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2067 <link wiki="Tag:railway=crossing" />
2068 <key key="railway" value="crossing" />
2069 <optional>
2070 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2071 <reference ref="supervised" />
2072 <check key="horse" text="Cross on horseback" />
2073 <check key="bicycle" text="Cross by bicycle" />
2074 <check key="crossing:light" text="Traffic lights" />
2075 <check key="crossing:bell" text="Sound signals" />
2076 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2077 </optional>
2078 </item> <!-- Crossing -->
2079 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2080 <link wiki="Tag:railway=turntable" />
2081 <key key="railway" value="turntable" />
2082 </item> <!-- Turntable -->
2083 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2084 <link wiki="Tag:railway=buffer_stop" />
2085 <key key="railway" value="buffer_stop" />
2086 </item> <!-- Buffer Stop -->
2087 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2088 <link wiki="Tag:railway=switch" />
2089 <key key="railway" value="switch" />
2090 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2091 <text key="ref" text="Reference" />
2092 <text key="operator" text="Operator" />
2093 </item> <!-- Railway Switch -->
2094 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2095 <link wiki="Tag:railway=railway_crossing" />
2096 <key key="railway" value="railway_crossing" />
2097 <text key="ref" text="Reference" />
2098 <text key="operator" text="Operator" />
2099 </item> <!-- Railway crossing -->
2100 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2101 <link wiki="Tag:railway=signal" />
2102 <key key="railway" value="signal" />
2103 <text key="ref" text="Reference" />
2104 <text key="operator" text="Operator" />
2105 </item> <!-- Railway Signal -->
2106 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2107 <link wiki="Tag:railway=milestone" />
2108 <key key="railway" value="milestone" />
2109 <text key="distance" text="Distance (kilometers)" />
2110 <text key="ref" text="Reference" />
2111 </item> <!-- Railway Milestone -->
2112 </group> <!-- Railway -->
2113 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2114 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2115 <link wiki="Tag:aerialway=cable_car" />
2116 <space />
2117 <key key="aerialway" value="cable_car" />
2118 <reference ref="name_ref" />
2119 <optional>
2120 <text key="aerialway:capacity" text="Number of people per hour" />
2121 <text key="aerialway:occupancy" text="Number of people per car" />
2122 <text key="aerialway:duration" text="Typical journey time in minutes" />
2123 <check key="aerialway:heating" text="Has heating?" />
2124 <space />
2125 <text key="operator" text="Operator" />
2126 <reference ref="oh" />
2127 <reference ref="fee" />
2128 </optional>
2129 </item> <!-- Cable Car -->
2130 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2131 <link wiki="Tag:aerialway=chair_lift" />
2132 <space />
2133 <key key="aerialway" value="chair_lift" />
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 chair" />
2138 <text key="aerialway:duration" text="Typical journey time in minutes" />
2139 <check key="aerialway:bubble" text="Has bubble?" />
2140 <check key="aerialway:heating" text="Has heating?" />
2141 <space />
2142 <text key="operator" text="Operator" />
2143 <reference ref="oh" />
2144 <reference ref="fee" />
2145 </optional>
2146 </item> <!-- Chair Lift -->
2147 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2148 <link wiki="Tag:aerialway=gondola" />
2149 <space />
2150 <key key="aerialway" value="gondola" />
2151 <reference ref="name_ref" />
2152 <optional>
2153 <text key="aerialway:capacity" text="Number of people per hour" />
2154 <text key="aerialway:occupancy" text="Number of people per gondola" />
2155 <text key="aerialway:duration" text="Typical journey time in minutes" />
2156 <check key="aerialway:heating" text="Has heating?" />
2157 <space />
2158 <text key="operator" text="Operator" />
2159 <reference ref="oh" />
2160 <reference ref="fee" />
2161 </optional>
2162 </item> <!-- Gondola -->
2163 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2164 <link wiki="Tag:aerialway=mixed_lift" />
2165 <space />
2166 <key key="aerialway" value="mixed_lift" />
2167 <reference ref="name_ref" />
2168 <optional>
2169 <text key="aerialway:capacity" text="Number of people per hour" />
2170 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2171 <text key="aerialway:duration" text="Typical journey time in minutes" />
2172 <check key="aerialway:bubble" text="Has bubble?" />
2173 <check key="aerialway:heating" text="Has heating?" />
2174 <space />
2175 <text key="operator" text="Operator" />
2176 <reference ref="oh" />
2177 <reference ref="fee" />
2178 </optional>
2179 </item> <!-- Mixed Lift -->
2180 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2181 <link wiki="Tag:aerialway=drag_lift" />
2182 <space />
2183 <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" />
2184 <reference ref="name_ref" />
2185 <optional>
2186 <text key="aerialway:capacity" text="Number of people per hour" />
2187 <text key="aerialway:duration" text="Typical journey time in minutes" />
2188 <space />
2189 <text key="operator" text="Operator" />
2190 <reference ref="oh" />
2191 <reference ref="fee" />
2192 </optional>
2193 </item> <!-- Drag Lift -->
2194 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2195 <link wiki="Tag:aerialway=magic_carpet" />
2196 <space />
2197 <key key="aerialway" value="magic_carpet" />
2198 <reference ref="name_ref" />
2199 <optional>
2200 <text key="aerialway:capacity" text="Number of people per hour" />
2201 <text key="aerialway:duration" text="Typical journey time in minutes" />
2202 <space />
2203 <text key="operator" text="Operator" />
2204 <reference ref="oh" />
2205 <reference ref="fee" />
2206 </optional>
2207 </item> <!-- Magic Carpet -->
2208 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2209 <link wiki="Tag:aerialway=goods" />
2210 <space />
2211 <key key="aerialway" value="goods" />
2212 <optional>
2213 <reference ref="name_ref_operator" />
2214 <text key="aerialway:duration" text="Typical journey time in minutes" />
2215 </optional>
2216 </item> <!-- Goods -->
2217 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2218 <link wiki="Tag:aerialway=zip_line" />
2219 <space />
2220 <key key="aerialway" value="zip_line" />
2221 <optional>
2222 <reference ref="name_ref_operator" />
2223 <reference ref="oh" />
2224 <reference ref="fee" />
2225 <reference ref="min_age" />
2226 <text key="maxweight" text="Max. weight (tonnes)" />
2227 </optional>
2228 </item> <!-- Zip line -->
2229 <separator/>
2230 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2231 <link wiki="Tag:aerialway=station" />
2232 <space />
2233 <key key="aerialway" value="station" />
2234 <reference ref="name_ref_operator" />
2235 </item> <!-- Station -->
2236 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2237 <link wiki="Tag:aerialway=pylon" />
2238 <space />
2239 <key key="aerialway" value="pylon" />
2240 <reference ref="name_ref" />
2241 </item> <!-- Pylon -->
2242 </group> <!-- Aerialway -->
2243 <separator/>
2244 <group name="Car" icon="presets/shop/vehicle.svg">
2245 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2246 <link wiki="Tag:amenity=parking" />
2247 <space />
2248 <key key="amenity" value="parking" />
2249 <reference ref="parking_name_type_ref" />
2250 <text key="maxheight" text="Max. height (meters)" />
2251 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2252 <reference ref="parking_access_fee_operator_surface_smoothness" />
2253 <space />
2254 <text key="capacity" text="Capacity (overall)" />
2255 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2256 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2257 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2258 <label text="See the Wiki for other capacity:[types]=*." />
2259 <space />
2260 <reference ref="maxstay" />
2261 <reference ref="supervised_lit_oh" />
2262 </item> <!-- Parking -->
2263 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2264 <link wiki="Tag:amenity=parking_space" />
2265 <space />
2266 <key key="amenity" value="parking_space" />
2267 <reference ref="parking_name_type_ref" />
2268 <text key="capacity" text="Capacity" />
2269 <reference ref="parking_access_fee_operator_surface_smoothness" />
2270 <reference ref="maxstay" />
2271 <reference ref="supervised_lit_oh" />
2272 <check key="covered" text="Covered (with roof)" />
2273 </item> <!-- Parking Space -->
2274 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2275 <link wiki="Tag:amenity=parking_entrance" />
2276 <space />
2277 <key key="amenity" value="parking_entrance" />
2278 <reference ref="parking_name_type_ref" />
2279 <text key="maxheight" text="Max. height (meters)" />
2280 <reference ref="parking_access_fee_operator_surface_smoothness" />
2281 <reference ref="supervised_lit_oh" />
2282 <check key="covered" text="Covered (with roof)" />
2283 </item> <!-- Parking Entrance -->
2284 <separator/>
2285 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2286 <link wiki="Tag:amenity=fuel" />
2287 <space />
2288 <key key="amenity" value="fuel" />
2289 <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" />
2290 <optional>
2291 <text key="name" text="Name" />
2292 <text key="operator" text="Operator" />
2293 <reference ref="oh_wheelchair" />
2294 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2295 <space />
2296 <label text="Fuel types:" />
2297 <checkgroup columns="2">
2298 <check key="fuel:diesel" text="Diesel" />
2299 <check key="fuel:biodiesel" text="Bio Diesel" />
2300 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2301 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2302 <check key="fuel:octane_80" text="Octane 80" />
2303 <check key="fuel:octane_87" text="Octane 87" />
2304 <check key="fuel:octane_91" text="Octane 91" />
2305 <check key="fuel:octane_92" text="Octane 92" />
2306 <check key="fuel:octane_95" text="Octane 95" />
2307 <check key="fuel:octane_98" text="Octane 98" />
2308 <check key="fuel:octane_100" text="Octane 100" />
2309 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2310 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2311 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2312 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2313 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2314 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2315 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2316 <check key="fuel:biogas" text="Biogas" />
2317 </checkgroup>
2318 <space />
2319 <label text="Additives:" />
2320 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2321 <space />
2322 <label text="Fuel cards:" />
2323 <checkgroup columns="3">
2324 <check key="payment:dkv" text="DKV" />
2325 <check key="payment:routex" text="Routex" />
2326 <check key="payment:uta" text="UTA" />
2327 </checkgroup>
2328 </optional>
2329 <reference ref="link_contact_address_payment" />
2330 <preset_link preset_name="Building" />
2331 </item> <!-- Fuel -->
2332 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2333 <link wiki="Tag:amenity=charging_station" />
2334 <space />
2335 <key key="amenity" value="charging_station" />
2336 <reference ref="name_ref_operator" />
2337 <reference ref="oh" />
2338 <reference ref="fee" />
2339 <space />
2340 <combo key="voltage" text="Voltage" values="230,400"/>
2341 <combo key="amperage" text="Amperage" values="16,32" />
2342 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2343 <space />
2344 <label text="Types of vehicles which can be charged:" />
2345 <checkgroup columns="4">
2346 <check key="bicycle" text="Bicycle" />
2347 <check key="scooter" text="Scooter" />
2348 <check key="motorcycle" text="Motorcycle" />
2349 <check key="motorcar" text="Motorcar" />
2350 <check key="truck" text="Truck" />
2351 </checkgroup>
2352 <space />
2353 <label text="Number of Sockets:" />
2354 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2355 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2356 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2357 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2358 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2359 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2360 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2361 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2362 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2363 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2364 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2365 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2366 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2367 <space />
2368 <label text="Authentication:" />
2369 <checkgroup columns="4">
2370 <check key="authentication:none" text="None" />
2371 <check key="authentication:phone_call" text="Phone call" />
2372 <check key="authentication:short_message" text="Short message" />
2373 <check key="authentication:nfc" text="NFC" />
2374 </checkgroup>
2375 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2376 <preset_link preset_name="Payment Methods" />
2377 </item> <!-- Charging Station -->
2378 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2379 <link wiki="Tag:amenity=car_wash" />
2380 <space />
2381 <key key="amenity" value="car_wash" />
2382 <reference ref="name_brand_operator_oh_wheelchair" />
2383 <checkgroup columns="2">
2384 <check key="automated" text="Automated" text_context="car_wash" />
2385 <check key="self_service" text="Self Service" />
2386 </checkgroup>
2387 <reference ref="link_contact_address_payment" />
2388 </item> <!-- Wash -->
2389 <separator/>
2390 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2391 <link wiki="Tag:shop=car" />
2392 <space />
2393 <key key="shop" value="car" />
2394 <reference ref="car_brands" />
2395 <reference ref="name_operator_oh_wheelchair" />
2396 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2397 <reference ref="link_contact_address_payment" />
2398 </item> <!-- Car Dealer -->
2399 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2400 <link wiki="Tag:shop=car_repair" />
2401 <space />
2402 <key key="shop" value="car_repair" />
2403 <reference ref="car_brands" />
2404 <reference ref="name_operator_oh_wheelchair" />
2405 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2406 <reference ref="link_contact_address_payment" />
2407 </item> <!-- Repair -->
2408 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2409 <link wiki="Tag:shop=car_parts" />
2410 <space />
2411 <key key="shop" value="car_parts" />
2412 <reference ref="car_brands" />
2413 <reference ref="name_operator_oh_wheelchair" />
2414 <reference ref="link_contact_address_payment" />
2415 </item> <!-- Parts -->
2416 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2417 <link wiki="Tag:shop=tyres" />
2418 <space />
2419 <key key="shop" value="tyres" />
2420 <reference ref="name_brand_operator_oh_wheelchair" />
2421 <reference ref="link_contact_address_payment" />
2422 </item> <!-- Tires -->
2423 <separator/>
2424 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2425 <link wiki="Tag:amenity=car_rental" />
2426 <space />
2427 <key key="amenity" value="car_rental" />
2428 <reference ref="name_brand_operator_oh_wheelchair" />
2429 <reference ref="link_contact_address_payment" />
2430 </item> <!-- Rental -->
2431 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2432 <link wiki="Tag:amenity=car_pooling" />
2433 <space />
2434 <key key="amenity" value="car_pooling" />
2435 <text key="operator" text="Operator" />
2436 <text key="network" text="Network" />
2437 <text key="capacity" text="Capacity" />
2438 <reference ref="name_oh_wheelchair" />
2439 <text key="website" text="Website" />
2440 </item> <!-- Pooling -->
2441 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2442 <link wiki="Tag:amenity=car_sharing" />
2443 <space />
2444 <key key="amenity" value="car_sharing" />
2445 <text key="operator" text="Operator" />
2446 <text key="capacity" text="Capacity" />
2447 <reference ref="name_oh_wheelchair" />
2448 <text key="website" text="Website" />
2449 </item> <!-- Sharing -->
2450 </group> <!-- Car -->
2451 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2452 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2453 <link wiki="Tag:amenity=motorcycle_parking" />
2454 <space />
2455 <key key="amenity" value="motorcycle_parking" />
2456 <reference ref="parking_name_type_ref" />
2457 <text key="capacity" text="Capacity" />
2458 <reference ref="parking_access_fee_operator_surface_smoothness" />
2459 <reference ref="supervised_lit_oh" />
2460 <reference ref="maxstay" />
2461 <check key="covered" text="Covered (with roof)" />
2462 </item> <!-- Parking -->
2463 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2464 <link wiki="Tag:shop=motorcycle" />
2465 <space />
2466 <key key="shop" value="motorcycle" />
2467 <text key="name" text="Name" />
2468 <reference ref="motorcycle_brands" />
2469 <text key="operator" text="Operator" />
2470 <reference ref="oh_wheelchair" />
2471 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2472 <optional text="Services:">
2473 <combo key="sale" text="Sale" values="yes,brand,no" />
2474 <combo key="rental" text="Rental" values="yes,brand,no" />
2475 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2476 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2477 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2478 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2479 <text key="services" text="Other" />
2480 </optional>
2481 <reference ref="link_contact_address_payment" />
2482 </item> <!-- Motorcycle Dealer -->
2483 </group> <!-- Motorcycle -->
2484 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2485 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2486 <link wiki="Tag:amenity=bicycle_parking" />
2487 <space />
2488 <key key="amenity" value="bicycle_parking" />
2489 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2490 <text key="name" text="Name" />
2491 <text key="capacity" text="Capacity" />
2492 <reference ref="parking_access_fee_operator_surface_smoothness" />
2493 <check key="covered" text="Covered" />
2494 <reference ref="supervised_lit_oh" />
2495 </item> <!-- Parking -->
2496 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2497 <link wiki="Tag:shop=bicycle" />
2498 <space />
2499 <key key="shop" value="bicycle" />
2500 <reference ref="name_oh_wheelchair" />
2501 <check key="service:bicycle:retail" text="Bicycles are sold" />
2502 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2503 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2504 <check key="service:bicycle:rental" text="Bicycles are rented" />
2505 <check key="service:bicycle:pump" text="Free bicycle pump" />
2506 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2507 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2508 <reference ref="link_contact_address_payment" />
2509 </item> <!-- Bike Dealer -->
2510 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2511 <link wiki="Tag:amenity=bicycle_rental" />
2512 <space />
2513 <key key="amenity" value="bicycle_rental" />
2514 <text key="name" text="Name" />
2515 <reference ref="link_contact_address_payment" />
2516 </item> <!-- Rental -->
2517 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2518 <link wiki="Tag:amenity=bicycle_repair_station" />
2519 <space />
2520 <key key="amenity" value="bicycle_repair_station" />
2521 <optional>
2522 <text key="name" text="Name" />
2523 <text key="brand" text="Brand" />
2524 <text key="operator" text="Operator" />
2525 <reference ref="oh" />
2526 <check key="service:bicycle:pump" text="Free bicycle pump" />
2527 <check key="service:bicycle:chain_tool" text="Chain tool" />
2528 </optional>
2529 </item> <!-- Public Bicycle Repair Station -->
2530 </group> <!-- Bicycle -->
2531 <group name="Public Transport" icon="presets/transport/bus.svg">
2532 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2533 <link wiki="Public_transport#Service_routes" />
2534 <space />
2535 <key key="type" value="route" />
2536 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2537 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2538 <reference ref="name_ref" />
2539 <optional>
2540 <reference ref="public_transport_route_optionals" />
2541 </optional>
2542 <roles>
2543 <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)" />
2544 <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)" />
2545 <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)" />
2546 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2547 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2548 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2549 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2550 </roles>
2551 </item> <!-- Public Transport Route (Rail) -->
2552 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2553 <link wiki="Public_transport#Service_routes" />
2554 <space />
2555 <key key="type" value="route" />
2556 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2557 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2558 <reference ref="name_ref" />
2559 <optional>
2560 <reference ref="public_transport_route_optionals" />
2561 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2562 </optional>
2563 <roles>
2564 <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)" />
2565 <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)" />
2566 <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)" />
2567 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2568 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2569 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2570 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2571 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2572 </roles>
2573 </item> <!-- Public Transport Route (Bus) -->
2574 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2575 <link wiki="Public_transport#Route_Master_relations" />
2576 <space />
2577 <key key="type" value="route_master" />
2578 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2579 <reference ref="name_ref" />
2580 <optional>
2581 <text key="operator" text="Operator" />
2582 <text key="network" text="Network" />
2583 <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" />
2584 <text key="website" text="Website" />
2585 </optional>
2586 <roles>
2587 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2588 </roles>
2589 </item> <!-- Route Master -->
2590 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2591 <link wiki="Tag:public_transport=stop_area" />
2592 <space />
2593 <key key="type" value="public_transport" />
2594 <key key="public_transport" value="stop_area" />
2595 <text key="name" text="Name" />
2596 <optional>
2597 <text key="ref" text="Reference" />
2598 <text key="uic_ref" text="UIC reference" />
2599 <text key="uic_name" text="UIC name" />
2600 <text key="operator" text="Operator" />
2601 <text key="network" text="Network" />
2602 </optional>
2603 <roles>
2604 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2605 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2606 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2607 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2608 </roles>
2609 </item> <!-- Stop Area -->
2610 <separator/>
2611 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2612 <link wiki="Tag:public_transport=stop_position" />
2613 <space />
2614 <key key="public_transport" value="stop_position" />
2615 <text key="name" text="Name" />
2616 <optional>
2617 <text key="ref" text="Reference" />
2618 <text key="uic_ref" text="UIC reference" />
2619 <text key="uic_name" text="UIC name" />
2620 <text key="operator" text="Operator" />
2621 <text key="network" text="Network" />
2622 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2623 </optional>
2624 <space />
2625 <checkgroup columns="3">
2626 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2627 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2628 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2629 <check key="train" text="Train" icon="presets/transport/train.svg" />
2630 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2631 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2632 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2633 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2634 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2635 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2636 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2637 </checkgroup>
2638 </item> <!-- Stop Position -->
2639 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2640 <link wiki="Tag:public_transport=platform" />
2641 <space />
2642 <key key="public_transport" value="platform" />
2643 <text key="name" text="Name" />
2644 <check key="bench" text="Bench" />
2645 <check key="shelter" text="Shelter" />
2646 <check key="bin" text="Waste Basket/Trash Can" />
2647 <check key="covered" text="Covered" />
2648 <check key="passenger_information_display" text="Passenger information display" />
2649 <text key="route_ref" text="Route references" />
2650 <reference ref="wheelchair" />
2651 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2652 </item> <!-- Platform -->
2653 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2654 <link wiki="Tag:public_transport=station" />
2655 <space />
2656 <key key="public_transport" value="station" />
2657 <text key="name" text="Name" />
2658 <check key="area" text="Area" disable_off="true" />
2659 <check key="building" text="Building" disable_off="true" />
2660 <text key="operator" text="Operator" />
2661 <text key="network" text="Network" />
2662 </item> <!-- Station -->
2663 <separator/> <!-- *** Access *** -->
2664 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2665 <link wiki="Tag:railway=subway_entrance" />
2666 <key key="railway" value="subway_entrance" />
2667 <optional>
2668 <text key="name" text="Name" />
2669 <reference ref="wheelchair" />
2670 <check key="bicycle" text="Bicycle" />
2671 </optional>
2672 </item> <!-- Subway Entrance -->
2673 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2674 <link wiki="Tag:amenity=vending_machine" />
2675 <space />
2676 <key key="amenity" value="vending_machine" />
2677 <key key="vending" value="public_transport_tickets" />
2678 <reference ref="name_operator" />
2679 <text key="ref" text="Reference number" />
2680 <preset_link preset_name="Payment Methods" />
2681 </item> <!-- Ticket Machine -->
2682 </group> <!-- Public Transport -->
2683 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2684 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2685 <key key="type" value="route" />
2686 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2687 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2688 <reference ref="name_ref" />
2689 <optional>
2690 <text key="from" text="From (initial stop)" />
2691 <text key="to" text="To (terminal stop)" />
2692 <text key="via" text="Via (intermediate stops)" />
2693 <text key="operator" text="Operator" />
2694 <text key="network" text="Network" />
2695 <text key="description" text="Description" />
2696 <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" />
2697 <reference ref="oh" />
2698 <reference ref="fee" />
2699 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2700 <text key="website" text="Website" />
2701 </optional>
2702 <roles>
2703 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2704 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2705 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2706 <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" />
2707 <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" />
2708 <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" />
2709 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2710 </roles>
2711 </item> <!-- Public transport route (Legacy) -->
2712 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2713 <link wiki="Tag:railway=station" />
2714 <key key="railway" value="station" />
2715 <optional>
2716 <text key="name" text="Name" />
2717 <text key="uic_ref" text="UIC-Reference" />
2718 </optional>
2719 </item> <!-- Station -->
2720 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2721 <link wiki="Tag:railway=halt" />
2722 <key key="railway" value="halt" />
2723 <optional>
2724 <text key="name" text="Name" />
2725 </optional>
2726 </item> <!-- Railway Halt -->
2727 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
2728 <link wiki="Tag:railway=tram_stop" />
2729 <key key="railway" value="tram_stop" />
2730 <optional>
2731 <text key="name" text="Name" />
2732 </optional>
2733 </item> <!-- Tram Stop -->
2734 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
2735 <link wiki="Tag:railway=platform" />
2736 <space />
2737 <key key="railway" value="platform" />
2738 <text key="ref" text="Reference (track number)" />
2739 <text key="width" text="Width (meters)" />
2740 <check key="area" text="Area" />
2741 </item> <!-- Railway Platform -->
2742 <separator/>
2743 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
2744 <link wiki="Tag:amenity=bus_station" />
2745 <key key="amenity" value="bus_station" />
2746 <optional>
2747 <text key="name" text="Name" />
2748 </optional>
2749 </item> <!-- Bus Station -->
2750 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
2751 <link wiki="Tag:highway=bus_stop" />
2752 <key key="highway" value="bus_stop" />
2753 <optional>
2754 <text key="name" text="Name" />
2755 <check key="bench" text="Bench" />
2756 <check key="shelter" text="Shelter" />
2757 <check key="bin" text="Waste Basket/Trash Can" />
2758 <check key="passenger_information_display" text="Passenger information display" />
2759 <text key="route_ref" text="Route references" />
2760 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2761 </optional>
2762 </item> <!-- Bus Stop -->
2763 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2764 <link wiki="Tag:highway=platform" />
2765 <space />
2766 <key key="highway" value="platform" />
2767 <text key="ref" text="Reference (track number)" />
2768 <text key="width" text="Width (meters)" />
2769 <check key="area" text="Area" />
2770 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2771 </item> <!-- Bus Platform -->
2772 </group> <!-- Public Transport -->
2773 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
2774 <link wiki="Tag:amenity=taxi" />
2775 <space />
2776 <key key="amenity" value="taxi" />
2777 <text key="name" text="Name" />
2778 </item> <!-- Taxi -->
2779 <separator/>
2780 <group name="Airport" icon="presets/transport/airport.svg">
2781 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
2782 <link wiki="Tag:aeroway=aerodrome" />
2783 <space />
2784 <reference ref="aerodrome" />
2785 </item> <!-- Airport Ground -->
2786 <separator/>
2787 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2788 <link wiki="Tag:aeroway=runway" />
2789 <key key="aeroway" value="runway" />
2790 <optional>
2791 <text key="ref" text="Reference" />
2792 <reference ref="surface" />
2793 </optional>
2794 </item> <!-- Runway -->
2795 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2796 <link wiki="Tag:aeroway=taxiway" />
2797 <key key="aeroway" value="taxiway" />
2798 <optional>
2799 <text key="ref" text="Reference" />
2800 </optional>
2801 </item> <!-- Taxiway -->
2802 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
2803 <link wiki="Tag:aeroway=holding_position" />
2804 <key key="aeroway" value="holding_position" />
2805 <optional>
2806 <text key="ref" text="Reference" />
2807 </optional>
2808 </item> <!-- Holding Position -->
2809 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
2810 <link wiki="Tag:aeroway=helipad" />
2811 <key key="aeroway" value="helipad" />
2812 <optional>
2813 <text key="ref" text="Reference" />
2814 <text key="iata" text="IATA" />
2815 <text key="icao" text="ICAO" />
2816 <text key="wikipedia" text="Wikipedia" />
2817 </optional>
2818 </item> <!-- Helipad -->
2819 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
2820 <link wiki="Tag:aeroway=apron" />
2821 <key key="aeroway" value="apron" />
2822 </item> <!-- Apron -->
2823 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
2824 <link wiki="Tag:aeroway=parking_position" />
2825 <key key="aeroway" value="parking_position" />
2826 <text key="ref" text="Reference" />
2827 </item> <!-- Plane Parking Position -->
2828 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
2829 <link wiki="Tag:aeroway=hangar" />
2830 <key key="aeroway" value="hangar" />
2831 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
2832 </item> <!-- Hangar -->
2833 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
2834 <link wiki="Tag:airmark=beacon" />
2835 <key key="airmark" value="beacon" />
2836 </item> <!-- Beacon -->
2837 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
2838 <link wiki="Tag:aeroway=navigationaid" />
2839 <key key="aeroway" value="navigationaid" />
2840 <combo key="navigationaid" text="Type" values_searchable="true">
2841 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
2842 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
2843 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
2844 </combo>
2845 </item> <!-- Navigation aid -->
2846 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
2847 <link wiki="Tag:aeroway=windsock" />
2848 <key key="aeroway" value="windsock" />
2849 </item> <!-- Windsock -->
2850 <separator/>
2851 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
2852 <link wiki="Tag:aeroway=terminal" />
2853 <space />
2854 <key key="aeroway" value="terminal" />
2855 <text key="name" text="Name" />
2856 <reference ref="internet" />
2857 <reference ref="link_contact_address" />
2858 </item> <!-- Terminal -->
2859 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
2860 <link wiki="Tag:aeroway=gate" />
2861 <space />
2862 <key key="aeroway" value="gate" />
2863 <text key="ref" text="Reference" />
2864 </item> <!-- Gate -->
2865 </group> <!-- Airport -->
2866 </group> <!-- Transport -->
2867 <group name="Facilities" icon="presets/accommodation/hotel.svg">
2868 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
2869 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2870 <link wiki="Tag:tourism=hotel" />
2871 <space />
2872 <key key="tourism" value="hotel" />
2873 <reference ref="name_operator" />
2874 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2875 <text key="rooms" text="Rooms" />
2876 <text key="beds" text="Beds" />
2877 <reference ref="wheelchair" />
2878 <space />
2879 <reference ref="internet_smoking" />
2880 <reference ref="link_contact_address_payment" />
2881 <preset_link preset_name="Residential Building" />
2882 </item> <!-- Hotel -->
2883 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2884 <link wiki="Tag:tourism=motel" />
2885 <space />
2886 <key key="tourism" value="motel" />
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> <!-- Motel -->
2897 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
2898 <link wiki="Tag:tourism=guest_house" />
2899 <space />
2900 <key key="tourism" value="guest_house" />
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 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
2906 <reference ref="wheelchair" />
2907 <space />
2908 <reference ref="internet_smoking" />
2909 <reference ref="link_contact_address_payment" />
2910 <preset_link preset_name="Building" />
2911 </item> <!-- Guest House/Bed & Breakfast -->
2912 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
2913 <link wiki="Tag:tourism=apartment" />
2914 <space />
2915 <key key="tourism" value="apartment" />
2916 <reference ref="name_operator" />
2917 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
2918 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2919 <reference ref="wheelchair" />
2920 <space />
2921 <reference ref="internet_smoking" />
2922 <reference ref="link_contact_address_payment" />
2923 </item> <!-- Apartment -->
2924 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
2925 <link wiki="Tag:tourism=chalet" />
2926 <space />
2927 <key key="tourism" value="chalet" />
2928 <reference ref="name_operator" />
2929 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2930 <text key="rooms" text="Rooms" />
2931 <text key="beds" text="Beds" />
2932 <reference ref="wheelchair" />
2933 <space />
2934 <reference ref="internet_smoking" />
2935 <reference ref="link_contact_address_payment" />
2936 <preset_link preset_name="Building" />
2937 </item> <!-- Chalet -->
2938 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2939 <link wiki="Tag:tourism=hostel" />
2940 <space />
2941 <key key="tourism" value="hostel" />
2942 <reference ref="name_operator" />
2943 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2944 <text key="rooms" text="Rooms" />
2945 <text key="beds" text="Beds" />
2946 <reference ref="wheelchair" />
2947 <space />
2948 <reference ref="internet_smoking" />
2949 <reference ref="link_contact_address_payment" />
2950 <preset_link preset_name="Building" />
2951 </item> <!-- Hostel -->
2952 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
2953 <link wiki="Tag:tourism=alpine_hut" />
2954 <space />
2955 <key key="tourism" value="alpine_hut" />
2956 <reference ref="name_operator" />
2957 <text key="ele" text="Elevation (meters)" length="10" />
2958 <text key="rooms" text="Rooms" />
2959 <text key="beds" text="Beds" />
2960 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2961 <space />
2962 <reference ref="internet_smoking" />
2963 <reference ref="link_contact_address_payment" />
2964 <preset_link preset_name="Building" />
2965 </item> <!-- Alpine Hut -->
2966 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
2967 <link wiki="Tag:tourism=wilderness_hut" />
2968 <space />
2969 <key key="tourism" value="wilderness_hut" />
2970 <reference ref="name_operator" />
2971 <reference ref="POI_access" />
2972 <text key="capacity" text="Capacity" />
2973 <reference ref="fee" />
2974 <check key="toilets" text="Toilets" />
2975 <check key="shower" text="Shower" />
2976 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
2977 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2978 <text key="ele" text="Elevation (meters)" length="10" />
2979 <text key="description" text="Closer description" />
2980 <reference ref="link_contact_address_payment" />
2981 <preset_link preset_name="Building" />
2982 </item> <!-- Wilderness Hut -->
2983 <separator/>
2984 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
2985 <link wiki="Tag:tourism=caravan_site" />
2986 <space />
2987 <key key="tourism" value="caravan_site" />
2988 <reference ref="name_operator" />
2989 <combo key="stars" text="Stars" values="1,2,3,4,5" />
2990 <reference ref="oh_wheelchair" />
2991 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
2992 <text key="capacity" text="Number of places" />
2993 <reference ref="fee_interval" />
2994 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2995 <check key="power_supply" text="Power supply" />
2996 <check key="tents" text="Tents allowed" />
2997 <space />
2998 <reference ref="internet_smoking" />
2999 <reference ref="link_contact_address_payment" />
3000 </item> <!-- Caravan Site/RV Park -->
3001 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
3002 <link wiki="Tag:tourism=camp_site" />
3003 <space />
3004 <key key="tourism" value="camp_site" />
3005 <reference ref="name_operator" />
3006 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3007 <reference ref="oh_wheelchair" />
3008 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3009 <text key="capacity" text="Number of places" />
3010 <checkgroup columns="2">
3011 <check key="tents" text="Tents allowed" />
3012 <check key="caravans" text="Caravans allowed" />
3013 </checkgroup>
3014 <checkgroup columns="2">
3015 <check key="backcountry" text="Backcountry" />
3016 <check key="group_only" text="Group only access" />
3017 </checkgroup>
3018 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3019 <reference ref="wheelchair" />
3020 <reference ref="internet" />
3021 <space />
3022 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3023 <reference ref="link_contact_address_payment" />
3024 </item> <!-- Campsite -->
3025 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3026 <link wiki="Tag:tourism=camp_pitch" />
3027 <space />
3028 <key key="tourism" value="camp_pitch" />
3029 <text key="ref" text="Reference" />
3030 <text key="addr:unit" text="Unit number" />
3031 <text key="capacity" text="Number of places" />
3032 <reference ref="surface" />
3033 <checkgroup columns="2">
3034 <check key="tents" text="Tents allowed" />
3035 <check key="caravans" text="Caravans allowed" />
3036 <check key="drinking_water" text="Drinking Water" />
3037 <check key="power_supply" text="Power supply" />
3038 <check key="permanent_camping" text="Permanent camping only" />
3039 </checkgroup>
3040 </item> <!-- Camp pitch -->
3041 </group> <!-- Accommodation -->
3042 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3043 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3044 <link wiki="Tag:amenity=restaurant" />
3045 <space />
3046 <key key="amenity" value="restaurant" />
3047 <reference ref="name_operator" />
3048 <reference ref="cuisine" />
3049 <check key="microbrewery" text="Microbrewery" />
3050 <check key="outdoor_seating" text="Outdoor seating" />
3051 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3052 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3053 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3054 <reference ref="oh" />
3055 <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" />
3056 <reference ref="wheelchair" />
3057 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3058 <space />
3059 <reference ref="internet_smoking" />
3060 <preset_link preset_name="Diet" />
3061 <reference ref="link_contact_address_payment" />
3062 </item> <!-- Restaurant -->
3063 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3064 <link wiki="Tag:amenity=fast_food" />
3065 <space />
3066 <key key="amenity" value="fast_food" />
3067 <reference ref="name_operator" />
3068 <reference ref="cuisine" />
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 <preset_link preset_name="Building" />
3078 </item> <!-- Fast Food -->
3079 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3080 <link wiki="Tag:amenity=food_court" />
3081 <space />
3082 <key key="amenity" value="food_court" />
3083 <reference ref="name_operator" />
3084 <check key="outdoor_seating" text="Outdoor seating" />
3085 <reference ref="oh_wheelchair" />
3086 <space />
3087 <reference ref="internet_smoking" />
3088 <reference ref="link_contact_address_payment" />
3089 </item> <!-- Food Court -->
3090 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3091 <link wiki="Tag:amenity=cafe" />
3092 <space />
3093 <key key="amenity" value="cafe" />
3094 <reference ref="name_operator" />
3095 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3096 <check key="outdoor_seating" text="Outdoor seating" />
3097 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3098 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
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> <!-- Cafe -->
3105 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3106 <link wiki="Tag:amenity=ice_cream" />
3107 <space />
3108 <key key="amenity" value="ice_cream" />
3109 <reference ref="name_operator" />
3110 <check key="outdoor_seating" text="Outdoor seating" />
3111 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3112 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3113 <reference ref="oh_wheelchair" />
3114 <space />
3115 <reference ref="internet_smoking" />
3116 <preset_link preset_name="Diet" />
3117 <reference ref="link_contact_address_payment" />
3118 </item> <!-- Ice cream -->
3119 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3120 <link wiki="Tag:amenity=pub" />
3121 <space />
3122 <key key="amenity" value="pub" />
3123 <reference ref="name_operator" />
3124 <check key="microbrewery" text="Microbrewery" />
3125 <check key="outdoor_seating" text="Outdoor seating" />
3126 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3127 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3128 <reference ref="oh_wheelchair" />
3129 <space />
3130 <reference ref="internet_smoking" />
3131 <preset_link preset_name="Diet" />
3132 <reference ref="link_contact_address_payment" />
3133 </item> <!-- Pub -->
3134 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3135 <link wiki="Tag:amenity=biergarten" />
3136 <space />
3137 <key key="amenity" value="biergarten" />
3138 <reference ref="name_operator" />
3139 <check key="microbrewery" text="Microbrewery" />
3140 <reference ref="oh_wheelchair" />
3141 <space />
3142 <reference ref="internet_smoking" />
3143 <preset_link preset_name="Diet" />
3144 <reference ref="link_contact_address_payment" />
3145 </item> <!-- Beer Garden -->
3146 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3147 <link wiki="Tag:amenity=bar" />
3148 <space />
3149 <key key="amenity" value="bar" />
3150 <reference ref="name_operator" />
3151 <check key="outdoor_seating" text="Outdoor seating" />
3152 <reference ref="oh_wheelchair" />
3153 <space />
3154 <reference ref="internet_smoking" />
3155 <preset_link preset_name="Diet" />
3156 <reference ref="link_contact_address_payment" />
3157 </item> <!-- Bar -->
3158 <separator/>
3159 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3160 <link wiki="Key:diet" />
3161 <space />
3162 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3163 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3164 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3165 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3166 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3167 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3168 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3169 <space />
3170 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3171 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3172 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3173 <space />
3174 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3175 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3176 </item> <!-- Diet -->
3177 </group> <!-- Food+Drinks -->
3178 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3179 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3180 <link wiki="Tag:tourism=attraction" />
3181 <space />
3182 <key key="tourism" value="attraction" />
3183 <text key="name" text="Name" />
3184 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3185 <reference ref="oh_wheelchair" />
3186 </item> <!-- Attraction -->
3187 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3188 <link wiki="Tag:tourism=viewpoint" />
3189 <space />
3190 <key key="tourism" value="viewpoint" />
3191 <text key="name" text="Name" />
3192 <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" />
3193 <space />
3194 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3195 <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
3196 </item> <!-- Viewpoint -->
3197 <separator/>
3198 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3199 <link wiki="Tag:information=office" />
3200 <label text="An office where you can get information about a town or region." />
3201 <space />
3202 <key key="tourism" value="information" />
3203 <key key="information" value="office" />
3204 <reference ref="name_oh_wheelchair" />
3205 <reference ref="internet" />
3206 <reference ref="link_contact_address_payment" />
3207 </item> <!-- Information Office -->
3208 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3209 <link wiki="Tag:information=map" />
3210 <label text="A board with a map." />
3211 <space />
3212 <key key="tourism" value="information" />
3213 <key key="information" value="map" />
3214 <text key="name" text="Name" />
3215 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3216 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3217 <text key="description" text="Closer description" />
3218 <optional text="Routes shown for:">
3219 <check key="hiking" text="Hiking" />
3220 <check key="bicycle" text="Cycling" />
3221 <check key="mtb" text="Mountainbiking" />
3222 <check key="ski" text="Skiing" />
3223 <check key="horse" text="Riding" />
3224 <space />
3225 <label text="... other transportation modes possible" />
3226 </optional>
3227 </item> <!-- Map -->
3228 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3229 <link wiki="Tag:information=board" />
3230 <space />
3231 <label text="A board with information." />
3232 <key key="tourism" value="information" />
3233 <key key="information" value="board" />
3234 <text key="name" text="Name" />
3235 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3236 <text key="description" text="Closer description" />
3237 </item> <!-- Information Board -->
3238 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3239 <link wiki="Tag:information=guidepost" />
3240 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3241 <space />
3242 <key key="tourism" value="information" />
3243 <key key="information" value="guidepost" />
3244 <reference ref="name_ref_operator" />
3245 <text key="ele" text="Elevation (meters)" length="10" />
3246 <optional text="Routes shown for:">
3247 <check key="hiking" text="Hiking" />
3248 <check key="bicycle" text="Cycling" />
3249 <check key="mtb" text="Mountainbiking" />
3250 <check key="ski" text="Skiing" />
3251 <check key="horse" text="Riding" />
3252 <space />
3253 <label text="... other transportation modes possible" />
3254 </optional>
3255 </item> <!-- Guidepost -->
3256 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3257 <link wiki="Key:information" />
3258 <space />
3259 <key key="tourism" value="information" />
3260 <key key="information" value="route_marker" />
3261 <reference ref="name_ref_operator" />
3262 <text key="ele" text="Elevation (meters)" length="10" />
3263 <optional text="Routes shown for:">
3264 <check key="hiking" text="Hiking" />
3265 <check key="bicycle" text="Cycling" />
3266 <check key="mtb" text="Mountainbiking" />
3267 <check key="ski" text="Skiing" />
3268 <check key="horse" text="Riding" />
3269 <space />
3270 <label text="... other transportation modes possible" />
3271 </optional>
3272 </item> <!-- Route marker -->
3273 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3274 <link wiki="Tag:information=terminal" />
3275 <label text="Information access via electronic methods." />
3276 <space />
3277 <key key="tourism" value="information" />
3278 <key key="information" value="terminal" />
3279 <reference ref="name_operator" />
3280 <reference ref="wheelchair" />
3281 <text key="description" text="Closer description" />
3282 <text key="ref" text="Reference number" />
3283 <reference ref="fee" />
3284 <reference ref="internet" />
3285 </item> <!-- Information Terminal -->
3286 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3287 <link wiki="Tag:information=audioguide" />
3288 <label text="Information using headphones or a mobile phone." />
3289 <space />
3290 <key key="tourism" value="information" />
3291 <key key="information" value="audioguide" />
3292 <reference ref="name_operator" />
3293 <reference ref="wheelchair" />
3294 <text key="description" text="Closer description" />
3295 <text key="ref" text="Reference number" />
3296 <reference ref="fee" />
3297 <space />
3298 <label text="Audioguide via mobile phone?" />
3299 <text key="phone" text="Phone number" />
3300 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3301 </item> <!-- Audio Guide -->
3302 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3303 <link wiki="Tag:tourism=information" />
3304 <space />
3305 <key key="tourism" value="information" />
3306 <text key="name" text="Name" />
3307 <text key="description" text="Closer description" />
3308 </item> <!-- Other Information Point -->
3309 </group> <!-- Tourism -->
3310 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3311 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3312 <link wiki="Tag:amenity=cinema" />
3313 <space />
3314 <key key="amenity" value="cinema" />
3315 <reference ref="name_operator_oh_wheelchair" />
3316 <check key="drive_in" text="Drive-in theater" />
3317 <check key="cinema:3D" text="3D" />
3318 <text key="screen" text="Number of screens" />
3319 <reference ref="min_age" />
3320 <reference ref="link_contact_address_payment" />
3321 <preset_link preset_name="Building" />
3322 </item> <!-- Movie Theater/Cinema -->
3323 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3324 <link wiki="Tag:leisure=bandstand" />
3325 <space />
3326 <key key="leisure" value="bandstand" />
3327 <reference ref="name_operator_oh_wheelchair" />
3328 <reference ref="POI_access" />
3329 </item> <!-- Bandstand -->
3330 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3331 <link wiki="Tag:tourism=zoo" />
3332 <space />
3333 <key key="tourism" value="zoo" />
3334 <reference ref="name_oh_wheelchair" />
3335 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3336 <text key="wikipedia" text="Wikipedia" />
3337 <reference ref="link_contact_address_payment" />
3338 </item> <!-- Zoo -->
3339 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3340 <link wiki="Tag:attraction=animal" />
3341 <space />
3342 <key key="attraction" value="animal" />
3343 <text key="name" text="Name" />
3344 </item> <!-- Animal enclosure -->
3345 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3346 <link wiki="Tag:leisure=dog_park" />
3347 <space />
3348 <key key="leisure" value="dog_park" />
3349 <text key="name" text="Name" />
3350 <check key="area" text="Area" />
3351 <combo key="barrier" text="Barrier" values="fence,wall" />
3352 <reference ref="oh_wheelchair" />
3353 <check key="lit" text="Lit" />
3354 </item> <!-- Dog Park -->
3355 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3356 <link wiki="Tag:tourism=theme_park" />
3357 <space />
3358 <key key="tourism" value="theme_park" />
3359 <reference ref="name_operator_oh_wheelchair" />
3360 <reference ref="link_contact_address_payment" />
3361 </item> <!-- Amusement/Theme Park -->
3362 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3363 <link wiki="Tag:leisure=water_park" />
3364 <space />
3365 <key key="leisure" value="water_park" />
3366 <reference ref="name_operator_oh_wheelchair" />
3367 <reference ref="link_contact_address_payment" />
3368 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3369 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3370 </item> <!-- Water Park -->
3371 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3372 <link wiki="Tag:amenity=public_bath" />
3373 <space />
3374 <key key="amenity" value="public_bath" />
3375 <reference ref="name_operator_oh_wheelchair" />
3376 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3377 <check key="bath:open_air" text="Open air" />
3378 <check key="shower" text="Shower" />
3379 <checkgroup columns="3">
3380 <check key="female" text="Female" text_context="restroom" />
3381 <check key="male" text="Male" text_context="restroom" />
3382 <check key="unisex" text="Unisex" text_context="restroom" />
3383 </checkgroup>
3384 <reference ref="fee" />
3385 <reference ref="link_contact_address_payment" />
3386 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3387 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3388 </item> <!-- Public bath -->
3389 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3390 <link wiki="Tag:leisure=resort" />
3391 <space />
3392 <key key="leisure" value="resort" />
3393 <reference ref="name_operator_oh_wheelchair" />
3394 <reference ref="fee_interval" />
3395 <reference ref="link_contact_address_payment" />
3396 </item> <!-- Resort -->
3397 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3398 <link wiki="Tag:leisure=beach_resort" />
3399 <space />
3400 <key key="leisure" value="beach_resort" />
3401 <reference ref="name_operator_oh_wheelchair" />
3402 <reference ref="fee_interval" />
3403 <space />
3404 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3405 <reference ref="link_contact_address_payment" />
3406 </item> <!-- Beach Resort -->
3407 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3408 <link wiki="Tag:leisure=swimming_pool" />
3409 <key key="leisure" value="swimming_pool" />
3410 <space />
3411 <label text="Used for the water area only." />
3412 <space />
3413 <reference ref="POI_access" />
3414 </item> <!-- Swimming Pool -->
3415 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3416 <link wiki="Tag:amenity=dive_centre" />
3417 <space />
3418 <key key="amenity" value="dive_centre" />
3419 <reference ref="name_operator_oh_wheelchair" />
3420 <reference ref="link_contact_address_payment" />
3421 </item> <!-- Dive centre -->
3422 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3423 <link wiki="Tag:leisure=fitness_station" />
3424 <space />
3425 <key key="leisure" value="fitness_station" />
3426 <reference ref="name_operator_oh_wheelchair" />
3427 <text key="ref" text="Reference" />
3428 <text key="description" text="Description" />
3429 </item> <!-- Fitness Station -->
3430 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3431 <link wiki="Tag:amenity=sauna" />
3432 <space />
3433 <key key="leisure" value="sauna" />
3434 <reference ref="name_operator_oh_wheelchair" />
3435 <reference ref="POI_access" />
3436 <reference ref="link_contact_address_payment" />
3437 </item> <!-- Sauna -->
3438 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3439 <link wiki="Tag:leisure=horse_riding" />
3440 <space />
3441 <key key="leisure" value="horse_riding" />
3442 <reference ref="name_operator_oh_wheelchair" />
3443 <reference ref="fee" />
3444 <reference ref="link_contact_address_payment" />
3445 </item> <!-- Horse Riding -->
3446 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3447 <link wiki="Tag:leisure=hackerspace" />
3448 <space />
3449 <key key="leisure" value="hackerspace" />
3450 <reference ref="name_operator_oh_wheelchair" />
3451 <reference ref="link_contact_address" />
3452 </item> <!-- Hackerspace -->
3453 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3454 <link wiki="Tag:leisure=outdoor_seating" />
3455 <space />
3456 <key key="leisure" value="outdoor_seating" />
3457 <reference ref="name_operator_oh_wheelchair" />
3458 </item> <!-- Outdoor seating -->
3459 <separator/>
3460 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3461 <link wiki="Tag:leisure=playground" />
3462 <space />
3463 <key key="leisure" value="playground" />
3464 <reference ref="name_operator_oh_wheelchair" />
3465 <reference ref="max_age" />
3466 </item> <!-- Playground -->
3467 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3468 <link wiki="Key:playground" />
3469 <space />
3470 <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!" />
3471 <reference ref="name_operator_oh_wheelchair" />
3472 <reference ref="max_age" />
3473 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3474 </item> <!-- Playground device -->
3475 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3476 <link wiki="Tag:tourism=picnic_site" />
3477 <space />
3478 <key key="tourism" value="picnic_site" />
3479 <text key="name" text="Name" />
3480 <check key="fireplace" text="Fireplace" />
3481 </item> <!-- Picnic Site -->
3482 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3483 <link wiki="Tag:leisure=picnic_table" />
3484 <space />
3485 <key key="leisure" value="picnic_table" />
3486 <check key="covered" text="Covered" />
3487 </item> <!-- Picnic Table -->
3488 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3489 <link wiki="Tag:amenity=bbq" />
3490 <space />
3491 <key key="amenity" value="bbq" />
3492 <text key="name" text="Name" />
3493 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3494 <check key="covered" text="Covered" />
3495 </item> <!-- Public Grill -->
3496 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3497 <link wiki="Tag:leisure=firepit" />
3498 <space />
3499 <key key="leisure" value="firepit" />
3500 <text key="name" text="Name" />
3501 </item> <!-- Firepit -->
3502 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3503 <link wiki="Tag:leisure=fishing" />
3504 <space />
3505 <key key="leisure" value="fishing" />
3506 <text key="name" text="Name" />
3507 </item> <!-- Fishing -->
3508 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3509 <link wiki="Tag:leisure=bird_hide" />
3510 <space />
3511 <key key="leisure" value="bird_hide" />
3512 <reference ref="name_ref_operator" />
3513 </item> <!-- Bird Hide -->
3514 <separator/>
3515 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3516 <link wiki="Tag:leisure=amusement_arcade" />
3517 <space />
3518 <key key="leisure" value="amusement_arcade" />
3519 <reference ref="name_operator_oh_wheelchair" />
3520 <reference ref="min_age" />
3521 <space />
3522 <reference ref="internet_smoking" />
3523 <reference ref="link_contact_address_payment" />
3524 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3525 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3526 <preset_link preset_name="Casino" text="Similar but different tags:" />
3527 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3528 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3529 </item> <!-- Amusement arcade -->
3530 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3531 <link wiki="Tag:leisure=adult_gaming_centre" />
3532 <space />
3533 <key key="leisure" value="adult_gaming_centre" />
3534 <reference ref="name_operator_oh_wheelchair" />
3535 <reference ref="min_age" />
3536 <space />
3537 <reference ref="internet_smoking" />
3538 <reference ref="link_contact_address_payment" />
3539 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3540 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3541 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3542 <preset_link preset_name="Casino" text="Similar but different tags:" />
3543 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3544 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3545 </item> <!-- Adult gaming centre -->
3546 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3547 <link wiki="Tag:amenity=gambling" />
3548 <space />
3549 <key key="amenity" value="gambling" />
3550 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
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 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3557 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3558 <preset_link preset_name="Casino" text="Similar but different tags:" />
3559 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3560 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3561 </item> <!-- Gambling -->
3562 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3563 <link wiki="Tag:amenity=casino" />
3564 <space />
3565 <key key="amenity" value="casino" />
3566 <reference ref="name_operator_oh_wheelchair" />
3567 <reference ref="min_age" />
3568 <space />
3569 <reference ref="internet_smoking" />
3570 <reference ref="link_contact_address_payment" />
3571 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3572 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3573 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3574 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3575 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3576 </item> <!-- Casino -->
3577 <separator/>
3578 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3579 <link wiki="Tag:amenity=nightclub" />
3580 <space />
3581 <key key="amenity" value="nightclub" />
3582 <reference ref="name_operator_oh_wheelchair" />
3583 <reference ref="min_age" />
3584 <space />
3585 <reference ref="internet_smoking" />
3586 <reference ref="link_contact_address_payment" />
3587 </item> <!-- Night Club -->
3588 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3589 <link wiki="Tag:amenity=stripclub" />
3590 <space />
3591 <key key="amenity" value="stripclub" />
3592 <reference ref="name_operator_oh_wheelchair" />
3593 <reference ref="min_age" />
3594 <space />
3595 <reference ref="internet_smoking" />
3596 <reference ref="link_contact_address_payment" />
3597 </item> <!-- Strip Club -->
3598 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3599 <link wiki="Tag:amenity=brothel" />
3600 <space />
3601 <key key="amenity" value="brothel" />
3602 <reference ref="name_operator_oh_wheelchair" />
3603 <space />
3604 <reference ref="internet_smoking" />
3605 <reference ref="link_contact_address_payment" />
3606 </item> <!-- Brothel -->
3607 </group> <!-- Leisure -->
3608 <group name="Culture" icon="presets/leisure/theater.svg">
3609 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3610 <link wiki="Tag:tourism=museum" />
3611 <space />
3612 <key key="tourism" value="museum" />
3613 <reference ref="name_operator_oh_wheelchair" />
3614 <text key="wikipedia" text="Wikipedia" />
3615 <reference ref="link_contact_address_payment" />
3616 <preset_link preset_name="Building" />
3617 </item> <!-- Museum -->
3618 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3619 <link wiki="Tag:amenity=theatre" />
3620 <space />
3621 <key key="amenity" value="theatre" />
3622 <reference ref="name_operator" />
3623 <reference ref="wheelchair" />
3624 <reference ref="link_contact_address_payment" />
3625 <preset_link preset_name="Building" />
3626 </item> <!-- Theatre -->
3627 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3628 <link wiki="Tag:amenity=library" />
3629 <space />
3630 <key key="amenity" value="library" />
3631 <reference ref="name_operator_oh_wheelchair" />
3632 <reference ref="link_contact_address_payment" />
3633 <preset_link preset_name="Building" />
3634 </item> <!-- Library -->
3635 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3636 <link wiki="Tag:amenity=public_bookcase" />
3637 <space />
3638 <key key="amenity" value="public_bookcase" />
3639 <text key="name" text="Name" />
3640 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3641 <text key="operator" text="Operator" />
3642 <reference ref="oh_wheelchair" />
3643 <reference ref="POI_access" />
3644 </item> <!-- Public bookcase -->
3645 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3646 <link wiki="Tag:amenity=arts_centre" />
3647 <space />
3648 <key key="amenity" value="arts_centre" />
3649 <text key="name" text="Name" />
3650 <reference ref="link_contact_address_payment" />
3651 <preset_link preset_name="Building" />
3652 </item> <!-- Arts Centre -->
3653 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3654 <link wiki="Tag:tourism=artwork" />
3655 <space />
3656 <key key="tourism" value="artwork" />
3657 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3658 <text key="name" text="Name" />
3659 <text key="artwork_subject" text="Subject" />
3660 <text key="artist_name" text="Artist Name" />
3661 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3662 <text key="start_date" text="Start date" />
3663 </item> <!-- Artwork -->
3664 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3665 <link wiki="Tag:amenity=studio" />
3666 <space />
3667 <key key="amenity" value="studio" />
3668 <reference ref="name_operator" />
3669 <reference ref="wheelchair" />
3670 <combo key="studio" text="Type" values="audio,radio,television,video" />
3671 <reference ref="link_contact_address_payment" />
3672 </item> <!-- Studio -->
3673 </group> <!-- Culture -->
3674 <group name="Place of Worship" icon="presets/religion/religion.svg">
3675 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3676 <link wiki="Tag:amenity=place_of_worship" />
3677 <space />
3678 <key key="amenity" value="place_of_worship" />
3679 <key key="religion" value="christian" />
3680 <text key="name" text="Name" />
3681 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3682 <reference ref="christian_denominations" />
3683 <reference ref="service_times" />
3684 <reference ref="oh_wheelchair" />
3685 <reference ref="link_contact_address" />
3686 <preset_link preset_name="Building" />
3687 </item> <!-- Church -->
3688 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
3689 <link wiki="Tag:amenity=place_of_worship" />
3690 <space />
3691 <key key="amenity" value="place_of_worship" />
3692 <key key="religion" value="muslim" />
3693 <text key="name" text="Name" />
3694 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
3695 <reference ref="muslim_denominations" />
3696 <reference ref="service_times" />
3697 <reference ref="oh_wheelchair" />
3698 <reference ref="link_contact_address" />
3699 <preset_link preset_name="Building" />
3700 </item> <!-- Mosque -->
3701 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
3702 <link wiki="Tag:amenity=place_of_worship" />
3703 <space />
3704 <key key="amenity" value="place_of_worship" />
3705 <key key="religion" value="jewish" />
3706 <text key="name" text="Name" />
3707 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
3708 <reference ref="jewish_denominations" />
3709 <reference ref="service_times" />
3710 <reference ref="oh_wheelchair" />
3711 <reference ref="link_contact_address" />
3712 <preset_link preset_name="Building" />
3713 </item> <!-- Synagogue -->
3714 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3715 <link wiki="Tag:amenity=place_of_worship" />
3716 <space />
3717 <key key="amenity" value="place_of_worship" />
3718 <key key="religion" value="buddhist" />
3719 <text key="name" text="Name" />
3720 <reference ref="buddhist_denominations" />
3721 <reference ref="service_times" />
3722 <reference ref="oh_wheelchair" />
3723 <reference ref="link_contact_address" />
3724 <preset_link preset_name="Building" />
3725 </item> <!-- Buddhist Temple -->
3726 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3727 <link wiki="Tag:amenity=place_of_worship" />
3728 <space />
3729 <key key="amenity" value="place_of_worship" />
3730 <key key="religion" value="hindu" />
3731 <text key="name" text="Name" />
3732 <reference ref="hindu_denominations" />
3733 <reference ref="service_times" />
3734 <reference ref="oh_wheelchair" />
3735 <reference ref="link_contact_address" />
3736 <preset_link preset_name="Building" />
3737 </item> <!-- Hindu Temple -->
3738 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
3739 <link wiki="Tag:amenity=place_of_worship" />
3740 <space />
3741 <key key="amenity" value="place_of_worship" />
3742 <key key="religion" value="shinto" />
3743 <text key="name" text="Name" />
3744 <reference ref="service_times" />
3745 <reference ref="oh_wheelchair" />
3746 <reference ref="link_contact_address" />
3747 <preset_link preset_name="Building" />
3748 </item> <!-- Shinto Shrine -->
3749 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
3750 <link wiki="Tag:amenity=place_of_worship" />
3751 <space />
3752 <key key="amenity" value="place_of_worship" />
3753 <text key="name" text="Name" />
3754 <reference ref="other_religions" />
3755 <reference ref="service_times" />
3756 <reference ref="oh_wheelchair" />
3757 <reference ref="link_contact_address" />
3758 <preset_link preset_name="Building" />
3759 </item> <!-- Other Place of Worship -->
3760 </group> <!-- Place of Worship -->
3761 <group name="Public Building" icon="presets/service/townhall.svg">
3762 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
3763 <link wiki="Tag:amenity=townhall" />
3764 <space />
3765 <key key="amenity" value="townhall" />
3766 <reference ref="name_oh_wheelchair" />
3767 <reference ref="link_contact_address" />
3768 <preset_link preset_name="Building" />
3769 </item> <!-- Town Hall -->
3770 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3771 <link wiki="Tag:amenity=community_centre" />
3772 <label text="Community Centre" />
3773 <space />
3774 <key key="amenity" value="community_centre" />
3775 <reference ref="name_operator_oh_wheelchair" />
3776 <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" />
3777 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
3778 <reference ref="link_contact_address" />
3779 <preset_link preset_name="Building" />
3780 </item> <!-- Community Centre -->
3781 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3782 <link wiki="Tag:amenity=embassy" />
3783 <space />
3784 <key key="amenity" value="embassy" />
3785 <reference ref="name_oh_wheelchair" />
3786 <reference ref="link_contact_address" />
3787 </item> <!-- Embassy -->
3788 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
3789 <link wiki="Tag:amenity=courthouse" />
3790 <space />
3791 <key key="amenity" value="courthouse" />
3792 <reference ref="name_oh_wheelchair" />
3793 <reference ref="link_contact_address" />
3794 <preset_link preset_name="Building" />
3795 </item> <!-- Courthouse -->
3796 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
3797 <link wiki="Tag:amenity=prison" />
3798 <space />
3799 <key key="amenity" value="prison" />
3800 <reference ref="name_operator" />
3801 <reference ref="link_contact_address" />
3802 </item> <!-- Prison -->
3803 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
3804 <link wiki="Tag:amenity=police" />
3805 <space />
3806 <key key="amenity" value="police" />
3807 <reference ref="name_oh_wheelchair" />
3808 <reference ref="link_contact_address" />
3809 <preset_link preset_name="Building" />
3810 </item> <!-- Police -->
3811 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3812 <link wiki="Tag:amenity=ranger_station" />
3813 <space />
3814 <key key="amenity" value="ranger_station" />
3815 <reference ref="name_operator_oh_wheelchair" />
3816 <reference ref="link_contact_address" />
3817 </item> <!-- Ranger Station -->
3818 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3819 <link wiki="Tag:amenity=fire_station" />
3820 <space />
3821 <key key="amenity" value="fire_station" />
3822 <text key="name" text="Name" />
3823 <reference ref="link_contact_address" />
3824 <preset_link preset_name="Building" />
3825 </item> <!-- Fire Station -->
3826 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
3827 <link wiki="Tag:amenity=post_office" />
3828 <space />
3829 <key key="amenity" value="post_office" />
3830 <reference ref="name_operator_oh_wheelchair" />
3831 <text key="ref" text="Reference" />
3832 <reference ref="link_contact_address_payment" />
3833 </item> <!-- Post Office -->
3834 </group> <!-- Public Buildings -->
3835 <group name="Education" icon="presets/education/school.svg">
3836 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3837 <link wiki="Tag:amenity=kindergarten" />
3838 <space />
3839 <key key="amenity" value="kindergarten" />
3840 <reference ref="name_operator_oh_wheelchair" />
3841 <reference ref="min_age" />
3842 <reference ref="max_age" />
3843 <combo key="isced:level" text="ISCED level" values="0" />
3844 <reference ref="link_contact_address" />
3845 <preset_link preset_name="Building" />
3846 </item> <!-- Kindergarten -->
3847 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3848 <link wiki="Tag:amenity=school" />
3849 <space />
3850 <key key="amenity" value="school" />
3851 <reference ref="name_operator_oh_wheelchair" />
3852 <reference ref="min_age" />
3853 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
3854 <reference ref="link_contact_address" />
3855 <preset_link preset_name="Building" />
3856 </item> <!-- School -->
3857 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
3858 <link wiki="Tag:amenity=university" />
3859 <space />
3860 <key key="amenity" value="university" />
3861 <reference ref="name_operator_oh_wheelchair" />
3862 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
3863 <reference ref="link_contact_address" />
3864 </item> <!-- University -->
3865 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
3866 <link wiki="Tag:amenity=college" />
3867 <space />
3868 <key key="amenity" value="college" />
3869 <reference ref="name_operator_oh_wheelchair" />
3870 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
3871 <reference ref="link_contact_address" />
3872 </item> <!-- College -->
3873 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3874 <link wiki="Tag:amenity=driving_school" />
3875 <space />
3876 <key key="amenity" value="driving_school" />
3877 <reference ref="name_operator_oh_wheelchair" />
3878 <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" />
3879 <reference ref="link_contact_address" />
3880 </item> <!-- Driving School -->
3881 </group> <!-- Education -->
3882 <group name="Health" icon="presets/health/pharmacy.svg">
3883 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
3884 <link wiki="Tag:amenity=hospital" />
3885 <space />
3886 <key key="amenity" value="hospital" />
3887 <reference ref="name_operator" />
3888 <reference ref="link_contact_address_payment" />
3889 </item> <!-- Hospital -->
3890 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3891 <link wiki="Tag:amenity=clinic" />
3892 <space />
3893 <key key="amenity" value="clinic" />
3894 <reference ref="name_operator" />
3895 <reference ref="link_contact_address_payment" />
3896 </item> <!-- Clinic -->
3897 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
3898 <link wiki="Tag:amenity=doctors" />
3899 <space />
3900 <key key="amenity" value="doctors" />
3901 <reference ref="name_oh_wheelchair" />
3902 <reference ref="link_contact_address_payment" />
3903 </item> <!-- Doctor's Office -->
3904 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
3905 <link wiki="Tag:amenity=dentist" />
3906 <space />
3907 <key key="amenity" value="dentist" />
3908 <reference ref="name_oh_wheelchair" />
3909 <reference ref="link_contact_address_payment" />
3910 </item> <!-- Dentist -->
3911 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3912 <link wiki="Tag:amenity=pharmacy" />
3913 <space />
3914 <key key="amenity" value="pharmacy" />
3915 <reference ref="name_operator_oh_wheelchair" />
3916 <check key="dispensing" text="Dispensing"/>
3917 <reference ref="link_contact_address_payment" />
3918 </item> <!-- Pharmacy -->
3919 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
3920 <link wiki="Tag:healthcare=laboratory" />
3921 <space />
3922 <key key="healthcare" value="laboratory" />
3923 <optional>
3924 <reference ref="name_operator" />
3925 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
3926 <reference ref="oh_wheelchair" />
3927 <text key="ref" text="Reference" />
3928 <reference ref="link_contact_address" />
3929 </optional>
3930 </item> <!-- Laboratory -->
3931 <separator/>
3932 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
3933 <link wiki="Tag:amenity=baby_hatch" />
3934 <space />
3935 <key key="amenity" value="baby_hatch" />
3936 <reference ref="name_operator_oh_wheelchair" />
3937 <reference ref="link_contact_address" />
3938 </item> <!-- Baby Hatch/Safe Haven -->
3939 <separator/>
3940 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
3941 <link wiki="Tag:highway=emergency_access_point" />
3942 <space />
3943 <key key="highway" value="emergency_access_point" />
3944 <text key="ref" text="Point Number" />
3945 <text key="name" text="Point Name" />
3946 <text key="operator" text="Operator" />
3947 <text key="emergency_telephone_code" text="Emergency Phone Number" />
3948 <label text="(Use number as shown on plate.)" />
3949 <space />
3950 </item> <!-- Emergency Access Point -->
3951 <separator/>
3952 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
3953 <link wiki="Tag:amenity=veterinary" />
3954 <space />
3955 <key key="amenity" value="veterinary" />
3956 <reference ref="name_oh_wheelchair" />
3957 <reference ref="link_contact_address_payment" />
3958 </item> <!-- Veterinary -->
3959 </group> <!-- Health -->
3960 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
3961 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3962 <link wiki="Tag:emergency=ambulance_station" />
3963 <space />
3964 <key key="emergency" value="ambulance_station" />
3965 <reference ref="name_operator" />
3966 <reference ref="link_contact_address" />
3967 </item> <!-- Ambulance Station -->
3968 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
3969 <link wiki="Tag:emergency=emergency_ward_entrance" />
3970 <space />
3971 <key key="emergency" value="emergency_ward_entrance" />
3972 <reference ref="name_operator" />
3973 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
3974 <reference ref="link_contact_address" />
3975 </item> <!-- Emergency ward entrance -->
3976 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
3977 <link wiki="Tag:emergency=defibrillator" />
3978 <space />
3979 <key key="emergency" value="defibrillator" />
3980 <reference ref="oh_wheelchair" />
3981 <text key="operator" text="Operator" />
3982 <text key="defibrillator:location" text="Location description" />
3983 <text key="phone" text="Phone number" />
3984 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3985 <reference ref="POI_access" />
3986 <check key="indoor" text="Located inside a building?" />
3987 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
3988 <optional>
3989 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
3990 <text key="lastcheck:note" text="Last check note" />
3991 </optional>
3992 -->
3993 </item> <!-- Automated Defibrillator -->
3994 <separator />
3995 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
3996 <link wiki="Tag:emergency=fire_extinguisher" />
3997 <space />
3998 <key key="emergency" value="fire_extinguisher" />
3999 <text key="ref" text="Reference" />
4000 <text key="operator" text="Operator" />
4001 <check key="indoor" text="Indoor" />
4002 </item> <!-- Fire Extinguisher -->
4003 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
4004 <link wiki="Tag:emergency=fire_hose" />
4005 <space />
4006 <key key="emergency" value="fire_hose" />
4007 <text key="ref" text="Reference" />
4008 <text key="operator" text="Operator" />
4009 </item> <!-- Fire Hose -->
4010 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
4011 <link wiki="Tag:emergency=fire_hydrant" />
4012 <space />
4013 <key key="emergency" value="fire_hydrant" />
4014 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4015 <list_entry value="pillar" short_description="A pillar type hydrant." />
4016 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4017 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4018 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4019 </combo>
4020 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4021 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4022 <list_entry value="#" short_description="Pressure in bar." />
4023 <list_entry value="yes" short_description="Pressure but value unknown." />
4024 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4025 </combo>
4026 <optional>
4027 <text key="ref" text="Reference" />
4028 <combo key="water_source" text="Water source">
4029 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4030 <list_entry value="groundwater" short_description="A water well." />
4031 <list_entry value="stream" />
4032 <list_entry value="river" />
4033 <list_entry value="canal" />
4034 <list_entry value="drain" />
4035 <list_entry value="ditch" />
4036 <list_entry value="pond" />
4037 <list_entry value="lake" />
4038 <list_entry value="water_tank" />
4039 <list_entry value="swimming_pool" />
4040 </combo>
4041 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4042 <list_entry value="lane" short_description="on the side of a road lane" />
4043 <list_entry value="parking_lot" short_description="in a parking lot" />
4044 <list_entry value="sidewalk" short_description="on a sidewalk" />
4045 <list_entry value="green" short_description="in a grassy area" />
4046 </combo>
4047 <text key="flow_rate" text="Flow rate with unit of measure" />
4048 <combo key="pillar:type" text="Pillar type">
4049 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4050 <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." />
4051 </combo>
4052 <space />
4053 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4054 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4055 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4056 <space />
4057 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4058 <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" />
4059 <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" />
4060 <space />
4061 <text key="manufacturer" text="Manufacturer" />
4062 <text key="operator" text="Operator" />
4063 <text key="name" text="Name" />
4064 </optional>
4065 </item> <!-- Fire Hydrant -->
4066 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4067 <link wiki="Tag:emergency=water_tank" />
4068 <space />
4069 <key key="emergency" value="water_tank" />
4070 <reference ref="name_ref_operator" />
4071 <space />
4072 <text key="water_tank:volume" text="Volume (in liters)" />
4073 </item> <!-- Water Tank -->
4074 <separator />
4075 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4076 <link wiki="Tag:emergency=assembly_point" />
4077 <space />
4078 <key key="emergency" value="assembly_point" />
4079 <reference ref="name_ref_operator" />
4080 </item> <!-- Assembly Point -->
4081 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4082 <link wiki="Tag:emergency=phone" />
4083 <key key="emergency" value="phone" />
4084 <text key="ref" text="Reference" />
4085 <text key="operator" text="Operator" />
4086 </item> <!-- Emergency Phone -->
4087 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4088 <link wiki="Tag:emergency=siren" />
4089 <key key="emergency" value="siren" />
4090 <text key="ref" text="Reference" />
4091 <text key="operator" text="Operator" />
4092 <space />
4093 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4094 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4095 <text key="siren:range" text="Range (in meters)" />
4096 </item> <!-- Siren -->
4097 </group> <!-- Emergency -->
4098 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4099 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4100 <link wiki="Key:social_facility" />
4101 <space />
4102 <key key="amenity" value="social_facility" />
4103 <key key="social_facility" value="nursing_home" />
4104 <reference ref="name_operator" />
4105 <text key="capacity" text="Capacity" />
4106 <reference ref="link_contact_address" />
4107 </item> <!-- Nursing Home -->
4108 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4109 <link wiki="Tag:amenity=nursing_home" />
4110 <space />
4111 <key key="amenity" value="nursing_home" />
4112 <reference ref="name_operator" />
4113 <text key="capacity" text="Capacity" />
4114 <reference ref="link_contact_address" />
4115 </item> <!-- Nursing Home (Legacy)-->
4116 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4117 <link wiki="Key:social_facility" />
4118 <space />
4119 <key key="amenity" value="social_facility" />
4120 <key key="social_facility" value="group_home" />
4121 <reference ref="name_operator" />
4122 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4123 <text key="capacity" text="Capacity" />
4124 <reference ref="link_contact_address" />
4125 </item> <!-- Group Home -->
4126 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4127 <link wiki="Key:social_facility" />
4128 <space />
4129 <key key="amenity" value="social_facility" />
4130 <key key="social_facility" value="assisted_living" />
4131 <reference ref="name_operator" />
4132 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4133 <text key="capacity" text="Capacity" />
4134 <reference ref="link_contact_address" />
4135 </item> <!-- Assisted Living -->
4136 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4137 <link wiki="Key:social_facility" />
4138 <space />
4139 <key key="amenity" value="social_facility" />
4140 <key key="social_facility" value="outreach" />
4141 <reference ref="name_operator_oh_wheelchair" />
4142 <reference ref="link_contact_address" />
4143 </item> <!-- Outreach -->
4144 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4145 <link wiki="Key:social_facility" />
4146 <space />
4147 <key key="amenity" value="social_facility" />
4148 <key key="social_facility" value="shelter" />
4149 <reference ref="name_operator" />
4150 <text key="capacity" text="Capacity" />
4151 <reference ref="link_contact_address" />
4152 </item> <!-- Shelter -->
4153 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4154 <link wiki="Key:social_facility" />
4155 <space />
4156 <key key="amenity" value="social_facility" />
4157 <key key="social_facility" value="food_bank" />
4158 <reference ref="name_operator_oh_wheelchair" />
4159 <reference ref="link_contact_address" />
4160 </item> <!-- Food Bank -->
4161 </group> <!-- Social Facility -->
4162 <group name="Facilities" icon="presets/service/telephone.svg">
4163 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4164 <link wiki="Tag:amenity=toilets" />
4165 <space />
4166 <key key="amenity" value="toilets" />
4167 <optional>
4168 <reference ref="POI_access" />
4169 <checkgroup columns="3">
4170 <check key="female" text="Female" text_context="restroom" />
4171 <check key="male" text="Male" text_context="restroom" />
4172 <check key="unisex" text="Unisex" text_context="restroom" />
4173 </checkgroup>
4174 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4175 <text key="description" text="Description" />
4176 <reference ref="fee" />
4177 <text key="operator" text="Operator" />
4178 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4179 <reference ref="wheelchair" />
4180 <check key="drinking_water" text="Drinking Water" />
4181 </optional>
4182 <preset_link preset_name="Changing table" />
4183 </item> <!-- Toilets/Restrooms -->
4184 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4185 <link wiki="Tag:amenity=shower" />
4186 <space />
4187 <key key="amenity" value="shower" />
4188 <reference ref="POI_access" />
4189 <optional>
4190 <checkgroup columns="3">
4191 <check key="female" text="Female" text_context="restroom" />
4192 <check key="male" text="Male" text_context="restroom" />
4193 <check key="unisex" text="Unisex" text_context="restroom" />
4194 </checkgroup>
4195 <text key="description" text="Description" />
4196 <reference ref="fee" />
4197 <text key="operator" text="Operator" />
4198 <reference ref="oh_wheelchair" />
4199 </optional>
4200 </item> <!-- Shower -->
4201 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4202 <link wiki="Key:changing_table" />
4203 <space />
4204 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4205 <optional>
4206 <check key="changing_table:fee" text="Fee" />
4207 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4208 <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" />
4209 <text key="operator" text="Operator" />
4210 <reference ref="wheelchair" />
4211 </optional>
4212 </item> <!-- Changing table -->
4213 <separator/>
4214 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4215 <link wiki="Tag:amenity=post_box" />
4216 <space />
4217 <key key="amenity" value="post_box" />
4218 <text key="operator" text="Operator" />
4219 <text key="ref" text="Reference number" />
4220 <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" />
4221 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4222 <check key="drive_through" text="Drive through" />
4223 </item> <!-- Post Box -->
4224 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4225 <link wiki="Tag:amenity=telephone" />
4226 <space />
4227 <key key="amenity" value="telephone" />
4228 <text key="operator" text="Operator" />
4229 <combo key="covered" text="Covered" values="yes,no,booth" />
4230 <space />
4231 <check key="payment:coins" text="Coins" />
4232 <check key="payment:notes" text="Notes" text_context="payment" />
4233 <check key="payment:telephone_cards" text="Telephone cards" />
4234 <preset_link preset_name="Payment Methods" />
4235 </item> <!-- Telephone -->
4236 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4237 <link wiki="Tag:amenity=internet_cafe" />
4238 <space />
4239 <key key="amenity" value="internet_cafe" />
4240 <reference ref="name_operator_oh_wheelchair" />
4241 <reference ref="link_contact_address_payment" />
4242 </item> <!-- Internet Cafe -->
4243 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4244 <link wiki="Key:internet_access" />
4245 <space />
4246 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4247 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4248 </item> <!-- Internet Access -->
4249 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4250 <link wiki="Tag:amenity=clock" />
4251 <key key="amenity" value="clock" />
4252 <optional>
4253 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4254 <reference ref="support" />
4255 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4256 <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" />
4257 <check key="date" text="Shows current date" />
4258 <check key="thermometer" text="Shows temperature" />
4259 <check key="barometer" text="Shows barometric pressure" />
4260 <check key="hygrometer" text="Shows humidity" />
4261 </optional>
4262 </item> <!-- Clock -->
4263 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4264 <link wiki="Tag:amenity=photo_booth" />
4265 <space />
4266 <key key="amenity" value="photo_booth" />
4267 <reference ref="name_operator_oh_wheelchair" />
4268 </item> <!-- Photo booth -->
4269 <separator/>
4270 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4271 <link wiki="Tag:amenity=recycling" />
4272 <space />
4273 <key key="amenity" value="recycling" />
4274 <key key="recycling_type" value="container" />
4275 <text key="operator" text="Operator" />
4276 <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" />
4277 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
4278 <space />
4279 <checkgroup columns="4">
4280 <check key="recycling:paper" text="Paper" />
4281 <check key="recycling:paper_packaging" text="Paper packaging" />
4282 <check key="recycling:cardboard" text="Cardboard" />
4283 <check key="recycling:newspaper" text="Newspaper" />
4284 <check key="recycling:magazines" text="Magazines" />
4285 <check key="recycling:books" text="Books" />
4286 <check key="recycling:plastic" text="Plastic" />
4287 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4288 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4289 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4290 <check key="recycling:glass" text="Glass" />
4291 <check key="recycling:glass_bottles" text="Glass Bottles" />
4292 <check key="recycling:cans" text="Cans" />
4293 <check key="recycling:clothes" text="Clothes" />
4294 <check key="recycling:shoes" text="Shoes" />
4295 <check key="recycling:scrap_metal" text="Scrap Metal" />
4296 <check key="recycling:wood" text="Wood" />
4297 <check key="recycling:green_waste" text="Green Waste" />
4298 <check key="recycling:waste" text="Waste" />
4299 <check key="recycling:batteries" text="Batteries" />
4300 <check key="recycling:small_appliances" text="Small Appliances" />
4301 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4302 </checkgroup>
4303 </item> <!-- Recycling Container-->
4304 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4305 <link wiki="Tag:amenity=recycling" />
4306 <space />
4307 <key key="amenity" value="recycling" />
4308 <key key="recycling_type" value="centre" />
4309 <reference ref="name_operator_oh_wheelchair" />
4310 <space />
4311 <checkgroup columns="4">
4312 <check key="recycling:paper" text="Paper" />
4313 <check key="recycling:paper_packaging" text="Paper packaging" />
4314 <check key="recycling:cardboard" text="Cardboard" />
4315 <check key="recycling:newspaper" text="Newspaper" />
4316 <check key="recycling:magazines" text="Magazines" />
4317 <check key="recycling:books" text="Books" />
4318 <check key="recycling:plastic" text="Plastic" />
4319 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4320 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4321 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4322 <check key="recycling:glass" text="Glass" />
4323 <check key="recycling:glass_bottles" text="Glass Bottles" />
4324 <check key="recycling:cans" text="Cans" />
4325 <check key="recycling:clothes" text="Clothes" />
4326 <check key="recycling:shoes" text="Shoes" />
4327 <check key="recycling:scrap_metal" text="Scrap Metal" />
4328 <check key="recycling:wood" text="Wood" />
4329 <check key="recycling:green_waste" text="Green Waste" />
4330 <check key="recycling:waste" text="Waste" />
4331 <check key="recycling:batteries" text="Batteries" />
4332 <check key="recycling:small_appliances" text="Small Appliances" />
4333 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4334 </checkgroup>
4335 <reference ref="link_contact_address_payment" />
4336 </item> <!-- Recycling Centre-->
4337 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4338 <link wiki="Tag:amenity=waste_basket" />
4339 <key key="amenity" value="waste_basket" />
4340 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4341 </item> <!-- Waste Basket/Trash Can -->
4342 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4343 <link wiki="Tag:amenity=waste_disposal" />
4344 <key key="amenity" value="waste_disposal" />
4345 <combo key="waste" text="Waste" values="trash" />
4346 </item> <!-- Waste Disposal/Dumpster -->
4347 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4348 <link wiki="Toilet_Holding_Tank_Disposal" />
4349 <space />
4350 <key key="amenity" value="sanitary_dump_station" />
4351 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4352 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4353 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4354 <reference ref="POI_access" />
4355 <reference ref="fee" />
4356 <text key="operator" text="Operator" />
4357 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4358 </item> <!-- Sanitary Dump Station -->
4359 <separator/>
4360 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4361 <link wiki="Tag:amenity=bench" />
4362 <space />
4363 <key key="amenity" value="bench" />
4364 <check key="backrest" text="Backrest" />
4365 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4366 <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" />
4367 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4368 </item> <!-- Bench -->
4369 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4370 <link wiki="Tag:amenity=shelter" />
4371 <space />
4372 <key key="amenity" value="shelter" />
4373 <text key="name" text="Name" />
4374 <check key="fireplace" text="Fireplace" />
4375 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4376 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4377 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4378 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4379 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4380 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4381 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4382 </combo>
4383 </item> <!-- Shelter -->
4384 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4385 <link wiki="Tag:amenity=hunting_stand" />
4386 <space />
4387 <key key="amenity" value="hunting_stand" />
4388 <text key="height" text="Height (meters)" length="7" />
4389 <check key="shelter" text="Shelter" />
4390 <check key="hide" text="Hide" text_context="hunting stand" />
4391 <check key="lockable" text="Lockable" />
4392 </item> <!-- Hunting Stand -->
4393 <separator/>
4394 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4395 <link wiki="Tag:amenity=drinking_water" />
4396 <space />
4397 <key key="amenity" value="drinking_water" />
4398 <check key="indoor" text="Indoor" />
4399 <optional>
4400 <text key="name" text="Name" />
4401 <text key="description" text="Description" />
4402 </optional>
4403 </item> <!-- Drinking Water -->
4404 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4405 <link wiki="Tag:amenity=water_point" />
4406 <space />
4407 <key key="amenity" value="water_point" />
4408 <optional>
4409 <check key="drinking_water" text="Drinking Water" />
4410 <text key="name" text="Name" />
4411 <text key="description" text="Description" />
4412 </optional>
4413 </item> <!-- Water Point -->
4414 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4415 <link wiki="Tag:amenity=watering_place" />
4416 <space />
4417 <key key="amenity" value="watering_place" />
4418 <optional>
4419 <text key="name" text="Name" />
4420 <text key="description" text="Description" />
4421 </optional>
4422 </item> <!-- Animal watering place -->
4423 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4424 <link wiki="Tag:amenity=compressed_air" />
4425 <space />
4426 <key key="amenity" value="compressed_air" />
4427 <reference ref="name_ref_operator" />
4428 <reference ref="fee" />
4429 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4430 </item> <!-- Compressed Air -->
4431 <separator/>
4432 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4433 <link wiki="Tag:advertising=column" />
4434 <space />
4435 <key key="advertising" value="column" />
4436 <optional>
4437 <check key="lit" text="Lit" />
4438 </optional>
4439 </item> <!-- Advertising Column -->
4440 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4441 <link wiki="Tag:advertising=billboard" />
4442 <space />
4443 <key key="advertising" value="billboard" />
4444 <optional>
4445 <check key="lit" text="Lit" />
4446 </optional>
4447 </item> <!-- Billboard -->
4448 </group> <!-- Facilities -->
4449 </group> <!-- Facilities -->
4450 <group name="Sports" icon="presets/sport/soccer.svg">
4451 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4452 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4453 <link wiki="Tag:leisure=stadium" />
4454 <space />
4455 <key key="leisure" value="stadium" />
4456 <text key="name" text="Name" />
4457 <reference ref="sport" />
4458 <reference ref="link_contact_address_payment" />
4459 </item> <!-- Stadium -->
4460 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4461 <link wiki="Tag:leisure=sports_centre" />
4462 <space />
4463 <key key="leisure" value="sports_centre" />
4464 <text key="name" text="Name" />
4465 <reference ref="sport" />
4466 <reference ref="link_contact_address_payment" />
4467 <preset_link preset_name="Building" />
4468 </item> <!-- Sports Centre -->
4469 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4470 <link wiki="Tag:leisure=fitness_centre" />
4471 <space />
4472 <key key="leisure" value="fitness_centre" />
4473 <text key="name" text="Name" />
4474 <reference ref="sport" />
4475 <reference ref="link_contact_address_payment" />
4476 <preset_link preset_name="Building" />
4477 </item> <!-- Fitness Centre -->
4478 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4479 <link wiki="Tag:leisure=pitch" />
4480 <space />
4481 <key key="leisure" value="pitch" />
4482 <text key="name" text="Name" />
4483 <reference ref="sport" />
4484 <reference ref="sport_surface" />
4485 <reference ref="link_contact_address_payment" />
4486 </item> <!-- Pitch -->
4487 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4488 <link wiki="Tag:leisure=track" />
4489 <space />
4490 <key key="leisure" value="track" />
4491 <text key="name" text="Name" />
4492 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
4493 <reference ref="sport_surface" />
4494 </item> <!-- Racetrack -->
4495 <group name="Golf" icon="presets/sport/golf/golf.svg">
4496 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4497 <link wiki="Tag:leisure=golf_course" />
4498 <space />
4499 <key key="leisure" value="golf_course" />
4500 <reference ref="name_oh_wheelchair" />
4501 </item> <!-- Golf Course -->
4502 <separator/>
4503 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4504 <link wiki="Tag:leisure=golf_course" />
4505 <space />
4506 <key key="golf" value="tee" />
4507 </item> <!-- Tee -->
4508 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4509 <link wiki="Tag:leisure=golf_course" />
4510 <space />
4511 <key key="golf" value="hole" />
4512 <text key="ref" text="Reference" />
4513 <text key="par" text="Par" />
4514 <optional>
4515 <text key="name" text="Name" />
4516 <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" />
4517 </optional>
4518 </item> <!-- Hole -->
4519 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4520 <link wiki="Tag:leisure=golf_course" />
4521 <space />
4522 <key key="golf" value="pin" />
4523 <text key="ref" text="Reference" />
4524 </item> <!-- Pin -->
4525 <separator/>
4526 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4527 <link wiki="Tag:golf=bunker" />
4528 <space />
4529 <key key="golf" value="bunker" />
4530 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4531 </item> <!-- Bunker -->
4532 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4533 <link wiki="Tag:leisure=golf_course" />
4534 <space />
4535 <key key="golf" value="water_hazard" />
4536 <key key="natural" value="water" match="keyvalue" />
4537 </item> <!-- Frontal Water hazard -->
4538 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4539 <link wiki="Tag:leisure=golf_course" />
4540 <space />
4541 <key key="golf" value="lateral_water_hazard" />
4542 <key key="natural" value="water" match="keyvalue" />
4543 </item> <!-- Lateral water hazard -->
4544 <separator/>
4545 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4546 <link wiki="Tag:leisure=golf_course" />
4547 <space />
4548 <key key="golf" value="green" />
4549 </item> <!-- Green -->
4550 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4551 <link wiki="Tag:golf=fairway" />
4552 <space />
4553 <key key="golf" value="fairway" />
4554 <key key="surface" value="grass" match="keyvalue" />
4555 </item> <!-- Fairway -->
4556 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4557 <link wiki="Tag:leisure=golf_course" />
4558 <space />
4559 <key key="golf" value="rough" />
4560 </item> <!-- Rough -->
4561 <separator/>
4562 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4563 <link wiki="Tag:leisure=golf_course" />
4564 <space />
4565 <key key="golf" value="driving_range" />
4566 </item> <!-- Driving range -->
4567 </group> <!-- Golf -->
4568 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4569 <link wiki="Tag:leisure=miniature_golf" />
4570 <space />
4571 <key key="leisure" value="miniature_golf" />
4572 <reference ref="name_oh_wheelchair" />
4573 </item> <!-- Miniature Golf -->
4574 </group> <!-- Sport Facilities -->
4575 <group name="Sport" icon="presets/sport/multi.svg">
4576 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4577 <link wiki="Tag:sport=multi" />
4578 <space />
4579 <key key="sport" value="multi" />
4580 <text key="name" text="Name" />
4581 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4582 <reference ref="sport_surface" />
4583 </item> <!-- Multi -->
4584 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4585 <link wiki="Tag:sport=9pin" />
4586 <space />
4587 <key key="sport" value="9pin" />
4588 <text key="name" text="Name" />
4589 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4590 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4591 </item> <!-- Nine-pin Bowling -->
4592 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4593 <link wiki="Tag:sport=10pin" />
4594 <space />
4595 <key key="sport" value="10pin" />
4596 <text key="name" text="Name" />
4597 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4598 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4599 </item> <!-- Ten-pin Bowling -->
4600 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4601 <link wiki="Tag:sport=archery" />
4602 <space />
4603 <key key="sport" value="archery" />
4604 <text key="name" text="Name" />
4605 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4606 </item> <!-- Archery -->
4607 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4608 <link wiki="Tag:sports=athletics" />
4609 <space />
4610 <key key="sport" value="athletics" />
4611 <text key="name" text="Name" />
4612 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4613 <reference ref="sport_surface" />
4614 </item> <!-- Track and Field Athletics -->
4615 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4616 <link wiki="Tag:sport=running" />
4617 <space />
4618 <key key="sport" value="running" />
4619 <reference ref="name_operator" />
4620 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4621 <reference ref="sport_surface" />
4622 </item> <!-- Running -->
4623 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4624 <link wiki="Tag:sport=climbing" />
4625 <space />
4626 <key key="sport" value="climbing" />
4627 <text key="name" text="Name" />
4628 <combo key="leisure" text="Type" values="sports_centre" />
4629 <reference ref="climbing_styles" />
4630 <text key="climbing:routes" text="Number of routes" />
4631 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
4632 <space />
4633 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4634 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4635 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4636 <space />
4637 <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" />
4638 <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" />
4639 <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" />
4640 <space />
4641 <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" />
4642 <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" />
4643 <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" />
4644 <space />
4645 <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" />
4646 <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" />
4647 <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" />
4648 <reference ref="climbing_optional_attributes" />
4649 <space />
4650 </item> <!-- Climbing site -->
4651 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4652 <link wiki="Tag:sport=climbing" />
4653 <space />
4654 <key key="sport" value="climbing" />
4655 <key key="climbing" value="route" />
4656 <text key="name" text="Name" />
4657 <reference ref="climbing_styles" />
4658 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4659 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4660 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4661 <space />
4662 <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" />
4663 <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" />
4664 <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" />
4665 <reference ref="climbing_optional_attributes" />
4666 </item> <!-- Climbing route -->
4667 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4668 <link wiki="Tag:sport=canoe" />
4669 <space />
4670 <key key="sport" value="canoe" />
4671 <text key="name" text="Name" />
4672 </item> <!-- Canoeing/Kayaking -->
4673 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4674 <link wiki="Tag:sport=rowing" />
4675 <space />
4676 <key key="sport" value="rowing" />
4677 <text key="name" text="Name" />
4678 </item> <!-- Rowing -->
4679 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
4680 <link wiki="Tag:sport=cycling" />
4681 <space />
4682 <key key="sport" value="cycling" />
4683 <text key="name" text="Name" />
4684 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4685 <reference ref="sport_surface" />
4686 </item> <!-- Cycling -->
4687 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4688 <link wiki="Tag:sport=dog_racing" />
4689 <space />
4690 <key key="sport" value="dog_racing" />
4691 <text key="name" text="Name" />
4692 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4693 <reference ref="sport_surface" />
4694 </item> <!-- Dog Racing -->
4695 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
4696 <link wiki="Tag:sport=equestrian" />
4697 <space />
4698 <key key="sport" value="equestrian" />
4699 <text key="name" text="Name" />
4700 <reference ref="riding_surface" />
4701 </item> <!-- Equestrian -->
4702 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
4703 <link wiki="Tag:sport=horse_racing" />
4704 <space />
4705 <key key="sport" value="horse_racing" />
4706 <text key="name" text="Name" />
4707 <reference ref="riding_surface" />
4708 </item> <!-- Horse Racing -->
4709 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4710 <link wiki="Tag:sport=gymnastics" />
4711 <space />
4712 <key key="sport" value="gymnastics" />
4713 <text key="name" text="Name" />
4714 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
4715 </item> <!-- Gymnastics -->
4716 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4717 <link wiki="Tag:sport=ice_skating" />
4718 <space />
4719 <key key="sport" value="ice_skating" />
4720 <text key="name" text="Name" />
4721 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
4722 </item> <!-- Ice Skating -->
4723 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4724 <link wiki="Tag:sport=roller_skating"/>
4725 <space />
4726 <key key="sport" value="roller_skating" />
4727 <text key="name" text="Name" />
4728 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4729 <combo key="surface" text="Surface" values="asphalt,concrete" />
4730 </item> <!-- Roller Skating -->
4731 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
4732 <link wiki="Tag:sport=skateboard" />
4733 <space />
4734 <key key="sport" value="skateboard" />
4735 <text key="name" text="Name" />
4736 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
4737 <combo key="surface" text="Surface" values="asphalt,concrete" />
4738 </item> <!-- Skateboard -->
4739 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
4740 <link wiki="Tag:sport=swimming" />
4741 <space />
4742 <key key="sport" value="swimming" />
4743 <text key="name" text="Name" />
4744 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
4745 </item> <!-- Swimming -->
4746 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
4747 <link wiki="Tag:sport=scuba_diving" />
4748 <space />
4749 <key key="sport" value="scuba_diving" />
4750 <text key="name" text="Name" />
4751 </item> <!-- Scuba Diving -->
4752 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4753 <link wiki="Piste_Maps" />
4754 <space />
4755 <text key="name" text="Name" />
4756 <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"/>
4757 <optional>
4758 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
4759 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
4760 </optional>
4761 </item> <!-- Skiing -->
4762 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
4763 <link wiki="Tag:sport=shooting" />
4764 <space />
4765 <key key="sport" value="shooting" />
4766 <text key="name" text="Name" />
4767 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4768 </item> <!-- Shooting -->
4769 </group> <!-- Sport -->
4770 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
4771 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4772 <link wiki="Tag:sport=soccer" />
4773 <space />
4774 <key key="sport" value="soccer" />
4775 <reference ref="name_leisure_pitch" />
4776 <reference ref="sport_surface" />
4777 </item> <!-- Soccer -->
4778 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4779 <link wiki="Tag:sport=australian_football" />
4780 <space />
4781 <key key="sport" value="australian_football" />
4782 <reference ref="name_leisure_pitch" />
4783 <reference ref="sport_surface" />
4784 </item> <!-- Australian Football -->
4785 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4786 <link wiki="Tag:sport=american_football" />
4787 <space />
4788 <key key="sport" value="american_football" />
4789 <reference ref="name_leisure_pitch" />
4790 <reference ref="sport_surface" />
4791 </item> <!-- American Football -->
4792 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4793 <link wiki="Tag:sport=canadian_football" />
4794 <space />
4795 <key key="sport" value="canadian_football" />
4796 <reference ref="name_leisure_pitch" />
4797 <reference ref="sport_surface" />
4798 </item> <!-- Canadian Football -->
4799 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4800 <link wiki="Tag:sport=gaelic_games" />
4801 <space />
4802 <key key="sport" value="gaelic_games" />
4803 <reference ref="name_leisure_pitch" />
4804 <reference ref="sport_surface" />
4805 <optional>
4806 <check key="gaelic_games:hurling" text="Hurling" />
4807 <check key="gaelic_games:football" text="Football" />
4808 <check key="gaelic_games:camogie" text="Camogie" />
4809 <check key="gaelic_games:rounders" text="Rounders" />
4810 <check key="gaelic_games:handball" text="Handball" />
4811 </optional>
4812 </item> <!-- Gaelic Games -->
4813 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4814 <link wiki="Tag:sport=rugby_league" />
4815 <space />
4816 <key key="sport" value="rugby_league" />
4817 <reference ref="name_leisure_pitch" />
4818 <reference ref="sport_surface" />
4819 </item> <!-- Rugby League -->
4820 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4821 <link wiki="Tag:sport=rugby_union" />
4822 <space />
4823 <key key="sport" value="rugby_union" />
4824 <reference ref="name_leisure_pitch" />
4825 <reference ref="sport_surface" />
4826 </item> <!-- Rugby Union -->
4827 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4828 <link wiki="Tag:sport=baseball" />
4829 <space />
4830 <key key="sport" value="baseball" />
4831 <reference ref="name_leisure_pitch" />
4832 <reference ref="sport_surface" />
4833 </item> <!-- Baseball -->
4834 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4835 <link wiki="Tag:sport=basketball" />
4836 <space />
4837 <key key="sport" value="basketball" />
4838 <reference ref="name_leisure_pitch" />
4839 <reference ref="sport_surface" />
4840 <combo key="hoops" text="Hoops" values="1,2,3,4" />
4841 </item> <!-- Basketball -->
4842 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4843 <link wiki="Tag:sport=handball" />
4844 <space />
4845 <key key="sport" value="handball" />
4846 <reference ref="name_operator" />
4847 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4848 <reference ref="sport_surface" />
4849 </item> <!-- Handball -->
4850 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4851 <link wiki="Tag:sport=volleyball" />
4852 <space />
4853 <key key="sport" value="volleyball" />
4854 <reference ref="name_operator" />
4855 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4856 <reference ref="sport_surface" />
4857 </item> <!-- Volleyball -->
4858 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4859 <link wiki="Tag:sport=beachvolleyball" />
4860 <space />
4861 <key key="sport" value="beachvolleyball" />
4862 <reference ref="name_operator" />
4863 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4864 </item> <!-- Beach Volleyball -->
4865 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
4866 <link wiki="Tag:sport=billiards" />
4867 <space />
4868 <key key="sport" value="billiards" />
4869 <reference ref="name_operator" />
4870 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4871 </item> <!-- Billiards -->
4872 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4873 <link wiki="Tag:sport=golf" />
4874 <space />
4875 <key key="sport" value="golf" />
4876 <text key="name" text="Name" />
4877 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
4878 </item> <!-- Golf -->
4879 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4880 <link wiki="Tag:sport=boules" />
4881 <space />
4882 <key key="sport" value="boules" />
4883 <reference ref="name_leisure_pitch" />
4884 <reference ref="sport_surface" />
4885 </item> <!-- Boule -->
4886 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4887 <link wiki="Tag:sport=bowls" />
4888 <space />
4889 <key key="sport" value="bowls" />
4890 <reference ref="name_leisure_pitch" />
4891 <reference ref="sport_surface" />
4892 </item> <!-- Lawn Bowling -->
4893 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
4894 <link wiki="Tag:sport=cricket" />
4895 <space />
4896 <key key="sport" value="cricket" />
4897 <reference ref="name_leisure_pitch" />
4898 <reference ref="sport_surface" />
4899 </item> <!-- Cricket -->
4900 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
4901 <link wiki="Tag:sport=croquet" />
4902 <space />
4903 <key key="sport" value="croquet" />
4904 <reference ref="name_leisure_pitch" />
4905 <reference ref="sport_surface" />
4906 </item> <!-- Croquet -->
4907 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4908 <link wiki="Tag:sport=field_hockey" />
4909 <space />
4910 <key key="sport" value="field_hockey" />
4911 <text key="name" text="Name" />
4912 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4913 <reference ref="sport_surface" />
4914 </item> <!-- Field Hockey -->
4915 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4916 <link wiki="Tag:sport=ice_hockey" />
4917 <space />
4918 <key key="sport" value="ice_hockey" />
4919 <text key="name" text="Name" />
4920 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
4921 </item> <!-- Ice Hockey -->
4922 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
4923 <link wiki="Tag:sport=pelota" />
4924 <space />
4925 <key key="sport" value="pelota" />
4926 <reference ref="name_leisure_pitch" />
4927 <reference ref="sport_surface" />
4928 </item> <!-- Pelota -->
4929 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4930 <link wiki="Tag:sport=racquet" />
4931 <space />
4932 <key key="sport" value="racquet" />
4933 <text key="name" text="Name" />
4934 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4935 <reference ref="sport_surface" />
4936 </item> <!-- Racquetball -->
4937 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4938 <link wiki="Tag:sport=table_tennis" />
4939 <space />
4940 <key key="sport" value="table_tennis" />
4941 <text key="name" text="Name" />
4942 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4943 </item> <!-- Table Tennis/Ping-Pong -->
4944 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4945 <link wiki="Tag:sport=tennis" />
4946 <space />
4947 <key key="sport" value="tennis" />
4948 <reference ref="name_leisure_pitch" />
4949 <reference ref="sport_surface" />
4950 </item> <!-- Tennis -->
4951 </group> <!-- Sport (Ball) -->
4952 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
4953 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
4954 <link wiki="Tag:sport=motor" />
4955 <space />
4956 <key key="sport" value="motor" />
4957 <text key="name" text="Name" />
4958 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4959 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4960 </item> <!-- Motorsport -->
4961 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
4962 <link wiki="Tag:sport=karting" />
4963 <space />
4964 <key key="sport" value="karting" />
4965 <text key="name" text="Name" />
4966 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4967 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4968 </item> <!-- Kart Racing -->
4969 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
4970 <link wiki="Tag:sport=motocross" />
4971 <space />
4972 <key key="sport" value="motocross" />
4973 <text key="name" text="Name" />
4974 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4975 </item> <!-- Motocross -->
4976 <separator/>
4977 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
4978 <link wiki="Tag:sport=model_aerodrome" />
4979 <space />
4980 <key key="sport" value="model_aerodrome" />
4981 <text key="name" text="Name" />
4982 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
4983 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4984 </item> <!-- Model Aerodrome -->
4985 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
4986 <link wiki="Tag:sport=rc_car" />
4987 <space />
4988 <key key="sport" value="rc_car" />
4989 <text key="name" text="Name" />
4990 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
4991 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
4992 </item> <!-- RC Car -->
4993 </group> <!-- Motorsport -->
4994 </group> <!-- Sports -->
4995 <group name="Man Made" icon="presets/landmark/works.svg">
4996 <group name="Man Made" icon="presets/landmark/works.svg">
4997 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
4998 <link wiki="Key:building" />
4999 <space />
5000 <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" />
5001 <optional>
5002 <text key="name" text="Name" />
5003 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5004 <text key="height" text="Height (meters)" length="7" />
5005 </optional>
5006 <preset_link preset_name="Address" />
5007 </item> <!-- Building -->
5008 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5009 <link wiki="Key:building" />
5010 <space />
5011 <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" />
5012 <optional>
5013 <text key="name" text="Name" />
5014 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5015 <text key="height" text="Height (meters)" length="7" />
5016 </optional>
5017 <preset_link preset_name="Address" />
5018 </item> <!-- Residential Building -->
5019 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
5020 <link wiki="Key:building:part" />
5021 <space />
5022 <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" />
5023 <text key="name" text="Name" />
5024 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5025 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
5026 <text key="height" text="Height (meters)" length="7" />
5027 <text key="min_height" text="Skipped height (meters)" />
5028 </item> <!-- Building part -->
5029 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
5030 <link wiki="Key:entrance" />
5031 <space />
5032 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
5033 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5034 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5035 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5036 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5037 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5038 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
5039 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
5040 </combo>
5041 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5042 <reference ref="wheelchair" />
5043 <optional>
5044 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5045 <text key="ref" text="Entrance number" />
5046 <text key="addr:flats" text="Flat numbers" />
5047 </optional>
5048 </item> <!-- Entrance -->
5049 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5050 <link wiki="Key:police" />
5051 <space />
5052 <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" />
5053 <optional>
5054 <text key="name" text="Name" />
5055 <text key="operator" text="Operator" />
5056 </optional>
5057 <reference ref="link_contact_address" />
5058 </item> <!-- Non-public police facility -->
5059 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5060 <link wiki="Tag:man_made=mast" />
5061 <space />
5062 <key key="man_made" value="mast" />
5063 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5064 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5065 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5066 <list_entry value="monitoring" />
5067 <list_entry value="radar" />
5068 <list_entry value="siren" />
5069 </combo>
5070 <optional>
5071 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5072 <reference ref="name_ref_operator" />
5073 <text key="height" text="Height (meters)" length="7" />
5074 <text key="ele" text="Elevation (meters)" length="10" />
5075 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5076 <reference ref="POI_access" />
5077 </optional>
5078 <preset_link preset_name="Tower" text="Similar but different tags:" />
5079 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5080 </item> <!-- Mast -->
5081 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5082 <link wiki="Tag:man_made=tower" />
5083 <space />
5084 <key key="man_made" value="tower" />
5085 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5086 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5087 <list_entry value="communication" icon="presets/tower/communication.svg" />
5088 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5089 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5090 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5091 <list_entry value="minaret" />
5092 <list_entry value="observation" icon="presets/tower/observation.svg" />
5093 <list_entry value="radar" />
5094 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5095 </combo>
5096 <optional>
5097 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5098 <reference ref="name_ref_operator" />
5099 <text key="height" text="Height (meters)" length="7" />
5100 <text key="ele" text="Elevation (meters)" length="10" />
5101 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5102 <reference ref="POI_access" />
5103 <reference ref="oh" />
5104 <reference ref="fee_interval" />
5105 <space />
5106 </optional>
5107 <preset_link preset_name="Mast" text="Similar but different tags:" />
5108 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5109 <reference ref="link_contact_address" />
5110 </item> <!-- Tower -->
5111 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5112 <link wiki="Tag:man_made=communications_tower" />
5113 <space />
5114 <label text="Big communication tower, usually higher than 100 meters." />
5115 <key key="man_made" value="communications_tower" />
5116 <optional>
5117 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5118 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5119 <reference ref="name_ref_operator" />
5120 <text key="height" text="Height (meters)" length="7" />
5121 <text key="ele" text="Elevation (meters)" length="10" />
5122 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5123 <reference ref="POI_access" />
5124 <reference ref="oh" />
5125 <reference ref="fee_interval" />
5126 </optional>
5127 <preset_link preset_name="Mast" text="Similar but different tags:" />
5128 <preset_link preset_name="Tower" text="Similar but different tags:" />
5129 <reference ref="link_contact_address" />
5130 </item> <!-- Big Communication Tower -->
5131 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5132 <link wiki="Tag:man_made=flagpole" />
5133 <key key="man_made" value="flagpole" />
5134 </item> <!-- Flagpole -->
5135 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5136 <link wiki="Tag:man_made=cross" />
5137 <key key="man_made" value="cross" />
5138 </item> <!-- Cross -->
5139 <separator/>
5140 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5141 <link wiki="Tag:man_made=works" />
5142 <space />
5143 <key key="man_made" value="works" />
5144 <text key="name" text="Name" />
5145 </item> <!-- Works -->
5146 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5147 <link wiki="Tag:man_made=chimney" />
5148 <space />
5149 <key key="man_made" value="chimney" />
5150 <reference ref="name_operator" />
5151 <text key="height" text="Height (meters)" length="7" />
5152 </item> <!-- Chimney -->
5153 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5154 <link wiki="Tag:man_made=kiln" />
5155 <space />
5156 <key key="man_made" value="kiln" />
5157 <reference ref="name_operator" />
5158 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5159 </item> <!-- Kiln -->
5160 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5161 <link wiki="Tag:man_made=windmill" />
5162 <space />
5163 <key key="man_made" value="windmill" />
5164 <text key="name" text="Name" />
5165 </item> <!-- Windmill -->
5166 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5167 <link wiki="Tag:man_made=gasometer" />
5168 <space />
5169 <key key="man_made" value="gasometer" />
5170 <optional>
5171 <reference ref="name_operator" />
5172 <combo key="building" text="Building" values="gasometer" values_context="building" />
5173 <text key="height" text="Height (meters)" length="7" />
5174 </optional>
5175 </item> <!-- Gasometer -->
5176 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5177 <link wiki="Tag:man_made=silo" />
5178 <space />
5179 <key key="man_made" value="silo" />
5180 <optional>
5181 <reference ref="name_operator" />
5182 <combo key="building" text="Building" values="silo" values_context="building" />
5183 <text key="height" text="Height (meters)" length="7" />
5184 </optional>
5185 </item> <!-- Silo -->
5186 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5187 <link wiki="Tag:man_made=storage_tank" />
5188 <key key="man_made" value="storage_tank" />
5189 <optional>
5190 <reference ref="name_operator" />
5191 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5192 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5193 <text key="height" text="Height (meters)" length="7" />
5194 </optional>
5195 </item> <!-- Storage Tank -->
5196 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5197 <link wiki="Tag:man_made=bunker_silo" />
5198 <space />
5199 <key key="man_made" value="bunker_silo" />
5200 <optional>
5201 <reference ref="name_operator" />
5202 </optional>
5203 </item> <!-- Bunker Silo -->
5204 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5205 <link wiki="Tag:man_made=crane" />
5206 <space />
5207 <key key="man_made" value="crane" />
5208 <optional>
5209 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5210 <reference ref="name_operator" />
5211 </optional>
5212 </item> <!-- Crane -->
5213 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5214 <link wiki="Tag:man_made=mineshaft" />
5215 <space />
5216 <key key="man_made" value="mineshaft" />
5217 <text key="name" text="Name" />
5218 <combo key="mineshaft_type" text="Function" values="winding,air" />
5219 <text key="depth" text="Depth in meters" />
5220 <text key="operator" text="Operator" />
5221 <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" />
5222 <check key="headframe" text="Visible Headframe" />
5223 <check key="disused" text="Disused" />
5224 </item> <!-- Mineshaft -->
5225 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5226 <link wiki="Tag:man_made=adit" />
5227 <space />
5228 <key key="man_made" value="adit" />
5229 <text key="name" text="Name" />
5230 <text key="length" text="Length in meters" />
5231 <text key="operator" text="Operator" />
5232 <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" />
5233 <check key="disused" text="Disused" />
5234 </item> <!-- Adit -->
5235 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5236 <link wiki="Tag:man_made=embankment" />
5237 <space />
5238 <key key="man_made" value="embankment" />
5239 </item> <!-- Embankment -->
5240 <separator/>
5241 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5242 <link wiki="Tag:man_made=pipeline" />
5243 <space />
5244 <key key="man_made" value="pipeline" />
5245 <text key="name" text="Name" />
5246 <text key="ref" text="Reference" />
5247 <reference ref="operator_substance" />
5248 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5249 <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" />
5250 <text key="pressure" text="Pressure (bar)" />
5251 </item> <!-- Pipeline -->
5252 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5253 <link wiki="Tag:pipeline=valve" />
5254 <space />
5255 <key key="pipeline" value="valve" />
5256 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5257 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5258 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5259 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5260 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5261 <reference ref="ref_operator" />
5262 </item> <!-- Pipeline Valve -->
5263 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5264 <link wiki="Key:marker" />
5265 <space />
5266 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5267 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5268 <optional>
5269 <reference ref="ref_operator" />
5270 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5271 <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" />
5272 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5273 </optional>
5274 </item> <!-- Marker -->
5275 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5276 <link wiki="Key:manhole" />
5277 <space />
5278 <key key="man_made" value="manhole" />
5279 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5280 <reference ref="ref_operator" />
5281 </item> <!-- Manhole -->
5282 <separator/>
5283 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5284 <link wiki="Tag:man_made=water_tower" />
5285 <space />
5286 <key key="man_made" value="water_tower" />
5287 <optional>
5288 <reference ref="name_operator" />
5289 <text key="height" text="Height (meters)" length="7" />
5290 </optional>
5291 </item> <!-- Water Tower -->
5292 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5293 <link wiki="Tag:man_made=water_works" />
5294 <space />
5295 <key key="man_made" value="water_works" />
5296 <reference ref="name_operator" />
5297 </item> <!-- Water Works -->
5298 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5299 <link wiki="Tag:man_made=wastewater_plant" />
5300 <space />
5301 <key key="man_made" value="wastewater_plant" />
5302 <text key="name" text="Name" />
5303 </item> <!-- Wastewater Treatment Plant -->
5304 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5305 <link wiki="Tag:man_made=watermill" />
5306 <space />
5307 <key key="man_made" value="watermill" />
5308 <text key="name" text="Name" />
5309 </item> <!-- Watermill -->
5310 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5311 <link wiki="Tag:amenity=fountain" />
5312 <space />
5313 <key key="amenity" value="fountain" />
5314 <optional>
5315 <text key="name" text="Name" />
5316 <check key="drinking_water" text="Drinking Water" />
5317 </optional>
5318 </item> <!-- Fountain -->
5319 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5320 <link wiki="Tag:man_made=water_well" />
5321 <space />
5322 <key key="man_made" value="water_well" />
5323 <optional>
5324 <text key="name" text="Name" />
5325 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5326 </optional>
5327 </item> <!-- Water Well -->
5328 <separator/>
5329 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5330 <link wiki="Tag:man_made=lighthouse" />
5331 <space />
5332 <key key="man_made" value="lighthouse" />
5333 <text key="name" text="Name" />
5334 </item> <!-- Lighthouse -->
5335 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5336 <link wiki="Tag:man_made=beacon" />
5337 <space />
5338 <key key="man_made" value="beacon" />
5339 <text key="name" text="Name" />
5340 </item> <!-- Beacon -->
5341 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5342 <link wiki="Tag:highway=street_lamp" />
5343 <space />
5344 <key key="highway" value="street_lamp" />
5345 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5346 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5347 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5348 </item> <!-- Street Lamp -->
5349 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5350 <link wiki="Tag:man_made=street_cabinet" />
5351 <key key="man_made" value="street_cabinet" />
5352 <optional>
5353 <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" />
5354 <reference ref="ref_operator" />
5355 <text key="manufacturer" text="Manufacturer" />
5356 <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" />
5357 </optional>
5358 </item> <!-- Street cabinet -->
5359 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5360 <link wiki="Tag:man_made=monitoring_station" />
5361 <space />
5362 <key key="man_made" value="monitoring_station" />
5363 <reference ref="name_operator" />
5364 <label text="Monitoring:" />
5365 <checkgroup columns="3">
5366 <check key="monitoring:water_level" text="Water level" />
5367 <check key="monitoring:tide_gauge" text="Tide Level" />
5368 <check key="monitoring:groundwater" text="Groundwater" />
5369 <check key="monitoring:traffic" text="Traffic" />
5370 <check key="monitoring:air_quality" text="Air Quality" />
5371 <check key="monitoring:noise" text="Noise" />
5372 <check key="monitoring:gps" text="GPS Signals" />
5373 <check key="monitoring:glonass" text="GLONASS Signals" />
5374 <check key="monitoring:galileo" text="Galileo Signals" />
5375 <check key="monitoring:weather" text="Weather" />
5376 <check key="monitoring:radiation" text="Radiation" />
5377 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5378 </checkgroup>
5379 <label text="Recording:" />
5380 <checkgroup columns="3">
5381 <check key="recording:automated" text="Automated" />
5382 <check key="recording:manually" text="Manually" />
5383 <check key="recording:remote" text="Remote" />
5384 </checkgroup>
5385 <label text="Display:" />
5386 <checkgroup columns="2">
5387 <check key="display:analog" text="Analog" />
5388 <check key="display:digital" text="Digital" />
5389 </checkgroup>
5390 </item> <!-- Monitoring Station -->
5391 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5392 <link wiki="Tag:man_made=survey_point" />
5393 <space />
5394 <key key="man_made" value="survey_point" />
5395 <reference ref="name_ref" />
5396 <text key="ele" text="Elevation (meters)" length="10" />
5397 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5398 </item> <!-- Survey Point -->
5399 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5400 <link wiki="Tag:man_made=surveillance" />
5401 <space />
5402 <key key="man_made" value="surveillance" />
5403 <key key="surveillance:type" value="camera" />
5404 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5405 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5406 <text key="operator" text="Operator" />
5407 <optional>
5408 <text key="name" text="Name" />
5409 <text key="ref" text="Reference" />
5410 </optional>
5411 <space />
5412 <label text="Camera" />
5413 <space />
5414 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5415 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5416 <optional>
5417 <text key="camera:direction" text="Direction in degrees" match="key" />
5418 <text key="camera:angle" text="Inclination in degrees" match="key" />
5419 <text key="height" text="Height (meters)" length="7" />
5420 </optional>
5421 </item> <!-- Surveillance Camera -->
5422 </group> <!-- Man Made -->
5423 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5424 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5425 <link wiki="Key:bridge" />
5426 <space />
5427 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5428 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5429 <reference ref="optional_bridge" />
5430 </item> <!-- Bridge -->
5431 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5432 <link wiki="Key:bridge:movable" />
5433 <space />
5434 <key key="bridge" value="movable" />
5435 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5436 <reference ref="optional_bridge" />
5437 </item> <!-- Movable Bridge -->
5438 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5439 <link wiki="Key:bridge:support" />
5440 <space />
5441 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5442 </item> <!-- Bridge Support -->
5443 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5444 <link wiki="Tag:man_made=bridge" />
5445 <space />
5446 <key key="man_made" value="bridge" />
5447 <optional>
5448 <reference ref="name_layer" />
5449 </optional>
5450 </item> <!-- Bridge outline -->
5451 </group> <!-- Bridges -->
5452 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5453 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5454 <link wiki="Tag:military=airfield" />
5455 <space />
5456 <key key="military" value="airfield" match="keyvalue!" />
5457 <reference ref="aerodrome" />
5458 </item> <!-- Airfield -->
5459 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5460 <link wiki="Tag:military=barracks" />
5461 <space />
5462 <key key="military" value="barracks" />
5463 </item> <!-- Barracks -->
5464 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5465 <link wiki="Tag:military=bunker" />
5466 <space />
5467 <key key="military" value="bunker" />
5468 <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
5469 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5470 <text key="name" text="Name" />
5471 <check key="historic" text="Historic" />
5472 <check key="ruins" text="Ruins" />
5473 </item> <!-- Bunker -->
5474 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5475 <link wiki="Tag:military=range" />
5476 <space />
5477 <key key="military" value="range" />
5478 </item> <!-- Range -->
5479 </group> <!-- Military -->
5480 <group name="Power" icon="presets/power/power.svg">
5481 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5482 <link wiki="Tag:power=plant" />
5483 <space />
5484 <key key="power" value="plant" />
5485 <reference ref="name_ref_operator" />
5486 <text key="start_date" text="Start date" />
5487 <optional text="Output forms of energy (optional):">
5488 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5489 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5490 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5491 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5492 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5493 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5494 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5495 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5496 <space />
5497 <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" />
5498 </optional>
5499 </item> <!-- Power Plant -->
5500 <group name="Power Generator" icon="presets/power/generator.svg">
5501 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5502 <key key="generator:source" value="biofuel" />
5503 <reference ref="power_generator" />
5504 <key key="generator:method" value="combustion" />
5505 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5506 <reference ref="power_output" />
5507 </item> <!-- Power Generator -->
5508 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5509 <key key="generator:source" value="biogas" />
5510 <reference ref="power_generator" />
5511 <key key="generator:method" value="combustion" />
5512 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5513 <reference ref="power_output" />
5514 </item> <!-- Biogas Power Generator -->
5515 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5516 <key key="generator:source" value="biomass" />
5517 <reference ref="power_generator" />
5518 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5519 <combo key="generator:type" text="Generator Type" values_searchable="true">
5520 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5521 <list_entry value="pyrolysis" short_description="" />
5522 <list_entry value="steam_generator" short_description="combustion" />
5523 <list_entry value="steam_turbine" short_description="combustion" />
5524 </combo>
5525 <reference ref="power_output" />
5526 </item> <!-- Biomass Power Generator -->
5527 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5528 <key key="generator:source" value="coal" />
5529 <reference ref="power_generator" />
5530 <key key="generator:method" value="combustion" />
5531 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5532 <reference ref="power_output" />
5533 </item> <!-- Coal Power Generator -->
5534 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5535 <key key="generator:source" value="gas" />
5536 <reference ref="power_generator" />
5537 <key key="generator:method" value="combustion" />
5538 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5539 <reference ref="power_output" />
5540 </item> <!-- Gas Power Generator -->
5541 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5542 <key key="generator:source" value="oil" />
5543 <reference ref="power_generator" />
5544 <key key="generator:method" value="combustion" />
5545 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5546 <reference ref="power_output" />
5547 </item> <!-- Oil Power Generator -->
5548 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5549 <key key="generator:source" value="diesel" />
5550 <reference ref="power_generator" />
5551 <key key="generator:method" value="combustion" />
5552 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5553 <reference ref="power_output" />
5554 </item> <!-- Diesel Power Generator -->
5555 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5556 <key key="generator:source" value="gasoline" />
5557 <reference ref="power_generator" />
5558 <key key="generator:method" value="combustion" />
5559 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5560 <reference ref="power_output" />
5561 </item> <!-- Gasoline Power Generator -->
5562 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
5563 <key key="generator:source" value="nuclear" />
5564 <reference ref="power_generator" />
5565 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5566 <combo key="generator:type" text="Generator Type" values_searchable="true">
5567 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5568 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5569 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5570 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5571 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5572 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5573 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5574 <list_entry value="cold-fusion" short_description="fusion" />
5575 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5576 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5577 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5578 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5579 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5580 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5581 <list_entry value="stellarator" short_description="fusion" />
5582 <list_entry value="tokamak" short_description="fusion" />
5583 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5584 </combo>
5585 <reference ref="power_output" />
5586 </item> <!-- Nuclear Reactor -->
5587 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
5588 <key key="generator:source" value="solar" />
5589 <reference ref="power_generator" />
5590 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5591 <combo key="generator:type" text="Generator Type" values_searchable="true">
5592 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5593 <list_entry value="solar_thermal_collector" short_description="thermal" />
5594 <list_entry value="steam_turbine" short_description="thermal" />
5595 </combo>
5596 <reference ref="power_output" />
5597 </item> <!-- Solar Power Generator -->
5598 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
5599 <key key="generator:source" value="waste" />
5600 <reference ref="power_generator" />
5601 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5602 <combo key="generator:type" text="Generator Type" values_searchable="true">
5603 <list_entry value="bioreactor" short_description="gasification" />
5604 <list_entry value="pyrolysis" short_description="" />
5605 <list_entry value="reciprocating_engine" short_description="combustion" />
5606 <list_entry value="steam_generator" short_description="combustion" />
5607 </combo>
5608 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5609 <reference ref="power_output" />
5610 </item> <!-- Waste Power Generator -->
5611 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5612 <key key="generator:source" value="hydro" />
5613 <reference ref="power_generator" />
5614 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5615 <combo key="generator:type" text="Generator Type" values_searchable="true">
5616 <list_entry value="francis_turbine" short_description="all methods" />
5617 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5618 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5619 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5620 </combo>
5621 <reference ref="power_output" />
5622 </item> <!-- Water Turbine -->
5623 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5624 <key key="generator:source" value="tidal" />
5625 <reference ref="power_generator" />
5626 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5627 <combo key="generator:type" text="Generator Type" values_searchable="true">
5628 <list_entry value="horizontal_axis" short_description="stream" />
5629 <list_entry value="kaplan_turbine" short_description="barrage" />
5630 <list_entry value="vertical_axis" short_description="stream" />
5631 </combo>
5632 <reference ref="power_output" />
5633 </item> <!-- Tidal Water Turbine -->
5634 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5635 <key key="generator:source" value="wave" />
5636 <reference ref="power_generator" />
5637 <reference ref="power_output" />
5638 </item> <!-- Wave Energy Converter -->
5639 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5640 <key key="generator:source" value="osmotic" />
5641 <reference ref="power_generator" />
5642 <reference ref="power_output" />
5643 </item> <!-- Osmotic Power Generator -->
5644 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5645 <key key="generator:source" value="geothermal" />
5646 <reference ref="power_generator" />
5647 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
5648 <reference ref="power_output" />
5649 </item> <!-- Geothermal Power Generator -->
5650 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
5651 <key key="generator:source" value="wind" />
5652 <reference ref="power_generator" />
5653 <key key="generator:method" value="wind_turbine" />
5654 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
5655 <reference ref="power_output" />
5656 </item> <!-- Wind Turbine -->
5657 </group> <!-- Power Generator -->
5658 <separator/>
5659 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5660 <link wiki="Tag:power=substation" />
5661 <space />
5662 <key key="power" value="substation" />
5663 <text key="name" text="Name" />
5664 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
5665 <reference ref="power_extra" />
5666 <optional>
5667 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
5668 <text key="start_date" text="Start date" />
5669 <check key="gas_insulated" text="Gas insulated" />
5670 </optional>
5671 </item> <!-- Power Substation -->
5672 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
5673 <link wiki="Tag:power=transformer" />
5674 <space />
5675 <key key="power" value="transformer" />
5676 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
5677 <reference ref="power_loc" />
5678 <reference ref="transformer_voltage_frequency" />
5679 <reference ref="ref_operator" />
5680 <reference ref="optional_transformer_rating_phases_devices_windings" />
5681 </item> <!-- Power Transformer -->
5682 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
5683 <link wiki="Tag:power=switchgear" />
5684 <space />
5685 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
5686 <space />
5687 <key key="power" value="switchgear" />
5688 <reference ref="power_loc" />
5689 <reference ref="voltage" />
5690 <optional>
5691 <check key="gas_insulated" text="Gas insulated" />
5692 </optional>
5693 </item> <!-- Power Switchgear -->
5694 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
5695 <link wiki="Tag:line=busbar" />
5696 <space />
5697 <key key="power" value="line" />
5698 <key key="line" value="busbar" />
5699 <reference ref="power_line_extra" />
5700 </item> <!-- Power Busbar -->
5701 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
5702 <link wiki="Tag:line=bay" />
5703 <space />
5704 <key key="power" value="line" />
5705 <key key="line" value="bay" />
5706 <reference ref="power_line_extra" />
5707 </item> <!-- Power Bay -->
5708 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
5709 <link wiki="Tag:power=switch" />
5710 <space />
5711 <key key="power" value="switch" />
5712 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
5713 <reference ref="power_loc" />
5714 <optional>
5715 <reference ref="voltage" />
5716 <reference ref="cables" />
5717 <reference ref="ref_operator" />
5718 </optional>
5719 </item> <!-- Power Switch -->
5720 <separator/>
5721 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
5722 <link wiki="Tag:power=converter" />
5723 <space />
5724 <key key="power" value="converter" />
5725 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
5726 <reference ref="voltage_frequency" />
5727 <reference ref="ref_operator" />
5728 <optional>
5729 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
5730 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
5731 </optional>
5732 </item> <!-- Power Converter -->
5733 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
5734 <link wiki="Tag:power=compensator" />
5735 <space />
5736 <key key="power" value="compensator" />
5737 <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" />
5738 <reference ref="voltage_frequency" />
5739 <reference ref="ref_operator" />
5740 <optional>
5741 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
5742 </optional>
5743 </item> <!-- Power Compensator -->
5744 <separator/>
5745 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
5746 <link wiki="Tag:man_made=street_cabinet" />
5747 <key key="man_made" value="street_cabinet" />
5748 <key key="street_cabinet" value="power" />
5749 <optional>
5750 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
5751 <reference ref="ref_operator" />
5752 <text key="manufacturer" text="Manufacturer" />
5753 <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" />
5754 </optional>
5755 </item> <!-- Power Street Cabinet -->
5756 <separator/>
5757 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
5758 <link wiki="Tag:building=transformer_tower" />
5759 <space />
5760 <key key="building" value="transformer_tower" />
5761 <text key="height" text="Height (meters)" length="7" />
5762 <reference ref="ref_operator" />
5763 <preset_link preset_name="Power Substation" />
5764 </item> <!-- Transformer Tower -->
5765 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
5766 <link wiki="Tag:power=terminal" />
5767 <space />
5768 <key key="power" value="terminal" />
5769 <optional>
5770 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5771 <text key="ref" text="Reference" />
5772 <text key="operator" text="Operator" />
5773 </optional>
5774 </item> <!-- Terminal -->
5775 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
5776 <link wiki="Tag:power=portal" />
5777 <space />
5778 <key key="power" value="portal" />
5779 <text key="height" text="Height (meters)" length="7" />
5780 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5781 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5782 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5783 <reference ref="ref_operator" />
5784 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
5785 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5786 </item> <!-- Power Portal -->
5787 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
5788 <link wiki="Tag:power=tower" />
5789 <space />
5790 <key key="power" value="tower" />
5791 <text key="height" text="Height (meters)" length="7" />
5792 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5793 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5794 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5795 <reference ref="ref_operator" />
5796 <optional>
5797 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
5798 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
5799 <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" />
5800 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5801 <check key="triple_tower" text="Triple tower" />
5802 <check key="design:incomplete" text="Incomplete tower" />
5803 <check key="location:transition" text="Location transition" disable_off="true" />
5804 </optional>
5805 </item> <!-- Power Tower -->
5806 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
5807 <link wiki="Tag:power=pole" />
5808 <space />
5809 <key key="power" value="pole" />
5810 <reference ref="power_pole" />
5811 </item> <!-- Pole -->
5812 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
5813 <link wiki="Tag:power=pole" />
5814 <space />
5815 <key key="power" value="pole" />
5816 <label text="Pole Attributes:" />
5817 <reference ref="power_pole" />
5818 <space />
5819 <label text="Switch Attributes:" />
5820 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
5821 <optional>
5822 <reference ref="voltage" />
5823 <reference ref="cables" />
5824 </optional>
5825 </item> <!-- Pole with Switch -->
5826 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
5827 <link wiki="Tag:power=pole" />
5828 <space />
5829 <key key="power" value="pole" />
5830 <label text="Pole Attributes:" />
5831 <reference ref="power_pole" />
5832 <space />
5833 <label text="Transformer Attributes:" />
5834 <key key="transformer" value="distribution" match="key!" />
5835 <reference ref="transformer_voltage_frequency" />
5836 <reference ref="optional_transformer_rating_phases_devices_windings" />
5837 </item> <!-- Pole with Transformer -->
5838 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
5839 <link wiki="Tag:power=catenary_mast" />
5840 <space />
5841 <key key="power" value="catenary_mast" />
5842 <optional>
5843 <text key="ref" text="Reference" />
5844 <text key="operator" text="Operator" />
5845 </optional>
5846 </item> <!-- Catenary mast -->
5847 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
5848 <link wiki="Tag:power=insulator" />
5849 <space />
5850 <key key="power" value="insulator" />
5851 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5852 <reference ref="ref_operator" />
5853 </item> <!-- Insulator -->
5854 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
5855 <link wiki="Tag:power=line" />
5856 <space />
5857 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
5858 <reference ref="voltage_frequency" />
5859 <reference ref="ref_operator" />
5860 <optional>
5861 <reference ref="cables_circuits" />
5862 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
5863 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5864 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5865 </optional>
5866 </item> <!-- Power Line -->
5867 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
5868 <link wiki="Tag:power=cable" />
5869 <space />
5870 <key key="power" value="cable" />
5871 <reference ref="voltage_frequency" />
5872 <reference ref="ref_operator" />
5873 <optional>
5874 <reference ref="cables_circuits" />
5875 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
5876 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5877 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5878 </optional>
5879 </item> <!-- Power Cable -->
5880 </group> <!-- Power -->
5881 <group name="Telecom" icon="presets/telecom/telecom.svg">
5882 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
5883 <link wiki="Tag:man_made=street_cabinet" />
5884 <key key="man_made" value="street_cabinet" />
5885 <key key="street_cabinet" value="telecom" />
5886 <optional>
5887 <reference ref="ref_operator" />
5888 <text key="manufacturer" text="Manufacturer" />
5889 <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" />
5890 </optional>
5891 </item> <!-- Telecom Street Cabinet -->
5892 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
5893 <link wiki="Tag:telecom=exchange" />
5894 <space />
5895 <key key="telecom" value="exchange" />
5896 <reference ref="telecom_medium" />
5897 <reference ref="ref_operator" />
5898 </item> <!-- Telephone Exchange -->
5899 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
5900 <link wiki="Tag:telecom=connection_point" />
5901 <space />
5902 <key key="telecom" value="connection_point" />
5903 <reference ref="telecom_medium" />
5904 <reference ref="ref_operator" />
5905 </item> <!-- Connection Point -->
5906 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
5907 <link wiki="Tag:telecom=service_device" />
5908 <space />
5909 <key key="telecom" value="service_device" />
5910 <reference ref="telecom_medium" />
5911 <reference ref="ref_operator" />
5912 </item> <!-- Service Device -->
5913 </group> <!-- Telecom -->
5914 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
5915 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
5916 <link wiki="Tag:historic=castle" />
5917 <space />
5918 <key key="historic" value="castle" />
5919 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
5920 <reference ref="name_wikipedia" />
5921 <check key="ruins" text="Ruins" />
5922 <reference ref="link_contact_address_payment" />
5923 </item> <!-- Castle -->
5924 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
5925 <link wiki="Tag:historic=fort" />
5926 <space />
5927 <key key="historic" value="fort" />
5928 <reference ref="name_wikipedia" />
5929 <check key="ruins" text="Ruins" />
5930 <reference ref="link_contact_address_payment" />
5931 </item> <!-- Fort -->
5932 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
5933 <link wiki="Tag:historic=ruins" />
5934 <space />
5935 <key key="historic" value="ruins" />
5936 <reference ref="name_oh_wheelchair" />
5937 </item> <!-- Ruins -->
5938 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
5939 <link wiki="Tag:historic=archaeological_site" />
5940 <space />
5941 <key key="historic" value="archaeological_site" />
5942 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
5943 <reference ref="name_oh_wheelchair" />
5944 </item> <!-- Archaeological Site -->
5945 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5946 <link wiki="Tag:historic=battlefield" />
5947 <space />
5948 <key key="historic" value="battlefield" />
5949 <text key="name" text="Name" />
5950 </item> <!-- Battlefield -->
5951 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
5952 <link wiki="Tag:geological=palaeontological_site" />
5953 <space />
5954 <key key="geological" value="palaeontological_site" />
5955 <text key="name" text="Name" />
5956 </item> <!-- Palaeontological Site -->
5957 <separator/>
5958 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
5959 <link wiki="Tag:cemetery=grave" />
5960 <space />
5961 <key key="cemetery" value="grave" />
5962 <text key="name" text="Name" />
5963 </item> <!-- Grave -->
5964 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
5965 <link wiki="Tag:historic=tomb" />
5966 <space />
5967 <key key="historic" value="tomb" />
5968 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
5969 <text key="name" text="Name" />
5970 </item> <!-- Tomb -->
5971 <separator/>
5972 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
5973 <link wiki="Tag:historic=monument" />
5974 <space />
5975 <key key="historic" value="monument" />
5976 <text key="name" text="Name" />
5977 </item> <!-- Monument -->
5978 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
5979 <link wiki="Tag:historic=memorial" />
5980 <space />
5981 <key key="historic" value="memorial" />
5982 <text key="name" text="Name" />
5983 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
5984 <optional>
5985 <text key="inscription" text="Inscription" />
5986 <text key="artist_name" text="Artist Name" />
5987 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
5988 <text key="start_date" text="Start date" />
5989 <text key="wikipedia" text="Wikipedia" />
5990 </optional>
5991 </item> <!-- Memorial -->
5992 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
5993 <link wiki="Tag:historic=wayside_cross" />
5994 <space />
5995 <key key="historic" value="wayside_cross" />
5996 <text key="name" text="Name" />
5997 <reference ref="religious_catholic_christian" />
5998 <text key="start_date" text="Start date" />
5999 <text key="inscription" text="Inscription" />
6000 </item> <!-- Wayside Cross -->
6001 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
6002 <link wiki="Tag:historic=wayside_shrine" />
6003 <space />
6004 <key key="historic" value="wayside_shrine" />
6005 <text key="name" text="Name" />
6006 <reference ref="religious_catholic_christian" />
6007 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6008 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6009 <text key="start_date" text="Start date" />
6010 <text key="inscription" text="Inscription" />
6011 </item> <!-- Wayside Shrine -->
6012 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
6013 <link wiki="Tag:historic=boundary_stone" />
6014 <space />
6015 <key key="historic" value="boundary_stone" />
6016 <text key="name" text="Name" />
6017 </item> <!-- Boundary Stone -->
6018 </group> <!-- Historic Places -->
6019 </group> <!-- Man Made -->
6020 <group name="Shops" icon="presets/shop/mall.svg">
6021 <group name="Food" icon="presets/shop/supermarket.svg">
6022 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6023 <link wiki="Tag:shop=supermarket" />
6024 <space />
6025 <key key="shop" value="supermarket" />
6026 <reference ref="name_oh_wheelchair" />
6027 <reference ref="link_contact_address_payment" />
6028 </item> <!-- Supermarket -->
6029 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
6030 <link wiki="Tag:shop=convenience" />
6031 <space />
6032 <key key="shop" value="convenience" />
6033 <reference ref="name_oh_wheelchair" />
6034 <reference ref="link_contact_address_payment" />
6035 </item> <!-- Convenience Store -->
6036 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
6037 <link wiki="Tag:shop=kiosk" />
6038 <space />
6039 <key key="shop" value="kiosk" />
6040 <reference ref="name_oh_wheelchair" />
6041 <reference ref="link_contact_address_payment" />
6042 </item> <!-- Kiosk -->
6043 <separator/>
6044 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6045 <link wiki="Tag:shop=bakery" />
6046 <space />
6047 <key key="shop" value="bakery" />
6048 <reference ref="name_oh_wheelchair" />
6049 <reference ref="link_contact_address_payment" />
6050 </item> <!-- Bakery -->
6051 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
6052 <link wiki="Tag:shop=butcher" />
6053 <space />
6054 <key key="shop" value="butcher" />
6055 <reference ref="name_oh_wheelchair" />
6056 <reference ref="link_contact_address_payment" />
6057 </item> <!-- Butcher -->
6058 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
6059 <link wiki="Tag:shop=seafood" />
6060 <space />
6061 <key key="shop" value="seafood" />
6062 <reference ref="name_operator_oh_wheelchair" />
6063 <reference ref="link_contact_address_payment" />
6064 </item> <!-- Seafood -->
6065 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
6066 <link wiki="Tag:shop=dairy" />
6067 <space />
6068 <key key="shop" value="dairy" />
6069 <reference ref="name_operator_oh_wheelchair" />
6070 <reference ref="link_contact_address_payment" />
6071 </item> <!-- Dairy -->
6072 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
6073 <link wiki="Tag:shop=cheese" />
6074 <space />
6075 <key key="shop" value="cheese" />
6076 <reference ref="name_operator_oh_wheelchair" />
6077 <reference ref="link_contact_address_payment" />
6078 </item> <!-- Cheese -->
6079 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
6080 <link wiki="Tag:shop=deli" />
6081 <space />
6082 <key key="shop" value="deli" />
6083 <reference ref="name_operator_oh_wheelchair" />
6084 <reference ref="link_contact_address_payment" />
6085 </item> <!-- Deli (Fine Food) -->
6086 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6087 <link wiki="Tag:shop=pastry" />
6088 <space />
6089 <key key="shop" value="pastry" />
6090 <reference ref="name_oh_wheelchair" />
6091 <reference ref="link_contact_address_payment" />
6092 </item> <!-- Pastry -->
6093 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6094 <link wiki="Tag:shop=confectionery" />
6095 <space />
6096 <key key="shop" value="confectionery" />
6097 <reference ref="name_oh_wheelchair" />
6098 <reference ref="link_contact_address_payment" />
6099 </item> <!-- Confectionery -->
6100 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
6101 <link wiki="Tag:shop=tea" />
6102 <space />
6103 <key key="shop" value="tea" />
6104 <reference ref="name_oh_wheelchair" />
6105 <reference ref="link_contact_address_payment" />
6106 </item> <!-- Tea -->
6107 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6108 <link wiki="Tag:shop=coffee" />
6109 <space />
6110 <key key="shop" value="coffee" />
6111 <reference ref="name_oh_wheelchair" />
6112 <reference ref="link_contact_address_payment" />
6113 </item> <!-- Coffee -->
6114 <separator/>
6115 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6116 <link wiki="Tag:amenity=marketplace" />
6117 <space />
6118 <key key="amenity" value="marketplace" />
6119 <reference ref="name_operator_oh_wheelchair" />
6120 <text key="website" text="Website" />
6121 <combo key="organic" text="Organic" values="yes,no,only" />
6122 </item> <!-- Public Market -->
6123 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6124 <link wiki="Tag:shop=greengrocer" />
6125 <space />
6126 <key key="shop" value="greengrocer" />
6127 <reference ref="name_oh_wheelchair" />
6128 <combo key="organic" text="Organic" values="yes,no,only" />
6129 <reference ref="link_contact_address_payment" />
6130 </item> <!-- Greengrocer -->
6131 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6132 <link wiki="Tag:shop=farm" />
6133 <space />
6134 <key key="shop" value="farm" />
6135 <reference ref="name_oh_wheelchair" />
6136 <text key="description" text="Description" />
6137 <combo key="organic" text="Organic" values="yes,no,only" />
6138 <reference ref="link_contact_address_payment" />
6139 </item> <!-- Farm Stand -->
6140 <separator/>
6141 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6142 <link wiki="Key:organic" />
6143 <space />
6144 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6145 </item> <!-- Organic -->
6146 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6147 <link wiki="Key:fair_trade" />
6148 <space />
6149 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6150 </item> <!-- Fair Trade -->
6151 <separator/>
6152 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6153 <link wiki="Tag:shop=alcohol" />
6154 <space />
6155 <key key="shop" value="alcohol" />
6156 <reference ref="name_oh_wheelchair" />
6157 <reference ref="link_contact_address_payment" />
6158 </item> <!-- Alcohol -->
6159 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6160 <link wiki="Tag:shop=beverages" />
6161 <space />
6162 <key key="shop" value="beverages" />
6163 <reference ref="name_oh_wheelchair" />
6164 <reference ref="link_contact_address_payment" />
6165 </item> <!-- Beverages -->
6166 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6167 <link wiki="Tag:shop=wine" />
6168 <space />
6169 <key key="shop" value="wine" />
6170 <reference ref="name_oh_wheelchair" />
6171 <reference ref="link_contact_address_payment" />
6172 </item> <!-- Wine -->
6173 </group> <!-- Food -->
6174 <group name="Clothes" icon="presets/shop/clothes.svg">
6175 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6176 <link wiki="Tag:shop=clothes" />
6177 <space />
6178 <key key="shop" value="clothes" />
6179 <reference ref="name_oh_wheelchair" />
6180 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6181 <combo key="organic" text="Organic" values="yes,no,only" />
6182 <reference ref="link_contact_address_payment" />
6183 </item> <!-- Clothes -->
6184 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6185 <link wiki="Tag:shop=boutique" />
6186 <space />
6187 <key key="shop" value="boutique" />
6188 <reference ref="name_operator_oh_wheelchair" />
6189 <reference ref="link_contact_address_payment" />
6190 </item> <!-- Boutique -->
6191 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6192 <link wiki="Tag:shop=shoes" />
6193 <space />
6194 <key key="shop" value="shoes" />
6195 <reference ref="name_oh_wheelchair" />
6196 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6197 <combo key="organic" text="Organic" values="yes,no,only" />
6198 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6199 <reference ref="link_contact_address_payment" />
6200 </item> <!-- Shoes -->
6201 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6202 <link wiki="Tag:shop=outdoor" />
6203 <space />
6204 <key key="shop" value="outdoor" />
6205 <reference ref="name_oh_wheelchair" />
6206 <reference ref="link_contact_address_payment" />
6207 </item> <!-- Outdoor -->
6208 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6209 <link wiki="Tag:shop=sports" />
6210 <space />
6211 <key key="shop" value="sports" />
6212 <reference ref="name_oh_wheelchair" />
6213 <reference ref="link_contact_address_payment" />
6214 </item> <!-- Sports -->
6215 <separator/>
6216 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6217 <link wiki="Tag:shop=dry_cleaning" />
6218 <space />
6219 <key key="shop" value="dry_cleaning" />
6220 <reference ref="name_oh_wheelchair" />
6221 <reference ref="link_contact_address_payment" />
6222 </item> <!-- Dry Cleaning -->
6223 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6224 <link wiki="Tag:shop=laundry" />
6225 <space />
6226 <key key="shop" value="laundry" />
6227 <reference ref="name_oh_wheelchair" />
6228 <check key="self_service" text="Self Service" />
6229 <check key="laundry_service" text="Laundry Service" />
6230 <reference ref="link_contact_address_payment" />
6231 </item> <!-- Laundry -->
6232 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6233 <link wiki="Tag:shop=tailor" />
6234 <space />
6235 <key key="shop" value="tailor" />
6236 <reference ref="name_oh_wheelchair" />
6237 <reference ref="link_contact_address_payment" />
6238 </item> <!-- Tailor -->
6239 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6240 <link wiki="Tag:shop=fabric" />
6241 <space />
6242 <key key="shop" value="fabric" />
6243 <reference ref="name_operator_oh_wheelchair" />
6244 <reference ref="link_contact_address_payment" />
6245 </item> <!-- Fabric -->
6246 </group> <!-- Clothes -->
6247 <group name="Electronic" icon="presets/shop/electronics.svg">
6248 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6249 <link wiki="Tag:shop=computer" />
6250 <space />
6251 <key key="shop" value="computer" />
6252 <reference ref="name_oh_wheelchair" />
6253 <reference ref="link_contact_address_payment" />
6254 </item> <!-- Computer -->
6255 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6256 <link wiki="Tag:shop=electronics" />
6257 <space />
6258 <key key="shop" value="electronics" />
6259 <reference ref="name_oh_wheelchair" />
6260 <reference ref="link_contact_address_payment" />
6261 </item> <!-- Electronics -->
6262 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6263 <link wiki="Tag:shop=mobile_phone" />
6264 <space />
6265 <key key="shop" value="mobile_phone" />
6266 <reference ref="name_operator_oh_wheelchair" />
6267 <reference ref="link_contact_address_payment" />
6268 </item> <!-- Mobile Phone -->
6269 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6270 <link wiki="Tag:shop=watches" />
6271 <space />
6272 <key key="shop" value="watches" />
6273 <reference ref="name_operator_oh_wheelchair" />
6274 <reference ref="link_contact_address_payment" />
6275 </item> <!-- Watches -->
6276 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6277 <link wiki="Tag:shop=vacuum_cleaner" />
6278 <space />
6279 <key key="shop" value="vacuum_cleaner" />
6280 <reference ref="name_operator_oh_wheelchair" />
6281 <reference ref="link_contact_address_payment" />
6282 </item> <!-- Vacuum Cleaner -->
6283 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6284 <link wiki="Tag:shop=hifi" />
6285 <space />
6286 <key key="shop" value="hifi" />
6287 <reference ref="name_oh_wheelchair" />
6288 <reference ref="link_contact_address_payment" />
6289 </item> <!-- Hifi -->
6290 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6291 <link wiki="Tag:shop=video" />
6292 <space />
6293 <key key="shop" value="video" />
6294 <reference ref="name_oh_wheelchair" />
6295 <reference ref="link_contact_address_payment" />
6296 </item> <!-- Video -->
6297 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6298 <link wiki="Tag:shop=video_games" />
6299 <space />
6300 <key key="shop" value="video_games" />
6301 <reference ref="name_oh_wheelchair" />
6302 <reference ref="link_contact_address_payment" />
6303 </item> <!-- Video Games -->
6304 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6305 <link wiki="Tag:shop=music" />
6306 <space />
6307 <key key="shop" value="music" />
6308 <reference ref="name_oh_wheelchair" />
6309 <reference ref="link_contact_address_payment" />
6310 </item> <!-- Music -->
6311 </group> <!-- Electronic -->
6312 <group name="Cash" icon="presets/money/dollar.svg">
6313 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6314 <link wiki="Tag:amenity=bank" />
6315 <space />
6316 <key key="amenity" value="bank" />
6317 <reference ref="name_brand_operator_oh_wheelchair" />
6318 <check key="atm" text="Automated Teller Machine" default="on" />
6319 <text key="ref" text="Reference" />
6320 <reference ref="link_contact_address" />
6321 <preset_link preset_name="Building" />
6322 </item> <!-- Bank -->
6323 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6324 <link wiki="Tag:amenity=bureau_de_change" />
6325 <space />
6326 <key key="amenity" value="bureau_de_change" />
6327 <reference ref="name_oh_wheelchair" />
6328 <reference ref="link_contact_address" />
6329 </item> <!-- Money Exchange -->
6330 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6331 <link wiki="Tag:amenity=money_transfer" />
6332 <space />
6333 <key key="amenity" value="money_transfer" />
6334 <reference ref="name_oh_wheelchair" />
6335 <reference ref="link_contact_address" />
6336 </item> <!-- Money transfer -->
6337 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6338 <link wiki="Tag:amenity=atm" />
6339 <space />
6340 <key key="amenity" value="atm" />
6341 <text key="brand" text="Brand" />
6342 <text key="operator" text="Operator" />
6343 <reference ref="oh_wheelchair" />
6344 </item> <!-- Automated Teller Machine -->
6345 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6346 <link wiki="Tag:shop=pawnbroker" />
6347 <space />
6348 <key key="shop" value="pawnbroker" />
6349 <reference ref="name_oh_wheelchair" />
6350 <reference ref="link_contact_address_payment" />
6351 </item> <!-- Pawnbroker -->
6352 </group> <!-- Cash -->
6353 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6354 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6355 <link wiki="Tag:shop=doors" />
6356 <space />
6357 <key key="shop" value="doors" />
6358 <reference ref="name_brand_operator_oh_wheelchair" />
6359 <reference ref="link_contact_address_payment" />
6360 </item> <!-- Doors -->
6361 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6362 <link wiki="Tag:shop=furniture" />
6363 <space />
6364 <key key="shop" value="furniture" />
6365 <reference ref="name_brand_operator_oh_wheelchair" />
6366 <reference ref="link_contact_address_payment" />
6367 </item> <!-- Furniture -->
6368 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6369 <link wiki="Tag:shop=kitchen" />
6370 <space />
6371 <key key="shop" value="kitchen" />
6372 <reference ref="name_brand_operator_oh_wheelchair" />
6373 <reference ref="link_contact_address_payment" />
6374 </item> <!-- Kitchen -->
6375 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6376 <link wiki="Tag:shop=houseware" />
6377 <space />
6378 <key key="shop" value="houseware" />
6379 <reference ref="name_brand_operator_oh_wheelchair" />
6380 <reference ref="link_contact_address_payment" />
6381 </item> <!-- Houseware -->
6382 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6383 <link wiki="Tag:shop=curtain" />
6384 <space />
6385 <key key="shop" value="curtain" />
6386 <reference ref="name_operator_oh_wheelchair" />
6387 <reference ref="link_contact_address_payment" />
6388 </item> <!-- Curtain -->
6389 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6390 <link wiki="Tag:shop=art" />
6391 <space />
6392 <key key="shop" value="art" />
6393 <reference ref="name_operator_oh_wheelchair" />
6394 <reference ref="link_contact_address_payment" />
6395 </item> <!-- Art -->
6396 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6397 <link wiki="Tag:shop=frame" />
6398 <space />
6399 <key key="shop" value="frame" />
6400 <reference ref="name_operator_oh_wheelchair" />
6401 <reference ref="link_contact_address_payment" />
6402 </item> <!-- Frame -->
6403 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6404 <link wiki="Tag:shop=bed" />
6405 <space />
6406 <key key="shop" value="bed" />
6407 <reference ref="name_oh_wheelchair" />
6408 <reference ref="link_contact_address_payment" />
6409 </item> <!-- Bed -->
6410 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6411 <link wiki="Tag:shop=carpet" />
6412 <space />
6413 <key key="shop" value="carpet" />
6414 <reference ref="name_oh_wheelchair" />
6415 <reference ref="link_contact_address_payment" />
6416 </item> <!-- Carpet -->
6417 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6418 <link wiki="Tag:shop=interior_decoration" />
6419 <space />
6420 <key key="shop" value="interior_decoration" />
6421 <reference ref="name_oh_wheelchair" />
6422 <reference ref="link_contact_address_payment" />
6423 </item> <!-- Interior Decoration -->
6424 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6425 <link wiki="Tag:shop=lighting" />
6426 <space />
6427 <key key="shop" value="lighting" />
6428 <reference ref="name_oh_wheelchair" />
6429 <reference ref="link_contact_address_payment" />
6430 </item> <!-- Lighting -->
6431 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6432 <link wiki="Tag:shop=antiques" />
6433 <space />
6434 <key key="shop" value="antiques" />
6435 <reference ref="name_oh_wheelchair" />
6436 <reference ref="link_contact_address_payment" />
6437 </item> <!-- Antiques -->
6438 <separator/>
6439 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6440 <link wiki="Tag:shop=storage_rental" />
6441 <space />
6442 <key key="shop" value="storage_rental" />
6443 <reference ref="name_oh_wheelchair" />
6444 <reference ref="link_contact_address_payment" />
6445 </item> <!-- Storage Rental -->
6446 </group> <!-- Home decoration -->
6447 <group name="Printed Material" icon="presets/shop/stationery.svg">
6448 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6449 <link wiki="Tag:shop=stationery" />
6450 <space />
6451 <key key="shop" value="stationery" />
6452 <reference ref="name_oh_wheelchair" />
6453 <reference ref="link_contact_address_payment" />
6454 </item> <!-- Stationery -->
6455 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
6456 <link wiki="Tag:shop=copyshop" />
6457 <space />
6458 <key key="shop" value="copyshop" />
6459 <reference ref="name_operator_oh_wheelchair" />
6460 <reference ref="link_contact_address_payment" />
6461 </item> <!-- Copy Shop -->
6462 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
6463 <link wiki="Tag:shop=books" />
6464 <space />
6465 <key key="shop" value="books" />
6466 <reference ref="name_brand_oh_wheelchair" />
6467 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6468 <reference ref="link_contact_address_payment" />
6469 </item> <!-- Book Store -->
6470 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
6471 <link wiki="Tag:shop=newsagent" />
6472 <space />
6473 <key key="shop" value="newsagent" />
6474 <reference ref="name_oh_wheelchair" />
6475 <reference ref="link_contact_address_payment" />
6476 </item> <!-- Newspaper Stand -->
6477 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6478 <link wiki="Tag:shop=ticket" />
6479 <space />
6480 <key key="shop" value="ticket" />
6481 <reference ref="name_oh_wheelchair" />
6482 <reference ref="link_contact_address_payment" />
6483 </item> <!-- Ticket -->
6484 </group> <!-- Printed Material -->
6485 <group name="For the body" icon="presets/shop/body.svg">
6486 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6487 <link wiki="Tag:shop=chemist" />
6488 <space />
6489 <key key="shop" value="chemist" />
6490 <reference ref="name_oh_wheelchair" />
6491 <reference ref="link_contact_address_payment" />
6492 </item> <!-- Chemist -->
6493 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6494 <link wiki="Tag:shop=cosmetics" />
6495 <space />
6496 <key key="shop" value="cosmetics" />
6497 <reference ref="name_oh_wheelchair" />
6498 <reference ref="link_contact_address_payment" />
6499 </item> <!-- Cosmetics -->
6500 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6501 <link wiki="Tag:shop=perfumery" />
6502 <space />
6503 <key key="shop" value="perfumery" />
6504 <reference ref="name_oh_wheelchair" />
6505 <reference ref="link_contact_address_payment" />
6506 </item> <!-- Perfumery -->
6507 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
6508 <link wiki="Tag:shop=beauty" />
6509 <space />
6510 <key key="shop" value="beauty" />
6511 <reference ref="name_oh_wheelchair" />
6512 <reference ref="link_contact_address_payment" />
6513 </item> <!-- Beauty -->
6514 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
6515 <link wiki="Tag:shop=tobacco" />
6516 <space />
6517 <key key="shop" value="tobacco" />
6518 <reference ref="name_operator_oh_wheelchair" />
6519 <reference ref="link_contact_address_payment" />
6520 </item> <!-- Tobacco -->
6521 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6522 <link wiki="Tag:shop=e-cigarette" />
6523 <space />
6524 <key key="shop" value="e-cigarette" />
6525 <reference ref="name_operator_oh_wheelchair" />
6526 <reference ref="link_contact_address_payment" />
6527 </item> <!-- E-cigarette -->
6528 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
6529 <link wiki="Tag:shop=hairdresser" />
6530 <space />
6531 <key key="shop" value="hairdresser" />
6532 <reference ref="name_oh_wheelchair" />
6533 <checkgroup columns="3">
6534 <check key="female" text="Female" />
6535 <check key="male" text="Male" />
6536 <check key="unisex" text="Unisex" />
6537 </checkgroup>
6538 <reference ref="link_contact_address_payment" />
6539 </item> <!-- Hairdresser/Barber -->
6540 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6541 <link wiki="Tag:shop=massage" />
6542 <space />
6543 <key key="shop" value="massage" />
6544 <reference ref="name_oh_wheelchair" />
6545 <reference ref="link_contact_address_payment" />
6546 </item> <!-- Massage -->
6547 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6548 <link wiki="Tag:shop=tattoo" />
6549 <space />
6550 <key key="shop" value="tattoo" />
6551 <reference ref="name_oh_wheelchair" />
6552 <reference ref="link_contact_address_payment" />
6553 </item> <!-- Tattoo -->
6554 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6555 <link wiki="Tag:shop=optician" />
6556 <space />
6557 <key key="shop" value="optician" />
6558 <reference ref="name_oh_wheelchair" />
6559 <reference ref="link_contact_address_payment" />
6560 </item> <!-- Optician -->
6561 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
6562 <link wiki="Tag:shop=hearing_aids" />
6563 <space />
6564 <key key="shop" value="hearing_aids" />
6565 <reference ref="name_operator_oh_wheelchair" />
6566 <reference ref="link_contact_address_payment" />
6567 </item> <!-- Hearing Aids -->
6568 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
6569 <link wiki="Tag:shop=medical_supply" />
6570 <space />
6571 <key key="shop" value="medical_supply" />
6572 <reference ref="name_operator_oh_wheelchair" />
6573 <check key="dispensing" text="Dispensing" />
6574 <reference ref="link_contact_address_payment" />
6575 </item> <!-- Medical Supply -->
6576 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6577 <link wiki="Tag:shop=jewelry" />
6578 <space />
6579 <key key="shop" value="jewelry" />
6580 <reference ref="name_operator_oh_wheelchair" />
6581 <reference ref="link_contact_address_payment" />
6582 </item> <!-- Jewellery -->
6583 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
6584 <link wiki="Tag:shop=erotic" />
6585 <space />
6586 <key key="shop" value="erotic" />
6587 <reference ref="name_operator_oh_wheelchair" />
6588 <reference ref="min_age" />
6589 <reference ref="link_contact_address_payment" />
6590 </item> <!-- Erotic -->
6591 </group> <!-- For the body -->
6592 <group name="Other" icon="presets/shop/mall.svg">
6593 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6594 <link wiki="Tag:shop=department_store" />
6595 <space />
6596 <key key="shop" value="department_store" />
6597 <reference ref="name_operator_oh_wheelchair" />
6598 <reference ref="link_contact_address_payment" />
6599 </item> <!-- Department Store -->
6600 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6601 <link wiki="Tag:shop=mall" />
6602 <space />
6603 <key key="shop" value="mall" />
6604 <reference ref="name_operator_oh_wheelchair" />
6605 <reference ref="link_contact_address_payment" />
6606 </item> <!-- Mall -->
6607 <separator/>
6608 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6609 <link wiki="Tag:shop=florist" />
6610 <space />
6611 <key key="shop" value="florist" />
6612 <reference ref="name_oh_wheelchair" />
6613 <reference ref="link_contact_address_payment" />
6614 </item> <!-- Florist -->
6615 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
6616 <link wiki="Tag:shop=garden_centre" />
6617 <space />
6618 <key key="shop" value="garden_centre" />
6619 <reference ref="name_brand_oh_wheelchair" />
6620 <reference ref="link_contact_address_payment" />
6621 </item> <!-- Garden Centre -->
6622 <separator/>
6623 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6624 <link wiki="Tag:shop=doityourself" />
6625 <space />
6626 <key key="shop" value="doityourself" />
6627 <reference ref="name_brand_oh_wheelchair" />
6628 <reference ref="link_contact_address_payment" />
6629 </item> <!-- Do-It-Yourself Store -->
6630 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6631 <link wiki="Tag:shop=hardware" />
6632 <space />
6633 <key key="shop" value="hardware" />
6634 <reference ref="name_oh_wheelchair" />
6635 <reference ref="link_contact_address_payment" />
6636 </item> <!-- Hardware -->
6637 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
6638 <link wiki="Tag:shop=paint" />
6639 <space />
6640 <key key="shop" value="paint" />
6641 <reference ref="name_operator_oh_wheelchair" />
6642 <reference ref="link_contact_address_payment" />
6643 </item> <!-- Paint -->
6644 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
6645 <link wiki="Tag:shop=gas" />
6646 <space />
6647 <key key="shop" value="gas" />
6648 <reference ref="name_operator_oh_wheelchair" />
6649 <reference ref="link_contact_address_payment" />
6650 </item> <!-- Gas -->
6651 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
6652 <link wiki="Tag:shop=wholesale" />
6653 <space />
6654 <key key="shop" value="wholesale" />
6655 <text key="name" text="Name" />
6656 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
6657 <text key="operator" text="Operator" />
6658 <reference ref="oh_wheelchair" />
6659 <reference ref="link_contact_address_payment" />
6660 </item> <!-- Wholesale -->
6661 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
6662 <link wiki="Tag:shop=trade" />
6663 <space />
6664 <key key="shop" value="trade" />
6665 <text key="name" text="Name" />
6666 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows,wood" values_context="trade" />
6667 <text key="operator" text="Operator" />
6668 <reference ref="oh_wheelchair" />
6669 <reference ref="link_contact_address_payment" />
6670 </item> <!-- Trade -->
6671 <separator/>
6672 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
6673 <link wiki="Tag:shop=travel_agency" />
6674 <space />
6675 <key key="shop" value="travel_agency" />
6676 <reference ref="name_brand_oh_wheelchair" />
6677 <reference ref="link_contact_address_payment" />
6678 </item> <!-- Travel Agency -->
6679 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
6680 <link wiki="Tag:shop=scuba_diving" />
6681 <space />
6682 <key key="shop" value="scuba_diving" />
6683 <reference ref="name_brand_oh_wheelchair" />
6684 <reference ref="link_contact_address_payment" />
6685 </item> <!-- Scuba diving -->
6686 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6687 <link wiki="Tag:shop=musical_instrument" />
6688 <space />
6689 <key key="shop" value="musical_instrument" />
6690 <reference ref="name_operator_oh_wheelchair" />
6691 <reference ref="link_contact_address_payment" />
6692 </item> <!-- Musical Instrument -->
6693 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
6694 <link wiki="Tag:shop=toys" />
6695 <space />
6696 <key key="shop" value="toys" />
6697 <reference ref="name_oh_wheelchair" />
6698 <reference ref="link_contact_address_payment" />
6699 </item> <!-- Toys -->
6700 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
6701 <link wiki="Tag:shop=gift" />
6702 <space />
6703 <key key="shop" value="gift" />
6704 <reference ref="name_operator_oh_wheelchair" />
6705 <optional>
6706 <reference ref="religious" />
6707 </optional>
6708 <reference ref="link_contact_address_payment" />
6709 </item> <!-- Gift/Souvenir -->
6710 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6711 <link wiki="Tag:shop=variety_store" />
6712 <space />
6713 <key key="shop" value="variety_store" />
6714 <reference ref="name_operator_oh_wheelchair" />
6715 <reference ref="link_contact_address_payment" />
6716 </item> <!-- Variety Store -->
6717 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
6718 <link wiki="Tag:shop=party" />
6719 <space />
6720 <key key="shop" value="party" />
6721 <reference ref="name_operator_oh_wheelchair" />
6722 <reference ref="link_contact_address_payment" />
6723 </item> <!-- Party supplies -->
6724 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
6725 <link wiki="Tag:shop=charity" />
6726 <space />
6727 <key key="shop" value="charity" />
6728 <reference ref="name_operator_oh_wheelchair" />
6729 <reference ref="link_contact_address_payment" />
6730 </item> <!-- Charity -->
6731 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6732 <link wiki="Tag:shop=bookmaker" />
6733 <space />
6734 <key key="shop" value="bookmaker" />
6735 <reference ref="name_operator_oh_wheelchair" />
6736 <reference ref="link_contact_address_payment" />
6737 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6738 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6739 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6740 <preset_link preset_name="Casino" text="Similar but different tags:" />
6741 <preset_link preset_name="Lottery" text="Similar but different tags:" />
6742 </item> <!-- Bookmaker -->
6743 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6744 <link wiki="Tag:shop=lottery" />
6745 <space />
6746 <key key="shop" value="lottery" />
6747 <reference ref="name_operator_oh_wheelchair" />
6748 <reference ref="link_contact_address_payment" />
6749 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6750 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6751 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6752 <preset_link preset_name="Casino" text="Similar but different tags:" />
6753 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
6754 </item> <!-- Lottery -->
6755 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
6756 <link wiki="Tag:shop=bag" />
6757 <space />
6758 <key key="shop" value="bag" />
6759 <reference ref="name_oh_wheelchair" />
6760 <reference ref="link_contact_address_payment" />
6761 </item> <!-- Bag -->
6762 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6763 <link wiki="Tag:shop=pet" />
6764 <space />
6765 <key key="shop" value="pet" />
6766 <reference ref="name_oh_wheelchair" />
6767 <reference ref="link_contact_address_payment" />
6768 </item> <!-- Pet -->
6769 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
6770 <link wiki="Tag:shop=pet_grooming" />
6771 <space />
6772 <key key="shop" value="pet_grooming" />
6773 <reference ref="name_oh_wheelchair" />
6774 <reference ref="link_contact_address_payment" />
6775 </item> <!-- Pet grooming -->
6776 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6777 <link wiki="Tag:shop=photo" />
6778 <space />
6779 <key key="shop" value="photo" />
6780 <reference ref="name_oh_wheelchair" />
6781 <reference ref="link_contact_address_payment" />
6782 </item> <!-- Photo -->
6783 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
6784 <link wiki="Tag:shop=security" />
6785 <space />
6786 <key key="shop" value="security" />
6787 <reference ref="name_oh_wheelchair" />
6788 <reference ref="link_contact_address_payment" />
6789 </item> <!-- Security -->
6790 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
6791 <link wiki="Tag:shop=weapons" />
6792 <space />
6793 <key key="shop" value="weapons" />
6794 <reference ref="name_oh_wheelchair" />
6795 <reference ref="link_contact_address_payment" />
6796 </item> <!-- Weapons -->
6797 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6798 <link wiki="Tag:shop=funeral_directors" />
6799 <space />
6800 <key key="shop" value="funeral_directors" />
6801 <reference ref="name_oh_wheelchair" />
6802 <reference ref="link_contact_address_payment" />
6803 </item> <!-- Funeral Directors -->
6804 </group> <!-- Other -->
6805 <separator/>
6806 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
6807 <link wiki="Tag:amenity=vending_machine" />
6808 <space />
6809 <key key="amenity" value="vending_machine" />
6810 <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" />
6811 <text key="operator" text="Operator" />
6812 <text key="ref" text="Reference number" />
6813 <preset_link preset_name="Payment Methods" />
6814 </item> <!-- Vending Machine -->
6815 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6816 <link wiki="Key:payment" />
6817 <space />
6818 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
6819 <checkgroup columns="4">
6820 <check key="payment:coins" text="Coins" match="keyvalue" />
6821 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
6822 </checkgroup>
6823 <space />
6824 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
6825 <checkgroup columns="4">
6826 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
6827 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
6828 <check key="payment:girocard" text="Girocard" match="keyvalue" />
6829 <check key="payment:laser" text="Laser" match="keyvalue" />
6830 <check key="payment:maestro" text="Maestro" match="keyvalue" />
6831 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
6832 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
6833 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
6834 </checkgroup>
6835 <space />
6836 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
6837 <checkgroup columns="4">
6838 <check key="payment:american_express" text="American Express" match="keyvalue" />
6839 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
6840 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
6841 <check key="payment:jcb" text="JCB" match="keyvalue" />
6842 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
6843 <check key="payment:visa" text="Visa" match="keyvalue" />
6844 </checkgroup>
6845 <space />
6846 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
6847 <space />
6848 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
6849 <checkgroup columns="4">
6850 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
6851 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
6852 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
6853 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
6854 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
6855 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
6856 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
6857 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
6858 </checkgroup>
6859 <space />
6860 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
6861 <checkgroup columns="4">
6862 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
6863 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
6864 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
6865 </checkgroup>
6866 </item> <!-- Payment Methods -->
6867 </group> <!-- Shops -->
6868 <group name="Offices" icon="presets/office/private_company.svg">
6869 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6870 <link wiki="Tag:office=accountant" />
6871 <space />
6872 <key key="office" value="accountant" />
6873 <reference ref="name_operator_oh_wheelchair" />
6874 <reference ref="link_contact_address" />
6875 </item> <!-- Accountant -->
6876 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6877 <link wiki="Tag:office=advertising_agency" />
6878 <space />
6879 <key key="office" value="advertising_agency" />
6880 <reference ref="name_operator_oh_wheelchair" />
6881 <reference ref="link_contact_address" />
6882 </item> <!-- Advertising agency -->
6883 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6884 <link wiki="Tag:office=architect" />
6885 <space />
6886 <key key="office" value="architect" />
6887 <reference ref="name_operator_oh_wheelchair" />
6888 <reference ref="link_contact_address" />
6889 </item> <!-- Architect -->
6890 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6891 <link wiki="Tag:office=association" />
6892 <space />
6893 <key key="office" value="association" />
6894 <reference ref="name_operator_oh_wheelchair" />
6895 <reference ref="link_contact_address" />
6896 </item> <!-- Association -->
6897 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6898 <link wiki="Tag:office=company" />
6899 <space />
6900 <key key="office" value="company" />
6901 <reference ref="name_oh_wheelchair" />
6902 <reference ref="link_contact_address" />
6903 </item> <!-- Private company -->
6904 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6905 <link wiki="Tag:office=educational_institution" />
6906 <space />
6907 <key key="office" value="educational_institution" />
6908 <reference ref="name_operator_oh_wheelchair" />
6909 <reference ref="link_contact_address" />
6910 </item> <!-- Educational institution -->
6911 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6912 <link wiki="Tag:office=employment_agency" />
6913 <space />
6914 <key key="office" value="employment_agency" />
6915 <reference ref="name_brand_operator_oh_wheelchair" />
6916 <reference ref="link_contact_address" />
6917 </item> <!-- Employment agency -->
6918 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6919 <link wiki="Tag:office=estate_agent" />
6920 <space />
6921 <key key="office" value="estate_agent" />
6922 <reference ref="name_operator_oh_wheelchair" />
6923 <reference ref="link_contact_address" />
6924 </item> <!-- Estate agent -->
6925 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6926 <link wiki="Tag:office=foundation" />
6927 <space />
6928 <key key="office" value="foundation" />
6929 <reference ref="name_brand_operator_oh_wheelchair" />
6930 <reference ref="link_contact_address" />
6931 </item> <!-- Foundation -->
6932 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6933 <link wiki="Tag:office=government" />
6934 <space />
6935 <key key="office" value="government" />
6936 <text key="name" text="Name" />
6937 <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" />
6938 <reference ref="oh_wheelchair" />
6939 <reference ref="link_contact_address" />
6940 </item> <!-- Government -->
6941 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6942 <link wiki="Tag:office=insurance" />
6943 <space />
6944 <key key="office" value="insurance" />
6945 <reference ref="name_brand_operator_oh_wheelchair" />
6946 <reference ref="link_contact_address" />
6947 </item> <!-- Insurance -->
6948 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6949 <link wiki="Tag:office=it" />
6950 <space />
6951 <key key="office" value="it" />
6952 <reference ref="name_oh_wheelchair" />
6953 <reference ref="link_contact_address" />
6954 </item> <!-- It specialist -->
6955 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6956 <link wiki="Tag:office=lawyer" />
6957 <space />
6958 <key key="office" value="lawyer" />
6959 <reference ref="name_operator_oh_wheelchair" />
6960 <reference ref="link_contact_address" />
6961 </item> <!-- Lawyer -->
6962 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6963 <link wiki="Tag:office=newspaper" />
6964 <space />
6965 <key key="office" value="newspaper" />
6966 <reference ref="name_operator_oh_wheelchair" />
6967 <reference ref="link_contact_address" />
6968 </item> <!-- Newspaper -->
6969 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6970 <link wiki="Tag:office=ngo" />
6971 <space />
6972 <key key="office" value="ngo" />
6973 <reference ref="name_brand_operator_oh_wheelchair" />
6974 <reference ref="link_contact_address" />
6975 </item> <!-- Non-governmental organisation (NGO) -->
6976 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6977 <link wiki="Tag:office=notary" />
6978 <space />
6979 <key key="office" value="notary" />
6980 <reference ref="name_oh_wheelchair" />
6981 <reference ref="link_contact_address" />
6982 </item> <!-- Notary -->
6983 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6984 <link wiki="Tag:office=political_party" />
6985 <space />
6986 <key key="office" value="political_party" />
6987 <reference ref="name_oh_wheelchair" />
6988 <reference ref="link_contact_address" />
6989 </item> <!-- Political party -->
6990 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6991 <link wiki="Tag:office=religion" />
6992 <space />
6993 <key key="office" value="religion" />
6994 <text key="name" text="Name" />
6995 <reference ref="religious" />
6996 <reference ref="oh_wheelchair" />
6997 <reference ref="link_contact_address" />
6998 </item> <!-- Religion -->
6999 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7000 <link wiki="Tag:office=research" />
7001 <space />
7002 <key key="office" value="research" />
7003 <reference ref="name_operator_oh_wheelchair" />
7004 <reference ref="link_contact_address" />
7005 </item> <!-- Research -->
7006 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7007 <link wiki="Tag:office=tax_advisor" />
7008 <space />
7009 <key key="office" value="tax_advisor" />
7010 <reference ref="name_brand_operator_oh_wheelchair" />
7011 <reference ref="link_contact_address" />
7012 </item> <!-- Tax advisor -->
7013 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7014 <link wiki="Tag:office=telecommunication" />
7015 <space />
7016 <key key="office" value="telecommunication" />
7017 <reference ref="name_brand_operator_oh_wheelchair" />
7018 <reference ref="link_contact_address" />
7019 </item> <!-- Telecommunication -->
7020 </group> <!-- Offices -->
7021 <group name="Craft" icon="presets/craft/painter.svg">
7022 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
7023 <link wiki="Tag:craft=beekeeper" />
7024 <space />
7025 <key key="craft" value="beekeeper" />
7026 <reference ref="name_operator_oh_wheelchair" />
7027 <reference ref="link_contact_address" />
7028 </item> <!-- Beekeeper -->
7029 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
7030 <link wiki="Tag:craft=brewery" />
7031 <space />
7032 <key key="craft" value="brewery" />
7033 <reference ref="name_operator_oh_wheelchair" />
7034 <reference ref="link_contact_address" />
7035 </item> <!-- Brewery -->
7036 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
7037 <link wiki="Tag:craft=winery" />
7038 <space />
7039 <key key="craft" value="winery" />
7040 <reference ref="name_operator_oh_wheelchair" />
7041 <reference ref="link_contact_address" />
7042 </item> <!-- Winery -->
7043 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
7044 <link wiki="Tag:craft=caterer" />
7045 <space />
7046 <key key="craft" value="caterer" />
7047 <reference ref="name_operator_oh_wheelchair" />
7048 <reference ref="link_contact_address" />
7049 </item> <!-- Caterer -->
7050 <separator/> <!-- food group -->
7051 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7052 <link wiki="Tag:craft=upholsterer" />
7053 <space />
7054 <key key="craft" value="upholsterer" />
7055 <reference ref="name_operator_oh_wheelchair" />
7056 <reference ref="link_contact_address" />
7057 </item> <!-- Upholsterer -->
7058 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7059 <link wiki="Tag:craft=key_cutter" />
7060 <space />
7061 <key key="craft" value="key_cutter" />
7062 <reference ref="name_operator_oh_wheelchair" />
7063 <reference ref="link_contact_address" />
7064 </item> <!-- Key cutter -->
7065 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7066 <link wiki="Tag:craft=locksmith" />
7067 <space />
7068 <key key="craft" value="locksmith" />
7069 <reference ref="name_operator_oh_wheelchair" />
7070 <reference ref="link_contact_address" />
7071 </item> <!-- Locksmith -->
7072 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7073 <link wiki="Tag:craft=electrician" />
7074 <space />
7075 <key key="craft" value="electrician" />
7076 <reference ref="name_operator_oh_wheelchair" />
7077 <reference ref="link_contact_address" />
7078 </item> <!-- Electrician -->
7079 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
7080 <link wiki="Tag:craft=plumber" />
7081 <space />
7082 <key key="craft" value="plumber" />
7083 <reference ref="name_operator_oh_wheelchair" />
7084 <reference ref="link_contact_address" />
7085 </item> <!-- Plumber -->
7086 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
7087 <link wiki="Tag:craft=hvac" />
7088 <space />
7089 <key key="craft" value="hvac" />
7090 <reference ref="name_operator_oh_wheelchair" />
7091 <reference ref="link_contact_address" />
7092 </item> <!-- Hvac -->
7093 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7094 <link wiki="Tag:craft=painter" />
7095 <space />
7096 <key key="craft" value="painter" />
7097 <reference ref="name_operator_oh_wheelchair" />
7098 <reference ref="link_contact_address" />
7099 </item> <!-- Painter -->
7100 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
7101 <link wiki="Tag:craft=tiler" />
7102 <space />
7103 <key key="craft" value="tiler" />
7104 <reference ref="name_operator_oh_wheelchair" />
7105 <reference ref="link_contact_address" />
7106 </item> <!-- Tiler -->
7107 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7108 <link wiki="Tag:craft=window_construction" />
7109 <space />
7110 <key key="craft" value="window_construction" />
7111 <reference ref="name_operator_oh_wheelchair" />
7112 <reference ref="link_contact_address" />
7113 </item> <!-- Window construction -->
7114 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7115 <link wiki="Tag:craft=carpenter" />
7116 <space />
7117 <key key="craft" value="carpenter" />
7118 <reference ref="name_operator_oh_wheelchair" />
7119 <reference ref="link_contact_address" />
7120 </item> <!-- Carpenter -->
7121 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7122 <link wiki="Tag:craft=roofer" />
7123 <space />
7124 <key key="craft" value="roofer" />
7125 <reference ref="name_operator_oh_wheelchair" />
7126 <reference ref="link_contact_address" />
7127 </item> <!-- Roofer -->
7128 <separator/> <!-- apartment/house group -->
7129 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7130 <link wiki="Tag:craft=photographer" />
7131 <space />
7132 <key key="craft" value="photographer" />
7133 <reference ref="name_operator_oh_wheelchair" />
7134 <reference ref="link_contact_address" />
7135 </item> <!-- Photographer -->
7136 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
7137 <link wiki="Tag:craft=handicraft" />
7138 <space />
7139 <key key="craft" value="handicraft" />
7140 <reference ref="name_operator_oh_wheelchair" />
7141 <reference ref="link_contact_address" />
7142 </item> <!-- Handicraft -->
7143 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7144 <link wiki="Tag:craft=pottery" />
7145 <space />
7146 <key key="craft" value="pottery" />
7147 <reference ref="name_operator_oh_wheelchair" />
7148 <reference ref="link_contact_address" />
7149 </item> <!-- Pottery -->
7150 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7151 <link wiki="Tag:craft=gardener" />
7152 <space />
7153 <key key="craft" value="gardener" />
7154 <reference ref="name_operator_oh_wheelchair" />
7155 <reference ref="link_contact_address" />
7156 </item> <!-- Gardener -->
7157 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7158 <link wiki="Tag:craft=shoemaker" />
7159 <space />
7160 <key key="craft" value="shoemaker" />
7161 <reference ref="name_operator_oh_wheelchair" />
7162 <reference ref="link_contact_address" />
7163 </item> <!-- Shoemaker -->
7164 <separator/> <!-- other "soft"/art craft group -->
7165 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7166 <link wiki="Tag:craft=sawmill" />
7167 <space />
7168 <key key="craft" value="sawmill" />
7169 <reference ref="name_operator_oh_wheelchair" />
7170 <reference ref="link_contact_address" />
7171 </item> <!-- Sawmill -->
7172 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7173 <link wiki="Tag:craft=stonemason" />
7174 <space />
7175 <key key="craft" value="stonemason" />
7176 <reference ref="name_operator_oh_wheelchair" />
7177 <reference ref="link_contact_address" />
7178 </item> <!-- Stonemason -->
7179 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7180 <link wiki="Tag:craft=blacksmith" />
7181 <space />
7182 <key key="craft" value="blacksmith" />
7183 <reference ref="name_operator_oh_wheelchair" />
7184 <reference ref="link_contact_address" />
7185 </item> <!-- Blacksmith -->
7186 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7187 <link wiki="Tag:craft=metal_construction" />
7188 <space />
7189 <key key="craft" value="metal_construction" />
7190 <reference ref="name_operator_oh_wheelchair" />
7191 <reference ref="link_contact_address" />
7192 </item> <!-- Metal construction -->
7193 <!-- other "hard" craft group -->
7194 </group> <!-- Craft -->
7195 <group name="Geography" icon="presets/landmark/peak.svg">
7196 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7197 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7198 <link wiki="Tag:boundary=administrative" />
7199 <space />
7200 <key key="boundary" value="administrative" />
7201 <text key="name" text="Name" />
7202 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7203 <check key="maritime" text="Maritime" disable_off="true" />
7204 </item> <!-- Administrative -->
7205 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7206 <link wiki="Tag:boundary=political" />
7207 <space />
7208 <key key="boundary" value="political" />
7209 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7210 <text key="name" text="Name" />
7211 </item> <!-- Political -->
7212 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7213 <link wiki="Tag:boundary=postal_code" />
7214 <space />
7215 <key key="boundary" value="postal_code" />
7216 <text key="postal_code" text="Postal Code" />
7217 </item> <!-- Postal Code -->
7218 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7219 <link wiki="Tag:boundary=national_park" />
7220 <space />
7221 <key key="boundary" value="national_park" />
7222 <text key="name" text="Name" />
7223 </item> <!-- National Park -->
7224 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7225 <link wiki="Tag:boundary=protected_area" />
7226 <space />
7227 <key key="boundary" value="protected_area" />
7228 <text key="protect_class" text="Protect Class" length="2" />
7229 <text key="protection_title" text="Title or type of protection" />
7230 <optional>
7231 <reference ref="name_operator" />
7232 <reference ref="oh" />
7233 <text key="wikipedia" text="Wikipedia" />
7234 <text key="start_date" text="Start date" />
7235 </optional>
7236 </item> <!-- Protected Area -->
7237 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7238 <link wiki="Tag:boundary=maritime" />
7239 <space />
7240 <key key="boundary" value="maritime" />
7241 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7242 <text key="name" text="Name" />
7243 </item> <!-- Maritime -->
7244 </group> <!-- Boundaries -->
7245 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7246 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7247 <link wiki="Tag:place=continent" />
7248 <space />
7249 <key key="place" value="continent" />
7250 <reference ref="name_wikipedia" />
7251 </item> <!-- Continent -->
7252 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7253 <link wiki="Tag:place=country" />
7254 <space />
7255 <key key="place" value="country" />
7256 <reference ref="name_wikipedia" />
7257 </item> <!-- Country -->
7258 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7259 <link wiki="Tag:place=state" />
7260 <space />
7261 <key key="place" value="state" />
7262 <reference ref="name_wikipedia" />
7263 </item> <!-- State -->
7264 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7265 <link wiki="Tag:place=region" />
7266 <space />
7267 <key key="place" value="region" />
7268 <reference ref="name_wikipedia" />
7269 </item> <!-- Region -->
7270 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7271 <link wiki="Tag:place=county" />
7272 <space />
7273 <key key="place" value="county" />
7274 <reference ref="name_wikipedia" />
7275 <reference ref="population_postcode_website" />
7276 </item> <!-- County -->
7277 <separator/>
7278 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7279 <link wiki="Tag:place=city" />
7280 <space />
7281 <key key="place" value="city" />
7282 <reference ref="name_wikipedia" />
7283 <reference ref="population_postcode_website" />
7284 </item> <!-- City -->
7285 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7286 <link wiki="Tag:place=town" />
7287 <space />
7288 <key key="place" value="town" />
7289 <reference ref="name_wikipedia" />
7290 <reference ref="population_postcode_website" />
7291 </item> <!-- Town -->
7292 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7293 <link wiki="Tag:place=village" />
7294 <space />
7295 <key key="place" value="village" />
7296 <reference ref="name_wikipedia" />
7297 <reference ref="population_postcode_website" />
7298 </item> <!-- Village -->
7299 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7300 <link wiki="Tag:place=hamlet" />
7301 <space />
7302 <key key="place" value="hamlet" />
7303 <reference ref="name_wikipedia" />
7304 <reference ref="population_postcode_website" />
7305 </item> <!-- Hamlet -->
7306 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7307 <link wiki="Tag:place=isolated_dwelling" />
7308 <space />
7309 <key key="place" value="isolated_dwelling" />
7310 <reference ref="name_wikipedia" />
7311 <reference ref="population_postcode_website" />
7312 </item> <!-- Isolated Dwelling -->
7313 <separator/>
7314 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7315 <link wiki="Tag:place=suburb" />
7316 <space />
7317 <key key="place" value="suburb" />
7318 <reference ref="name_wikipedia" />
7319 <reference ref="population_postcode_website" />
7320 </item> <!-- Suburb -->
7321 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7322 <link wiki="Tag:place=quarter" />
7323 <space />
7324 <key key="place" value="quarter" />
7325 <reference ref="name_wikipedia" />
7326 <text key="population" text="Population" />
7327 <text key="website" text="Website" />
7328 </item> <!-- Quarter -->
7329 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7330 <link wiki="Tag:place=neighbourhood" />
7331 <space />
7332 <key key="place" value="neighbourhood" />
7333 <reference ref="name_wikipedia" />
7334 <text key="population" text="Population" />
7335 <text key="website" text="Website" />
7336 </item> <!-- Neighbourhood -->
7337 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7338 <link wiki="Tag:place=farm" />
7339 <space />
7340 <label text="A farm within a bigger settlement" />
7341 <label text="(please use isolated_dwelling for an isolated farm)" />
7342 <key key="place" value="farm" />
7343 <reference ref="name_wikipedia" />
7344 <reference ref="population_postcode_website" />
7345 </item> <!-- Farm -->
7346 <separator/>
7347 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7348 <link wiki="Tag:place=locality" />
7349 <space />
7350 <key key="place" value="locality" />
7351 <reference ref="name_wikipedia" />
7352 </item> <!-- Locality -->
7353 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7354 <link wiki="Tag:place=square" />
7355 <space />
7356 <key key="place" value="square" />
7357 <reference ref="name_wikipedia" />
7358 </item> <!-- Square -->
7359 </group> <!-- Places -->
7360 <group name="Geography" icon="presets/landmark/peak.svg">
7361 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7362 <link wiki="Tag:natural=peak" />
7363 <label text="The top (summit) of a mountain or hill." />
7364 <space />
7365 <key key="natural" value="peak" />
7366 <reference ref="name_wikipedia" />
7367 <text key="ele" text="Elevation (meters)" length="10" />
7368 </item> <!-- Peak -->
7369 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7370 <link wiki="Tag:natural=saddle" />
7371 <label text="A saddle point between mountains or hills." />
7372 <space/>
7373 <key key="natural" value="saddle" />
7374 <reference ref="name_wikipedia" />
7375 <text key="ele" text="Elevation (meters)" length="10" />
7376 </item> <!-- Saddle -->
7377 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7378 <link wiki="Tag:natural=glacier" />
7379 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7380 <space />
7381 <key key="natural" value="glacier" />
7382 <reference ref="name_wikipedia" />
7383 <text key="ele" text="Elevation (meters)" length="10" />
7384 </item> <!-- Glacier -->
7385 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7386 <link wiki="Tag:natural=volcano" />
7387 <label text="A volcano, either dormant, extinct or active." />
7388 <space />
7389 <key key="natural" value="volcano" />
7390 <reference ref="name_wikipedia" />
7391 <text key="ele" text="Elevation (meters)" length="10" />
7392 <optional>
7393 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7394 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7395 </optional>
7396 </item> <!-- Volcano -->
7397 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7398 <link wiki="Tag:natural=ridge" />
7399 <label text="A mountain or hill ridge." />
7400 <space />
7401 <key key="natural" value="ridge" />
7402 <reference ref="name_wikipedia" />
7403 <text key="ele" text="Elevation (meters)" length="10" />
7404 </item> <!-- Ridge -->
7405 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7406 <link wiki="Tag:natural=valley" />
7407 <label text="A low area between hills." />
7408 <space />
7409 <key key="natural" value="valley" />
7410 <reference ref="name_wikipedia" />
7411 </item> <!-- Valley -->
7412 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7413 <link wiki="Tag:natural=cliff" />
7414 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7415 <space />
7416 <key key="natural" value="cliff" />
7417 <text key="name" text="Name" />
7418 <text key="height" text="Height (meters)" length="7" />
7419 </item> <!-- Cliff -->
7420 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
7421 <link wiki="Tag:natural=cave_entrance" />
7422 <label text="The entrance to a cave." />
7423 <space />
7424 <key key="natural" value="cave_entrance" />
7425 <reference ref="name_wikipedia" />
7426 <reference ref="oh_wheelchair" />
7427 <reference ref="POI_access" />
7428 <reference ref="fee" />
7429 </item> <!-- Cave Entrance -->
7430 <separator/>
7431 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
7432 <link wiki="Tag:place=island" />
7433 <space />
7434 <key key="place" value="island" />
7435 <reference ref="name_wikipedia" />
7436 </item> <!-- Island -->
7437 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7438 <link wiki="Tag:place=islet" />
7439 <space />
7440 <key key="place" value="islet" />
7441 <reference ref="name_wikipedia" />
7442 </item> <!-- Islet -->
7443 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
7444 <link wiki="Tag:natural=reef" />
7445 <space />
7446 <key key="natural" value="reef" />
7447 <text key="name" text="Name" />
7448 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
7449 </item> <!-- Reef -->
7450 </group> <!-- Geography -->
7451 <group name="Nature" icon="presets/landmark/trees.svg">
7452 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
7453 <link wiki="Tag:natural=tree" />
7454 <label text="A single tree." />
7455 <space />
7456 <key key="natural" value="tree" />
7457 <reference ref="leaf_without_mixed" />
7458 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7459 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7460 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7461 <list_entry value="avenue" short_description="Trees aligned along a road." />
7462 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7463 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7464 </combo>
7465 <optional>
7466 <reference ref="genus_species_taxon" />
7467 <space />
7468 <text key="height" text="Height (meters)" length="7" />
7469 <text key="diameter_crown" text="Diameter crown (meters)" />
7470 <text key="circumference" text="Circumference (meters)" />
7471 <space />
7472 <text key="name" text="Name" />
7473 <text key="start_date" text="Start date" />
7474 </optional>
7475 </item> <!-- Tree -->
7476 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
7477 <link wiki="Tag:natural=tree_row" />
7478 <label text="A line of trees." />
7479 <space />
7480 <key key="natural" value="tree_row" />
7481 <reference ref="leaf" />
7482 <optional>
7483 <reference ref="genus_species_taxon" />
7484 <text key="height" text="Height (meters)" length="7" />
7485 </optional>
7486 </item> <!-- Tree Row -->
7487 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
7488 <link wiki="Tag:natural=wood" />
7489 <label text="Woodland where timber production does not dominate use." />
7490 <space />
7491 <key key="natural" value="wood" />
7492 <text key="name" text="Name" />
7493 <reference ref="leaf" />
7494 </item> <!-- Wood -->
7495 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
7496 <link wiki="Tag:landuse=forest" />
7497 <space />
7498 <key key="landuse" value="forest" />
7499 <reference ref="leaf" />
7500 <reference ref="optional_name" />
7501 </item> <!-- Forest -->
7502 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
7503 <link wiki="Tag:man_made=cutline" />
7504 <space />
7505 <key key="man_made" value="cutline" />
7506 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7507 </item> <!-- Cutline -->
7508 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7509 <link wiki="Tag:natural=grassland" />
7510 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
7511 <space />
7512 <key key="natural" value="grassland" />
7513 <text key="name" text="Name" />
7514 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
7515 </item> <!-- Grassland -->
7516 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
7517 <link wiki="Tag:leisure=nature_reserve" />
7518 <space />
7519 <key key="leisure" value="nature_reserve" />
7520 <text key="name" text="Name" />
7521 </item> <!-- Nature Reserve -->
7522 <separator/>
7523 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
7524 <link wiki="Tag:natural=scree" />
7525 <label text="An accumulation of loose angular rocks." />
7526 <space />
7527 <key key="natural" value="scree" />
7528 <text key="name" text="Name" />
7529 </item> <!-- Scree -->
7530 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
7531 <link wiki="Tag:natural=shingle" />
7532 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7533 <space />
7534 <key key="natural" value="shingle" />
7535 <text key="name" text="Name" />
7536 </item> <!-- Shingle -->
7537 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
7538 <link wiki="Tag:natural=fell" />
7539 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
7540 <space />
7541 <key key="natural" value="fell" />
7542 <text key="name" text="Name" />
7543 </item> <!-- Fell -->
7544 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
7545 <link wiki="Tag:natural=scrub" />
7546 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
7547 <space />
7548 <key key="natural" value="scrub" />
7549 <text key="name" text="Name" />
7550 <optional>
7551 <reference ref="leaf" />
7552 </optional>
7553 </item> <!-- Scrub -->
7554 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
7555 <link wiki="Tag:natural=heath" />
7556 <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." />
7557 <space />
7558 <key key="natural" value="heath" />
7559 <text key="name" text="Name" />
7560 </item> <!-- Heath -->
7561 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
7562 <link wiki="Tag:natural=sand" />
7563 <label text="Large area covered with sand." />
7564 <space />
7565 <key key="natural" value="sand" />
7566 <text key="name" text="Name" />
7567 </item> <!-- Sand -->
7568 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
7569 <link wiki="Tag:natural=bare_rock" />
7570 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
7571 <space />
7572 <key key="natural" value="bare_rock" />
7573 <text key="name" text="Name" />
7574 </item> <!-- Bare Rock -->
7575 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
7576 <link wiki="Tag:natural=rock" />
7577 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
7578 <space />
7579 <key key="natural" value="rock" />
7580 <reference ref="name_wikipedia" />
7581 <optional>
7582 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
7583 </optional>
7584 </item> <!-- Rock -->
7585 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
7586 <link wiki="Tag:natural=stone" />
7587 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
7588 <space />
7589 <key key="natural" value="stone" />
7590 <reference ref="name_wikipedia" />
7591 <optional>
7592 <text key="height" text="Height (meters)" length="7" />
7593 <text key="width" text="Width (meters)" />
7594 </optional>
7595 </item> <!-- Stone -->
7596 </group> <!-- Nature -->
7597 <group name="Land use" icon="presets/landuse/farmland.svg">
7598 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
7599 <link wiki="Tag:landuse=farmyard" />
7600 <space />
7601 <key key="landuse" value="farmyard" />
7602 <reference ref="optional_name" />
7603 </item> <!-- Farmyard -->
7604 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
7605 <link wiki="Tag:landuse=farmland" />
7606 <space />
7607 <key key="landuse" value="farmland" />
7608 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
7609 <reference ref="optional_name" />
7610 </item> <!-- Farmland -->
7611 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7612 <link wiki="Tag:landuse=meadow" />
7613 <space />
7614 <key key="landuse" value="meadow" />
7615 <reference ref="optional_name" />
7616 </item> <!-- Meadow -->
7617 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
7618 <link wiki="Tag:landuse=orchard" />
7619 <space />
7620 <key key="landuse" value="orchard" />
7621 <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" />
7622 <reference ref="optional_name" />
7623 </item> <!-- Orchard -->
7624 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
7625 <link wiki="Tag:landuse=vineyard" />
7626 <space />
7627 <key key="landuse" value="vineyard" />
7628 <key key="crop" value="grape" match="keyvalue" />
7629 <reference ref="optional_name" />
7630 </item> <!-- Vineyard -->
7631 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
7632 <link wiki="Tag:landuse=greenhouse_horticulture" />
7633 <space />
7634 <key key="landuse" value="greenhouse_horticulture" />
7635 <reference ref="optional_name_operator" />
7636 </item> <!-- Greenhouse Horticulture -->
7637 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
7638 <link wiki="Tag:landuse=plant_nursery" />
7639 <key key="landuse" value="plant_nursery" />
7640 <reference ref="optional_name_operator" />
7641 <space />
7642 <reference ref="leaf" />
7643 <reference ref="genus_species_taxon" />
7644 </item> <!-- Plant Nursery -->
7645 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
7646 <link wiki="Tag:landuse=salt_pond" />
7647 <space />
7648 <key key="landuse" value="salt_pond" />
7649 <reference ref="optional_name_operator" />
7650 </item> <!-- Salt Pond -->
7651 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
7652 <link wiki="Tag:landuse=aquaculture" />
7653 <space />
7654 <key key="landuse" value="aquaculture" />
7655 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
7656 <reference ref="optional_name_operator" />
7657 </item> <!-- Aquaculture -->
7658 <separator/>
7659 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
7660 <link wiki="Tag:landuse=allotments" />
7661 <space />
7662 <key key="landuse" value="allotments" />
7663 <reference ref="optional_name" />
7664 </item> <!-- Allotments -->
7665 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
7666 <link wiki="Tag:landuse=flowerbed" />
7667 <space />
7668 <key key="landuse" value="flowerbed" />
7669 <optional>
7670 <text key="operator" text="Operator" />
7671 <reference ref="genus_species_taxon" />
7672 </optional>
7673 </item> <!-- Flowerbed -->
7674 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
7675 <link wiki="Tag:leisure=garden" />
7676 <space />
7677 <key key="leisure" value="garden" />
7678 <reference ref="optional_name" />
7679 </item> <!-- Garden -->
7680 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7681 <link wiki="Tag:landuse=grass" />
7682 <space />
7683 <key key="landuse" value="grass" />
7684 <reference ref="optional_name" />
7685 </item> <!-- Grass -->
7686 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7687 <link wiki="Tag:landuse=village_green" />
7688 <space />
7689 <key key="landuse" value="village_green" />
7690 <reference ref="optional_name" />
7691 </item> <!-- Village Green -->
7692 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
7693 <link wiki="Tag:leisure=park" />
7694 <space />
7695 <key key="leisure" value="park" />
7696 <reference ref="optional_name" />
7697 </item> <!-- Park -->
7698 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7699 <link wiki="Tag:landuse=recreation_ground" />
7700 <space />
7701 <key key="landuse" value="recreation_ground" />
7702 <reference ref="optional_name" />
7703 </item> <!-- Recreation Ground -->
7704 <separator/>
7705 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
7706 <link wiki="Tag:landuse=religious" />
7707 <space />
7708 <key key="landuse" value="religious" />
7709 <text key="name" text="Name" />
7710 <reference ref="religious" />
7711 </item> <!-- Religious -->
7712 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
7713 <link wiki="Tag:landuse=cemetery" />
7714 <space />
7715 <key key="landuse" value="cemetery" />
7716 <text key="name" text="Name" />
7717 <reference ref="religious" />
7718 </item> <!-- Cemetery -->
7719 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
7720 <link wiki="Tag:amenity=grave_yard" />
7721 <space />
7722 <key key="amenity" value="grave_yard" />
7723 <text key="name" text="Name" />
7724 <reference ref="religious" />
7725 </item> <!-- Graveyard -->
7726 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
7727 <link wiki="Tag:cemetery=sector" />
7728 <space />
7729 <key key="cemetery" value="sector" />
7730 <optional>
7731 <text key="ref" text="Reference" />
7732 <text key="name" text="Name" />
7733 </optional>
7734 </item> <!-- Cemetery sector-->
7735 <separator/>
7736 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
7737 <link wiki="Tag:landuse=residential" />
7738 <space />
7739 <key key="landuse" value="residential" />
7740 <reference ref="optional_name" />
7741 </item> <!-- Residential Area -->
7742 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
7743 <link wiki="Tag:landuse=retail" />
7744 <space />
7745 <key key="landuse" value="retail" />
7746 <reference ref="optional_name" />
7747 </item> <!-- Retail -->
7748 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
7749 <link wiki="Tag:landuse=commercial" />
7750 <space />
7751 <key key="landuse" value="commercial" />
7752 <reference ref="optional_name" />
7753 </item> <!-- Commercial -->
7754 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
7755 <link wiki="Tag:landuse=industrial" />
7756 <space />
7757 <key key="landuse" value="industrial" />
7758 <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" />
7759 <reference ref="optional_name" />
7760 </item> <!-- Industrial -->
7761 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
7762 <link wiki="Tag:landuse=garages" />
7763 <space />
7764 <key key="landuse" value="garages" />
7765 <reference ref="optional_name_operator" />
7766 </item> <!-- Garages -->
7767 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
7768 <link wiki="Tag:landuse=railway" />
7769 <space />
7770 <key key="landuse" value="railway" />
7771 <reference ref="optional_name" />
7772 </item> <!-- Railway Land -->
7773 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
7774 <link wiki="Tag:landuse=military" />
7775 <space />
7776 <key key="landuse" value="military" />
7777 <reference ref="optional_name" />
7778 </item> <!-- Military -->
7779 <separator/>
7780 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
7781 <link wiki="Tag:landuse=construction" />
7782 <space />
7783 <key key="landuse" value="construction" />
7784 <reference ref="optional_name" />
7785 </item> <!-- Construction Area -->
7786 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
7787 <link wiki="Tag:landuse=brownfield" />
7788 <space />
7789 <key key="landuse" value="brownfield" />
7790 <reference ref="optional_name" />
7791 </item> <!-- Brownfield -->
7792 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
7793 <link wiki="Tag:landuse=greenfield" />
7794 <space />
7795 <key key="landuse" value="greenfield" />
7796 <reference ref="optional_name" />
7797 </item> <!-- Greenfield -->
7798 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
7799 <link wiki="Tag:landuse=landfill" />
7800 <space />
7801 <key key="landuse" value="landfill" />
7802 <reference ref="optional_name" />
7803 </item> <!-- Landfill -->
7804 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
7805 <link wiki="Tag:landuse=quarry" />
7806 <space />
7807 <key key="landuse" value="quarry" />
7808 <reference ref="name_operator" />
7809 <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" />
7810 </item> <!-- Quarry -->
7811 </group> <!-- Landuse -->
7812 </group> <!-- Geography -->
7813 <group name="Annotation" icon="presets/misc/housenumber.svg">
7814 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7815 <link wiki="Key:name" />
7816 <space />
7817 <text key="name" text="Name" />
7818 <optional>
7819 <text key="alt_name" text="Alternative name" match="key" />
7820 <text key="old_name" text="Historical name" match="key" />
7821 <text key="loc_name" text="Local name" match="key" />
7822 <text key="reg_name" text="Regional name" match="key" />
7823 <text key="nat_name" text="National name" match="key" />
7824 <text key="int_name" text="International name" match="key" />
7825 <text key="official_name" text="Official name" match="key" />
7826 <text key="short_name" text="Common name abbreviation" match="key" />
7827 </optional>
7828 </item> <!-- Name -->
7829 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7830 <link wiki="Key:addr" />
7831 <space />
7832 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
7833 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7834 <optional>
7835 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7836 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
7837 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
7838 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
7839 </optional>
7840 <optional text="Optional values for specific countries">
7841 <text key="addr:unit" text="Unit/Suite" match="key" />
7842 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
7843 <text key="addr:hamlet" text="Hamlet" match="key" />
7844 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
7845 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
7846 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
7847 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
7848 <!-- US States as defined in ISO 3166-2 -->
7849 <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" />
7850 </optional>
7851 </item> <!-- Address -->
7852 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
7853 <link wiki="Key:addr" />
7854 <space />
7855 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
7856 <optional>
7857 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
7858 </optional>
7859 </item> <!-- Address Interpolation -->
7860 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7861 <link wiki="Annotations" />
7862 <space />
7863 <text key="website" text="Website" match="key" />
7864 <text key="email" text="Email Address" match="key" />
7865 <space />
7866 <text key="phone" text="Phone number" match="key" />
7867 <text key="fax" text="Fax Number" match="key" />
7868 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7869 <space />
7870 <text key="wikipedia" text="Wikipedia" />
7871 <text key="image" text="Image" />
7872 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
7873 </item> <!-- Contact (Common Schema) -->
7874 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7875 <link wiki="Key:contact" />
7876 <space />
7877 <text key="contact:website" text="Website" match="key" />
7878 <text key="contact:email" text="Email Address" match="key" />
7879 <space />
7880 <text key="contact:phone" text="Phone number" match="key" />
7881 <text key="contact:fax" text="Fax Number" match="key" />
7882 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7883 <space />
7884 <text key="wikipedia" text="Wikipedia" />
7885 <text key="image" text="Image" />
7886 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
7887 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
7888 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7889 <link wiki="Key:description" />
7890 <space />
7891 <label text="A short text with additional information." text_context="description=*" />
7892 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
7893 <space />
7894 <text key="description" text="Description" match="key" />
7895 <preset_link preset_name="Note" text="Similar but different tags:" />
7896 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7897 </item> <!-- Description -->
7898 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7899 <link wiki="Key:note" />
7900 <space />
7901 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
7902 <space />
7903 <text key="note" text="Note" text_context="the tag note=*" match="key" />
7904 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7905 <preset_link preset_name="Description" text="Similar but different tags:" />
7906 </item> <!-- Note -->
7907 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7908 <link wiki="Key:fixme" />
7909 <space />
7910 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
7911 <space />
7912 <text key="fixme" text="Fixme" match="key" />
7913 <preset_link preset_name="Note" text="Similar but different tags:" />
7914 <preset_link preset_name="Description" text="Similar but different tags:" />
7915 </item> <!-- Fixme -->
7916 </group> <!-- Annotation -->
7917 <group name="Relations" icon="presets/misc/relations.svg">
7918 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
7919 <link wiki="Relation:multipolygon" />
7920 <key key="type" value="multipolygon" />
7921 <optional>
7922 <text key="name" text="Name" />
7923 </optional>
7924 <roles>
7925 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7926 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
7927 </roles>
7928 </item> <!-- Multipolygon -->
7929 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
7930 <link wiki="Relation:boundary" />
7931 <space />
7932 <key key="type" value="boundary" />
7933 <text key="name" text="Name" />
7934 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
7935 <optional>
7936 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7937 </optional>
7938 <roles>
7939 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7940 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
7941 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
7942 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
7943 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
7944 </roles>
7945 </item> <!-- Boundary -->
7946 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
7947 <link wiki="Relation:building" />
7948 <key key="type" value="building" />
7949 <preset_link preset_name="Building" />
7950 <preset_link preset_name="Entrance" />
7951 <preset_link preset_name="Building part" />
7952 <roles>
7953 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
7954 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
7955 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
7956 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
7957 <role key="entrance" text="Entrance" requisite="optional" type="node" />
7958 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
7959 </roles>
7960 </item> <!-- Building -->
7961 <item name="Site" type="relation" preset_name_label="true">
7962 <link wiki="Relation:site" />
7963 <space />
7964 <key key="type" value="site" />
7965 <text key="name" text="Site name" />
7966 <roles>
7967 <role key="label" text="where to place the label" requisite="optional" type="node" />
7968 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
7969 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
7970 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
7971 </roles>
7972 </item> <!-- Site -->
7973 <separator/>
7974 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
7975 <link wiki="Relation:restriction" />
7976 <space />
7977 <key key="type" value="restriction" />
7978 <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" />
7979 <roles>
7980 <role key="from" text="from way" requisite="required" count="1" type="way" />
7981 <role key="via" text="via node or ways" requisite="required" type="way,node" />
7982 <role key="to" text="to way" requisite="required" count="1" type="way" />
7983 </roles>
7984 </item> <!-- Turn Restriction -->
7985 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
7986 <link wiki="Relation:connectivity" />
7987 <space />
7988 <key key="type" value="connectivity" />
7989 <text key="connectivity" text="Lane Connectivity" />
7990 <roles>
7991 <role key="from" text="from way" requisite="required" count="1" type="way" />
7992 <role key="via" text="via node or ways" requisite="required" type="way,node" />
7993 <role key="to" text="to way" requisite="required" count="1" type="way" />
7994 </roles>
7995 </item> <!-- Lane Connectivity -->
7996 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
7997 <link wiki="Relation:enforcement" />
7998 <space />
7999 <key key="type" value="enforcement" />
8000 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
8001 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8002 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8003 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8004 <roles>
8005 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8006 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8007 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8008 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8009 </roles>
8010 </item> <!-- Enforcement -->
8011 <separator/>
8012 <group name="Routes" icon="presets/misc/route.svg">
8013 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8014 <link wiki="Tag:route=bicycle" />
8015 <space/>
8016 <key key="type" value="route"/>
8017 <key key="route" value="bicycle"/>
8018 <text key="name" text="Name" />
8019 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8020 <optional>
8021 <reference ref="route_hikebike_optionals" />
8022 </optional>
8023 <roles>
8024 <reference ref="route_segment_roles" />
8025 </roles>
8026 </item> <!-- Bicycle Route -->
8027 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8028 <link wiki="Mountain_biking" />
8029 <space/>
8030 <key key="type" value="route"/>
8031 <key key="route" value="mtb"/>
8032 <text key="name" text="Name" />
8033 <optional>
8034 <reference ref="route_hikebike_optionals" />
8035 </optional>
8036 <roles>
8037 <reference ref="route_segment_roles" />
8038 </roles>
8039 </item> <!-- Mountain Biking Route -->
8040 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8041 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
8042 <space/>
8043 <key key="type" value="route"/>
8044 <key key="route" value="hiking"/>
8045 <text key="name" text="Name" />
8046 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
8047 <optional>
8048 <reference ref="route_hikebike_optionals" />
8049 </optional>
8050 <reference ref="walking_routes_roles" />
8051 </item> <!-- Hiking Route -->
8052 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8053 <link wiki="Tag:route=foot" />
8054 <space/>
8055 <key key="type" value="route"/>
8056 <key key="route" value="foot"/>
8057 <text key="name" text="Name" />
8058 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
8059 <optional>
8060 <reference ref="route_hikebike_optionals" />
8061 </optional>
8062 <reference ref="walking_routes_roles" />
8063 </item> <!-- Walking Route -->
8064 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8065 <link wiki="Tag:route=running" />
8066 <space/>
8067 <key key="type" value="route"/>
8068 <key key="route" value="running"/>
8069 <text key="name" text="Name" />
8070 <optional>
8071 <reference ref="route_hikebike_optionals" />
8072 </optional>
8073 <roles>
8074 <reference ref="route_segment_roles" />
8075 <reference ref="route_start_stop_roles" />
8076 </roles>
8077 </item> <!-- Running Route -->
8078 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8079 <link wiki="Tag:route=fitness_trail" />
8080 <space/>
8081 <key key="type" value="route"/>
8082 <key key="route" value="fitness_trail"/>
8083 <text key="name" text="Name" />
8084 <optional>
8085 <reference ref="route_hikebike_optionals" />
8086 </optional>
8087 <roles>
8088 <reference ref="route_segment_roles" />
8089 <reference ref="route_start_stop_roles" />
8090 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8091 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8092 </roles>
8093 </item> <!-- Fitness Trail -->
8094 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8095 <link wiki="Tag:route=horse" />
8096 <space/>
8097 <key key="type" value="route"/>
8098 <key key="route" value="horse"/>
8099 <text key="name" text="Name" />
8100 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8101 <optional>
8102 <reference ref="route_hikebike_optionals" />
8103 </optional>
8104 <roles>
8105 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8106 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8107 <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"/>
8108 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8109 </roles>
8110 </item> <!-- Riding Route -->
8111 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8112 <link wiki="Tag:route=piste" />
8113 <space/>
8114 <key key="type" value="route"/>
8115 <key key="route" value="piste"/>
8116 <text key="name" text="Name" />
8117 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
8118 <optional>
8119 <reference ref="route_hikebike_optionals" />
8120 </optional>
8121 <roles>
8122 <role key="" text="route segment" requisite="optional" type="way" />
8123 <role key="forward" text="forward segment" requisite="optional" type="way" />
8124 <role key="backward" text="backward segment" requisite="optional" type="way" />
8125 <role key="link" text="link segment" requisite="optional" type="way" />
8126 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8127 <role key="variant" text="variant segment" requisite="optional" type="way" />
8128 <role key="start" text="entry points" requisite="optional" type="node" />
8129 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8130 </roles>
8131 </item> <!-- Piste Route -->
8132 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8133 <link wiki="Tag:route=ski" />
8134 <space/>
8135 <key key="type" value="route"/>
8136 <key key="route" value="ski"/>
8137 <text key="name" text="Name" />
8138 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8139 <optional>
8140 <reference ref="route_hikebike_optionals" />
8141 </optional>
8142 <roles>
8143 <role key="" text="route segment" requisite="optional" type="way" />
8144 <role key="forward" text="forward segment" requisite="optional" type="way" />
8145 <role key="backward" text="backward segment" requisite="optional" type="way" />
8146 <role key="link" text="link segment" requisite="optional" type="way" />
8147 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8148 <role key="variant" text="variant segment" requisite="optional" type="way" />
8149 <role key="start" text="entry points" requisite="optional" type="node" />
8150 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8151 </roles>
8152 </item> <!-- Ski Route -->
8153 <separator/>
8154 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8155 <link wiki="Tag:route=detour" />
8156 <space/>
8157 <key key="type" value="route"/>
8158 <key key="route" value="detour"/>
8159 <reference ref="name_ref"/>
8160 <optional>
8161 <text key="operator" text="Operator" />
8162 <text key="destination" text="Destination"/>
8163 <text key="detour" text="Ref of the way this is a detour to"/>
8164 </optional>
8165 <roles>
8166 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8167 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8168 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8169 </roles>
8170 </item> <!-- Detour Route -->
8171 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8172 <link wiki="Tag:route=power" />
8173 <space/>
8174 <key key="type" value="route"/>
8175 <key key="route" value="power"/>
8176 <reference ref="name_ref_operator"/>
8177 <roles>
8178 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8179 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8180 </roles>
8181 </item> <!-- Power Route -->
8182 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8183 <link wiki="Tag:route=railway" />
8184 <space/>
8185 <key key="type" value="route"/>
8186 <key key="route" value="railway"/>
8187 <reference ref="name_ref_operator"/>
8188 <roles>
8189 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8190 </roles>
8191 </item> <!-- Railway Route -->
8192 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8193 <link wiki="Tag:route=road" />
8194 <space/>
8195 <key key="type" value="route"/>
8196 <key key="route" value="road"/>
8197 <reference ref="name_ref"/>
8198 <text key="network" text="Network" />
8199 <text key="operator" text="Operator" />
8200 <text key="distance" text="Distance (kilometers)"/>
8201 <roles>
8202 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8203 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8204 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8205 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8206 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8207 </roles>
8208 </item> <!-- Road Route -->
8209 <separator/>
8210 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8211 <link wiki="Relation:superroute" />
8212 <space/>
8213 <key key="type" value="superroute"/>
8214 <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" />
8215 <reference ref="name_ref_operator"/>
8216 <roles>
8217 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8218 </roles>
8219 </item> <!-- Superroute -->
8220 </group> <!-- Routes -->
8221 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8222 <link wiki="Relation:network" />
8223 <space />
8224 <key key="type" value="network" />
8225 <text key="name" text="Name" />
8226 <optional>
8227 <text key="network" text="Network" />
8228 <text key="operator" text="Operator" />
8229 </optional>
8230 <roles>
8231 <role key="" text="member" requisite="required" type="relation" />
8232 </roles>
8233 </item> <!-- Route Network -->
8234 <separator/>
8235 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8236 <link wiki="Relation:associatedStreet" />
8237 <space />
8238 <key key="type" value="associatedStreet" />
8239 <text key="name" text="Street name" />
8240 <roles>
8241 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8242 <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;" />
8243 </roles>
8244 </item> <!-- Associated Street -->
8245 <item name="Street" type="relation" preset_name_label="true">
8246 <link wiki="Relation:street" />
8247 <space />
8248 <key key="type" value="street" />
8249 <text key="name" text="Name" />
8250 <roles>
8251 <role key="street" text="ways being part of street" requisite="required" type="way" />
8252 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8253 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8254 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8255 </roles>
8256 </item> <!-- Street -->
8257 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8258 <link wiki="Relation:destination_sign" />
8259 <space />
8260 <key key="type" value="destination_sign" />
8261 <text key="destination" text="Destination written on sign (w/o distance)" />
8262 <text key="distance" text="Distance (kilometers)" />
8263 <text key="time" text="Time (hh:mm, for trekking)" />
8264 <text key="colour:back" text="Colour of background" />
8265 <text key="colour:text" text="Colour of text" />
8266 <text key="colour:arrow" text="Colour of border/arrow" />
8267 <roles>
8268 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8269 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8270 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8271 <role key="sign" text="position of sign" requisite="optional" type="node" />
8272 </roles>
8273 </item> <!-- Destination Sign -->
8274 <separator/>
8275 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8276 <link wiki="Relation:waterway" />
8277 <space />
8278 <key key="type" value="waterway" />
8279 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8280 <text key="name" text="Name" />
8281 <optional>
8282 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8283 <text key="ref" text="Reference" />
8284 <text key="ref:sandre" text="Reference Sandre (FR)" />
8285 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8286 <text key="ref:regine" text="Reference REGINE (NO)" />
8287 <text key="ref:gnis" text="Reference GNIS (USA)" />
8288 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8289 <text key="wikipedia" text="Wikipedia" />
8290 </optional>
8291 <roles>
8292 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8293 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8294 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8295 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8296 </roles>
8297 </item> <!-- Waterway -->
8298 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8299 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8300 <space />
8301 <key key="type" value="bridge" />
8302 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8303 <reference ref="name_ref" />
8304 <text key="height" text="Height (meters)" length="7" />
8305 <text key="length" text="Length (meters)" />
8306 <text key="operator" text="Operator" />
8307 <roles>
8308 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8309 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8310 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8311 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8312 </roles>
8313 </item> <!-- Bridge -->
8314 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8315 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8316 <space />
8317 <key key="type" value="tunnel" />
8318 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8319 <reference ref="name_ref" />
8320 <text key="length" text="Length (meters)" />
8321 <text key="operator" text="Operator" />
8322 <roles>
8323 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8324 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8325 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8326 </roles>
8327 </item> <!-- Tunnel -->
8328 </group> <!-- Relations -->
8329</presets>
Note: See TracBrowser for help on using the repository browser.