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

Last change on this file since 17286 was 17286, checked in by Klumbumbus, 3 years ago

fix #19952 - Change sport combo to multiselect, update ignorelist

  • Property svn:eol-style set to native
File size: 543.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
3<!--
4 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
5-->
6
7 <!-- Item chunks -->
8 <chunk id="surface">
9 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
10 </chunk>
11 <chunk id="surface_smoothness">
12 <reference ref="surface" />
13 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
14 <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
15 <list_entry value="good" short_description="Thin Wheels: racing bike" />
16 <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
17 <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
18 <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
19 <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
20 <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
21 <list_entry value="impassable" short_description="No wheeled vehicle" />
22 </combo>
23 </chunk>
24 <chunk id="sport_surface">
25 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
26 </chunk>
27 <chunk id="riding_surface">
28 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
29 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
30 </chunk>
31 <chunk id="highway_base">
32 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
33 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
34 <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
35 <space />
36 <text key="maxspeed" text="Max. speed (km/h)" />
37 <text key="maxspeed:forward" text="Max. speed in way direction" />
38 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
39 <space />
40 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
41 <reference ref="surface_smoothness" />
42 </chunk>
43 <chunk id="highway_yesno">
44 <checkgroup columns="4">
45 <check key="bridge" text="Bridge" disable_off="true" />
46 <check key="tunnel" text="Tunnel" disable_off="true" />
47 <check key="embankment" text="Embankment" disable_off="true" />
48 <check key="cutting" text="Cutting" disable_off="true" />
49 </checkgroup>
50 </chunk>
51 <chunk id="highway_yesno_incline">
52 <reference ref="highway_yesno" />
53 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
54 </chunk>
55 <chunk id="highway_yesno_incline_oneway_lit_width">
56 <checkgroup columns="4">
57 <check key="bridge" text="Bridge" disable_off="true" />
58 <check key="tunnel" text="Tunnel" disable_off="true" />
59 <check key="embankment" text="Embankment" disable_off="true" />
60 <check key="cutting" text="Cutting" disable_off="true" />
61 </checkgroup>
62 <checkgroup columns="4">
63 <check key="oneway" text="Oneway" />
64 <check key="lit" text="Lit" />
65 </checkgroup>
66 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
67 <text key="width" text="Width (meters)" />
68 </chunk>
69 <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
70 <reference ref="highway_yesno_incline_oneway_lit_width" />
71 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
72 </chunk>
73 <chunk id="placement">
74 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5,transition" />
75 <combo key="placement:forward" text="Placement in way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
76 <combo key="placement:backward" text="Placement opposed to way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
77 </chunk>
78 <chunk id="railway_service">
79 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
80 </chunk>
81 <chunk id="railway_electrified_yesno">
82 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
83 <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
84 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25" length="5" values_sort="false" />
85 <reference ref="highway_yesno" />
86 </chunk>
87 <chunk id="railway_service_gauge_electrified_yesno">
88 <reference ref="railway_service" />
89 <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
90 <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
91 <reference ref="railway_electrified_yesno" />
92 </chunk>
93 <chunk id="check_access_nomotor">
94 <optional text="Non-motorized traffic:">
95 <checkgroup columns="3">
96 <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
97 <check key="bicycle" text="Bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" />
98 <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
99 </checkgroup>
100 <space />
101 <reference ref="wheelchair" />
102 </optional>
103 </chunk>
104 <chunk id="check_access_motor">
105 <optional text="Motor vehicle traffic:">
106 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
107 <space />
108 <checkgroup columns="2">
109 <check key="motorcar" text="Motorcar" icon="presets/vehicle/restriction/plain/motorcar.svg" />
110 <check key="motorcycle" text="Motorcycle" icon="presets/vehicle/restriction/plain/motorcycle.svg" />
111 <check key="moped" text="Moped" icon="presets/vehicle/restriction/plain/moped.svg" />
112 <check key="mofa" text="Mofa" icon="presets/vehicle/restriction/plain/mofa.svg" />
113 </checkgroup>
114 </optional>
115 </chunk>
116 <chunk id="min_age">
117 <text key="min_age" text="Minimum age" />
118 </chunk>
119 <chunk id="max_age">
120 <text key="max_age" text="Maximum age" />
121 </chunk>
122 <chunk id="name_ref">
123 <text key="name" text="Name" />
124 <text key="ref" text="Reference" />
125 </chunk>
126 <chunk id="ref_operator">
127 <text key="ref" text="Reference" />
128 <text key="operator" text="Operator" />
129 </chunk>
130 <chunk id="name_ref_operator">
131 <text key="name" text="Name" />
132 <reference ref="ref_operator" />
133 </chunk>
134 <chunk id="name_operator">
135 <text key="name" text="Name" />
136 <text key="operator" text="Operator" />
137 </chunk>
138 <chunk id="name_layer">
139 <text key="name" text="Name" />
140 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
141 </chunk>
142 <chunk id="service_times">
143 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 09:30,11:00|Sa,Su,PH 09:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
144 </chunk>
145 <chunk id="oh">
146 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
147 </chunk>
148 <chunk id="wheelchair">
149 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
150 </chunk>
151 <chunk id="oh_wheelchair">
152 <reference ref="oh" />
153 <reference ref="wheelchair" />
154 </chunk>
155 <chunk id="name_oh_wheelchair">
156 <text key="name" text="Name" />
157 <reference ref="oh_wheelchair" />
158 </chunk>
159 <chunk id="name_operator_oh_wheelchair">
160 <reference ref="name_operator" />
161 <reference ref="oh_wheelchair" />
162 </chunk>
163 <chunk id="name_brand_operator_oh_wheelchair">
164 <text key="name" text="Name" />
165 <text key="brand" text="Brand" />
166 <text key="operator" text="Operator" />
167 <reference ref="oh_wheelchair" />
168 </chunk>
169 <chunk id="name_brand_oh_wheelchair">
170 <text key="name" text="Name" />
171 <text key="brand" text="Brand" />
172 <reference ref="oh_wheelchair" />
173 </chunk>
174 <chunk id="cuisine">
175 <multiselect key="cuisine" text="Cuisine" values="african;american;arab;argentinian;asian;bagel;balkan;barbecue;bavarian;beef_bowl;brazilian;burger;cake;caribbean;chicken;chinese;coffee_shop;crepe;curry;danish;donut;ethiopian;filipino;fish;fish_and_chips;french;friture;frozen_yogurt;german;georgian;greek;heuriger;hot_dog;ice_cream;indian;indonesian;international;italian;japanese;kebab;korean;lebanese;malaysian;mediterranean;mexican;moroccan;noodle;pancake;pasta;persian;peruvian;pizza;polish;portuguese;ramen;regional;russian;sandwich;sausage;seafood;soba;spanish;steak_house;sushi;tex-mex;tapas;thai;turkish;vietnamese;wings" values_searchable="true" />
176 </chunk>
177 <chunk id="internet">
178 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
179 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
180 </chunk>
181 <chunk id="internet_smoking">
182 <reference ref="internet" />
183 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
184 </chunk>
185 <chunk id="optional_height">
186 <optional>
187 <text key="height" text="Height (meters)" length="7" />
188 </optional>
189 </chunk>
190 <chunk id="optional_maxwidth">
191 <optional>
192 <text key="maxwidth" text="Max. width (meters)" length="7" />
193 </optional>
194 </chunk>
195 <chunk id="optional_maxheight_maxwidth">
196 <optional>
197 <text key="maxheight" text="Max. height (meters)" length="7" />
198 <text key="maxwidth" text="Max. width (meters)" length="7" />
199 </optional>
200 </chunk>
201 <chunk id="optional_name">
202 <optional>
203 <text key="name" text="Name" />
204 </optional>
205 </chunk>
206 <chunk id="optional_name_operator">
207 <optional>
208 <text key="name" text="Name" />
209 <text key="operator" text="Operator" />
210 </optional>
211 </chunk>
212 <chunk id="name_leisure_pitch">
213 <text key="name" text="Name" />
214 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
215 </chunk>
216 <chunk id="sport">
217 <multiselect key="sport" text="Sport" values="10pin;9pin;american_football;archery;athletics;australian_football;baseball;basketball;beachvolleyball;billiards;boules;bowls;canadian_football;canoe;chess;climbing;cricket;croquet;curling;cycling;dog_racing;equestrian;field_hockey;fitness;gaelic_games;golf;gymnastics;handball;horse_racing;ice_hockey;ice_skating;karting;model_aerodrome;motocross;motor;multi;pelota;racquet;rc_car;roller_skating;rowing;rugby_league;rugby_union;running;safety_training;scuba_diving;shooting;skateboard;soccer;surfing;swimming;table_tennis;tennis;volleyball" values_context="sport" />
218 </chunk>
219 <chunk id="highway_access">
220 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_sort="false" />
221 </chunk>
222 <chunk id="highway_access_vehicle">
223 <reference ref="highway_access" />
224 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
225 </chunk>
226 <chunk id="POI_access">
227 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" values_sort="false" />
228 </chunk>
229 <chunk id="path_access_modes">
230 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
231 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
232 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
233 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
234 <space />
235 <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." />
236 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
237 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
238 </chunk>
239 <chunk id="fee">
240 <combo key="fee" text="Fee" values="yes,no" />
241 </chunk>
242 <chunk id="fee_interval">
243 <combo key="fee" text="Fee" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_no_i18n="true" values_sort="false" />
244 </chunk>
245 <chunk id="parking_name_type_ref">
246 <text key="name" text="Name" />
247 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
248 <text key="ref" text="Reference number" />
249 </chunk>
250 <chunk id="parking_access_fee_operator_surface_smoothness">
251 <space />
252 <reference ref="POI_access" />
253 <reference ref="fee_interval" />
254 <text key="operator" text="Operator" />
255 <reference ref="surface_smoothness" />
256 </chunk>
257 <chunk id="maxstay">
258 <combo key="maxstay" text="Time Limit" values="30 minutes,60 minutes,180 minutes,1 hour,1.5 hours,1 day,3 days,2 weeks,4 months,1.5 years,unlimited,no,load-unload" values_no_i18n="true" values_sort="false" />
259 </chunk>
260 <chunk id="supervised">
261 <combo key="supervised" text="Supervised" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
262 </chunk>
263 <chunk id="supervised_lit_oh">
264 <reference ref="supervised" />
265 <combo key="lit" text="Lit" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
266 <reference ref="oh" />
267 </chunk>
268 <chunk id="wikipedia_wikidata">
269 <text key="wikipedia" text="Wikipedia" />
270 <text key="wikidata" text="Wikidata" />
271 </chunk>
272 <chunk id="name_wikipedia_wikidata">
273 <text key="name" text="Name" />
274 <reference ref="wikipedia_wikidata" />
275 </chunk>
276 <chunk id="population_postcode_website">
277 <text key="population" text="Population" />
278 <text key="postal_code" text="Postal Code" />
279 <text key="website" text="Website" />
280 </chunk>
281 <chunk id="route_hikebike_optionals">
282 <text key="ref" text="Reference" />
283 <text key="operator" text="Operator" />
284 <text key="distance" text="Distance (kilometers)"/>
285 <text key="ascent" text="Ascent (m)"/>
286 <text key="descent" text="Descent (m)"/>
287 <check key="roundtrip" text="Roundtrip"/>
288 <text key="symbol" text="Symbol description"/>
289 <text key="description" text="Description"/>
290 <text key="website" text="Website" />
291 </chunk>
292 <chunk id="genus_species_taxon">
293 <text key="genus" text="Genus" />
294 <text key="species" text="Species" />
295 <text key="taxon" text="Taxon" />
296 </chunk>
297 <chunk id="leaf">
298 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
299 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
300 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
301 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
302 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
303 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
304 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
305 </combo>
306 </chunk>
307 <chunk id="leaf_without_mixed">
308 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
309 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
310 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
311 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
312 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
313 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
314 </combo>
315 </chunk>
316 <!-- start of religions and denominations -->
317 <chunk id="religious"> <!-- all religions and denominations -->
318 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" values_searchable="true" />
319 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,conservative,evangelical,greek_catholic,greek_orthodox,ibadi,iglesia_ni_cristo,jehovahs_witness,lutheran,mahayana,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reform,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,shaivism,shaktism,shia,smartism,spiritist,sunni,tibetan,theravada,united,united_methodist,vaishnavism,vajrayana" values_searchable="true" />
320 </chunk>
321 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
322 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" default="christian" values_searchable="true" />
323 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
324 </chunk>
325 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
326 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
327 </chunk>
328 <chunk id="christian_denominations"> <!-- christian denominations -->
329 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_searchable="true" />
330 </chunk>
331 <chunk id="muslim_denominations"> <!-- muslim denominations -->
332 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
333 </chunk>
334 <chunk id="jewish_denominations"> <!-- jewish denominations -->
335 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
336 </chunk>
337 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
338 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
339 </chunk>
340 <chunk id="hindu_denominations"> <!-- hindu denominations -->
341 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
342 </chunk>
343 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
344 <!-- end of religions and denominations -->
345 <chunk id="voltage">
346 <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,22000,20000,15000,110000;20000" />
347 </chunk>
348 <chunk id="frequency">
349 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25,50,60" length="5" values_sort="false" />
350 </chunk>
351 <chunk id="voltage_frequency">
352 <reference ref="voltage" />
353 <reference ref="frequency" />
354 </chunk>
355 <chunk id="transformer_voltage_frequency">
356 <combo key="voltage:primary" text="Primary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
357 <combo key="voltage:secondary" text="Secondary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
358 <combo key="voltage:tertiary" text="Tertiary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
359 <reference ref="frequency" />
360 </chunk>
361 <chunk id="cables">
362 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
363 </chunk>
364 <chunk id="cables_circuits">
365 <reference ref="cables" />
366 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
367 </chunk>
368 <chunk id="power_loc">
369 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
370 </chunk>
371 <chunk id="power_extra">
372 <reference ref="power_loc" />
373 <reference ref="voltage_frequency" />
374 <reference ref="ref_operator" />
375 </chunk>
376 <chunk id="power_line_extra">
377 <reference ref="cables_circuits" />
378 <reference ref="voltage_frequency" />
379 </chunk>
380 <chunk id="power_generator">
381 <link wiki="Tag:power=generator" />
382 <space />
383 <key key="power" value="generator" />
384 <reference ref="name_ref_operator" />
385 <text key="start_date" text="Start date" />
386 </chunk>
387 <chunk id="power_output">
388 <optional text="Output forms of energy:">
389 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
390 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
391 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
392 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
393 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
394 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
395 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
396 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
397 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
398 <space />
399 <reference ref="voltage_frequency" />
400 </optional>
401 </chunk>
402 <chunk id="power_pole">
403 <text key="height" text="Height (meters)" length="7" />
404 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
405 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
406 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
407 <check key="location:transition" text="Location transition" disable_off="true" />
408 <reference ref="ref_operator" />
409 </chunk>
410 <chunk id="rating_phases">
411 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
412 <combo key="phases" text="Phases" values="1,3" length="1" />
413 </chunk>
414 <chunk id="optional_rating_phases">
415 <optional>
416 <reference ref="rating_phases" />
417 </optional>
418 </chunk>
419 <chunk id="optional_transformer_rating_phases_devices_windings">
420 <optional>
421 <reference ref="rating_phases" />
422 <combo key="devices" text="Number of devices" values="1,2,3,4" />
423 <combo key="windings" text="Number of windings" values="1,2,3,4" />
424 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
425 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
426 </optional>
427 </chunk>
428 <chunk id="telecom_medium">
429 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
430 </chunk>
431 <chunk id="optional_bridge">
432 <optional>
433 <text key="name" text="Name" />
434 <text key="bridge:name" text="Bridge name" />
435 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" />
436 <space />
437 <text key="maxspeed" text="Max. speed (km/h)" />
438 <text key="maxspeed:forward" text="Max. speed in way direction" />
439 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
440 <space />
441 <text key="maxweight" text="Max. weight (tonnes)" />
442 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
443 <text key="width" text="Width (meters)" />
444 <check key="toll" text="Toll" />
445 </optional>
446 </chunk>
447 <chunk id="waterway">
448 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
449 <check key="intermittent" text="Intermittent" disable_off="true" />
450 <check key="seasonal" text="Seasonal" disable_off="true" />
451 <check key="tidal" text="In the tidal range" disable_off="true" />
452 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
453 <text key="width" text="Width (meters)" />
454 </chunk>
455 <chunk id="water_access">
456 <optional text="Water access rules:">
457 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
458 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
459 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
460 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
461 </optional>
462 </chunk>
463 <chunk id="operator_substance">
464 <text key="operator" text="Operator" />
465 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
466 </chunk>
467 <chunk id="support">
468 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
469 </chunk>
470 <chunk id="aerodrome">
471 <key key="aeroway" value="aerodrome" match="keyvalue" />
472 <text key="name" text="Name" />
473 <optional>
474 <text key="iata" text="IATA" />
475 <text key="icao" text="ICAO" />
476 <reference ref="wikipedia_wikidata" />
477 </optional>
478 </chunk>
479 <chunk id="car_brands">
480 <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" />
481 </chunk>
482 <chunk id="motorcycle_brands">
483 <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" />
484 </chunk>
485 <chunk id="walking_routes_roles">
486 <roles>
487 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
488 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
489 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
490 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
491 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
492 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
493 <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"/>
494 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
495 </roles>
496 </chunk>
497 <chunk id="route_segment_roles">
498 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
499 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
500 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
501 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
502 </chunk>
503 <chunk id="route_start_stop_roles">
504 <role key="start" text="start endpoint" requisite="optional" type="node" />
505 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
506 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
507 </chunk>
508 <chunk id="public_transport_route_optionals">
509 <text key="from" text="From (initial stop)" />
510 <text key="to" text="To (terminal stop)" />
511 <text key="via" text="Via (intermediate stops)" />
512 <text key="operator" text="Operator" />
513 <text key="network" text="Network" />
514 <text key="description" text="Description" />
515 <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" />
516 <reference ref="oh" />
517 <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" />
518 <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" />
519 <reference ref="fee" />
520 <text key="website" text="Website" />
521 </chunk>
522 <chunk id="climbing_styles">
523 <label text="Climbing styles:" />
524 <checkgroup columns="2">
525 <check key="climbing:boulder" text="Boulders" />
526 <check key="climbing:sport" text="Sport climbing" />
527 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
528 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
529 <check key="climbing:multipitch" text="Multi-pitch climbing" />
530 <check key="climbing:ice" text="Ice climbing" />
531 <check key="climbing:mixed" text="Mixed climbing" />
532 <check key="climbing:deepwater" text="Deep Water Soloing" />
533 </checkgroup>
534 </chunk>
535 <chunk id="climbing_optional_attributes">
536 <optional>
537 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
538 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
539 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
540 <check key="climbing:summit_log" text="Summit/route log/register" />
541 <check key="indoor" text="Climbing routes indoor" />
542 <check key="outdoor" text="Climbing routes outdoor" />
543 <text key="website" text="Official web site (e.g. operator)" />
544 <text key="url" text="Unofficial web site" />
545 <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" />
546 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
547 <reference ref="POI_access" />
548 </optional>
549 </chunk>
550 <chunk id="communication">
551 <space />
552 <label text="Communication type:" />
553 <checkgroup columns="3">
554 <check key="communication:mobile_phone" text="Mobile phone" />
555 <check key="communication:television" text="Television" />
556 <check key="communication:radio" text="Radio" />
557 <check key="communication:microwave" text="Microwave" />
558 <check key="communication:gsm-r" text="GSM-R" />
559 </checkgroup>
560 </chunk>
561 <!-- Link chunks -->
562 <chunk id="link_contact_address">
563 <preset_link preset_name="Contact (Common Schema)" />
564 <preset_link preset_name="Address" />
565 </chunk>
566 <chunk id="link_contact_address_payment">
567 <preset_link preset_name="Contact (Common Schema)" />
568 <preset_link preset_name="Address" />
569 <preset_link preset_name="Payment Methods" />
570 </chunk>
571 <chunk id="link_road_access_restrictions">
572 <preset_link preset_name="Road Restrictions" />
573 <preset_link preset_name="Access Restrictions" />
574 </chunk>
575 <!-- Groups -->
576 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
577 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
578 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
579 <link wiki="Tag:highway=motorway" />
580 <space />
581 <key key="highway" value="motorway" />
582 <text key="ref" text="Reference" />
583 <check key="noref" text="Street has no reference" disable_off="true" />
584 <optional>
585 <text key="name" text="Name" />
586 <check key="noname" text="Street has no name" disable_off="true" />
587 <reference ref="highway_base" />
588 <text key="destination" text="Destination" />
589 <text key="destination:ref" text="Destination reference" />
590 <text key="width" text="Width (meters)" />
591 <space />
592 <reference ref="highway_yesno" />
593 <checkgroup columns="4">
594 <check key="oneway" text="Oneway" default="on" />
595 <check key="lit" text="Lit" />
596 <check key="toll" text="Toll" />
597 </checkgroup>
598 <reference ref="placement" />
599 </optional>
600 <reference ref="link_road_access_restrictions" />
601 </item> <!-- Motorway -->
602 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
603 <link wiki="Tag:highway=motorway_link" />
604 <key key="highway" value="motorway_link" />
605 <optional>
606 <text key="ref" text="Reference" />
607 <check key="noref" text="Street has no reference" disable_off="true" />
608 <reference ref="highway_base" />
609 <text key="destination" text="Destination" />
610 <text key="destination:ref" text="Destination reference" />
611 <text key="junction:ref" text="Junction reference" />
612 <text key="width" text="Width (meters)" />
613 <space />
614 <reference ref="highway_yesno" />
615 <checkgroup columns="4">
616 <check key="oneway" text="Oneway" default="on" />
617 <check key="lit" text="Lit" />
618 <check key="toll" text="Toll" />
619 </checkgroup>
620 <reference ref="placement" />
621 </optional>
622 <reference ref="link_road_access_restrictions" />
623 </item> <!-- Motorway Link -->
624 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
625 <link wiki="Tag:highway=trunk" />
626 <space />
627 <key key="highway" value="trunk" />
628 <text key="ref" text="Reference" />
629 <check key="noref" text="Street has no reference" disable_off="true" />
630 <optional>
631 <text key="name" text="Name" />
632 <check key="noname" text="Street has no name" disable_off="true" />
633 <reference ref="highway_base" />
634 <text key="destination" text="Destination" />
635 <text key="destination:ref" text="Destination reference" />
636 <text key="width" text="Width (meters)" />
637 <space />
638 <reference ref="highway_yesno" />
639 <checkgroup columns="4">
640 <check key="oneway" text="Oneway" default="on" />
641 <check key="lit" text="Lit" />
642 <check key="toll" text="Toll" />
643 <check key="motorroad" text="Motorroad" default="on" />
644 </checkgroup>
645 <reference ref="placement" />
646 </optional>
647 <reference ref="link_road_access_restrictions" />
648 </item> <!-- Trunk -->
649 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
650 <link wiki="Highway_link" />
651 <space />
652 <key key="highway" value="trunk_link" />
653 <optional>
654 <text key="ref" text="Reference" />
655 <check key="noref" text="Street has no reference" disable_off="true" />
656 <reference ref="highway_base" />
657 <text key="destination" text="Destination" />
658 <text key="destination:ref" text="Destination reference" />
659 <text key="junction:ref" text="Junction reference" />
660 <text key="width" text="Width (meters)" />
661 <space />
662 <reference ref="highway_yesno" />
663 <checkgroup columns="4">
664 <check key="oneway" text="Oneway" default="on" />
665 <check key="lit" text="Lit" />
666 <check key="toll" text="Toll" />
667 <check key="motorroad" text="Motorroad" default="on" />
668 </checkgroup>
669 <reference ref="placement" />
670 </optional>
671 <reference ref="link_road_access_restrictions" />
672 </item> <!-- Trunk Link -->
673 <separator/>
674 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
675 <link wiki="Tag:highway=primary" />
676 <space />
677 <key key="highway" value="primary" />
678 <text key="ref" text="Reference" />
679 <check key="noref" text="Street has no reference" disable_off="true" />
680 <optional>
681 <text key="name" text="Name" />
682 <check key="noname" text="Street has no name" disable_off="true" />
683 <reference ref="highway_base" />
684 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
685 <checkgroup columns="4">
686 <check key="motorroad" text="Motorroad" />
687 <check key="narrow" text="Narrow" disable_off="true" />
688 <check key="trolley_wire" text="Overhead trolley wires" />
689 </checkgroup>
690 <reference ref="placement" />
691 </optional>
692 <reference ref="link_road_access_restrictions" />
693 </item> <!-- Primary -->
694 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
695 <link wiki="Highway_link" />
696 <key key="highway" value="primary_link" />
697 <optional>
698 <reference ref="highway_base" />
699 <text key="destination" text="Destination" />
700 <text key="destination:ref" text="Destination reference" />
701 <text key="junction:ref" text="Junction reference" />
702 <check key="motorroad" text="Motorroad" />
703 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
704 <space />
705 <reference ref="placement" />
706 </optional>
707 <reference ref="link_road_access_restrictions" />
708 </item> <!-- Primary Link -->
709 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
710 <link wiki="Tag:highway=secondary" />
711 <space />
712 <key key="highway" value="secondary" />
713 <text key="ref" text="Reference" />
714 <check key="noref" text="Street has no reference" disable_off="true" />
715 <optional>
716 <text key="name" text="Name" />
717 <check key="noname" text="Street has no name" disable_off="true" />
718 <reference ref="highway_base" />
719 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
720 <checkgroup columns="2">
721 <check key="narrow" text="Narrow" disable_off="true" />
722 <check key="trolley_wire" text="Overhead trolley wires" />
723 </checkgroup>
724 <reference ref="placement" />
725 </optional>
726 <reference ref="link_road_access_restrictions" />
727 </item> <!-- Secondary -->
728 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
729 <link wiki="Highway_link" />
730 <key key="highway" value="secondary_link" />
731 <optional>
732 <reference ref="highway_base" />
733 <text key="destination" text="Destination" />
734 <text key="destination:ref" text="Destination reference" />
735 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
736 <space />
737 <reference ref="placement" />
738 </optional>
739 <reference ref="link_road_access_restrictions" />
740 </item> <!-- Secondary Link -->
741 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
742 <link wiki="Tag:highway=tertiary" />
743 <space />
744 <key key="highway" value="tertiary" />
745 <text key="ref" text="Reference" />
746 <check key="noref" text="Street has no reference" disable_off="true" />
747 <optional>
748 <text key="name" text="Name" />
749 <check key="noname" text="Street has no name" disable_off="true" />
750 <reference ref="highway_base" />
751 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
752 <checkgroup columns="2">
753 <check key="narrow" text="Narrow" disable_off="true" />
754 <check key="trolley_wire" text="Overhead trolley wires" />
755 </checkgroup>
756 <reference ref="placement" />
757 </optional>
758 <reference ref="link_road_access_restrictions" />
759 </item> <!-- Tertiary -->
760 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
761 <link wiki="Highway_link" />
762 <key key="highway" value="tertiary_link" />
763 <optional>
764 <reference ref="highway_base" />
765 <text key="destination" text="Destination" />
766 <text key="destination:ref" text="Destination reference" />
767 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
768 <space />
769 <reference ref="placement" />
770 </optional>
771 <reference ref="link_road_access_restrictions" />
772 </item> <!-- Tertiary Link -->
773 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
774 <link wiki="Tag:highway=unclassified" />
775 <key key="highway" value="unclassified" />
776 <optional>
777 <text key="name" text="Name" />
778 <check key="noname" text="Street has no name" disable_off="true" />
779 <text key="ref" text="Reference" />
780 <check key="noref" text="Street has no reference" disable_off="true" />
781 <reference ref="highway_base" />
782 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
783 <checkgroup columns="3">
784 <check key="narrow" text="Narrow" disable_off="true" />
785 <check key="trolley_wire" text="Overhead trolley wires" />
786 <check key="passing_places" text="Passing Places" />
787 </checkgroup>
788 <reference ref="placement" />
789 </optional>
790 <reference ref="link_road_access_restrictions" />
791 </item> <!-- Unclassified -->
792 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
793 <link wiki="Tag:highway=residential" />
794 <space />
795 <key key="highway" value="residential" />
796 <text key="name" text="Name" />
797 <check key="noname" text="Street has no name" disable_off="true" />
798 <optional>
799 <text key="ref" text="Reference" />
800 <reference ref="highway_base" />
801 <reference ref="highway_yesno" />
802 <checkgroup columns="4">
803 <check key="oneway" text="Oneway" />
804 <check key="oneway:bicycle" text="Oneway for bicycle" />
805 <check key="lit" text="Lit" />
806 </checkgroup>
807 <text key="width" text="Width (meters)" />
808 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
809 <checkgroup columns="2">
810 <check key="narrow" text="Narrow" disable_off="true" />
811 <check key="trolley_wire" text="Overhead trolley wires" />
812 </checkgroup>
813 </optional>
814 <reference ref="link_road_access_restrictions" />
815 </item> <!-- Residential -->
816 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
817 <link wiki="Key:bicycle_road" />
818 <space />
819 <key key="bicycle_road" value="yes" />
820 <key key="bicycle" value="designated" />
821 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
822 <text key="name" text="Name" />
823 <check key="noname" text="Street has no name" disable_off="true" />
824 <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
825 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
826 <optional>
827 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
828 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
829 <reference ref="surface_smoothness" />
830 <reference ref="highway_yesno_incline" />
831 <checkgroup columns="4">
832 <check key="oneway" text="Oneway" />
833 <check key="oneway:bicycle" text="Oneway for bicycle" />
834 <check key="lit" text="Lit" />
835 </checkgroup>
836 <text key="width" text="Width (meters)" />
837 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
838 </optional>
839 <reference ref="link_road_access_restrictions" />
840 </item> <!-- Bicycle Road -->
841 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
842 <link wiki="Tag:highway=living_street" />
843 <space />
844 <key key="highway" value="living_street" />
845 <text key="name" text="Name" />
846 <check key="noname" text="Street has no name" disable_off="true" />
847 <optional>
848 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
849 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
850 <reference ref="surface_smoothness" />
851 <reference ref="highway_yesno_incline_oneway_lit_width" />
852 <checkgroup columns="2">
853 <check key="narrow" text="Narrow" disable_off="true" />
854 <check key="trolley_wire" text="Overhead trolley wires" />
855 </checkgroup>
856 </optional>
857 <reference ref="link_road_access_restrictions" />
858 </item> <!-- Living Street -->
859 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
860 <link wiki="Tag:highway=pedestrian" />
861 <space />
862 <key key="highway" value="pedestrian" />
863 <text key="name" text="Name" />
864 <check key="noname" text="Street has no name" disable_off="true" />
865 <optional>
866 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
867 <reference ref="surface_smoothness" />
868 <check key="area" text="Area" />
869 <reference ref="highway_yesno_incline" />
870 <check key="lit" text="Lit" />
871 <text key="width" text="Width (meters)" />
872 </optional>
873 <reference ref="link_road_access_restrictions" />
874 </item> <!-- Pedestrian -->
875 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
876 <link wiki="Tag:highway=service" />
877 <space />
878 <key key="highway" value="service" />
879 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
880 <optional>
881 <text key="name" text="Name" />
882 <space />
883 <reference ref="highway_base" />
884 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
885 <check key="passing_places" text="Passing Places" />
886 </optional>
887 <reference ref="link_road_access_restrictions" />
888 </item> <!-- Service -->
889 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
890 <link wiki="Tag:service=parking_aisle" />
891 <key key="highway" value="service" />
892 <key key="service" value="parking_aisle" />
893 <optional>
894 <reference ref="surface_smoothness" />
895 <check key="oneway" text="Oneway" />
896 <check key="lit" text="Lit" />
897 </optional>
898 <reference ref="link_road_access_restrictions" />
899 </item> <!-- Parking Aisle -->
900 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
901 <link wiki="Tag:highway=escape" />
902 <space />
903 <key key="highway" value="escape" />
904 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
905 <optional>
906 <reference ref="surface" />
907 <text key="width" text="Width (meters)" />
908 <check key="lit" text="Lit" />
909 </optional>
910 </item> <!-- Escape -->
911 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
912 <link wiki="Tag:highway=raceway" />
913 <space />
914 <key key="highway" value="raceway" />
915 <text key="name" text="Name" />
916 </item> <!-- Raceway -->
917 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
918 <link wiki="Tag:highway=road" />
919 <key key="highway" value="road" />
920 <optional>
921 <text key="name" text="Name" />
922 <space />
923 <reference ref="highway_base" />
924 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
925 <check key="trolley_wire" text="Overhead trolley wires" />
926 </optional>
927 <reference ref="link_road_access_restrictions" />
928 </item> <!-- Road (Unknown Type) -->
929 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
930 <link wiki="Key:construction" />
931 <key key="highway" value="construction" />
932 <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" />
933 <optional>
934 <text key="name" text="Name" />
935 <space />
936 <reference ref="highway_base" />
937 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
938 <check key="trolley_wire" text="Overhead trolley wires" />
939 <combo key="junction" text="Junction" values="roundabout,jughandle" />
940 </optional>
941 <reference ref="link_road_access_restrictions" />
942 </item> <!-- Construction -->
943 <separator/>
944 <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway" preset_name_label="true">
945 <link wiki="Key:access" />
946 <space />
947 <checkgroup columns="3" >
948 <check key="oneway" text="Oneway" />
949 <check key="toll" text="Toll" />
950 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
951 <check key="winter_road" text="Winter road" disable_off="true" />
952 <check key="ice_road" text="Ice road" disable_off="true" />
953 </checkgroup>
954 <text key="maxspeed" text="Max. speed (km/h)" />
955 <text key="maxspeed:forward" text="Max. speed in way direction" />
956 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
957 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
958 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
959 <text key="minspeed" text="Min. speed (km/h)" match="key" />
960 <space />
961 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
962 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
963 <space />
964 <text key="maxheight" text="Max. height (meters)" match="key" />
965 <text key="maxwidth" text="Max. width (meters)" match="key" />
966 <text key="maxlength" text="Max. length (meters)" match="key" />
967 <space />
968 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" />
969 <preset_link preset_name="Access Restrictions" />
970 </item> <!-- Road Restrictions -->
971 <item name="Access Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
972 <link wiki="Key:access" />
973 <space />
974 <label text="Some road types already imply some access restrictions which should not be set again." />
975 <space />
976 <label text="Transport mode restrictions" />
977 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_searchable="true" values_sort="false" match="key" />
978 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
979 <reference ref="wheelchair" />
980 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
981 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
982 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
983 <space />
984 <label text="Vehicles per type" />
985 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
986 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
987 <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
988 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
989 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
990 <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
991 <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
992 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
993 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
994 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
995 <combo key="bdouble" text="B-double road train" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
996 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
997 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" />
998 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
999 <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
1000 <space />
1001 <label text="Vehicles per use" />
1002 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" />
1003 <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1004 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1005 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1006 <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1007 <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1008 <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1009 <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1010 <preset_link preset_name="Road Restrictions" />
1011 </item> <!-- Access Restrictions -->
1012 <separator/>
1013 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
1014 <link wiki="Tag:junction=roundabout" />
1015 <space />
1016 <key key="junction" value="roundabout" />
1017 <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" />
1018 <optional>
1019 <reference ref="name_layer" />
1020 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
1021 <reference ref="highway_yesno" />
1022 <text key="width" text="Width (meters)" />
1023 </optional>
1024 <reference ref="link_road_access_restrictions" />
1025 <preset_link preset_name="Circular junction" text="Similar but different tags:" />
1026 <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" />
1027 </item> <!-- Roundabout -->
1028 <item name="Circular junction" icon="presets/vehicle/restriction/junction_circular.svg" type="way,closedway" preset_name_label="true">
1029 <link wiki="Tag:junction=circular" />
1030 <space />
1031 <key key="junction" value="circular" />
1032 <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" />
1033 <optional>
1034 <reference ref="name_layer" />
1035 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
1036 <reference ref="highway_yesno" />
1037 <check key="oneway" text="Oneway" />
1038 <text key="width" text="Width (meters)" />
1039 </optional>
1040 <reference ref="link_road_access_restrictions" />
1041 <preset_link preset_name="Roundabout" text="Similar but different tags:" />
1042 <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" />
1043 </item> <!-- Circular junction -->
1044 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
1045 <link wiki="Tag:ford=yes" />
1046 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
1047 <optional>
1048 <text key="name" text="Name" />
1049 </optional>
1050 </item> <!-- Ford -->
1051 </group> <!-- Streets -->
1052 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
1053 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
1054 <link wiki="Tag:highway=track" />
1055 <space />
1056 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
1057 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
1058 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
1059 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
1060 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
1061 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
1062 </combo>
1063 <key key="highway" value="track" />
1064 <optional>
1065 <reference ref="name_layer" />
1066 <reference ref="surface_smoothness" />
1067 <reference ref="highway_yesno_incline_oneway_lit_width" />
1068 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1069 <reference ref="highway_access" />
1070 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1071 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1072 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1073 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1074 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1075 </optional>
1076 <reference ref="link_road_access_restrictions" />
1077 </item> <!-- Track -->
1078 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
1079 <link wiki="Tag:highway=path" />
1080 <key key="highway" value="path" />
1081 <optional>
1082 <reference ref="name_layer" />
1083 <reference ref="surface_smoothness" />
1084 <reference ref="highway_yesno_incline_oneway_lit_width" />
1085 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
1086 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
1087 <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" />
1088 <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" />
1089 <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" />
1090 <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" />
1091 <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" />
1092 </combo>
1093 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1094 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
1095 <check key="segregated" text="Segregated" />
1096 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1097 <reference ref="wheelchair" />
1098 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1099 <reference ref="path_access_modes" />
1100 </optional>
1101 <reference ref="link_road_access_restrictions" />
1102 </item> <!-- Path -->
1103 <separator/>
1104 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
1105 <link wiki="Tag:highway=bridleway" />
1106 <key key="highway" value="bridleway" />
1107 <optional>
1108 <reference ref="name_layer" />
1109 <text key="maxspeed" text="Max. speed (km/h)" />
1110 <reference ref="surface_smoothness" />
1111 <reference ref="highway_yesno_incline_oneway_lit_width" />
1112 <check key="segregated" text="Segregated" />
1113 <space />
1114 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1115 <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." />
1116 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1117 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1118 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1119 <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1120 <reference ref="wheelchair" />
1121 <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1122 <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" />
1123 <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1124 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1125 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1126 </optional>
1127 <reference ref="link_road_access_restrictions" />
1128 </item> <!-- Dedicated Bridleway -->
1129 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1130 <link wiki="Bicycle" />
1131 <space />
1132 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane,separate" match="key" />
1133 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" />
1134 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" />
1135 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1136 <space />
1137 <optional text="Edit Highway Attributes:">
1138 <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" />
1139 <check key="oneway" text="Oneway" />
1140 </optional>
1141 </item> <!-- Cycle Lane/Track -->
1142 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1143 <link wiki="Tag:highway=cycleway" />
1144 <key key="highway" value="cycleway" />
1145 <optional>
1146 <reference ref="name_layer" />
1147 <reference ref="surface_smoothness" />
1148 <reference ref="highway_yesno_incline_oneway_lit_width" />
1149 <check key="segregated" text="Segregated" />
1150 <space />
1151 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1152 <label text="Globally, `bicycle=designated` is implied." />
1153 <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1154 <reference ref="wheelchair" />
1155 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1156 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1157 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1158 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1159 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1160 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1161 </optional>
1162 <reference ref="link_road_access_restrictions" />
1163 </item> <!-- Dedicated Cycleway -->
1164 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1165 <link wiki="Tag:highway=path" />
1166 <key key="highway" value="path" />
1167 <key key="bicycle" value="designated" />
1168 <key key="foot" value="designated" />
1169 <key key="segregated" value="yes" />
1170 <optional>
1171 <reference ref="name_layer" />
1172 <reference ref="surface_smoothness" />
1173 <reference ref="highway_yesno_incline_oneway_lit_width" />
1174 <space />
1175 <reference ref="wheelchair" />
1176 <reference ref="path_access_modes" />
1177 </optional>
1178 <reference ref="link_road_access_restrictions" />
1179 </item> <!-- Segregated Foot- and Cycleway -->
1180 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1181 <link wiki="Tag:highway=path" />
1182 <key key="highway" value="path" />
1183 <key key="bicycle" value="designated" />
1184 <key key="foot" value="designated" />
1185 <key key="segregated" value="no" />
1186 <optional>
1187 <reference ref="name_layer" />
1188 <reference ref="surface_smoothness" />
1189 <reference ref="highway_yesno_incline_oneway_lit_width" />
1190 <check key="passing_places" text="Passing Places" />
1191 <space />
1192 <reference ref="wheelchair" />
1193 <reference ref="path_access_modes" />
1194 </optional>
1195 <reference ref="link_road_access_restrictions" />
1196 </item> <!-- Combined Foot- and Cycleway -->
1197 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1198 <link wiki="Tag:highway=footway" />
1199 <key key="highway" value="footway" />
1200 <optional>
1201 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
1202 <reference ref="name_layer" />
1203 <reference ref="surface_smoothness" />
1204 <reference ref="highway_yesno_incline_oneway_lit_width" />
1205 <check key="segregated" text="Segregated" />
1206 <reference ref="wheelchair" />
1207 <space />
1208 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1209 <label text="Globally, `foot=designated` is implied." />
1210 <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1211 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1212 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1213 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1214 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1215 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1216 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1217 </optional>
1218 <reference ref="link_road_access_restrictions" />
1219 </item> <!-- Dedicated Footway -->
1220 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1221 <link wiki="Tag:highway=steps" />
1222 <key key="highway" value="steps" />
1223 <optional>
1224 <text key="name" text="Name" />
1225 <combo key="level" text="Storeys" values="1;2,0;1,-1;0,-2;-1,1.5;2,1;1.5,0.5;1,0;0.5,-0.5;0,-1;-0.5,-1.5;-1,-2;-1.5" values_sort="false" values_no_i18n="true" />
1226 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
1227 <reference ref="surface" />
1228 <text key="step_count" text="Amount of Steps" />
1229 <space />
1230 <check key="ramp" text="Ramp" />
1231 <checkgroup columns="2" >
1232 <check key="ramp:stroller" text="Stroller ramp" />
1233 <check key="ramp:bicycle" text="Bicycle ramp" />
1234 </checkgroup>
1235 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1236 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1237 <space />
1238 <check key="handrail" text="Handrail" />
1239 <checkgroup columns="3" >
1240 <check key="handrail:left" text="Left handrail" />
1241 <check key="handrail:center" text="Center handrail" />
1242 <check key="handrail:right" text="Right handrail" />
1243 </checkgroup>
1244 <space />
1245 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1246 <space />
1247 <reference ref="highway_yesno_incline_oneway_lit_width" />
1248 </optional>
1249 </item> <!-- Steps -->
1250 </group> <!-- Ways -->
1251 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1252 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
1253 <link wiki="Tag:highway=motorway_junction" />
1254 <space />
1255 <key key="highway" value="motorway_junction" />
1256 <text key="name" text="Name" />
1257 <check key="noname" text="Junction has no name" disable_off="true" />
1258 <text key="ref" text="Number" />
1259 <check key="noref" text="Junction has no reference" disable_off="true" />
1260 </item> <!-- Motorway Junction -->
1261 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1262 <link wiki="Tag:highway=services" />
1263 <key key="highway" value="services" />
1264 <optional>
1265 <text key="name" text="Name" />
1266 <text key="operator" text="Operator" />
1267 <check key="toilets" text="Toilets" />
1268 </optional>
1269 </item> <!-- Services -->
1270 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1271 <link wiki="Tag:highway=rest_area" />
1272 <key key="highway" value="rest_area" />
1273 <optional>
1274 <text key="name" text="Name" />
1275 <check key="toilets" text="Toilets" />
1276 <check key="drinking_water" text="Drinking Water" />
1277 </optional>
1278 </item> <!-- Rest Area -->
1279 <separator/>
1280 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1281 <link wiki="Tag:highway=traffic_signals" />
1282 <key key="highway" value="traffic_signals" />
1283 <optional>
1284 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1285 </optional>
1286 <optional text="Optional crossing attributes:">
1287 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1288 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1289 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1290 <check key="crossing:island" text="With island" />
1291 <check key="button_operated" text="Button operated" />
1292 <check key="traffic_signals:sound" text="Sound signals" />
1293 <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" />
1294 <check key="bicycle" text="Cross by bicycle" />
1295 <check key="horse" text="Cross on horseback" />
1296 </optional>
1297 <optional text="Optional values for specific countries">
1298 <text key="name" text="Name" />
1299 </optional>
1300 </item> <!-- Traffic Signal -->
1301 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1302 <link wiki="Tag:highway=stop" />
1303 <key key="highway" value="stop" />
1304 <optional>
1305 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1306 </optional>
1307 </item> <!-- Stop -->
1308 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1309 <link wiki="Tag:highway=give_way" />
1310 <key key="highway" value="give_way" />
1311 <optional>
1312 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1313 </optional>
1314 </item> <!-- Give Way -->
1315 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1316 <link wiki="Tag:cycleway=asl" />
1317 <key key="cycleway" value="asl" />
1318 </item> <!-- Advanced stop line -->
1319 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1320 <link wiki="Tag:highway=mini_roundabout" />
1321 <key key="highway" value="mini_roundabout" />
1322 <space />
1323 <combo key="direction" text="Direction" values="clockwise" />
1324 <preset_link preset_name="Roundabout" text="Similar but different tags:" />
1325 <preset_link preset_name="Circular junction" text="Similar but different tags:" />
1326 </item> <!-- Mini-Roundabout -->
1327 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1328 <link wiki="Key:crossing" />
1329 <space />
1330 <key key="highway" value="crossing" />
1331 <combo key="crossing" text="Pedestrian crossing type" >
1332 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1333 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1334 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
1335 </combo>
1336 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1337 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1338 <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" />
1339 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1340 <check key="crossing:island" text="With island" />
1341 <check key="bicycle" text="Cross by bicycle" />
1342 <check key="horse" text="Cross on horseback" />
1343 <label text="In case of traffic signals:" />
1344 <check key="button_operated" text="Button operated" />
1345 <check key="traffic_signals:sound" text="Sound signals" />
1346 </item> <!-- Pedestrian Crossing -->
1347 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1348 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
1349 <link wiki="Key:traffic_calming" />
1350 <space />
1351 <key key="traffic_calming" value="bump" />
1352 </item> <!-- Bump -->
1353 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1354 <link wiki="Key:traffic_calming" />
1355 <space />
1356 <key key="traffic_calming" value="hump" />
1357 </item> <!-- Hump -->
1358 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
1359 <link wiki="Key:traffic_calming" />
1360 <space />
1361 <key key="traffic_calming" value="table" />
1362 </item> <!-- Table -->
1363 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1364 <link wiki="Key:traffic_calming" />
1365 <space />
1366 <key key="traffic_calming" value="cushion" />
1367 </item> <!-- Cushion -->
1368 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1369 <link wiki="Key:traffic_calming" />
1370 <space />
1371 <key key="traffic_calming" value="rumble_strip" />
1372 </item> <!-- Rumble strip -->
1373 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
1374 <link wiki="Key:traffic_calming" />
1375 <space />
1376 <key key="traffic_calming" value="dip" />
1377 </item> <!-- Dip -->
1378 <separator/>
1379 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
1380 <link wiki="Key:traffic_calming" />
1381 <space />
1382 <key key="traffic_calming" value="chicane" />
1383 </item> <!-- Chicane -->
1384 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
1385 <link wiki="Key:traffic_calming" />
1386 <space />
1387 <key key="traffic_calming" value="choker" />
1388 </item> <!-- Choker -->
1389 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1390 <link wiki="Key:traffic_calming" />
1391 <space />
1392 <key key="traffic_calming" value="island" />
1393 </item> <!-- Island -->
1394 </group> <!-- Traffic Calming -->
1395 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1396 <link wiki="Tag:highway=passing_place" />
1397 <key key="highway" value="passing_place" />
1398 </item> <!-- Passing Place -->
1399 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1400 <link wiki="Tag:highway=turning_circle" />
1401 <key key="highway" value="turning_circle" />
1402 </item> <!-- Turning Circle -->
1403 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1404 <link wiki="Tag:highway=turning_loop" />
1405 <key key="highway" value="turning_loop" />
1406 </item> <!-- Turning Loop -->
1407 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1408 <link wiki="Tag:traffic_sign=city_limit" />
1409 <space />
1410 <key key="traffic_sign" value="city_limit" />
1411 <text key="name" text="Name" />
1412 <optional>
1413 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
1414 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1415 </optional>
1416 </item> <!-- City Limit -->
1417 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1418 <link wiki="Key:traffic_sign" />
1419 <space />
1420 <key key="traffic_sign" value="maxspeed" />
1421 <text key="maxspeed" text="Max. speed (km/h)" />
1422 <optional>
1423 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1424 </optional>
1425 </item> <!-- Speed Limit -->
1426 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1427 <link wiki="Tag:highway=speed_camera" />
1428 <key key="highway" value="speed_camera" />
1429 <optional>
1430 <text key="maxspeed" text="Max. speed (km/h)" />
1431 </optional>
1432 </item> <!-- Speed Camera -->
1433 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
1434 <link wiki="Tag:highway=toll_gantry" />
1435 <key key="highway" value="toll_gantry" />
1436 <optional>
1437 <text key="operator" text="Operator" />
1438 </optional>
1439 </item> <!-- Toll gantry -->
1440 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1441 <link wiki="Tag:highway=traffic_mirror" />
1442 <key key="highway" value="traffic_mirror" />
1443 </item> <!-- Traffic Mirror -->
1444 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1445 <link wiki="Tag:highway=milestone" />
1446 <key key="highway" value="milestone" />
1447 <text key="distance" text="Distance (kilometers)" />
1448 <text key="ref" text="Reference" />
1449 </item> <!-- Highway Milestone -->
1450 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1451 <link wiki="Tag:junction=yes" />
1452 <key key="junction" value="yes" />
1453 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1454 <text key="name" text="Name" />
1455 </item> <!-- Named Junction -->
1456 <separator/>
1457 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1458 <link wiki="Tag:highway=elevator" />
1459 <key key="highway" value="elevator" />
1460 <text key="capacity:persons" text="Capacity (persons)" />
1461 <text key="maxweight" text="Max. weight (tonnes)" />
1462 <combo key="level" text="Storeys" values="0;1;2;3;4;5;6;7,-2;-1;0;1;2;3;4;5;6;7;8;9" values_sort="false" values_no_i18n="true" />
1463 <optional>
1464 <text key="manufacturer" text="Manufacturer" />
1465 <reference ref="name_ref_operator" />
1466 <reference ref="oh_wheelchair" />
1467 <check key="handrail" text="Handrail" />
1468 <check key="bicycle" text="Bicycle" />
1469 <check key="indoor" text="Indoor" />
1470 <reference ref="fee" />
1471 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
1472 <reference ref="POI_access" />
1473 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1474 </optional>
1475 </item> <!-- Elevator -->
1476 <separator/>
1477 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1478 <link wiki="Tag:amenity=grit_bin" />
1479 <key key="amenity" value="grit_bin" />
1480 </item> <!-- Grit Bin -->
1481 <separator/>
1482 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1483 <link wiki="Key:mountain_pass" />
1484 <key key="mountain_pass" value="yes" />
1485 <optional>
1486 <text key="name" text="Name" />
1487 <text key="ele" text="Elevation (meters)" length="10" />
1488 <reference ref="wikipedia_wikidata" />
1489 </optional>
1490 </item> <!-- Mountain Pass -->
1491 </group> <!-- Waypoints -->
1492 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1493 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1494 <link wiki="Tag:barrier=block" />
1495 <key key="barrier" value="block" />
1496 <reference ref="optional_maxwidth" />
1497 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1498 <space />
1499 <reference ref="highway_access_vehicle" />
1500 <reference ref="check_access_nomotor" />
1501 <reference ref="check_access_motor" />
1502 <preset_link preset_name="Access Restrictions" />
1503 </item> <!-- Block -->
1504 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1505 <link wiki="Tag:barrier=bollard" />
1506 <key key="barrier" value="bollard" />
1507 <space />
1508 <combo key="bollard" text="Bollard type" values="rising,removable,foldable,fixed" values_searchable="true" />
1509 <reference ref="optional_maxwidth" />
1510 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1511 <space />
1512 <label text="Tags which are implied and do not need to be set are:" />
1513 <label text="`access=no`, `foot=yes` and `bicycle=yes`" />
1514 <space />
1515 <reference ref="highway_access_vehicle" />
1516 <reference ref="check_access_nomotor" />
1517 <reference ref="check_access_motor" />
1518 <preset_link preset_name="Access Restrictions" />
1519 </item> <!-- Bollard -->
1520 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1521 <link wiki="Tag:barrier=cycle_barrier" />
1522 <key key="barrier" value="cycle_barrier" />
1523 <reference ref="optional_maxwidth" />
1524 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1525 <space />
1526 <reference ref="highway_access_vehicle" />
1527 <optional text="Non-motorized traffic:">
1528 <checkgroup columns="2">
1529 <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
1530 <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
1531 </checkgroup>
1532 <space />
1533 <reference ref="wheelchair" />
1534 <combo key="bicycle" text="Bicycle" values="yes,designated,no" values_sort="false" />
1535 </optional>
1536 <reference ref="check_access_motor" />
1537 <preset_link preset_name="Access Restrictions" />
1538 </item> <!-- Cycle Barrier -->
1539 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1540 <link wiki="Tag:barrier=cattle_grid" />
1541 <key key="barrier" value="cattle_grid" />
1542 <reference ref="optional_maxwidth" />
1543 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1544 <space />
1545 <reference ref="highway_access_vehicle" />
1546 <reference ref="check_access_nomotor" />
1547 <reference ref="check_access_motor" />
1548 <preset_link preset_name="Access Restrictions" />
1549 </item> <!-- Cattle Grid -->
1550 <item name="Bus Trap" icon="presets/barrier/bus_trap.svg" type="node" preset_name_label="true">
1551 <link wiki="Tag:barrier=bus_trap" />
1552 <key key="barrier" value="bus_trap" />
1553 <reference ref="optional_maxwidth" />
1554 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1555 <space />
1556 <label text="Tags which are implied and do not need to be set are:" />
1557 <label text="`motor_vehicle=no`, `psv=yes`, `foot=yes` and `bicycle=yes`" />
1558 <space />
1559 <reference ref="highway_access_vehicle" />
1560 <reference ref="check_access_nomotor" />
1561 <reference ref="check_access_motor" />
1562 </item> <!-- Bus Trap -->
1563 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1564 <link wiki="Tag:barrier=spikes" />
1565 <key key="barrier" value="spikes" />
1566 <reference ref="optional_maxwidth" />
1567 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1568 <space />
1569 <reference ref="highway_access_vehicle" />
1570 <reference ref="check_access_nomotor" />
1571 <reference ref="check_access_motor" />
1572 <preset_link preset_name="Access Restrictions" />
1573 </item> <!-- Spikes -->
1574 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
1575 <link wiki="Tag:barrier=toll_booth" />
1576 <key key="barrier" value="toll_booth" />
1577 <optional>
1578 <reference ref="name_ref_operator" />
1579 <reference ref="oh" />
1580 <reference ref="fee_interval" />
1581 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
1582 <text key="maxheight" text="Max. height (meters)" length="7" />
1583 <text key="maxwidth" text="Max. width (meters)" length="7" />
1584 </optional>
1585 <space />
1586 <reference ref="highway_access_vehicle" />
1587 <reference ref="check_access_nomotor" />
1588 <reference ref="check_access_motor" />
1589 <preset_link preset_name="Payment Methods" />
1590 <preset_link preset_name="Access Restrictions" />
1591 </item> <!-- Toll Booth -->
1592 <item name="Border Control" icon="presets/barrier/douane.svg" type="node,closedway,multipolygon" preset_name_label="true">
1593 <link wiki="Tag:barrier=border_control" />
1594 <key key="barrier" value="border_control" />
1595 <optional>
1596 <reference ref="name_ref_operator" />
1597 <reference ref="oh" />
1598 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
1599 <text key="maxheight" text="Max. height (meters)" length="7" />
1600 <text key="maxwidth" text="Max. width (meters)" length="7" />
1601 </optional>
1602 <space />
1603 <reference ref="highway_access_vehicle" />
1604 <reference ref="check_access_nomotor" />
1605 <reference ref="check_access_motor" />
1606 <preset_link preset_name="Access Restrictions" />
1607 </item> <!-- Border Control -->
1608 <separator/> <!-- *** Linear Barriers *** -->
1609 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1610 <link wiki="Tag:barrier=hedge" />
1611 <space />
1612 <key key="barrier" value="hedge" />
1613 <reference ref="leaf" />
1614 <optional>
1615 <reference ref="genus_species_taxon" />
1616 <text key="height" text="Height (meters)" length="7" />
1617 </optional>
1618 </item> <!-- Hedge -->
1619 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1620 <link wiki="Tag:barrier=fence" />
1621 <key key="barrier" value="fence" />
1622 <optional>
1623 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1624 <text key="height" text="Height (meters)" length="7" />
1625 </optional>
1626 </item> <!-- Fence -->
1627 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1628 <link wiki="Tag:barrier=handrail" />
1629 <key key="barrier" value="handrail" />
1630 <optional>
1631 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1632 <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" />
1633 </optional>
1634 </item> <!-- Handrail -->
1635 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1636 <link wiki="Tag:barrier=cable_barrier" />
1637 <key key="barrier" value="cable_barrier" />
1638 <reference ref="optional_height" />
1639 </item> <!-- Cable barrier -->
1640 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1641 <link wiki="Tag:barrier=guard_rail" />
1642 <key key="barrier" value="guard_rail" />
1643 <reference ref="optional_height" />
1644 </item> <!-- Guard Rail -->
1645 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1646 <link wiki="Tag:barrier=wall" />
1647 <key key="barrier" value="wall" />
1648 <reference ref="optional_height" />
1649 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1650 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1651 </item> <!-- Wall -->
1652 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1653 <link wiki="Tag:barrier=city_wall" />
1654 <key key="barrier" value="city_wall" />
1655 <reference ref="optional_height" />
1656 <check key="two_sided" text="Two-sided" disable_off="true" />
1657 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1658 </item> <!-- City Wall -->
1659 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1660 <link wiki="Tag:barrier=retaining_wall" />
1661 <key key="barrier" value="retaining_wall" />
1662 <reference ref="optional_height" />
1663 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1664 </item> <!-- Retaining Wall -->
1665 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1666 <link wiki="Tag:barrier=jersey_barrier" />
1667 <key key="barrier" value="jersey_barrier" />
1668 <combo key="material" text="Material" values="concrete,plastic" />
1669 </item> <!-- Jersey Barrier -->
1670 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1671 <link wiki="Tag:barrier=ditch" />
1672 <key key="barrier" value="ditch" />
1673 <optional>
1674 <text key="width" text="Width (meters)" length="7" />
1675 </optional>
1676 </item> <!-- Ditch -->
1677 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1678 <link wiki="Tag:barrier=kerb" />
1679 <key key="barrier" value="kerb" />
1680 <reference ref="optional_height" />
1681 <reference ref="wheelchair" />
1682 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1683 </item> <!-- Kerb -->
1684 <separator/> <!-- *** Access *** -->
1685 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1686 <link wiki="Tag:barrier=entrance" />
1687 <key key="barrier" value="entrance" />
1688 <reference ref="optional_maxheight_maxwidth" />
1689 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1690 <space />
1691 <reference ref="highway_access_vehicle" />
1692 <reference ref="check_access_nomotor" />
1693 <reference ref="check_access_motor" />
1694 <preset_link preset_name="Access Restrictions" />
1695 </item> <!-- Entrance (Barrier Opening) -->
1696 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1697 <link wiki="Tag:barrier=gate" />
1698 <key key="barrier" value="gate" />
1699 <reference ref="optional_maxheight_maxwidth" />
1700 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1701 <space />
1702 <reference ref="highway_access_vehicle" />
1703 <reference ref="check_access_nomotor" />
1704 <reference ref="check_access_motor" />
1705 <preset_link preset_name="Access Restrictions" />
1706 </item> <!-- Gate -->
1707 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1708 <link wiki="Tag:barrier=lift_gate" />
1709 <key key="barrier" value="lift_gate" />
1710 <space />
1711 <combo key="lift_gate:type" text="Type" values="single,double" values_context="lift_gate" values_searchable="true" />
1712 <reference ref="optional_maxwidth" />
1713 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1714 <space />
1715 <reference ref="highway_access_vehicle" />
1716 <reference ref="check_access_nomotor" />
1717 <reference ref="check_access_motor" />
1718 <preset_link preset_name="Access Restrictions" />
1719 </item> <!-- Lift Gate -->
1720 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1721 <link wiki="Tag:barrier=swing_gate" />
1722 <key key="barrier" value="swing_gate" />
1723 <space />
1724 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" values_searchable="true" />
1725 <reference ref="optional_maxwidth" />
1726 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1727 <space />
1728 <reference ref="highway_access_vehicle" />
1729 <reference ref="check_access_nomotor" />
1730 <reference ref="check_access_motor" />
1731 <preset_link preset_name="Access Restrictions" />
1732 </item> <!-- Swing Gate -->
1733 <item name="Hampshire Gate" type="node" preset_name_label="true">
1734 <link wiki="Tag:barrier=hampshire_gate" />
1735 <key key="barrier" value="hampshire_gate" />
1736 <reference ref="optional_maxwidth" />
1737 <text key="maxlength" text="Max. length (meters)" match="key" />
1738 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1739 <space />
1740 <reference ref="highway_access_vehicle" />
1741 <reference ref="check_access_nomotor" />
1742 <reference ref="check_access_motor" />
1743 <preset_link preset_name="Access Restrictions" />
1744 </item> <!-- Hampshire Gate -->
1745 <item name="Bump Gate" type="node" preset_name_label="true">
1746 <link wiki="Tag:barrier=bump_gate" />
1747 <key key="barrier" value="bump_gate" />
1748 <reference ref="optional_maxheight_maxwidth" />
1749 <text key="maxlength" text="Max. length (meters)" match="key" />
1750 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1751 <space />
1752 <reference ref="highway_access_vehicle" />
1753 <reference ref="check_access_nomotor" />
1754 <reference ref="check_access_motor" />
1755 <preset_link preset_name="Access Restrictions" />
1756 </item> <!-- Bump Gate -->
1757 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1758 <link wiki="Tag:barrier=kissing_gate" />
1759 <key key="barrier" value="kissing_gate" />
1760 <reference ref="optional_maxwidth" />
1761 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1762 <space />
1763 <label text="The tag `foot=yes` is implied and does not need to be set." />
1764 <space />
1765 <reference ref="highway_access_vehicle" />
1766 <reference ref="check_access_nomotor" />
1767 <preset_link preset_name="Access Restrictions" />
1768 </item> <!-- Kissing Gate -->
1769 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1770 <link wiki="Tag:barrier=chain" />
1771 <key key="barrier" value="chain" />
1772 <reference ref="optional_maxwidth" />
1773 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1774 <space />
1775 <reference ref="highway_access_vehicle" />
1776 <reference ref="check_access_nomotor" />
1777 <reference ref="check_access_motor" />
1778 <preset_link preset_name="Access Restrictions" />
1779 </item> <!-- Chain -->
1780 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1781 <link wiki="Tag:barrier=stile" />
1782 <space />
1783 <key key="barrier" value="stile" />
1784 <combo key="stile" text="Type" values="ladder,squeezer,stepover" values_searchable="true" />
1785 <reference ref="optional_maxwidth" />
1786 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1787 <space />
1788 <reference ref="highway_access_vehicle" />
1789 <reference ref="check_access_nomotor" />
1790 <preset_link preset_name="Access Restrictions" />
1791 </item> <!-- Stile -->
1792 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1793 <link wiki="Tag:barrier=turnstile" />
1794 <key key="barrier" value="turnstile" />
1795 <reference ref="optional_maxwidth" />
1796 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1797 <space />
1798 <reference ref="highway_access_vehicle" />
1799 <reference ref="check_access_nomotor" />
1800 <preset_link preset_name="Access Restrictions" />
1801 </item> <!-- Turnstile -->
1802 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1803 <link wiki="Tag:barrier=sally_port" />
1804 <space />
1805 <key key="barrier" value="sally_port" />
1806 <text key="maxheight" text="Max. height (meters)" match="key" />
1807 <text key="maxwidth" text="Max. width (meters)" match="key" />
1808 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1809 <space />
1810 <reference ref="highway_access_vehicle" />
1811 <reference ref="check_access_nomotor" />
1812 <reference ref="check_access_motor" />
1813 <preset_link preset_name="Access Restrictions" />
1814 </item> <!-- Sally Port -->
1815 </group> <!-- Barriers -->
1816 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1817 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1818 <link wiki="Key:tunnel" />
1819 <key key="tunnel" value="yes" />
1820 <optional>
1821 <text key="name" text="Name" />
1822 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
1823 <text key="width" text="Width (meters)" />
1824 <text key="maxheight" text="Max. height (meters)" />
1825 <space />
1826 <text key="maxspeed" text="Max. speed (km/h)" />
1827 <text key="maxspeed:forward" text="Max. speed in way direction" />
1828 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1829 <space />
1830 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1831 <check key="toll" text="Toll" />
1832 </optional>
1833 </item> <!-- Tunnel -->
1834 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1835 <link wiki="Key:tunnel" />
1836 <key key="tunnel" value="building_passage" />
1837 <optional>
1838 <reference ref="name_layer" />
1839 <text key="width" text="Width (meters)" />
1840 <text key="maxheight" text="Max. height (meters)" />
1841 <text key="maxspeed" text="Max. speed (km/h)" />
1842 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1843 </optional>
1844 </item> <!-- Building Passage -->
1845 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1846 <link wiki="Key:covered" />
1847 <space />
1848 <key key="covered" value="arcade" />
1849 <check key="arcade:left" value_on="open" text="Open on left side" disable_off="true" />
1850 <check key="arcade:right" value_on="open" text="Open on right side" disable_off="true" />
1851 <optional>
1852 <reference ref="name_layer" />
1853 <text key="width" text="Width (meters)" />
1854 </optional>
1855 </item> <!-- Arcade -->
1856 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1857 <link wiki="Key:covered" />
1858 <space />
1859 <key key="covered" value="colonnade" />
1860 <check key="colonnade:left" value_on="open" text="Open on left side" disable_off="true" />
1861 <check key="colonnade:right" value_on="open" text="Open on right side" disable_off="true" />
1862 <optional>
1863 <reference ref="name_layer" />
1864 <text key="width" text="Width (meters)" />
1865 </optional>
1866 </item> <!-- Colonnade -->
1867 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1868 <link wiki="Key:tunnel" />
1869 <space />
1870 <key key="tunnel" value="avalanche_protector" />
1871 <check key="avalanche_protector:left" value_on="open" text="Open on left side" disable_off="true" />
1872 <check key="avalanche_protector:right" value_on="open" text="Open on right side" disable_off="true" />
1873 <optional>
1874 <reference ref="name_layer" />
1875 <text key="width" text="Width (meters)" />
1876 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1877 </optional>
1878 </item> <!-- Avalanche Protector -->
1879 </group> <!-- Passageways -->
1880 </group> <!-- Highways -->
1881 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1882 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1883 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1884 <link wiki="Tag:waterway=river" />
1885 <space />
1886 <key key="waterway" value="river" />
1887 <text key="name" text="Name" />
1888 <optional>
1889 <reference ref="waterway" />
1890 <reference ref="wikipedia_wikidata" />
1891 <check key="lock" text="Lock" disable_off="true" />
1892 </optional>
1893 <reference ref="water_access" />
1894 </item> <!-- River -->
1895 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1896 <link wiki="Tag:waterway=stream" />
1897 <space />
1898 <key key="waterway" value="stream" />
1899 <text key="name" text="Name" />
1900 <optional>
1901 <reference ref="waterway" />
1902 <reference ref="wikipedia_wikidata" />
1903 </optional>
1904 <reference ref="water_access" />
1905 </item> <!-- Stream -->
1906 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1907 <link wiki="Tag:waterway=tidal_channel" />
1908 <space />
1909 <key key="waterway" value="tidal_channel" />
1910 <optional>
1911 <text key="name" text="Name" />
1912 <check key="salt" text="Salt Water" disable_off="true" />
1913 <check key="intermittent" text="Intermittent" disable_off="true" />
1914 <check key="seasonal" text="Seasonal" disable_off="true" />
1915 <text key="width" text="Width (meters)" />
1916 <reference ref="wikipedia_wikidata" />
1917 </optional>
1918 </item> <!-- Tidal channel -->
1919 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1920 <link wiki="Tag:waterway=canal" />
1921 <space />
1922 <key key="waterway" value="canal" />
1923 <text key="name" text="Name" />
1924 <optional>
1925 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
1926 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1927 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1928 <text key="width" text="Width (meters)" />
1929 <reference ref="wikipedia_wikidata" />
1930 <check key="lock" text="Lock" disable_off="true" />
1931 </optional>
1932 <reference ref="water_access" />
1933 </item> <!-- Canal -->
1934 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1935 <link wiki="Tag:waterway=drain" />
1936 <space />
1937 <key key="waterway" value="drain" />
1938 <optional>
1939 <text key="name" text="Name" />
1940 <reference ref="waterway" />
1941 </optional>
1942 </item> <!-- Drain -->
1943 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1944 <link wiki="Tag:waterway=ditch" />
1945 <space />
1946 <key key="waterway" value="ditch" />
1947 <optional>
1948 <text key="name" text="Name" />
1949 <reference ref="waterway" />
1950 </optional>
1951 </item> <!-- Ditch -->
1952 <separator/>
1953 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1954 <link wiki="Tag:natural=spring" />
1955 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1956 <space />
1957 <key key="natural" value="spring" />
1958 <text key="name" text="Name" />
1959 <check key="drinking_water" text="Drinking Water" />
1960 </item> <!-- Spring -->
1961 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1962 <link wiki="Tag:waterway=waterfall" />
1963 <space />
1964 <key key="waterway" value="waterfall" />
1965 <reference ref="name_wikipedia_wikidata" />
1966 <text key="height" text="Height (meters)" length="7" />
1967 </item> <!-- Waterfall -->
1968 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1969 <link wiki="Tag:waterway=weir" />
1970 <space />
1971 <key key="waterway" value="weir" />
1972 <text key="name" text="Name" />
1973 </item> <!-- Weir -->
1974 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1975 <link wiki="Tag:waterway=dam" />
1976 <space />
1977 <key key="waterway" value="dam" />
1978 <reference ref="name_wikipedia_wikidata" />
1979 </item> <!-- Dam -->
1980 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1981 <link wiki="Tag:man_made=dyke" />
1982 <space />
1983 <key key="man_made" value="dyke" />
1984 </item> <!-- Levee -->
1985 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1986 <link wiki="Tag:man_made=groyne" />
1987 <key key="man_made" value="groyne" />
1988 </item> <!-- Groyne -->
1989 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1990 <link wiki="Tag:man_made=breakwater" />
1991 <space />
1992 <key key="man_made" value="breakwater" />
1993 <text key="ref" text="Reference" />
1994 <text key="name" text="Name" />
1995 </item> <!-- Breakwater -->
1996 <separator/>
1997 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1998 <link wiki="Tag:tunnel=culvert" />
1999 <key key="tunnel" value="culvert" />
2000 <optional>
2001 <text key="name" text="Name" />
2002 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
2003 <text key="width" text="Width (meters)" />
2004 </optional>
2005 </item> <!-- Culvert -->
2006 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
2007 <link wiki="Tag:usage=penstock" />
2008 <key key="waterway" value="pressurised" />
2009 <key key="man_made" value="pipeline" />
2010 <key key="substance" value="water" />
2011 <key key="usage" value="penstock" />
2012 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
2013 <optional>
2014 <text key="name" text="Name" />
2015 <text key="operator" text="Operator" />
2016 <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" />
2017 <text key="pressure" text="Pressure (bar)" />
2018 <combo key="material" text="Material" values="metal,steel" />
2019 </optional>
2020 </item> <!-- Penstock -->
2021 <separator/>
2022 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
2023 <link wiki="Tag:landuse=basin" />
2024 <space />
2025 <key key="landuse" value="basin" />
2026 <combo key="basin" text="Type" values="retention,infiltration,detention" />
2027 <reference ref="optional_name" />
2028 </item> <!-- Basin -->
2029 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
2030 <link wiki="Tag:landuse=reservoir" />
2031 <space />
2032 <key key="landuse" value="reservoir" />
2033 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
2034 <reference ref="optional_name" />
2035 </item> <!-- Reservoir -->
2036 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
2037 <link wiki="Tag:man_made=reservoir_covered" />
2038 <space />
2039 <key key="man_made" value="reservoir_covered" />
2040 <reference ref="optional_name" />
2041 </item> <!-- Covered Reservoir -->
2042 <separator/>
2043 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
2044 <link wiki="Tag:natural=water" />
2045 <label text="A body of standing water, such as a lake or pond." />
2046 <space />
2047 <key key="natural" value="water" />
2048 <text key="name" text="Name" />
2049 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
2050 <check key="salt" text="Salt Water" disable_off="true" />
2051 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
2052 <check key="tidal" text="In the tidal range" disable_off="true" />
2053 <text key="ele" text="Elevation (meters)" length="10" />
2054 <reference ref="wikipedia_wikidata" />
2055 <reference ref="water_access" />
2056 </item> <!-- Water -->
2057 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
2058 <link wiki="Tag:natural=coastline" />
2059 <label text="Line between the sea and land (with the water on the right side of the way)." />
2060 <space />
2061 <key key="natural" value="coastline" />
2062 <text key="name" text="Name" />
2063 </item> <!-- Coastline -->
2064 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
2065 <link wiki="Tag:waterway=riverbank" />
2066 <space />
2067 <key key="waterway" value="riverbank" />
2068 <text key="name" text="Name" />
2069 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
2070 <check key="tidal" text="In the tidal range" disable_off="true" />
2071 </item> <!-- Riverbank -->
2072 <separator/>
2073 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
2074 <link wiki="Tag:natural=wetland" />
2075 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
2076 <space />
2077 <key key="natural" value="wetland" />
2078 <text key="name" text="Name" />
2079 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
2080 <check key="seasonal" text="Seasonal" disable_off="true" />
2081 </item> <!-- Wetland -->
2082 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
2083 <link wiki="Tag:natural=mud" />
2084 <label text="Large area covered with mud." />
2085 <space />
2086 <key key="natural" value="mud" />
2087 <text key="name" text="Name" />
2088 </item> <!-- Mud -->
2089 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
2090 <link wiki="Tag:natural=beach" />
2091 <label text="A flat area of sand, gravel or pebble next to water." />
2092 <space />
2093 <key key="natural" value="beach" />
2094 <reference ref="name_wikipedia_wikidata" />
2095 <optional>
2096 <reference ref="supervised" />
2097 <reference ref="oh_wheelchair" />
2098 <reference ref="POI_access" />
2099 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
2100 <multiselect key="sport" text="Sport" values="swimming;surfing" rows="3"/>
2101 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
2102 </optional>
2103 </item> <!-- Beach -->
2104 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2105 <link wiki="Tag:natural=bay" />
2106 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
2107 <space />
2108 <key key="natural" value="bay" />
2109 <text key="name" text="Name" />
2110 <optional>
2111 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
2112 </optional>
2113 </item> <!-- Bay -->
2114 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
2115 <link wiki="Tag:natural=cape" />
2116 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
2117 <space />
2118 <key key="natural" value="cape" />
2119 <text key="name" text="Name" />
2120 </item> <!-- Cape -->
2121 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2122 <link wiki="Tag:natural=strait" />
2123 <space />
2124 <key key="natural" value="strait" />
2125 <text key="name" text="Name" />
2126 </item> <!-- Strait -->
2127 </group> <!-- Water -->
2128 <group name="Shipping" icon="presets/nautical/ferry.svg">
2129 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
2130 <link wiki="Tag:amenity=ferry_terminal" />
2131 <space />
2132 <key key="amenity" value="ferry_terminal" />
2133 <text key="name" text="Name" />
2134 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
2135 </item> <!-- Ferry Terminal -->
2136 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
2137 <link wiki="Tag:route=ferry" />
2138 <key key="route" value="ferry" />
2139 <optional>
2140 <reference ref="name_ref_operator" />
2141 <reference ref="wheelchair" />
2142 <space />
2143 <reference ref="oh" />
2144 <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" />
2145 <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" />
2146 <reference ref="fee" />
2147 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
2148 <check key="ferry:cable" text="Reaction ferry" />
2149 </optional>
2150 <reference ref="link_road_access_restrictions" />
2151 </item> <!-- Ferry Route -->
2152 <separator/>
2153 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
2154 <link wiki="Tag:leisure=marina" />
2155 <space />
2156 <key key="leisure" value="marina" />
2157 <text key="name" text="Name" />
2158 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2159 </item> <!-- Marina -->
2160 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2161 <link wiki="Tag:waterway=fuel"/>
2162 <space />
2163 <key key="waterway" value="fuel" />
2164 <optional>
2165 <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" />
2166 <reference ref="name_operator" />
2167 <reference ref="oh" />
2168 <space />
2169 <label text="Fuel types:" />
2170 <checkgroup columns="2">
2171 <check key="fuel:diesel" text="Diesel" />
2172 <check key="fuel:biodiesel" text="Bio Diesel" />
2173 <check key="fuel:octane_80" text="Octane 80" />
2174 <check key="fuel:octane_87" text="Octane 87" />
2175 <check key="fuel:octane_91" text="Octane 91" />
2176 <check key="fuel:octane_92" text="Octane 92" />
2177 <check key="fuel:octane_95" text="Octane 95" />
2178 <check key="fuel:octane_98" text="Octane 98" />
2179 <check key="fuel:octane_100" text="Octane 100" />
2180 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2181 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2182 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2183 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2184 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2185 </checkgroup>
2186 </optional>
2187 <reference ref="link_contact_address_payment" />
2188 </item> <!-- Marine Fuel -->
2189 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2190 <link wiki="Tag:man_made=pier" />
2191 <space />
2192 <key key="man_made" value="pier" />
2193 <text key="name" text="Name" />
2194 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
2195 <check key="floating" text="Floating" />
2196 </item> <!-- Pier -->
2197 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
2198 <link wiki="Tag:waterway=lock_gate" />
2199 <key key="waterway" value="lock_gate" />
2200 </item> <!-- Lock Gate -->
2201 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
2202 <link wiki="Tag:waterway=turning_point" />
2203 <key key="waterway" value="turning_point" />
2204 </item> <!-- Turning Point -->
2205 <separator/>
2206 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
2207 <link wiki="Tag:leisure=slipway" />
2208 <key key="leisure" value="slipway" />
2209 <optional>
2210 <text key="name" text="Name" />
2211 </optional>
2212 </item> <!-- Slipway -->
2213 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2214 <link wiki="Tag:waterway=boatyard" />
2215 <space />
2216 <key key="waterway" value="boatyard" />
2217 <text key="name" text="Name" />
2218 </item> <!-- Boatyard -->
2219 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2220 <link wiki="Tag:waterway=dock" />
2221 <space />
2222 <key key="waterway" value="dock" />
2223 <text key="name" text="Name" />
2224 </item> <!-- Dock -->
2225 </group> <!-- Shipping -->
2226 </group> <!-- Water -->
2227 <group name="Transport" icon="presets/transport/railway/rail.svg">
2228 <group name="Railway" icon="presets/transport/railway/rail.svg">
2229 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
2230 <link wiki="Tag:railway=rail" />
2231 <key key="railway" value="rail" />
2232 <optional>
2233 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2234 <reference ref="railway_service_gauge_electrified_yesno" />
2235 </optional>
2236 </item> <!-- Rail -->
2237 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
2238 <link wiki="Tag:railway=narrow_gauge" />
2239 <key key="railway" value="narrow_gauge" />
2240 <optional>
2241 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2242 <reference ref="railway_service_gauge_electrified_yesno" />
2243 </optional>
2244 </item> <!-- Narrow Gauge Rail -->
2245 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
2246 <link wiki="Tag:railway=monorail" />
2247 <key key="railway" value="monorail" />
2248 <optional>
2249 <reference ref="railway_service" />
2250 <reference ref="railway_electrified_yesno" />
2251 </optional>
2252 </item> <!-- Monorail -->
2253 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
2254 <link wiki="Tag:railway=preserved" />
2255 <key key="railway" value="preserved" />
2256 <optional>
2257 <reference ref="railway_service_gauge_electrified_yesno" />
2258 </optional>
2259 </item> <!-- Preserved -->
2260 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
2261 <link wiki="Tag:railway=light_rail" />
2262 <key key="railway" value="light_rail" />
2263 <optional>
2264 <reference ref="railway_service_gauge_electrified_yesno" />
2265 </optional>
2266 </item> <!-- Light Rail -->
2267 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
2268 <link wiki="Tag:railway=subway" />
2269 <key key="railway" value="subway" />
2270 <optional>
2271 <reference ref="railway_service_gauge_electrified_yesno" />
2272 </optional>
2273 </item> <!-- Subway -->
2274 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
2275 <link wiki="Tag:railway=tram" />
2276 <key key="railway" value="tram" />
2277 <optional>
2278 <reference ref="railway_service_gauge_electrified_yesno" />
2279 </optional>
2280 </item> <!-- Tram -->
2281 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2282 <link wiki="Tag:railway=funicular" />
2283 <key key="railway" value="funicular" />
2284 <optional>
2285 <reference ref="railway_service_gauge_electrified_yesno" />
2286 </optional>
2287 </item> <!-- Funicular -->
2288 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2289 <link wiki="Tag:highway=bus_guideway" />
2290 <key key="highway" value="bus_guideway" />
2291 <optional>
2292 <text key="name" text="Name" />
2293 <reference ref="highway_yesno" />
2294 <check key="oneway" text="Oneway" />
2295 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
2296 <reference ref="surface_smoothness" />
2297 <text key="maxspeed" text="Max. speed (km/h)" />
2298 <text key="width" text="Width (meters)" />
2299 </optional>
2300 </item> <!-- Bus Guideway -->
2301 <separator/>
2302 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2303 <link wiki="Key:construction" />
2304 <key key="railway" value="construction" />
2305 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2306 <optional>
2307 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2308 <reference ref="railway_service_gauge_electrified_yesno" />
2309 </optional>
2310 </item> <!-- Railway construction -->
2311 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2312 <link wiki="Tag:railway=disused" />
2313 <key key="railway" value="disused" />
2314 <optional>
2315 <reference ref="railway_service" />
2316 <reference ref="highway_yesno" />
2317 </optional>
2318 </item> <!-- Disused Rail -->
2319 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2320 <link wiki="Tag:railway=abandoned" />
2321 <key key="railway" value="abandoned" />
2322 <optional>
2323 <reference ref="railway_service" />
2324 <reference ref="highway_yesno" />
2325 </optional>
2326 </item> <!-- Abandoned Rail -->
2327 <separator/>
2328 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2329 <link wiki="Tag:railway=level_crossing" />
2330 <key key="railway" value="level_crossing" />
2331 <optional>
2332 <reference ref="supervised" />
2333 <check key="crossing:light" text="Traffic lights" />
2334 <check key="crossing:bell" text="Sound signals" />
2335 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2336 </optional>
2337 </item> <!-- Level Crossing -->
2338 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2339 <link wiki="Tag:railway=crossing" />
2340 <key key="railway" value="crossing" />
2341 <optional>
2342 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2343 <reference ref="supervised" />
2344 <check key="horse" text="Cross on horseback" />
2345 <check key="bicycle" text="Cross by bicycle" />
2346 <check key="crossing:light" text="Traffic lights" />
2347 <check key="crossing:bell" text="Sound signals" />
2348 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2349 </optional>
2350 </item> <!-- Crossing -->
2351 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2352 <link wiki="Tag:railway=turntable" />
2353 <key key="railway" value="turntable" />
2354 </item> <!-- Turntable -->
2355 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2356 <link wiki="Tag:railway=buffer_stop" />
2357 <key key="railway" value="buffer_stop" />
2358 </item> <!-- Buffer Stop -->
2359 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2360 <link wiki="Tag:railway=switch" />
2361 <key key="railway" value="switch" />
2362 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2363 <text key="ref" text="Reference" />
2364 <text key="operator" text="Operator" />
2365 </item> <!-- Railway Switch -->
2366 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2367 <link wiki="Tag:railway=railway_crossing" />
2368 <key key="railway" value="railway_crossing" />
2369 <text key="ref" text="Reference" />
2370 <text key="operator" text="Operator" />
2371 </item> <!-- Railway crossing -->
2372 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2373 <link wiki="Tag:railway=signal" />
2374 <key key="railway" value="signal" />
2375 <text key="ref" text="Reference" />
2376 <text key="operator" text="Operator" />
2377 </item> <!-- Railway Signal -->
2378 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2379 <link wiki="Tag:railway=milestone" />
2380 <key key="railway" value="milestone" />
2381 <text key="distance" text="Distance (kilometers)" />
2382 <text key="ref" text="Reference" />
2383 </item> <!-- Railway Milestone -->
2384 </group> <!-- Railway -->
2385 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2386 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2387 <link wiki="Tag:aerialway=cable_car" />
2388 <space />
2389 <key key="aerialway" value="cable_car" />
2390 <reference ref="name_ref" />
2391 <optional>
2392 <text key="aerialway:capacity" text="Number of people per hour" />
2393 <text key="aerialway:occupancy" text="Number of people per car" />
2394 <text key="aerialway:duration" text="Typical journey time in minutes" />
2395 <check key="aerialway:heating" text="Has heating?" />
2396 <space />
2397 <text key="operator" text="Operator" />
2398 <reference ref="oh" />
2399 <reference ref="fee" />
2400 </optional>
2401 </item> <!-- Cable Car -->
2402 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2403 <link wiki="Tag:aerialway=chair_lift" />
2404 <space />
2405 <key key="aerialway" value="chair_lift" />
2406 <reference ref="name_ref" />
2407 <optional>
2408 <text key="aerialway:capacity" text="Number of people per hour" />
2409 <text key="aerialway:occupancy" text="Number of people per chair" />
2410 <text key="aerialway:duration" text="Typical journey time in minutes" />
2411 <check key="aerialway:bubble" text="Has bubble?" />
2412 <check key="aerialway:heating" text="Has heating?" />
2413 <space />
2414 <text key="operator" text="Operator" />
2415 <reference ref="oh" />
2416 <reference ref="fee" />
2417 </optional>
2418 </item> <!-- Chair Lift -->
2419 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2420 <link wiki="Tag:aerialway=gondola" />
2421 <space />
2422 <key key="aerialway" value="gondola" />
2423 <reference ref="name_ref" />
2424 <optional>
2425 <text key="aerialway:capacity" text="Number of people per hour" />
2426 <text key="aerialway:occupancy" text="Number of people per gondola" />
2427 <text key="aerialway:duration" text="Typical journey time in minutes" />
2428 <check key="aerialway:heating" text="Has heating?" />
2429 <space />
2430 <text key="operator" text="Operator" />
2431 <reference ref="oh" />
2432 <reference ref="fee" />
2433 </optional>
2434 </item> <!-- Gondola -->
2435 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2436 <link wiki="Tag:aerialway=mixed_lift" />
2437 <space />
2438 <key key="aerialway" value="mixed_lift" />
2439 <reference ref="name_ref" />
2440 <optional>
2441 <text key="aerialway:capacity" text="Number of people per hour" />
2442 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2443 <text key="aerialway:duration" text="Typical journey time in minutes" />
2444 <check key="aerialway:bubble" text="Has bubble?" />
2445 <check key="aerialway:heating" text="Has heating?" />
2446 <space />
2447 <text key="operator" text="Operator" />
2448 <reference ref="oh" />
2449 <reference ref="fee" />
2450 </optional>
2451 </item> <!-- Mixed Lift -->
2452 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2453 <link wiki="Tag:aerialway=drag_lift" />
2454 <space />
2455 <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" />
2456 <reference ref="name_ref" />
2457 <optional>
2458 <text key="aerialway:capacity" text="Number of people per hour" />
2459 <text key="aerialway:duration" text="Typical journey time in minutes" />
2460 <space />
2461 <text key="operator" text="Operator" />
2462 <reference ref="oh" />
2463 <reference ref="fee" />
2464 </optional>
2465 </item> <!-- Drag Lift -->
2466 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2467 <link wiki="Tag:aerialway=magic_carpet" />
2468 <space />
2469 <key key="aerialway" value="magic_carpet" />
2470 <reference ref="name_ref" />
2471 <optional>
2472 <text key="aerialway:capacity" text="Number of people per hour" />
2473 <text key="aerialway:duration" text="Typical journey time in minutes" />
2474 <space />
2475 <text key="operator" text="Operator" />
2476 <reference ref="oh" />
2477 <reference ref="fee" />
2478 </optional>
2479 </item> <!-- Magic Carpet -->
2480 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2481 <link wiki="Tag:aerialway=goods" />
2482 <space />
2483 <key key="aerialway" value="goods" />
2484 <optional>
2485 <reference ref="name_ref_operator" />
2486 <text key="aerialway:duration" text="Typical journey time in minutes" />
2487 </optional>
2488 </item> <!-- Goods -->
2489 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2490 <link wiki="Tag:aerialway=zip_line" />
2491 <space />
2492 <key key="aerialway" value="zip_line" />
2493 <optional>
2494 <reference ref="name_ref_operator" />
2495 <reference ref="oh" />
2496 <reference ref="fee" />
2497 <reference ref="min_age" />
2498 <text key="maxweight" text="Max. weight (tonnes)" />
2499 </optional>
2500 </item> <!-- Zip line -->
2501 <separator/>
2502 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2503 <link wiki="Tag:aerialway=station" />
2504 <space />
2505 <key key="aerialway" value="station" />
2506 <reference ref="name_ref_operator" />
2507 </item> <!-- Station -->
2508 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2509 <link wiki="Tag:aerialway=pylon" />
2510 <space />
2511 <key key="aerialway" value="pylon" />
2512 <reference ref="name_ref" />
2513 </item> <!-- Pylon -->
2514 </group> <!-- Aerialway -->
2515 <separator/>
2516 <group name="Car" icon="presets/shop/vehicle.svg">
2517 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2518 <link wiki="Tag:amenity=parking" />
2519 <space />
2520 <key key="amenity" value="parking" />
2521 <reference ref="parking_name_type_ref" />
2522 <text key="maxheight" text="Max. height (meters)" />
2523 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2524 <reference ref="parking_access_fee_operator_surface_smoothness" />
2525 <space />
2526 <text key="capacity" text="Capacity (overall)" />
2527 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2528 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2529 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2530 <label text="See the Wiki for other capacity:[types]=*." />
2531 <space />
2532 <reference ref="maxstay" />
2533 <reference ref="supervised_lit_oh" />
2534 </item> <!-- Parking -->
2535 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2536 <link wiki="Tag:amenity=parking_space" />
2537 <space />
2538 <key key="amenity" value="parking_space" />
2539 <reference ref="parking_name_type_ref" />
2540 <text key="capacity" text="Capacity" />
2541 <reference ref="parking_access_fee_operator_surface_smoothness" />
2542 <reference ref="maxstay" />
2543 <reference ref="supervised_lit_oh" />
2544 <check key="covered" text="Covered (with roof)" />
2545 </item> <!-- Parking Space -->
2546 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2547 <link wiki="Tag:amenity=parking_entrance" />
2548 <space />
2549 <key key="amenity" value="parking_entrance" />
2550 <reference ref="parking_name_type_ref" />
2551 <text key="maxheight" text="Max. height (meters)" />
2552 <reference ref="parking_access_fee_operator_surface_smoothness" />
2553 <reference ref="supervised_lit_oh" />
2554 <check key="covered" text="Covered (with roof)" />
2555 </item> <!-- Parking Entrance -->
2556 <separator/>
2557 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2558 <link wiki="Tag:amenity=fuel" />
2559 <space />
2560 <key key="amenity" value="fuel" />
2561 <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" />
2562 <optional>
2563 <text key="name" text="Name" />
2564 <text key="operator" text="Operator" />
2565 <reference ref="oh_wheelchair" />
2566 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2567 <space />
2568 <label text="Fuel types:" />
2569 <checkgroup columns="2">
2570 <check key="fuel:diesel" text="Diesel" />
2571 <check key="fuel:biodiesel" text="Bio Diesel" />
2572 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2573 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2574 <check key="fuel:octane_80" text="Octane 80" />
2575 <check key="fuel:octane_87" text="Octane 87" />
2576 <check key="fuel:octane_91" text="Octane 91" />
2577 <check key="fuel:octane_92" text="Octane 92" />
2578 <check key="fuel:octane_95" text="Octane 95" />
2579 <check key="fuel:octane_98" text="Octane 98" />
2580 <check key="fuel:octane_100" text="Octane 100" />
2581 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2582 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2583 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2584 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2585 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2586 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2587 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2588 <check key="fuel:biogas" text="Biogas" />
2589 </checkgroup>
2590 <space />
2591 <label text="Additives:" />
2592 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2593 <space />
2594 <label text="Fuel cards:" />
2595 <checkgroup columns="3">
2596 <check key="payment:dkv" text="DKV" />
2597 <check key="payment:routex" text="Routex" />
2598 <check key="payment:uta" text="UTA" />
2599 </checkgroup>
2600 </optional>
2601 <reference ref="link_contact_address_payment" />
2602 <preset_link preset_name="Building" />
2603 </item> <!-- Fuel -->
2604 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2605 <link wiki="Tag:amenity=charging_station" />
2606 <space />
2607 <key key="amenity" value="charging_station" />
2608 <reference ref="name_ref_operator" />
2609 <reference ref="oh" />
2610 <reference ref="fee" />
2611 <space />
2612 <combo key="voltage" text="Voltage" values="230,400"/>
2613 <combo key="amperage" text="Amperage" values="16,32" />
2614 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2615 <space />
2616 <label text="Types of vehicles which can be charged:" />
2617 <checkgroup columns="4">
2618 <check key="bicycle" text="Bicycle" />
2619 <check key="scooter" text="Scooter" />
2620 <check key="motorcycle" text="Motorcycle" />
2621 <check key="motorcar" text="Motorcar" />
2622 <check key="truck" text="Truck" />
2623 </checkgroup>
2624 <space />
2625 <label text="Number of Sockets:" />
2626 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2627 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2628 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2629 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2630 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2631 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2632 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2633 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2634 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2635 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2636 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2637 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2638 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2639 <space />
2640 <label text="Authentication:" />
2641 <checkgroup columns="4">
2642 <check key="authentication:none" text="None" />
2643 <check key="authentication:phone_call" text="Phone call" />
2644 <check key="authentication:short_message" text="Short message" />
2645 <check key="authentication:nfc" text="NFC" />
2646 </checkgroup>
2647 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2648 <preset_link preset_name="Payment Methods" />
2649 </item> <!-- Charging Station -->
2650 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2651 <link wiki="Tag:amenity=car_wash" />
2652 <space />
2653 <key key="amenity" value="car_wash" />
2654 <reference ref="name_brand_operator_oh_wheelchair" />
2655 <checkgroup columns="2">
2656 <check key="automated" text="Automated" text_context="car_wash" />
2657 <check key="self_service" text="Self Service" />
2658 </checkgroup>
2659 <reference ref="link_contact_address_payment" />
2660 </item> <!-- Wash -->
2661 <separator/>
2662 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2663 <link wiki="Tag:shop=car" />
2664 <space />
2665 <key key="shop" value="car" />
2666 <reference ref="car_brands" />
2667 <reference ref="name_operator_oh_wheelchair" />
2668 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2669 <reference ref="link_contact_address_payment" />
2670 </item> <!-- Car Dealer -->
2671 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2672 <link wiki="Tag:shop=car_repair" />
2673 <space />
2674 <key key="shop" value="car_repair" />
2675 <reference ref="car_brands" />
2676 <reference ref="name_operator_oh_wheelchair" />
2677 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2678 <reference ref="link_contact_address_payment" />
2679 </item> <!-- Repair -->
2680 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2681 <link wiki="Tag:shop=car_parts" />
2682 <space />
2683 <key key="shop" value="car_parts" />
2684 <reference ref="car_brands" />
2685 <reference ref="name_operator_oh_wheelchair" />
2686 <reference ref="link_contact_address_payment" />
2687 </item> <!-- Parts -->
2688 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2689 <link wiki="Tag:shop=tyres" />
2690 <space />
2691 <key key="shop" value="tyres" />
2692 <reference ref="name_brand_operator_oh_wheelchair" />
2693 <reference ref="link_contact_address_payment" />
2694 </item> <!-- Tires -->
2695 <separator/>
2696 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2697 <link wiki="Tag:amenity=car_rental" />
2698 <space />
2699 <key key="amenity" value="car_rental" />
2700 <reference ref="name_brand_operator_oh_wheelchair" />
2701 <reference ref="link_contact_address_payment" />
2702 </item> <!-- Rental -->
2703 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2704 <link wiki="Tag:amenity=car_pooling" />
2705 <space />
2706 <key key="amenity" value="car_pooling" />
2707 <text key="operator" text="Operator" />
2708 <text key="network" text="Network" />
2709 <text key="capacity" text="Capacity" />
2710 <reference ref="name_oh_wheelchair" />
2711 <text key="website" text="Website" />
2712 </item> <!-- Pooling -->
2713 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2714 <link wiki="Tag:amenity=car_sharing" />
2715 <space />
2716 <key key="amenity" value="car_sharing" />
2717 <text key="operator" text="Operator" />
2718 <text key="capacity" text="Capacity" />
2719 <reference ref="name_oh_wheelchair" />
2720 <text key="website" text="Website" />
2721 </item> <!-- Sharing -->
2722 </group> <!-- Car -->
2723 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2724 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2725 <link wiki="Tag:amenity=motorcycle_parking" />
2726 <space />
2727 <key key="amenity" value="motorcycle_parking" />
2728 <reference ref="parking_name_type_ref" />
2729 <text key="capacity" text="Capacity" />
2730 <reference ref="parking_access_fee_operator_surface_smoothness" />
2731 <reference ref="supervised_lit_oh" />
2732 <reference ref="maxstay" />
2733 <check key="covered" text="Covered (with roof)" />
2734 </item> <!-- Parking -->
2735 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2736 <link wiki="Tag:shop=motorcycle" />
2737 <space />
2738 <key key="shop" value="motorcycle" />
2739 <text key="name" text="Name" />
2740 <reference ref="motorcycle_brands" />
2741 <text key="operator" text="Operator" />
2742 <reference ref="oh_wheelchair" />
2743 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2744 <optional text="Services:">
2745 <combo key="sale" text="Sale" values="yes,brand,no" />
2746 <combo key="rental" text="Rental" values="yes,brand,no" />
2747 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2748 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2749 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2750 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2751 <text key="services" text="Other" />
2752 </optional>
2753 <reference ref="link_contact_address_payment" />
2754 </item> <!-- Motorcycle Dealer -->
2755 </group> <!-- Motorcycle -->
2756 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2757 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2758 <link wiki="Tag:amenity=bicycle_parking" />
2759 <space />
2760 <key key="amenity" value="bicycle_parking" />
2761 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2762 <text key="name" text="Name" />
2763 <text key="capacity" text="Capacity" />
2764 <reference ref="parking_access_fee_operator_surface_smoothness" />
2765 <check key="covered" text="Covered" />
2766 <reference ref="supervised_lit_oh" />
2767 </item> <!-- Parking -->
2768 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2769 <link wiki="Tag:shop=bicycle" />
2770 <space />
2771 <key key="shop" value="bicycle" />
2772 <reference ref="name_oh_wheelchair" />
2773 <check key="service:bicycle:retail" text="Bicycles are sold" />
2774 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2775 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2776 <check key="service:bicycle:rental" text="Bicycles are rented" />
2777 <check key="service:bicycle:pump" text="Free bicycle pump" />
2778 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2779 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2780 <reference ref="link_contact_address_payment" />
2781 </item> <!-- Bike Dealer -->
2782 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2783 <link wiki="Tag:amenity=bicycle_rental" />
2784 <space />
2785 <key key="amenity" value="bicycle_rental" />
2786 <text key="name" text="Name" />
2787 <reference ref="link_contact_address_payment" />
2788 </item> <!-- Rental -->
2789 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2790 <link wiki="Tag:amenity=bicycle_repair_station" />
2791 <space />
2792 <key key="amenity" value="bicycle_repair_station" />
2793 <optional>
2794 <text key="name" text="Name" />
2795 <text key="brand" text="Brand" />
2796 <text key="operator" text="Operator" />
2797 <reference ref="oh" />
2798 <check key="service:bicycle:pump" text="Free bicycle pump" />
2799 <check key="service:bicycle:chain_tool" text="Chain tool" />
2800 </optional>
2801 </item> <!-- Public Bicycle Repair Station -->
2802 </group> <!-- Bicycle -->
2803 <group name="Public Transport" icon="presets/transport/bus.svg">
2804 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2805 <link wiki="Public_transport#Service_routes" />
2806 <space />
2807 <key key="type" value="route" />
2808 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2809 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2810 <reference ref="name_ref" />
2811 <optional>
2812 <reference ref="public_transport_route_optionals" />
2813 </optional>
2814 <roles>
2815 <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)" />
2816 <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)" />
2817 <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)" />
2818 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2819 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2820 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2821 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2822 </roles>
2823 </item> <!-- Public Transport Route (Rail) -->
2824 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2825 <link wiki="Public_transport#Service_routes" />
2826 <space />
2827 <key key="type" value="route" />
2828 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2829 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2830 <reference ref="name_ref" />
2831 <optional>
2832 <reference ref="public_transport_route_optionals" />
2833 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2834 </optional>
2835 <roles>
2836 <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)" />
2837 <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)" />
2838 <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)" />
2839 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2840 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2841 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2842 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2843 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2844 </roles>
2845 </item> <!-- Public Transport Route (Bus) -->
2846 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2847 <link wiki="Public_transport#Route_Master_relations" />
2848 <space />
2849 <key key="type" value="route_master" />
2850 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2851 <reference ref="name_ref" />
2852 <optional>
2853 <text key="operator" text="Operator" />
2854 <text key="network" text="Network" />
2855 <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" />
2856 <text key="website" text="Website" />
2857 </optional>
2858 <roles>
2859 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2860 </roles>
2861 </item> <!-- Route Master -->
2862 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2863 <link wiki="Tag:public_transport=stop_area" />
2864 <space />
2865 <key key="type" value="public_transport" />
2866 <key key="public_transport" value="stop_area" />
2867 <text key="name" text="Name" />
2868 <optional>
2869 <text key="ref" text="Reference" />
2870 <text key="uic_ref" text="UIC reference" />
2871 <text key="uic_name" text="UIC name" />
2872 <text key="operator" text="Operator" />
2873 <text key="network" text="Network" />
2874 </optional>
2875 <roles>
2876 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2877 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2878 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2879 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2880 </roles>
2881 </item> <!-- Stop Area -->
2882 <separator/>
2883 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2884 <link wiki="Tag:public_transport=stop_position" />
2885 <space />
2886 <key key="public_transport" value="stop_position" />
2887 <text key="name" text="Name" />
2888 <optional>
2889 <text key="ref" text="Reference" />
2890 <text key="uic_ref" text="UIC reference" />
2891 <text key="uic_name" text="UIC name" />
2892 <text key="operator" text="Operator" />
2893 <text key="network" text="Network" />
2894 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2895 </optional>
2896 <space />
2897 <checkgroup columns="3">
2898 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2899 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2900 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2901 <check key="train" text="Train" icon="presets/transport/train.svg" />
2902 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2903 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2904 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2905 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2906 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2907 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2908 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2909 </checkgroup>
2910 </item> <!-- Stop Position -->
2911 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2912 <link wiki="Tag:public_transport=platform" />
2913 <space />
2914 <key key="public_transport" value="platform" />
2915 <text key="name" text="Name" />
2916 <check key="bench" text="Bench" />
2917 <check key="shelter" text="Shelter" />
2918 <check key="bin" text="Waste Basket/Trash Can" />
2919 <check key="covered" text="Covered" />
2920 <check key="passenger_information_display" text="Passenger information display" />
2921 <text key="route_ref" text="Route references" />
2922 <reference ref="wheelchair" />
2923 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2924 </item> <!-- Platform -->
2925 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2926 <link wiki="Tag:public_transport=station" />
2927 <space />
2928 <key key="public_transport" value="station" />
2929 <text key="name" text="Name" />
2930 <check key="area" text="Area" disable_off="true" />
2931 <check key="building" text="Building" disable_off="true" />
2932 <text key="operator" text="Operator" />
2933 <text key="network" text="Network" />
2934 </item> <!-- Station -->
2935 <separator/> <!-- *** Access *** -->
2936 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2937 <link wiki="Tag:railway=subway_entrance" />
2938 <key key="railway" value="subway_entrance" />
2939 <optional>
2940 <text key="name" text="Name" />
2941 <reference ref="wheelchair" />
2942 <check key="bicycle" text="Bicycle" />
2943 </optional>
2944 </item> <!-- Subway Entrance -->
2945 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2946 <link wiki="Tag:amenity=vending_machine" />
2947 <space />
2948 <key key="amenity" value="vending_machine" />
2949 <key key="vending" value="public_transport_tickets" />
2950 <reference ref="name_operator" />
2951 <text key="ref" text="Reference number" />
2952 <preset_link preset_name="Payment Methods" />
2953 </item> <!-- Ticket Machine -->
2954 </group> <!-- Public Transport -->
2955 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2956 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2957 <key key="type" value="route" />
2958 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2959 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2960 <reference ref="name_ref" />
2961 <optional>
2962 <text key="from" text="From (initial stop)" />
2963 <text key="to" text="To (terminal stop)" />
2964 <text key="via" text="Via (intermediate stops)" />
2965 <text key="operator" text="Operator" />
2966 <text key="network" text="Network" />
2967 <text key="description" text="Description" />
2968 <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" />
2969 <reference ref="oh" />
2970 <reference ref="fee" />
2971 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2972 <text key="website" text="Website" />
2973 </optional>
2974 <roles>
2975 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2976 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2977 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2978 <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" />
2979 <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" />
2980 <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" />
2981 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2982 </roles>
2983 </item> <!-- Public transport route (Legacy) -->
2984 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2985 <link wiki="Tag:railway=station" />
2986 <key key="railway" value="station" />
2987 <optional>
2988 <text key="name" text="Name" />
2989 <text key="uic_ref" text="UIC-Reference" />
2990 </optional>
2991 </item> <!-- Station -->
2992 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2993 <link wiki="Tag:railway=halt" />
2994 <key key="railway" value="halt" />
2995 <optional>
2996 <text key="name" text="Name" />
2997 </optional>
2998 </item> <!-- Railway Halt -->
2999 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
3000 <link wiki="Tag:railway=tram_stop" />
3001 <key key="railway" value="tram_stop" />
3002 <optional>
3003 <text key="name" text="Name" />
3004 </optional>
3005 </item> <!-- Tram Stop -->
3006 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
3007 <link wiki="Tag:railway=platform" />
3008 <space />
3009 <key key="railway" value="platform" />
3010 <text key="ref" text="Reference (track number)" />
3011 <text key="width" text="Width (meters)" />
3012 <check key="area" text="Area" />
3013 </item> <!-- Railway Platform -->
3014 <separator/>
3015 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
3016 <link wiki="Tag:amenity=bus_station" />
3017 <key key="amenity" value="bus_station" />
3018 <optional>
3019 <text key="name" text="Name" />
3020 </optional>
3021 </item> <!-- Bus Station -->
3022 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
3023 <link wiki="Tag:highway=bus_stop" />
3024 <key key="highway" value="bus_stop" />
3025 <optional>
3026 <text key="name" text="Name" />
3027 <check key="bench" text="Bench" />
3028 <check key="shelter" text="Shelter" />
3029 <check key="bin" text="Waste Basket/Trash Can" />
3030 <check key="passenger_information_display" text="Passenger information display" />
3031 <text key="route_ref" text="Route references" />
3032 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
3033 </optional>
3034 </item> <!-- Bus Stop -->
3035 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3036 <link wiki="Tag:highway=platform" />
3037 <space />
3038 <key key="highway" value="platform" />
3039 <text key="ref" text="Reference (track number)" />
3040 <text key="width" text="Width (meters)" />
3041 <check key="area" text="Area" />
3042 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
3043 </item> <!-- Bus Platform -->
3044 </group> <!-- Public Transport -->
3045 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
3046 <link wiki="Tag:amenity=taxi" />
3047 <space />
3048 <key key="amenity" value="taxi" />
3049 <text key="name" text="Name" />
3050 </item> <!-- Taxi -->
3051 <separator/>
3052 <group name="Airport" icon="presets/transport/airport.svg">
3053 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
3054 <link wiki="Tag:aeroway=aerodrome" />
3055 <space />
3056 <reference ref="aerodrome" />
3057 </item> <!-- Airport Ground -->
3058 <separator/>
3059 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
3060 <link wiki="Tag:aeroway=runway" />
3061 <key key="aeroway" value="runway" />
3062 <optional>
3063 <text key="ref" text="Reference" />
3064 <text key="length" text="Length (meters)" />
3065 <combo key="width" text="Width (meters)" values="18,23,30,45,60" />
3066 <text key="ele" text="Elevation (meters)" length="10" />
3067 <reference ref="surface" />
3068 </optional>
3069 </item> <!-- Runway -->
3070 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
3071 <link wiki="Tag:aeroway=taxiway" />
3072 <key key="aeroway" value="taxiway" />
3073 <optional>
3074 <text key="ref" text="Reference" />
3075 <text key="width" text="Width (meters)" />
3076 <reference ref="surface" />
3077 </optional>
3078 </item> <!-- Taxiway -->
3079 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
3080 <link wiki="Tag:aeroway=holding_position" />
3081 <key key="aeroway" value="holding_position" />
3082 <optional>
3083 <text key="ref" text="Reference" />
3084 </optional>
3085 </item> <!-- Holding Position -->
3086 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
3087 <link wiki="Tag:aeroway=helipad" />
3088 <key key="aeroway" value="helipad" />
3089 <optional>
3090 <reference ref="name_ref" />
3091 <text key="iata" text="IATA" />
3092 <text key="icao" text="ICAO" />
3093 <text key="ele" text="Elevation (meters)" length="10" />
3094 <reference ref="surface"/>
3095 <reference ref="wikipedia_wikidata" />
3096 </optional>
3097 </item> <!-- Helipad -->
3098 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
3099 <link wiki="Tag:aeroway=apron" />
3100 <key key="aeroway" value="apron" />
3101 <optional>
3102 <reference ref="name_ref" />
3103 <reference ref="surface"/>
3104 </optional>
3105 </item> <!-- Apron -->
3106 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
3107 <link wiki="Tag:aeroway=parking_position" />
3108 <key key="aeroway" value="parking_position" />
3109 <text key="ref" text="Reference" />
3110 </item> <!-- Plane Parking Position -->
3111 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3112 <link wiki="Tag:aeroway=hangar" />
3113 <key key="aeroway" value="hangar" />
3114 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
3115 </item> <!-- Hangar -->
3116 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
3117 <link wiki="Tag:airmark=beacon" />
3118 <key key="airmark" value="beacon" />
3119 </item> <!-- Beacon -->
3120 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
3121 <link wiki="Tag:aeroway=navigationaid" />
3122 <key key="aeroway" value="navigationaid" />
3123 <combo key="navigationaid" text="Type" values_searchable="true">
3124 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
3125 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
3126 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
3127 </combo>
3128 </item> <!-- Navigation aid -->
3129 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
3130 <link wiki="Tag:aeroway=windsock" />
3131 <key key="aeroway" value="windsock" />
3132 </item> <!-- Windsock -->
3133 <separator/>
3134 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3135 <link wiki="Tag:aeroway=terminal" />
3136 <space />
3137 <key key="aeroway" value="terminal" />
3138 <text key="name" text="Name" />
3139 <reference ref="internet" />
3140 <reference ref="link_contact_address" />
3141 </item> <!-- Terminal -->
3142 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
3143 <link wiki="Tag:aeroway=gate" />
3144 <space />
3145 <key key="aeroway" value="gate" />
3146 <text key="ref" text="Reference" />
3147 </item> <!-- Gate -->
3148 </group> <!-- Airport -->
3149 </group> <!-- Transport -->
3150 <group name="Facilities" icon="presets/accommodation/hotel.svg">
3151 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
3152 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3153 <link wiki="Tag:tourism=hotel" />
3154 <space />
3155 <key key="tourism" value="hotel" />
3156 <reference ref="name_operator" />
3157 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3158 <text key="rooms" text="Rooms" />
3159 <text key="beds" text="Beds" />
3160 <reference ref="wheelchair" />
3161 <space />
3162 <reference ref="internet_smoking" />
3163 <reference ref="link_contact_address_payment" />
3164 <preset_link preset_name="Residential Building" />
3165 </item> <!-- Hotel -->
3166 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3167 <link wiki="Tag:tourism=motel" />
3168 <space />
3169 <key key="tourism" value="motel" />
3170 <reference ref="name_operator" />
3171 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3172 <text key="rooms" text="Rooms" />
3173 <text key="beds" text="Beds" />
3174 <reference ref="wheelchair" />
3175 <space />
3176 <reference ref="internet_smoking" />
3177 <reference ref="link_contact_address_payment" />
3178 <preset_link preset_name="Building" />
3179 </item> <!-- Motel -->
3180 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
3181 <link wiki="Tag:tourism=guest_house" />
3182 <space />
3183 <key key="tourism" value="guest_house" />
3184 <reference ref="name_operator" />
3185 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3186 <text key="rooms" text="Rooms" />
3187 <text key="beds" text="Beds" />
3188 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
3189 <reference ref="wheelchair" />
3190 <space />
3191 <reference ref="internet_smoking" />
3192 <reference ref="link_contact_address_payment" />
3193 <preset_link preset_name="Building" />
3194 </item> <!-- Guest House/Bed & Breakfast -->
3195 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
3196 <link wiki="Tag:tourism=apartment" />
3197 <space />
3198 <key key="tourism" value="apartment" />
3199 <reference ref="name_operator" />
3200 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
3201 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3202 <reference ref="wheelchair" />
3203 <space />
3204 <reference ref="internet_smoking" />
3205 <reference ref="link_contact_address_payment" />
3206 </item> <!-- Apartment -->
3207 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3208 <link wiki="Tag:tourism=chalet" />
3209 <space />
3210 <key key="tourism" value="chalet" />
3211 <reference ref="name_operator" />
3212 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3213 <text key="rooms" text="Rooms" />
3214 <text key="beds" text="Beds" />
3215 <reference ref="wheelchair" />
3216 <space />
3217 <reference ref="internet_smoking" />
3218 <reference ref="link_contact_address_payment" />
3219 <preset_link preset_name="Building" />
3220 </item> <!-- Chalet -->
3221 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3222 <link wiki="Tag:tourism=hostel" />
3223 <space />
3224 <key key="tourism" value="hostel" />
3225 <reference ref="name_operator" />
3226 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3227 <text key="rooms" text="Rooms" />
3228 <text key="beds" text="Beds" />
3229 <reference ref="wheelchair" />
3230 <space />
3231 <reference ref="internet_smoking" />
3232 <reference ref="link_contact_address_payment" />
3233 <preset_link preset_name="Building" />
3234 </item> <!-- Hostel -->
3235 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3236 <link wiki="Tag:tourism=alpine_hut" />
3237 <space />
3238 <key key="tourism" value="alpine_hut" />
3239 <reference ref="name_operator" />
3240 <text key="ele" text="Elevation (meters)" length="10" />
3241 <text key="rooms" text="Rooms" />
3242 <text key="beds" text="Beds" />
3243 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3244 <space />
3245 <reference ref="internet_smoking" />
3246 <reference ref="link_contact_address_payment" />
3247 <preset_link preset_name="Building" />
3248 </item> <!-- Alpine Hut -->
3249 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3250 <link wiki="Tag:tourism=wilderness_hut" />
3251 <space />
3252 <key key="tourism" value="wilderness_hut" />
3253 <reference ref="name_operator" />
3254 <reference ref="POI_access" />
3255 <text key="capacity" text="Capacity" />
3256 <reference ref="fee" />
3257 <check key="toilets" text="Toilets" />
3258 <check key="shower" text="Shower" />
3259 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
3260 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3261 <text key="ele" text="Elevation (meters)" length="10" />
3262 <text key="description" text="Closer description" />
3263 <reference ref="link_contact_address_payment" />
3264 <preset_link preset_name="Building" />
3265 </item> <!-- Wilderness Hut -->
3266 <separator/>
3267 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
3268 <link wiki="Tag:tourism=caravan_site" />
3269 <space />
3270 <key key="tourism" value="caravan_site" />
3271 <reference ref="name_operator" />
3272 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3273 <reference ref="oh_wheelchair" />
3274 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3275 <text key="capacity" text="Number of places" />
3276 <reference ref="fee_interval" />
3277 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3278 <check key="power_supply" text="Power supply" />
3279 <check key="tents" text="Tents allowed" />
3280 <space />
3281 <reference ref="internet_smoking" />
3282 <reference ref="link_contact_address_payment" />
3283 </item> <!-- Caravan Site/RV Park -->
3284 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
3285 <link wiki="Tag:tourism=camp_site" />
3286 <space />
3287 <key key="tourism" value="camp_site" />
3288 <reference ref="name_operator" />
3289 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3290 <reference ref="oh_wheelchair" />
3291 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3292 <text key="capacity" text="Number of places" />
3293 <checkgroup columns="2">
3294 <check key="tents" text="Tents allowed" />
3295 <check key="caravans" text="Caravans allowed" />
3296 </checkgroup>
3297 <checkgroup columns="2">
3298 <check key="backcountry" text="Backcountry" />
3299 <check key="group_only" text="Group only access" />
3300 </checkgroup>
3301 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3302 <reference ref="wheelchair" />
3303 <reference ref="internet" />
3304 <space />
3305 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3306 <reference ref="link_contact_address_payment" />
3307 </item> <!-- Campsite -->
3308 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3309 <link wiki="Tag:tourism=camp_pitch" />
3310 <space />
3311 <key key="tourism" value="camp_pitch" />
3312 <text key="ref" text="Reference" />
3313 <text key="addr:unit" text="Unit number" />
3314 <text key="capacity" text="Number of places" />
3315 <reference ref="surface" />
3316 <checkgroup columns="2">
3317 <check key="tents" text="Tents allowed" />
3318 <check key="caravans" text="Caravans allowed" />
3319 <check key="drinking_water" text="Drinking Water" />
3320 <check key="power_supply" text="Power supply" />
3321 <check key="permanent_camping" text="Permanent camping only" />
3322 </checkgroup>
3323 </item> <!-- Camp pitch -->
3324 <separator/>
3325 <item name="Animal boarding" icon="presets/accommodation/animal_boarding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3326 <link wiki="Tag:amenity=animal_boarding" />
3327 <space />
3328 <key key="amenity" value="animal_boarding" />
3329 <text key="name" text="Name" />
3330 <multiselect key="animal_boarding" text="Type" values="bird;cat;dog;duck;horse;mammal;wildlife" values_searchable="true" />
3331 <reference ref="oh_wheelchair" />
3332 <reference ref="link_contact_address_payment" />
3333 </item> <!-- Animal boarding -->
3334 </group> <!-- Accommodation -->
3335 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3336 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3337 <link wiki="Tag:amenity=restaurant" />
3338 <space />
3339 <key key="amenity" value="restaurant" />
3340 <reference ref="name_operator" />
3341 <reference ref="cuisine" />
3342 <check key="microbrewery" text="Microbrewery" />
3343 <check key="outdoor_seating" text="Outdoor seating" />
3344 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3345 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3346 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3347 <reference ref="oh" />
3348 <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" />
3349 <reference ref="wheelchair" />
3350 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3351 <space />
3352 <reference ref="internet_smoking" />
3353 <preset_link preset_name="Diet" />
3354 <reference ref="link_contact_address_payment" />
3355 </item> <!-- Restaurant -->
3356 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3357 <link wiki="Tag:amenity=fast_food" />
3358 <space />
3359 <key key="amenity" value="fast_food" />
3360 <reference ref="name_operator" />
3361 <reference ref="cuisine" />
3362 <check key="outdoor_seating" text="Outdoor seating" />
3363 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3364 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3365 <reference ref="oh_wheelchair" />
3366 <space />
3367 <reference ref="internet_smoking" />
3368 <preset_link preset_name="Diet" />
3369 <reference ref="link_contact_address_payment" />
3370 <preset_link preset_name="Building" />
3371 </item> <!-- Fast Food -->
3372 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3373 <link wiki="Tag:amenity=food_court" />
3374 <space />
3375 <key key="amenity" value="food_court" />
3376 <reference ref="name_operator" />
3377 <check key="outdoor_seating" text="Outdoor seating" />
3378 <reference ref="oh_wheelchair" />
3379 <space />
3380 <reference ref="internet_smoking" />
3381 <reference ref="link_contact_address_payment" />
3382 </item> <!-- Food Court -->
3383 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3384 <link wiki="Tag:amenity=cafe" />
3385 <space />
3386 <key key="amenity" value="cafe" />
3387 <reference ref="name_operator" />
3388 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3389 <check key="outdoor_seating" text="Outdoor seating" />
3390 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3391 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3392 <reference ref="oh_wheelchair" />
3393 <space />
3394 <reference ref="internet_smoking" />
3395 <preset_link preset_name="Diet" />
3396 <reference ref="link_contact_address_payment" />
3397 </item> <!-- Cafe -->
3398 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3399 <link wiki="Tag:amenity=ice_cream" />
3400 <space />
3401 <key key="amenity" value="ice_cream" />
3402 <reference ref="name_operator" />
3403 <check key="outdoor_seating" text="Outdoor seating" />
3404 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3405 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3406 <reference ref="oh_wheelchair" />
3407 <space />
3408 <reference ref="internet_smoking" />
3409 <preset_link preset_name="Diet" />
3410 <reference ref="link_contact_address_payment" />
3411 </item> <!-- Ice cream -->
3412 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3413 <link wiki="Tag:amenity=pub" />
3414 <space />
3415 <key key="amenity" value="pub" />
3416 <reference ref="name_operator" />
3417 <check key="microbrewery" text="Microbrewery" />
3418 <check key="outdoor_seating" text="Outdoor seating" />
3419 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3420 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3421 <reference ref="oh_wheelchair" />
3422 <space />
3423 <reference ref="internet_smoking" />
3424 <preset_link preset_name="Diet" />
3425 <reference ref="link_contact_address_payment" />
3426 </item> <!-- Pub -->
3427 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3428 <link wiki="Tag:amenity=biergarten" />
3429 <space />
3430 <key key="amenity" value="biergarten" />
3431 <reference ref="name_operator" />
3432 <check key="microbrewery" text="Microbrewery" />
3433 <reference ref="oh_wheelchair" />
3434 <space />
3435 <reference ref="internet_smoking" />
3436 <preset_link preset_name="Diet" />
3437 <reference ref="link_contact_address_payment" />
3438 </item> <!-- Beer Garden -->
3439 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3440 <link wiki="Tag:leisure=outdoor_seating" />
3441 <space />
3442 <key key="leisure" value="outdoor_seating" />
3443 <reference ref="name_operator_oh_wheelchair" />
3444 </item> <!-- Outdoor seating -->
3445 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3446 <link wiki="Tag:amenity=bar" />
3447 <space />
3448 <key key="amenity" value="bar" />
3449 <reference ref="name_operator" />
3450 <check key="outdoor_seating" text="Outdoor seating" />
3451 <reference ref="oh_wheelchair" />
3452 <space />
3453 <reference ref="internet_smoking" />
3454 <preset_link preset_name="Diet" />
3455 <reference ref="link_contact_address_payment" />
3456 </item> <!-- Bar -->
3457 <separator/>
3458 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3459 <link wiki="Key:diet" />
3460 <space />
3461 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3462 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3463 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3464 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3465 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3466 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3467 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3468 <space />
3469 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3470 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3471 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3472 <space />
3473 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3474 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3475 </item> <!-- Diet -->
3476 </group> <!-- Food+Drinks -->
3477 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3478 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3479 <link wiki="Tag:tourism=attraction" />
3480 <space />
3481 <key key="tourism" value="attraction" />
3482 <text key="name" text="Name" />
3483 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3484 <reference ref="oh_wheelchair" />
3485 </item> <!-- Attraction -->
3486 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3487 <link wiki="Tag:tourism=viewpoint" />
3488 <space />
3489 <key key="tourism" value="viewpoint" />
3490 <text key="name" text="Name" />
3491 <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" />
3492 <space />
3493 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3494 </item> <!-- Viewpoint -->
3495 <separator/>
3496 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3497 <link wiki="Tag:information=office" />
3498 <label text="An office where you can get information about a town or region." />
3499 <space />
3500 <key key="tourism" value="information" />
3501 <key key="information" value="office" />
3502 <reference ref="name_oh_wheelchair" />
3503 <reference ref="internet" />
3504 <reference ref="link_contact_address_payment" />
3505 </item> <!-- Information Office -->
3506 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3507 <link wiki="Tag:information=map" />
3508 <label text="A board with a map." />
3509 <space />
3510 <key key="tourism" value="information" />
3511 <key key="information" value="map" />
3512 <text key="name" text="Name" />
3513 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3514 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3515 <text key="description" text="Closer description" />
3516 <optional text="Routes shown for:">
3517 <check key="hiking" text="Hiking" />
3518 <check key="bicycle" text="Cycling" />
3519 <check key="mtb" text="Mountainbiking" />
3520 <check key="ski" text="Skiing" />
3521 <check key="horse" text="Riding" />
3522 <space />
3523 <label text="... other transportation modes possible" />
3524 </optional>
3525 </item> <!-- Map -->
3526 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3527 <link wiki="Tag:information=board" />
3528 <space />
3529 <label text="A board with information." />
3530 <key key="tourism" value="information" />
3531 <key key="information" value="board" />
3532 <text key="name" text="Name" />
3533 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3534 <text key="description" text="Closer description" />
3535 </item> <!-- Information Board -->
3536 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3537 <link wiki="Tag:information=guidepost" />
3538 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3539 <space />
3540 <key key="tourism" value="information" />
3541 <key key="information" value="guidepost" />
3542 <reference ref="name_ref_operator" />
3543 <text key="ele" text="Elevation (meters)" length="10" />
3544 <optional text="Routes shown for:">
3545 <check key="hiking" text="Hiking" />
3546 <check key="bicycle" text="Cycling" />
3547 <check key="mtb" text="Mountainbiking" />
3548 <check key="ski" text="Skiing" />
3549 <check key="horse" text="Riding" />
3550 <space />
3551 <label text="... other transportation modes possible" />
3552 </optional>
3553 </item> <!-- Guidepost -->
3554 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3555 <link wiki="Key:information" />
3556 <space />
3557 <key key="tourism" value="information" />
3558 <key key="information" value="route_marker" />
3559 <reference ref="name_ref_operator" />
3560 <text key="ele" text="Elevation (meters)" length="10" />
3561 <optional text="Routes shown for:">
3562 <check key="hiking" text="Hiking" />
3563 <check key="bicycle" text="Cycling" />
3564 <check key="mtb" text="Mountainbiking" />
3565 <check key="ski" text="Skiing" />
3566 <check key="horse" text="Riding" />
3567 <space />
3568 <label text="... other transportation modes possible" />
3569 </optional>
3570 </item> <!-- Route marker -->
3571 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3572 <link wiki="Tag:information=terminal" />
3573 <label text="Information access via electronic methods." />
3574 <space />
3575 <key key="tourism" value="information" />
3576 <key key="information" value="terminal" />
3577 <reference ref="name_operator" />
3578 <reference ref="wheelchair" />
3579 <text key="description" text="Closer description" />
3580 <text key="ref" text="Reference number" />
3581 <reference ref="fee" />
3582 <reference ref="internet" />
3583 </item> <!-- Information Terminal -->
3584 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3585 <link wiki="Tag:information=audioguide" />
3586 <label text="Information using headphones or a mobile phone." />
3587 <space />
3588 <key key="tourism" value="information" />
3589 <key key="information" value="audioguide" />
3590 <reference ref="name_operator" />
3591 <reference ref="wheelchair" />
3592 <text key="description" text="Closer description" />
3593 <text key="ref" text="Reference number" />
3594 <reference ref="fee" />
3595 <space />
3596 <label text="Audioguide via mobile phone?" />
3597 <text key="phone" text="Phone number" />
3598 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3599 </item> <!-- Audio Guide -->
3600 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3601 <link wiki="Tag:tourism=information" />
3602 <space />
3603 <key key="tourism" value="information" />
3604 <text key="name" text="Name" />
3605 <text key="description" text="Closer description" />
3606 </item> <!-- Other Information Point -->
3607 </group> <!-- Tourism -->
3608 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3609 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3610 <link wiki="Tag:amenity=cinema" />
3611 <space />
3612 <key key="amenity" value="cinema" />
3613 <reference ref="name_operator_oh_wheelchair" />
3614 <check key="drive_in" text="Drive-in theater" />
3615 <check key="cinema:3D" text="3D" />
3616 <text key="screen" text="Number of screens" />
3617 <reference ref="min_age" />
3618 <reference ref="link_contact_address_payment" />
3619 <preset_link preset_name="Building" />
3620 </item> <!-- Movie Theater/Cinema -->
3621 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3622 <link wiki="Tag:leisure=bandstand" />
3623 <space />
3624 <key key="leisure" value="bandstand" />
3625 <reference ref="name_operator_oh_wheelchair" />
3626 <reference ref="POI_access" />
3627 </item> <!-- Bandstand -->
3628 <item name="Bleachers" icon="presets/leisure/bleachers.svg" type="node,closedway,multipolygon" preset_name_label="true">
3629 <link wiki="Tag:leisure=bleachers" />
3630 <space />
3631 <key key="leisure" value="bleachers" />
3632 <reference ref="name_operator_oh_wheelchair" />
3633 <reference ref="POI_access" />
3634 <check key="backrest" text="Backrest" />
3635 </item> <!-- Bleachers -->
3636 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3637 <link wiki="Tag:tourism=zoo" />
3638 <space />
3639 <key key="tourism" value="zoo" />
3640 <reference ref="name_oh_wheelchair" />
3641 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3642 <reference ref="wikipedia_wikidata" />
3643 <reference ref="link_contact_address_payment" />
3644 </item> <!-- Zoo -->
3645 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3646 <link wiki="Tag:attraction=animal" />
3647 <space />
3648 <key key="attraction" value="animal" />
3649 <text key="name" text="Name" />
3650 </item> <!-- Animal enclosure -->
3651 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3652 <link wiki="Tag:leisure=dog_park" />
3653 <space />
3654 <key key="leisure" value="dog_park" />
3655 <text key="name" text="Name" />
3656 <check key="area" text="Area" />
3657 <combo key="barrier" text="Barrier" values="fence,wall" />
3658 <reference ref="oh_wheelchair" />
3659 <check key="lit" text="Lit" />
3660 </item> <!-- Dog Park -->
3661 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3662 <link wiki="Tag:tourism=theme_park" />
3663 <space />
3664 <key key="tourism" value="theme_park" />
3665 <reference ref="name_operator_oh_wheelchair" />
3666 <reference ref="link_contact_address_payment" />
3667 </item> <!-- Amusement/Theme Park -->
3668 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3669 <link wiki="Tag:leisure=water_park" />
3670 <space />
3671 <key key="leisure" value="water_park" />
3672 <reference ref="name_operator_oh_wheelchair" />
3673 <reference ref="link_contact_address_payment" />
3674 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3675 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3676 </item> <!-- Water Park -->
3677 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3678 <link wiki="Tag:amenity=public_bath" />
3679 <space />
3680 <key key="amenity" value="public_bath" />
3681 <reference ref="name_operator_oh_wheelchair" />
3682 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3683 <check key="bath:open_air" text="Open air" />
3684 <check key="shower" text="Shower" />
3685 <checkgroup columns="3">
3686 <check key="female" text="Female" text_context="restroom" />
3687 <check key="male" text="Male" text_context="restroom" />
3688 <check key="unisex" text="Unisex" text_context="restroom" />
3689 </checkgroup>
3690 <reference ref="fee" />
3691 <reference ref="link_contact_address_payment" />
3692 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3693 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3694 </item> <!-- Public bath -->
3695 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3696 <link wiki="Tag:leisure=resort" />
3697 <space />
3698 <key key="leisure" value="resort" />
3699 <reference ref="name_operator_oh_wheelchair" />
3700 <reference ref="fee_interval" />
3701 <reference ref="link_contact_address_payment" />
3702 </item> <!-- Resort -->
3703 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3704 <link wiki="Tag:leisure=beach_resort" />
3705 <space />
3706 <key key="leisure" value="beach_resort" />
3707 <reference ref="name_operator_oh_wheelchair" />
3708 <reference ref="fee_interval" />
3709 <space />
3710 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3711 <reference ref="link_contact_address_payment" />
3712 </item> <!-- Beach Resort -->
3713 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3714 <link wiki="Tag:leisure=swimming_pool" />
3715 <key key="leisure" value="swimming_pool" />
3716 <space />
3717 <label text="Used for the water area only." />
3718 <space />
3719 <reference ref="POI_access" />
3720 </item> <!-- Swimming Pool -->
3721 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3722 <link wiki="Tag:amenity=dive_centre" />
3723 <space />
3724 <key key="amenity" value="dive_centre" />
3725 <reference ref="name_operator_oh_wheelchair" />
3726 <reference ref="link_contact_address_payment" />
3727 </item> <!-- Dive centre -->
3728 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3729 <link wiki="Tag:leisure=fitness_station" />
3730 <space />
3731 <key key="leisure" value="fitness_station" />
3732 <reference ref="name_operator_oh_wheelchair" />
3733 <text key="ref" text="Reference" />
3734 <text key="description" text="Description" />
3735 </item> <!-- Fitness Station -->
3736 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3737 <link wiki="Tag:amenity=sauna" />
3738 <space />
3739 <key key="leisure" value="sauna" />
3740 <reference ref="name_operator_oh_wheelchair" />
3741 <reference ref="POI_access" />
3742 <reference ref="link_contact_address_payment" />
3743 </item> <!-- Sauna -->
3744 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3745 <link wiki="Tag:leisure=horse_riding" />
3746 <space />
3747 <key key="leisure" value="horse_riding" />
3748 <reference ref="name_operator_oh_wheelchair" />
3749 <reference ref="fee" />
3750 <reference ref="link_contact_address_payment" />
3751 </item> <!-- Horse Riding -->
3752 <item name="Club" icon="presets/leisure/club.svg" type="node,closedway,multipolygon" preset_name_label="true">
3753 <link wiki="Key:club" />
3754 <space />
3755 <combo key="club" text="Type" values="amateur_radio,art,astronomy,automobile,board_games,card_games,charity,cinema,computer,cooking,culture,dog,doityourself,environment_protection,ethnic,fan,filmmaking,fishing,freemasonry,game,gardening,history,hunting,linux,motorcycle,music,nature,nudism,photography,politics,scout,smoke,social,sport,student,surf_life_saving,theatre,tourism,veterans,yachting,youth_movement" values_searchable="true" values_context="club" match="key!" />
3756 <optional>
3757 <reference ref="name_operator_oh_wheelchair" />
3758 <space />
3759 <label text="In case of sport:" />
3760 <reference ref="sport" />
3761 </optional>
3762 <reference ref="link_contact_address" />
3763 </item> <!-- Club -->
3764 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3765 <link wiki="Tag:leisure=hackerspace" />
3766 <space />
3767 <key key="leisure" value="hackerspace" />
3768 <reference ref="name_operator_oh_wheelchair" />
3769 <reference ref="link_contact_address" />
3770 </item> <!-- Hackerspace -->
3771 <separator/>
3772 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3773 <link wiki="Tag:leisure=playground" />
3774 <space />
3775 <key key="leisure" value="playground" />
3776 <reference ref="name_operator_oh_wheelchair" />
3777 <reference ref="max_age" />
3778 </item> <!-- Playground -->
3779 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3780 <link wiki="Key:playground" />
3781 <space />
3782 <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!" />
3783 <reference ref="name_operator_oh_wheelchair" />
3784 <reference ref="max_age" />
3785 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3786 </item> <!-- Playground device -->
3787 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3788 <link wiki="Tag:tourism=picnic_site" />
3789 <space />
3790 <key key="tourism" value="picnic_site" />
3791 <text key="name" text="Name" />
3792 <check key="fireplace" text="Fireplace" />
3793 </item> <!-- Picnic Site -->
3794 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3795 <link wiki="Tag:leisure=picnic_table" />
3796 <space />
3797 <key key="leisure" value="picnic_table" />
3798 <check key="covered" text="Covered" />
3799 </item> <!-- Picnic Table -->
3800 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3801 <link wiki="Tag:amenity=bbq" />
3802 <space />
3803 <key key="amenity" value="bbq" />
3804 <text key="name" text="Name" />
3805 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3806 <check key="covered" text="Covered" />
3807 </item> <!-- Public Grill -->
3808 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3809 <link wiki="Tag:leisure=firepit" />
3810 <space />
3811 <key key="leisure" value="firepit" />
3812 <text key="name" text="Name" />
3813 </item> <!-- Firepit -->
3814 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3815 <link wiki="Tag:leisure=fishing" />
3816 <space />
3817 <key key="leisure" value="fishing" />
3818 <text key="name" text="Name" />
3819 </item> <!-- Fishing -->
3820 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3821 <link wiki="Tag:leisure=bird_hide" />
3822 <space />
3823 <key key="leisure" value="bird_hide" />
3824 <reference ref="name_ref_operator" />
3825 </item> <!-- Bird Hide -->
3826 <separator/>
3827 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3828 <link wiki="Tag:leisure=amusement_arcade" />
3829 <space />
3830 <key key="leisure" value="amusement_arcade" />
3831 <reference ref="name_operator_oh_wheelchair" />
3832 <reference ref="min_age" />
3833 <space />
3834 <reference ref="internet_smoking" />
3835 <reference ref="link_contact_address_payment" />
3836 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3837 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3838 <preset_link preset_name="Casino" text="Similar but different tags:" />
3839 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3840 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3841 </item> <!-- Amusement arcade -->
3842 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3843 <link wiki="Tag:leisure=adult_gaming_centre" />
3844 <space />
3845 <key key="leisure" value="adult_gaming_centre" />
3846 <reference ref="name_operator_oh_wheelchair" />
3847 <reference ref="min_age" />
3848 <space />
3849 <reference ref="internet_smoking" />
3850 <reference ref="link_contact_address_payment" />
3851 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3852 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3853 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3854 <preset_link preset_name="Casino" text="Similar but different tags:" />
3855 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3856 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3857 </item> <!-- Adult gaming centre -->
3858 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3859 <link wiki="Tag:amenity=gambling" />
3860 <space />
3861 <key key="amenity" value="gambling" />
3862 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3863 <reference ref="name_operator_oh_wheelchair" />
3864 <reference ref="min_age" />
3865 <space />
3866 <reference ref="internet_smoking" />
3867 <reference ref="link_contact_address_payment" />
3868 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3869 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3870 <preset_link preset_name="Casino" text="Similar but different tags:" />
3871 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3872 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3873 </item> <!-- Gambling -->
3874 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3875 <link wiki="Tag:amenity=casino" />
3876 <space />
3877 <key key="amenity" value="casino" />
3878 <reference ref="name_operator_oh_wheelchair" />
3879 <reference ref="min_age" />
3880 <space />
3881 <reference ref="internet_smoking" />
3882 <reference ref="link_contact_address_payment" />
3883 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3884 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3885 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3886 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3887 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3888 </item> <!-- Casino -->
3889 <separator/>
3890 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3891 <link wiki="Tag:amenity=nightclub" />
3892 <space />
3893 <key key="amenity" value="nightclub" />
3894 <reference ref="name_operator_oh_wheelchair" />
3895 <reference ref="min_age" />
3896 <space />
3897 <reference ref="internet_smoking" />
3898 <reference ref="link_contact_address_payment" />
3899 </item> <!-- Night Club -->
3900 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3901 <link wiki="Tag:amenity=stripclub" />
3902 <space />
3903 <key key="amenity" value="stripclub" />
3904 <reference ref="name_operator_oh_wheelchair" />
3905 <reference ref="min_age" />
3906 <space />
3907 <reference ref="internet_smoking" />
3908 <reference ref="link_contact_address_payment" />
3909 </item> <!-- Strip Club -->
3910 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3911 <link wiki="Tag:amenity=brothel" />
3912 <space />
3913 <key key="amenity" value="brothel" />
3914 <reference ref="name_operator_oh_wheelchair" />
3915 <space />
3916 <reference ref="internet_smoking" />
3917 <reference ref="link_contact_address_payment" />
3918 </item> <!-- Brothel -->
3919 </group> <!-- Leisure -->
3920 <group name="Culture" icon="presets/leisure/theater.svg">
3921 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3922 <link wiki="Tag:tourism=museum" />
3923 <space />
3924 <key key="tourism" value="museum" />
3925 <reference ref="name_operator_oh_wheelchair" />
3926 <reference ref="wikipedia_wikidata" />
3927 <reference ref="link_contact_address_payment" />
3928 <preset_link preset_name="Building" />
3929 </item> <!-- Museum -->
3930 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3931 <link wiki="Tag:amenity=theatre" />
3932 <space />
3933 <key key="amenity" value="theatre" />
3934 <reference ref="name_operator" />
3935 <reference ref="wheelchair" />
3936 <reference ref="link_contact_address_payment" />
3937 <preset_link preset_name="Building" />
3938 </item> <!-- Theatre -->
3939 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3940 <link wiki="Tag:amenity=library" />
3941 <space />
3942 <key key="amenity" value="library" />
3943 <reference ref="name_operator_oh_wheelchair" />
3944 <reference ref="link_contact_address_payment" />
3945 <preset_link preset_name="Building" />
3946 </item> <!-- Library -->
3947 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3948 <link wiki="Tag:amenity=public_bookcase" />
3949 <space />
3950 <key key="amenity" value="public_bookcase" />
3951 <text key="name" text="Name" />
3952 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3953 <text key="operator" text="Operator" />
3954 <reference ref="oh_wheelchair" />
3955 <reference ref="POI_access" />
3956 </item> <!-- Public bookcase -->
3957 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3958 <link wiki="Tag:amenity=arts_centre" />
3959 <space />
3960 <key key="amenity" value="arts_centre" />
3961 <text key="name" text="Name" />
3962 <reference ref="link_contact_address_payment" />
3963 <preset_link preset_name="Building" />
3964 </item> <!-- Arts Centre -->
3965 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3966 <link wiki="Tag:tourism=artwork" />
3967 <space />
3968 <key key="tourism" value="artwork" />
3969 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3970 <text key="name" text="Name" />
3971 <text key="artwork_subject" text="Subject" />
3972 <text key="artist_name" text="Artist Name" />
3973 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3974 <text key="start_date" text="Start date" />
3975 </item> <!-- Artwork -->
3976 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3977 <link wiki="Tag:amenity=studio" />
3978 <space />
3979 <key key="amenity" value="studio" />
3980 <reference ref="name_operator" />
3981 <reference ref="wheelchair" />
3982 <combo key="studio" text="Type" values="audio,radio,television,video" />
3983 <reference ref="link_contact_address_payment" />
3984 </item> <!-- Studio -->
3985 </group> <!-- Culture -->
3986 <group name="Place of Worship" icon="presets/religion/religion.svg">
3987 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3988 <link wiki="Tag:amenity=place_of_worship" />
3989 <space />
3990 <key key="amenity" value="place_of_worship" />
3991 <key key="religion" value="christian" />
3992 <text key="name" text="Name" />
3993 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3994 <reference ref="christian_denominations" />
3995 <reference ref="service_times" />
3996 <reference ref="oh_wheelchair" />
3997 <reference ref="link_contact_address" />
3998 <preset_link preset_name="Building" />
3999 </item> <!-- Church -->
4000 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
4001 <link wiki="Tag:amenity=place_of_worship" />
4002 <space />
4003 <key key="amenity" value="place_of_worship" />
4004 <key key="religion" value="muslim" />
4005 <text key="name" text="Name" />
4006 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
4007 <reference ref="muslim_denominations" />
4008 <reference ref="service_times" />
4009 <reference ref="oh_wheelchair" />
4010 <reference ref="link_contact_address" />
4011 <preset_link preset_name="Building" />
4012 </item> <!-- Mosque -->
4013 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
4014 <link wiki="Tag:amenity=place_of_worship" />
4015 <space />
4016 <key key="amenity" value="place_of_worship" />
4017 <key key="religion" value="jewish" />
4018 <text key="name" text="Name" />
4019 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
4020 <reference ref="jewish_denominations" />
4021 <reference ref="service_times" />
4022 <reference ref="oh_wheelchair" />
4023 <reference ref="link_contact_address" />
4024 <preset_link preset_name="Building" />
4025 </item> <!-- Synagogue -->
4026 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
4027 <link wiki="Tag:amenity=place_of_worship" />
4028 <space />
4029 <key key="amenity" value="place_of_worship" />
4030 <key key="religion" value="buddhist" />
4031 <text key="name" text="Name" />
4032 <reference ref="buddhist_denominations" />
4033 <reference ref="service_times" />
4034 <reference ref="oh_wheelchair" />
4035 <reference ref="link_contact_address" />
4036 <preset_link preset_name="Building" />
4037 </item> <!-- Buddhist Temple -->
4038 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
4039 <link wiki="Tag:amenity=place_of_worship" />
4040 <space />
4041 <key key="amenity" value="place_of_worship" />
4042 <key key="religion" value="hindu" />
4043 <text key="name" text="Name" />
4044 <reference ref="hindu_denominations" />
4045 <reference ref="service_times" />
4046 <reference ref="oh_wheelchair" />
4047 <reference ref="link_contact_address" />
4048 <preset_link preset_name="Building" />
4049 </item> <!-- Hindu Temple -->
4050 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
4051 <link wiki="Tag:amenity=place_of_worship" />
4052 <space />
4053 <key key="amenity" value="place_of_worship" />
4054 <key key="religion" value="shinto" />
4055 <text key="name" text="Name" />
4056 <reference ref="service_times" />
4057 <reference ref="oh_wheelchair" />
4058 <reference ref="link_contact_address" />
4059 <preset_link preset_name="Building" />
4060 </item> <!-- Shinto Shrine -->
4061 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
4062 <link wiki="Tag:amenity=place_of_worship" />
4063 <space />
4064 <key key="amenity" value="place_of_worship" />
4065 <text key="name" text="Name" />
4066 <reference ref="other_religions" />
4067 <reference ref="service_times" />
4068 <reference ref="oh_wheelchair" />
4069 <reference ref="link_contact_address" />
4070 <preset_link preset_name="Building" />
4071 </item> <!-- Other Place of Worship -->
4072 <separator/>
4073 <item name="Monastery" icon="presets/religion/monastery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4074 <link wiki="Tag:amenity=monastery" />
4075 <space />
4076 <key key="amenity" value="monastery" />
4077 <text key="name" text="Name" />
4078 <reference ref="religious" />
4079 <combo key="community:gender" text="Community gender" values="female,male,mixed" />
4080 <reference ref="oh_wheelchair" />
4081 <reference ref="wikipedia_wikidata" />
4082 <reference ref="link_contact_address" />
4083 <preset_link preset_name="Historic monastery" text="Similar but different tags:" />
4084 </item> <!-- Monastery -->
4085 </group> <!-- Place of Worship -->
4086 <group name="Public Building" icon="presets/service/townhall.svg">
4087 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
4088 <link wiki="Tag:amenity=townhall" />
4089 <space />
4090 <key key="amenity" value="townhall" />
4091 <reference ref="name_oh_wheelchair" />
4092 <reference ref="link_contact_address" />
4093 <preset_link preset_name="Building" />
4094 </item> <!-- Town Hall -->
4095 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4096 <link wiki="Tag:amenity=community_centre" />
4097 <label text="Community Centre" />
4098 <space />
4099 <key key="amenity" value="community_centre" />
4100 <reference ref="name_operator_oh_wheelchair" />
4101 <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" />
4102 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
4103 <reference ref="link_contact_address" />
4104 <preset_link preset_name="Building" />
4105 </item> <!-- Community Centre -->
4106 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
4107 <link wiki="Tag:amenity=embassy" />
4108 <space />
4109 <key key="amenity" value="embassy" />
4110 <reference ref="name_oh_wheelchair" />
4111 <reference ref="link_contact_address" />
4112 </item> <!-- Embassy -->
4113 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
4114 <link wiki="Tag:amenity=courthouse" />
4115 <space />
4116 <key key="amenity" value="courthouse" />
4117 <reference ref="name_oh_wheelchair" />
4118 <reference ref="link_contact_address" />
4119 <preset_link preset_name="Building" />
4120 </item> <!-- Courthouse -->
4121 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
4122 <link wiki="Tag:amenity=prison" />
4123 <space />
4124 <key key="amenity" value="prison" />
4125 <reference ref="name_operator" />
4126 <reference ref="link_contact_address" />
4127 </item> <!-- Prison -->
4128 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
4129 <link wiki="Tag:amenity=police" />
4130 <space />
4131 <key key="amenity" value="police" />
4132 <reference ref="name_oh_wheelchair" />
4133 <reference ref="link_contact_address" />
4134 <preset_link preset_name="Building" />
4135 </item> <!-- Police -->
4136 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4137 <link wiki="Tag:amenity=ranger_station" />
4138 <space />
4139 <key key="amenity" value="ranger_station" />
4140 <reference ref="name_operator_oh_wheelchair" />
4141 <reference ref="link_contact_address" />
4142 </item> <!-- Ranger Station -->
4143 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
4144 <link wiki="Tag:amenity=fire_station" />
4145 <space />
4146 <key key="amenity" value="fire_station" />
4147 <text key="name" text="Name" />
4148 <reference ref="link_contact_address" />
4149 <preset_link preset_name="Building" />
4150 </item> <!-- Fire Station -->
4151 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
4152 <link wiki="Tag:amenity=post_office" />
4153 <space />
4154 <key key="amenity" value="post_office" />
4155 <reference ref="name_operator_oh_wheelchair" />
4156 <text key="ref" text="Reference" />
4157 <reference ref="link_contact_address_payment" />
4158 </item> <!-- Post Office -->
4159 </group> <!-- Public Buildings -->
4160 <group name="Education" icon="presets/education/school.svg">
4161 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
4162 <link wiki="Tag:amenity=kindergarten" />
4163 <space />
4164 <key key="amenity" value="kindergarten" />
4165 <reference ref="name_operator_oh_wheelchair" />
4166 <reference ref="min_age" />
4167 <reference ref="max_age" />
4168 <combo key="isced:level" text="ISCED level" values="0" />
4169 <reference ref="link_contact_address" />
4170 <preset_link preset_name="Building" />
4171 </item> <!-- Kindergarten -->
4172 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
4173 <link wiki="Tag:amenity=school" />
4174 <space />
4175 <key key="amenity" value="school" />
4176 <reference ref="name_operator_oh_wheelchair" />
4177 <reference ref="min_age" />
4178 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
4179 <reference ref="link_contact_address" />
4180 <preset_link preset_name="Building" />
4181 </item> <!-- School -->
4182 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
4183 <link wiki="Tag:amenity=university" />
4184 <space />
4185 <key key="amenity" value="university" />
4186 <reference ref="name_operator_oh_wheelchair" />
4187 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
4188 <reference ref="link_contact_address" />
4189 </item> <!-- University -->
4190 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
4191 <link wiki="Tag:amenity=college" />
4192 <space />
4193 <key key="amenity" value="college" />
4194 <reference ref="name_operator_oh_wheelchair" />
4195 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
4196 <reference ref="link_contact_address" />
4197 </item> <!-- College -->
4198 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
4199 <link wiki="Tag:amenity=driving_school" />
4200 <space />
4201 <key key="amenity" value="driving_school" />
4202 <reference ref="name_operator_oh_wheelchair" />
4203 <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" />
4204 <reference ref="link_contact_address" />
4205 </item> <!-- Driving School -->
4206 <item name="Language school" icon="presets/education/language_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
4207 <link wiki="Tag:amenity=language_school" />
4208 <space />
4209 <key key="amenity" value="language_school" />
4210 <reference ref="name_operator_oh_wheelchair" />
4211 <reference ref="link_contact_address" />
4212 </item> <!-- Language school -->
4213 </group> <!-- Education -->
4214 <group name="Health" icon="presets/health/pharmacy.svg">
4215 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
4216 <link wiki="Tag:amenity=hospital" />
4217 <space />
4218 <key key="amenity" value="hospital" />
4219 <reference ref="name_operator" />
4220 <reference ref="link_contact_address_payment" />
4221 </item> <!-- Hospital -->
4222 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
4223 <link wiki="Tag:amenity=clinic" />
4224 <space />
4225 <key key="amenity" value="clinic" />
4226 <reference ref="name_operator" />
4227 <reference ref="link_contact_address_payment" />
4228 </item> <!-- Clinic -->
4229 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
4230 <link wiki="Tag:amenity=doctors" />
4231 <space />
4232 <key key="amenity" value="doctors" />
4233 <reference ref="name_oh_wheelchair" />
4234 <reference ref="link_contact_address_payment" />
4235 </item> <!-- Doctor's Office -->
4236 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
4237 <link wiki="Tag:amenity=dentist" />
4238 <space />
4239 <key key="amenity" value="dentist" />
4240 <reference ref="name_oh_wheelchair" />
4241 <reference ref="link_contact_address_payment" />
4242 </item> <!-- Dentist -->
4243 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
4244 <link wiki="Tag:amenity=pharmacy" />
4245 <space />
4246 <key key="amenity" value="pharmacy" />
4247 <reference ref="name_operator_oh_wheelchair" />
4248 <check key="dispensing" text="Dispensing"/>
4249 <reference ref="link_contact_address_payment" />
4250 </item> <!-- Pharmacy -->
4251 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
4252 <link wiki="Tag:healthcare=laboratory" />
4253 <space />
4254 <key key="healthcare" value="laboratory" />
4255 <optional>
4256 <reference ref="name_operator" />
4257 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
4258 <reference ref="oh_wheelchair" />
4259 <text key="ref" text="Reference" />
4260 <reference ref="link_contact_address" />
4261 </optional>
4262 </item> <!-- Laboratory -->
4263 <separator/>
4264 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
4265 <link wiki="Tag:amenity=baby_hatch" />
4266 <space />
4267 <key key="amenity" value="baby_hatch" />
4268 <reference ref="name_operator_oh_wheelchair" />
4269 <reference ref="link_contact_address" />
4270 </item> <!-- Baby Hatch/Safe Haven -->
4271 <separator/>
4272 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
4273 <link wiki="Tag:highway=emergency_access_point" />
4274 <space />
4275 <key key="highway" value="emergency_access_point" />
4276 <text key="ref" text="Point Number" />
4277 <text key="name" text="Point Name" />
4278 <text key="operator" text="Operator" />
4279 <text key="emergency_telephone_code" text="Emergency Phone Number" />
4280 <label text="(Use number as shown on plate.)" />
4281 <space />
4282 </item> <!-- Emergency Access Point -->
4283 <separator/>
4284 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
4285 <link wiki="Tag:amenity=veterinary" />
4286 <space />
4287 <key key="amenity" value="veterinary" />
4288 <reference ref="name_oh_wheelchair" />
4289 <reference ref="link_contact_address_payment" />
4290 </item> <!-- Veterinary -->
4291 <item name="Animal shelter" icon="presets/health/animal_shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4292 <link wiki="Tag:amenity=animal_shelter" />
4293 <space />
4294 <key key="amenity" value="animal_shelter" />
4295 <text key="name" text="Name" />
4296 <multiselect key="animal_shelter" text="Type" values="bird;cat;dog;duck;horse;mammal;wildlife" values_searchable="true" />
4297 <reference ref="oh_wheelchair" />
4298 <reference ref="link_contact_address_payment" />
4299 </item> <!-- Animal shelter -->
4300 </group> <!-- Health -->
4301 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
4302 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4303 <link wiki="Tag:emergency=ambulance_station" />
4304 <space />
4305 <key key="emergency" value="ambulance_station" />
4306 <reference ref="name_operator" />
4307 <reference ref="link_contact_address" />
4308 </item> <!-- Ambulance Station -->
4309 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
4310 <link wiki="Tag:emergency=emergency_ward_entrance" />
4311 <space />
4312 <key key="emergency" value="emergency_ward_entrance" />
4313 <reference ref="name_operator" />
4314 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
4315 <reference ref="link_contact_address" />
4316 </item> <!-- Emergency ward entrance -->
4317 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
4318 <link wiki="Tag:emergency=defibrillator" />
4319 <space />
4320 <key key="emergency" value="defibrillator" />
4321 <text key="defibrillator:location" text="Location description" />
4322 <reference ref="POI_access" />
4323 <space />
4324 <check key="indoor" text="Located inside a building?" />
4325 <combo key="level" text="Storey" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" values_sort="false" />
4326 <space />
4327 <reference ref="oh_wheelchair" />
4328 <text key="operator" text="Operator" />
4329 <text key="phone" text="Phone number" />
4330 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
4331 </item> <!-- Automated Defibrillator -->
4332 <separator />
4333 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
4334 <link wiki="Tag:emergency=fire_extinguisher" />
4335 <space />
4336 <key key="emergency" value="fire_extinguisher" />
4337 <text key="ref" text="Reference" />
4338 <text key="operator" text="Operator" />
4339 <check key="indoor" text="Indoor" />
4340 </item> <!-- Fire Extinguisher -->
4341 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
4342 <link wiki="Tag:emergency=fire_hose" />
4343 <space />
4344 <key key="emergency" value="fire_hose" />
4345 <text key="ref" text="Reference" />
4346 <text key="operator" text="Operator" />
4347 </item> <!-- Fire Hose -->
4348 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
4349 <link wiki="Tag:emergency=fire_hydrant" />
4350 <space />
4351 <key key="emergency" value="fire_hydrant" />
4352 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4353 <list_entry value="pillar" short_description="A pillar type hydrant." />
4354 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4355 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4356 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4357 </combo>
4358 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4359 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4360 <list_entry value="#" short_description="Pressure in bar." />
4361 <list_entry value="yes" short_description="Pressure but value unknown." />
4362 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4363 </combo>
4364 <optional>
4365 <text key="ref" text="Reference" />
4366 <combo key="water_source" text="Water source">
4367 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4368 <list_entry value="groundwater" short_description="A water well." />
4369 <list_entry value="stream" />
4370 <list_entry value="river" />
4371 <list_entry value="canal" />
4372 <list_entry value="drain" />
4373 <list_entry value="ditch" />
4374 <list_entry value="pond" />
4375 <list_entry value="lake" />
4376 <list_entry value="water_tank" />
4377 <list_entry value="swimming_pool" />
4378 </combo>
4379 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4380 <list_entry value="lane" short_description="on the side of a road lane" />
4381 <list_entry value="parking_lot" short_description="in a parking lot" />
4382 <list_entry value="sidewalk" short_description="on a sidewalk" />
4383 <list_entry value="green" short_description="in a grassy area" />
4384 </combo>
4385 <text key="flow_rate" text="Flow rate with unit of measure" />
4386 <combo key="pillar:type" text="Pillar type">
4387 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4388 <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." />
4389 </combo>
4390 <space />
4391 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4392 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4393 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4394 <space />
4395 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4396 <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" />
4397 <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" />
4398 <space />
4399 <text key="manufacturer" text="Manufacturer" />
4400 <text key="operator" text="Operator" />
4401 <text key="name" text="Name" />
4402 </optional>
4403 </item> <!-- Fire Hydrant -->
4404 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4405 <link wiki="Tag:emergency=water_tank" />
4406 <space />
4407 <key key="emergency" value="water_tank" />
4408 <reference ref="name_ref_operator" />
4409 <space />
4410 <text key="water_tank:volume" text="Volume (liters)" />
4411 </item> <!-- Water Tank -->
4412 <item name="Suction point" icon="presets/emergency/suction_point.svg" type="node" preset_name_label="true">
4413 <link wiki="Tag:emergency=suction_point" />
4414 <space />
4415 <key key="emergency" value="suction_point" />
4416 <reference ref="name_ref_operator" />
4417 </item> <!-- Suction point -->
4418 <separator />
4419 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4420 <link wiki="Tag:emergency=assembly_point" />
4421 <space />
4422 <key key="emergency" value="assembly_point" />
4423 <reference ref="name_ref_operator" />
4424 </item> <!-- Assembly Point -->
4425 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4426 <link wiki="Tag:emergency=phone" />
4427 <key key="emergency" value="phone" />
4428 <text key="ref" text="Reference" />
4429 <text key="operator" text="Operator" />
4430 </item> <!-- Emergency Phone -->
4431 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4432 <link wiki="Tag:emergency=siren" />
4433 <key key="emergency" value="siren" />
4434 <text key="ref" text="Reference" />
4435 <text key="operator" text="Operator" />
4436 <space />
4437 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4438 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4439 <text key="siren:range" text="Range (meters)" />
4440 </item> <!-- Siren -->
4441 </group> <!-- Emergency -->
4442 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4443 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4444 <link wiki="Key:social_facility" />
4445 <space />
4446 <key key="amenity" value="social_facility" />
4447 <key key="social_facility" value="nursing_home" />
4448 <reference ref="name_operator" />
4449 <text key="capacity" text="Capacity" />
4450 <reference ref="link_contact_address" />
4451 </item> <!-- Nursing Home -->
4452 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4453 <link wiki="Tag:amenity=nursing_home" />
4454 <space />
4455 <key key="amenity" value="nursing_home" />
4456 <reference ref="name_operator" />
4457 <text key="capacity" text="Capacity" />
4458 <reference ref="link_contact_address" />
4459 </item> <!-- Nursing Home (Legacy)-->
4460 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4461 <link wiki="Key:social_facility" />
4462 <space />
4463 <key key="amenity" value="social_facility" />
4464 <key key="social_facility" value="group_home" />
4465 <reference ref="name_operator" />
4466 <combo key="social_facility:for" text="For" values="senior" default="senior" />
4467 <text key="capacity" text="Capacity" />
4468 <reference ref="link_contact_address" />
4469 </item> <!-- Group Home -->
4470 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4471 <link wiki="Key:social_facility" />
4472 <space />
4473 <key key="amenity" value="social_facility" />
4474 <key key="social_facility" value="assisted_living" />
4475 <reference ref="name_operator" />
4476 <combo key="social_facility:for" text="For" values="senior" default="senior" />
4477 <text key="capacity" text="Capacity" />
4478 <reference ref="link_contact_address" />
4479 </item> <!-- Assisted Living -->
4480 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4481 <link wiki="Key:social_facility" />
4482 <space />
4483 <key key="amenity" value="social_facility" />
4484 <key key="social_facility" value="outreach" />
4485 <reference ref="name_operator_oh_wheelchair" />
4486 <reference ref="link_contact_address" />
4487 </item> <!-- Outreach -->
4488 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4489 <link wiki="Key:social_facility" />
4490 <space />
4491 <key key="amenity" value="social_facility" />
4492 <key key="social_facility" value="shelter" />
4493 <reference ref="name_operator" />
4494 <text key="capacity" text="Capacity" />
4495 <reference ref="link_contact_address" />
4496 </item> <!-- Shelter -->
4497 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4498 <link wiki="Key:social_facility" />
4499 <space />
4500 <key key="amenity" value="social_facility" />
4501 <key key="social_facility" value="food_bank" />
4502 <reference ref="name_operator_oh_wheelchair" />
4503 <reference ref="link_contact_address" />
4504 </item> <!-- Food Bank -->
4505 </group> <!-- Social Facility -->
4506 <group name="Facilities" icon="presets/service/telephone.svg">
4507 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4508 <link wiki="Tag:amenity=toilets" />
4509 <space />
4510 <key key="amenity" value="toilets" />
4511 <optional>
4512 <reference ref="POI_access" />
4513 <checkgroup columns="3">
4514 <check key="female" text="Female" text_context="restroom" />
4515 <check key="male" text="Male" text_context="restroom" />
4516 <check key="unisex" text="Unisex" text_context="restroom" />
4517 </checkgroup>
4518 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4519 <text key="description" text="Description" />
4520 <reference ref="fee" />
4521 <text key="operator" text="Operator" />
4522 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4523 <reference ref="wheelchair" />
4524 <check key="drinking_water" text="Drinking Water" />
4525 </optional>
4526 <preset_link preset_name="Changing table" />
4527 </item> <!-- Toilets/Restrooms -->
4528 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4529 <link wiki="Tag:amenity=shower" />
4530 <space />
4531 <key key="amenity" value="shower" />
4532 <reference ref="POI_access" />
4533 <optional>
4534 <checkgroup columns="3">
4535 <check key="female" text="Female" text_context="restroom" />
4536 <check key="male" text="Male" text_context="restroom" />
4537 <check key="unisex" text="Unisex" text_context="restroom" />
4538 </checkgroup>
4539 <text key="description" text="Description" />
4540 <reference ref="fee" />
4541 <text key="operator" text="Operator" />
4542 <reference ref="oh_wheelchair" />
4543 </optional>
4544 </item> <!-- Shower -->
4545 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4546 <link wiki="Key:changing_table" />
4547 <space />
4548 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4549 <optional>
4550 <check key="changing_table:fee" text="Fee" />
4551 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4552 <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" />
4553 <text key="operator" text="Operator" />
4554 <reference ref="wheelchair" />
4555 </optional>
4556 </item> <!-- Changing table -->
4557 <separator/>
4558 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4559 <link wiki="Tag:amenity=post_box" />
4560 <space />
4561 <key key="amenity" value="post_box" />
4562 <text key="operator" text="Operator" />
4563 <text key="ref" text="Reference number" />
4564 <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" />
4565 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4566 <check key="drive_through" text="Drive through" />
4567 </item> <!-- Post Box -->
4568 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4569 <link wiki="Tag:amenity=telephone" />
4570 <space />
4571 <key key="amenity" value="telephone" />
4572 <text key="operator" text="Operator" />
4573 <combo key="covered" text="Covered" values="yes,no,booth" />
4574 <space />
4575 <check key="payment:coins" text="Coins" />
4576 <check key="payment:notes" text="Notes" text_context="payment" />
4577 <check key="payment:telephone_cards" text="Telephone cards" />
4578 <preset_link preset_name="Payment Methods" />
4579 </item> <!-- Telephone -->
4580 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4581 <link wiki="Tag:amenity=internet_cafe" />
4582 <space />
4583 <key key="amenity" value="internet_cafe" />
4584 <reference ref="name_operator_oh_wheelchair" />
4585 <reference ref="link_contact_address_payment" />
4586 </item> <!-- Internet Cafe -->
4587 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4588 <link wiki="Key:internet_access" />
4589 <space />
4590 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4591 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4592 </item> <!-- Internet Access -->
4593 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4594 <link wiki="Tag:amenity=clock" />
4595 <key key="amenity" value="clock" />
4596 <optional>
4597 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4598 <reference ref="support" />
4599 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4600 <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" />
4601 <check key="date" text="Shows current date" />
4602 <check key="thermometer" text="Shows temperature" />
4603 <check key="barometer" text="Shows barometric pressure" />
4604 <check key="hygrometer" text="Shows humidity" />
4605 </optional>
4606 </item> <!-- Clock -->
4607 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4608 <link wiki="Tag:amenity=photo_booth" />
4609 <space />
4610 <key key="amenity" value="photo_booth" />
4611 <reference ref="name_operator_oh_wheelchair" />
4612 </item> <!-- Photo booth -->
4613 <separator/>
4614 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4615 <link wiki="Tag:amenity=recycling" />
4616 <space />
4617 <key key="amenity" value="recycling" />
4618 <key key="recycling_type" value="container" />
4619 <text key="operator" text="Operator" />
4620 <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" />
4621 <reference ref="wheelchair" />
4622 <space />
4623 <checkgroup columns="4">
4624 <check key="recycling:paper" text="Paper" />
4625 <check key="recycling:paper_packaging" text="Paper packaging" />
4626 <check key="recycling:cardboard" text="Cardboard" />
4627 <check key="recycling:newspaper" text="Newspaper" />
4628 <check key="recycling:magazines" text="Magazines" />
4629 <check key="recycling:books" text="Books" />
4630 <check key="recycling:plastic" text="Plastic" />
4631 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4632 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4633 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4634 <check key="recycling:glass" text="Glass" />
4635 <check key="recycling:glass_bottles" text="Glass Bottles" />
4636 <check key="recycling:cans" text="Cans" />
4637 <check key="recycling:clothes" text="Clothes" />
4638 <check key="recycling:shoes" text="Shoes" />
4639 <check key="recycling:scrap_metal" text="Scrap Metal" />
4640 <check key="recycling:wood" text="Wood" />
4641 <check key="recycling:green_waste" text="Green Waste" />
4642 <check key="recycling:waste" text="Waste" />
4643 <check key="recycling:batteries" text="Batteries" />
4644 <check key="recycling:small_appliances" text="Small Appliances" />
4645 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4646 </checkgroup>
4647 </item> <!-- Recycling Container-->
4648 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4649 <link wiki="Tag:amenity=recycling" />
4650 <space />
4651 <key key="amenity" value="recycling" />
4652 <key key="recycling_type" value="centre" />
4653 <reference ref="name_operator_oh_wheelchair" />
4654 <space />
4655 <checkgroup columns="4">
4656 <check key="recycling:paper" text="Paper" />
4657 <check key="recycling:paper_packaging" text="Paper packaging" />
4658 <check key="recycling:cardboard" text="Cardboard" />
4659 <check key="recycling:newspaper" text="Newspaper" />
4660 <check key="recycling:magazines" text="Magazines" />
4661 <check key="recycling:books" text="Books" />
4662 <check key="recycling:plastic" text="Plastic" />
4663 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4664 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4665 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4666 <check key="recycling:glass" text="Glass" />
4667 <check key="recycling:glass_bottles" text="Glass Bottles" />
4668 <check key="recycling:cans" text="Cans" />
4669 <check key="recycling:clothes" text="Clothes" />
4670 <check key="recycling:shoes" text="Shoes" />
4671 <check key="recycling:scrap_metal" text="Scrap Metal" />
4672 <check key="recycling:wood" text="Wood" />
4673 <check key="recycling:green_waste" text="Green Waste" />
4674 <check key="recycling:waste" text="Waste" />
4675 <check key="recycling:batteries" text="Batteries" />
4676 <check key="recycling:small_appliances" text="Small Appliances" />
4677 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4678 </checkgroup>
4679 <reference ref="link_contact_address_payment" />
4680 </item> <!-- Recycling Centre-->
4681 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4682 <link wiki="Tag:amenity=waste_basket" />
4683 <key key="amenity" value="waste_basket" />
4684 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4685 </item> <!-- Waste Basket/Trash Can -->
4686 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4687 <link wiki="Tag:amenity=waste_disposal" />
4688 <key key="amenity" value="waste_disposal" />
4689 <combo key="waste" text="Waste" values="trash" />
4690 </item> <!-- Waste Disposal/Dumpster -->
4691 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4692 <link wiki="Toilet_Holding_Tank_Disposal" />
4693 <space />
4694 <key key="amenity" value="sanitary_dump_station" />
4695 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4696 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4697 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4698 <reference ref="POI_access" />
4699 <reference ref="fee" />
4700 <text key="operator" text="Operator" />
4701 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4702 </item> <!-- Sanitary Dump Station -->
4703 <separator/>
4704 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4705 <link wiki="Tag:amenity=bench" />
4706 <space />
4707 <key key="amenity" value="bench" />
4708 <check key="backrest" text="Backrest" />
4709 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4710 <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" />
4711 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4712 </item> <!-- Bench -->
4713 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4714 <link wiki="Tag:amenity=shelter" />
4715 <space />
4716 <key key="amenity" value="shelter" />
4717 <text key="name" text="Name" />
4718 <check key="fireplace" text="Fireplace" />
4719 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4720 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4721 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4722 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4723 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4724 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4725 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4726 </combo>
4727 </item> <!-- Shelter -->
4728 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4729 <link wiki="Tag:amenity=hunting_stand" />
4730 <space />
4731 <key key="amenity" value="hunting_stand" />
4732 <text key="height" text="Height (meters)" length="7" />
4733 <check key="shelter" text="Shelter" />
4734 <check key="hide" text="Hide" text_context="hunting stand" />
4735 <check key="lockable" text="Lockable" />
4736 </item> <!-- Hunting Stand -->
4737 <separator/>
4738 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4739 <link wiki="Tag:amenity=drinking_water" />
4740 <space />
4741 <key key="amenity" value="drinking_water" />
4742 <check key="indoor" text="Indoor" />
4743 <optional>
4744 <text key="name" text="Name" />
4745 <text key="description" text="Description" />
4746 </optional>
4747 </item> <!-- Drinking Water -->
4748 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4749 <link wiki="Tag:amenity=water_point" />
4750 <space />
4751 <key key="amenity" value="water_point" />
4752 <optional>
4753 <check key="drinking_water" text="Drinking Water" />
4754 <text key="name" text="Name" />
4755 <text key="description" text="Description" />
4756 </optional>
4757 </item> <!-- Water Point -->
4758 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4759 <link wiki="Tag:amenity=watering_place" />
4760 <space />
4761 <key key="amenity" value="watering_place" />
4762 <optional>
4763 <text key="name" text="Name" />
4764 <text key="description" text="Description" />
4765 </optional>
4766 </item> <!-- Animal watering place -->
4767 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4768 <link wiki="Tag:amenity=compressed_air" />
4769 <space />
4770 <key key="amenity" value="compressed_air" />
4771 <reference ref="name_ref_operator" />
4772 <reference ref="fee" />
4773 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4774 </item> <!-- Compressed Air -->
4775 <separator/>
4776 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4777 <link wiki="Tag:advertising=column" />
4778 <space />
4779 <key key="advertising" value="column" />
4780 <optional>
4781 <check key="lit" text="Lit" />
4782 </optional>
4783 </item> <!-- Advertising Column -->
4784 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4785 <link wiki="Tag:advertising=billboard" />
4786 <space />
4787 <key key="advertising" value="billboard" />
4788 <optional>
4789 <check key="lit" text="Lit" />
4790 </optional>
4791 </item> <!-- Billboard -->
4792 </group> <!-- Facilities -->
4793 </group> <!-- Facilities -->
4794 <group name="Sports" icon="presets/sport/soccer.svg">
4795 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4796 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4797 <link wiki="Tag:leisure=stadium" />
4798 <space />
4799 <key key="leisure" value="stadium" />
4800 <text key="name" text="Name" />
4801 <reference ref="sport" />
4802 <reference ref="link_contact_address_payment" />
4803 </item> <!-- Stadium -->
4804 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4805 <link wiki="Tag:leisure=sports_centre" />
4806 <space />
4807 <key key="leisure" value="sports_centre" />
4808 <text key="name" text="Name" />
4809 <reference ref="sport" />
4810 <reference ref="link_contact_address_payment" />
4811 <preset_link preset_name="Building" />
4812 </item> <!-- Sports Centre -->
4813 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4814 <link wiki="Tag:leisure=fitness_centre" />
4815 <space />
4816 <key key="leisure" value="fitness_centre" />
4817 <text key="name" text="Name" />
4818 <reference ref="sport" />
4819 <reference ref="link_contact_address_payment" />
4820 <preset_link preset_name="Building" />
4821 </item> <!-- Fitness Centre -->
4822 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4823 <link wiki="Tag:leisure=pitch" />
4824 <space />
4825 <key key="leisure" value="pitch" />
4826 <text key="name" text="Name" />
4827 <reference ref="sport" />
4828 <reference ref="sport_surface" />
4829 <reference ref="link_contact_address_payment" />
4830 </item> <!-- Pitch -->
4831 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4832 <link wiki="Tag:leisure=track" />
4833 <space />
4834 <key key="leisure" value="track" />
4835 <text key="name" text="Name" />
4836 <multiselect key="sport" text="Sport" values="athletics;cycling;dog_racing;equestrian;horse_racing;running;roller_skating;ice_skating" values_context="sport" />
4837 <reference ref="sport_surface" />
4838 <check key="area" text="Area" />
4839 </item> <!-- Racetrack -->
4840 <group name="Golf" icon="presets/sport/golf/golf.svg">
4841 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4842 <link wiki="Tag:leisure=golf_course" />
4843 <space />
4844 <key key="leisure" value="golf_course" />
4845 <reference ref="name_oh_wheelchair" />
4846 </item> <!-- Golf Course -->
4847 <separator/>
4848 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4849 <link wiki="Tag:leisure=golf_course" />
4850 <space />
4851 <key key="golf" value="tee" />
4852 </item> <!-- Tee -->
4853 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4854 <link wiki="Tag:leisure=golf_course" />
4855 <space />
4856 <key key="golf" value="hole" />
4857 <text key="ref" text="Reference" />
4858 <text key="par" text="Par" />
4859 <optional>
4860 <text key="name" text="Name" />
4861 <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" />
4862 </optional>
4863 </item> <!-- Hole -->
4864 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4865 <link wiki="Tag:leisure=golf_course" />
4866 <space />
4867 <key key="golf" value="pin" />
4868 <text key="ref" text="Reference" />
4869 </item> <!-- Pin -->
4870 <separator/>
4871 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4872 <link wiki="Tag:golf=bunker" />
4873 <space />
4874 <key key="golf" value="bunker" />
4875 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4876 </item> <!-- Bunker -->
4877 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4878 <link wiki="Tag:leisure=golf_course" />
4879 <space />
4880 <key key="golf" value="water_hazard" />
4881 <key key="natural" value="water" match="keyvalue" />
4882 </item> <!-- Frontal Water hazard -->
4883 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4884 <link wiki="Tag:leisure=golf_course" />
4885 <space />
4886 <key key="golf" value="lateral_water_hazard" />
4887 <key key="natural" value="water" match="keyvalue" />
4888 </item> <!-- Lateral water hazard -->
4889 <separator/>
4890 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4891 <link wiki="Tag:leisure=golf_course" />
4892 <space />
4893 <key key="golf" value="green" />
4894 </item> <!-- Green -->
4895 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4896 <link wiki="Tag:golf=fairway" />
4897 <space />
4898 <key key="golf" value="fairway" />
4899 <key key="surface" value="grass" match="keyvalue" />
4900 </item> <!-- Fairway -->
4901 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4902 <link wiki="Tag:leisure=golf_course" />
4903 <space />
4904 <key key="golf" value="rough" />
4905 </item> <!-- Rough -->
4906 <separator/>
4907 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4908 <link wiki="Tag:leisure=golf_course" />
4909 <space />
4910 <key key="golf" value="driving_range" />
4911 </item> <!-- Driving range -->
4912 </group> <!-- Golf -->
4913 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4914 <link wiki="Tag:leisure=miniature_golf" />
4915 <space />
4916 <key key="leisure" value="miniature_golf" />
4917 <reference ref="name_oh_wheelchair" />
4918 </item> <!-- Miniature Golf -->
4919 </group> <!-- Sport Facilities -->
4920 <group name="Sport" icon="presets/sport/multi.svg">
4921 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4922 <link wiki="Tag:sport=multi" />
4923 <space />
4924 <key key="sport" value="multi" />
4925 <text key="name" text="Name" />
4926 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4927 <reference ref="sport_surface" />
4928 </item> <!-- Multi -->
4929 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4930 <link wiki="Tag:sport=9pin" />
4931 <space />
4932 <key key="sport" value="9pin" />
4933 <text key="name" text="Name" />
4934 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4935 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4936 </item> <!-- Nine-pin Bowling -->
4937 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4938 <link wiki="Tag:sport=10pin" />
4939 <space />
4940 <key key="sport" value="10pin" />
4941 <text key="name" text="Name" />
4942 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4943 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4944 </item> <!-- Ten-pin Bowling -->
4945 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4946 <link wiki="Tag:sport=archery" />
4947 <space />
4948 <key key="sport" value="archery" />
4949 <text key="name" text="Name" />
4950 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4951 </item> <!-- Archery -->
4952 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4953 <link wiki="Tag:sports=athletics" />
4954 <space />
4955 <key key="sport" value="athletics" />
4956 <text key="name" text="Name" />
4957 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4958 <reference ref="sport_surface" />
4959 </item> <!-- Track and Field Athletics -->
4960 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4961 <link wiki="Tag:sport=running" />
4962 <space />
4963 <key key="sport" value="running" />
4964 <reference ref="name_operator" />
4965 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4966 <reference ref="sport_surface" />
4967 </item> <!-- Running -->
4968 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4969 <link wiki="Tag:sport=climbing" />
4970 <space />
4971 <key key="sport" value="climbing" />
4972 <text key="name" text="Name" />
4973 <combo key="leisure" text="Type" values="sports_centre" />
4974 <reference ref="climbing_styles" />
4975 <text key="climbing:routes" text="Number of routes" />
4976 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
4977 <space />
4978 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4979 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4980 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4981 <space />
4982 <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" />
4983 <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" />
4984 <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" />
4985 <space />
4986 <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" />
4987 <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" />
4988 <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" />
4989 <space />
4990 <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" />
4991 <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" />
4992 <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" />
4993 <reference ref="climbing_optional_attributes" />
4994 <space />
4995 </item> <!-- Climbing site -->
4996 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4997 <link wiki="Tag:sport=climbing" />
4998 <space />
4999 <key key="sport" value="climbing" />
5000 <key key="climbing" value="route" />
5001 <text key="name" text="Name" />
5002 <reference ref="climbing_styles" />
5003 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
5004 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
5005 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
5006 <space />
5007 <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" />
5008 <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" />
5009 <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" />
5010 <reference ref="climbing_optional_attributes" />
5011 </item> <!-- Climbing route -->
5012 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
5013 <link wiki="Tag:sport=canoe" />
5014 <space />
5015 <key key="sport" value="canoe" />
5016 <text key="name" text="Name" />
5017 </item> <!-- Canoeing/Kayaking -->
5018 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
5019 <link wiki="Tag:sport=rowing" />
5020 <space />
5021 <key key="sport" value="rowing" />
5022 <text key="name" text="Name" />
5023 </item> <!-- Rowing -->
5024 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
5025 <link wiki="Tag:sport=cycling" />
5026 <space />
5027 <key key="sport" value="cycling" />
5028 <text key="name" text="Name" />
5029 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5030 <reference ref="sport_surface" />
5031 </item> <!-- Cycling -->
5032 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
5033 <link wiki="Tag:sport=dog_racing" />
5034 <space />
5035 <key key="sport" value="dog_racing" />
5036 <text key="name" text="Name" />
5037 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5038 <reference ref="sport_surface" />
5039 </item> <!-- Dog Racing -->
5040 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
5041 <link wiki="Tag:sport=equestrian" />
5042 <space />
5043 <key key="sport" value="equestrian" />
5044 <text key="name" text="Name" />
5045 <reference ref="riding_surface" />
5046 </item> <!-- Equestrian -->
5047 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
5048 <link wiki="Tag:sport=horse_racing" />
5049 <space />
5050 <key key="sport" value="horse_racing" />
5051 <text key="name" text="Name" />
5052 <reference ref="riding_surface" />
5053 </item> <!-- Horse Racing -->
5054 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
5055 <link wiki="Tag:sport=gymnastics" />
5056 <space />
5057 <key key="sport" value="gymnastics" />
5058 <text key="name" text="Name" />
5059 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
5060 </item> <!-- Gymnastics -->
5061 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
5062 <link wiki="Tag:sport=ice_skating" />
5063 <space />
5064 <key key="sport" value="ice_skating" />
5065 <text key="name" text="Name" />
5066 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
5067 </item> <!-- Ice Skating -->
5068 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
5069 <link wiki="Tag:sport=roller_skating"/>
5070 <space />
5071 <key key="sport" value="roller_skating" />
5072 <text key="name" text="Name" />
5073 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5074 <combo key="surface" text="Surface" values="asphalt,concrete" />
5075 </item> <!-- Roller Skating -->
5076 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
5077 <link wiki="Tag:sport=skateboard" />
5078 <space />
5079 <key key="sport" value="skateboard" />
5080 <text key="name" text="Name" />
5081 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
5082 <combo key="surface" text="Surface" values="asphalt,concrete" />
5083 </item> <!-- Skateboard -->
5084 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
5085 <link wiki="Tag:sport=swimming" />
5086 <space />
5087 <key key="sport" value="swimming" />
5088 <text key="name" text="Name" />
5089 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
5090 </item> <!-- Swimming -->
5091 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
5092 <link wiki="Tag:sport=scuba_diving" />
5093 <space />
5094 <key key="sport" value="scuba_diving" />
5095 <text key="name" text="Name" />
5096 </item> <!-- Scuba Diving -->
5097 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
5098 <link wiki="Piste_Maps" />
5099 <space />
5100 <text key="name" text="Name" />
5101 <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"/>
5102 <optional>
5103 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
5104 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
5105 </optional>
5106 </item> <!-- Skiing -->
5107 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5108 <link wiki="Tag:sport=shooting" />
5109 <space />
5110 <key key="sport" value="shooting" />
5111 <text key="name" text="Name" />
5112 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5113 </item> <!-- Shooting -->
5114 <item name="Chess" icon="presets/sport/chess.svg" type="node,closedway,multipolygon" preset_name_label="true">
5115 <link wiki="Tag:sport=chess" />
5116 <space />
5117 <key key="sport" value="chess" />
5118 <text key="name" text="Name" />
5119 <combo key="leisure" text="Type" values="pitch,picnic_table" />
5120 </item> <!-- Chess -->
5121 </group> <!-- Sport -->
5122 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
5123 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
5124 <link wiki="Tag:sport=soccer" />
5125 <space />
5126 <key key="sport" value="soccer" />
5127 <reference ref="name_leisure_pitch" />
5128 <reference ref="sport_surface" />
5129 </item> <!-- Soccer -->
5130 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5131 <link wiki="Tag:sport=australian_football" />
5132 <space />
5133 <key key="sport" value="australian_football" />
5134 <reference ref="name_leisure_pitch" />
5135 <reference ref="sport_surface" />
5136 </item> <!-- Australian Football -->
5137 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5138 <link wiki="Tag:sport=american_football" />
5139 <space />
5140 <key key="sport" value="american_football" />
5141 <reference ref="name_leisure_pitch" />
5142 <reference ref="sport_surface" />
5143 </item> <!-- American Football -->
5144 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5145 <link wiki="Tag:sport=canadian_football" />
5146 <space />
5147 <key key="sport" value="canadian_football" />
5148 <reference ref="name_leisure_pitch" />
5149 <reference ref="sport_surface" />
5150 </item> <!-- Canadian Football -->
5151 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
5152 <link wiki="Tag:sport=gaelic_games" />
5153 <space />
5154 <key key="sport" value="gaelic_games" />
5155 <reference ref="name_leisure_pitch" />
5156 <reference ref="sport_surface" />
5157 <optional>
5158 <check key="gaelic_games:hurling" text="Hurling" />
5159 <check key="gaelic_games:football" text="Football" />
5160 <check key="gaelic_games:camogie" text="Camogie" />
5161 <check key="gaelic_games:rounders" text="Rounders" />
5162 <check key="gaelic_games:handball" text="Handball" />
5163 </optional>
5164 </item> <!-- Gaelic Games -->
5165 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5166 <link wiki="Tag:sport=rugby_league" />
5167 <space />
5168 <key key="sport" value="rugby_league" />
5169 <reference ref="name_leisure_pitch" />
5170 <reference ref="sport_surface" />
5171 </item> <!-- Rugby League -->
5172 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
5173 <link wiki="Tag:sport=rugby_union" />
5174 <space />
5175 <key key="sport" value="rugby_union" />
5176 <reference ref="name_leisure_pitch" />
5177 <reference ref="sport_surface" />
5178 </item> <!-- Rugby Union -->
5179 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5180 <link wiki="Tag:sport=baseball" />
5181 <space />
5182 <key key="sport" value="baseball" />
5183 <reference ref="name_leisure_pitch" />
5184 <reference ref="sport_surface" />
5185 </item> <!-- Baseball -->
5186 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5187 <link wiki="Tag:sport=basketball" />
5188 <space />
5189 <key key="sport" value="basketball" />
5190 <reference ref="name_leisure_pitch" />
5191 <reference ref="sport_surface" />
5192 <combo key="hoops" text="Hoops" values="1,2,3,4" />
5193 </item> <!-- Basketball -->
5194 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5195 <link wiki="Tag:sport=handball" />
5196 <space />
5197 <key key="sport" value="handball" />
5198 <reference ref="name_operator" />
5199 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5200 <reference ref="sport_surface" />
5201 </item> <!-- Handball -->
5202 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5203 <link wiki="Tag:sport=volleyball" />
5204 <space />
5205 <key key="sport" value="volleyball" />
5206 <reference ref="name_operator" />
5207 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5208 <reference ref="sport_surface" />
5209 </item> <!-- Volleyball -->
5210 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5211 <link wiki="Tag:sport=beachvolleyball" />
5212 <space />
5213 <key key="sport" value="beachvolleyball" />
5214 <reference ref="name_operator" />
5215 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5216 </item> <!-- Beach Volleyball -->
5217 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
5218 <link wiki="Tag:sport=billiards" />
5219 <space />
5220 <key key="sport" value="billiards" />
5221 <reference ref="name_operator" />
5222 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
5223 </item> <!-- Billiards -->
5224 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
5225 <link wiki="Tag:sport=golf" />
5226 <space />
5227 <key key="sport" value="golf" />
5228 <text key="name" text="Name" />
5229 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
5230 </item> <!-- Golf -->
5231 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5232 <link wiki="Tag:sport=boules" />
5233 <space />
5234 <key key="sport" value="boules" />
5235 <reference ref="name_leisure_pitch" />
5236 <reference ref="sport_surface" />
5237 </item> <!-- Boule -->
5238 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5239 <link wiki="Tag:sport=bowls" />
5240 <space />
5241 <key key="sport" value="bowls" />
5242 <reference ref="name_leisure_pitch" />
5243 <reference ref="sport_surface" />
5244 </item> <!-- Lawn Bowling -->
5245 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
5246 <link wiki="Tag:sport=cricket" />
5247 <space />
5248 <key key="sport" value="cricket" />
5249 <reference ref="name_leisure_pitch" />
5250 <reference ref="sport_surface" />
5251 </item> <!-- Cricket -->
5252 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
5253 <link wiki="Tag:sport=croquet" />
5254 <space />
5255 <key key="sport" value="croquet" />
5256 <reference ref="name_leisure_pitch" />
5257 <reference ref="sport_surface" />
5258 </item> <!-- Croquet -->
5259 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5260 <link wiki="Tag:sport=field_hockey" />
5261 <space />
5262 <key key="sport" value="field_hockey" />
5263 <text key="name" text="Name" />
5264 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5265 <reference ref="sport_surface" />
5266 </item> <!-- Field Hockey -->
5267 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5268 <link wiki="Tag:sport=ice_hockey" />
5269 <space />
5270 <key key="sport" value="ice_hockey" />
5271 <text key="name" text="Name" />
5272 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5273 </item> <!-- Ice Hockey -->
5274 <item name="Curling" icon="presets/sport/curling.svg" type="node,closedway,multipolygon" preset_name_label="true">
5275 <link wiki="Tag:sport=curling" />
5276 <space />
5277 <key key="sport" value="curling" />
5278 <text key="name" text="Name" />
5279 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5280 </item> <!-- Curling -->
5281 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
5282 <link wiki="Tag:sport=pelota" />
5283 <space />
5284 <key key="sport" value="pelota" />
5285 <reference ref="name_leisure_pitch" />
5286 <reference ref="sport_surface" />
5287 </item> <!-- Pelota -->
5288 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5289 <link wiki="Tag:sport=racquet" />
5290 <space />
5291 <key key="sport" value="racquet" />
5292 <text key="name" text="Name" />
5293 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5294 <reference ref="sport_surface" />
5295 </item> <!-- Racquetball -->
5296 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5297 <link wiki="Tag:sport=table_tennis" />
5298 <space />
5299 <key key="sport" value="table_tennis" />
5300 <text key="name" text="Name" />
5301 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5302 </item> <!-- Table Tennis/Ping-Pong -->
5303 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5304 <link wiki="Tag:sport=tennis" />
5305 <space />
5306 <key key="sport" value="tennis" />
5307 <reference ref="name_leisure_pitch" />
5308 <reference ref="sport_surface" />
5309 </item> <!-- Tennis -->
5310 </group> <!-- Sport (Ball) -->
5311 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
5312 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
5313 <link wiki="Tag:sport=motor" />
5314 <space />
5315 <key key="sport" value="motor" />
5316 <text key="name" text="Name" />
5317 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5318 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5319 </item> <!-- Motorsport -->
5320 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
5321 <link wiki="Tag:sport=karting" />
5322 <space />
5323 <key key="sport" value="karting" />
5324 <text key="name" text="Name" />
5325 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5326 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5327 </item> <!-- Kart Racing -->
5328 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
5329 <link wiki="Tag:sport=motocross" />
5330 <space />
5331 <key key="sport" value="motocross" />
5332 <text key="name" text="Name" />
5333 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5334 </item> <!-- Motocross -->
5335 <separator/>
5336 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
5337 <link wiki="Tag:sport=model_aerodrome" />
5338 <space />
5339 <key key="sport" value="model_aerodrome" />
5340 <text key="name" text="Name" />
5341 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
5342 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5343 </item> <!-- Model Aerodrome -->
5344 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
5345 <link wiki="Tag:sport=rc_car" />
5346 <space />
5347 <key key="sport" value="rc_car" />
5348 <text key="name" text="Name" />
5349 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5350 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5351 </item> <!-- RC Car -->
5352 </group> <!-- Motorsport -->
5353 </group> <!-- Sports -->
5354 <group name="Man Made" icon="presets/landmark/works.svg">
5355 <group name="Man Made" icon="presets/landmark/works.svg">
5356 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5357 <link wiki="Key:building" />
5358 <space />
5359 <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,bunker,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,grandstand,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,monastery,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,tent,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
5360 <optional>
5361 <text key="name" text="Name" />
5362 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5363 <text key="height" text="Height (meters)" length="7" />
5364 </optional>
5365 <preset_link preset_name="Address" />
5366 </item> <!-- Building -->
5367 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5368 <link wiki="Key:building" />
5369 <space />
5370 <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" />
5371 <optional>
5372 <text key="name" text="Name" />
5373 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5374 <text key="height" text="Height (meters)" length="7" />
5375 </optional>
5376 <preset_link preset_name="Address" />
5377 </item> <!-- Residential Building -->
5378 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
5379 <link wiki="Key:building:part" />
5380 <space />
5381 <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" />
5382 <text key="name" text="Name" />
5383 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5384 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
5385 <text key="height" text="Height (meters)" length="7" />
5386 <text key="min_height" text="Skipped height (meters)" />
5387 </item> <!-- Building part -->
5388 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
5389 <link wiki="Key:entrance" />
5390 <space />
5391 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
5392 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5393 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5394 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5395 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5396 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5397 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
5398 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
5399 <list_entry value="garage" icon="presets/misc/entrance_yes.svg" />
5400 </combo>
5401 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5402 <reference ref="wheelchair" />
5403 <optional>
5404 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5405 <text key="ref" text="Entrance number" />
5406 <text key="addr:flats" text="Flat numbers" />
5407 </optional>
5408 </item> <!-- Entrance -->
5409 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5410 <link wiki="Key:police" />
5411 <space />
5412 <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" />
5413 <optional>
5414 <text key="name" text="Name" />
5415 <text key="operator" text="Operator" />
5416 </optional>
5417 <reference ref="link_contact_address" />
5418 </item> <!-- Non-public police facility -->
5419 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5420 <link wiki="Tag:man_made=flagpole" />
5421 <key key="man_made" value="flagpole" />
5422 </item> <!-- Flagpole -->
5423 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5424 <link wiki="Tag:man_made=cross" />
5425 <key key="man_made" value="cross" />
5426 </item> <!-- Cross -->
5427 <separator/>
5428 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5429 <link wiki="Tag:man_made=works" />
5430 <space />
5431 <key key="man_made" value="works" />
5432 <text key="name" text="Name" />
5433 </item> <!-- Works -->
5434 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5435 <link wiki="Tag:man_made=chimney" />
5436 <space />
5437 <key key="man_made" value="chimney" />
5438 <reference ref="name_operator" />
5439 <text key="height" text="Height (meters)" length="7" />
5440 </item> <!-- Chimney -->
5441 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5442 <link wiki="Tag:man_made=kiln" />
5443 <space />
5444 <key key="man_made" value="kiln" />
5445 <reference ref="name_operator" />
5446 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5447 </item> <!-- Kiln -->
5448 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5449 <link wiki="Tag:man_made=windmill" />
5450 <space />
5451 <key key="man_made" value="windmill" />
5452 <text key="name" text="Name" />
5453 </item> <!-- Windmill -->
5454 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5455 <link wiki="Tag:man_made=gasometer" />
5456 <space />
5457 <key key="man_made" value="gasometer" />
5458 <optional>
5459 <reference ref="name_operator" />
5460 <combo key="building" text="Building" values="gasometer" values_context="building" />
5461 <text key="height" text="Height (meters)" length="7" />
5462 </optional>
5463 </item> <!-- Gasometer -->
5464 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5465 <link wiki="Tag:man_made=silo" />
5466 <space />
5467 <key key="man_made" value="silo" />
5468 <optional>
5469 <reference ref="name_operator" />
5470 <combo key="building" text="Building" values="silo" values_context="building" />
5471 <text key="height" text="Height (meters)" length="7" />
5472 </optional>
5473 </item> <!-- Silo -->
5474 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5475 <link wiki="Tag:man_made=storage_tank" />
5476 <key key="man_made" value="storage_tank" />
5477 <optional>
5478 <reference ref="name_operator" />
5479 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5480 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5481 <text key="height" text="Height (meters)" length="7" />
5482 </optional>
5483 </item> <!-- Storage Tank -->
5484 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5485 <link wiki="Tag:man_made=bunker_silo" />
5486 <space />
5487 <key key="man_made" value="bunker_silo" />
5488 <optional>
5489 <reference ref="name_operator" />
5490 </optional>
5491 </item> <!-- Bunker Silo -->
5492 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5493 <link wiki="Tag:man_made=crane" />
5494 <space />
5495 <key key="man_made" value="crane" />
5496 <optional>
5497 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5498 <reference ref="name_operator" />
5499 </optional>
5500 </item> <!-- Crane -->
5501 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5502 <link wiki="Tag:man_made=goods_conveyor" />
5503 <space />
5504 <key key="man_made" value="goods_conveyor" />
5505 <optional>
5506 <reference ref="name_operator" />
5507 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5508 <checkgroup columns="3">
5509 <check key="covered" text="Covered" />
5510 <check key="bridge" text="Bridge" disable_off="true" />
5511 <check key="tunnel" text="Tunnel" disable_off="true" />
5512 </checkgroup>
5513 </optional>
5514 </item> <!-- Goods conveyor -->
5515 <item name="Pumping station" icon="presets/misc/pumping_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
5516 <link wiki="Tag:man_made=pumping_station" />
5517 <space />
5518 <key key="man_made" value="pumping_station" />
5519 <reference ref="name_ref" />
5520 <reference ref="operator_substance" />
5521 </item> <!-- Pumping station -->
5522 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5523 <link wiki="Tag:man_made=mineshaft" />
5524 <space />
5525 <key key="man_made" value="mineshaft" />
5526 <text key="name" text="Name" />
5527 <combo key="mineshaft_type" text="Function" values="winding,air" />
5528 <text key="depth" text="Depth (meters)" />
5529 <text key="operator" text="Operator" />
5530 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5531 <check key="headframe" text="Visible Headframe" />
5532 <check key="disused" text="Disused" />
5533 </item> <!-- Mineshaft -->
5534 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5535 <link wiki="Tag:man_made=adit" />
5536 <space />
5537 <key key="man_made" value="adit" />
5538 <text key="name" text="Name" />
5539 <text key="length" text="Length (meters)" />
5540 <text key="operator" text="Operator" />
5541 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5542 <check key="disused" text="Disused" />
5543 </item> <!-- Adit -->
5544 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5545 <link wiki="Tag:man_made=embankment" />
5546 <space />
5547 <key key="man_made" value="embankment" />
5548 </item> <!-- Embankment -->
5549 <separator/>
5550 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5551 <link wiki="Tag:highway=street_lamp" />
5552 <space />
5553 <key key="highway" value="street_lamp" />
5554 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5555 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5556 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5557 </item> <!-- Street Lamp -->
5558 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5559 <link wiki="Tag:man_made=street_cabinet" />
5560 <key key="man_made" value="street_cabinet" />
5561 <optional>
5562 <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" />
5563 <reference ref="ref_operator" />
5564 <text key="manufacturer" text="Manufacturer" />
5565 <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" />
5566 </optional>
5567 </item> <!-- Street cabinet -->
5568 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5569 <link wiki="Tag:man_made=monitoring_station" />
5570 <space />
5571 <key key="man_made" value="monitoring_station" />
5572 <reference ref="name_operator" />
5573 <label text="Monitoring:" />
5574 <checkgroup columns="3">
5575 <check key="monitoring:water_level" text="Water level" />
5576 <check key="monitoring:tide_gauge" text="Tide Level" />
5577 <check key="monitoring:groundwater" text="Groundwater" />
5578 <check key="monitoring:traffic" text="Traffic" />
5579 <check key="monitoring:air_quality" text="Air Quality" />
5580 <check key="monitoring:noise" text="Noise" />
5581 <check key="monitoring:gps" text="GPS Signals" />
5582 <check key="monitoring:glonass" text="GLONASS Signals" />
5583 <check key="monitoring:galileo" text="Galileo Signals" />
5584 <check key="monitoring:weather" text="Weather" />
5585 <check key="monitoring:radiation" text="Radiation" />
5586 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5587 </checkgroup>
5588 <label text="Recording:" />
5589 <checkgroup columns="3">
5590 <check key="recording:automated" text="Automated" />
5591 <check key="recording:manually" text="Manually" />
5592 <check key="recording:remote" text="Remote" />
5593 </checkgroup>
5594 <label text="Display:" />
5595 <checkgroup columns="2">
5596 <check key="display:analog" text="Analog" />
5597 <check key="display:digital" text="Digital" />
5598 </checkgroup>
5599 </item> <!-- Monitoring Station -->
5600 <item name="Telescope" icon="presets/tower/telescope_dish.svg" type="node,closedway" preset_name_label="true">
5601 <link wiki="Tag:man_made=telescope" />
5602 <space />
5603 <key key="man_made" value="telescope" />
5604 <combo key="telescope:type" text="Type" values_context="telescope" values_searchable="true">
5605 <list_entry value="optical" icon="presets/tower/telescope_dome.svg" />
5606 <list_entry value="radio" icon="presets/tower/telescope_dish.svg" />
5607 <list_entry value="gamma" icon="presets/tower/telescope_dish.svg" />
5608 </combo>
5609 <optional>
5610 <combo key="tower:construction" text="Type of construction" values="dish,dome" values_searchable="true" />
5611 <text key="telescope:diameter" text="Telescope Diameter (meters)" />
5612 <reference ref="name_ref_operator" />
5613 <text key="height" text="Height (meters)" length="7" />
5614 <text key="ele" text="Elevation (meters)" length="10" />
5615 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5616 <reference ref="POI_access" />
5617 </optional>
5618 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5619 <preset_link preset_name="Mast" text="Similar but different tags:" />
5620 <preset_link preset_name="Tower" text="Similar but different tags:" />
5621 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5622 </item> <!-- Telescope -->
5623 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5624 <link wiki="Tag:man_made=survey_point" />
5625 <space />
5626 <key key="man_made" value="survey_point" />
5627 <reference ref="name_ref" />
5628 <text key="ele" text="Elevation (meters)" length="10" />
5629 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5630 </item> <!-- Survey Point -->
5631 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5632 <link wiki="Tag:man_made=surveillance" />
5633 <space />
5634 <key key="man_made" value="surveillance" />
5635 <key key="surveillance:type" value="camera" />
5636 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5637 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5638 <text key="operator" text="Operator" />
5639 <optional>
5640 <text key="name" text="Name" />
5641 <text key="ref" text="Reference" />
5642 </optional>
5643 <space />
5644 <label text="Camera" />
5645 <space />
5646 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5647 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5648 <optional>
5649 <text key="camera:direction" text="Direction in degrees" match="key" />
5650 <text key="camera:angle" text="Inclination in degrees" match="key" />
5651 <text key="height" text="Height (meters)" length="7" />
5652 </optional>
5653 </item> <!-- Surveillance Camera -->
5654 </group> <!-- Man Made -->
5655 <group name="Towers" icon="presets/tower/tower.svg">
5656 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5657 <link wiki="Tag:man_made=lighthouse" />
5658 <space />
5659 <key key="man_made" value="lighthouse" />
5660 <text key="name" text="Name" />
5661 </item> <!-- Lighthouse -->
5662 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5663 <link wiki="Tag:man_made=beacon" />
5664 <space />
5665 <key key="man_made" value="beacon" />
5666 <text key="name" text="Name" />
5667 </item> <!-- Beacon -->
5668 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5669 <link wiki="Tag:man_made=water_tower" />
5670 <space />
5671 <key key="man_made" value="water_tower" />
5672 <optional>
5673 <reference ref="name_operator" />
5674 <text key="height" text="Height (meters)" length="7" />
5675 </optional>
5676 </item> <!-- Water Tower -->
5677 <separator/>
5678 <item name="Antenna" icon="presets/tower/antenna.svg" type="node,closedway" preset_name_label="true">
5679 <link wiki="Tag:man_made=antenna" />
5680 <space />
5681 <key key="man_made" value="antenna" />
5682 <optional>
5683 <reference ref="name_ref_operator" />
5684 <text key="height" text="Height (meters)" length="7" />
5685 <text key="ele" text="Elevation (meters)" length="10" />
5686 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5687 <reference ref="communication" />
5688 </optional>
5689 <preset_link preset_name="Mast" text="Similar but different tags:" />
5690 <preset_link preset_name="Tower" text="Similar but different tags:" />
5691 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5692 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5693 </item> <!-- Antenna -->
5694 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5695 <link wiki="Tag:man_made=mast" />
5696 <space />
5697 <key key="man_made" value="mast" />
5698 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5699 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5700 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5701 <list_entry value="monitoring" />
5702 <list_entry value="radar" />
5703 <list_entry value="siren" />
5704 </combo>
5705 <optional>
5706 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5707 <reference ref="name_ref_operator" />
5708 <text key="height" text="Height (meters)" length="7" />
5709 <text key="ele" text="Elevation (meters)" length="10" />
5710 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5711 <reference ref="communication" />
5712 </optional>
5713 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5714 <preset_link preset_name="Tower" text="Similar but different tags:" />
5715 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5716 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5717 </item> <!-- Mast -->
5718 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5719 <link wiki="Tag:man_made=tower" />
5720 <space />
5721 <key key="man_made" value="tower" />
5722 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5723 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5724 <list_entry value="communication" icon="presets/tower/communication.svg" />
5725 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5726 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5727 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5728 <list_entry value="minaret" />
5729 <list_entry value="observation" icon="presets/tower/observation.svg" />
5730 <list_entry value="radar" />
5731 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5732 </combo>
5733 <optional>
5734 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5735 <reference ref="name_ref_operator" />
5736 <text key="height" text="Height (meters)" length="7" />
5737 <text key="ele" text="Elevation (meters)" length="10" />
5738 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5739 <reference ref="communication" />
5740 <space />
5741 <reference ref="POI_access" />
5742 <reference ref="oh" />
5743 <reference ref="fee_interval" />
5744 <space />
5745 </optional>
5746 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5747 <preset_link preset_name="Mast" text="Similar but different tags:" />
5748 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5749 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5750 <reference ref="link_contact_address" />
5751 </item> <!-- Tower -->
5752 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5753 <link wiki="Tag:man_made=communications_tower" />
5754 <space />
5755 <label text="Big communication tower, usually higher than 100 meters." />
5756 <key key="man_made" value="communications_tower" />
5757 <optional>
5758 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5759 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5760 <reference ref="name_ref_operator" />
5761 <text key="height" text="Height (meters)" length="7" />
5762 <text key="ele" text="Elevation (meters)" length="10" />
5763 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5764 <reference ref="communication" />
5765 <space />
5766 <reference ref="POI_access" />
5767 <reference ref="oh" />
5768 <reference ref="fee_interval" />
5769 </optional>
5770 <preset_link preset_name="Antenna" text="Similar but different tags:" />
5771 <preset_link preset_name="Mast" text="Similar but different tags:" />
5772 <preset_link preset_name="Tower" text="Similar but different tags:" />
5773 <preset_link preset_name="Telescope" text="Similar but different tags:" />
5774 <reference ref="link_contact_address" />
5775 </item> <!-- Big Communication Tower -->
5776 </group> <!-- Towers -->
5777 <group name="Pipeline" icon="presets/landmark/pipeline.svg">
5778 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5779 <link wiki="Tag:man_made=pipeline" />
5780 <space />
5781 <key key="man_made" value="pipeline" />
5782 <reference ref="name_ref" />
5783 <reference ref="operator_substance" />
5784 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5785 <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" />
5786 <text key="pressure" text="Pressure (bar)" />
5787 </item> <!-- Pipeline -->
5788 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5789 <link wiki="Tag:pipeline=substation" />
5790 <space />
5791 <key key="pipeline" value="substation" />
5792 <text key="name" text="Name" />
5793 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5794 <text key="ref" text="Reference" />
5795 <reference ref="operator_substance" />
5796 </item> <!-- Pipeline Substation -->
5797 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5798 <link wiki="Tag:pipeline=valve" />
5799 <space />
5800 <key key="pipeline" value="valve" />
5801 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5802 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5803 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5804 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5805 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5806 <reference ref="ref_operator" />
5807 </item> <!-- Pipeline Valve -->
5808 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5809 <link wiki="Key:marker" />
5810 <space />
5811 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5812 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5813 <optional>
5814 <reference ref="ref_operator" />
5815 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5816 <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" />
5817 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5818 </optional>
5819 </item> <!-- Marker -->
5820 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5821 <link wiki="Key:manhole" />
5822 <space />
5823 <key key="man_made" value="manhole" />
5824 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5825 <reference ref="ref_operator" />
5826 </item> <!-- Manhole -->
5827 </group> <!-- Pipeline -->
5828 <group name="Water" icon="presets/landmark/water_works.svg">
5829 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5830 <link wiki="Tag:man_made=water_works" />
5831 <space />
5832 <key key="man_made" value="water_works" />
5833 <reference ref="name_operator" />
5834 </item> <!-- Water Works -->
5835 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5836 <link wiki="Tag:man_made=wastewater_plant" />
5837 <space />
5838 <key key="man_made" value="wastewater_plant" />
5839 <text key="name" text="Name" />
5840 </item> <!-- Wastewater Treatment Plant -->
5841 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5842 <link wiki="Tag:man_made=watermill" />
5843 <space />
5844 <key key="man_made" value="watermill" />
5845 <text key="name" text="Name" />
5846 </item> <!-- Watermill -->
5847 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5848 <link wiki="Tag:amenity=fountain" />
5849 <space />
5850 <key key="amenity" value="fountain" />
5851 <optional>
5852 <text key="name" text="Name" />
5853 <check key="drinking_water" text="Drinking Water" />
5854 </optional>
5855 </item> <!-- Fountain -->
5856 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5857 <link wiki="Tag:man_made=water_well" />
5858 <space />
5859 <key key="man_made" value="water_well" />
5860 <optional>
5861 <text key="name" text="Name" />
5862 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5863 </optional>
5864 </item> <!-- Water Well -->
5865 </group> <!-- Water -->
5866 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5867 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5868 <link wiki="Key:bridge" />
5869 <space />
5870 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5871 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5872 <reference ref="optional_bridge" />
5873 </item> <!-- Bridge -->
5874 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5875 <link wiki="Key:bridge:movable" />
5876 <space />
5877 <key key="bridge" value="movable" />
5878 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5879 <reference ref="optional_bridge" />
5880 </item> <!-- Movable Bridge -->
5881 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5882 <link wiki="Key:bridge:support" />
5883 <space />
5884 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5885 </item> <!-- Bridge Support -->
5886 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5887 <link wiki="Tag:man_made=bridge" />
5888 <space />
5889 <key key="man_made" value="bridge" />
5890 <optional>
5891 <reference ref="name_layer" />
5892 </optional>
5893 </item> <!-- Bridge outline -->
5894 </group> <!-- Bridges -->
5895 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5896 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5897 <link wiki="Tag:military=airfield" />
5898 <space />
5899 <key key="military" value="airfield" match="keyvalue!" />
5900 <reference ref="aerodrome" />
5901 </item> <!-- Airfield -->
5902 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5903 <link wiki="Tag:military=barracks" />
5904 <space />
5905 <key key="military" value="barracks" />
5906 </item> <!-- Barracks -->
5907 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5908 <link wiki="Tag:military=bunker" />
5909 <key key="military" value="bunker" />
5910 <optional>
5911 <combo key="bunker_type" text="Type" values="command,foxhole,gun_emplacement,hardened_aircraft_shelter,mg_nest,munitions,observation,personnel_shelter,pillbox,technical,tobruk" values_context="bunker" values_searchable="true" />
5912 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5913 <combo key="building" text="Building" values="bunker,yes" values_context="building" />
5914 <text key="name" text="Name" />
5915 <reference ref="POI_access" />
5916 <check key="historic" text="Historic" />
5917 <check key="ruins" text="Ruins" />
5918 </optional>
5919 </item> <!-- Bunker -->
5920 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5921 <link wiki="Tag:military=range" />
5922 <space />
5923 <key key="military" value="range" />
5924 </item> <!-- Range -->
5925 </group> <!-- Military -->
5926 <group name="Power" icon="presets/power/power.svg">
5927 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5928 <link wiki="Tag:power=plant" />
5929 <space />
5930 <key key="power" value="plant" />
5931 <reference ref="name_ref_operator" />
5932 <text key="start_date" text="Start date" />
5933 <optional text="Output forms of energy (optional):">
5934 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5935 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5936 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5937 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5938 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5939 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5940 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5941 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5942 <space />
5943 <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" />
5944 </optional>
5945 </item> <!-- Power Plant -->
5946 <group name="Power Generator" icon="presets/power/generator.svg">
5947 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5948 <key key="generator:source" value="biofuel" />
5949 <reference ref="power_generator" />
5950 <key key="generator:method" value="combustion" />
5951 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5952 <reference ref="power_output" />
5953 </item> <!-- Power Generator -->
5954 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5955 <key key="generator:source" value="biogas" />
5956 <reference ref="power_generator" />
5957 <key key="generator:method" value="combustion" />
5958 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5959 <reference ref="power_output" />
5960 </item> <!-- Biogas Power Generator -->
5961 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5962 <key key="generator:source" value="biomass" />
5963 <reference ref="power_generator" />
5964 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5965 <combo key="generator:type" text="Generator Type" values_searchable="true">
5966 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5967 <list_entry value="pyrolysis" short_description="" />
5968 <list_entry value="steam_generator" short_description="combustion" />
5969 <list_entry value="steam_turbine" short_description="combustion" />
5970 </combo>
5971 <reference ref="power_output" />
5972 </item> <!-- Biomass Power Generator -->
5973 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5974 <key key="generator:source" value="coal" />
5975 <reference ref="power_generator" />
5976 <key key="generator:method" value="combustion" />
5977 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5978 <reference ref="power_output" />
5979 </item> <!-- Coal Power Generator -->
5980 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5981 <key key="generator:source" value="gas" />
5982 <reference ref="power_generator" />
5983 <key key="generator:method" value="combustion" />
5984 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5985 <reference ref="power_output" />
5986 </item> <!-- Gas Power Generator -->
5987 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5988 <key key="generator:source" value="oil" />
5989 <reference ref="power_generator" />
5990 <key key="generator:method" value="combustion" />
5991 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5992 <reference ref="power_output" />
5993 </item> <!-- Oil Power Generator -->
5994 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5995 <key key="generator:source" value="diesel" />
5996 <reference ref="power_generator" />
5997 <key key="generator:method" value="combustion" />
5998 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5999 <reference ref="power_output" />
6000 </item> <!-- Diesel Power Generator -->
6001 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
6002 <key key="generator:source" value="gasoline" />
6003 <reference ref="power_generator" />
6004 <key key="generator:method" value="combustion" />
6005 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
6006 <reference ref="power_output" />
6007 </item> <!-- Gasoline Power Generator -->
6008 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
6009 <key key="generator:source" value="nuclear" />
6010 <reference ref="power_generator" />
6011 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
6012 <combo key="generator:type" text="Generator Type" values_searchable="true">
6013 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
6014 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
6015 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
6016 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
6017 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
6018 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
6019 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
6020 <list_entry value="cold-fusion" short_description="fusion" />
6021 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
6022 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
6023 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
6024 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
6025 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
6026 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
6027 <list_entry value="stellarator" short_description="fusion" />
6028 <list_entry value="tokamak" short_description="fusion" />
6029 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
6030 </combo>
6031 <reference ref="power_output" />
6032 </item> <!-- Nuclear Reactor -->
6033 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
6034 <key key="generator:source" value="solar" />
6035 <reference ref="power_generator" />
6036 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
6037 <combo key="generator:type" text="Generator Type" values_searchable="true">
6038 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
6039 <list_entry value="solar_thermal_collector" short_description="thermal" />
6040 <list_entry value="steam_turbine" short_description="thermal" />
6041 </combo>
6042 <reference ref="power_output" />
6043 </item> <!-- Solar Power Generator -->
6044 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
6045 <key key="generator:source" value="waste" />
6046 <reference ref="power_generator" />
6047 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
6048 <combo key="generator:type" text="Generator Type" values_searchable="true">
6049 <list_entry value="bioreactor" short_description="gasification" />
6050 <list_entry value="pyrolysis" short_description="" />
6051 <list_entry value="reciprocating_engine" short_description="combustion" />
6052 <list_entry value="steam_generator" short_description="combustion" />
6053 </combo>
6054 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
6055 <reference ref="power_output" />
6056 </item> <!-- Waste Power Generator -->
6057 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
6058 <key key="generator:source" value="hydro" />
6059 <reference ref="power_generator" />
6060 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
6061 <combo key="generator:type" text="Generator Type" values_searchable="true">
6062 <list_entry value="francis_turbine" short_description="all methods" />
6063 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
6064 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
6065 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
6066 </combo>
6067 <reference ref="power_output" />
6068 </item> <!-- Water Turbine -->
6069 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
6070 <key key="generator:source" value="tidal" />
6071 <reference ref="power_generator" />
6072 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
6073 <combo key="generator:type" text="Generator Type" values_searchable="true">
6074 <list_entry value="horizontal_axis" short_description="stream" />
6075 <list_entry value="kaplan_turbine" short_description="barrage" />
6076 <list_entry value="vertical_axis" short_description="stream" />
6077 </combo>
6078 <reference ref="power_output" />
6079 </item> <!-- Tidal Water Turbine -->
6080 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
6081 <key key="generator:source" value="wave" />
6082 <reference ref="power_generator" />
6083 <reference ref="power_output" />
6084 </item> <!-- Wave Energy Converter -->
6085 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
6086 <key key="generator:source" value="osmotic" />
6087 <reference ref="power_generator" />
6088 <reference ref="power_output" />
6089 </item> <!-- Osmotic Power Generator -->
6090 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
6091 <key key="generator:source" value="geothermal" />
6092 <reference ref="power_generator" />
6093 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
6094 <reference ref="power_output" />
6095 </item> <!-- Geothermal Power Generator -->
6096 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
6097 <key key="generator:source" value="wind" />
6098 <reference ref="power_generator" />
6099 <key key="generator:method" value="wind_turbine" />
6100 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
6101 <reference ref="power_output" />
6102 </item> <!-- Wind Turbine -->
6103 </group> <!-- Power Generator -->
6104 <separator/>
6105 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
6106 <link wiki="Tag:power=substation" />
6107 <space />
6108 <key key="power" value="substation" />
6109 <text key="name" text="Name" />
6110 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
6111 <reference ref="power_extra" />
6112 <optional>
6113 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
6114 <text key="start_date" text="Start date" />
6115 <check key="gas_insulated" text="Gas insulated" />
6116 </optional>
6117 </item> <!-- Power Substation -->
6118 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
6119 <link wiki="Tag:power=transformer" />
6120 <space />
6121 <key key="power" value="transformer" />
6122 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
6123 <reference ref="power_loc" />
6124 <reference ref="transformer_voltage_frequency" />
6125 <reference ref="ref_operator" />
6126 <reference ref="optional_transformer_rating_phases_devices_windings" />
6127 </item> <!-- Power Transformer -->
6128 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
6129 <link wiki="Tag:power=switchgear" />
6130 <space />
6131 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
6132 <space />
6133 <key key="power" value="switchgear" />
6134 <reference ref="power_loc" />
6135 <reference ref="voltage" />
6136 <optional>
6137 <check key="gas_insulated" text="Gas insulated" />
6138 </optional>
6139 </item> <!-- Power Switchgear -->
6140 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
6141 <link wiki="Tag:line=busbar" />
6142 <space />
6143 <key key="power" value="line" />
6144 <key key="line" value="busbar" />
6145 <reference ref="power_line_extra" />
6146 </item> <!-- Power Busbar -->
6147 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
6148 <link wiki="Tag:line=bay" />
6149 <space />
6150 <key key="power" value="line" />
6151 <key key="line" value="bay" />
6152 <reference ref="power_line_extra" />
6153 </item> <!-- Power Bay -->
6154 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
6155 <link wiki="Tag:power=switch" />
6156 <space />
6157 <key key="power" value="switch" />
6158 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
6159 <reference ref="power_loc" />
6160 <optional>
6161 <reference ref="voltage" />
6162 <reference ref="cables" />
6163 <reference ref="ref_operator" />
6164 </optional>
6165 </item> <!-- Power Switch -->
6166 <separator/>
6167 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
6168 <link wiki="Tag:power=converter" />
6169 <space />
6170 <key key="power" value="converter" />
6171 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
6172 <reference ref="voltage_frequency" />
6173 <reference ref="ref_operator" />
6174 <optional>
6175 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
6176 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
6177 </optional>
6178 </item> <!-- Power Converter -->
6179 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
6180 <link wiki="Tag:power=compensator" />
6181 <space />
6182 <key key="power" value="compensator" />
6183 <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" />
6184 <reference ref="voltage_frequency" />
6185 <reference ref="ref_operator" />
6186 <optional>
6187 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
6188 </optional>
6189 </item> <!-- Power Compensator -->
6190 <separator/>
6191 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
6192 <link wiki="Tag:man_made=street_cabinet" />
6193 <key key="man_made" value="street_cabinet" />
6194 <key key="street_cabinet" value="power" />
6195 <optional>
6196 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
6197 <reference ref="ref_operator" />
6198 <text key="manufacturer" text="Manufacturer" />
6199 <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" />
6200 </optional>
6201 </item> <!-- Power Street Cabinet -->
6202 <separator/>
6203 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
6204 <link wiki="Tag:building=transformer_tower" />
6205 <space />
6206 <key key="building" value="transformer_tower" />
6207 <text key="height" text="Height (meters)" length="7" />
6208 <reference ref="ref_operator" />
6209 <preset_link preset_name="Power Substation" />
6210 </item> <!-- Transformer Tower -->
6211 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
6212 <link wiki="Tag:power=terminal" />
6213 <space />
6214 <key key="power" value="terminal" />
6215 <optional>
6216 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6217 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
6218 <text key="ref" text="Reference" />
6219 <text key="operator" text="Operator" />
6220 </optional>
6221 </item> <!-- Terminal -->
6222 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
6223 <link wiki="Tag:power=portal" />
6224 <space />
6225 <key key="power" value="portal" />
6226 <text key="height" text="Height (meters)" length="7" />
6227 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
6228 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
6229 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
6230 <reference ref="ref_operator" />
6231 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
6232 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6233 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
6234 </item> <!-- Power Portal -->
6235 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
6236 <link wiki="Tag:power=tower" />
6237 <space />
6238 <key key="power" value="tower" />
6239 <text key="height" text="Height (meters)" length="7" />
6240 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
6241 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
6242 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
6243 <reference ref="ref_operator" />
6244 <optional>
6245 <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" />
6246 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6247 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
6248 <check key="triple_tower" text="Triple tower" />
6249 <check key="design:incomplete" text="Incomplete tower" />
6250 <check key="location:transition" text="Location transition" disable_off="true" />
6251 </optional>
6252 </item> <!-- Power Tower -->
6253 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
6254 <link wiki="Tag:power=pole" />
6255 <space />
6256 <key key="power" value="pole" />
6257 <reference ref="power_pole" />
6258 </item> <!-- Pole -->
6259 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
6260 <link wiki="Tag:power=pole" />
6261 <space />
6262 <key key="power" value="pole" />
6263 <label text="Pole Attributes:" />
6264 <reference ref="power_pole" />
6265 <space />
6266 <label text="Switch Attributes:" />
6267 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
6268 <optional>
6269 <reference ref="voltage" />
6270 <reference ref="cables" />
6271 </optional>
6272 </item> <!-- Pole with Switch -->
6273 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
6274 <link wiki="Tag:power=pole" />
6275 <space />
6276 <key key="power" value="pole" />
6277 <label text="Pole Attributes:" />
6278 <reference ref="power_pole" />
6279 <space />
6280 <label text="Transformer Attributes:" />
6281 <key key="transformer" value="distribution" match="key!" />
6282 <reference ref="transformer_voltage_frequency" />
6283 <reference ref="optional_transformer_rating_phases_devices_windings" />
6284 </item> <!-- Pole with Transformer -->
6285 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
6286 <link wiki="Tag:power=catenary_mast" />
6287 <space />
6288 <key key="power" value="catenary_mast" />
6289 <optional>
6290 <text key="ref" text="Reference" />
6291 <text key="operator" text="Operator" />
6292 </optional>
6293 </item> <!-- Catenary mast -->
6294 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
6295 <link wiki="Tag:power=insulator" />
6296 <space />
6297 <key key="power" value="insulator" />
6298 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
6299 <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
6300 <reference ref="ref_operator" />
6301 </item> <!-- Insulator -->
6302 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
6303 <link wiki="Tag:power=line" />
6304 <space />
6305 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
6306 <reference ref="voltage_frequency" />
6307 <reference ref="ref_operator" />
6308 <optional>
6309 <reference ref="cables_circuits" />
6310 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
6311 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
6312 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
6313 </optional>
6314 </item> <!-- Power Line -->
6315 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
6316 <link wiki="Tag:power=cable" />
6317 <space />
6318 <key key="power" value="cable" />
6319 <reference ref="voltage_frequency" />
6320 <reference ref="ref_operator" />
6321 <optional>
6322 <reference ref="cables_circuits" />
6323 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
6324 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
6325 <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
6326 </optional>
6327 </item> <!-- Power Cable -->
6328 </group> <!-- Power -->
6329 <group name="Telecom" icon="presets/telecom/telecom.svg">
6330 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
6331 <link wiki="Tag:man_made=street_cabinet" />
6332 <key key="man_made" value="street_cabinet" />
6333 <key key="street_cabinet" value="telecom" />
6334 <optional>
6335 <reference ref="ref_operator" />
6336 <text key="manufacturer" text="Manufacturer" />
6337 <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" />
6338 </optional>
6339 </item> <!-- Telecom Street Cabinet -->
6340 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
6341 <link wiki="Tag:telecom=exchange" />
6342 <space />
6343 <key key="telecom" value="exchange" />
6344 <reference ref="telecom_medium" />
6345 <reference ref="ref_operator" />
6346 </item> <!-- Telephone Exchange -->
6347 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
6348 <link wiki="Tag:telecom=connection_point" />
6349 <space />
6350 <key key="telecom" value="connection_point" />
6351 <reference ref="telecom_medium" />
6352 <reference ref="ref_operator" />
6353 </item> <!-- Connection Point -->
6354 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
6355 <link wiki="Tag:telecom=service_device" />
6356 <space />
6357 <key key="telecom" value="service_device" />
6358 <reference ref="telecom_medium" />
6359 <reference ref="ref_operator" />
6360 </item> <!-- Service Device -->
6361 </group> <!-- Telecom -->
6362 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
6363 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
6364 <link wiki="Tag:historic=castle" />
6365 <space />
6366 <key key="historic" value="castle" />
6367 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
6368 <reference ref="name_wikipedia_wikidata" />
6369 <check key="ruins" text="Ruins" />
6370 <reference ref="link_contact_address_payment" />
6371 </item> <!-- Castle -->
6372 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
6373 <link wiki="Tag:historic=fort" />
6374 <space />
6375 <key key="historic" value="fort" />
6376 <reference ref="name_wikipedia_wikidata" />
6377 <check key="ruins" text="Ruins" />
6378 <reference ref="link_contact_address_payment" />
6379 </item> <!-- Fort -->
6380 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
6381 <link wiki="Tag:historic=ruins" />
6382 <space />
6383 <key key="historic" value="ruins" />
6384 <reference ref="name_oh_wheelchair" />
6385 </item> <!-- Ruins -->
6386 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
6387 <link wiki="Tag:historic=archaeological_site" />
6388 <space />
6389 <key key="historic" value="archaeological_site" />
6390 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
6391 <reference ref="name_oh_wheelchair" />
6392 </item> <!-- Archaeological Site -->
6393 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
6394 <link wiki="Tag:historic=battlefield" />
6395 <space />
6396 <key key="historic" value="battlefield" />
6397 <text key="name" text="Name" />
6398 </item> <!-- Battlefield -->
6399 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
6400 <link wiki="Tag:geological=palaeontological_site" />
6401 <space />
6402 <key key="geological" value="palaeontological_site" />
6403 <text key="name" text="Name" />
6404 </item> <!-- Palaeontological Site -->
6405 <item name="Citywalls" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
6406 <link wiki="Tag:historic=citywalls" />
6407 <space />
6408 <key key="historic" value="citywalls" />
6409 <optional>
6410 <text key="name" text="Name" />
6411 </optional>
6412 </item> <!-- Citywalls -->
6413 <item name="City gate" icon="presets/sightseeing/city_gate.svg" type="node,closedway,multipolygon" preset_name_label="true">
6414 <link wiki="Tag:historic=city_gate" />
6415 <space />
6416 <key key="historic" value="city_gate" />
6417 <optional>
6418 <text key="name" text="Name" />
6419 </optional>
6420 </item> <!-- City gate -->
6421 <item name="Manor" icon="presets/sightseeing/manor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6422 <link wiki="Tag:historic=manor" />
6423 <space />
6424 <key key="historic" value="manor" />
6425 <optional>
6426 <text key="name" text="Name" />
6427 </optional>
6428 </item> <!-- Manor -->
6429 <item name="Church" icon="presets/religion/historic_church.svg" type="node,closedway,multipolygon" preset_name_label="true">
6430 <link wiki="Tag:historic=church" />
6431 <space />
6432 <key key="historic" value="church" />
6433 <optional>
6434 <text key="name" text="Name" />
6435 </optional>
6436 <reference ref="religious"/>
6437 </item> <!-- Church -->
6438 <item name="Historic monastery" icon="presets/sightseeing/monastery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6439 <link wiki="Tag:historic=monastery" />
6440 <space />
6441 <key key="historic" value="monastery" />
6442 <optional>
6443 <text key="name" text="Name" />
6444 <reference ref="religious" />
6445 <reference ref="wikipedia_wikidata" />
6446 </optional>
6447 <preset_link preset_name="Monastery" text="Similar but different tags:" />
6448 </item> <!-- Monastery -->
6449 <separator/>
6450 <item name="Charcoal pile" icon="presets/misc/charcoal_pile.svg" type="node,closedway,multipolygon" preset_name_label="true">
6451 <link wiki="Tag:historic=charcoal_pile" />
6452 <space />
6453 <key key="historic" value="charcoal_pile" />
6454 <optional>
6455 <text key="name" text="Name" />
6456 </optional>
6457 </item> <!-- Charcoal pile -->
6458 <item name="Mine" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
6459 <link wiki="Tag:historic=mine" />
6460 <space />
6461 <key key="historic" value="mine" />
6462 <optional>
6463 <text key="name" text="Name" />
6464 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
6465 </optional>
6466 </item> <!-- Mine -->
6467 <item name="Mine shaft" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6468 <link wiki="Tag:historic=mine_shaft" />
6469 <space />
6470 <key key="historic" value="mine_shaft" />
6471 <optional>
6472 <text key="name" text="Name" />
6473 </optional>
6474 </item> <!-- Mine shaft -->
6475 <item name="Shieling" icon="presets/landmark/shieling.svg" type="node,closedway,multipolygon" preset_name_label="true">
6476 <link wiki="Tag:historic=shieling" />
6477 <space />
6478 <key key="historic" value="shieling" />
6479 <optional>
6480 <text key="name" text="Name" />
6481 </optional>
6482 </item> <!-- Shieling -->
6483 <separator/>
6484 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
6485 <link wiki="Tag:cemetery=grave" />
6486 <space />
6487 <key key="cemetery" value="grave" />
6488 <text key="name" text="Name" />
6489 </item> <!-- Grave -->
6490 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
6491 <link wiki="Tag:historic=tomb" />
6492 <space />
6493 <key key="historic" value="tomb" />
6494 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
6495 <text key="name" text="Name" />
6496 </item> <!-- Tomb -->
6497 <separator/>
6498 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6499 <link wiki="Tag:historic=monument" />
6500 <space />
6501 <key key="historic" value="monument" />
6502 <text key="name" text="Name" />
6503 </item> <!-- Monument -->
6504 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
6505 <link wiki="Tag:historic=memorial" />
6506 <space />
6507 <key key="historic" value="memorial" />
6508 <text key="name" text="Name" />
6509 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
6510 <optional>
6511 <text key="inscription" text="Inscription" />
6512 <text key="artist_name" text="Artist Name" />
6513 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
6514 <text key="start_date" text="Start date" />
6515 <reference ref="wikipedia_wikidata" />
6516 </optional>
6517 </item> <!-- Memorial -->
6518 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
6519 <link wiki="Tag:historic=wayside_cross" />
6520 <space />
6521 <key key="historic" value="wayside_cross" />
6522 <text key="name" text="Name" />
6523 <reference ref="religious_catholic_christian" />
6524 <text key="start_date" text="Start date" />
6525 <text key="inscription" text="Inscription" />
6526 </item> <!-- Wayside Cross -->
6527 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
6528 <link wiki="Tag:historic=wayside_shrine" />
6529 <space />
6530 <key key="historic" value="wayside_shrine" />
6531 <text key="name" text="Name" />
6532 <reference ref="religious_catholic_christian" />
6533 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6534 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6535 <text key="start_date" text="Start date" />
6536 <text key="inscription" text="Inscription" />
6537 </item> <!-- Wayside Shrine -->
6538 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
6539 <link wiki="Tag:historic=boundary_stone" />
6540 <space />
6541 <key key="historic" value="boundary_stone" />
6542 <text key="name" text="Name" />
6543 </item> <!-- Boundary Stone -->
6544 <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
6545 <link wiki="Tag:historic=milestone" />
6546 <space />
6547 <key key="historic" value="milestone" />
6548 <optional>
6549 <text key="name" text="Name" />
6550 </optional>
6551 </item> <!-- Milestone -->
6552 </group> <!-- Historic Places -->
6553 </group> <!-- Man Made -->
6554 <group name="Shops" icon="presets/shop/mall.svg">
6555 <group name="Food" icon="presets/shop/supermarket.svg">
6556 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6557 <link wiki="Tag:shop=supermarket" />
6558 <space />
6559 <key key="shop" value="supermarket" />
6560 <reference ref="name_oh_wheelchair" />
6561 <reference ref="link_contact_address_payment" />
6562 </item> <!-- Supermarket -->
6563 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
6564 <link wiki="Tag:shop=convenience" />
6565 <space />
6566 <key key="shop" value="convenience" />
6567 <reference ref="name_oh_wheelchair" />
6568 <reference ref="link_contact_address_payment" />
6569 </item> <!-- Convenience Store -->
6570 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
6571 <link wiki="Tag:shop=kiosk" />
6572 <space />
6573 <key key="shop" value="kiosk" />
6574 <reference ref="name_oh_wheelchair" />
6575 <reference ref="link_contact_address_payment" />
6576 </item> <!-- Kiosk -->
6577 <separator/>
6578 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6579 <link wiki="Tag:shop=bakery" />
6580 <space />
6581 <key key="shop" value="bakery" />
6582 <reference ref="name_oh_wheelchair" />
6583 <reference ref="link_contact_address_payment" />
6584 </item> <!-- Bakery -->
6585 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
6586 <link wiki="Tag:shop=butcher" />
6587 <space />
6588 <key key="shop" value="butcher" />
6589 <reference ref="name_oh_wheelchair" />
6590 <reference ref="link_contact_address_payment" />
6591 </item> <!-- Butcher -->
6592 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
6593 <link wiki="Tag:shop=seafood" />
6594 <space />
6595 <key key="shop" value="seafood" />
6596 <reference ref="name_operator_oh_wheelchair" />
6597 <reference ref="link_contact_address_payment" />
6598 </item> <!-- Seafood -->
6599 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
6600 <link wiki="Tag:shop=dairy" />
6601 <space />
6602 <key key="shop" value="dairy" />
6603 <reference ref="name_operator_oh_wheelchair" />
6604 <reference ref="link_contact_address_payment" />
6605 </item> <!-- Dairy -->
6606 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
6607 <link wiki="Tag:shop=cheese" />
6608 <space />
6609 <key key="shop" value="cheese" />
6610 <reference ref="name_operator_oh_wheelchair" />
6611 <reference ref="link_contact_address_payment" />
6612 </item> <!-- Cheese -->
6613 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
6614 <link wiki="Tag:shop=deli" />
6615 <space />
6616 <key key="shop" value="deli" />
6617 <reference ref="name_operator_oh_wheelchair" />
6618 <reference ref="link_contact_address_payment" />
6619 </item> <!-- Deli (Fine Food) -->
6620 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6621 <link wiki="Tag:shop=pastry" />
6622 <space />
6623 <key key="shop" value="pastry" />
6624 <reference ref="name_oh_wheelchair" />
6625 <reference ref="link_contact_address_payment" />
6626 </item> <!-- Pastry -->
6627 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6628 <link wiki="Tag:shop=confectionery" />
6629 <space />
6630 <key key="shop" value="confectionery" />
6631 <reference ref="name_oh_wheelchair" />
6632 <reference ref="link_contact_address_payment" />
6633 </item> <!-- Confectionery -->
6634 <item name="Chocolate" icon="presets/shop/groceries/chocolate.svg" type="node,closedway,multipolygon" preset_name_label="true">
6635 <link wiki="Tag:shop=chocolate" />
6636 <space />
6637 <key key="shop" value="chocolate" />
6638 <reference ref="name_oh_wheelchair" />
6639 <reference ref="link_contact_address_payment" />
6640 </item> <!-- Chocolate -->
6641 <item name="Herbalist" icon="presets/shop/groceries/herbalist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6642 <link wiki="Tag:shop=herbalist" />
6643 <space />
6644 <key key="shop" value="herbalist" />
6645 <reference ref="name_oh_wheelchair" />
6646 <reference ref="link_contact_address_payment" />
6647 </item> <!-- Herbalist -->
6648 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
6649 <link wiki="Tag:shop=tea" />
6650 <space />
6651 <key key="shop" value="tea" />
6652 <reference ref="name_oh_wheelchair" />
6653 <reference ref="link_contact_address_payment" />
6654 </item> <!-- Tea -->
6655 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6656 <link wiki="Tag:shop=coffee" />
6657 <space />
6658 <key key="shop" value="coffee" />
6659 <reference ref="name_oh_wheelchair" />
6660 <reference ref="link_contact_address_payment" />
6661 </item> <!-- Coffee -->
6662 <item name="Frozen food" icon="presets/shop/groceries/frozen_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
6663 <link wiki="Tag:shop=frozen_food" />
6664 <space />
6665 <key key="shop" value="frozen_food" />
6666 <reference ref="name_oh_wheelchair" />
6667 <reference ref="link_contact_address_payment" />
6668 </item> <!-- Frozen food -->
6669 <separator/>
6670 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6671 <link wiki="Tag:amenity=marketplace" />
6672 <space />
6673 <key key="amenity" value="marketplace" />
6674 <reference ref="name_operator_oh_wheelchair" />
6675 <text key="website" text="Website" />
6676 <combo key="organic" text="Organic" values="yes,no,only" />
6677 </item> <!-- Public Market -->
6678 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6679 <link wiki="Tag:shop=greengrocer" />
6680 <space />
6681 <key key="shop" value="greengrocer" />
6682 <reference ref="name_oh_wheelchair" />
6683 <combo key="organic" text="Organic" values="yes,no,only" />
6684 <reference ref="link_contact_address_payment" />
6685 </item> <!-- Greengrocer -->
6686 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6687 <link wiki="Tag:shop=farm" />
6688 <space />
6689 <key key="shop" value="farm" />
6690 <reference ref="name_oh_wheelchair" />
6691 <text key="description" text="Description" />
6692 <combo key="organic" text="Organic" values="yes,no,only" />
6693 <reference ref="link_contact_address_payment" />
6694 </item> <!-- Farm Stand -->
6695 <separator/>
6696 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6697 <link wiki="Key:organic" />
6698 <space />
6699 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6700 </item> <!-- Organic -->
6701 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6702 <link wiki="Key:fair_trade" />
6703 <space />
6704 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6705 </item> <!-- Fair Trade -->
6706 <separator/>
6707 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6708 <link wiki="Tag:shop=alcohol" />
6709 <space />
6710 <key key="shop" value="alcohol" />
6711 <reference ref="name_oh_wheelchair" />
6712 <reference ref="link_contact_address_payment" />
6713 </item> <!-- Alcohol -->
6714 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6715 <link wiki="Tag:shop=beverages" />
6716 <space />
6717 <key key="shop" value="beverages" />
6718 <reference ref="name_oh_wheelchair" />
6719 <reference ref="link_contact_address_payment" />
6720 </item> <!-- Beverages -->
6721 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6722 <link wiki="Tag:shop=wine" />
6723 <space />
6724 <key key="shop" value="wine" />
6725 <reference ref="name_oh_wheelchair" />
6726 <reference ref="link_contact_address_payment" />
6727 </item> <!-- Wine -->
6728 </group> <!-- Food -->
6729 <group name="Clothes" icon="presets/shop/clothes.svg">
6730 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6731 <link wiki="Tag:shop=clothes" />
6732 <space />
6733 <key key="shop" value="clothes" />
6734 <reference ref="name_oh_wheelchair" />
6735 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6736 <combo key="organic" text="Organic" values="yes,no,only" />
6737 <multiselect key="clothes" text="Clothes" values="babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;motorcycle;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear" values_context="clothes" values_searchable="true" />
6738 <reference ref="link_contact_address_payment" />
6739 </item> <!-- Clothes -->
6740 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6741 <link wiki="Tag:shop=boutique" />
6742 <space />
6743 <key key="shop" value="boutique" />
6744 <reference ref="name_operator_oh_wheelchair" />
6745 <reference ref="link_contact_address_payment" />
6746 </item> <!-- Boutique -->
6747 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6748 <link wiki="Tag:shop=shoes" />
6749 <space />
6750 <key key="shop" value="shoes" />
6751 <reference ref="name_oh_wheelchair" />
6752 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6753 <combo key="organic" text="Organic" values="yes,no,only" />
6754 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6755 <reference ref="link_contact_address_payment" />
6756 </item> <!-- Shoes -->
6757 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6758 <link wiki="Tag:shop=outdoor" />
6759 <space />
6760 <key key="shop" value="outdoor" />
6761 <reference ref="name_oh_wheelchair" />
6762 <reference ref="link_contact_address_payment" />
6763 </item> <!-- Outdoor -->
6764 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6765 <link wiki="Tag:shop=sports" />
6766 <space />
6767 <key key="shop" value="sports" />
6768 <reference ref="name_oh_wheelchair" />
6769 <reference ref="link_contact_address_payment" />
6770 </item> <!-- Sports -->
6771 <separator/>
6772 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6773 <link wiki="Tag:shop=dry_cleaning" />
6774 <space />
6775 <key key="shop" value="dry_cleaning" />
6776 <reference ref="name_oh_wheelchair" />
6777 <reference ref="link_contact_address_payment" />
6778 </item> <!-- Dry Cleaning -->
6779 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6780 <link wiki="Tag:shop=laundry" />
6781 <space />
6782 <key key="shop" value="laundry" />
6783 <reference ref="name_oh_wheelchair" />
6784 <check key="self_service" text="Self Service" />
6785 <check key="laundry_service" text="Laundry Service" />
6786 <reference ref="link_contact_address_payment" />
6787 </item> <!-- Laundry -->
6788 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6789 <link wiki="Tag:shop=tailor" />
6790 <space />
6791 <key key="shop" value="tailor" />
6792 <reference ref="name_oh_wheelchair" />
6793 <reference ref="link_contact_address_payment" />
6794 </item> <!-- Tailor -->
6795 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6796 <link wiki="Tag:shop=fabric" />
6797 <space />
6798 <key key="shop" value="fabric" />
6799 <reference ref="name_operator_oh_wheelchair" />
6800 <reference ref="link_contact_address_payment" />
6801 </item> <!-- Fabric -->
6802 </group> <!-- Clothes -->
6803 <group name="Electronic" icon="presets/shop/electronics.svg">
6804 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6805 <link wiki="Tag:shop=computer" />
6806 <space />
6807 <key key="shop" value="computer" />
6808 <reference ref="name_oh_wheelchair" />
6809 <reference ref="link_contact_address_payment" />
6810 </item> <!-- Computer -->
6811 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6812 <link wiki="Tag:shop=electronics" />
6813 <space />
6814 <key key="shop" value="electronics" />
6815 <reference ref="name_oh_wheelchair" />
6816 <reference ref="link_contact_address_payment" />
6817 </item> <!-- Electronics -->
6818 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6819 <link wiki="Tag:shop=mobile_phone" />
6820 <space />
6821 <key key="shop" value="mobile_phone" />
6822 <reference ref="name_operator_oh_wheelchair" />
6823 <reference ref="link_contact_address_payment" />
6824 </item> <!-- Mobile Phone -->
6825 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6826 <link wiki="Tag:shop=watches" />
6827 <space />
6828 <key key="shop" value="watches" />
6829 <reference ref="name_operator_oh_wheelchair" />
6830 <reference ref="link_contact_address_payment" />
6831 </item> <!-- Watches -->
6832 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6833 <link wiki="Tag:shop=vacuum_cleaner" />
6834 <space />
6835 <key key="shop" value="vacuum_cleaner" />
6836 <reference ref="name_operator_oh_wheelchair" />
6837 <reference ref="link_contact_address_payment" />
6838 </item> <!-- Vacuum Cleaner -->
6839 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6840 <link wiki="Tag:shop=hifi" />
6841 <space />
6842 <key key="shop" value="hifi" />
6843 <reference ref="name_oh_wheelchair" />
6844 <reference ref="link_contact_address_payment" />
6845 </item> <!-- Hifi -->
6846 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6847 <link wiki="Tag:shop=video" />
6848 <space />
6849 <key key="shop" value="video" />
6850 <reference ref="name_oh_wheelchair" />
6851 <reference ref="link_contact_address_payment" />
6852 </item> <!-- Video -->
6853 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6854 <link wiki="Tag:shop=video_games" />
6855 <space />
6856 <key key="shop" value="video_games" />
6857 <reference ref="name_oh_wheelchair" />
6858 <reference ref="link_contact_address_payment" />
6859 </item> <!-- Video Games -->
6860 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6861 <link wiki="Tag:shop=music" />
6862 <space />
6863 <key key="shop" value="music" />
6864 <reference ref="name_oh_wheelchair" />
6865 <reference ref="link_contact_address_payment" />
6866 </item> <!-- Music -->
6867 </group> <!-- Electronic -->
6868 <group name="Cash" icon="presets/money/dollar.svg">
6869 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6870 <link wiki="Tag:amenity=bank" />
6871 <space />
6872 <key key="amenity" value="bank" />
6873 <reference ref="name_brand_operator_oh_wheelchair" />
6874 <check key="atm" text="Automated Teller Machine" default="on" />
6875 <text key="ref" text="Reference" />
6876 <reference ref="link_contact_address" />
6877 <preset_link preset_name="Building" />
6878 </item> <!-- Bank -->
6879 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6880 <link wiki="Tag:amenity=bureau_de_change" />
6881 <space />
6882 <key key="amenity" value="bureau_de_change" />
6883 <reference ref="name_oh_wheelchair" />
6884 <reference ref="link_contact_address" />
6885 </item> <!-- Money Exchange -->
6886 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6887 <link wiki="Tag:amenity=money_transfer" />
6888 <space />
6889 <key key="amenity" value="money_transfer" />
6890 <reference ref="name_oh_wheelchair" />
6891 <reference ref="link_contact_address" />
6892 </item> <!-- Money transfer -->
6893 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6894 <link wiki="Tag:amenity=atm" />
6895 <space />
6896 <key key="amenity" value="atm" />
6897 <text key="brand" text="Brand" />
6898 <text key="operator" text="Operator" />
6899 <reference ref="oh_wheelchair" />
6900 </item> <!-- Automated Teller Machine -->
6901 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6902 <link wiki="Tag:shop=pawnbroker" />
6903 <space />
6904 <key key="shop" value="pawnbroker" />
6905 <reference ref="name_oh_wheelchair" />
6906 <reference ref="link_contact_address_payment" />
6907 </item> <!-- Pawnbroker -->
6908 </group> <!-- Cash -->
6909 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6910 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6911 <link wiki="Tag:shop=doors" />
6912 <space />
6913 <key key="shop" value="doors" />
6914 <reference ref="name_brand_operator_oh_wheelchair" />
6915 <reference ref="link_contact_address_payment" />
6916 </item> <!-- Doors -->
6917 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6918 <link wiki="Tag:shop=furniture" />
6919 <space />
6920 <key key="shop" value="furniture" />
6921 <reference ref="name_brand_operator_oh_wheelchair" />
6922 <reference ref="link_contact_address_payment" />
6923 </item> <!-- Furniture -->
6924 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6925 <link wiki="Tag:shop=kitchen" />
6926 <space />
6927 <key key="shop" value="kitchen" />
6928 <reference ref="name_brand_operator_oh_wheelchair" />
6929 <reference ref="link_contact_address_payment" />
6930 </item> <!-- Kitchen -->
6931 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6932 <link wiki="Tag:shop=houseware" />
6933 <space />
6934 <key key="shop" value="houseware" />
6935 <reference ref="name_brand_operator_oh_wheelchair" />
6936 <reference ref="link_contact_address_payment" />
6937 </item> <!-- Houseware -->
6938 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6939 <link wiki="Tag:shop=pottery" />
6940 <space />
6941 <key key="shop" value="pottery" />
6942 <reference ref="name_brand_operator_oh_wheelchair" />
6943 <reference ref="link_contact_address_payment" />
6944 </item> <!-- Pottery -->
6945 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6946 <link wiki="Tag:shop=curtain" />
6947 <space />
6948 <key key="shop" value="curtain" />
6949 <reference ref="name_operator_oh_wheelchair" />
6950 <reference ref="link_contact_address_payment" />
6951 </item> <!-- Curtain -->
6952 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6953 <link wiki="Tag:shop=art" />
6954 <space />
6955 <key key="shop" value="art" />
6956 <reference ref="name_operator_oh_wheelchair" />
6957 <reference ref="link_contact_address_payment" />
6958 </item> <!-- Art -->
6959 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6960 <link wiki="Tag:shop=frame" />
6961 <space />
6962 <key key="shop" value="frame" />
6963 <reference ref="name_operator_oh_wheelchair" />
6964 <reference ref="link_contact_address_payment" />
6965 </item> <!-- Frame -->
6966 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6967 <link wiki="Tag:shop=bed" />
6968 <space />
6969 <key key="shop" value="bed" />
6970 <reference ref="name_oh_wheelchair" />
6971 <reference ref="link_contact_address_payment" />
6972 </item> <!-- Bed -->
6973 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6974 <link wiki="Tag:shop=carpet" />
6975 <space />
6976 <key key="shop" value="carpet" />
6977 <reference ref="name_oh_wheelchair" />
6978 <reference ref="link_contact_address_payment" />
6979 </item> <!-- Carpet -->
6980 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6981 <link wiki="Tag:shop=interior_decoration" />
6982 <space />
6983 <key key="shop" value="interior_decoration" />
6984 <reference ref="name_oh_wheelchair" />
6985 <reference ref="link_contact_address_payment" />
6986 </item> <!-- Interior Decoration -->
6987 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6988 <link wiki="Tag:shop=lighting" />
6989 <space />
6990 <key key="shop" value="lighting" />
6991 <reference ref="name_oh_wheelchair" />
6992 <reference ref="link_contact_address_payment" />
6993 </item> <!-- Lighting -->
6994 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6995 <link wiki="Tag:shop=antiques" />
6996 <space />
6997 <key key="shop" value="antiques" />
6998 <reference ref="name_oh_wheelchair" />
6999 <reference ref="link_contact_address_payment" />
7000 </item> <!-- Antiques -->
7001 <item name="Swimming pool" icon="presets/shop/swimming_pool.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true">
7002 <link wiki="Tag:shop=swimming_pool" />
7003 <space />
7004 <key key="shop" value="swimming_pool" />
7005 <reference ref="name_oh_wheelchair" />
7006 <reference ref="link_contact_address_payment" />
7007 </item> <!-- Swimming pool -->
7008 <separator/>
7009 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
7010 <link wiki="Tag:shop=storage_rental" />
7011 <space />
7012 <key key="shop" value="storage_rental" />
7013 <reference ref="name_oh_wheelchair" />
7014 <reference ref="link_contact_address_payment" />
7015 </item> <!-- Storage Rental -->
7016 </group> <!-- Home decoration -->
7017 <group name="Printed Material" icon="presets/shop/stationery.svg">
7018 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7019 <link wiki="Tag:shop=stationery" />
7020 <space />
7021 <key key="shop" value="stationery" />
7022 <reference ref="name_oh_wheelchair" />
7023 <reference ref="link_contact_address_payment" />
7024 </item> <!-- Stationery -->
7025 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
7026 <link wiki="Tag:shop=copyshop" />
7027 <space />
7028 <key key="shop" value="copyshop" />
7029 <reference ref="name_operator_oh_wheelchair" />
7030 <reference ref="link_contact_address_payment" />
7031 </item> <!-- Copy Shop -->
7032 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
7033 <link wiki="Tag:shop=books" />
7034 <space />
7035 <key key="shop" value="books" />
7036 <reference ref="name_brand_oh_wheelchair" />
7037 <combo key="second_hand" text="Second hand" values="yes,no,only" />
7038 <reference ref="link_contact_address_payment" />
7039 </item> <!-- Book Store -->
7040 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
7041 <link wiki="Tag:shop=newsagent" />
7042 <space />
7043 <key key="shop" value="newsagent" />
7044 <reference ref="name_oh_wheelchair" />
7045 <reference ref="link_contact_address_payment" />
7046 </item> <!-- Newspaper Stand -->
7047 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
7048 <link wiki="Tag:shop=ticket" />
7049 <space />
7050 <key key="shop" value="ticket" />
7051 <reference ref="name_oh_wheelchair" />
7052 <reference ref="link_contact_address_payment" />
7053 </item> <!-- Ticket -->
7054 </group> <!-- Printed Material -->
7055 <group name="For the body" icon="presets/shop/body.svg">
7056 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
7057 <link wiki="Tag:shop=chemist" />
7058 <space />
7059 <key key="shop" value="chemist" />
7060 <reference ref="name_oh_wheelchair" />
7061 <reference ref="link_contact_address_payment" />
7062 </item> <!-- Chemist -->
7063 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
7064 <link wiki="Tag:shop=cosmetics" />
7065 <space />
7066 <key key="shop" value="cosmetics" />
7067 <reference ref="name_oh_wheelchair" />
7068 <reference ref="link_contact_address_payment" />
7069 </item> <!-- Cosmetics -->
7070 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7071 <link wiki="Tag:shop=perfumery" />
7072 <space />
7073 <key key="shop" value="perfumery" />
7074 <reference ref="name_oh_wheelchair" />
7075 <reference ref="link_contact_address_payment" />
7076 </item> <!-- Perfumery -->
7077 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
7078 <link wiki="Tag:shop=beauty" />
7079 <space />
7080 <key key="shop" value="beauty" />
7081 <reference ref="name_oh_wheelchair" />
7082 <reference ref="link_contact_address_payment" />
7083 </item> <!-- Beauty -->
7084 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
7085 <link wiki="Tag:shop=tobacco" />
7086 <space />
7087 <key key="shop" value="tobacco" />
7088 <reference ref="name_operator_oh_wheelchair" />
7089 <reference ref="link_contact_address_payment" />
7090 </item> <!-- Tobacco -->
7091 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
7092 <link wiki="Tag:shop=e-cigarette" />
7093 <space />
7094 <key key="shop" value="e-cigarette" />
7095 <reference ref="name_operator_oh_wheelchair" />
7096 <reference ref="link_contact_address_payment" />
7097 </item> <!-- E-cigarette -->
7098 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
7099 <link wiki="Tag:shop=hairdresser" />
7100 <space />
7101 <key key="shop" value="hairdresser" />
7102 <reference ref="name_oh_wheelchair" />
7103 <checkgroup columns="3">
7104 <check key="female" text="Female" />
7105 <check key="male" text="Male" />
7106 <check key="unisex" text="Unisex" />
7107 </checkgroup>
7108 <reference ref="link_contact_address_payment" />
7109 </item> <!-- Hairdresser/Barber -->
7110 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
7111 <link wiki="Tag:shop=massage" />
7112 <space />
7113 <key key="shop" value="massage" />
7114 <reference ref="name_oh_wheelchair" />
7115 <reference ref="link_contact_address_payment" />
7116 </item> <!-- Massage -->
7117 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
7118 <link wiki="Tag:shop=tattoo" />
7119 <space />
7120 <key key="shop" value="tattoo" />
7121 <reference ref="name_oh_wheelchair" />
7122 <reference ref="link_contact_address_payment" />
7123 </item> <!-- Tattoo -->
7124 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7125 <link wiki="Tag:shop=optician" />
7126 <space />
7127 <key key="shop" value="optician" />
7128 <reference ref="name_oh_wheelchair" />
7129 <reference ref="link_contact_address_payment" />
7130 </item> <!-- Optician -->
7131 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
7132 <link wiki="Tag:shop=hearing_aids" />
7133 <space />
7134 <key key="shop" value="hearing_aids" />
7135 <reference ref="name_operator_oh_wheelchair" />
7136 <reference ref="link_contact_address_payment" />
7137 </item> <!-- Hearing Aids -->
7138 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
7139 <link wiki="Tag:shop=medical_supply" />
7140 <space />
7141 <key key="shop" value="medical_supply" />
7142 <reference ref="name_operator_oh_wheelchair" />
7143 <check key="dispensing" text="Dispensing" />
7144 <reference ref="link_contact_address_payment" />
7145 </item> <!-- Medical Supply -->
7146 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
7147 <link wiki="Tag:shop=jewelry" />
7148 <space />
7149 <key key="shop" value="jewelry" />
7150 <reference ref="name_operator_oh_wheelchair" />
7151 <reference ref="link_contact_address_payment" />
7152 </item> <!-- Jewellery -->
7153 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
7154 <link wiki="Tag:shop=erotic" />
7155 <space />
7156 <key key="shop" value="erotic" />
7157 <reference ref="name_operator_oh_wheelchair" />
7158 <reference ref="min_age" />
7159 <reference ref="link_contact_address_payment" />
7160 </item> <!-- Erotic -->
7161 </group> <!-- For the body -->
7162 <group name="Other" icon="presets/shop/mall.svg">
7163 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
7164 <link wiki="Tag:shop=department_store" />
7165 <space />
7166 <key key="shop" value="department_store" />
7167 <reference ref="name_operator_oh_wheelchair" />
7168 <reference ref="link_contact_address_payment" />
7169 </item> <!-- Department Store -->
7170 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
7171 <link wiki="Tag:shop=mall" />
7172 <space />
7173 <key key="shop" value="mall" />
7174 <reference ref="name_operator_oh_wheelchair" />
7175 <reference ref="link_contact_address_payment" />
7176 </item> <!-- Mall -->
7177 <separator/>
7178 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
7179 <link wiki="Tag:shop=florist" />
7180 <space />
7181 <key key="shop" value="florist" />
7182 <reference ref="name_oh_wheelchair" />
7183 <reference ref="link_contact_address_payment" />
7184 </item> <!-- Florist -->
7185 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
7186 <link wiki="Tag:shop=garden_centre" />
7187 <space />
7188 <key key="shop" value="garden_centre" />
7189 <reference ref="name_brand_oh_wheelchair" />
7190 <reference ref="link_contact_address_payment" />
7191 </item> <!-- Garden Centre -->
7192 <separator/>
7193 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
7194 <link wiki="Tag:shop=doityourself" />
7195 <space />
7196 <key key="shop" value="doityourself" />
7197 <reference ref="name_brand_oh_wheelchair" />
7198 <reference ref="link_contact_address_payment" />
7199 </item> <!-- Do-It-Yourself Store -->
7200 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
7201 <link wiki="Tag:shop=hardware" />
7202 <space />
7203 <key key="shop" value="hardware" />
7204 <reference ref="name_oh_wheelchair" />
7205 <reference ref="link_contact_address_payment" />
7206 </item> <!-- Hardware -->
7207 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
7208 <link wiki="Tag:shop=paint" />
7209 <space />
7210 <key key="shop" value="paint" />
7211 <reference ref="name_operator_oh_wheelchair" />
7212 <reference ref="link_contact_address_payment" />
7213 </item> <!-- Paint -->
7214 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
7215 <link wiki="Tag:shop=gas" />
7216 <space />
7217 <key key="shop" value="gas" />
7218 <reference ref="name_operator_oh_wheelchair" />
7219 <reference ref="link_contact_address_payment" />
7220 </item> <!-- Gas -->
7221 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
7222 <link wiki="Tag:shop=wholesale" />
7223 <space />
7224 <key key="shop" value="wholesale" />
7225 <text key="name" text="Name" />
7226 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
7227 <text key="operator" text="Operator" />
7228 <reference ref="oh_wheelchair" />
7229 <reference ref="link_contact_address_payment" />
7230 </item> <!-- Wholesale -->
7231 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
7232 <link wiki="Tag:shop=trade" />
7233 <space />
7234 <key key="shop" value="trade" />
7235 <text key="name" text="Name" />
7236 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
7237 <text key="operator" text="Operator" />
7238 <reference ref="oh_wheelchair" />
7239 <reference ref="link_contact_address_payment" />
7240 </item> <!-- Trade -->
7241 <separator/>
7242 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
7243 <link wiki="Tag:shop=travel_agency" />
7244 <space />
7245 <key key="shop" value="travel_agency" />
7246 <reference ref="name_brand_oh_wheelchair" />
7247 <reference ref="link_contact_address_payment" />
7248 </item> <!-- Travel Agency -->
7249 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
7250 <link wiki="Tag:shop=scuba_diving" />
7251 <space />
7252 <key key="shop" value="scuba_diving" />
7253 <reference ref="name_brand_oh_wheelchair" />
7254 <reference ref="link_contact_address_payment" />
7255 </item> <!-- Scuba diving -->
7256 <item name="Fishing" icon="presets/shop/fishing.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true">
7257 <link wiki="Tag:shop=fishing" />
7258 <space />
7259 <key key="shop" value="fishing" />
7260 <reference ref="name_brand_oh_wheelchair" />
7261 <reference ref="link_contact_address_payment" />
7262 </item> <!-- Fishing -->
7263 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
7264 <link wiki="Tag:shop=musical_instrument" />
7265 <space />
7266 <key key="shop" value="musical_instrument" />
7267 <reference ref="name_operator_oh_wheelchair" />
7268 <reference ref="link_contact_address_payment" />
7269 </item> <!-- Musical Instrument -->
7270 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
7271 <link wiki="Tag:shop=toys" />
7272 <space />
7273 <key key="shop" value="toys" />
7274 <reference ref="name_oh_wheelchair" />
7275 <reference ref="link_contact_address_payment" />
7276 </item> <!-- Toys -->
7277 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
7278 <link wiki="Tag:shop=gift" />
7279 <space />
7280 <key key="shop" value="gift" />
7281 <reference ref="name_operator_oh_wheelchair" />
7282 <optional>
7283 <reference ref="religious" />
7284 </optional>
7285 <reference ref="link_contact_address_payment" />
7286 </item> <!-- Gift/Souvenir -->
7287 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
7288 <link wiki="Tag:shop=variety_store" />
7289 <space />
7290 <key key="shop" value="variety_store" />
7291 <reference ref="name_operator_oh_wheelchair" />
7292 <reference ref="link_contact_address_payment" />
7293 </item> <!-- Variety Store -->
7294 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
7295 <link wiki="Tag:shop=party" />
7296 <space />
7297 <key key="shop" value="party" />
7298 <reference ref="name_operator_oh_wheelchair" />
7299 <reference ref="link_contact_address_payment" />
7300 </item> <!-- Party supplies -->
7301 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
7302 <link wiki="Tag:shop=charity" />
7303 <space />
7304 <key key="shop" value="charity" />
7305 <reference ref="name_operator_oh_wheelchair" />
7306 <reference ref="link_contact_address_payment" />
7307 </item> <!-- Charity -->
7308 <item name="Second hand" icon="presets/shop/second_hand.svg" type="node,closedway,multipolygon" preset_name_label="true">
7309 <link wiki="Tag:shop=second_hand" />
7310 <space />
7311 <key key="shop" value="second_hand" />
7312 <reference ref="name_operator_oh_wheelchair" />
7313 <space />
7314 <label text="Alternative tagging: `shop=*` + `second_hand=yes` or `second_hand=only`" />
7315 <reference ref="link_contact_address_payment" />
7316 </item> <!-- Second hand -->
7317 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7318 <link wiki="Tag:shop=bookmaker" />
7319 <space />
7320 <key key="shop" value="bookmaker" />
7321 <reference ref="name_operator_oh_wheelchair" />
7322 <reference ref="link_contact_address_payment" />
7323 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7324 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7325 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7326 <preset_link preset_name="Casino" text="Similar but different tags:" />
7327 <preset_link preset_name="Lottery" text="Similar but different tags:" />
7328 </item> <!-- Bookmaker -->
7329 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7330 <link wiki="Tag:shop=lottery" />
7331 <space />
7332 <key key="shop" value="lottery" />
7333 <reference ref="name_operator_oh_wheelchair" />
7334 <reference ref="link_contact_address_payment" />
7335 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
7336 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
7337 <preset_link preset_name="Gambling" text="Similar but different tags:" />
7338 <preset_link preset_name="Casino" text="Similar but different tags:" />
7339 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
7340 </item> <!-- Lottery -->
7341 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
7342 <link wiki="Tag:shop=bag" />
7343 <space />
7344 <key key="shop" value="bag" />
7345 <reference ref="name_oh_wheelchair" />
7346 <reference ref="link_contact_address_payment" />
7347 </item> <!-- Bag -->
7348 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7349 <link wiki="Tag:shop=pet" />
7350 <space />
7351 <key key="shop" value="pet" />
7352 <reference ref="name_oh_wheelchair" />
7353 <reference ref="link_contact_address_payment" />
7354 </item> <!-- Pet -->
7355 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
7356 <link wiki="Tag:shop=pet_grooming" />
7357 <space />
7358 <key key="shop" value="pet_grooming" />
7359 <reference ref="name_oh_wheelchair" />
7360 <reference ref="link_contact_address_payment" />
7361 </item> <!-- Pet grooming -->
7362 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
7363 <link wiki="Tag:shop=photo" />
7364 <space />
7365 <key key="shop" value="photo" />
7366 <reference ref="name_oh_wheelchair" />
7367 <reference ref="link_contact_address_payment" />
7368 </item> <!-- Photo -->
7369 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
7370 <link wiki="Tag:shop=security" />
7371 <space />
7372 <key key="shop" value="security" />
7373 <reference ref="name_oh_wheelchair" />
7374 <reference ref="link_contact_address_payment" />
7375 </item> <!-- Security -->
7376 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
7377 <link wiki="Tag:shop=weapons" />
7378 <space />
7379 <key key="shop" value="weapons" />
7380 <reference ref="name_oh_wheelchair" />
7381 <reference ref="link_contact_address_payment" />
7382 </item> <!-- Weapons -->
7383 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
7384 <link wiki="Tag:shop=funeral_directors" />
7385 <space />
7386 <key key="shop" value="funeral_directors" />
7387 <reference ref="name_oh_wheelchair" />
7388 <reference ref="link_contact_address_payment" />
7389 </item> <!-- Funeral Directors -->
7390 </group> <!-- Other -->
7391 <separator/>
7392 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
7393 <link wiki="Tag:amenity=vending_machine" />
7394 <space />
7395 <key key="amenity" value="vending_machine" />
7396 <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;milk;newspapers;parking_tickets;parcel_pickup;parcel_mail_in;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys;water" values_searchable="true" />
7397 <text key="operator" text="Operator" />
7398 <text key="ref" text="Reference number" />
7399 <preset_link preset_name="Payment Methods" />
7400 </item> <!-- Vending Machine -->
7401 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7402 <link wiki="Key:payment" />
7403 <space />
7404 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
7405 <checkgroup columns="4">
7406 <check key="payment:coins" text="Coins" match="keyvalue" />
7407 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
7408 </checkgroup>
7409 <space />
7410 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
7411 <checkgroup columns="4">
7412 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
7413 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
7414 <check key="payment:girocard" text="Girocard" match="keyvalue" />
7415 <check key="payment:laser" text="Laser" match="keyvalue" />
7416 <check key="payment:maestro" text="Maestro" match="keyvalue" />
7417 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
7418 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
7419 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
7420 </checkgroup>
7421 <space />
7422 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
7423 <checkgroup columns="4">
7424 <check key="payment:american_express" text="American Express" match="keyvalue" />
7425 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
7426 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
7427 <check key="payment:jcb" text="JCB" match="keyvalue" />
7428 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
7429 <check key="payment:visa" text="Visa" match="keyvalue" />
7430 </checkgroup>
7431 <space />
7432 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
7433 <space />
7434 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
7435 <checkgroup columns="4">
7436 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
7437 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
7438 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
7439 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
7440 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
7441 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
7442 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
7443 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
7444 </checkgroup>
7445 <space />
7446 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
7447 <checkgroup columns="4">
7448 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
7449 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
7450 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
7451 </checkgroup>
7452 </item> <!-- Payment Methods -->
7453 </group> <!-- Shops -->
7454 <group name="Offices" icon="presets/office/private_company.svg">
7455 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7456 <link wiki="Tag:office=accountant" />
7457 <space />
7458 <key key="office" value="accountant" />
7459 <reference ref="name_operator_oh_wheelchair" />
7460 <reference ref="link_contact_address" />
7461 </item> <!-- Accountant -->
7462 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7463 <link wiki="Tag:office=advertising_agency" />
7464 <space />
7465 <key key="office" value="advertising_agency" />
7466 <reference ref="name_operator_oh_wheelchair" />
7467 <reference ref="link_contact_address" />
7468 </item> <!-- Advertising agency -->
7469 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7470 <link wiki="Tag:office=architect" />
7471 <space />
7472 <key key="office" value="architect" />
7473 <reference ref="name_operator_oh_wheelchair" />
7474 <reference ref="link_contact_address" />
7475 </item> <!-- Architect -->
7476 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7477 <link wiki="Tag:office=association" />
7478 <space />
7479 <key key="office" value="association" />
7480 <reference ref="name_operator_oh_wheelchair" />
7481 <reference ref="link_contact_address" />
7482 </item> <!-- Association -->
7483 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7484 <link wiki="Tag:office=company" />
7485 <space />
7486 <key key="office" value="company" />
7487 <reference ref="name_oh_wheelchair" />
7488 <reference ref="link_contact_address" />
7489 </item> <!-- Private company -->
7490 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7491 <link wiki="Tag:office=educational_institution" />
7492 <space />
7493 <key key="office" value="educational_institution" />
7494 <reference ref="name_operator_oh_wheelchair" />
7495 <reference ref="link_contact_address" />
7496 </item> <!-- Educational institution -->
7497 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7498 <link wiki="Tag:office=employment_agency" />
7499 <space />
7500 <key key="office" value="employment_agency" />
7501 <reference ref="name_brand_operator_oh_wheelchair" />
7502 <reference ref="link_contact_address" />
7503 </item> <!-- Employment agency -->
7504 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7505 <link wiki="Tag:office=estate_agent" />
7506 <space />
7507 <key key="office" value="estate_agent" />
7508 <reference ref="name_operator_oh_wheelchair" />
7509 <reference ref="link_contact_address" />
7510 </item> <!-- Estate agent -->
7511 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7512 <link wiki="Tag:office=foundation" />
7513 <space />
7514 <key key="office" value="foundation" />
7515 <reference ref="name_brand_operator_oh_wheelchair" />
7516 <reference ref="link_contact_address" />
7517 </item> <!-- Foundation -->
7518 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7519 <link wiki="Tag:office=government" />
7520 <space />
7521 <key key="office" value="government" />
7522 <text key="name" text="Name" />
7523 <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" />
7524 <reference ref="oh_wheelchair" />
7525 <reference ref="link_contact_address" />
7526 </item> <!-- Government -->
7527 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7528 <link wiki="Tag:office=insurance" />
7529 <space />
7530 <key key="office" value="insurance" />
7531 <reference ref="name_brand_operator_oh_wheelchair" />
7532 <reference ref="link_contact_address" />
7533 </item> <!-- Insurance -->
7534 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7535 <link wiki="Tag:office=it" />
7536 <space />
7537 <key key="office" value="it" />
7538 <reference ref="name_oh_wheelchair" />
7539 <reference ref="link_contact_address" />
7540 </item> <!-- It specialist -->
7541 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7542 <link wiki="Tag:office=lawyer" />
7543 <space />
7544 <key key="office" value="lawyer" />
7545 <reference ref="name_operator_oh_wheelchair" />
7546 <reference ref="link_contact_address" />
7547 </item> <!-- Lawyer -->
7548 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7549 <link wiki="Tag:office=newspaper" />
7550 <space />
7551 <key key="office" value="newspaper" />
7552 <reference ref="name_operator_oh_wheelchair" />
7553 <reference ref="link_contact_address" />
7554 </item> <!-- Newspaper -->
7555 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7556 <link wiki="Tag:office=ngo" />
7557 <space />
7558 <key key="office" value="ngo" />
7559 <reference ref="name_brand_operator_oh_wheelchair" />
7560 <reference ref="link_contact_address" />
7561 </item> <!-- Non-governmental organisation (NGO) -->
7562 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7563 <link wiki="Tag:office=notary" />
7564 <space />
7565 <key key="office" value="notary" />
7566 <reference ref="name_oh_wheelchair" />
7567 <reference ref="link_contact_address" />
7568 </item> <!-- Notary -->
7569 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7570 <link wiki="Tag:office=political_party" />
7571 <space />
7572 <key key="office" value="political_party" />
7573 <reference ref="name_oh_wheelchair" />
7574 <reference ref="link_contact_address" />
7575 </item> <!-- Political party -->
7576 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7577 <link wiki="Tag:office=religion" />
7578 <space />
7579 <key key="office" value="religion" />
7580 <text key="name" text="Name" />
7581 <reference ref="religious" />
7582 <reference ref="oh_wheelchair" />
7583 <reference ref="link_contact_address" />
7584 </item> <!-- Religion -->
7585 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7586 <link wiki="Tag:office=research" />
7587 <space />
7588 <key key="office" value="research" />
7589 <reference ref="name_operator_oh_wheelchair" />
7590 <reference ref="link_contact_address" />
7591 </item> <!-- Research -->
7592 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7593 <link wiki="Tag:office=tax_advisor" />
7594 <space />
7595 <key key="office" value="tax_advisor" />
7596 <reference ref="name_brand_operator_oh_wheelchair" />
7597 <reference ref="link_contact_address" />
7598 </item> <!-- Tax advisor -->
7599 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7600 <link wiki="Tag:office=telecommunication" />
7601 <space />
7602 <key key="office" value="telecommunication" />
7603 <reference ref="name_brand_operator_oh_wheelchair" />
7604 <reference ref="link_contact_address" />
7605 </item> <!-- Telecommunication -->
7606 </group> <!-- Offices -->
7607 <group name="Craft" icon="presets/craft/painter.svg">
7608 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
7609 <link wiki="Tag:craft=beekeeper" />
7610 <space />
7611 <key key="craft" value="beekeeper" />
7612 <reference ref="name_operator_oh_wheelchair" />
7613 <reference ref="link_contact_address" />
7614 </item> <!-- Beekeeper -->
7615 <item name="Brewery" icon="presets/craft/brewery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7616 <link wiki="Tag:craft=brewery" />
7617 <space />
7618 <key key="craft" value="brewery" />
7619 <reference ref="name_operator_oh_wheelchair" />
7620 <reference ref="link_contact_address" />
7621 </item> <!-- Brewery -->
7622 <item name="Winery" icon="presets/craft/winery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7623 <link wiki="Tag:craft=winery" />
7624 <space />
7625 <key key="craft" value="winery" />
7626 <reference ref="name_operator_oh_wheelchair" />
7627 <reference ref="link_contact_address" />
7628 </item> <!-- Winery -->
7629 <item name="Caterer" icon="presets/craft/caterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7630 <link wiki="Tag:craft=caterer" />
7631 <space />
7632 <key key="craft" value="caterer" />
7633 <reference ref="name_operator_oh_wheelchair" />
7634 <reference ref="link_contact_address" />
7635 </item> <!-- Caterer -->
7636 <separator/> <!-- food group -->
7637 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7638 <link wiki="Tag:craft=upholsterer" />
7639 <space />
7640 <key key="craft" value="upholsterer" />
7641 <reference ref="name_operator_oh_wheelchair" />
7642 <reference ref="link_contact_address" />
7643 </item> <!-- Upholsterer -->
7644 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7645 <link wiki="Tag:craft=key_cutter" />
7646 <space />
7647 <key key="craft" value="key_cutter" />
7648 <reference ref="name_operator_oh_wheelchair" />
7649 <reference ref="link_contact_address" />
7650 </item> <!-- Key cutter -->
7651 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7652 <link wiki="Tag:craft=locksmith" />
7653 <space />
7654 <key key="craft" value="locksmith" />
7655 <reference ref="name_operator_oh_wheelchair" />
7656 <reference ref="link_contact_address" />
7657 </item> <!-- Locksmith -->
7658 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7659 <link wiki="Tag:craft=electrician" />
7660 <space />
7661 <key key="craft" value="electrician" />
7662 <reference ref="name_operator_oh_wheelchair" />
7663 <reference ref="link_contact_address" />
7664 </item> <!-- Electrician -->
7665 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
7666 <link wiki="Tag:craft=plumber" />
7667 <space />
7668 <key key="craft" value="plumber" />
7669 <reference ref="name_operator_oh_wheelchair" />
7670 <reference ref="link_contact_address" />
7671 </item> <!-- Plumber -->
7672 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
7673 <link wiki="Tag:craft=hvac" />
7674 <space />
7675 <key key="craft" value="hvac" />
7676 <reference ref="name_operator_oh_wheelchair" />
7677 <reference ref="link_contact_address" />
7678 </item> <!-- Hvac -->
7679 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7680 <link wiki="Tag:craft=painter" />
7681 <space />
7682 <key key="craft" value="painter" />
7683 <reference ref="name_operator_oh_wheelchair" />
7684 <reference ref="link_contact_address" />
7685 </item> <!-- Painter -->
7686 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
7687 <link wiki="Tag:craft=tiler" />
7688 <space />
7689 <key key="craft" value="tiler" />
7690 <reference ref="name_operator_oh_wheelchair" />
7691 <reference ref="link_contact_address" />
7692 </item> <!-- Tiler -->
7693 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7694 <link wiki="Tag:craft=window_construction" />
7695 <space />
7696 <key key="craft" value="window_construction" />
7697 <reference ref="name_operator_oh_wheelchair" />
7698 <reference ref="link_contact_address" />
7699 </item> <!-- Window construction -->
7700 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7701 <link wiki="Tag:craft=carpenter" />
7702 <space />
7703 <key key="craft" value="carpenter" />
7704 <reference ref="name_operator_oh_wheelchair" />
7705 <reference ref="link_contact_address" />
7706 </item> <!-- Carpenter -->
7707 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7708 <link wiki="Tag:craft=roofer" />
7709 <space />
7710 <key key="craft" value="roofer" />
7711 <reference ref="name_operator_oh_wheelchair" />
7712 <reference ref="link_contact_address" />
7713 </item> <!-- Roofer -->
7714 <separator/> <!-- apartment/house group -->
7715 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7716 <link wiki="Tag:craft=photographer" />
7717 <space />
7718 <key key="craft" value="photographer" />
7719 <reference ref="name_operator_oh_wheelchair" />
7720 <reference ref="link_contact_address" />
7721 </item> <!-- Photographer -->
7722 <item name="Handicraft" icon="presets/craft/handicraft.svg" type="node,closedway,multipolygon" preset_name_label="true">
7723 <link wiki="Tag:craft=handicraft" />
7724 <space />
7725 <key key="craft" value="handicraft" />
7726 <reference ref="name_operator_oh_wheelchair" />
7727 <reference ref="link_contact_address" />
7728 </item> <!-- Handicraft -->
7729 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7730 <link wiki="Tag:craft=pottery" />
7731 <space />
7732 <key key="craft" value="pottery" />
7733 <reference ref="name_operator_oh_wheelchair" />
7734 <reference ref="link_contact_address" />
7735 </item> <!-- Pottery -->
7736 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7737 <link wiki="Tag:craft=gardener" />
7738 <space />
7739 <key key="craft" value="gardener" />
7740 <reference ref="name_operator_oh_wheelchair" />
7741 <reference ref="link_contact_address" />
7742 </item> <!-- Gardener -->
7743 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7744 <link wiki="Tag:craft=shoemaker" />
7745 <space />
7746 <key key="craft" value="shoemaker" />
7747 <reference ref="name_operator_oh_wheelchair" />
7748 <reference ref="link_contact_address" />
7749 </item> <!-- Shoemaker -->
7750 <separator/> <!-- other "soft"/art craft group -->
7751 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7752 <link wiki="Tag:craft=sawmill" />
7753 <space />
7754 <key key="craft" value="sawmill" />
7755 <reference ref="name_operator_oh_wheelchair" />
7756 <reference ref="link_contact_address" />
7757 </item> <!-- Sawmill -->
7758 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7759 <link wiki="Tag:craft=stonemason" />
7760 <space />
7761 <key key="craft" value="stonemason" />
7762 <reference ref="name_operator_oh_wheelchair" />
7763 <reference ref="link_contact_address" />
7764 </item> <!-- Stonemason -->
7765 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7766 <link wiki="Tag:craft=blacksmith" />
7767 <space />
7768 <key key="craft" value="blacksmith" />
7769 <reference ref="name_operator_oh_wheelchair" />
7770 <reference ref="link_contact_address" />
7771 </item> <!-- Blacksmith -->
7772 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7773 <link wiki="Tag:craft=metal_construction" />
7774 <space />
7775 <key key="craft" value="metal_construction" />
7776 <reference ref="name_operator_oh_wheelchair" />
7777 <reference ref="link_contact_address" />
7778 </item> <!-- Metal construction -->
7779 <!-- other "hard" craft group -->
7780 </group> <!-- Craft -->
7781 <group name="Geography" icon="presets/landmark/peak.svg">
7782 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7783 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7784 <link wiki="Tag:boundary=administrative" />
7785 <space />
7786 <key key="boundary" value="administrative" />
7787 <text key="name" text="Name" />
7788 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7789 <check key="maritime" text="Maritime" disable_off="true" />
7790 </item> <!-- Administrative -->
7791 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7792 <link wiki="Tag:boundary=political" />
7793 <space />
7794 <key key="boundary" value="political" />
7795 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7796 <text key="name" text="Name" />
7797 </item> <!-- Political -->
7798 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7799 <link wiki="Tag:boundary=postal_code" />
7800 <space />
7801 <key key="boundary" value="postal_code" />
7802 <text key="postal_code" text="Postal Code" />
7803 </item> <!-- Postal Code -->
7804 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7805 <link wiki="Tag:boundary=national_park" />
7806 <space />
7807 <key key="boundary" value="national_park" />
7808 <text key="name" text="Name" />
7809 </item> <!-- National Park -->
7810 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7811 <link wiki="Tag:boundary=protected_area" />
7812 <space />
7813 <key key="boundary" value="protected_area" />
7814 <text key="protect_class" text="Protect Class" length="2" />
7815 <text key="protection_title" text="Title or type of protection" />
7816 <optional>
7817 <reference ref="name_operator" />
7818 <reference ref="oh" />
7819 <reference ref="wikipedia_wikidata" />
7820 <text key="start_date" text="Start date" />
7821 </optional>
7822 </item> <!-- Protected Area -->
7823 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7824 <link wiki="Tag:boundary=maritime" />
7825 <space />
7826 <key key="boundary" value="maritime" />
7827 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7828 <text key="name" text="Name" />
7829 </item> <!-- Maritime -->
7830 </group> <!-- Boundaries -->
7831 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7832 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7833 <link wiki="Tag:place=continent" />
7834 <space />
7835 <key key="place" value="continent" />
7836 <reference ref="name_wikipedia_wikidata" />
7837 </item> <!-- Continent -->
7838 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7839 <link wiki="Tag:place=country" />
7840 <space />
7841 <key key="place" value="country" />
7842 <reference ref="name_wikipedia_wikidata" />
7843 </item> <!-- Country -->
7844 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7845 <link wiki="Tag:place=state" />
7846 <space />
7847 <key key="place" value="state" />
7848 <reference ref="name_wikipedia_wikidata" />
7849 </item> <!-- State -->
7850 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7851 <link wiki="Tag:place=region" />
7852 <space />
7853 <key key="place" value="region" />
7854 <reference ref="name_wikipedia_wikidata" />
7855 </item> <!-- Region -->
7856 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7857 <link wiki="Tag:place=county" />
7858 <space />
7859 <key key="place" value="county" />
7860 <reference ref="name_wikipedia_wikidata" />
7861 <reference ref="population_postcode_website" />
7862 </item> <!-- County -->
7863 <separator/>
7864 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7865 <link wiki="Tag:place=city" />
7866 <space />
7867 <key key="place" value="city" />
7868 <reference ref="name_wikipedia_wikidata" />
7869 <reference ref="population_postcode_website" />
7870 </item> <!-- City -->
7871 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7872 <link wiki="Tag:place=town" />
7873 <space />
7874 <key key="place" value="town" />
7875 <reference ref="name_wikipedia_wikidata" />
7876 <reference ref="population_postcode_website" />
7877 </item> <!-- Town -->
7878 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7879 <link wiki="Tag:place=village" />
7880 <space />
7881 <key key="place" value="village" />
7882 <reference ref="name_wikipedia_wikidata" />
7883 <reference ref="population_postcode_website" />
7884 </item> <!-- Village -->
7885 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7886 <link wiki="Tag:place=hamlet" />
7887 <space />
7888 <key key="place" value="hamlet" />
7889 <reference ref="name_wikipedia_wikidata" />
7890 <reference ref="population_postcode_website" />
7891 </item> <!-- Hamlet -->
7892 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7893 <link wiki="Tag:place=isolated_dwelling" />
7894 <space />
7895 <key key="place" value="isolated_dwelling" />
7896 <reference ref="name_wikipedia_wikidata" />
7897 <reference ref="population_postcode_website" />
7898 </item> <!-- Isolated Dwelling -->
7899 <separator/>
7900 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7901 <link wiki="Tag:place=suburb" />
7902 <space />
7903 <key key="place" value="suburb" />
7904 <reference ref="name_wikipedia_wikidata" />
7905 <reference ref="population_postcode_website" />
7906 </item> <!-- Suburb -->
7907 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7908 <link wiki="Tag:place=quarter" />
7909 <space />
7910 <key key="place" value="quarter" />
7911 <reference ref="name_wikipedia_wikidata" />
7912 <text key="population" text="Population" />
7913 <text key="website" text="Website" />
7914 </item> <!-- Quarter -->
7915 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7916 <link wiki="Tag:place=neighbourhood" />
7917 <space />
7918 <key key="place" value="neighbourhood" />
7919 <reference ref="name_wikipedia_wikidata" />
7920 <text key="population" text="Population" />
7921 <text key="website" text="Website" />
7922 </item> <!-- Neighbourhood -->
7923 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7924 <link wiki="Tag:place=farm" />
7925 <space />
7926 <label text="A farm within a bigger settlement" />
7927 <label text="(please use isolated_dwelling for an isolated farm)" />
7928 <key key="place" value="farm" />
7929 <reference ref="name_wikipedia_wikidata" />
7930 <reference ref="population_postcode_website" />
7931 </item> <!-- Farm -->
7932 <separator/>
7933 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7934 <link wiki="Tag:place=locality" />
7935 <space />
7936 <key key="place" value="locality" />
7937 <reference ref="name_wikipedia_wikidata" />
7938 </item> <!-- Locality -->
7939 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7940 <link wiki="Tag:place=square" />
7941 <space />
7942 <key key="place" value="square" />
7943 <reference ref="name_wikipedia_wikidata" />
7944 </item> <!-- Square -->
7945 </group> <!-- Places -->
7946 <group name="Geography" icon="presets/landmark/peak.svg">
7947 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7948 <link wiki="Tag:natural=peak" />
7949 <label text="The top (summit) of a mountain or hill." />
7950 <space />
7951 <key key="natural" value="peak" />
7952 <reference ref="name_wikipedia_wikidata" />
7953 <text key="ele" text="Elevation (meters)" length="10" />
7954 </item> <!-- Peak -->
7955 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7956 <link wiki="Tag:natural=saddle" />
7957 <label text="A saddle point between mountains or hills." />
7958 <space/>
7959 <key key="natural" value="saddle" />
7960 <reference ref="name_wikipedia_wikidata" />
7961 <text key="ele" text="Elevation (meters)" length="10" />
7962 </item> <!-- Saddle -->
7963 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7964 <link wiki="Tag:natural=glacier" />
7965 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7966 <space />
7967 <key key="natural" value="glacier" />
7968 <reference ref="name_wikipedia_wikidata" />
7969 <text key="ele" text="Elevation (meters)" length="10" />
7970 </item> <!-- Glacier -->
7971 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7972 <link wiki="Tag:natural=volcano" />
7973 <label text="A volcano, either dormant, extinct or active." />
7974 <space />
7975 <key key="natural" value="volcano" />
7976 <reference ref="name_wikipedia_wikidata" />
7977 <text key="ele" text="Elevation (meters)" length="10" />
7978 <optional>
7979 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7980 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7981 </optional>
7982 </item> <!-- Volcano -->
7983 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7984 <link wiki="Tag:natural=ridge" />
7985 <label text="A mountain or hill ridge." />
7986 <space />
7987 <key key="natural" value="ridge" />
7988 <reference ref="name_wikipedia_wikidata" />
7989 <text key="ele" text="Elevation (meters)" length="10" />
7990 </item> <!-- Ridge -->
7991 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7992 <link wiki="Tag:natural=valley" />
7993 <label text="A low area between hills." />
7994 <space />
7995 <key key="natural" value="valley" />
7996 <reference ref="name_wikipedia_wikidata" />
7997 </item> <!-- Valley -->
7998 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7999 <link wiki="Tag:natural=cliff" />
8000 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
8001 <space />
8002 <key key="natural" value="cliff" />
8003 <text key="name" text="Name" />
8004 <text key="height" text="Height (meters)" length="7" />
8005 </item> <!-- Cliff -->
8006 <item name="Sinkhole" icon="presets/landmark/sinkhole.svg" type="node,closedway" preset_name_label="true">
8007 <link wiki="Tag:natural=sinkhole" />
8008 <space />
8009 <key key="natural" value="sinkhole" />
8010 <combo key="sinkhole" text="Type" values_searchable="true">
8011 <list_entry value="bluehole" icon="presets/landmark/bluehole.svg" />
8012 <list_entry value="doline" icon="presets/landmark/doline.svg" />
8013 <list_entry value="estavelle" icon="presets/landmark/estavelle.svg" />
8014 <list_entry value="pit" icon="presets/landmark/pit.svg" />
8015 <list_entry value="ponor" icon="presets/landmark/ponor.svg" />
8016 </combo>
8017 <optional>
8018 <check key="anthropogenic" text="Caused by human activity" disable_off="true" />
8019 <check key="refitted" text="Modified by human hand" disable_off="true" />
8020 <reference ref="name_wikipedia_wikidata" />
8021 </optional>
8022 </item> <!-- Sinkhole -->
8023 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
8024 <link wiki="Tag:natural=cave_entrance" />
8025 <label text="The entrance to a cave." />
8026 <space />
8027 <key key="natural" value="cave_entrance" />
8028 <reference ref="name_wikipedia_wikidata" />
8029 <reference ref="oh_wheelchair" />
8030 <reference ref="POI_access" />
8031 <reference ref="fee" />
8032 </item> <!-- Cave Entrance -->
8033 <separator/>
8034 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
8035 <link wiki="Tag:place=island" />
8036 <space />
8037 <key key="place" value="island" />
8038 <reference ref="name_wikipedia_wikidata" />
8039 </item> <!-- Island -->
8040 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
8041 <link wiki="Tag:place=islet" />
8042 <space />
8043 <key key="place" value="islet" />
8044 <reference ref="name_wikipedia_wikidata" />
8045 </item> <!-- Islet -->
8046 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
8047 <link wiki="Tag:natural=reef" />
8048 <space />
8049 <key key="natural" value="reef" />
8050 <text key="name" text="Name" />
8051 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
8052 </item> <!-- Reef -->
8053 </group> <!-- Geography -->
8054 <group name="Nature" icon="presets/landmark/trees.svg">
8055 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
8056 <link wiki="Tag:natural=tree" />
8057 <label text="A single tree." />
8058 <space />
8059 <key key="natural" value="tree" />
8060 <reference ref="leaf_without_mixed" />
8061 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
8062 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
8063 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
8064 <list_entry value="avenue" short_description="Trees aligned along a road." />
8065 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
8066 <list_entry value="agricultural" short_description="Trees in agricultural use." />
8067 </combo>
8068 <optional>
8069 <reference ref="genus_species_taxon" />
8070 <space />
8071 <text key="height" text="Height (meters)" length="7" />
8072 <text key="diameter_crown" text="Diameter crown (meters)" />
8073 <text key="circumference" text="Circumference (meters)" />
8074 <space />
8075 <text key="name" text="Name" />
8076 <text key="start_date" text="Start date" />
8077 </optional>
8078 </item> <!-- Tree -->
8079 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
8080 <link wiki="Tag:natural=tree_row" />
8081 <label text="A line of trees." />
8082 <space />
8083 <key key="natural" value="tree_row" />
8084 <reference ref="leaf" />
8085 <optional>
8086 <reference ref="genus_species_taxon" />
8087 <text key="height" text="Height (meters)" length="7" />
8088 </optional>
8089 </item> <!-- Tree Row -->
8090 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
8091 <link wiki="Tag:natural=wood" />
8092 <label text="Woodland where timber production does not dominate use." />
8093 <space />
8094 <key key="natural" value="wood" />
8095 <text key="name" text="Name" />
8096 <reference ref="leaf" />
8097 </item> <!-- Wood -->
8098 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
8099 <link wiki="Tag:landuse=forest" />
8100 <space />
8101 <key key="landuse" value="forest" />
8102 <reference ref="leaf" />
8103 <reference ref="optional_name" />
8104 </item> <!-- Forest -->
8105 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
8106 <link wiki="Tag:man_made=cutline" />
8107 <space />
8108 <key key="man_made" value="cutline" />
8109 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
8110 </item> <!-- Cutline -->
8111 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
8112 <link wiki="Tag:natural=grassland" />
8113 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
8114 <space />
8115 <key key="natural" value="grassland" />
8116 <text key="name" text="Name" />
8117 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
8118 </item> <!-- Grassland -->
8119 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
8120 <link wiki="Tag:leisure=nature_reserve" />
8121 <space />
8122 <key key="leisure" value="nature_reserve" />
8123 <text key="name" text="Name" />
8124 </item> <!-- Nature Reserve -->
8125 <separator/>
8126 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
8127 <link wiki="Tag:natural=scree" />
8128 <label text="An accumulation of loose angular rocks." />
8129 <space />
8130 <key key="natural" value="scree" />
8131 <text key="name" text="Name" />
8132 </item> <!-- Scree -->
8133 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
8134 <link wiki="Tag:natural=shingle" />
8135 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
8136 <space />
8137 <key key="natural" value="shingle" />
8138 <text key="name" text="Name" />
8139 </item> <!-- Shingle -->
8140 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
8141 <link wiki="Tag:natural=fell" />
8142 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
8143 <space />
8144 <key key="natural" value="fell" />
8145 <text key="name" text="Name" />
8146 </item> <!-- Fell -->
8147 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
8148 <link wiki="Tag:natural=scrub" />
8149 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
8150 <space />
8151 <key key="natural" value="scrub" />
8152 <text key="name" text="Name" />
8153 <optional>
8154 <reference ref="leaf" />
8155 </optional>
8156 </item> <!-- Scrub -->
8157 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
8158 <link wiki="Tag:natural=heath" />
8159 <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." />
8160 <space />
8161 <key key="natural" value="heath" />
8162 <text key="name" text="Name" />
8163 </item> <!-- Heath -->
8164 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
8165 <link wiki="Tag:natural=sand" />
8166 <label text="Large area covered with sand." />
8167 <space />
8168 <key key="natural" value="sand" />
8169 <text key="name" text="Name" />
8170 </item> <!-- Sand -->
8171 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
8172 <link wiki="Tag:natural=bare_rock" />
8173 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
8174 <space />
8175 <key key="natural" value="bare_rock" />
8176 <text key="name" text="Name" />
8177 </item> <!-- Bare Rock -->
8178 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
8179 <link wiki="Tag:natural=rock" />
8180 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
8181 <space />
8182 <key key="natural" value="rock" />
8183 <reference ref="name_wikipedia_wikidata" />
8184 <optional>
8185 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
8186 </optional>
8187 </item> <!-- Rock -->
8188 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
8189 <link wiki="Tag:natural=stone" />
8190 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
8191 <space />
8192 <key key="natural" value="stone" />
8193 <reference ref="name_wikipedia_wikidata" />
8194 <optional>
8195 <text key="height" text="Height (meters)" length="7" />
8196 <text key="width" text="Width (meters)" />
8197 </optional>
8198 </item> <!-- Stone -->
8199 </group> <!-- Nature -->
8200 <group name="Land use" icon="presets/landuse/farmland.svg">
8201 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
8202 <link wiki="Tag:landuse=farmyard" />
8203 <space />
8204 <key key="landuse" value="farmyard" />
8205 <reference ref="optional_name" />
8206 </item> <!-- Farmyard -->
8207 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
8208 <link wiki="Tag:landuse=farmland" />
8209 <space />
8210 <key key="landuse" value="farmland" />
8211 <optional>
8212 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
8213 <text key="name" text="Name" />
8214 <check key="irrigation" text="Center pivot irrigation" value_on="pivot" disable_off="true" />
8215 </optional>
8216 </item> <!-- Farmland -->
8217 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
8218 <link wiki="Tag:landuse=meadow" />
8219 <space />
8220 <key key="landuse" value="meadow" />
8221 <reference ref="optional_name" />
8222 </item> <!-- Meadow -->
8223 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
8224 <link wiki="Tag:landuse=orchard" />
8225 <space />
8226 <key key="landuse" value="orchard" />
8227 <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" />
8228 <reference ref="optional_name" />
8229 </item> <!-- Orchard -->
8230 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
8231 <link wiki="Tag:landuse=vineyard" />
8232 <space />
8233 <key key="landuse" value="vineyard" />
8234 <key key="crop" value="grape" match="keyvalue" />
8235 <reference ref="optional_name" />
8236 </item> <!-- Vineyard -->
8237 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
8238 <link wiki="Tag:landuse=greenhouse_horticulture" />
8239 <space />
8240 <key key="landuse" value="greenhouse_horticulture" />
8241 <reference ref="optional_name_operator" />
8242 </item> <!-- Greenhouse Horticulture -->
8243 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
8244 <link wiki="Tag:landuse=plant_nursery" />
8245 <key key="landuse" value="plant_nursery" />
8246 <reference ref="optional_name_operator" />
8247 <space />
8248 <reference ref="leaf" />
8249 <reference ref="genus_species_taxon" />
8250 </item> <!-- Plant Nursery -->
8251 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
8252 <link wiki="Tag:landuse=salt_pond" />
8253 <space />
8254 <key key="landuse" value="salt_pond" />
8255 <reference ref="optional_name_operator" />
8256 </item> <!-- Salt Pond -->
8257 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
8258 <link wiki="Tag:landuse=aquaculture" />
8259 <space />
8260 <key key="landuse" value="aquaculture" />
8261 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
8262 <reference ref="optional_name_operator" />
8263 </item> <!-- Aquaculture -->
8264 <separator/>
8265 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
8266 <link wiki="Tag:landuse=allotments" />
8267 <space />
8268 <key key="landuse" value="allotments" />
8269 <reference ref="optional_name" />
8270 </item> <!-- Allotments -->
8271 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
8272 <link wiki="Tag:landuse=flowerbed" />
8273 <space />
8274 <key key="landuse" value="flowerbed" />
8275 <optional>
8276 <text key="operator" text="Operator" />
8277 <reference ref="genus_species_taxon" />
8278 </optional>
8279 </item> <!-- Flowerbed -->
8280 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
8281 <link wiki="Tag:leisure=garden" />
8282 <space />
8283 <key key="leisure" value="garden" />
8284 <reference ref="optional_name" />
8285 </item> <!-- Garden -->
8286 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
8287 <link wiki="Tag:landuse=grass" />
8288 <space />
8289 <key key="landuse" value="grass" />
8290 <reference ref="optional_name" />
8291 </item> <!-- Grass -->
8292 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
8293 <link wiki="Tag:landuse=village_green" />
8294 <space />
8295 <key key="landuse" value="village_green" />
8296 <reference ref="optional_name" />
8297 </item> <!-- Village Green -->
8298 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
8299 <link wiki="Tag:leisure=park" />
8300 <space />
8301 <key key="leisure" value="park" />
8302 <reference ref="optional_name" />
8303 </item> <!-- Park -->
8304 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
8305 <link wiki="Tag:landuse=recreation_ground" />
8306 <space />
8307 <key key="landuse" value="recreation_ground" />
8308 <reference ref="optional_name" />
8309 </item> <!-- Recreation Ground -->
8310 <separator/>
8311 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
8312 <link wiki="Tag:landuse=religious" />
8313 <space />
8314 <key key="landuse" value="religious" />
8315 <text key="name" text="Name" />
8316 <reference ref="religious" />
8317 </item> <!-- Religious -->
8318 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
8319 <link wiki="Tag:landuse=cemetery" />
8320 <space />
8321 <key key="landuse" value="cemetery" />
8322 <text key="name" text="Name" />
8323 <reference ref="religious" />
8324 </item> <!-- Cemetery -->
8325 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
8326 <link wiki="Tag:amenity=grave_yard" />
8327 <space />
8328 <key key="amenity" value="grave_yard" />
8329 <text key="name" text="Name" />
8330 <reference ref="religious" />
8331 </item> <!-- Graveyard -->
8332 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
8333 <link wiki="Tag:cemetery=sector" />
8334 <space />
8335 <key key="cemetery" value="sector" />
8336 <optional>
8337 <text key="ref" text="Reference" />
8338 <text key="name" text="Name" />
8339 </optional>
8340 </item> <!-- Cemetery sector-->
8341 <separator/>
8342 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
8343 <link wiki="Tag:landuse=residential" />
8344 <space />
8345 <key key="landuse" value="residential" />
8346 <reference ref="optional_name" />
8347 <combo key="residential" text="Type" values="apartments,rural,urban" values_context="landuse type" />
8348 </item> <!-- Residential Area -->
8349 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
8350 <link wiki="Tag:landuse=retail" />
8351 <space />
8352 <key key="landuse" value="retail" />
8353 <reference ref="optional_name" />
8354 </item> <!-- Retail -->
8355 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
8356 <link wiki="Tag:landuse=commercial" />
8357 <space />
8358 <key key="landuse" value="commercial" />
8359 <reference ref="optional_name" />
8360 </item> <!-- Commercial -->
8361 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
8362 <link wiki="Tag:landuse=industrial" />
8363 <space />
8364 <key key="landuse" value="industrial" />
8365 <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" />
8366 <reference ref="optional_name" />
8367 </item> <!-- Industrial -->
8368 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
8369 <link wiki="Tag:landuse=garages" />
8370 <space />
8371 <key key="landuse" value="garages" />
8372 <reference ref="optional_name_operator" />
8373 </item> <!-- Garages -->
8374 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
8375 <link wiki="Tag:landuse=railway" />
8376 <space />
8377 <key key="landuse" value="railway" />
8378 <reference ref="optional_name" />
8379 </item> <!-- Railway Land -->
8380 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
8381 <link wiki="Tag:landuse=military" />
8382 <space />
8383 <key key="landuse" value="military" />
8384 <reference ref="optional_name" />
8385 </item> <!-- Military -->
8386 <separator/>
8387 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
8388 <link wiki="Tag:landuse=construction" />
8389 <space />
8390 <key key="landuse" value="construction" />
8391 <reference ref="optional_name" />
8392 </item> <!-- Construction Area -->
8393 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
8394 <link wiki="Tag:landuse=brownfield" />
8395 <space />
8396 <key key="landuse" value="brownfield" />
8397 <reference ref="optional_name" />
8398 </item> <!-- Brownfield -->
8399 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
8400 <link wiki="Tag:landuse=greenfield" />
8401 <space />
8402 <key key="landuse" value="greenfield" />
8403 <reference ref="optional_name" />
8404 </item> <!-- Greenfield -->
8405 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
8406 <link wiki="Tag:landuse=landfill" />
8407 <space />
8408 <key key="landuse" value="landfill" />
8409 <reference ref="optional_name" />
8410 </item> <!-- Landfill -->
8411 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
8412 <link wiki="Tag:landuse=quarry" />
8413 <space />
8414 <key key="landuse" value="quarry" />
8415 <reference ref="name_operator" />
8416 <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
8417 </item> <!-- Quarry -->
8418 </group> <!-- Landuse -->
8419 </group> <!-- Geography -->
8420 <group name="Annotation" icon="presets/misc/housenumber.svg">
8421 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8422 <link wiki="Key:name" />
8423 <space />
8424 <text key="name" text="Name" />
8425 <optional>
8426 <text key="alt_name" text="Alternative name" match="key" />
8427 <text key="old_name" text="Historical name" match="key" />
8428 <text key="loc_name" text="Local name" match="key" />
8429 <text key="reg_name" text="Regional name" match="key" />
8430 <text key="nat_name" text="National name" match="key" />
8431 <text key="int_name" text="International name" match="key" />
8432 <text key="official_name" text="Official name" match="key" />
8433 <text key="short_name" text="Common name abbreviation" match="key" />
8434 </optional>
8435 </item> <!-- Name -->
8436 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8437 <link wiki="Key:addr" />
8438 <space />
8439 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
8440 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
8441 <optional>
8442 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
8443 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
8444 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
8445 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
8446 </optional>
8447 <optional text="Optional values for specific countries">
8448 <text key="addr:unit" text="Unit/Suite" match="key" />
8449 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
8450 <text key="addr:hamlet" text="Hamlet" match="key" />
8451 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
8452 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
8453 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
8454 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
8455 <!-- US States as defined in ISO 3166-2 -->
8456 <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" />
8457 </optional>
8458 </item> <!-- Address -->
8459 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
8460 <link wiki="Key:addr" />
8461 <space />
8462 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
8463 <optional>
8464 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
8465 </optional>
8466 </item> <!-- Address Interpolation -->
8467 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8468 <link wiki="Annotations" />
8469 <space />
8470 <text key="website" text="Website" match="key" />
8471 <text key="email" text="Email Address" match="key" />
8472 <space />
8473 <text key="phone" text="Phone number" match="key" />
8474 <text key="mobile" text="Mobile phone number" match="key" />
8475 <text key="fax" text="Fax Number" match="key" />
8476 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8477 <space />
8478 <reference ref="wikipedia_wikidata" />
8479 <text key="image" text="Image" />
8480 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
8481 <preset_link preset_name="Social Networks" />
8482 </item> <!-- Contact (Common Schema) -->
8483 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8484 <link wiki="Key:contact" />
8485 <space />
8486 <text key="contact:website" text="Website" match="key" />
8487 <text key="contact:email" text="Email Address" match="key" />
8488 <space />
8489 <text key="contact:phone" text="Phone number" match="key" />
8490 <text key="contact:mobile" text="Mobile phone number" match="key" />
8491 <text key="contact:fax" text="Fax Number" match="key" />
8492 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8493 <space />
8494 <reference ref="wikipedia_wikidata" />
8495 <text key="image" text="Image" />
8496 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
8497 <preset_link preset_name="Social Networks" />
8498 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
8499 <item name="Social Networks" icon="presets/misc/social_networks.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8500 <link wiki="Key:contact" />
8501 <space />
8502 <text key="contact:facebook" text="Facebook" match="key" text_context="social_network" />
8503 <text key="contact:foursquare" text="Foursquare" match="key" text_context="social_network" />
8504 <text key="contact:instagram" text="Instagram" match="key" text_context="social_network" />
8505 <text key="contact:linkedin" text="Linkedin" match="key" text_context="social_network" />
8506 <text key="contact:ok" text="Ok" match="key" text_context="social_network" />
8507 <text key="contact:pinterest" text="Pinterest" match="key" text_context="social_network" />
8508 <text key="contact:skype" text="Skype" match="key" text_context="social_network" />
8509 <text key="contact:telegram" text="Telegram" match="key" text_context="social_network" />
8510 <text key="contact:tripadvisor" text="Tripadvisor" match="key" text_context="social_network" />
8511 <text key="contact:twitter" text="Twitter" match="key" text_context="social_network" />
8512 <text key="contact:vk" text="Vk" match="key" text_context="social_network" />
8513 <text key="contact:whatsapp" text="Whatsapp" match="key" text_context="social_network" />
8514 <text key="contact:xing" text="Xing" match="key" text_context="social_network" />
8515 <text key="contact:yelp" text="Yelp" match="key" text_context="social_network" />
8516 <text key="contact:youtube" text="Youtube" match="key" text_context="social_network" />
8517 <preset_link preset_name="Contact (Common Schema)" text_context="Contact" />
8518 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text_context="Contact" />
8519 </item> <!-- Social Networks -->
8520 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8521 <link wiki="Key:description" />
8522 <space />
8523 <label text="A short text with additional information." text_context="description=*" />
8524 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
8525 <space />
8526 <text key="description" text="Description" match="key" />
8527 <preset_link preset_name="Note" text="Similar but different tags:" />
8528 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8529 </item> <!-- Description -->
8530 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8531 <link wiki="Key:note" />
8532 <space />
8533 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
8534 <space />
8535 <text key="note" text="Note" text_context="the tag note=*" match="key" />
8536 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8537 <preset_link preset_name="Description" text="Similar but different tags:" />
8538 </item> <!-- Note -->
8539 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8540 <link wiki="Key:fixme" />
8541 <space />
8542 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
8543 <space />
8544 <text key="fixme" text="Fixme" match="key" />
8545 <preset_link preset_name="Note" text="Similar but different tags:" />
8546 <preset_link preset_name="Description" text="Similar but different tags:" />
8547 </item> <!-- Fixme -->
8548 </group> <!-- Annotation -->
8549 <group name="Relations" icon="presets/misc/relations.svg">
8550 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
8551 <link wiki="Relation:multipolygon" />
8552 <key key="type" value="multipolygon" />
8553 <optional>
8554 <text key="name" text="Name" />
8555 </optional>
8556 <roles>
8557 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8558 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8559 </roles>
8560 </item> <!-- Multipolygon -->
8561 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
8562 <link wiki="Relation:boundary" />
8563 <space />
8564 <key key="type" value="boundary" />
8565 <text key="name" text="Name" />
8566 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
8567 <optional>
8568 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
8569 </optional>
8570 <roles>
8571 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8572 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8573 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
8574 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
8575 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
8576 </roles>
8577 </item> <!-- Boundary -->
8578 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
8579 <link wiki="Relation:building" />
8580 <key key="type" value="building" />
8581 <preset_link preset_name="Building" />
8582 <preset_link preset_name="Entrance" />
8583 <preset_link preset_name="Building part" />
8584 <roles>
8585 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
8586 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
8587 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
8588 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
8589 <role key="entrance" text="Entrance" requisite="optional" type="node" />
8590 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
8591 </roles>
8592 </item> <!-- Building -->
8593 <item name="Site" type="relation" preset_name_label="true">
8594 <link wiki="Relation:site" />
8595 <space />
8596 <key key="type" value="site" />
8597 <text key="name" text="Site name" />
8598 <roles>
8599 <role key="label" text="where to place the label" requisite="optional" type="node" />
8600 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
8601 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
8602 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
8603 </roles>
8604 </item> <!-- Site -->
8605 <separator/>
8606 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
8607 <link wiki="Relation:restriction" />
8608 <space />
8609 <key key="type" value="restriction" />
8610 <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" />
8611 <roles>
8612 <role key="from" text="from way" requisite="required" count="1" type="way" />
8613 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8614 <role key="to" text="to way" requisite="required" count="1" type="way" />
8615 </roles>
8616 </item> <!-- Turn Restriction -->
8617 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8618 <link wiki="Relation:connectivity" />
8619 <space />
8620 <key key="type" value="connectivity" />
8621 <text key="connectivity" text="Lane Connectivity" />
8622 <roles>
8623 <role key="from" text="from way" requisite="required" count="1" type="way" />
8624 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8625 <role key="to" text="to way" requisite="required" count="1" type="way" />
8626 </roles>
8627 </item> <!-- Lane Connectivity -->
8628 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
8629 <link wiki="Relation:enforcement" />
8630 <space />
8631 <key key="type" value="enforcement" />
8632 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
8633 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8634 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8635 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8636 <roles>
8637 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8638 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8639 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8640 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8641 </roles>
8642 </item> <!-- Enforcement -->
8643 <separator/>
8644 <group name="Routes" icon="presets/misc/route.svg">
8645 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8646 <link wiki="Tag:route=bicycle" />
8647 <space/>
8648 <key key="type" value="route"/>
8649 <key key="route" value="bicycle"/>
8650 <text key="name" text="Name" />
8651 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8652 <optional>
8653 <reference ref="route_hikebike_optionals" />
8654 </optional>
8655 <roles>
8656 <reference ref="route_segment_roles" />
8657 </roles>
8658 </item> <!-- Bicycle Route -->
8659 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8660 <link wiki="Mountain_biking" />
8661 <space/>
8662 <key key="type" value="route"/>
8663 <key key="route" value="mtb"/>
8664 <text key="name" text="Name" />
8665 <optional>
8666 <reference ref="route_hikebike_optionals" />
8667 </optional>
8668 <roles>
8669 <reference ref="route_segment_roles" />
8670 </roles>
8671 </item> <!-- Mountain Biking Route -->
8672 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8673 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
8674 <space/>
8675 <key key="type" value="route"/>
8676 <key key="route" value="hiking"/>
8677 <text key="name" text="Name" />
8678 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
8679 <optional>
8680 <reference ref="route_hikebike_optionals" />
8681 </optional>
8682 <reference ref="walking_routes_roles" />
8683 </item> <!-- Hiking Route -->
8684 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8685 <link wiki="Tag:route=foot" />
8686 <space/>
8687 <key key="type" value="route"/>
8688 <key key="route" value="foot"/>
8689 <text key="name" text="Name" />
8690 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
8691 <optional>
8692 <reference ref="route_hikebike_optionals" />
8693 </optional>
8694 <reference ref="walking_routes_roles" />
8695 </item> <!-- Walking Route -->
8696 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8697 <link wiki="Tag:route=running" />
8698 <space/>
8699 <key key="type" value="route"/>
8700 <key key="route" value="running"/>
8701 <text key="name" text="Name" />
8702 <optional>
8703 <reference ref="route_hikebike_optionals" />
8704 </optional>
8705 <roles>
8706 <reference ref="route_segment_roles" />
8707 <reference ref="route_start_stop_roles" />
8708 </roles>
8709 </item> <!-- Running Route -->
8710 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8711 <link wiki="Tag:route=fitness_trail" />
8712 <space/>
8713 <key key="type" value="route"/>
8714 <key key="route" value="fitness_trail"/>
8715 <text key="name" text="Name" />
8716 <optional>
8717 <reference ref="route_hikebike_optionals" />
8718 </optional>
8719 <roles>
8720 <reference ref="route_segment_roles" />
8721 <reference ref="route_start_stop_roles" />
8722 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8723 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8724 </roles>
8725 </item> <!-- Fitness Trail -->
8726 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8727 <link wiki="Tag:route=horse" />
8728 <space/>
8729 <key key="type" value="route"/>
8730 <key key="route" value="horse"/>
8731 <text key="name" text="Name" />
8732 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8733 <optional>
8734 <reference ref="route_hikebike_optionals" />
8735 </optional>
8736 <roles>
8737 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8738 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8739 <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"/>
8740 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8741 </roles>
8742 </item> <!-- Riding Route -->
8743 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8744 <link wiki="Tag:route=piste" />
8745 <space/>
8746 <key key="type" value="route"/>
8747 <key key="route" value="piste"/>
8748 <text key="name" text="Name" />
8749 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
8750 <optional>
8751 <reference ref="route_hikebike_optionals" />
8752 </optional>
8753 <roles>
8754 <role key="" text="route segment" requisite="optional" type="way" />
8755 <role key="forward" text="forward segment" requisite="optional" type="way" />
8756 <role key="backward" text="backward segment" requisite="optional" type="way" />
8757 <role key="link" text="link segment" requisite="optional" type="way" />
8758 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8759 <role key="variant" text="variant segment" requisite="optional" type="way" />
8760 <role key="start" text="entry points" requisite="optional" type="node" />
8761 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8762 </roles>
8763 </item> <!-- Piste Route -->
8764 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8765 <link wiki="Tag:route=ski" />
8766 <space/>
8767 <key key="type" value="route"/>
8768 <key key="route" value="ski"/>
8769 <text key="name" text="Name" />
8770 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8771 <optional>
8772 <reference ref="route_hikebike_optionals" />
8773 </optional>
8774 <roles>
8775 <role key="" text="route segment" requisite="optional" type="way" />
8776 <role key="forward" text="forward segment" requisite="optional" type="way" />
8777 <role key="backward" text="backward segment" requisite="optional" type="way" />
8778 <role key="link" text="link segment" requisite="optional" type="way" />
8779 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8780 <role key="variant" text="variant segment" requisite="optional" type="way" />
8781 <role key="start" text="entry points" requisite="optional" type="node" />
8782 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8783 </roles>
8784 </item> <!-- Ski Route -->
8785 <separator/>
8786 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8787 <link wiki="Tag:route=detour" />
8788 <space/>
8789 <key key="type" value="route"/>
8790 <key key="route" value="detour"/>
8791 <reference ref="name_ref"/>
8792 <optional>
8793 <text key="operator" text="Operator" />
8794 <text key="destination" text="Destination"/>
8795 <text key="detour" text="Ref of the way this is a detour to"/>
8796 </optional>
8797 <roles>
8798 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8799 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8800 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8801 </roles>
8802 </item> <!-- Detour Route -->
8803 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8804 <link wiki="Tag:route=power" />
8805 <space/>
8806 <key key="type" value="route"/>
8807 <key key="route" value="power"/>
8808 <reference ref="name_ref_operator"/>
8809 <roles>
8810 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8811 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8812 </roles>
8813 </item> <!-- Power Route -->
8814 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8815 <link wiki="Tag:route=railway" />
8816 <space/>
8817 <key key="type" value="route"/>
8818 <key key="route" value="railway"/>
8819 <reference ref="name_ref_operator"/>
8820 <roles>
8821 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8822 </roles>
8823 </item> <!-- Railway Route -->
8824 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8825 <link wiki="Tag:route=road" />
8826 <space/>
8827 <key key="type" value="route"/>
8828 <key key="route" value="road"/>
8829 <reference ref="name_ref"/>
8830 <text key="network" text="Network" />
8831 <text key="operator" text="Operator" />
8832 <text key="distance" text="Distance (kilometers)"/>
8833 <roles>
8834 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8835 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8836 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8837 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8838 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8839 </roles>
8840 </item> <!-- Road Route -->
8841 <separator/>
8842 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8843 <link wiki="Relation:superroute" />
8844 <space/>
8845 <key key="type" value="superroute"/>
8846 <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" />
8847 <reference ref="name_ref_operator"/>
8848 <roles>
8849 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8850 </roles>
8851 </item> <!-- Superroute -->
8852 </group> <!-- Routes -->
8853 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8854 <link wiki="Relation:network" />
8855 <space />
8856 <key key="type" value="network" />
8857 <text key="name" text="Name" />
8858 <optional>
8859 <text key="network" text="Network" />
8860 <text key="operator" text="Operator" />
8861 </optional>
8862 <roles>
8863 <role key="" text="member" requisite="required" type="relation" />
8864 </roles>
8865 </item> <!-- Route Network -->
8866 <separator/>
8867 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8868 <link wiki="Relation:associatedStreet" />
8869 <space />
8870 <key key="type" value="associatedStreet" />
8871 <text key="name" text="Street name" />
8872 <roles>
8873 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8874 <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; | nohousenumber=yes" />
8875 </roles>
8876 </item> <!-- Associated Street -->
8877 <item name="Street" type="relation" preset_name_label="true">
8878 <link wiki="Relation:street" />
8879 <space />
8880 <key key="type" value="street" />
8881 <text key="name" text="Name" />
8882 <roles>
8883 <role key="street" text="ways being part of street" requisite="required" type="way" />
8884 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8885 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8886 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8887 </roles>
8888 </item> <!-- Street -->
8889 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8890 <link wiki="Relation:destination_sign" />
8891 <space />
8892 <key key="type" value="destination_sign" />
8893 <text key="destination" text="Destination written on sign (w/o distance)" />
8894 <text key="distance" text="Distance (kilometers)" />
8895 <text key="time" text="Time (hh:mm, for trekking)" />
8896 <text key="colour:back" text="Colour of background" />
8897 <text key="colour:text" text="Colour of text" />
8898 <text key="colour:arrow" text="Colour of border/arrow" />
8899 <roles>
8900 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8901 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8902 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8903 <role key="sign" text="position of sign" requisite="optional" type="node" />
8904 </roles>
8905 </item> <!-- Destination Sign -->
8906 <separator/>
8907 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8908 <link wiki="Relation:waterway" />
8909 <space />
8910 <key key="type" value="waterway" />
8911 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8912 <text key="name" text="Name" />
8913 <optional>
8914 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8915 <text key="ref" text="Reference" />
8916 <text key="ref:sandre" text="Reference Sandre (FR)" />
8917 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8918 <text key="ref:regine" text="Reference REGINE (NO)" />
8919 <text key="ref:gnis" text="Reference GNIS (USA)" />
8920 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8921 <reference ref="wikipedia_wikidata" />
8922 </optional>
8923 <roles>
8924 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8925 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8926 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8927 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8928 </roles>
8929 </item> <!-- Waterway -->
8930 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8931 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8932 <space />
8933 <key key="type" value="bridge" />
8934 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
8935 <reference ref="name_ref" />
8936 <text key="height" text="Height (meters)" length="7" />
8937 <text key="length" text="Length (meters)" />
8938 <text key="operator" text="Operator" />
8939 <roles>
8940 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8941 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8942 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8943 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8944 </roles>
8945 </item> <!-- Bridge -->
8946 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8947 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8948 <space />
8949 <key key="type" value="tunnel" />
8950 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" values_sort="false" />
8951 <reference ref="name_ref" />
8952 <text key="length" text="Length (meters)" />
8953 <text key="operator" text="Operator" />
8954 <roles>
8955 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8956 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8957 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8958 </roles>
8959 </item> <!-- Tunnel -->
8960 </group> <!-- Relations -->
8961</presets>
Note: See TracBrowser for help on using the repository browser.