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

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

fix #18698 - split Road Restrictions preset in Road Restrictions and Access Restrictions

  • Property svn:eol-style set to native
File size: 511.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
3<!--
4 Pics have been derived from
5 https://de.wikipedia.org/wiki/Bildtafel_der_Verkehrszeichen_in_Deutschland (german street sign SVGs)
6 https://commons.wikimedia.org/wiki/Image:National_Park_Service_sample_pictographs.svg (various monochrome pictograms)
7 https://www.kde.org
8 https://openclipart.org/media/view/media/clip_art
9 http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
10
11 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
12-->
13
14 <!-- Item chunks -->
15 <chunk id="surface">
16 <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
17 </chunk>
18 <chunk id="surface_smoothness">
19 <reference ref="surface" />
20 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
21 <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
22 <list_entry value="good" short_description="Thin Wheels: racing bike" />
23 <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
24 <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
25 <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
26 <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
27 <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
28 <list_entry value="impassable" short_description="No wheeled vehicle" />
29 </combo>
30 </chunk>
31 <chunk id="sport_surface">
32 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
33 </chunk>
34 <chunk id="riding_surface">
35 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
36 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
37 </chunk>
38 <chunk id="highway_base">
39 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
40 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
41 <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
42 <space />
43 <text key="maxspeed" text="Max. speed (km/h)" />
44 <text key="maxspeed:forward" text="Max. speed in way direction" />
45 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
46 <space />
47 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
48 <reference ref="surface_smoothness" />
49 </chunk>
50 <chunk id="highway_yesno">
51 <checkgroup columns="4">
52 <check key="bridge" text="Bridge" disable_off="true" />
53 <check key="tunnel" text="Tunnel" disable_off="true" />
54 <check key="embankment" text="Embankment" disable_off="true" />
55 <check key="cutting" text="Cutting" disable_off="true" />
56 </checkgroup>
57 </chunk>
58 <chunk id="highway_yesno_incline">
59 <reference ref="highway_yesno" />
60 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
61 </chunk>
62 <chunk id="highway_yesno_incline_oneway_lit_width">
63 <checkgroup columns="4">
64 <check key="bridge" text="Bridge" disable_off="true" />
65 <check key="tunnel" text="Tunnel" disable_off="true" />
66 <check key="embankment" text="Embankment" disable_off="true" />
67 <check key="cutting" text="Cutting" disable_off="true" />
68 </checkgroup>
69 <checkgroup columns="4">
70 <check key="oneway" text="Oneway" />
71 <check key="lit" text="Lit" />
72 </checkgroup>
73 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
74 <text key="width" text="Width (meters)" />
75 </chunk>
76 <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
77 <reference ref="highway_yesno_incline_oneway_lit_width" />
78 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
79 </chunk>
80 <chunk id="placement">
81 <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" />
82 <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" />
83 <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" />
84 </chunk>
85 <chunk id="railway_service">
86 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
87 </chunk>
88 <chunk id="railway_electrified_yesno">
89 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
90 <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
91 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
92 <reference ref="highway_yesno" />
93 </chunk>
94 <chunk id="railway_service_gauge_electrified_yesno">
95 <reference ref="railway_service" />
96 <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
97 <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
98 <reference ref="railway_electrified_yesno" />
99 </chunk>
100 <chunk id="barrier_5">
101 <optional text="Allowed traffic:">
102 <check key="foot" text="Foot"/>
103 <check key="bicycle" text="Bicycle"/>
104 <check key="horse" text="Horse" />
105 <check key="motorcycle" text="Motorcycle" />
106 <check key="motorcar" text="Motorcar" />
107 </optional>
108 </chunk>
109 <chunk id="barrier_4">
110 <optional text="Allowed traffic:">
111 <check key="foot" text="Foot"/>
112 <check key="bicycle" text="Bicycle"/>
113 <check key="horse" text="Horse" />
114 <check key="motorcycle" text="Motorcycle" />
115 </optional>
116 </chunk>
117 <chunk id="barrier_2">
118 <optional text="Allowed traffic:">
119 <check key="foot" text="Foot"/>
120 <check key="bicycle" text="Bicycle"/>
121 </optional>
122 </chunk>
123 <chunk id="min_age">
124 <text key="min_age" text="Minimum age" />
125 </chunk>
126 <chunk id="max_age">
127 <text key="max_age" text="Maximum age" />
128 </chunk>
129 <chunk id="name_ref">
130 <text key="name" text="Name" />
131 <text key="ref" text="Reference" />
132 </chunk>
133 <chunk id="ref_operator">
134 <text key="ref" text="Reference" />
135 <text key="operator" text="Operator" />
136 </chunk>
137 <chunk id="name_ref_operator">
138 <text key="name" text="Name" />
139 <reference ref="ref_operator" />
140 </chunk>
141 <chunk id="name_operator">
142 <text key="name" text="Name" />
143 <text key="operator" text="Operator" />
144 </chunk>
145 <chunk id="name_layer">
146 <text key="name" text="Name" />
147 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
148 </chunk>
149 <chunk id="service_times">
150 <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" />
151 </chunk>
152 <chunk id="oh">
153 <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" />
154 </chunk>
155 <chunk id="wheelchair">
156 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
157 </chunk>
158 <chunk id="oh_wheelchair">
159 <reference ref="oh" />
160 <reference ref="wheelchair" />
161 </chunk>
162 <chunk id="name_oh_wheelchair">
163 <text key="name" text="Name" />
164 <reference ref="oh_wheelchair" />
165 </chunk>
166 <chunk id="name_operator_oh_wheelchair">
167 <reference ref="name_operator" />
168 <reference ref="oh_wheelchair" />
169 </chunk>
170 <chunk id="name_brand_operator_oh_wheelchair">
171 <text key="name" text="Name" />
172 <text key="brand" text="Brand" />
173 <text key="operator" text="Operator" />
174 <reference ref="oh_wheelchair" />
175 </chunk>
176 <chunk id="name_brand_oh_wheelchair">
177 <text key="name" text="Name" />
178 <text key="brand" text="Brand" />
179 <reference ref="oh_wheelchair" />
180 </chunk>
181 <chunk id="cuisine">
182 <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" />
183 </chunk>
184 <chunk id="internet">
185 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
186 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
187 </chunk>
188 <chunk id="internet_smoking">
189 <reference ref="internet" />
190 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
191 </chunk>
192 <chunk id="optional_height">
193 <optional>
194 <text key="height" text="Height (meters)" length="7" />
195 </optional>
196 </chunk>
197 <chunk id="optional_maxwidth">
198 <optional>
199 <text key="maxwidth" text="Max. width (meters)" length="7" />
200 </optional>
201 </chunk>
202 <chunk id="optional_maxheight_maxwidth">
203 <optional>
204 <text key="maxheight" text="Max. height (meters)" length="7" />
205 <text key="maxwidth" text="Max. width (meters)" length="7" />
206 </optional>
207 </chunk>
208 <chunk id="optional_name">
209 <optional>
210 <text key="name" text="Name" />
211 </optional>
212 </chunk>
213 <chunk id="optional_name_operator">
214 <optional>
215 <text key="name" text="Name" />
216 <text key="operator" text="Operator" />
217 </optional>
218 </chunk>
219 <chunk id="name_leisure_pitch">
220 <text key="name" text="Name" />
221 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
222 </chunk>
223 <chunk id="sport">
224 <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,climbing,cricket,croquet,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,karting,model_aerodrome,motocross,motor,pelota,racquet,rc_car,rowing,rugby_league,rugby_union,running,safety_training,shooting,skateboard,ice_skating,roller_skating,soccer,swimming,table_tennis,tennis,volleyball,9pin,10pin" values_context="sport" />
225 </chunk>
226 <chunk id="highway_access">
227 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_sort="false" />
228 </chunk>
229 <chunk id="POI_access">
230 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" values_sort="false" />
231 </chunk>
232 <chunk id="path_access_modes">
233 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
234 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
235 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
236 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
237 <space />
238 <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." />
239 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
240 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
241 </chunk>
242 <chunk id="fee">
243 <combo key="fee" text="Fee" values="yes,no" />
244 </chunk>
245 <chunk id="fee_interval">
246 <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" />
247 </chunk>
248 <chunk id="parking_name_type_ref">
249 <text key="name" text="Name" />
250 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
251 <text key="ref" text="Reference number" />
252 </chunk>
253 <chunk id="parking_access_fee_operator_surface_smoothness">
254 <space />
255 <reference ref="POI_access" />
256 <reference ref="fee_interval" />
257 <text key="operator" text="Operator" />
258 <reference ref="surface_smoothness" />
259 </chunk>
260 <chunk id="maxstay">
261 <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" />
262 </chunk>
263 <chunk id="supervised">
264 <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" />
265 </chunk>
266 <chunk id="supervised_lit_oh">
267 <reference ref="supervised" />
268 <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" />
269 <reference ref="oh" />
270 </chunk>
271 <chunk id="name_wikipedia">
272 <text key="name" text="Name" />
273 <text key="wikipedia" text="Wikipedia" />
274 </chunk>
275 <chunk id="population_postcode_website">
276 <text key="population" text="Population" />
277 <text key="postal_code" text="Postal Code" />
278 <text key="website" text="Website" />
279 </chunk>
280 <chunk id="route_hikebike_optionals">
281 <text key="ref" text="Reference" />
282 <text key="operator" text="Operator" />
283 <text key="distance" text="Distance (kilometers)"/>
284 <text key="ascent" text="Ascent (m)"/>
285 <text key="descent" text="Descent (m)"/>
286 <check key="roundtrip" text="Roundtrip"/>
287 <text key="symbol" text="Symbol description"/>
288 <text key="description" text="Description"/>
289 <text key="website" text="Website" />
290 </chunk>
291 <chunk id="genus_species_taxon">
292 <text key="genus" text="Genus" />
293 <text key="species" text="Species" />
294 <text key="taxon" text="Taxon" />
295 </chunk>
296 <chunk id="leaf">
297 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
298 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
299 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
300 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
301 <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." />
302 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
303 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
304 </combo>
305 </chunk>
306 <chunk id="leaf_without_mixed">
307 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
308 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
309 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
310 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
311 <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." />
312 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
313 </combo>
314 </chunk>
315 <!-- start of religions and denominations -->
316 <chunk id="religious"> <!-- all religions and denominations -->
317 <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" />
318 <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" />
319 </chunk>
320 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
321 <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" />
322 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
323 </chunk>
324 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
325 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
326 </chunk>
327 <chunk id="christian_denominations"> <!-- christian denominations -->
328 <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" />
329 </chunk>
330 <chunk id="muslim_denominations"> <!-- muslim denominations -->
331 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
332 </chunk>
333 <chunk id="jewish_denominations"> <!-- jewish denominations -->
334 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
335 </chunk>
336 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
337 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
338 </chunk>
339 <chunk id="hindu_denominations"> <!-- hindu denominations -->
340 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
341 </chunk>
342 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
343 <!-- end of religions and denominations -->
344 <chunk id="voltage">
345 <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" />
346 </chunk>
347 <chunk id="frequency">
348 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
349 </chunk>
350 <chunk id="voltage_frequency">
351 <reference ref="voltage" />
352 <reference ref="frequency" />
353 </chunk>
354 <chunk id="transformer_voltage_frequency">
355 <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" />
356 <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" />
357 <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" />
358 <reference ref="frequency" />
359 </chunk>
360 <chunk id="cables">
361 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
362 </chunk>
363 <chunk id="cables_circuits">
364 <reference ref="cables" />
365 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
366 </chunk>
367 <chunk id="power_loc">
368 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
369 </chunk>
370 <chunk id="power_extra">
371 <reference ref="power_loc" />
372 <reference ref="voltage_frequency" />
373 <reference ref="ref_operator" />
374 </chunk>
375 <chunk id="power_line_extra">
376 <reference ref="cables_circuits" />
377 <reference ref="voltage_frequency" />
378 </chunk>
379 <chunk id="power_generator">
380 <link wiki="Tag:power=generator" />
381 <space />
382 <key key="power" value="generator" />
383 <reference ref="name_ref_operator" />
384 <text key="start_date" text="Start date" />
385 </chunk>
386 <chunk id="power_output">
387 <optional text="Output forms of energy:">
388 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
389 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
390 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
391 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
392 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
393 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
394 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
395 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
396 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
397 <space />
398 <reference ref="voltage_frequency" />
399 </optional>
400 </chunk>
401 <chunk id="power_pole">
402 <text key="height" text="Height (meters)" length="7" />
403 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
404 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
405 <check key="location:transition" text="Location transition" disable_off="true" />
406 <reference ref="ref_operator" />
407 </chunk>
408 <chunk id="rating_phases">
409 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
410 <combo key="phases" text="Phases" values="1,3" length="1" />
411 </chunk>
412 <chunk id="optional_rating_phases">
413 <optional>
414 <reference ref="rating_phases" />
415 </optional>
416 </chunk>
417 <chunk id="optional_transformer_rating_phases_devices_windings">
418 <optional>
419 <reference ref="rating_phases" />
420 <combo key="devices" text="Number of devices" values="1,2,3,4" />
421 <combo key="windings" text="Number of windings" values="1,2,3,4" />
422 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
423 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
424 </optional>
425 </chunk>
426 <chunk id="telecom_medium">
427 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
428 </chunk>
429 <chunk id="optional_bridge">
430 <optional>
431 <text key="name" text="Name" />
432 <text key="bridge:name" text="Bridge name" />
433 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
434 <space />
435 <text key="maxspeed" text="Max. speed (km/h)" />
436 <text key="maxspeed:forward" text="Max. speed in way direction" />
437 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
438 <space />
439 <text key="maxweight" text="Max. weight (tonnes)" />
440 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
441 <text key="width" text="Width (meters)" />
442 <check key="toll" text="Toll" />
443 </optional>
444 </chunk>
445 <chunk id="waterway">
446 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
447 <check key="intermittent" text="Intermittent" disable_off="true" />
448 <check key="seasonal" text="Seasonal" disable_off="true" />
449 <check key="tidal" text="In the tidal range" disable_off="true" />
450 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
451 <text key="width" text="Width (meters)" />
452 </chunk>
453 <chunk id="waterway_wikipedia">
454 <reference ref="waterway" />
455 <text key="wikipedia" text="Wikipedia" />
456 </chunk>
457 <chunk id="water_access">
458 <optional text="Water access rules:">
459 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
460 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
461 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
462 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
463 </optional>
464 </chunk>
465 <chunk id="operator_substance">
466 <text key="operator" text="Operator" />
467 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
468 </chunk>
469 <chunk id="support">
470 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
471 </chunk>
472 <chunk id="aerodrome">
473 <key key="aeroway" value="aerodrome" match="keyvalue" />
474 <text key="name" text="Name" />
475 <optional>
476 <text key="iata" text="IATA" />
477 <text key="icao" text="ICAO" />
478 <text key="wikipedia" text="Wikipedia" />
479 </optional>
480 </chunk>
481 <chunk id="car_brands">
482 <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" />
483 </chunk>
484 <chunk id="motorcycle_brands">
485 <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" />
486 </chunk>
487 <chunk id="walking_routes_roles">
488 <roles>
489 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
490 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
491 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
492 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
493 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
494 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
495 <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"/>
496 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
497 </roles>
498 </chunk>
499 <chunk id="route_segment_roles">
500 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
501 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
502 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
503 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
504 </chunk>
505 <chunk id="route_start_stop_roles">
506 <role key="start" text="start endpoint" requisite="optional" type="node" />
507 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
508 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
509 </chunk>
510 <chunk id="public_transport_route_optionals">
511 <text key="from" text="From (initial stop)" />
512 <text key="to" text="To (terminal stop)" />
513 <text key="via" text="Via (intermediate stops)" />
514 <text key="operator" text="Operator" />
515 <text key="network" text="Network" />
516 <text key="description" text="Description" />
517 <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" />
518 <reference ref="oh" />
519 <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" />
520 <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" />
521 <reference ref="fee" />
522 <text key="website" text="Website" />
523 </chunk>
524 <chunk id="climbing_styles">
525 <label text="Climbing styles:" />
526 <checkgroup columns="2">
527 <check key="climbing:boulder" text="Boulders" />
528 <check key="climbing:sport" text="Sport climbing" />
529 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
530 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
531 <check key="climbing:multipitch" text="Multi-pitch climbing" />
532 <check key="climbing:ice" text="Ice climbing" />
533 <check key="climbing:mixed" text="Mixed climbing" />
534 <check key="climbing:deepwater" text="Deep Water Soloing" />
535 </checkgroup>
536 </chunk>
537 <chunk id="climbing_optional_attributes">
538 <optional>
539 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
540 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
541 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
542 <check key="climbing:summit_log" text="Summit/route log/register" />
543 <check key="indoor" text="Climbing routes indoor" />
544 <check key="outdoor" text="Climbing routes outdoor" />
545 <text key="website" text="Official web site (e.g. operator)" />
546 <text key="url" text="Unofficial web site" />
547 <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" />
548 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
549 <reference ref="POI_access" />
550 </optional>
551 </chunk>
552 <!-- Link chunks -->
553 <chunk id="link_contact_address">
554 <preset_link preset_name="Contact (Common Schema)" />
555 <preset_link preset_name="Address" />
556 </chunk>
557 <chunk id="link_contact_address_payment">
558 <preset_link preset_name="Contact (Common Schema)" />
559 <preset_link preset_name="Address" />
560 <preset_link preset_name="Payment Methods" />
561 </chunk>
562 <chunk id="link_road_access_restrictions">
563 <preset_link preset_name="Road Restrictions" />
564 <preset_link preset_name="Access Restrictions" />
565 </chunk>
566 <!-- Groups -->
567 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
568 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
569 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
570 <link wiki="Tag:highway=motorway" />
571 <space />
572 <key key="highway" value="motorway" />
573 <text key="ref" text="Reference" />
574 <check key="noref" text="Street has no reference" disable_off="true" />
575 <optional>
576 <text key="name" text="Name" />
577 <check key="noname" text="Street has no name" disable_off="true" />
578 <reference ref="highway_base" />
579 <text key="destination" text="Destination" />
580 <text key="destination:ref" text="Destination reference" />
581 <text key="width" text="Width (meters)" />
582 <space />
583 <reference ref="highway_yesno" />
584 <checkgroup columns="4">
585 <check key="oneway" text="Oneway" default="on" />
586 <check key="lit" text="Lit" />
587 <check key="toll" text="Toll" />
588 </checkgroup>
589 <reference ref="placement" />
590 </optional>
591 <reference ref="link_road_access_restrictions" />
592 </item> <!-- Motorway -->
593 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
594 <link wiki="Tag:highway=motorway_link" />
595 <key key="highway" value="motorway_link" />
596 <optional>
597 <text key="ref" text="Reference" />
598 <check key="noref" text="Street has no reference" disable_off="true" />
599 <reference ref="highway_base" />
600 <text key="destination" text="Destination" />
601 <text key="destination:ref" text="Destination reference" />
602 <text key="junction:ref" text="Junction reference" />
603 <text key="width" text="Width (meters)" />
604 <space />
605 <reference ref="highway_yesno" />
606 <checkgroup columns="4">
607 <check key="oneway" text="Oneway" default="on" />
608 <check key="lit" text="Lit" />
609 <check key="toll" text="Toll" />
610 </checkgroup>
611 <reference ref="placement" />
612 </optional>
613 <reference ref="link_road_access_restrictions" />
614 </item> <!-- Motorway Link -->
615 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
616 <link wiki="Tag:highway=trunk" />
617 <space />
618 <key key="highway" value="trunk" />
619 <text key="ref" text="Reference" />
620 <check key="noref" text="Street has no reference" disable_off="true" />
621 <optional>
622 <text key="name" text="Name" />
623 <check key="noname" text="Street has no name" disable_off="true" />
624 <reference ref="highway_base" />
625 <text key="destination" text="Destination" />
626 <text key="destination:ref" text="Destination reference" />
627 <text key="width" text="Width (meters)" />
628 <space />
629 <reference ref="highway_yesno" />
630 <checkgroup columns="4">
631 <check key="oneway" text="Oneway" default="on" />
632 <check key="lit" text="Lit" />
633 <check key="toll" text="Toll" />
634 <check key="motorroad" text="Motorroad" default="on" />
635 </checkgroup>
636 <reference ref="placement" />
637 </optional>
638 <reference ref="link_road_access_restrictions" />
639 </item> <!-- Trunk -->
640 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
641 <link wiki="Highway_link" />
642 <space />
643 <key key="highway" value="trunk_link" />
644 <optional>
645 <text key="ref" text="Reference" />
646 <check key="noref" text="Street has no reference" disable_off="true" />
647 <reference ref="highway_base" />
648 <text key="destination" text="Destination" />
649 <text key="destination:ref" text="Destination reference" />
650 <text key="junction:ref" text="Junction reference" />
651 <text key="width" text="Width (meters)" />
652 <space />
653 <reference ref="highway_yesno" />
654 <checkgroup columns="4">
655 <check key="oneway" text="Oneway" default="on" />
656 <check key="lit" text="Lit" />
657 <check key="toll" text="Toll" />
658 <check key="motorroad" text="Motorroad" default="on" />
659 </checkgroup>
660 <reference ref="placement" />
661 </optional>
662 <reference ref="link_road_access_restrictions" />
663 </item> <!-- Trunk Link -->
664 <separator/>
665 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
666 <link wiki="Tag:highway=primary" />
667 <space />
668 <key key="highway" value="primary" />
669 <text key="ref" text="Reference" />
670 <check key="noref" text="Street has no reference" disable_off="true" />
671 <optional>
672 <text key="name" text="Name" />
673 <check key="noname" text="Street has no name" disable_off="true" />
674 <reference ref="highway_base" />
675 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
676 <checkgroup columns="4">
677 <check key="motorroad" text="Motorroad" />
678 <check key="narrow" text="Narrow" disable_off="true" />
679 <check key="trolley_wire" text="Overhead trolley wires" />
680 </checkgroup>
681 <reference ref="placement" />
682 </optional>
683 <reference ref="link_road_access_restrictions" />
684 </item> <!-- Primary -->
685 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
686 <link wiki="Highway_link" />
687 <key key="highway" value="primary_link" />
688 <optional>
689 <reference ref="highway_base" />
690 <text key="destination" text="Destination" />
691 <text key="destination:ref" text="Destination reference" />
692 <text key="junction:ref" text="Junction reference" />
693 <check key="motorroad" text="Motorroad" />
694 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
695 <space />
696 <reference ref="placement" />
697 </optional>
698 <reference ref="link_road_access_restrictions" />
699 </item> <!-- Primary Link -->
700 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
701 <link wiki="Tag:highway=secondary" />
702 <space />
703 <key key="highway" value="secondary" />
704 <text key="ref" text="Reference" />
705 <check key="noref" text="Street has no reference" disable_off="true" />
706 <optional>
707 <text key="name" text="Name" />
708 <check key="noname" text="Street has no name" disable_off="true" />
709 <reference ref="highway_base" />
710 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
711 <checkgroup columns="2">
712 <check key="narrow" text="Narrow" disable_off="true" />
713 <check key="trolley_wire" text="Overhead trolley wires" />
714 </checkgroup>
715 <reference ref="placement" />
716 </optional>
717 <reference ref="link_road_access_restrictions" />
718 </item> <!-- Secondary -->
719 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
720 <link wiki="Highway_link" />
721 <key key="highway" value="secondary_link" />
722 <optional>
723 <reference ref="highway_base" />
724 <text key="destination" text="Destination" />
725 <text key="destination:ref" text="Destination reference" />
726 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
727 <space />
728 <reference ref="placement" />
729 </optional>
730 <reference ref="link_road_access_restrictions" />
731 </item> <!-- Secondary Link -->
732 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
733 <link wiki="Tag:highway=tertiary" />
734 <space />
735 <key key="highway" value="tertiary" />
736 <text key="ref" text="Reference" />
737 <check key="noref" text="Street has no reference" disable_off="true" />
738 <optional>
739 <text key="name" text="Name" />
740 <check key="noname" text="Street has no name" disable_off="true" />
741 <reference ref="highway_base" />
742 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
743 <checkgroup columns="2">
744 <check key="narrow" text="Narrow" disable_off="true" />
745 <check key="trolley_wire" text="Overhead trolley wires" />
746 </checkgroup>
747 <reference ref="placement" />
748 </optional>
749 <reference ref="link_road_access_restrictions" />
750 </item> <!-- Tertiary -->
751 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
752 <link wiki="Highway_link" />
753 <key key="highway" value="tertiary_link" />
754 <optional>
755 <reference ref="highway_base" />
756 <text key="destination" text="Destination" />
757 <text key="destination:ref" text="Destination reference" />
758 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
759 <space />
760 <reference ref="placement" />
761 </optional>
762 <reference ref="link_road_access_restrictions" />
763 </item> <!-- Tertiary Link -->
764 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
765 <link wiki="Tag:highway=unclassified" />
766 <key key="highway" value="unclassified" />
767 <optional>
768 <text key="name" text="Name" />
769 <check key="noname" text="Street has no name" disable_off="true" />
770 <text key="ref" text="Reference" />
771 <check key="noref" text="Street has no reference" disable_off="true" />
772 <reference ref="highway_base" />
773 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
774 <checkgroup columns="3">
775 <check key="narrow" text="Narrow" disable_off="true" />
776 <check key="trolley_wire" text="Overhead trolley wires" />
777 <check key="passing_places" text="Passing Places" />
778 </checkgroup>
779 <reference ref="placement" />
780 </optional>
781 <reference ref="link_road_access_restrictions" />
782 </item> <!-- Unclassified -->
783 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
784 <link wiki="Tag:highway=residential" />
785 <space />
786 <key key="highway" value="residential" />
787 <text key="name" text="Name" />
788 <check key="noname" text="Street has no name" disable_off="true" />
789 <optional>
790 <text key="ref" text="Reference" />
791 <reference ref="highway_base" />
792 <reference ref="highway_yesno" />
793 <checkgroup columns="4">
794 <check key="oneway" text="Oneway" />
795 <check key="oneway:bicycle" text="Oneway for bicycle" />
796 <check key="lit" text="Lit" />
797 </checkgroup>
798 <text key="width" text="Width (meters)" />
799 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
800 <checkgroup columns="2">
801 <check key="narrow" text="Narrow" disable_off="true" />
802 <check key="trolley_wire" text="Overhead trolley wires" />
803 </checkgroup>
804 </optional>
805 <reference ref="link_road_access_restrictions" />
806 </item> <!-- Residential -->
807 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
808 <link wiki="Key:bicycle_road" />
809 <space />
810 <key key="bicycle_road" value="yes" />
811 <key key="bicycle" value="designated" />
812 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
813 <text key="name" text="Name" />
814 <check key="noname" text="Street has no name" disable_off="true" />
815 <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
816 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
817 <optional>
818 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
819 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
820 <reference ref="surface_smoothness" />
821 <reference ref="highway_yesno_incline" />
822 <checkgroup columns="4">
823 <check key="oneway" text="Oneway" />
824 <check key="oneway:bicycle" text="Oneway for bicycle" />
825 <check key="lit" text="Lit" />
826 </checkgroup>
827 <text key="width" text="Width (meters)" />
828 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
829 </optional>
830 <reference ref="link_road_access_restrictions" />
831 </item> <!-- Bicycle Road -->
832 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
833 <link wiki="Tag:highway=living_street" />
834 <space />
835 <key key="highway" value="living_street" />
836 <text key="name" text="Name" />
837 <check key="noname" text="Street has no name" disable_off="true" />
838 <optional>
839 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
840 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
841 <reference ref="surface_smoothness" />
842 <reference ref="highway_yesno_incline_oneway_lit_width" />
843 <checkgroup columns="2">
844 <check key="narrow" text="Narrow" disable_off="true" />
845 <check key="trolley_wire" text="Overhead trolley wires" />
846 </checkgroup>
847 </optional>
848 <reference ref="link_road_access_restrictions" />
849 </item> <!-- Living Street -->
850 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
851 <link wiki="Tag:highway=pedestrian" />
852 <space />
853 <key key="highway" value="pedestrian" />
854 <text key="name" text="Name" />
855 <check key="noname" text="Street has no name" disable_off="true" />
856 <optional>
857 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
858 <reference ref="surface_smoothness" />
859 <check key="area" text="Area" />
860 <reference ref="highway_yesno_incline" />
861 <check key="lit" text="Lit" />
862 <text key="width" text="Width (meters)" />
863 </optional>
864 <reference ref="link_road_access_restrictions" />
865 </item> <!-- Pedestrian -->
866 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
867 <link wiki="Tag:highway=service" />
868 <space />
869 <key key="highway" value="service" />
870 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
871 <optional>
872 <text key="name" text="Name" />
873 <space />
874 <reference ref="highway_base" />
875 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
876 <check key="passing_places" text="Passing Places" />
877 </optional>
878 <reference ref="link_road_access_restrictions" />
879 </item> <!-- Service -->
880 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
881 <link wiki="Tag:service=parking_aisle" />
882 <key key="highway" value="service" />
883 <key key="service" value="parking_aisle" />
884 <optional>
885 <reference ref="surface_smoothness" />
886 <check key="oneway" text="Oneway" />
887 <check key="lit" text="Lit" />
888 </optional>
889 <reference ref="link_road_access_restrictions" />
890 </item> <!-- Parking Aisle -->
891 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
892 <link wiki="Tag:highway=escape" />
893 <space />
894 <key key="highway" value="escape" />
895 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
896 <optional>
897 <reference ref="surface" />
898 <text key="width" text="Width (meters)" />
899 <check key="lit" text="Lit" />
900 </optional>
901 </item> <!-- Escape -->
902 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
903 <link wiki="Tag:highway=raceway" />
904 <space />
905 <key key="highway" value="raceway" />
906 <text key="name" text="Name" />
907 </item> <!-- Raceway -->
908 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
909 <link wiki="Tag:highway=road" />
910 <key key="highway" value="road" />
911 <optional>
912 <text key="name" text="Name" />
913 <space />
914 <reference ref="highway_base" />
915 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
916 <check key="trolley_wire" text="Overhead trolley wires" />
917 </optional>
918 <reference ref="link_road_access_restrictions" />
919 </item> <!-- Road (Unknown Type) -->
920 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
921 <link wiki="Key:construction" />
922 <key key="highway" value="construction" />
923 <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" />
924 <optional>
925 <text key="name" text="Name" />
926 <space />
927 <reference ref="highway_base" />
928 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
929 <check key="trolley_wire" text="Overhead trolley wires" />
930 <combo key="junction" text="Junction" values="roundabout,jughandle" />
931 </optional>
932 <reference ref="link_road_access_restrictions" />
933 </item> <!-- Construction -->
934 <separator/>
935 <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway" preset_name_label="true">
936 <link wiki="Key:access" />
937 <space />
938 <checkgroup columns="3" >
939 <check key="oneway" text="Oneway" />
940 <check key="toll" text="Toll" />
941 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
942 <check key="winter_road" text="Winter road" disable_off="true" />
943 <check key="ice_road" text="Ice road" disable_off="true" />
944 </checkgroup>
945 <text key="maxspeed" text="Max. speed (km/h)" />
946 <text key="maxspeed:forward" text="Max. speed in way direction" />
947 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
948 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
949 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
950 <text key="minspeed" text="Min. speed (km/h)" match="key" />
951 <space />
952 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
953 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
954 <space />
955 <text key="maxheight" text="Max. height (meters)" match="key" />
956 <text key="maxwidth" text="Max. width (meters)" match="key" />
957 <text key="maxlength" text="Max. length (meters)" match="key" />
958 <space />
959 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" />
960 <preset_link preset_name="Access Restrictions" />
961 </item> <!-- Road Restrictions -->
962 <item name="Access Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
963 <link wiki="Key:access" />
964 <space />
965 <label text="Some road types already imply some access restrictions which should not be set again." />
966 <space />
967 <label text="Transport mode restrictions" />
968 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_searchable="true" values_sort="false" match="key" />
969 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
970 <reference ref="wheelchair" />
971 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
972 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
973 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
974 <space />
975 <label text="Vehicles per type" />
976 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
977 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
978 <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
979 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
980 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
981 <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
982 <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
983 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
984 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
985 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
986 <combo key="bdouble" text="B-double road train" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
987 <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" />
988 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" />
989 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
990 <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
991 <space />
992 <label text="Vehicles per use" />
993 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" />
994 <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
995 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
996 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
997 <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
998 <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
999 <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1000 <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
1001 <preset_link preset_name="Road Restrictions" />
1002 </item> <!-- Access Restrictions -->
1003 <separator/>
1004 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
1005 <link wiki="Tag:junction=roundabout" />
1006 <space />
1007 <key key="junction" value="roundabout" />
1008 <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" />
1009 <optional>
1010 <reference ref="name_layer" />
1011 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
1012 <reference ref="highway_yesno" />
1013 <text key="width" text="Width (meters)" />
1014 </optional>
1015 <reference ref="link_road_access_restrictions" />
1016 </item> <!-- Roundabout -->
1017 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
1018 <link wiki="Tag:ford=yes" />
1019 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
1020 <optional>
1021 <text key="name" text="Name" />
1022 </optional>
1023 </item> <!-- Ford -->
1024 </group> <!-- Streets -->
1025 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
1026 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
1027 <link wiki="Tag:highway=track" />
1028 <space />
1029 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
1030 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
1031 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
1032 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
1033 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
1034 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
1035 </combo>
1036 <key key="highway" value="track" />
1037 <optional>
1038 <reference ref="name_layer" />
1039 <reference ref="surface_smoothness" />
1040 <reference ref="highway_yesno_incline_oneway_lit_width" />
1041 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1042 <reference ref="highway_access" />
1043 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1044 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1045 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1046 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1047 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1048 </optional>
1049 <reference ref="link_road_access_restrictions" />
1050 </item> <!-- Track -->
1051 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
1052 <link wiki="Tag:highway=path" />
1053 <key key="highway" value="path" />
1054 <optional>
1055 <reference ref="name_layer" />
1056 <reference ref="surface_smoothness" />
1057 <reference ref="highway_yesno_incline_oneway_lit_width" />
1058 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
1059 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
1060 <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" />
1061 <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" />
1062 <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" />
1063 <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" />
1064 <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" />
1065 </combo>
1066 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1067 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
1068 <check key="segregated" text="Segregated" />
1069 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1070 <reference ref="wheelchair" />
1071 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1072 <reference ref="path_access_modes" />
1073 </optional>
1074 <reference ref="link_road_access_restrictions" />
1075 </item> <!-- Path -->
1076 <separator/>
1077 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
1078 <link wiki="Tag:highway=bridleway" />
1079 <key key="highway" value="bridleway" />
1080 <optional>
1081 <reference ref="name_layer" />
1082 <text key="maxspeed" text="Max. speed (km/h)" />
1083 <reference ref="surface_smoothness" />
1084 <reference ref="highway_yesno_incline_oneway_lit_width" />
1085 <check key="segregated" text="Segregated" />
1086 <space />
1087 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1088 <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." />
1089 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1090 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1091 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1092 <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1093 <reference ref="wheelchair" />
1094 <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1095 <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" />
1096 <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1097 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1098 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1099 </optional>
1100 <reference ref="link_road_access_restrictions" />
1101 </item> <!-- Dedicated Bridleway -->
1102 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1103 <link wiki="Bicycle" />
1104 <space />
1105 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1106 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1107 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1108 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1109 <space />
1110 <optional text="Edit Highway Attributes:">
1111 <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" />
1112 <check key="oneway" text="Oneway" />
1113 </optional>
1114 </item> <!-- Cycle Lane/Track -->
1115 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1116 <link wiki="Tag:highway=cycleway" />
1117 <key key="highway" value="cycleway" />
1118 <optional>
1119 <reference ref="name_layer" />
1120 <reference ref="surface_smoothness" />
1121 <reference ref="highway_yesno_incline_oneway_lit_width" />
1122 <check key="segregated" text="Segregated" />
1123 <space />
1124 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1125 <label text="Globally, `bicycle=designated` is implied." />
1126 <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1127 <reference ref="wheelchair" />
1128 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1129 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1130 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1131 <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
1132 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1133 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1134 </optional>
1135 <reference ref="link_road_access_restrictions" />
1136 </item> <!-- Dedicated Cycleway -->
1137 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1138 <link wiki="Tag:highway=path" />
1139 <key key="highway" value="path" />
1140 <key key="bicycle" value="designated" />
1141 <key key="foot" value="designated" />
1142 <key key="segregated" value="yes" />
1143 <optional>
1144 <reference ref="name_layer" />
1145 <reference ref="surface_smoothness" />
1146 <reference ref="highway_yesno_incline_oneway_lit_width" />
1147 <space />
1148 <reference ref="wheelchair" />
1149 <reference ref="path_access_modes" />
1150 </optional>
1151 <reference ref="link_road_access_restrictions" />
1152 </item> <!-- Segregated Foot- and Cycleway -->
1153 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1154 <link wiki="Tag:highway=path" />
1155 <key key="highway" value="path" />
1156 <key key="bicycle" value="designated" />
1157 <key key="foot" value="designated" />
1158 <key key="segregated" value="no" />
1159 <optional>
1160 <reference ref="name_layer" />
1161 <reference ref="surface_smoothness" />
1162 <reference ref="highway_yesno_incline_oneway_lit_width" />
1163 <check key="passing_places" text="Passing Places" />
1164 <space />
1165 <reference ref="wheelchair" />
1166 <reference ref="path_access_modes" />
1167 </optional>
1168 <reference ref="link_road_access_restrictions" />
1169 </item> <!-- Combined Foot- and Cycleway -->
1170 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1171 <link wiki="Tag:highway=footway" />
1172 <key key="highway" value="footway" />
1173 <optional>
1174 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
1175 <reference ref="name_layer" />
1176 <reference ref="surface_smoothness" />
1177 <reference ref="highway_yesno_incline_oneway_lit_width" />
1178 <check key="segregated" text="Segregated" />
1179 <reference ref="wheelchair" />
1180 <space />
1181 <label text="Depending on the country, several access tags are implied and do not need to be set." />
1182 <label text="Globally, `foot=designated` is implied." />
1183 <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
1184 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
1185 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1186 <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
1187 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
1188 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
1189 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
1190 </optional>
1191 <reference ref="link_road_access_restrictions" />
1192 </item> <!-- Dedicated Footway -->
1193 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1194 <link wiki="Tag:highway=steps" />
1195 <key key="highway" value="steps" />
1196 <optional>
1197 <text key="name" text="Name" />
1198 <text key="level" text="Storey" />
1199 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1200 <reference ref="surface" />
1201 <text key="step_count" text="Amount of Steps" />
1202 <space />
1203 <check key="ramp" text="Ramp" />
1204 <checkgroup columns="2" >
1205 <check key="ramp:stroller" text="Stroller ramp" />
1206 <check key="ramp:bicycle" text="Bicycle ramp" />
1207 </checkgroup>
1208 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1209 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1210 <space />
1211 <check key="handrail" text="Handrail" />
1212 <checkgroup columns="3" >
1213 <check key="handrail:left" text="Left handrail" />
1214 <check key="handrail:center" text="Center handrail" />
1215 <check key="handrail:right" text="Right handrail" />
1216 </checkgroup>
1217 <space />
1218 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1219 <space />
1220 <reference ref="highway_yesno_incline_oneway_lit_width" />
1221 </optional>
1222 </item> <!-- Steps -->
1223 </group> <!-- Ways -->
1224 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1225 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
1226 <link wiki="Tag:highway=motorway_junction" />
1227 <space />
1228 <key key="highway" value="motorway_junction" />
1229 <text key="name" text="Name" />
1230 <check key="noname" text="Junction has no name" disable_off="true" />
1231 <text key="ref" text="Number" />
1232 <check key="noref" text="Junction has no reference" disable_off="true" />
1233 </item> <!-- Motorway Junction -->
1234 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1235 <link wiki="Tag:highway=services" />
1236 <key key="highway" value="services" />
1237 <optional>
1238 <text key="name" text="Name" />
1239 <text key="operator" text="Operator" />
1240 <check key="toilets" text="Toilets" />
1241 </optional>
1242 </item> <!-- Services -->
1243 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1244 <link wiki="Tag:highway=rest_area" />
1245 <key key="highway" value="rest_area" />
1246 <optional>
1247 <text key="name" text="Name" />
1248 <check key="toilets" text="Toilets" />
1249 <check key="drinking_water" text="Drinking Water" />
1250 </optional>
1251 </item> <!-- Rest Area -->
1252 <separator/>
1253 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1254 <link wiki="Tag:highway=traffic_signals" />
1255 <key key="highway" value="traffic_signals" />
1256 <optional>
1257 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1258 </optional>
1259 <optional text="Optional crossing attributes:">
1260 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1261 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1262 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1263 <check key="crossing:island" text="With island" />
1264 <check key="button_operated" text="Button operated" />
1265 <check key="traffic_signals:sound" text="Sound signals" />
1266 <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" />
1267 <check key="bicycle" text="Cross by bicycle" />
1268 <check key="horse" text="Cross on horseback" />
1269 </optional>
1270 <optional text="Optional values for specific countries">
1271 <text key="name" text="Name" />
1272 </optional>
1273 </item> <!-- Traffic Signal -->
1274 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1275 <link wiki="Tag:highway=stop" />
1276 <key key="highway" value="stop" />
1277 <optional>
1278 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1279 </optional>
1280 </item> <!-- Stop -->
1281 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1282 <link wiki="Tag:highway=give_way" />
1283 <key key="highway" value="give_way" />
1284 <optional>
1285 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1286 </optional>
1287 </item> <!-- Give Way -->
1288 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1289 <link wiki="Tag:cycleway=asl" />
1290 <key key="cycleway" value="asl" />
1291 </item> <!-- Advanced stop line -->
1292 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1293 <link wiki="Tag:highway=mini_roundabout" />
1294 <key key="highway" value="mini_roundabout" />
1295 <space />
1296 <combo key="direction" text="Direction" values="clockwise" />
1297 </item> <!-- Mini-Roundabout -->
1298 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1299 <link wiki="Key:crossing" />
1300 <space />
1301 <key key="highway" value="crossing" />
1302 <combo key="crossing" text="Pedestrian crossing type" >
1303 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1304 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1305 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
1306 </combo>
1307 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1308 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1309 <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" />
1310 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1311 <check key="crossing:island" text="With island" />
1312 <check key="bicycle" text="Cross by bicycle" />
1313 <check key="horse" text="Cross on horseback" />
1314 <label text="In case of traffic signals:" />
1315 <check key="button_operated" text="Button operated" />
1316 <check key="traffic_signals:sound" text="Sound signals" />
1317 </item> <!-- Pedestrian Crossing -->
1318 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1319 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
1320 <link wiki="Key:traffic_calming" />
1321 <space />
1322 <key key="traffic_calming" value="bump" />
1323 </item> <!-- Bump -->
1324 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1325 <link wiki="Key:traffic_calming" />
1326 <space />
1327 <key key="traffic_calming" value="hump" />
1328 </item> <!-- Hump -->
1329 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
1330 <link wiki="Key:traffic_calming" />
1331 <space />
1332 <key key="traffic_calming" value="table" />
1333 </item> <!-- Table -->
1334 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1335 <link wiki="Key:traffic_calming" />
1336 <space />
1337 <key key="traffic_calming" value="cushion" />
1338 </item> <!-- Cushion -->
1339 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1340 <link wiki="Key:traffic_calming" />
1341 <space />
1342 <key key="traffic_calming" value="rumble_strip" />
1343 </item> <!-- Rumble strip -->
1344 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
1345 <link wiki="Key:traffic_calming" />
1346 <space />
1347 <key key="traffic_calming" value="dip" />
1348 </item> <!-- Dip -->
1349 <separator/>
1350 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
1351 <link wiki="Key:traffic_calming" />
1352 <space />
1353 <key key="traffic_calming" value="chicane" />
1354 </item> <!-- Chicane -->
1355 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
1356 <link wiki="Key:traffic_calming" />
1357 <space />
1358 <key key="traffic_calming" value="choker" />
1359 </item> <!-- Choker -->
1360 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1361 <link wiki="Key:traffic_calming" />
1362 <space />
1363 <key key="traffic_calming" value="island" />
1364 </item> <!-- Island -->
1365 </group> <!-- Traffic Calming -->
1366 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1367 <link wiki="Tag:highway=passing_place" />
1368 <key key="highway" value="passing_place" />
1369 </item> <!-- Passing Place -->
1370 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1371 <link wiki="Tag:highway=turning_circle" />
1372 <key key="highway" value="turning_circle" />
1373 </item> <!-- Turning Circle -->
1374 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1375 <link wiki="Tag:highway=turning_loop" />
1376 <key key="highway" value="turning_loop" />
1377 </item> <!-- Turning Loop -->
1378 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1379 <link wiki="Tag:traffic_sign=city_limit" />
1380 <space />
1381 <key key="traffic_sign" value="city_limit" />
1382 <text key="name" text="Name" />
1383 <optional>
1384 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
1385 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1386 </optional>
1387 </item> <!-- City Limit -->
1388 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1389 <link wiki="Key:traffic_sign" />
1390 <space />
1391 <key key="traffic_sign" value="maxspeed" />
1392 <text key="maxspeed" text="Max. speed (km/h)" />
1393 <optional>
1394 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1395 </optional>
1396 </item> <!-- Speed Limit -->
1397 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1398 <link wiki="Tag:highway=speed_camera" />
1399 <key key="highway" value="speed_camera" />
1400 <optional>
1401 <text key="maxspeed" text="Max. speed (km/h)" />
1402 </optional>
1403 </item> <!-- Speed Camera -->
1404 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
1405 <link wiki="Tag:highway=toll_gantry" />
1406 <key key="highway" value="toll_gantry" />
1407 <optional>
1408 <text key="operator" text="Operator" />
1409 </optional>
1410 </item> <!-- Toll gantry -->
1411 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1412 <link wiki="Tag:highway=traffic_mirror" />
1413 <key key="highway" value="traffic_mirror" />
1414 </item> <!-- Traffic Mirror -->
1415 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1416 <link wiki="Tag:highway=milestone" />
1417 <key key="highway" value="milestone" />
1418 <text key="distance" text="Distance (kilometers)" />
1419 <text key="ref" text="Reference" />
1420 </item> <!-- Highway Milestone -->
1421 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1422 <link wiki="Tag:junction=yes" />
1423 <key key="junction" value="yes" />
1424 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1425 <text key="name" text="Name" />
1426 </item> <!-- Named Junction -->
1427 <separator/>
1428 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1429 <link wiki="Tag:highway=elevator" />
1430 <key key="highway" value="elevator" />
1431 <text key="capacity:persons" text="Capacity (persons)" />
1432 <text key="maxweight" text="Max. weight (tonnes)" />
1433 <text key="level" text="Storey" />
1434 <optional>
1435 <text key="manufacturer" text="Manufacturer" />
1436 <reference ref="name_ref_operator" />
1437 <reference ref="oh_wheelchair" />
1438 <check key="handrail" text="Handrail" />
1439 <check key="bicycle" text="Bicycle" />
1440 <check key="indoor" text="Indoor" />
1441 <reference ref="fee" />
1442 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
1443 <reference ref="POI_access" />
1444 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1445 </optional>
1446 </item> <!-- Elevator -->
1447 <separator/>
1448 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1449 <link wiki="Tag:amenity=grit_bin" />
1450 <key key="amenity" value="grit_bin" />
1451 </item> <!-- Grit Bin -->
1452 <separator/>
1453 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1454 <link wiki="Key:mountain_pass" />
1455 <key key="mountain_pass" value="yes" />
1456 <optional>
1457 <text key="name" text="Name" />
1458 <text key="ele" text="Elevation (meters)" length="10" />
1459 <text key="wikipedia" text="Wikipedia" />
1460 </optional>
1461 </item> <!-- Mountain Pass -->
1462 </group> <!-- Waypoints -->
1463 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1464 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1465 <link wiki="Tag:barrier=block" />
1466 <key key="barrier" value="block" />
1467 <reference ref="barrier_4" />
1468 <optional>
1469 <text key="maxwidth" text="Max. width (meters)" length="7" />
1470 <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
1471 </optional>
1472 </item> <!-- Block -->
1473 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1474 <link wiki="Tag:barrier=bollard" />
1475 <space />
1476 <key key="barrier" value="bollard" />
1477 <combo key="bollard" text="Bollard type" values="rising,removable" />
1478 <reference ref="barrier_4" />
1479 <optional>
1480 <text key="maxwidth" text="Max. width (meters)" length="7" />
1481 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1482 </optional>
1483 </item> <!-- Bollard -->
1484 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1485 <link wiki="Tag:barrier=cycle_barrier" />
1486 <key key="barrier" value="cycle_barrier" />
1487 <reference ref="barrier_4" />
1488 <reference ref="optional_maxwidth" />
1489 </item> <!-- Cycle Barrier -->
1490 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1491 <link wiki="Tag:barrier=cattle_grid" />
1492 <key key="barrier" value="cattle_grid" />
1493 <reference ref="barrier_4" />
1494 </item> <!-- Cattle Grid -->
1495 <item name="Bus Trap" type="node" preset_name_label="true">
1496 <link wiki="Tag:barrier=bus_trap" />
1497 <key key="barrier" value="bus_trap" />
1498 <reference ref="optional_maxwidth" />
1499 </item> <!-- Bus Trap -->
1500 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1501 <link wiki="Tag:barrier=spikes" />
1502 <key key="barrier" value="spikes" />
1503 <reference ref="barrier_5" />
1504 </item> <!-- Spikes -->
1505 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
1506 <link wiki="Tag:barrier=toll_booth" />
1507 <key key="barrier" value="toll_booth" />
1508 <optional>
1509 <text key="name" text="Name" />
1510 <text key="operator" text="Operator" />
1511 </optional>
1512 </item> <!-- Toll Booth -->
1513 <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
1514 <link wiki="Tag:barrier=border_control" />
1515 <key key="barrier" value="border_control" />
1516 <reference ref="barrier_5" />
1517 </item> <!-- Border Control -->
1518 <separator/> <!-- *** Linear Barriers *** -->
1519 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1520 <link wiki="Tag:barrier=hedge" />
1521 <space />
1522 <key key="barrier" value="hedge" />
1523 <reference ref="leaf" />
1524 <optional>
1525 <reference ref="genus_species_taxon" />
1526 <text key="height" text="Height (meters)" length="7" />
1527 </optional>
1528 </item> <!-- Hedge -->
1529 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1530 <link wiki="Tag:barrier=fence" />
1531 <key key="barrier" value="fence" />
1532 <optional>
1533 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1534 <text key="height" text="Height (meters)" length="7" />
1535 </optional>
1536 </item> <!-- Fence -->
1537 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1538 <link wiki="Tag:barrier=handrail" />
1539 <key key="barrier" value="handrail" />
1540 <optional>
1541 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1542 <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" />
1543 </optional>
1544 </item> <!-- Handrail -->
1545 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1546 <link wiki="Tag:barrier=cable_barrier" />
1547 <key key="barrier" value="cable_barrier" />
1548 <reference ref="optional_height" />
1549 </item> <!-- Cable barrier -->
1550 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1551 <link wiki="Tag:barrier=guard_rail" />
1552 <key key="barrier" value="guard_rail" />
1553 <reference ref="optional_height" />
1554 </item> <!-- Guard Rail -->
1555 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1556 <link wiki="Tag:barrier=wall" />
1557 <key key="barrier" value="wall" />
1558 <reference ref="optional_height" />
1559 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1560 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1561 </item> <!-- Wall -->
1562 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1563 <link wiki="Tag:barrier=city_wall" />
1564 <key key="barrier" value="city_wall" />
1565 <reference ref="optional_height" />
1566 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1567 </item> <!-- City Wall -->
1568 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1569 <link wiki="Tag:barrier=retaining_wall" />
1570 <key key="barrier" value="retaining_wall" />
1571 <reference ref="optional_height" />
1572 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1573 </item> <!-- Retaining Wall -->
1574 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1575 <link wiki="Tag:barrier=jersey_barrier" />
1576 <key key="barrier" value="jersey_barrier" />
1577 <combo key="material" text="Material" values="concrete,plastic" />
1578 </item> <!-- Jersey Barrier -->
1579 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1580 <link wiki="Tag:barrier=ditch" />
1581 <key key="barrier" value="ditch" />
1582 <optional>
1583 <text key="width" text="Width (meters)" length="7" />
1584 </optional>
1585 </item> <!-- Ditch -->
1586 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1587 <link wiki="Tag:barrier=kerb" />
1588 <key key="barrier" value="kerb" />
1589 <reference ref="optional_height" />
1590 <reference ref="wheelchair" />
1591 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1592 </item> <!-- Kerb -->
1593 <separator/> <!-- *** Access *** -->
1594 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1595 <link wiki="Tag:barrier=entrance" />
1596 <key key="barrier" value="entrance" />
1597 <reference ref="barrier_5" />
1598 <reference ref="optional_maxwidth" />
1599 </item> <!-- Entrance (Barrier Opening) -->
1600 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1601 <link wiki="Tag:barrier=gate" />
1602 <key key="barrier" value="gate" />
1603 <reference ref="barrier_5" />
1604 <reference ref="optional_maxheight_maxwidth" />
1605 <reference ref="highway_access" />
1606 </item> <!-- Gate -->
1607 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1608 <link wiki="Tag:barrier=lift_gate" />
1609 <key key="barrier" value="lift_gate" />
1610 <reference ref="barrier_5" />
1611 <reference ref="optional_maxwidth" />
1612 <reference ref="highway_access" />
1613 </item> <!-- Lift Gate -->
1614 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1615 <link wiki="Tag:barrier=swing_gate" />
1616 <key key="barrier" value="swing_gate" />
1617 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
1618 <reference ref="barrier_5" />
1619 <reference ref="optional_maxwidth" />
1620 <reference ref="highway_access" />
1621 </item> <!-- Swing Gate -->
1622 <item name="Hampshire Gate" type="node" preset_name_label="true">
1623 <link wiki="Tag:barrier=hampshire_gate" />
1624 <key key="barrier" value="hampshire_gate" />
1625 <reference ref="barrier_5" />
1626 <reference ref="optional_maxwidth" />
1627 </item> <!-- Hampshire Gate -->
1628 <item name="Bump Gate" type="node" preset_name_label="true">
1629 <link wiki="Tag:barrier=bump_gate" />
1630 <key key="barrier" value="bump_gate" />
1631 <reference ref="barrier_5" />
1632 <reference ref="optional_maxwidth" />
1633 </item> <!-- Bump Gate -->
1634 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1635 <link wiki="Tag:barrier=kissing_gate" />
1636 <key key="barrier" value="kissing_gate" />
1637 <reference ref="barrier_2" />
1638 <reference ref="optional_maxwidth" />
1639 </item> <!-- Kissing Gate -->
1640 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1641 <link wiki="Tag:barrier=chain" />
1642 <key key="barrier" value="chain" />
1643 <reference ref="barrier_5" />
1644 <reference ref="optional_maxwidth" />
1645 </item> <!-- Chain -->
1646 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1647 <link wiki="Tag:barrier=stile" />
1648 <space />
1649 <key key="barrier" value="stile" />
1650 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
1651 <optional>
1652 <combo key="material" text="Material" values="metal,stone,wood" />
1653 </optional>
1654 <reference ref="barrier_2" />
1655 </item> <!-- Stile -->
1656 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1657 <link wiki="Tag:barrier=turnstile" />
1658 <key key="barrier" value="turnstile" />
1659 <reference ref="barrier_2" />
1660 </item> <!-- Turnstile -->
1661 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1662 <link wiki="Tag:barrier=sally_port" />
1663 <key key="barrier" value="sally_port" />
1664 <reference ref="barrier_5" />
1665 <reference ref="optional_maxheight_maxwidth" />
1666 </item> <!-- Sally Port -->
1667 </group> <!-- Barriers -->
1668 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1669 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1670 <link wiki="Key:tunnel" />
1671 <key key="tunnel" value="yes" />
1672 <optional>
1673 <text key="name" text="Name" />
1674 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1675 <text key="width" text="Width (meters)" />
1676 <text key="maxheight" text="Max. height (meters)" />
1677 <space />
1678 <text key="maxspeed" text="Max. speed (km/h)" />
1679 <text key="maxspeed:forward" text="Max. speed in way direction" />
1680 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1681 <space />
1682 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1683 <check key="toll" text="Toll" />
1684 </optional>
1685 </item> <!-- Tunnel -->
1686 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1687 <link wiki="Key:tunnel" />
1688 <key key="tunnel" value="building_passage" />
1689 <optional>
1690 <reference ref="name_layer" />
1691 <text key="width" text="Width (meters)" />
1692 <text key="maxheight" text="Max. height (meters)" />
1693 <text key="maxspeed" text="Max. speed (km/h)" />
1694 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1695 </optional>
1696 </item> <!-- Building Passage -->
1697 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1698 <link wiki="Key:covered" />
1699 <space />
1700 <key key="covered" value="arcade" />
1701 <check key="arcade:left" value_on="open" text="Open on left side" />
1702 <check key="arcade:right" value_on="open" text="Open on right side" />
1703 <optional>
1704 <reference ref="name_layer" />
1705 <text key="width" text="Width (meters)" />
1706 </optional>
1707 </item> <!-- Arcade -->
1708 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1709 <link wiki="Key:covered" />
1710 <space />
1711 <key key="covered" value="colonnade" />
1712 <check key="colonnade:left" value_on="open" text="Open on left side" />
1713 <check key="colonnade:right" value_on="open" text="Open on right side" />
1714 <optional>
1715 <reference ref="name_layer" />
1716 <text key="width" text="Width (meters)" />
1717 </optional>
1718 </item> <!-- Colonnade -->
1719 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1720 <link wiki="Key:tunnel" />
1721 <space />
1722 <key key="tunnel" value="avalanche_protector" />
1723 <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
1724 <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
1725 <optional>
1726 <reference ref="name_layer" />
1727 <text key="width" text="Width (meters)" />
1728 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1729 </optional>
1730 </item> <!-- Avalanche Protector -->
1731 </group> <!-- Passageways -->
1732 </group> <!-- Highways -->
1733 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1734 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1735 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1736 <link wiki="Tag:waterway=river" />
1737 <space />
1738 <key key="waterway" value="river" />
1739 <text key="name" text="Name" />
1740 <optional>
1741 <reference ref="waterway_wikipedia" />
1742 <check key="lock" text="Lock" disable_off="true" />
1743 </optional>
1744 <reference ref="water_access" />
1745 </item> <!-- River -->
1746 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1747 <link wiki="Tag:waterway=stream" />
1748 <space />
1749 <key key="waterway" value="stream" />
1750 <text key="name" text="Name" />
1751 <optional>
1752 <reference ref="waterway_wikipedia" />
1753 </optional>
1754 <reference ref="water_access" />
1755 </item> <!-- Stream -->
1756 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1757 <link wiki="Tag:waterway=tidal_channel" />
1758 <space />
1759 <key key="waterway" value="tidal_channel" />
1760 <optional>
1761 <text key="name" text="Name" />
1762 <check key="salt" text="Salt Water" disable_off="true" />
1763 <check key="intermittent" text="Intermittent" disable_off="true" />
1764 <check key="seasonal" text="Seasonal" disable_off="true" />
1765 <text key="width" text="Width (meters)" />
1766 <text key="wikipedia" text="Wikipedia" />
1767 </optional>
1768 </item> <!-- Tidal channel -->
1769 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1770 <link wiki="Tag:waterway=canal" />
1771 <space />
1772 <key key="waterway" value="canal" />
1773 <text key="name" text="Name" />
1774 <optional>
1775 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1776 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1777 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1778 <text key="width" text="Width (meters)" />
1779 <text key="wikipedia" text="Wikipedia" />
1780 <check key="lock" text="Lock" disable_off="true" />
1781 </optional>
1782 <reference ref="water_access" />
1783 </item> <!-- Canal -->
1784 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1785 <link wiki="Tag:waterway=drain" />
1786 <space />
1787 <key key="waterway" value="drain" />
1788 <optional>
1789 <text key="name" text="Name" />
1790 <reference ref="waterway" />
1791 </optional>
1792 </item> <!-- Drain -->
1793 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1794 <link wiki="Tag:waterway=ditch" />
1795 <space />
1796 <key key="waterway" value="ditch" />
1797 <optional>
1798 <text key="name" text="Name" />
1799 <reference ref="waterway" />
1800 </optional>
1801 </item> <!-- Ditch -->
1802 <separator/>
1803 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1804 <link wiki="Tag:natural=spring" />
1805 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1806 <space />
1807 <key key="natural" value="spring" />
1808 <text key="name" text="Name" />
1809 <check key="drinking_water" text="Drinking Water" />
1810 </item> <!-- Spring -->
1811 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1812 <link wiki="Tag:waterway=waterfall" />
1813 <space />
1814 <key key="waterway" value="waterfall" />
1815 <reference ref="name_wikipedia" />
1816 <text key="height" text="Height (meters)" length="7" />
1817 </item> <!-- Waterfall -->
1818 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1819 <link wiki="Tag:waterway=weir" />
1820 <space />
1821 <key key="waterway" value="weir" />
1822 <text key="name" text="Name" />
1823 </item> <!-- Weir -->
1824 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1825 <link wiki="Tag:waterway=dam" />
1826 <space />
1827 <key key="waterway" value="dam" />
1828 <reference ref="name_wikipedia" />
1829 </item> <!-- Dam -->
1830 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1831 <link wiki="Tag:man_made=dyke" />
1832 <space />
1833 <key key="man_made" value="dyke" />
1834 </item> <!-- Levee -->
1835 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1836 <link wiki="Tag:man_made=groyne" />
1837 <key key="man_made" value="groyne" />
1838 </item> <!-- Groyne -->
1839 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1840 <link wiki="Tag:man_made=breakwater" />
1841 <space />
1842 <key key="man_made" value="breakwater" />
1843 <text key="ref" text="Reference" />
1844 <text key="name" text="Name" />
1845 </item> <!-- Breakwater -->
1846 <separator/>
1847 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1848 <link wiki="Tag:tunnel=culvert" />
1849 <key key="tunnel" value="culvert" />
1850 <optional>
1851 <text key="name" text="Name" />
1852 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1853 <text key="width" text="Width (meters)" />
1854 </optional>
1855 </item> <!-- Culvert -->
1856 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
1857 <link wiki="Tag:usage=penstock" />
1858 <key key="waterway" value="pressurised" />
1859 <key key="man_made" value="pipeline" />
1860 <key key="substance" value="water" />
1861 <key key="usage" value="penstock" />
1862 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
1863 <optional>
1864 <text key="name" text="Name" />
1865 <text key="operator" text="Operator" />
1866 <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" />
1867 <text key="pressure" text="Pressure (bar)" />
1868 <combo key="material" text="Material" values="metal,steel" />
1869 </optional>
1870 </item> <!-- Penstock -->
1871 <separator/>
1872 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
1873 <link wiki="Tag:landuse=basin" />
1874 <space />
1875 <key key="landuse" value="basin" />
1876 <combo key="basin" text="Type" values="retention,infiltration,detention" />
1877 <reference ref="optional_name" />
1878 </item> <!-- Basin -->
1879 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
1880 <link wiki="Tag:landuse=reservoir" />
1881 <space />
1882 <key key="landuse" value="reservoir" />
1883 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
1884 <reference ref="optional_name" />
1885 </item> <!-- Reservoir -->
1886 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
1887 <link wiki="Tag:man_made=reservoir_covered" />
1888 <space />
1889 <key key="man_made" value="reservoir_covered" />
1890 <reference ref="optional_name" />
1891 </item> <!-- Covered Reservoir -->
1892 <separator/>
1893 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
1894 <link wiki="Tag:natural=water" />
1895 <label text="A body of standing water, such as a lake or pond." />
1896 <space />
1897 <key key="natural" value="water" />
1898 <text key="name" text="Name" />
1899 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
1900 <check key="salt" text="Salt Water" disable_off="true" />
1901 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1902 <check key="tidal" text="In the tidal range" disable_off="true" />
1903 <text key="ele" text="Elevation (meters)" length="10" />
1904 <text key="wikipedia" text="Wikipedia" />
1905 <reference ref="water_access" />
1906 </item> <!-- Water -->
1907 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
1908 <link wiki="Tag:natural=coastline" />
1909 <label text="Line between the sea and land (with the water on the right side of the way)." />
1910 <space />
1911 <key key="natural" value="coastline" />
1912 <text key="name" text="Name" />
1913 </item> <!-- Coastline -->
1914 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
1915 <link wiki="Tag:waterway=riverbank" />
1916 <space />
1917 <key key="waterway" value="riverbank" />
1918 <text key="name" text="Name" />
1919 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1920 <check key="tidal" text="In the tidal range" disable_off="true" />
1921 </item> <!-- Riverbank -->
1922 <separator/>
1923 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
1924 <link wiki="Tag:natural=wetland" />
1925 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
1926 <space />
1927 <key key="natural" value="wetland" />
1928 <text key="name" text="Name" />
1929 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
1930 <check key="seasonal" text="Seasonal" disable_off="true" />
1931 </item> <!-- Wetland -->
1932 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
1933 <link wiki="Tag:natural=mud" />
1934 <label text="Large area covered with mud." />
1935 <space />
1936 <key key="natural" value="mud" />
1937 <text key="name" text="Name" />
1938 </item> <!-- Mud -->
1939 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
1940 <link wiki="Tag:natural=beach" />
1941 <label text="A flat area of sand, gravel or pebble next to water." />
1942 <space />
1943 <key key="natural" value="beach" />
1944 <reference ref="name_wikipedia" />
1945 <optional>
1946 <reference ref="supervised" />
1947 <reference ref="oh_wheelchair" />
1948 <reference ref="POI_access" />
1949 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
1950 <combo key="sport" text="Sport" values="swimming,surfing" />
1951 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
1952 </optional>
1953 </item> <!-- Beach -->
1954 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1955 <link wiki="Tag:natural=bay" />
1956 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
1957 <space />
1958 <key key="natural" value="bay" />
1959 <text key="name" text="Name" />
1960 <optional>
1961 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
1962 </optional>
1963 </item> <!-- Bay -->
1964 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
1965 <link wiki="Tag:natural=cape" />
1966 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
1967 <space />
1968 <key key="natural" value="cape" />
1969 <text key="name" text="Name" />
1970 </item> <!-- Cape -->
1971 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1972 <link wiki="Tag:natural=strait" />
1973 <space />
1974 <key key="natural" value="strait" />
1975 <text key="name" text="Name" />
1976 </item> <!-- Strait -->
1977 </group> <!-- Water -->
1978 <group name="Shipping" icon="presets/nautical/ferry.svg">
1979 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
1980 <link wiki="Tag:amenity=ferry_terminal" />
1981 <space />
1982 <key key="amenity" value="ferry_terminal" />
1983 <text key="name" text="Name" />
1984 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
1985 </item> <!-- Ferry Terminal -->
1986 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
1987 <link wiki="Tag:route=ferry" />
1988 <key key="route" value="ferry" />
1989 <optional>
1990 <reference ref="name_ref_operator" />
1991 <reference ref="wheelchair" />
1992 <space />
1993 <reference ref="oh" />
1994 <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" />
1995 <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" />
1996 <reference ref="fee" />
1997 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
1998 <check key="ferry:cable" text="Reaction ferry" />
1999 </optional>
2000 <reference ref="link_road_access_restrictions" />
2001 </item> <!-- Ferry Route -->
2002 <separator/>
2003 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
2004 <link wiki="Tag:leisure=marina" />
2005 <space />
2006 <key key="leisure" value="marina" />
2007 <text key="name" text="Name" />
2008 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
2009 </item> <!-- Marina -->
2010 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2011 <link wiki="Tag:waterway=fuel"/>
2012 <space />
2013 <key key="waterway" value="fuel" />
2014 <optional>
2015 <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" />
2016 <reference ref="name_operator" />
2017 <reference ref="oh" />
2018 <space />
2019 <label text="Fuel types:" />
2020 <checkgroup columns="2">
2021 <check key="fuel:diesel" text="Diesel" />
2022 <check key="fuel:biodiesel" text="Bio Diesel" />
2023 <check key="fuel:octane_80" text="Octane 80" />
2024 <check key="fuel:octane_87" text="Octane 87" />
2025 <check key="fuel:octane_91" text="Octane 91" />
2026 <check key="fuel:octane_92" text="Octane 92" />
2027 <check key="fuel:octane_95" text="Octane 95" />
2028 <check key="fuel:octane_98" text="Octane 98" />
2029 <check key="fuel:octane_100" text="Octane 100" />
2030 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2031 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2032 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2033 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2034 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2035 </checkgroup>
2036 </optional>
2037 <reference ref="link_contact_address_payment" />
2038 </item> <!-- Marine Fuel -->
2039 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2040 <link wiki="Tag:man_made=pier" />
2041 <space />
2042 <key key="man_made" value="pier" />
2043 <text key="name" text="Name" />
2044 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
2045 <check key="floating" text="Floating" />
2046 </item> <!-- Pier -->
2047 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
2048 <link wiki="Tag:waterway=lock_gate" />
2049 <key key="waterway" value="lock_gate" />
2050 </item> <!-- Lock Gate -->
2051 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
2052 <link wiki="Tag:waterway=turning_point" />
2053 <key key="waterway" value="turning_point" />
2054 </item> <!-- Turning Point -->
2055 <separator/>
2056 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
2057 <link wiki="Tag:leisure=slipway" />
2058 <key key="leisure" value="slipway" />
2059 <optional>
2060 <text key="name" text="Name" />
2061 </optional>
2062 </item> <!-- Slipway -->
2063 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2064 <link wiki="Tag:waterway=boatyard" />
2065 <space />
2066 <key key="waterway" value="boatyard" />
2067 <text key="name" text="Name" />
2068 </item> <!-- Boatyard -->
2069 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
2070 <link wiki="Tag:waterway=dock" />
2071 <space />
2072 <key key="waterway" value="dock" />
2073 <text key="name" text="Name" />
2074 </item> <!-- Dock -->
2075 </group> <!-- Shipping -->
2076 </group> <!-- Water -->
2077 <group name="Transport" icon="presets/transport/railway/rail.svg">
2078 <group name="Railway" icon="presets/transport/railway/rail.svg">
2079 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
2080 <link wiki="Tag:railway=rail" />
2081 <key key="railway" value="rail" />
2082 <optional>
2083 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2084 <reference ref="railway_service_gauge_electrified_yesno" />
2085 </optional>
2086 </item> <!-- Rail -->
2087 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
2088 <link wiki="Tag:railway=narrow_gauge" />
2089 <key key="railway" value="narrow_gauge" />
2090 <optional>
2091 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2092 <reference ref="railway_service_gauge_electrified_yesno" />
2093 </optional>
2094 </item> <!-- Narrow Gauge Rail -->
2095 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
2096 <link wiki="Tag:railway=monorail" />
2097 <key key="railway" value="monorail" />
2098 <optional>
2099 <reference ref="railway_service" />
2100 <reference ref="railway_electrified_yesno" />
2101 </optional>
2102 </item> <!-- Monorail -->
2103 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
2104 <link wiki="Tag:railway=preserved" />
2105 <key key="railway" value="preserved" />
2106 <optional>
2107 <reference ref="railway_service_gauge_electrified_yesno" />
2108 </optional>
2109 </item> <!-- Preserved -->
2110 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
2111 <link wiki="Tag:railway=light_rail" />
2112 <key key="railway" value="light_rail" />
2113 <optional>
2114 <reference ref="railway_service_gauge_electrified_yesno" />
2115 </optional>
2116 </item> <!-- Light Rail -->
2117 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
2118 <link wiki="Tag:railway=subway" />
2119 <key key="railway" value="subway" />
2120 <optional>
2121 <reference ref="railway_service_gauge_electrified_yesno" />
2122 </optional>
2123 </item> <!-- Subway -->
2124 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
2125 <link wiki="Tag:railway=tram" />
2126 <key key="railway" value="tram" />
2127 <optional>
2128 <reference ref="railway_service_gauge_electrified_yesno" />
2129 </optional>
2130 </item> <!-- Tram -->
2131 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2132 <link wiki="Tag:railway=funicular" />
2133 <key key="railway" value="funicular" />
2134 <optional>
2135 <reference ref="railway_service_gauge_electrified_yesno" />
2136 </optional>
2137 </item> <!-- Funicular -->
2138 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2139 <link wiki="Tag:highway=bus_guideway" />
2140 <key key="highway" value="bus_guideway" />
2141 <optional>
2142 <text key="name" text="Name" />
2143 <reference ref="highway_yesno" />
2144 <check key="oneway" text="Oneway" />
2145 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
2146 <reference ref="surface_smoothness" />
2147 <text key="maxspeed" text="Max. speed (km/h)" />
2148 <text key="width" text="Width (meters)" />
2149 </optional>
2150 </item> <!-- Bus Guideway -->
2151 <separator/>
2152 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2153 <link wiki="Key:construction" />
2154 <key key="railway" value="construction" />
2155 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2156 <optional>
2157 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2158 <reference ref="railway_service_gauge_electrified_yesno" />
2159 </optional>
2160 </item> <!-- Railway construction -->
2161 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2162 <link wiki="Tag:railway=disused" />
2163 <key key="railway" value="disused" />
2164 <optional>
2165 <reference ref="railway_service" />
2166 <reference ref="highway_yesno" />
2167 </optional>
2168 </item> <!-- Disused Rail -->
2169 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2170 <link wiki="Tag:railway=abandoned" />
2171 <key key="railway" value="abandoned" />
2172 <optional>
2173 <reference ref="railway_service" />
2174 <reference ref="highway_yesno" />
2175 </optional>
2176 </item> <!-- Abandoned Rail -->
2177 <separator/>
2178 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2179 <link wiki="Tag:railway=level_crossing" />
2180 <key key="railway" value="level_crossing" />
2181 <optional>
2182 <reference ref="supervised" />
2183 <check key="crossing:light" text="Traffic lights" />
2184 <check key="crossing:bell" text="Sound signals" />
2185 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2186 </optional>
2187 </item> <!-- Level Crossing -->
2188 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2189 <link wiki="Tag:railway=crossing" />
2190 <key key="railway" value="crossing" />
2191 <optional>
2192 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2193 <reference ref="supervised" />
2194 <check key="horse" text="Cross on horseback" />
2195 <check key="bicycle" text="Cross by bicycle" />
2196 <check key="crossing:light" text="Traffic lights" />
2197 <check key="crossing:bell" text="Sound signals" />
2198 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2199 </optional>
2200 </item> <!-- Crossing -->
2201 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2202 <link wiki="Tag:railway=turntable" />
2203 <key key="railway" value="turntable" />
2204 </item> <!-- Turntable -->
2205 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2206 <link wiki="Tag:railway=buffer_stop" />
2207 <key key="railway" value="buffer_stop" />
2208 </item> <!-- Buffer Stop -->
2209 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2210 <link wiki="Tag:railway=switch" />
2211 <key key="railway" value="switch" />
2212 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2213 <text key="ref" text="Reference" />
2214 <text key="operator" text="Operator" />
2215 </item> <!-- Railway Switch -->
2216 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2217 <link wiki="Tag:railway=railway_crossing" />
2218 <key key="railway" value="railway_crossing" />
2219 <text key="ref" text="Reference" />
2220 <text key="operator" text="Operator" />
2221 </item> <!-- Railway crossing -->
2222 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2223 <link wiki="Tag:railway=signal" />
2224 <key key="railway" value="signal" />
2225 <text key="ref" text="Reference" />
2226 <text key="operator" text="Operator" />
2227 </item> <!-- Railway Signal -->
2228 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2229 <link wiki="Tag:railway=milestone" />
2230 <key key="railway" value="milestone" />
2231 <text key="distance" text="Distance (kilometers)" />
2232 <text key="ref" text="Reference" />
2233 </item> <!-- Railway Milestone -->
2234 </group> <!-- Railway -->
2235 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2236 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2237 <link wiki="Tag:aerialway=cable_car" />
2238 <space />
2239 <key key="aerialway" value="cable_car" />
2240 <reference ref="name_ref" />
2241 <optional>
2242 <text key="aerialway:capacity" text="Number of people per hour" />
2243 <text key="aerialway:occupancy" text="Number of people per car" />
2244 <text key="aerialway:duration" text="Typical journey time in minutes" />
2245 <check key="aerialway:heating" text="Has heating?" />
2246 <space />
2247 <text key="operator" text="Operator" />
2248 <reference ref="oh" />
2249 <reference ref="fee" />
2250 </optional>
2251 </item> <!-- Cable Car -->
2252 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2253 <link wiki="Tag:aerialway=chair_lift" />
2254 <space />
2255 <key key="aerialway" value="chair_lift" />
2256 <reference ref="name_ref" />
2257 <optional>
2258 <text key="aerialway:capacity" text="Number of people per hour" />
2259 <text key="aerialway:occupancy" text="Number of people per chair" />
2260 <text key="aerialway:duration" text="Typical journey time in minutes" />
2261 <check key="aerialway:bubble" text="Has bubble?" />
2262 <check key="aerialway:heating" text="Has heating?" />
2263 <space />
2264 <text key="operator" text="Operator" />
2265 <reference ref="oh" />
2266 <reference ref="fee" />
2267 </optional>
2268 </item> <!-- Chair Lift -->
2269 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2270 <link wiki="Tag:aerialway=gondola" />
2271 <space />
2272 <key key="aerialway" value="gondola" />
2273 <reference ref="name_ref" />
2274 <optional>
2275 <text key="aerialway:capacity" text="Number of people per hour" />
2276 <text key="aerialway:occupancy" text="Number of people per gondola" />
2277 <text key="aerialway:duration" text="Typical journey time in minutes" />
2278 <check key="aerialway:heating" text="Has heating?" />
2279 <space />
2280 <text key="operator" text="Operator" />
2281 <reference ref="oh" />
2282 <reference ref="fee" />
2283 </optional>
2284 </item> <!-- Gondola -->
2285 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2286 <link wiki="Tag:aerialway=mixed_lift" />
2287 <space />
2288 <key key="aerialway" value="mixed_lift" />
2289 <reference ref="name_ref" />
2290 <optional>
2291 <text key="aerialway:capacity" text="Number of people per hour" />
2292 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2293 <text key="aerialway:duration" text="Typical journey time in minutes" />
2294 <check key="aerialway:bubble" text="Has bubble?" />
2295 <check key="aerialway:heating" text="Has heating?" />
2296 <space />
2297 <text key="operator" text="Operator" />
2298 <reference ref="oh" />
2299 <reference ref="fee" />
2300 </optional>
2301 </item> <!-- Mixed Lift -->
2302 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2303 <link wiki="Tag:aerialway=drag_lift" />
2304 <space />
2305 <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" />
2306 <reference ref="name_ref" />
2307 <optional>
2308 <text key="aerialway:capacity" text="Number of people per hour" />
2309 <text key="aerialway:duration" text="Typical journey time in minutes" />
2310 <space />
2311 <text key="operator" text="Operator" />
2312 <reference ref="oh" />
2313 <reference ref="fee" />
2314 </optional>
2315 </item> <!-- Drag Lift -->
2316 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2317 <link wiki="Tag:aerialway=magic_carpet" />
2318 <space />
2319 <key key="aerialway" value="magic_carpet" />
2320 <reference ref="name_ref" />
2321 <optional>
2322 <text key="aerialway:capacity" text="Number of people per hour" />
2323 <text key="aerialway:duration" text="Typical journey time in minutes" />
2324 <space />
2325 <text key="operator" text="Operator" />
2326 <reference ref="oh" />
2327 <reference ref="fee" />
2328 </optional>
2329 </item> <!-- Magic Carpet -->
2330 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2331 <link wiki="Tag:aerialway=goods" />
2332 <space />
2333 <key key="aerialway" value="goods" />
2334 <optional>
2335 <reference ref="name_ref_operator" />
2336 <text key="aerialway:duration" text="Typical journey time in minutes" />
2337 </optional>
2338 </item> <!-- Goods -->
2339 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2340 <link wiki="Tag:aerialway=zip_line" />
2341 <space />
2342 <key key="aerialway" value="zip_line" />
2343 <optional>
2344 <reference ref="name_ref_operator" />
2345 <reference ref="oh" />
2346 <reference ref="fee" />
2347 <reference ref="min_age" />
2348 <text key="maxweight" text="Max. weight (tonnes)" />
2349 </optional>
2350 </item> <!-- Zip line -->
2351 <separator/>
2352 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2353 <link wiki="Tag:aerialway=station" />
2354 <space />
2355 <key key="aerialway" value="station" />
2356 <reference ref="name_ref_operator" />
2357 </item> <!-- Station -->
2358 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2359 <link wiki="Tag:aerialway=pylon" />
2360 <space />
2361 <key key="aerialway" value="pylon" />
2362 <reference ref="name_ref" />
2363 </item> <!-- Pylon -->
2364 </group> <!-- Aerialway -->
2365 <separator/>
2366 <group name="Car" icon="presets/shop/vehicle.svg">
2367 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2368 <link wiki="Tag:amenity=parking" />
2369 <space />
2370 <key key="amenity" value="parking" />
2371 <reference ref="parking_name_type_ref" />
2372 <text key="maxheight" text="Max. height (meters)" />
2373 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2374 <reference ref="parking_access_fee_operator_surface_smoothness" />
2375 <space />
2376 <text key="capacity" text="Capacity (overall)" />
2377 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2378 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2379 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2380 <label text="See the Wiki for other capacity:[types]=*." />
2381 <space />
2382 <reference ref="maxstay" />
2383 <reference ref="supervised_lit_oh" />
2384 </item> <!-- Parking -->
2385 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2386 <link wiki="Tag:amenity=parking_space" />
2387 <space />
2388 <key key="amenity" value="parking_space" />
2389 <reference ref="parking_name_type_ref" />
2390 <text key="capacity" text="Capacity" />
2391 <reference ref="parking_access_fee_operator_surface_smoothness" />
2392 <reference ref="maxstay" />
2393 <reference ref="supervised_lit_oh" />
2394 <check key="covered" text="Covered (with roof)" />
2395 </item> <!-- Parking Space -->
2396 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2397 <link wiki="Tag:amenity=parking_entrance" />
2398 <space />
2399 <key key="amenity" value="parking_entrance" />
2400 <reference ref="parking_name_type_ref" />
2401 <text key="maxheight" text="Max. height (meters)" />
2402 <reference ref="parking_access_fee_operator_surface_smoothness" />
2403 <reference ref="supervised_lit_oh" />
2404 <check key="covered" text="Covered (with roof)" />
2405 </item> <!-- Parking Entrance -->
2406 <separator/>
2407 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2408 <link wiki="Tag:amenity=fuel" />
2409 <space />
2410 <key key="amenity" value="fuel" />
2411 <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" />
2412 <optional>
2413 <text key="name" text="Name" />
2414 <text key="operator" text="Operator" />
2415 <reference ref="oh_wheelchair" />
2416 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2417 <space />
2418 <label text="Fuel types:" />
2419 <checkgroup columns="2">
2420 <check key="fuel:diesel" text="Diesel" />
2421 <check key="fuel:biodiesel" text="Bio Diesel" />
2422 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2423 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2424 <check key="fuel:octane_80" text="Octane 80" />
2425 <check key="fuel:octane_87" text="Octane 87" />
2426 <check key="fuel:octane_91" text="Octane 91" />
2427 <check key="fuel:octane_92" text="Octane 92" />
2428 <check key="fuel:octane_95" text="Octane 95" />
2429 <check key="fuel:octane_98" text="Octane 98" />
2430 <check key="fuel:octane_100" text="Octane 100" />
2431 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2432 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2433 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2434 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2435 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2436 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2437 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2438 <check key="fuel:biogas" text="Biogas" />
2439 </checkgroup>
2440 <space />
2441 <label text="Additives:" />
2442 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2443 <space />
2444 <label text="Fuel cards:" />
2445 <checkgroup columns="3">
2446 <check key="payment:dkv" text="DKV" />
2447 <check key="payment:routex" text="Routex" />
2448 <check key="payment:uta" text="UTA" />
2449 </checkgroup>
2450 </optional>
2451 <reference ref="link_contact_address_payment" />
2452 <preset_link preset_name="Building" />
2453 </item> <!-- Fuel -->
2454 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2455 <link wiki="Tag:amenity=charging_station" />
2456 <space />
2457 <key key="amenity" value="charging_station" />
2458 <reference ref="name_ref_operator" />
2459 <reference ref="oh" />
2460 <reference ref="fee" />
2461 <space />
2462 <combo key="voltage" text="Voltage" values="230,400"/>
2463 <combo key="amperage" text="Amperage" values="16,32" />
2464 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2465 <space />
2466 <label text="Types of vehicles which can be charged:" />
2467 <checkgroup columns="4">
2468 <check key="bicycle" text="Bicycle" />
2469 <check key="scooter" text="Scooter" />
2470 <check key="motorcycle" text="Motorcycle" />
2471 <check key="motorcar" text="Motorcar" />
2472 <check key="truck" text="Truck" />
2473 </checkgroup>
2474 <space />
2475 <label text="Number of Sockets:" />
2476 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2477 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2478 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2479 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2480 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2481 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2482 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2483 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2484 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2485 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2486 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2487 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2488 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2489 <space />
2490 <label text="Authentication:" />
2491 <checkgroup columns="4">
2492 <check key="authentication:none" text="None" />
2493 <check key="authentication:phone_call" text="Phone call" />
2494 <check key="authentication:short_message" text="Short message" />
2495 <check key="authentication:nfc" text="NFC" />
2496 </checkgroup>
2497 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2498 <preset_link preset_name="Payment Methods" />
2499 </item> <!-- Charging Station -->
2500 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2501 <link wiki="Tag:amenity=car_wash" />
2502 <space />
2503 <key key="amenity" value="car_wash" />
2504 <reference ref="name_brand_operator_oh_wheelchair" />
2505 <checkgroup columns="2">
2506 <check key="automated" text="Automated" text_context="car_wash" />
2507 <check key="self_service" text="Self Service" />
2508 </checkgroup>
2509 <reference ref="link_contact_address_payment" />
2510 </item> <!-- Wash -->
2511 <separator/>
2512 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2513 <link wiki="Tag:shop=car" />
2514 <space />
2515 <key key="shop" value="car" />
2516 <reference ref="car_brands" />
2517 <reference ref="name_operator_oh_wheelchair" />
2518 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2519 <reference ref="link_contact_address_payment" />
2520 </item> <!-- Car Dealer -->
2521 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2522 <link wiki="Tag:shop=car_repair" />
2523 <space />
2524 <key key="shop" value="car_repair" />
2525 <reference ref="car_brands" />
2526 <reference ref="name_operator_oh_wheelchair" />
2527 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2528 <reference ref="link_contact_address_payment" />
2529 </item> <!-- Repair -->
2530 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2531 <link wiki="Tag:shop=car_parts" />
2532 <space />
2533 <key key="shop" value="car_parts" />
2534 <reference ref="car_brands" />
2535 <reference ref="name_operator_oh_wheelchair" />
2536 <reference ref="link_contact_address_payment" />
2537 </item> <!-- Parts -->
2538 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2539 <link wiki="Tag:shop=tyres" />
2540 <space />
2541 <key key="shop" value="tyres" />
2542 <reference ref="name_brand_operator_oh_wheelchair" />
2543 <reference ref="link_contact_address_payment" />
2544 </item> <!-- Tires -->
2545 <separator/>
2546 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2547 <link wiki="Tag:amenity=car_rental" />
2548 <space />
2549 <key key="amenity" value="car_rental" />
2550 <reference ref="name_brand_operator_oh_wheelchair" />
2551 <reference ref="link_contact_address_payment" />
2552 </item> <!-- Rental -->
2553 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2554 <link wiki="Tag:amenity=car_pooling" />
2555 <space />
2556 <key key="amenity" value="car_pooling" />
2557 <text key="operator" text="Operator" />
2558 <text key="network" text="Network" />
2559 <text key="capacity" text="Capacity" />
2560 <reference ref="name_oh_wheelchair" />
2561 <text key="website" text="Website" />
2562 </item> <!-- Pooling -->
2563 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2564 <link wiki="Tag:amenity=car_sharing" />
2565 <space />
2566 <key key="amenity" value="car_sharing" />
2567 <text key="operator" text="Operator" />
2568 <text key="capacity" text="Capacity" />
2569 <reference ref="name_oh_wheelchair" />
2570 <text key="website" text="Website" />
2571 </item> <!-- Sharing -->
2572 </group> <!-- Car -->
2573 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2574 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2575 <link wiki="Tag:amenity=motorcycle_parking" />
2576 <space />
2577 <key key="amenity" value="motorcycle_parking" />
2578 <reference ref="parking_name_type_ref" />
2579 <text key="capacity" text="Capacity" />
2580 <reference ref="parking_access_fee_operator_surface_smoothness" />
2581 <reference ref="supervised_lit_oh" />
2582 <reference ref="maxstay" />
2583 <check key="covered" text="Covered (with roof)" />
2584 </item> <!-- Parking -->
2585 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2586 <link wiki="Tag:shop=motorcycle" />
2587 <space />
2588 <key key="shop" value="motorcycle" />
2589 <text key="name" text="Name" />
2590 <reference ref="motorcycle_brands" />
2591 <text key="operator" text="Operator" />
2592 <reference ref="oh_wheelchair" />
2593 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2594 <optional text="Services:">
2595 <combo key="sale" text="Sale" values="yes,brand,no" />
2596 <combo key="rental" text="Rental" values="yes,brand,no" />
2597 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2598 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2599 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2600 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2601 <text key="services" text="Other" />
2602 </optional>
2603 <reference ref="link_contact_address_payment" />
2604 </item> <!-- Motorcycle Dealer -->
2605 </group> <!-- Motorcycle -->
2606 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2607 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2608 <link wiki="Tag:amenity=bicycle_parking" />
2609 <space />
2610 <key key="amenity" value="bicycle_parking" />
2611 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2612 <text key="name" text="Name" />
2613 <text key="capacity" text="Capacity" />
2614 <reference ref="parking_access_fee_operator_surface_smoothness" />
2615 <check key="covered" text="Covered" />
2616 <reference ref="supervised_lit_oh" />
2617 </item> <!-- Parking -->
2618 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2619 <link wiki="Tag:shop=bicycle" />
2620 <space />
2621 <key key="shop" value="bicycle" />
2622 <reference ref="name_oh_wheelchair" />
2623 <check key="service:bicycle:retail" text="Bicycles are sold" />
2624 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2625 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2626 <check key="service:bicycle:rental" text="Bicycles are rented" />
2627 <check key="service:bicycle:pump" text="Free bicycle pump" />
2628 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2629 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2630 <reference ref="link_contact_address_payment" />
2631 </item> <!-- Bike Dealer -->
2632 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2633 <link wiki="Tag:amenity=bicycle_rental" />
2634 <space />
2635 <key key="amenity" value="bicycle_rental" />
2636 <text key="name" text="Name" />
2637 <reference ref="link_contact_address_payment" />
2638 </item> <!-- Rental -->
2639 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2640 <link wiki="Tag:amenity=bicycle_repair_station" />
2641 <space />
2642 <key key="amenity" value="bicycle_repair_station" />
2643 <optional>
2644 <text key="name" text="Name" />
2645 <text key="brand" text="Brand" />
2646 <text key="operator" text="Operator" />
2647 <reference ref="oh" />
2648 <check key="service:bicycle:pump" text="Free bicycle pump" />
2649 <check key="service:bicycle:chain_tool" text="Chain tool" />
2650 </optional>
2651 </item> <!-- Public Bicycle Repair Station -->
2652 </group> <!-- Bicycle -->
2653 <group name="Public Transport" icon="presets/transport/bus.svg">
2654 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2655 <link wiki="Public_transport#Service_routes" />
2656 <space />
2657 <key key="type" value="route" />
2658 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2659 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2660 <reference ref="name_ref" />
2661 <optional>
2662 <reference ref="public_transport_route_optionals" />
2663 </optional>
2664 <roles>
2665 <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)" />
2666 <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)" />
2667 <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)" />
2668 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2669 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2670 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2671 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2672 </roles>
2673 </item> <!-- Public Transport Route (Rail) -->
2674 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2675 <link wiki="Public_transport#Service_routes" />
2676 <space />
2677 <key key="type" value="route" />
2678 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2679 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2680 <reference ref="name_ref" />
2681 <optional>
2682 <reference ref="public_transport_route_optionals" />
2683 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2684 </optional>
2685 <roles>
2686 <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)" />
2687 <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)" />
2688 <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)" />
2689 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2690 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2691 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2692 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2693 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2694 </roles>
2695 </item> <!-- Public Transport Route (Bus) -->
2696 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2697 <link wiki="Public_transport#Route_Master_relations" />
2698 <space />
2699 <key key="type" value="route_master" />
2700 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2701 <reference ref="name_ref" />
2702 <optional>
2703 <text key="operator" text="Operator" />
2704 <text key="network" text="Network" />
2705 <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" />
2706 <text key="website" text="Website" />
2707 </optional>
2708 <roles>
2709 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2710 </roles>
2711 </item> <!-- Route Master -->
2712 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2713 <link wiki="Tag:public_transport=stop_area" />
2714 <space />
2715 <key key="type" value="public_transport" />
2716 <key key="public_transport" value="stop_area" />
2717 <text key="name" text="Name" />
2718 <optional>
2719 <text key="ref" text="Reference" />
2720 <text key="uic_ref" text="UIC reference" />
2721 <text key="uic_name" text="UIC name" />
2722 <text key="operator" text="Operator" />
2723 <text key="network" text="Network" />
2724 </optional>
2725 <roles>
2726 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2727 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2728 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2729 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2730 </roles>
2731 </item> <!-- Stop Area -->
2732 <separator/>
2733 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2734 <link wiki="Tag:public_transport=stop_position" />
2735 <space />
2736 <key key="public_transport" value="stop_position" />
2737 <text key="name" text="Name" />
2738 <optional>
2739 <text key="ref" text="Reference" />
2740 <text key="uic_ref" text="UIC reference" />
2741 <text key="uic_name" text="UIC name" />
2742 <text key="operator" text="Operator" />
2743 <text key="network" text="Network" />
2744 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2745 </optional>
2746 <space />
2747 <checkgroup columns="3">
2748 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2749 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2750 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2751 <check key="train" text="Train" icon="presets/transport/train.svg" />
2752 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2753 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2754 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2755 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2756 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2757 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2758 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2759 </checkgroup>
2760 </item> <!-- Stop Position -->
2761 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2762 <link wiki="Tag:public_transport=platform" />
2763 <space />
2764 <key key="public_transport" value="platform" />
2765 <text key="name" text="Name" />
2766 <check key="bench" text="Bench" />
2767 <check key="shelter" text="Shelter" />
2768 <check key="bin" text="Waste Basket/Trash Can" />
2769 <check key="covered" text="Covered" />
2770 <check key="passenger_information_display" text="Passenger information display" />
2771 <text key="route_ref" text="Route references" />
2772 <reference ref="wheelchair" />
2773 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2774 </item> <!-- Platform -->
2775 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2776 <link wiki="Tag:public_transport=station" />
2777 <space />
2778 <key key="public_transport" value="station" />
2779 <text key="name" text="Name" />
2780 <check key="area" text="Area" disable_off="true" />
2781 <check key="building" text="Building" disable_off="true" />
2782 <text key="operator" text="Operator" />
2783 <text key="network" text="Network" />
2784 </item> <!-- Station -->
2785 <separator/> <!-- *** Access *** -->
2786 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2787 <link wiki="Tag:railway=subway_entrance" />
2788 <key key="railway" value="subway_entrance" />
2789 <optional>
2790 <text key="name" text="Name" />
2791 <reference ref="wheelchair" />
2792 <check key="bicycle" text="Bicycle" />
2793 </optional>
2794 </item> <!-- Subway Entrance -->
2795 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2796 <link wiki="Tag:amenity=vending_machine" />
2797 <space />
2798 <key key="amenity" value="vending_machine" />
2799 <key key="vending" value="public_transport_tickets" />
2800 <reference ref="name_operator" />
2801 <text key="ref" text="Reference number" />
2802 <preset_link preset_name="Payment Methods" />
2803 </item> <!-- Ticket Machine -->
2804 </group> <!-- Public Transport -->
2805 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2806 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2807 <key key="type" value="route" />
2808 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2809 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2810 <reference ref="name_ref" />
2811 <optional>
2812 <text key="from" text="From (initial stop)" />
2813 <text key="to" text="To (terminal stop)" />
2814 <text key="via" text="Via (intermediate stops)" />
2815 <text key="operator" text="Operator" />
2816 <text key="network" text="Network" />
2817 <text key="description" text="Description" />
2818 <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" />
2819 <reference ref="oh" />
2820 <reference ref="fee" />
2821 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2822 <text key="website" text="Website" />
2823 </optional>
2824 <roles>
2825 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2826 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2827 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2828 <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" />
2829 <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" />
2830 <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" />
2831 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2832 </roles>
2833 </item> <!-- Public transport route (Legacy) -->
2834 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2835 <link wiki="Tag:railway=station" />
2836 <key key="railway" value="station" />
2837 <optional>
2838 <text key="name" text="Name" />
2839 <text key="uic_ref" text="UIC-Reference" />
2840 </optional>
2841 </item> <!-- Station -->
2842 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2843 <link wiki="Tag:railway=halt" />
2844 <key key="railway" value="halt" />
2845 <optional>
2846 <text key="name" text="Name" />
2847 </optional>
2848 </item> <!-- Railway Halt -->
2849 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
2850 <link wiki="Tag:railway=tram_stop" />
2851 <key key="railway" value="tram_stop" />
2852 <optional>
2853 <text key="name" text="Name" />
2854 </optional>
2855 </item> <!-- Tram Stop -->
2856 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
2857 <link wiki="Tag:railway=platform" />
2858 <space />
2859 <key key="railway" value="platform" />
2860 <text key="ref" text="Reference (track number)" />
2861 <text key="width" text="Width (meters)" />
2862 <check key="area" text="Area" />
2863 </item> <!-- Railway Platform -->
2864 <separator/>
2865 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
2866 <link wiki="Tag:amenity=bus_station" />
2867 <key key="amenity" value="bus_station" />
2868 <optional>
2869 <text key="name" text="Name" />
2870 </optional>
2871 </item> <!-- Bus Station -->
2872 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
2873 <link wiki="Tag:highway=bus_stop" />
2874 <key key="highway" value="bus_stop" />
2875 <optional>
2876 <text key="name" text="Name" />
2877 <check key="bench" text="Bench" />
2878 <check key="shelter" text="Shelter" />
2879 <check key="bin" text="Waste Basket/Trash Can" />
2880 <check key="passenger_information_display" text="Passenger information display" />
2881 <text key="route_ref" text="Route references" />
2882 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2883 </optional>
2884 </item> <!-- Bus Stop -->
2885 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2886 <link wiki="Tag:highway=platform" />
2887 <space />
2888 <key key="highway" value="platform" />
2889 <text key="ref" text="Reference (track number)" />
2890 <text key="width" text="Width (meters)" />
2891 <check key="area" text="Area" />
2892 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2893 </item> <!-- Bus Platform -->
2894 </group> <!-- Public Transport -->
2895 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
2896 <link wiki="Tag:amenity=taxi" />
2897 <space />
2898 <key key="amenity" value="taxi" />
2899 <text key="name" text="Name" />
2900 </item> <!-- Taxi -->
2901 <separator/>
2902 <group name="Airport" icon="presets/transport/airport.svg">
2903 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
2904 <link wiki="Tag:aeroway=aerodrome" />
2905 <space />
2906 <reference ref="aerodrome" />
2907 </item> <!-- Airport Ground -->
2908 <separator/>
2909 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2910 <link wiki="Tag:aeroway=runway" />
2911 <key key="aeroway" value="runway" />
2912 <optional>
2913 <text key="ref" text="Reference" />
2914 <reference ref="surface" />
2915 </optional>
2916 </item> <!-- Runway -->
2917 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2918 <link wiki="Tag:aeroway=taxiway" />
2919 <key key="aeroway" value="taxiway" />
2920 <optional>
2921 <text key="ref" text="Reference" />
2922 </optional>
2923 </item> <!-- Taxiway -->
2924 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
2925 <link wiki="Tag:aeroway=holding_position" />
2926 <key key="aeroway" value="holding_position" />
2927 <optional>
2928 <text key="ref" text="Reference" />
2929 </optional>
2930 </item> <!-- Holding Position -->
2931 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
2932 <link wiki="Tag:aeroway=helipad" />
2933 <key key="aeroway" value="helipad" />
2934 <optional>
2935 <text key="ref" text="Reference" />
2936 <text key="iata" text="IATA" />
2937 <text key="icao" text="ICAO" />
2938 <text key="wikipedia" text="Wikipedia" />
2939 </optional>
2940 </item> <!-- Helipad -->
2941 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
2942 <link wiki="Tag:aeroway=apron" />
2943 <key key="aeroway" value="apron" />
2944 </item> <!-- Apron -->
2945 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
2946 <link wiki="Tag:aeroway=parking_position" />
2947 <key key="aeroway" value="parking_position" />
2948 <text key="ref" text="Reference" />
2949 </item> <!-- Plane Parking Position -->
2950 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
2951 <link wiki="Tag:aeroway=hangar" />
2952 <key key="aeroway" value="hangar" />
2953 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
2954 </item> <!-- Hangar -->
2955 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
2956 <link wiki="Tag:airmark=beacon" />
2957 <key key="airmark" value="beacon" />
2958 </item> <!-- Beacon -->
2959 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
2960 <link wiki="Tag:aeroway=navigationaid" />
2961 <key key="aeroway" value="navigationaid" />
2962 <combo key="navigationaid" text="Type" values_searchable="true">
2963 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
2964 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
2965 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
2966 </combo>
2967 </item> <!-- Navigation aid -->
2968 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
2969 <link wiki="Tag:aeroway=windsock" />
2970 <key key="aeroway" value="windsock" />
2971 </item> <!-- Windsock -->
2972 <separator/>
2973 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
2974 <link wiki="Tag:aeroway=terminal" />
2975 <space />
2976 <key key="aeroway" value="terminal" />
2977 <text key="name" text="Name" />
2978 <reference ref="internet" />
2979 <reference ref="link_contact_address" />
2980 </item> <!-- Terminal -->
2981 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
2982 <link wiki="Tag:aeroway=gate" />
2983 <space />
2984 <key key="aeroway" value="gate" />
2985 <text key="ref" text="Reference" />
2986 </item> <!-- Gate -->
2987 </group> <!-- Airport -->
2988 </group> <!-- Transport -->
2989 <group name="Facilities" icon="presets/accommodation/hotel.svg">
2990 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
2991 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2992 <link wiki="Tag:tourism=hotel" />
2993 <space />
2994 <key key="tourism" value="hotel" />
2995 <reference ref="name_operator" />
2996 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2997 <text key="rooms" text="Rooms" />
2998 <text key="beds" text="Beds" />
2999 <reference ref="wheelchair" />
3000 <space />
3001 <reference ref="internet_smoking" />
3002 <reference ref="link_contact_address_payment" />
3003 <preset_link preset_name="Residential Building" />
3004 </item> <!-- Hotel -->
3005 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3006 <link wiki="Tag:tourism=motel" />
3007 <space />
3008 <key key="tourism" value="motel" />
3009 <reference ref="name_operator" />
3010 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3011 <text key="rooms" text="Rooms" />
3012 <text key="beds" text="Beds" />
3013 <reference ref="wheelchair" />
3014 <space />
3015 <reference ref="internet_smoking" />
3016 <reference ref="link_contact_address_payment" />
3017 <preset_link preset_name="Building" />
3018 </item> <!-- Motel -->
3019 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
3020 <link wiki="Tag:tourism=guest_house" />
3021 <space />
3022 <key key="tourism" value="guest_house" />
3023 <reference ref="name_operator" />
3024 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3025 <text key="rooms" text="Rooms" />
3026 <text key="beds" text="Beds" />
3027 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
3028 <reference ref="wheelchair" />
3029 <space />
3030 <reference ref="internet_smoking" />
3031 <reference ref="link_contact_address_payment" />
3032 <preset_link preset_name="Building" />
3033 </item> <!-- Guest House/Bed & Breakfast -->
3034 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
3035 <link wiki="Tag:tourism=apartment" />
3036 <space />
3037 <key key="tourism" value="apartment" />
3038 <reference ref="name_operator" />
3039 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
3040 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3041 <reference ref="wheelchair" />
3042 <space />
3043 <reference ref="internet_smoking" />
3044 <reference ref="link_contact_address_payment" />
3045 </item> <!-- Apartment -->
3046 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3047 <link wiki="Tag:tourism=chalet" />
3048 <space />
3049 <key key="tourism" value="chalet" />
3050 <reference ref="name_operator" />
3051 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3052 <text key="rooms" text="Rooms" />
3053 <text key="beds" text="Beds" />
3054 <reference ref="wheelchair" />
3055 <space />
3056 <reference ref="internet_smoking" />
3057 <reference ref="link_contact_address_payment" />
3058 <preset_link preset_name="Building" />
3059 </item> <!-- Chalet -->
3060 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3061 <link wiki="Tag:tourism=hostel" />
3062 <space />
3063 <key key="tourism" value="hostel" />
3064 <reference ref="name_operator" />
3065 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3066 <text key="rooms" text="Rooms" />
3067 <text key="beds" text="Beds" />
3068 <reference ref="wheelchair" />
3069 <space />
3070 <reference ref="internet_smoking" />
3071 <reference ref="link_contact_address_payment" />
3072 <preset_link preset_name="Building" />
3073 </item> <!-- Hostel -->
3074 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3075 <link wiki="Tag:tourism=alpine_hut" />
3076 <space />
3077 <key key="tourism" value="alpine_hut" />
3078 <reference ref="name_operator" />
3079 <text key="ele" text="Elevation (meters)" length="10" />
3080 <text key="rooms" text="Rooms" />
3081 <text key="beds" text="Beds" />
3082 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3083 <space />
3084 <reference ref="internet_smoking" />
3085 <reference ref="link_contact_address_payment" />
3086 <preset_link preset_name="Building" />
3087 </item> <!-- Alpine Hut -->
3088 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3089 <link wiki="Tag:tourism=wilderness_hut" />
3090 <space />
3091 <key key="tourism" value="wilderness_hut" />
3092 <reference ref="name_operator" />
3093 <reference ref="POI_access" />
3094 <text key="capacity" text="Capacity" />
3095 <reference ref="fee" />
3096 <check key="toilets" text="Toilets" />
3097 <check key="shower" text="Shower" />
3098 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
3099 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3100 <text key="ele" text="Elevation (meters)" length="10" />
3101 <text key="description" text="Closer description" />
3102 <reference ref="link_contact_address_payment" />
3103 <preset_link preset_name="Building" />
3104 </item> <!-- Wilderness Hut -->
3105 <separator/>
3106 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
3107 <link wiki="Tag:tourism=caravan_site" />
3108 <space />
3109 <key key="tourism" value="caravan_site" />
3110 <reference ref="name_operator" />
3111 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3112 <reference ref="oh_wheelchair" />
3113 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3114 <text key="capacity" text="Number of places" />
3115 <reference ref="fee_interval" />
3116 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3117 <check key="power_supply" text="Power supply" />
3118 <check key="tents" text="Tents allowed" />
3119 <space />
3120 <reference ref="internet_smoking" />
3121 <reference ref="link_contact_address_payment" />
3122 </item> <!-- Caravan Site/RV Park -->
3123 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
3124 <link wiki="Tag:tourism=camp_site" />
3125 <space />
3126 <key key="tourism" value="camp_site" />
3127 <reference ref="name_operator" />
3128 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3129 <reference ref="oh_wheelchair" />
3130 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3131 <text key="capacity" text="Number of places" />
3132 <checkgroup columns="2">
3133 <check key="tents" text="Tents allowed" />
3134 <check key="caravans" text="Caravans allowed" />
3135 </checkgroup>
3136 <checkgroup columns="2">
3137 <check key="backcountry" text="Backcountry" />
3138 <check key="group_only" text="Group only access" />
3139 </checkgroup>
3140 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3141 <reference ref="wheelchair" />
3142 <reference ref="internet" />
3143 <space />
3144 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3145 <reference ref="link_contact_address_payment" />
3146 </item> <!-- Campsite -->
3147 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3148 <link wiki="Tag:tourism=camp_pitch" />
3149 <space />
3150 <key key="tourism" value="camp_pitch" />
3151 <text key="ref" text="Reference" />
3152 <text key="addr:unit" text="Unit number" />
3153 <text key="capacity" text="Number of places" />
3154 <reference ref="surface" />
3155 <checkgroup columns="2">
3156 <check key="tents" text="Tents allowed" />
3157 <check key="caravans" text="Caravans allowed" />
3158 <check key="drinking_water" text="Drinking Water" />
3159 <check key="power_supply" text="Power supply" />
3160 <check key="permanent_camping" text="Permanent camping only" />
3161 </checkgroup>
3162 </item> <!-- Camp pitch -->
3163 </group> <!-- Accommodation -->
3164 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3165 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3166 <link wiki="Tag:amenity=restaurant" />
3167 <space />
3168 <key key="amenity" value="restaurant" />
3169 <reference ref="name_operator" />
3170 <reference ref="cuisine" />
3171 <check key="microbrewery" text="Microbrewery" />
3172 <check key="outdoor_seating" text="Outdoor seating" />
3173 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3174 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3175 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3176 <reference ref="oh" />
3177 <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" />
3178 <reference ref="wheelchair" />
3179 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3180 <space />
3181 <reference ref="internet_smoking" />
3182 <preset_link preset_name="Diet" />
3183 <reference ref="link_contact_address_payment" />
3184 </item> <!-- Restaurant -->
3185 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3186 <link wiki="Tag:amenity=fast_food" />
3187 <space />
3188 <key key="amenity" value="fast_food" />
3189 <reference ref="name_operator" />
3190 <reference ref="cuisine" />
3191 <check key="outdoor_seating" text="Outdoor seating" />
3192 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3193 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3194 <reference ref="oh_wheelchair" />
3195 <space />
3196 <reference ref="internet_smoking" />
3197 <preset_link preset_name="Diet" />
3198 <reference ref="link_contact_address_payment" />
3199 <preset_link preset_name="Building" />
3200 </item> <!-- Fast Food -->
3201 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3202 <link wiki="Tag:amenity=food_court" />
3203 <space />
3204 <key key="amenity" value="food_court" />
3205 <reference ref="name_operator" />
3206 <check key="outdoor_seating" text="Outdoor seating" />
3207 <reference ref="oh_wheelchair" />
3208 <space />
3209 <reference ref="internet_smoking" />
3210 <reference ref="link_contact_address_payment" />
3211 </item> <!-- Food Court -->
3212 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3213 <link wiki="Tag:amenity=cafe" />
3214 <space />
3215 <key key="amenity" value="cafe" />
3216 <reference ref="name_operator" />
3217 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3218 <check key="outdoor_seating" text="Outdoor seating" />
3219 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3220 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3221 <reference ref="oh_wheelchair" />
3222 <space />
3223 <reference ref="internet_smoking" />
3224 <preset_link preset_name="Diet" />
3225 <reference ref="link_contact_address_payment" />
3226 </item> <!-- Cafe -->
3227 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3228 <link wiki="Tag:amenity=ice_cream" />
3229 <space />
3230 <key key="amenity" value="ice_cream" />
3231 <reference ref="name_operator" />
3232 <check key="outdoor_seating" text="Outdoor seating" />
3233 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3234 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3235 <reference ref="oh_wheelchair" />
3236 <space />
3237 <reference ref="internet_smoking" />
3238 <preset_link preset_name="Diet" />
3239 <reference ref="link_contact_address_payment" />
3240 </item> <!-- Ice cream -->
3241 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3242 <link wiki="Tag:amenity=pub" />
3243 <space />
3244 <key key="amenity" value="pub" />
3245 <reference ref="name_operator" />
3246 <check key="microbrewery" text="Microbrewery" />
3247 <check key="outdoor_seating" text="Outdoor seating" />
3248 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3249 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3250 <reference ref="oh_wheelchair" />
3251 <space />
3252 <reference ref="internet_smoking" />
3253 <preset_link preset_name="Diet" />
3254 <reference ref="link_contact_address_payment" />
3255 </item> <!-- Pub -->
3256 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3257 <link wiki="Tag:amenity=biergarten" />
3258 <space />
3259 <key key="amenity" value="biergarten" />
3260 <reference ref="name_operator" />
3261 <check key="microbrewery" text="Microbrewery" />
3262 <reference ref="oh_wheelchair" />
3263 <space />
3264 <reference ref="internet_smoking" />
3265 <preset_link preset_name="Diet" />
3266 <reference ref="link_contact_address_payment" />
3267 </item> <!-- Beer Garden -->
3268 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3269 <link wiki="Tag:amenity=bar" />
3270 <space />
3271 <key key="amenity" value="bar" />
3272 <reference ref="name_operator" />
3273 <check key="outdoor_seating" text="Outdoor seating" />
3274 <reference ref="oh_wheelchair" />
3275 <space />
3276 <reference ref="internet_smoking" />
3277 <preset_link preset_name="Diet" />
3278 <reference ref="link_contact_address_payment" />
3279 </item> <!-- Bar -->
3280 <separator/>
3281 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3282 <link wiki="Key:diet" />
3283 <space />
3284 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3285 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3286 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3287 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3288 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3289 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3290 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3291 <space />
3292 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3293 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3294 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3295 <space />
3296 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3297 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3298 </item> <!-- Diet -->
3299 </group> <!-- Food+Drinks -->
3300 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3301 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3302 <link wiki="Tag:tourism=attraction" />
3303 <space />
3304 <key key="tourism" value="attraction" />
3305 <text key="name" text="Name" />
3306 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3307 <reference ref="oh_wheelchair" />
3308 </item> <!-- Attraction -->
3309 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3310 <link wiki="Tag:tourism=viewpoint" />
3311 <space />
3312 <key key="tourism" value="viewpoint" />
3313 <text key="name" text="Name" />
3314 <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" />
3315 <space />
3316 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3317 <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
3318 </item> <!-- Viewpoint -->
3319 <separator/>
3320 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3321 <link wiki="Tag:information=office" />
3322 <label text="An office where you can get information about a town or region." />
3323 <space />
3324 <key key="tourism" value="information" />
3325 <key key="information" value="office" />
3326 <reference ref="name_oh_wheelchair" />
3327 <reference ref="internet" />
3328 <reference ref="link_contact_address_payment" />
3329 </item> <!-- Information Office -->
3330 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3331 <link wiki="Tag:information=map" />
3332 <label text="A board with a map." />
3333 <space />
3334 <key key="tourism" value="information" />
3335 <key key="information" value="map" />
3336 <text key="name" text="Name" />
3337 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3338 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3339 <text key="description" text="Closer description" />
3340 <optional text="Routes shown for:">
3341 <check key="hiking" text="Hiking" />
3342 <check key="bicycle" text="Cycling" />
3343 <check key="mtb" text="Mountainbiking" />
3344 <check key="ski" text="Skiing" />
3345 <check key="horse" text="Riding" />
3346 <space />
3347 <label text="... other transportation modes possible" />
3348 </optional>
3349 </item> <!-- Map -->
3350 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3351 <link wiki="Tag:information=board" />
3352 <space />
3353 <label text="A board with information." />
3354 <key key="tourism" value="information" />
3355 <key key="information" value="board" />
3356 <text key="name" text="Name" />
3357 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3358 <text key="description" text="Closer description" />
3359 </item> <!-- Information Board -->
3360 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3361 <link wiki="Tag:information=guidepost" />
3362 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3363 <space />
3364 <key key="tourism" value="information" />
3365 <key key="information" value="guidepost" />
3366 <reference ref="name_ref_operator" />
3367 <text key="ele" text="Elevation (meters)" length="10" />
3368 <optional text="Routes shown for:">
3369 <check key="hiking" text="Hiking" />
3370 <check key="bicycle" text="Cycling" />
3371 <check key="mtb" text="Mountainbiking" />
3372 <check key="ski" text="Skiing" />
3373 <check key="horse" text="Riding" />
3374 <space />
3375 <label text="... other transportation modes possible" />
3376 </optional>
3377 </item> <!-- Guidepost -->
3378 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3379 <link wiki="Key:information" />
3380 <space />
3381 <key key="tourism" value="information" />
3382 <key key="information" value="route_marker" />
3383 <reference ref="name_ref_operator" />
3384 <text key="ele" text="Elevation (meters)" length="10" />
3385 <optional text="Routes shown for:">
3386 <check key="hiking" text="Hiking" />
3387 <check key="bicycle" text="Cycling" />
3388 <check key="mtb" text="Mountainbiking" />
3389 <check key="ski" text="Skiing" />
3390 <check key="horse" text="Riding" />
3391 <space />
3392 <label text="... other transportation modes possible" />
3393 </optional>
3394 </item> <!-- Route marker -->
3395 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3396 <link wiki="Tag:information=terminal" />
3397 <label text="Information access via electronic methods." />
3398 <space />
3399 <key key="tourism" value="information" />
3400 <key key="information" value="terminal" />
3401 <reference ref="name_operator" />
3402 <reference ref="wheelchair" />
3403 <text key="description" text="Closer description" />
3404 <text key="ref" text="Reference number" />
3405 <reference ref="fee" />
3406 <reference ref="internet" />
3407 </item> <!-- Information Terminal -->
3408 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3409 <link wiki="Tag:information=audioguide" />
3410 <label text="Information using headphones or a mobile phone." />
3411 <space />
3412 <key key="tourism" value="information" />
3413 <key key="information" value="audioguide" />
3414 <reference ref="name_operator" />
3415 <reference ref="wheelchair" />
3416 <text key="description" text="Closer description" />
3417 <text key="ref" text="Reference number" />
3418 <reference ref="fee" />
3419 <space />
3420 <label text="Audioguide via mobile phone?" />
3421 <text key="phone" text="Phone number" />
3422 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3423 </item> <!-- Audio Guide -->
3424 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3425 <link wiki="Tag:tourism=information" />
3426 <space />
3427 <key key="tourism" value="information" />
3428 <text key="name" text="Name" />
3429 <text key="description" text="Closer description" />
3430 </item> <!-- Other Information Point -->
3431 </group> <!-- Tourism -->
3432 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3433 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3434 <link wiki="Tag:amenity=cinema" />
3435 <space />
3436 <key key="amenity" value="cinema" />
3437 <reference ref="name_operator_oh_wheelchair" />
3438 <check key="drive_in" text="Drive-in theater" />
3439 <check key="cinema:3D" text="3D" />
3440 <text key="screen" text="Number of screens" />
3441 <reference ref="min_age" />
3442 <reference ref="link_contact_address_payment" />
3443 <preset_link preset_name="Building" />
3444 </item> <!-- Movie Theater/Cinema -->
3445 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3446 <link wiki="Tag:leisure=bandstand" />
3447 <space />
3448 <key key="leisure" value="bandstand" />
3449 <reference ref="name_operator_oh_wheelchair" />
3450 <reference ref="POI_access" />
3451 </item> <!-- Bandstand -->
3452 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3453 <link wiki="Tag:tourism=zoo" />
3454 <space />
3455 <key key="tourism" value="zoo" />
3456 <reference ref="name_oh_wheelchair" />
3457 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3458 <text key="wikipedia" text="Wikipedia" />
3459 <reference ref="link_contact_address_payment" />
3460 </item> <!-- Zoo -->
3461 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3462 <link wiki="Tag:attraction=animal" />
3463 <space />
3464 <key key="attraction" value="animal" />
3465 <text key="name" text="Name" />
3466 </item> <!-- Animal enclosure -->
3467 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3468 <link wiki="Tag:leisure=dog_park" />
3469 <space />
3470 <key key="leisure" value="dog_park" />
3471 <text key="name" text="Name" />
3472 <check key="area" text="Area" />
3473 <combo key="barrier" text="Barrier" values="fence,wall" />
3474 <reference ref="oh_wheelchair" />
3475 <check key="lit" text="Lit" />
3476 </item> <!-- Dog Park -->
3477 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3478 <link wiki="Tag:tourism=theme_park" />
3479 <space />
3480 <key key="tourism" value="theme_park" />
3481 <reference ref="name_operator_oh_wheelchair" />
3482 <reference ref="link_contact_address_payment" />
3483 </item> <!-- Amusement/Theme Park -->
3484 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3485 <link wiki="Tag:leisure=water_park" />
3486 <space />
3487 <key key="leisure" value="water_park" />
3488 <reference ref="name_operator_oh_wheelchair" />
3489 <reference ref="link_contact_address_payment" />
3490 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3491 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3492 </item> <!-- Water Park -->
3493 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3494 <link wiki="Tag:amenity=public_bath" />
3495 <space />
3496 <key key="amenity" value="public_bath" />
3497 <reference ref="name_operator_oh_wheelchair" />
3498 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3499 <check key="bath:open_air" text="Open air" />
3500 <check key="shower" text="Shower" />
3501 <checkgroup columns="3">
3502 <check key="female" text="Female" text_context="restroom" />
3503 <check key="male" text="Male" text_context="restroom" />
3504 <check key="unisex" text="Unisex" text_context="restroom" />
3505 </checkgroup>
3506 <reference ref="fee" />
3507 <reference ref="link_contact_address_payment" />
3508 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3509 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3510 </item> <!-- Public bath -->
3511 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3512 <link wiki="Tag:leisure=resort" />
3513 <space />
3514 <key key="leisure" value="resort" />
3515 <reference ref="name_operator_oh_wheelchair" />
3516 <reference ref="fee_interval" />
3517 <reference ref="link_contact_address_payment" />
3518 </item> <!-- Resort -->
3519 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3520 <link wiki="Tag:leisure=beach_resort" />
3521 <space />
3522 <key key="leisure" value="beach_resort" />
3523 <reference ref="name_operator_oh_wheelchair" />
3524 <reference ref="fee_interval" />
3525 <space />
3526 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3527 <reference ref="link_contact_address_payment" />
3528 </item> <!-- Beach Resort -->
3529 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3530 <link wiki="Tag:leisure=swimming_pool" />
3531 <key key="leisure" value="swimming_pool" />
3532 <space />
3533 <label text="Used for the water area only." />
3534 <space />
3535 <reference ref="POI_access" />
3536 </item> <!-- Swimming Pool -->
3537 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3538 <link wiki="Tag:amenity=dive_centre" />
3539 <space />
3540 <key key="amenity" value="dive_centre" />
3541 <reference ref="name_operator_oh_wheelchair" />
3542 <reference ref="link_contact_address_payment" />
3543 </item> <!-- Dive centre -->
3544 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3545 <link wiki="Tag:leisure=fitness_station" />
3546 <space />
3547 <key key="leisure" value="fitness_station" />
3548 <reference ref="name_operator_oh_wheelchair" />
3549 <text key="ref" text="Reference" />
3550 <text key="description" text="Description" />
3551 </item> <!-- Fitness Station -->
3552 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3553 <link wiki="Tag:amenity=sauna" />
3554 <space />
3555 <key key="leisure" value="sauna" />
3556 <reference ref="name_operator_oh_wheelchair" />
3557 <reference ref="POI_access" />
3558 <reference ref="link_contact_address_payment" />
3559 </item> <!-- Sauna -->
3560 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3561 <link wiki="Tag:leisure=horse_riding" />
3562 <space />
3563 <key key="leisure" value="horse_riding" />
3564 <reference ref="name_operator_oh_wheelchair" />
3565 <reference ref="fee" />
3566 <reference ref="link_contact_address_payment" />
3567 </item> <!-- Horse Riding -->
3568 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3569 <link wiki="Tag:leisure=hackerspace" />
3570 <space />
3571 <key key="leisure" value="hackerspace" />
3572 <reference ref="name_operator_oh_wheelchair" />
3573 <reference ref="link_contact_address" />
3574 </item> <!-- Hackerspace -->
3575 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3576 <link wiki="Tag:leisure=outdoor_seating" />
3577 <space />
3578 <key key="leisure" value="outdoor_seating" />
3579 <reference ref="name_operator_oh_wheelchair" />
3580 </item> <!-- Outdoor seating -->
3581 <separator/>
3582 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3583 <link wiki="Tag:leisure=playground" />
3584 <space />
3585 <key key="leisure" value="playground" />
3586 <reference ref="name_operator_oh_wheelchair" />
3587 <reference ref="max_age" />
3588 </item> <!-- Playground -->
3589 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3590 <link wiki="Key:playground" />
3591 <space />
3592 <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!" />
3593 <reference ref="name_operator_oh_wheelchair" />
3594 <reference ref="max_age" />
3595 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3596 </item> <!-- Playground device -->
3597 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3598 <link wiki="Tag:tourism=picnic_site" />
3599 <space />
3600 <key key="tourism" value="picnic_site" />
3601 <text key="name" text="Name" />
3602 <check key="fireplace" text="Fireplace" />
3603 </item> <!-- Picnic Site -->
3604 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3605 <link wiki="Tag:leisure=picnic_table" />
3606 <space />
3607 <key key="leisure" value="picnic_table" />
3608 <check key="covered" text="Covered" />
3609 </item> <!-- Picnic Table -->
3610 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3611 <link wiki="Tag:amenity=bbq" />
3612 <space />
3613 <key key="amenity" value="bbq" />
3614 <text key="name" text="Name" />
3615 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3616 <check key="covered" text="Covered" />
3617 </item> <!-- Public Grill -->
3618 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3619 <link wiki="Tag:leisure=firepit" />
3620 <space />
3621 <key key="leisure" value="firepit" />
3622 <text key="name" text="Name" />
3623 </item> <!-- Firepit -->
3624 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3625 <link wiki="Tag:leisure=fishing" />
3626 <space />
3627 <key key="leisure" value="fishing" />
3628 <text key="name" text="Name" />
3629 </item> <!-- Fishing -->
3630 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3631 <link wiki="Tag:leisure=bird_hide" />
3632 <space />
3633 <key key="leisure" value="bird_hide" />
3634 <reference ref="name_ref_operator" />
3635 </item> <!-- Bird Hide -->
3636 <separator/>
3637 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3638 <link wiki="Tag:leisure=amusement_arcade" />
3639 <space />
3640 <key key="leisure" value="amusement_arcade" />
3641 <reference ref="name_operator_oh_wheelchair" />
3642 <reference ref="min_age" />
3643 <space />
3644 <reference ref="internet_smoking" />
3645 <reference ref="link_contact_address_payment" />
3646 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3647 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3648 <preset_link preset_name="Casino" text="Similar but different tags:" />
3649 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3650 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3651 </item> <!-- Amusement arcade -->
3652 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3653 <link wiki="Tag:leisure=adult_gaming_centre" />
3654 <space />
3655 <key key="leisure" value="adult_gaming_centre" />
3656 <reference ref="name_operator_oh_wheelchair" />
3657 <reference ref="min_age" />
3658 <space />
3659 <reference ref="internet_smoking" />
3660 <reference ref="link_contact_address_payment" />
3661 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3662 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3663 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3664 <preset_link preset_name="Casino" text="Similar but different tags:" />
3665 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3666 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3667 </item> <!-- Adult gaming centre -->
3668 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3669 <link wiki="Tag:amenity=gambling" />
3670 <space />
3671 <key key="amenity" value="gambling" />
3672 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3673 <reference ref="name_operator_oh_wheelchair" />
3674 <reference ref="min_age" />
3675 <space />
3676 <reference ref="internet_smoking" />
3677 <reference ref="link_contact_address_payment" />
3678 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3679 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3680 <preset_link preset_name="Casino" text="Similar but different tags:" />
3681 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3682 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3683 </item> <!-- Gambling -->
3684 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3685 <link wiki="Tag:amenity=casino" />
3686 <space />
3687 <key key="amenity" value="casino" />
3688 <reference ref="name_operator_oh_wheelchair" />
3689 <reference ref="min_age" />
3690 <space />
3691 <reference ref="internet_smoking" />
3692 <reference ref="link_contact_address_payment" />
3693 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3694 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3695 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3696 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3697 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3698 </item> <!-- Casino -->
3699 <separator/>
3700 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3701 <link wiki="Tag:amenity=nightclub" />
3702 <space />
3703 <key key="amenity" value="nightclub" />
3704 <reference ref="name_operator_oh_wheelchair" />
3705 <reference ref="min_age" />
3706 <space />
3707 <reference ref="internet_smoking" />
3708 <reference ref="link_contact_address_payment" />
3709 </item> <!-- Night Club -->
3710 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3711 <link wiki="Tag:amenity=stripclub" />
3712 <space />
3713 <key key="amenity" value="stripclub" />
3714 <reference ref="name_operator_oh_wheelchair" />
3715 <reference ref="min_age" />
3716 <space />
3717 <reference ref="internet_smoking" />
3718 <reference ref="link_contact_address_payment" />
3719 </item> <!-- Strip Club -->
3720 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3721 <link wiki="Tag:amenity=brothel" />
3722 <space />
3723 <key key="amenity" value="brothel" />
3724 <reference ref="name_operator_oh_wheelchair" />
3725 <space />
3726 <reference ref="internet_smoking" />
3727 <reference ref="link_contact_address_payment" />
3728 </item> <!-- Brothel -->
3729 </group> <!-- Leisure -->
3730 <group name="Culture" icon="presets/leisure/theater.svg">
3731 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3732 <link wiki="Tag:tourism=museum" />
3733 <space />
3734 <key key="tourism" value="museum" />
3735 <reference ref="name_operator_oh_wheelchair" />
3736 <text key="wikipedia" text="Wikipedia" />
3737 <reference ref="link_contact_address_payment" />
3738 <preset_link preset_name="Building" />
3739 </item> <!-- Museum -->
3740 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3741 <link wiki="Tag:amenity=theatre" />
3742 <space />
3743 <key key="amenity" value="theatre" />
3744 <reference ref="name_operator" />
3745 <reference ref="wheelchair" />
3746 <reference ref="link_contact_address_payment" />
3747 <preset_link preset_name="Building" />
3748 </item> <!-- Theatre -->
3749 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3750 <link wiki="Tag:amenity=library" />
3751 <space />
3752 <key key="amenity" value="library" />
3753 <reference ref="name_operator_oh_wheelchair" />
3754 <reference ref="link_contact_address_payment" />
3755 <preset_link preset_name="Building" />
3756 </item> <!-- Library -->
3757 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3758 <link wiki="Tag:amenity=public_bookcase" />
3759 <space />
3760 <key key="amenity" value="public_bookcase" />
3761 <text key="name" text="Name" />
3762 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3763 <text key="operator" text="Operator" />
3764 <reference ref="oh_wheelchair" />
3765 <reference ref="POI_access" />
3766 </item> <!-- Public bookcase -->
3767 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3768 <link wiki="Tag:amenity=arts_centre" />
3769 <space />
3770 <key key="amenity" value="arts_centre" />
3771 <text key="name" text="Name" />
3772 <reference ref="link_contact_address_payment" />
3773 <preset_link preset_name="Building" />
3774 </item> <!-- Arts Centre -->
3775 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3776 <link wiki="Tag:tourism=artwork" />
3777 <space />
3778 <key key="tourism" value="artwork" />
3779 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3780 <text key="name" text="Name" />
3781 <text key="artwork_subject" text="Subject" />
3782 <text key="artist_name" text="Artist Name" />
3783 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3784 <text key="start_date" text="Start date" />
3785 </item> <!-- Artwork -->
3786 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3787 <link wiki="Tag:amenity=studio" />
3788 <space />
3789 <key key="amenity" value="studio" />
3790 <reference ref="name_operator" />
3791 <reference ref="wheelchair" />
3792 <combo key="studio" text="Type" values="audio,radio,television,video" />
3793 <reference ref="link_contact_address_payment" />
3794 </item> <!-- Studio -->
3795 </group> <!-- Culture -->
3796 <group name="Place of Worship" icon="presets/religion/religion.svg">
3797 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3798 <link wiki="Tag:amenity=place_of_worship" />
3799 <space />
3800 <key key="amenity" value="place_of_worship" />
3801 <key key="religion" value="christian" />
3802 <text key="name" text="Name" />
3803 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3804 <reference ref="christian_denominations" />
3805 <reference ref="service_times" />
3806 <reference ref="oh_wheelchair" />
3807 <reference ref="link_contact_address" />
3808 <preset_link preset_name="Building" />
3809 </item> <!-- Church -->
3810 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
3811 <link wiki="Tag:amenity=place_of_worship" />
3812 <space />
3813 <key key="amenity" value="place_of_worship" />
3814 <key key="religion" value="muslim" />
3815 <text key="name" text="Name" />
3816 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
3817 <reference ref="muslim_denominations" />
3818 <reference ref="service_times" />
3819 <reference ref="oh_wheelchair" />
3820 <reference ref="link_contact_address" />
3821 <preset_link preset_name="Building" />
3822 </item> <!-- Mosque -->
3823 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
3824 <link wiki="Tag:amenity=place_of_worship" />
3825 <space />
3826 <key key="amenity" value="place_of_worship" />
3827 <key key="religion" value="jewish" />
3828 <text key="name" text="Name" />
3829 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
3830 <reference ref="jewish_denominations" />
3831 <reference ref="service_times" />
3832 <reference ref="oh_wheelchair" />
3833 <reference ref="link_contact_address" />
3834 <preset_link preset_name="Building" />
3835 </item> <!-- Synagogue -->
3836 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3837 <link wiki="Tag:amenity=place_of_worship" />
3838 <space />
3839 <key key="amenity" value="place_of_worship" />
3840 <key key="religion" value="buddhist" />
3841 <text key="name" text="Name" />
3842 <reference ref="buddhist_denominations" />
3843 <reference ref="service_times" />
3844 <reference ref="oh_wheelchair" />
3845 <reference ref="link_contact_address" />
3846 <preset_link preset_name="Building" />
3847 </item> <!-- Buddhist Temple -->
3848 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3849 <link wiki="Tag:amenity=place_of_worship" />
3850 <space />
3851 <key key="amenity" value="place_of_worship" />
3852 <key key="religion" value="hindu" />
3853 <text key="name" text="Name" />
3854 <reference ref="hindu_denominations" />
3855 <reference ref="service_times" />
3856 <reference ref="oh_wheelchair" />
3857 <reference ref="link_contact_address" />
3858 <preset_link preset_name="Building" />
3859 </item> <!-- Hindu Temple -->
3860 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
3861 <link wiki="Tag:amenity=place_of_worship" />
3862 <space />
3863 <key key="amenity" value="place_of_worship" />
3864 <key key="religion" value="shinto" />
3865 <text key="name" text="Name" />
3866 <reference ref="service_times" />
3867 <reference ref="oh_wheelchair" />
3868 <reference ref="link_contact_address" />
3869 <preset_link preset_name="Building" />
3870 </item> <!-- Shinto Shrine -->
3871 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
3872 <link wiki="Tag:amenity=place_of_worship" />
3873 <space />
3874 <key key="amenity" value="place_of_worship" />
3875 <text key="name" text="Name" />
3876 <reference ref="other_religions" />
3877 <reference ref="service_times" />
3878 <reference ref="oh_wheelchair" />
3879 <reference ref="link_contact_address" />
3880 <preset_link preset_name="Building" />
3881 </item> <!-- Other Place of Worship -->
3882 </group> <!-- Place of Worship -->
3883 <group name="Public Building" icon="presets/service/townhall.svg">
3884 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
3885 <link wiki="Tag:amenity=townhall" />
3886 <space />
3887 <key key="amenity" value="townhall" />
3888 <reference ref="name_oh_wheelchair" />
3889 <reference ref="link_contact_address" />
3890 <preset_link preset_name="Building" />
3891 </item> <!-- Town Hall -->
3892 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3893 <link wiki="Tag:amenity=community_centre" />
3894 <label text="Community Centre" />
3895 <space />
3896 <key key="amenity" value="community_centre" />
3897 <reference ref="name_operator_oh_wheelchair" />
3898 <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" />
3899 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
3900 <reference ref="link_contact_address" />
3901 <preset_link preset_name="Building" />
3902 </item> <!-- Community Centre -->
3903 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3904 <link wiki="Tag:amenity=embassy" />
3905 <space />
3906 <key key="amenity" value="embassy" />
3907 <reference ref="name_oh_wheelchair" />
3908 <reference ref="link_contact_address" />
3909 </item> <!-- Embassy -->
3910 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
3911 <link wiki="Tag:amenity=courthouse" />
3912 <space />
3913 <key key="amenity" value="courthouse" />
3914 <reference ref="name_oh_wheelchair" />
3915 <reference ref="link_contact_address" />
3916 <preset_link preset_name="Building" />
3917 </item> <!-- Courthouse -->
3918 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
3919 <link wiki="Tag:amenity=prison" />
3920 <space />
3921 <key key="amenity" value="prison" />
3922 <reference ref="name_operator" />
3923 <reference ref="link_contact_address" />
3924 </item> <!-- Prison -->
3925 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
3926 <link wiki="Tag:amenity=police" />
3927 <space />
3928 <key key="amenity" value="police" />
3929 <reference ref="name_oh_wheelchair" />
3930 <reference ref="link_contact_address" />
3931 <preset_link preset_name="Building" />
3932 </item> <!-- Police -->
3933 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3934 <link wiki="Tag:amenity=ranger_station" />
3935 <space />
3936 <key key="amenity" value="ranger_station" />
3937 <reference ref="name_operator_oh_wheelchair" />
3938 <reference ref="link_contact_address" />
3939 </item> <!-- Ranger Station -->
3940 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3941 <link wiki="Tag:amenity=fire_station" />
3942 <space />
3943 <key key="amenity" value="fire_station" />
3944 <text key="name" text="Name" />
3945 <reference ref="link_contact_address" />
3946 <preset_link preset_name="Building" />
3947 </item> <!-- Fire Station -->
3948 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
3949 <link wiki="Tag:amenity=post_office" />
3950 <space />
3951 <key key="amenity" value="post_office" />
3952 <reference ref="name_operator_oh_wheelchair" />
3953 <text key="ref" text="Reference" />
3954 <reference ref="link_contact_address_payment" />
3955 </item> <!-- Post Office -->
3956 </group> <!-- Public Buildings -->
3957 <group name="Education" icon="presets/education/school.svg">
3958 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3959 <link wiki="Tag:amenity=kindergarten" />
3960 <space />
3961 <key key="amenity" value="kindergarten" />
3962 <reference ref="name_operator_oh_wheelchair" />
3963 <reference ref="min_age" />
3964 <reference ref="max_age" />
3965 <combo key="isced:level" text="ISCED level" values="0" />
3966 <reference ref="link_contact_address" />
3967 <preset_link preset_name="Building" />
3968 </item> <!-- Kindergarten -->
3969 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3970 <link wiki="Tag:amenity=school" />
3971 <space />
3972 <key key="amenity" value="school" />
3973 <reference ref="name_operator_oh_wheelchair" />
3974 <reference ref="min_age" />
3975 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
3976 <reference ref="link_contact_address" />
3977 <preset_link preset_name="Building" />
3978 </item> <!-- School -->
3979 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
3980 <link wiki="Tag:amenity=university" />
3981 <space />
3982 <key key="amenity" value="university" />
3983 <reference ref="name_operator_oh_wheelchair" />
3984 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
3985 <reference ref="link_contact_address" />
3986 </item> <!-- University -->
3987 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
3988 <link wiki="Tag:amenity=college" />
3989 <space />
3990 <key key="amenity" value="college" />
3991 <reference ref="name_operator_oh_wheelchair" />
3992 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
3993 <reference ref="link_contact_address" />
3994 </item> <!-- College -->
3995 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3996 <link wiki="Tag:amenity=driving_school" />
3997 <space />
3998 <key key="amenity" value="driving_school" />
3999 <reference ref="name_operator_oh_wheelchair" />
4000 <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" />
4001 <reference ref="link_contact_address" />
4002 </item> <!-- Driving School -->
4003 </group> <!-- Education -->
4004 <group name="Health" icon="presets/health/pharmacy.svg">
4005 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
4006 <link wiki="Tag:amenity=hospital" />
4007 <space />
4008 <key key="amenity" value="hospital" />
4009 <reference ref="name_operator" />
4010 <reference ref="link_contact_address_payment" />
4011 </item> <!-- Hospital -->
4012 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
4013 <link wiki="Tag:amenity=clinic" />
4014 <space />
4015 <key key="amenity" value="clinic" />
4016 <reference ref="name_operator" />
4017 <reference ref="link_contact_address_payment" />
4018 </item> <!-- Clinic -->
4019 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
4020 <link wiki="Tag:amenity=doctors" />
4021 <space />
4022 <key key="amenity" value="doctors" />
4023 <reference ref="name_oh_wheelchair" />
4024 <reference ref="link_contact_address_payment" />
4025 </item> <!-- Doctor's Office -->
4026 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
4027 <link wiki="Tag:amenity=dentist" />
4028 <space />
4029 <key key="amenity" value="dentist" />
4030 <reference ref="name_oh_wheelchair" />
4031 <reference ref="link_contact_address_payment" />
4032 </item> <!-- Dentist -->
4033 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
4034 <link wiki="Tag:amenity=pharmacy" />
4035 <space />
4036 <key key="amenity" value="pharmacy" />
4037 <reference ref="name_operator_oh_wheelchair" />
4038 <check key="dispensing" text="Dispensing"/>
4039 <reference ref="link_contact_address_payment" />
4040 </item> <!-- Pharmacy -->
4041 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
4042 <link wiki="Tag:healthcare=laboratory" />
4043 <space />
4044 <key key="healthcare" value="laboratory" />
4045 <optional>
4046 <reference ref="name_operator" />
4047 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
4048 <reference ref="oh_wheelchair" />
4049 <text key="ref" text="Reference" />
4050 <reference ref="link_contact_address" />
4051 </optional>
4052 </item> <!-- Laboratory -->
4053 <separator/>
4054 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
4055 <link wiki="Tag:amenity=baby_hatch" />
4056 <space />
4057 <key key="amenity" value="baby_hatch" />
4058 <reference ref="name_operator_oh_wheelchair" />
4059 <reference ref="link_contact_address" />
4060 </item> <!-- Baby Hatch/Safe Haven -->
4061 <separator/>
4062 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
4063 <link wiki="Tag:highway=emergency_access_point" />
4064 <space />
4065 <key key="highway" value="emergency_access_point" />
4066 <text key="ref" text="Point Number" />
4067 <text key="name" text="Point Name" />
4068 <text key="operator" text="Operator" />
4069 <text key="emergency_telephone_code" text="Emergency Phone Number" />
4070 <label text="(Use number as shown on plate.)" />
4071 <space />
4072 </item> <!-- Emergency Access Point -->
4073 <separator/>
4074 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
4075 <link wiki="Tag:amenity=veterinary" />
4076 <space />
4077 <key key="amenity" value="veterinary" />
4078 <reference ref="name_oh_wheelchair" />
4079 <reference ref="link_contact_address_payment" />
4080 </item> <!-- Veterinary -->
4081 </group> <!-- Health -->
4082 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
4083 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4084 <link wiki="Tag:emergency=ambulance_station" />
4085 <space />
4086 <key key="emergency" value="ambulance_station" />
4087 <reference ref="name_operator" />
4088 <reference ref="link_contact_address" />
4089 </item> <!-- Ambulance Station -->
4090 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
4091 <link wiki="Tag:emergency=emergency_ward_entrance" />
4092 <space />
4093 <key key="emergency" value="emergency_ward_entrance" />
4094 <reference ref="name_operator" />
4095 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
4096 <reference ref="link_contact_address" />
4097 </item> <!-- Emergency ward entrance -->
4098 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
4099 <link wiki="Tag:emergency=defibrillator" />
4100 <space />
4101 <key key="emergency" value="defibrillator" />
4102 <reference ref="oh_wheelchair" />
4103 <text key="operator" text="Operator" />
4104 <text key="defibrillator:location" text="Location description" />
4105 <text key="phone" text="Phone number" />
4106 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
4107 <reference ref="POI_access" />
4108 <check key="indoor" text="Located inside a building?" />
4109 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
4110 <optional>
4111 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
4112 <text key="lastcheck:note" text="Last check note" />
4113 </optional>
4114 -->
4115 </item> <!-- Automated Defibrillator -->
4116 <separator />
4117 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
4118 <link wiki="Tag:emergency=fire_extinguisher" />
4119 <space />
4120 <key key="emergency" value="fire_extinguisher" />
4121 <text key="ref" text="Reference" />
4122 <text key="operator" text="Operator" />
4123 <check key="indoor" text="Indoor" />
4124 </item> <!-- Fire Extinguisher -->
4125 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
4126 <link wiki="Tag:emergency=fire_hose" />
4127 <space />
4128 <key key="emergency" value="fire_hose" />
4129 <text key="ref" text="Reference" />
4130 <text key="operator" text="Operator" />
4131 </item> <!-- Fire Hose -->
4132 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
4133 <link wiki="Tag:emergency=fire_hydrant" />
4134 <space />
4135 <key key="emergency" value="fire_hydrant" />
4136 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4137 <list_entry value="pillar" short_description="A pillar type hydrant." />
4138 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4139 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4140 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4141 </combo>
4142 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4143 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4144 <list_entry value="#" short_description="Pressure in bar." />
4145 <list_entry value="yes" short_description="Pressure but value unknown." />
4146 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4147 </combo>
4148 <optional>
4149 <text key="ref" text="Reference" />
4150 <combo key="water_source" text="Water source">
4151 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4152 <list_entry value="groundwater" short_description="A water well." />
4153 <list_entry value="stream" />
4154 <list_entry value="river" />
4155 <list_entry value="canal" />
4156 <list_entry value="drain" />
4157 <list_entry value="ditch" />
4158 <list_entry value="pond" />
4159 <list_entry value="lake" />
4160 <list_entry value="water_tank" />
4161 <list_entry value="swimming_pool" />
4162 </combo>
4163 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4164 <list_entry value="lane" short_description="on the side of a road lane" />
4165 <list_entry value="parking_lot" short_description="in a parking lot" />
4166 <list_entry value="sidewalk" short_description="on a sidewalk" />
4167 <list_entry value="green" short_description="in a grassy area" />
4168 </combo>
4169 <text key="flow_rate" text="Flow rate with unit of measure" />
4170 <combo key="pillar:type" text="Pillar type">
4171 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4172 <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." />
4173 </combo>
4174 <space />
4175 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4176 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4177 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4178 <space />
4179 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4180 <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" />
4181 <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" />
4182 <space />
4183 <text key="manufacturer" text="Manufacturer" />
4184 <text key="operator" text="Operator" />
4185 <text key="name" text="Name" />
4186 </optional>
4187 </item> <!-- Fire Hydrant -->
4188 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4189 <link wiki="Tag:emergency=water_tank" />
4190 <space />
4191 <key key="emergency" value="water_tank" />
4192 <reference ref="name_ref_operator" />
4193 <space />
4194 <text key="water_tank:volume" text="Volume (in liters)" />
4195 </item> <!-- Water Tank -->
4196 <separator />
4197 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4198 <link wiki="Tag:emergency=assembly_point" />
4199 <space />
4200 <key key="emergency" value="assembly_point" />
4201 <reference ref="name_ref_operator" />
4202 </item> <!-- Assembly Point -->
4203 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4204 <link wiki="Tag:emergency=phone" />
4205 <key key="emergency" value="phone" />
4206 <text key="ref" text="Reference" />
4207 <text key="operator" text="Operator" />
4208 </item> <!-- Emergency Phone -->
4209 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4210 <link wiki="Tag:emergency=siren" />
4211 <key key="emergency" value="siren" />
4212 <text key="ref" text="Reference" />
4213 <text key="operator" text="Operator" />
4214 <space />
4215 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4216 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4217 <text key="siren:range" text="Range (in meters)" />
4218 </item> <!-- Siren -->
4219 </group> <!-- Emergency -->
4220 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4221 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4222 <link wiki="Key:social_facility" />
4223 <space />
4224 <key key="amenity" value="social_facility" />
4225 <key key="social_facility" value="nursing_home" />
4226 <reference ref="name_operator" />
4227 <text key="capacity" text="Capacity" />
4228 <reference ref="link_contact_address" />
4229 </item> <!-- Nursing Home -->
4230 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4231 <link wiki="Tag:amenity=nursing_home" />
4232 <space />
4233 <key key="amenity" value="nursing_home" />
4234 <reference ref="name_operator" />
4235 <text key="capacity" text="Capacity" />
4236 <reference ref="link_contact_address" />
4237 </item> <!-- Nursing Home (Legacy)-->
4238 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4239 <link wiki="Key:social_facility" />
4240 <space />
4241 <key key="amenity" value="social_facility" />
4242 <key key="social_facility" value="group_home" />
4243 <reference ref="name_operator" />
4244 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4245 <text key="capacity" text="Capacity" />
4246 <reference ref="link_contact_address" />
4247 </item> <!-- Group Home -->
4248 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4249 <link wiki="Key:social_facility" />
4250 <space />
4251 <key key="amenity" value="social_facility" />
4252 <key key="social_facility" value="assisted_living" />
4253 <reference ref="name_operator" />
4254 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4255 <text key="capacity" text="Capacity" />
4256 <reference ref="link_contact_address" />
4257 </item> <!-- Assisted Living -->
4258 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4259 <link wiki="Key:social_facility" />
4260 <space />
4261 <key key="amenity" value="social_facility" />
4262 <key key="social_facility" value="outreach" />
4263 <reference ref="name_operator_oh_wheelchair" />
4264 <reference ref="link_contact_address" />
4265 </item> <!-- Outreach -->
4266 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4267 <link wiki="Key:social_facility" />
4268 <space />
4269 <key key="amenity" value="social_facility" />
4270 <key key="social_facility" value="shelter" />
4271 <reference ref="name_operator" />
4272 <text key="capacity" text="Capacity" />
4273 <reference ref="link_contact_address" />
4274 </item> <!-- Shelter -->
4275 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4276 <link wiki="Key:social_facility" />
4277 <space />
4278 <key key="amenity" value="social_facility" />
4279 <key key="social_facility" value="food_bank" />
4280 <reference ref="name_operator_oh_wheelchair" />
4281 <reference ref="link_contact_address" />
4282 </item> <!-- Food Bank -->
4283 </group> <!-- Social Facility -->
4284 <group name="Facilities" icon="presets/service/telephone.svg">
4285 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4286 <link wiki="Tag:amenity=toilets" />
4287 <space />
4288 <key key="amenity" value="toilets" />
4289 <optional>
4290 <reference ref="POI_access" />
4291 <checkgroup columns="3">
4292 <check key="female" text="Female" text_context="restroom" />
4293 <check key="male" text="Male" text_context="restroom" />
4294 <check key="unisex" text="Unisex" text_context="restroom" />
4295 </checkgroup>
4296 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4297 <text key="description" text="Description" />
4298 <reference ref="fee" />
4299 <text key="operator" text="Operator" />
4300 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4301 <reference ref="wheelchair" />
4302 <check key="drinking_water" text="Drinking Water" />
4303 </optional>
4304 <preset_link preset_name="Changing table" />
4305 </item> <!-- Toilets/Restrooms -->
4306 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4307 <link wiki="Tag:amenity=shower" />
4308 <space />
4309 <key key="amenity" value="shower" />
4310 <reference ref="POI_access" />
4311 <optional>
4312 <checkgroup columns="3">
4313 <check key="female" text="Female" text_context="restroom" />
4314 <check key="male" text="Male" text_context="restroom" />
4315 <check key="unisex" text="Unisex" text_context="restroom" />
4316 </checkgroup>
4317 <text key="description" text="Description" />
4318 <reference ref="fee" />
4319 <text key="operator" text="Operator" />
4320 <reference ref="oh_wheelchair" />
4321 </optional>
4322 </item> <!-- Shower -->
4323 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4324 <link wiki="Key:changing_table" />
4325 <space />
4326 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4327 <optional>
4328 <check key="changing_table:fee" text="Fee" />
4329 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4330 <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" />
4331 <text key="operator" text="Operator" />
4332 <reference ref="wheelchair" />
4333 </optional>
4334 </item> <!-- Changing table -->
4335 <separator/>
4336 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4337 <link wiki="Tag:amenity=post_box" />
4338 <space />
4339 <key key="amenity" value="post_box" />
4340 <text key="operator" text="Operator" />
4341 <text key="ref" text="Reference number" />
4342 <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" />
4343 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4344 <check key="drive_through" text="Drive through" />
4345 </item> <!-- Post Box -->
4346 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4347 <link wiki="Tag:amenity=telephone" />
4348 <space />
4349 <key key="amenity" value="telephone" />
4350 <text key="operator" text="Operator" />
4351 <combo key="covered" text="Covered" values="yes,no,booth" />
4352 <space />
4353 <check key="payment:coins" text="Coins" />
4354 <check key="payment:notes" text="Notes" text_context="payment" />
4355 <check key="payment:telephone_cards" text="Telephone cards" />
4356 <preset_link preset_name="Payment Methods" />
4357 </item> <!-- Telephone -->
4358 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4359 <link wiki="Tag:amenity=internet_cafe" />
4360 <space />
4361 <key key="amenity" value="internet_cafe" />
4362 <reference ref="name_operator_oh_wheelchair" />
4363 <reference ref="link_contact_address_payment" />
4364 </item> <!-- Internet Cafe -->
4365 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4366 <link wiki="Key:internet_access" />
4367 <space />
4368 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4369 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4370 </item> <!-- Internet Access -->
4371 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4372 <link wiki="Tag:amenity=clock" />
4373 <key key="amenity" value="clock" />
4374 <optional>
4375 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4376 <reference ref="support" />
4377 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4378 <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" />
4379 <check key="date" text="Shows current date" />
4380 <check key="thermometer" text="Shows temperature" />
4381 <check key="barometer" text="Shows barometric pressure" />
4382 <check key="hygrometer" text="Shows humidity" />
4383 </optional>
4384 </item> <!-- Clock -->
4385 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4386 <link wiki="Tag:amenity=photo_booth" />
4387 <space />
4388 <key key="amenity" value="photo_booth" />
4389 <reference ref="name_operator_oh_wheelchair" />
4390 </item> <!-- Photo booth -->
4391 <separator/>
4392 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4393 <link wiki="Tag:amenity=recycling" />
4394 <space />
4395 <key key="amenity" value="recycling" />
4396 <key key="recycling_type" value="container" />
4397 <text key="operator" text="Operator" />
4398 <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" />
4399 <reference ref="wheelchair" />
4400 <space />
4401 <checkgroup columns="4">
4402 <check key="recycling:paper" text="Paper" />
4403 <check key="recycling:paper_packaging" text="Paper packaging" />
4404 <check key="recycling:cardboard" text="Cardboard" />
4405 <check key="recycling:newspaper" text="Newspaper" />
4406 <check key="recycling:magazines" text="Magazines" />
4407 <check key="recycling:books" text="Books" />
4408 <check key="recycling:plastic" text="Plastic" />
4409 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4410 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4411 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4412 <check key="recycling:glass" text="Glass" />
4413 <check key="recycling:glass_bottles" text="Glass Bottles" />
4414 <check key="recycling:cans" text="Cans" />
4415 <check key="recycling:clothes" text="Clothes" />
4416 <check key="recycling:shoes" text="Shoes" />
4417 <check key="recycling:scrap_metal" text="Scrap Metal" />
4418 <check key="recycling:wood" text="Wood" />
4419 <check key="recycling:green_waste" text="Green Waste" />
4420 <check key="recycling:waste" text="Waste" />
4421 <check key="recycling:batteries" text="Batteries" />
4422 <check key="recycling:small_appliances" text="Small Appliances" />
4423 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4424 </checkgroup>
4425 </item> <!-- Recycling Container-->
4426 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4427 <link wiki="Tag:amenity=recycling" />
4428 <space />
4429 <key key="amenity" value="recycling" />
4430 <key key="recycling_type" value="centre" />
4431 <reference ref="name_operator_oh_wheelchair" />
4432 <space />
4433 <checkgroup columns="4">
4434 <check key="recycling:paper" text="Paper" />
4435 <check key="recycling:paper_packaging" text="Paper packaging" />
4436 <check key="recycling:cardboard" text="Cardboard" />
4437 <check key="recycling:newspaper" text="Newspaper" />
4438 <check key="recycling:magazines" text="Magazines" />
4439 <check key="recycling:books" text="Books" />
4440 <check key="recycling:plastic" text="Plastic" />
4441 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4442 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4443 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4444 <check key="recycling:glass" text="Glass" />
4445 <check key="recycling:glass_bottles" text="Glass Bottles" />
4446 <check key="recycling:cans" text="Cans" />
4447 <check key="recycling:clothes" text="Clothes" />
4448 <check key="recycling:shoes" text="Shoes" />
4449 <check key="recycling:scrap_metal" text="Scrap Metal" />
4450 <check key="recycling:wood" text="Wood" />
4451 <check key="recycling:green_waste" text="Green Waste" />
4452 <check key="recycling:waste" text="Waste" />
4453 <check key="recycling:batteries" text="Batteries" />
4454 <check key="recycling:small_appliances" text="Small Appliances" />
4455 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4456 </checkgroup>
4457 <reference ref="link_contact_address_payment" />
4458 </item> <!-- Recycling Centre-->
4459 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4460 <link wiki="Tag:amenity=waste_basket" />
4461 <key key="amenity" value="waste_basket" />
4462 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4463 </item> <!-- Waste Basket/Trash Can -->
4464 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4465 <link wiki="Tag:amenity=waste_disposal" />
4466 <key key="amenity" value="waste_disposal" />
4467 <combo key="waste" text="Waste" values="trash" />
4468 </item> <!-- Waste Disposal/Dumpster -->
4469 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4470 <link wiki="Toilet_Holding_Tank_Disposal" />
4471 <space />
4472 <key key="amenity" value="sanitary_dump_station" />
4473 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4474 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4475 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4476 <reference ref="POI_access" />
4477 <reference ref="fee" />
4478 <text key="operator" text="Operator" />
4479 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4480 </item> <!-- Sanitary Dump Station -->
4481 <separator/>
4482 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4483 <link wiki="Tag:amenity=bench" />
4484 <space />
4485 <key key="amenity" value="bench" />
4486 <check key="backrest" text="Backrest" />
4487 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4488 <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" />
4489 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4490 </item> <!-- Bench -->
4491 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4492 <link wiki="Tag:amenity=shelter" />
4493 <space />
4494 <key key="amenity" value="shelter" />
4495 <text key="name" text="Name" />
4496 <check key="fireplace" text="Fireplace" />
4497 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4498 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4499 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4500 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4501 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4502 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4503 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4504 </combo>
4505 </item> <!-- Shelter -->
4506 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4507 <link wiki="Tag:amenity=hunting_stand" />
4508 <space />
4509 <key key="amenity" value="hunting_stand" />
4510 <text key="height" text="Height (meters)" length="7" />
4511 <check key="shelter" text="Shelter" />
4512 <check key="hide" text="Hide" text_context="hunting stand" />
4513 <check key="lockable" text="Lockable" />
4514 </item> <!-- Hunting Stand -->
4515 <separator/>
4516 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4517 <link wiki="Tag:amenity=drinking_water" />
4518 <space />
4519 <key key="amenity" value="drinking_water" />
4520 <check key="indoor" text="Indoor" />
4521 <optional>
4522 <text key="name" text="Name" />
4523 <text key="description" text="Description" />
4524 </optional>
4525 </item> <!-- Drinking Water -->
4526 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4527 <link wiki="Tag:amenity=water_point" />
4528 <space />
4529 <key key="amenity" value="water_point" />
4530 <optional>
4531 <check key="drinking_water" text="Drinking Water" />
4532 <text key="name" text="Name" />
4533 <text key="description" text="Description" />
4534 </optional>
4535 </item> <!-- Water Point -->
4536 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4537 <link wiki="Tag:amenity=watering_place" />
4538 <space />
4539 <key key="amenity" value="watering_place" />
4540 <optional>
4541 <text key="name" text="Name" />
4542 <text key="description" text="Description" />
4543 </optional>
4544 </item> <!-- Animal watering place -->
4545 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4546 <link wiki="Tag:amenity=compressed_air" />
4547 <space />
4548 <key key="amenity" value="compressed_air" />
4549 <reference ref="name_ref_operator" />
4550 <reference ref="fee" />
4551 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4552 </item> <!-- Compressed Air -->
4553 <separator/>
4554 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4555 <link wiki="Tag:advertising=column" />
4556 <space />
4557 <key key="advertising" value="column" />
4558 <optional>
4559 <check key="lit" text="Lit" />
4560 </optional>
4561 </item> <!-- Advertising Column -->
4562 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4563 <link wiki="Tag:advertising=billboard" />
4564 <space />
4565 <key key="advertising" value="billboard" />
4566 <optional>
4567 <check key="lit" text="Lit" />
4568 </optional>
4569 </item> <!-- Billboard -->
4570 </group> <!-- Facilities -->
4571 </group> <!-- Facilities -->
4572 <group name="Sports" icon="presets/sport/soccer.svg">
4573 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4574 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4575 <link wiki="Tag:leisure=stadium" />
4576 <space />
4577 <key key="leisure" value="stadium" />
4578 <text key="name" text="Name" />
4579 <reference ref="sport" />
4580 <reference ref="link_contact_address_payment" />
4581 </item> <!-- Stadium -->
4582 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4583 <link wiki="Tag:leisure=sports_centre" />
4584 <space />
4585 <key key="leisure" value="sports_centre" />
4586 <text key="name" text="Name" />
4587 <reference ref="sport" />
4588 <reference ref="link_contact_address_payment" />
4589 <preset_link preset_name="Building" />
4590 </item> <!-- Sports Centre -->
4591 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4592 <link wiki="Tag:leisure=fitness_centre" />
4593 <space />
4594 <key key="leisure" value="fitness_centre" />
4595 <text key="name" text="Name" />
4596 <reference ref="sport" />
4597 <reference ref="link_contact_address_payment" />
4598 <preset_link preset_name="Building" />
4599 </item> <!-- Fitness Centre -->
4600 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4601 <link wiki="Tag:leisure=pitch" />
4602 <space />
4603 <key key="leisure" value="pitch" />
4604 <text key="name" text="Name" />
4605 <reference ref="sport" />
4606 <reference ref="sport_surface" />
4607 <reference ref="link_contact_address_payment" />
4608 </item> <!-- Pitch -->
4609 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4610 <link wiki="Tag:leisure=track" />
4611 <space />
4612 <key key="leisure" value="track" />
4613 <text key="name" text="Name" />
4614 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
4615 <reference ref="sport_surface" />
4616 </item> <!-- Racetrack -->
4617 <group name="Golf" icon="presets/sport/golf/golf.svg">
4618 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4619 <link wiki="Tag:leisure=golf_course" />
4620 <space />
4621 <key key="leisure" value="golf_course" />
4622 <reference ref="name_oh_wheelchair" />
4623 </item> <!-- Golf Course -->
4624 <separator/>
4625 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4626 <link wiki="Tag:leisure=golf_course" />
4627 <space />
4628 <key key="golf" value="tee" />
4629 </item> <!-- Tee -->
4630 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4631 <link wiki="Tag:leisure=golf_course" />
4632 <space />
4633 <key key="golf" value="hole" />
4634 <text key="ref" text="Reference" />
4635 <text key="par" text="Par" />
4636 <optional>
4637 <text key="name" text="Name" />
4638 <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" />
4639 </optional>
4640 </item> <!-- Hole -->
4641 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4642 <link wiki="Tag:leisure=golf_course" />
4643 <space />
4644 <key key="golf" value="pin" />
4645 <text key="ref" text="Reference" />
4646 </item> <!-- Pin -->
4647 <separator/>
4648 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4649 <link wiki="Tag:golf=bunker" />
4650 <space />
4651 <key key="golf" value="bunker" />
4652 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4653 </item> <!-- Bunker -->
4654 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4655 <link wiki="Tag:leisure=golf_course" />
4656 <space />
4657 <key key="golf" value="water_hazard" />
4658 <key key="natural" value="water" match="keyvalue" />
4659 </item> <!-- Frontal Water hazard -->
4660 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4661 <link wiki="Tag:leisure=golf_course" />
4662 <space />
4663 <key key="golf" value="lateral_water_hazard" />
4664 <key key="natural" value="water" match="keyvalue" />
4665 </item> <!-- Lateral water hazard -->
4666 <separator/>
4667 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4668 <link wiki="Tag:leisure=golf_course" />
4669 <space />
4670 <key key="golf" value="green" />
4671 </item> <!-- Green -->
4672 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4673 <link wiki="Tag:golf=fairway" />
4674 <space />
4675 <key key="golf" value="fairway" />
4676 <key key="surface" value="grass" match="keyvalue" />
4677 </item> <!-- Fairway -->
4678 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4679 <link wiki="Tag:leisure=golf_course" />
4680 <space />
4681 <key key="golf" value="rough" />
4682 </item> <!-- Rough -->
4683 <separator/>
4684 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4685 <link wiki="Tag:leisure=golf_course" />
4686 <space />
4687 <key key="golf" value="driving_range" />
4688 </item> <!-- Driving range -->
4689 </group> <!-- Golf -->
4690 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4691 <link wiki="Tag:leisure=miniature_golf" />
4692 <space />
4693 <key key="leisure" value="miniature_golf" />
4694 <reference ref="name_oh_wheelchair" />
4695 </item> <!-- Miniature Golf -->
4696 </group> <!-- Sport Facilities -->
4697 <group name="Sport" icon="presets/sport/multi.svg">
4698 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4699 <link wiki="Tag:sport=multi" />
4700 <space />
4701 <key key="sport" value="multi" />
4702 <text key="name" text="Name" />
4703 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4704 <reference ref="sport_surface" />
4705 </item> <!-- Multi -->
4706 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4707 <link wiki="Tag:sport=9pin" />
4708 <space />
4709 <key key="sport" value="9pin" />
4710 <text key="name" text="Name" />
4711 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4712 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4713 </item> <!-- Nine-pin Bowling -->
4714 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4715 <link wiki="Tag:sport=10pin" />
4716 <space />
4717 <key key="sport" value="10pin" />
4718 <text key="name" text="Name" />
4719 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4720 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4721 </item> <!-- Ten-pin Bowling -->
4722 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4723 <link wiki="Tag:sport=archery" />
4724 <space />
4725 <key key="sport" value="archery" />
4726 <text key="name" text="Name" />
4727 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4728 </item> <!-- Archery -->
4729 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4730 <link wiki="Tag:sports=athletics" />
4731 <space />
4732 <key key="sport" value="athletics" />
4733 <text key="name" text="Name" />
4734 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4735 <reference ref="sport_surface" />
4736 </item> <!-- Track and Field Athletics -->
4737 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4738 <link wiki="Tag:sport=running" />
4739 <space />
4740 <key key="sport" value="running" />
4741 <reference ref="name_operator" />
4742 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4743 <reference ref="sport_surface" />
4744 </item> <!-- Running -->
4745 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4746 <link wiki="Tag:sport=climbing" />
4747 <space />
4748 <key key="sport" value="climbing" />
4749 <text key="name" text="Name" />
4750 <combo key="leisure" text="Type" values="sports_centre" />
4751 <reference ref="climbing_styles" />
4752 <text key="climbing:routes" text="Number of routes" />
4753 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
4754 <space />
4755 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4756 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4757 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4758 <space />
4759 <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" />
4760 <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" />
4761 <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" />
4762 <space />
4763 <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" />
4764 <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" />
4765 <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" />
4766 <space />
4767 <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" />
4768 <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" />
4769 <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" />
4770 <reference ref="climbing_optional_attributes" />
4771 <space />
4772 </item> <!-- Climbing site -->
4773 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4774 <link wiki="Tag:sport=climbing" />
4775 <space />
4776 <key key="sport" value="climbing" />
4777 <key key="climbing" value="route" />
4778 <text key="name" text="Name" />
4779 <reference ref="climbing_styles" />
4780 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4781 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4782 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4783 <space />
4784 <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" />
4785 <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" />
4786 <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" />
4787 <reference ref="climbing_optional_attributes" />
4788 </item> <!-- Climbing route -->
4789 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4790 <link wiki="Tag:sport=canoe" />
4791 <space />
4792 <key key="sport" value="canoe" />
4793 <text key="name" text="Name" />
4794 </item> <!-- Canoeing/Kayaking -->
4795 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4796 <link wiki="Tag:sport=rowing" />
4797 <space />
4798 <key key="sport" value="rowing" />
4799 <text key="name" text="Name" />
4800 </item> <!-- Rowing -->
4801 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
4802 <link wiki="Tag:sport=cycling" />
4803 <space />
4804 <key key="sport" value="cycling" />
4805 <text key="name" text="Name" />
4806 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4807 <reference ref="sport_surface" />
4808 </item> <!-- Cycling -->
4809 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4810 <link wiki="Tag:sport=dog_racing" />
4811 <space />
4812 <key key="sport" value="dog_racing" />
4813 <text key="name" text="Name" />
4814 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4815 <reference ref="sport_surface" />
4816 </item> <!-- Dog Racing -->
4817 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
4818 <link wiki="Tag:sport=equestrian" />
4819 <space />
4820 <key key="sport" value="equestrian" />
4821 <text key="name" text="Name" />
4822 <reference ref="riding_surface" />
4823 </item> <!-- Equestrian -->
4824 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
4825 <link wiki="Tag:sport=horse_racing" />
4826 <space />
4827 <key key="sport" value="horse_racing" />
4828 <text key="name" text="Name" />
4829 <reference ref="riding_surface" />
4830 </item> <!-- Horse Racing -->
4831 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4832 <link wiki="Tag:sport=gymnastics" />
4833 <space />
4834 <key key="sport" value="gymnastics" />
4835 <text key="name" text="Name" />
4836 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
4837 </item> <!-- Gymnastics -->
4838 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4839 <link wiki="Tag:sport=ice_skating" />
4840 <space />
4841 <key key="sport" value="ice_skating" />
4842 <text key="name" text="Name" />
4843 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
4844 </item> <!-- Ice Skating -->
4845 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4846 <link wiki="Tag:sport=roller_skating"/>
4847 <space />
4848 <key key="sport" value="roller_skating" />
4849 <text key="name" text="Name" />
4850 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4851 <combo key="surface" text="Surface" values="asphalt,concrete" />
4852 </item> <!-- Roller Skating -->
4853 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
4854 <link wiki="Tag:sport=skateboard" />
4855 <space />
4856 <key key="sport" value="skateboard" />
4857 <text key="name" text="Name" />
4858 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
4859 <combo key="surface" text="Surface" values="asphalt,concrete" />
4860 </item> <!-- Skateboard -->
4861 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
4862 <link wiki="Tag:sport=swimming" />
4863 <space />
4864 <key key="sport" value="swimming" />
4865 <text key="name" text="Name" />
4866 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
4867 </item> <!-- Swimming -->
4868 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
4869 <link wiki="Tag:sport=scuba_diving" />
4870 <space />
4871 <key key="sport" value="scuba_diving" />
4872 <text key="name" text="Name" />
4873 </item> <!-- Scuba Diving -->
4874 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4875 <link wiki="Piste_Maps" />
4876 <space />
4877 <text key="name" text="Name" />
4878 <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"/>
4879 <optional>
4880 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
4881 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
4882 </optional>
4883 </item> <!-- Skiing -->
4884 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
4885 <link wiki="Tag:sport=shooting" />
4886 <space />
4887 <key key="sport" value="shooting" />
4888 <text key="name" text="Name" />
4889 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4890 </item> <!-- Shooting -->
4891 </group> <!-- Sport -->
4892 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
4893 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4894 <link wiki="Tag:sport=soccer" />
4895 <space />
4896 <key key="sport" value="soccer" />
4897 <reference ref="name_leisure_pitch" />
4898 <reference ref="sport_surface" />
4899 </item> <!-- Soccer -->
4900 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4901 <link wiki="Tag:sport=australian_football" />
4902 <space />
4903 <key key="sport" value="australian_football" />
4904 <reference ref="name_leisure_pitch" />
4905 <reference ref="sport_surface" />
4906 </item> <!-- Australian Football -->
4907 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4908 <link wiki="Tag:sport=american_football" />
4909 <space />
4910 <key key="sport" value="american_football" />
4911 <reference ref="name_leisure_pitch" />
4912 <reference ref="sport_surface" />
4913 </item> <!-- American Football -->
4914 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4915 <link wiki="Tag:sport=canadian_football" />
4916 <space />
4917 <key key="sport" value="canadian_football" />
4918 <reference ref="name_leisure_pitch" />
4919 <reference ref="sport_surface" />
4920 </item> <!-- Canadian Football -->
4921 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4922 <link wiki="Tag:sport=gaelic_games" />
4923 <space />
4924 <key key="sport" value="gaelic_games" />
4925 <reference ref="name_leisure_pitch" />
4926 <reference ref="sport_surface" />
4927 <optional>
4928 <check key="gaelic_games:hurling" text="Hurling" />
4929 <check key="gaelic_games:football" text="Football" />
4930 <check key="gaelic_games:camogie" text="Camogie" />
4931 <check key="gaelic_games:rounders" text="Rounders" />
4932 <check key="gaelic_games:handball" text="Handball" />
4933 </optional>
4934 </item> <!-- Gaelic Games -->
4935 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4936 <link wiki="Tag:sport=rugby_league" />
4937 <space />
4938 <key key="sport" value="rugby_league" />
4939 <reference ref="name_leisure_pitch" />
4940 <reference ref="sport_surface" />
4941 </item> <!-- Rugby League -->
4942 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4943 <link wiki="Tag:sport=rugby_union" />
4944 <space />
4945 <key key="sport" value="rugby_union" />
4946 <reference ref="name_leisure_pitch" />
4947 <reference ref="sport_surface" />
4948 </item> <!-- Rugby Union -->
4949 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4950 <link wiki="Tag:sport=baseball" />
4951 <space />
4952 <key key="sport" value="baseball" />
4953 <reference ref="name_leisure_pitch" />
4954 <reference ref="sport_surface" />
4955 </item> <!-- Baseball -->
4956 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4957 <link wiki="Tag:sport=basketball" />
4958 <space />
4959 <key key="sport" value="basketball" />
4960 <reference ref="name_leisure_pitch" />
4961 <reference ref="sport_surface" />
4962 <combo key="hoops" text="Hoops" values="1,2,3,4" />
4963 </item> <!-- Basketball -->
4964 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4965 <link wiki="Tag:sport=handball" />
4966 <space />
4967 <key key="sport" value="handball" />
4968 <reference ref="name_operator" />
4969 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4970 <reference ref="sport_surface" />
4971 </item> <!-- Handball -->
4972 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4973 <link wiki="Tag:sport=volleyball" />
4974 <space />
4975 <key key="sport" value="volleyball" />
4976 <reference ref="name_operator" />
4977 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4978 <reference ref="sport_surface" />
4979 </item> <!-- Volleyball -->
4980 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4981 <link wiki="Tag:sport=beachvolleyball" />
4982 <space />
4983 <key key="sport" value="beachvolleyball" />
4984 <reference ref="name_operator" />
4985 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4986 </item> <!-- Beach Volleyball -->
4987 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
4988 <link wiki="Tag:sport=billiards" />
4989 <space />
4990 <key key="sport" value="billiards" />
4991 <reference ref="name_operator" />
4992 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4993 </item> <!-- Billiards -->
4994 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4995 <link wiki="Tag:sport=golf" />
4996 <space />
4997 <key key="sport" value="golf" />
4998 <text key="name" text="Name" />
4999 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
5000 </item> <!-- Golf -->
5001 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5002 <link wiki="Tag:sport=boules" />
5003 <space />
5004 <key key="sport" value="boules" />
5005 <reference ref="name_leisure_pitch" />
5006 <reference ref="sport_surface" />
5007 </item> <!-- Boule -->
5008 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
5009 <link wiki="Tag:sport=bowls" />
5010 <space />
5011 <key key="sport" value="bowls" />
5012 <reference ref="name_leisure_pitch" />
5013 <reference ref="sport_surface" />
5014 </item> <!-- Lawn Bowling -->
5015 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
5016 <link wiki="Tag:sport=cricket" />
5017 <space />
5018 <key key="sport" value="cricket" />
5019 <reference ref="name_leisure_pitch" />
5020 <reference ref="sport_surface" />
5021 </item> <!-- Cricket -->
5022 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
5023 <link wiki="Tag:sport=croquet" />
5024 <space />
5025 <key key="sport" value="croquet" />
5026 <reference ref="name_leisure_pitch" />
5027 <reference ref="sport_surface" />
5028 </item> <!-- Croquet -->
5029 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5030 <link wiki="Tag:sport=field_hockey" />
5031 <space />
5032 <key key="sport" value="field_hockey" />
5033 <text key="name" text="Name" />
5034 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5035 <reference ref="sport_surface" />
5036 </item> <!-- Field Hockey -->
5037 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
5038 <link wiki="Tag:sport=ice_hockey" />
5039 <space />
5040 <key key="sport" value="ice_hockey" />
5041 <text key="name" text="Name" />
5042 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
5043 </item> <!-- Ice Hockey -->
5044 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
5045 <link wiki="Tag:sport=pelota" />
5046 <space />
5047 <key key="sport" value="pelota" />
5048 <reference ref="name_leisure_pitch" />
5049 <reference ref="sport_surface" />
5050 </item> <!-- Pelota -->
5051 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
5052 <link wiki="Tag:sport=racquet" />
5053 <space />
5054 <key key="sport" value="racquet" />
5055 <text key="name" text="Name" />
5056 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5057 <reference ref="sport_surface" />
5058 </item> <!-- Racquetball -->
5059 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5060 <link wiki="Tag:sport=table_tennis" />
5061 <space />
5062 <key key="sport" value="table_tennis" />
5063 <text key="name" text="Name" />
5064 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
5065 </item> <!-- Table Tennis/Ping-Pong -->
5066 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
5067 <link wiki="Tag:sport=tennis" />
5068 <space />
5069 <key key="sport" value="tennis" />
5070 <reference ref="name_leisure_pitch" />
5071 <reference ref="sport_surface" />
5072 </item> <!-- Tennis -->
5073 </group> <!-- Sport (Ball) -->
5074 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
5075 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
5076 <link wiki="Tag:sport=motor" />
5077 <space />
5078 <key key="sport" value="motor" />
5079 <text key="name" text="Name" />
5080 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5081 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5082 </item> <!-- Motorsport -->
5083 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
5084 <link wiki="Tag:sport=karting" />
5085 <space />
5086 <key key="sport" value="karting" />
5087 <text key="name" text="Name" />
5088 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5089 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5090 </item> <!-- Kart Racing -->
5091 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
5092 <link wiki="Tag:sport=motocross" />
5093 <space />
5094 <key key="sport" value="motocross" />
5095 <text key="name" text="Name" />
5096 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5097 </item> <!-- Motocross -->
5098 <separator/>
5099 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
5100 <link wiki="Tag:sport=model_aerodrome" />
5101 <space />
5102 <key key="sport" value="model_aerodrome" />
5103 <text key="name" text="Name" />
5104 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
5105 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5106 </item> <!-- Model Aerodrome -->
5107 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
5108 <link wiki="Tag:sport=rc_car" />
5109 <space />
5110 <key key="sport" value="rc_car" />
5111 <text key="name" text="Name" />
5112 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5113 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5114 </item> <!-- RC Car -->
5115 </group> <!-- Motorsport -->
5116 </group> <!-- Sports -->
5117 <group name="Man Made" icon="presets/landmark/works.svg">
5118 <group name="Man Made" icon="presets/landmark/works.svg">
5119 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5120 <link wiki="Key:building" />
5121 <space />
5122 <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
5123 <optional>
5124 <text key="name" text="Name" />
5125 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5126 <text key="height" text="Height (meters)" length="7" />
5127 </optional>
5128 <preset_link preset_name="Address" />
5129 </item> <!-- Building -->
5130 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5131 <link wiki="Key:building" />
5132 <space />
5133 <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" />
5134 <optional>
5135 <text key="name" text="Name" />
5136 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5137 <text key="height" text="Height (meters)" length="7" />
5138 </optional>
5139 <preset_link preset_name="Address" />
5140 </item> <!-- Residential Building -->
5141 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
5142 <link wiki="Key:building:part" />
5143 <space />
5144 <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" />
5145 <text key="name" text="Name" />
5146 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5147 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
5148 <text key="height" text="Height (meters)" length="7" />
5149 <text key="min_height" text="Skipped height (meters)" />
5150 </item> <!-- Building part -->
5151 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
5152 <link wiki="Key:entrance" />
5153 <space />
5154 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
5155 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5156 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5157 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5158 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5159 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5160 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
5161 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
5162 </combo>
5163 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5164 <reference ref="wheelchair" />
5165 <optional>
5166 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5167 <text key="ref" text="Entrance number" />
5168 <text key="addr:flats" text="Flat numbers" />
5169 </optional>
5170 </item> <!-- Entrance -->
5171 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5172 <link wiki="Key:police" />
5173 <space />
5174 <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" />
5175 <optional>
5176 <text key="name" text="Name" />
5177 <text key="operator" text="Operator" />
5178 </optional>
5179 <reference ref="link_contact_address" />
5180 </item> <!-- Non-public police facility -->
5181 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5182 <link wiki="Tag:man_made=mast" />
5183 <space />
5184 <key key="man_made" value="mast" />
5185 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5186 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5187 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5188 <list_entry value="monitoring" />
5189 <list_entry value="radar" />
5190 <list_entry value="siren" />
5191 </combo>
5192 <optional>
5193 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5194 <reference ref="name_ref_operator" />
5195 <text key="height" text="Height (meters)" length="7" />
5196 <text key="ele" text="Elevation (meters)" length="10" />
5197 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5198 <reference ref="POI_access" />
5199 </optional>
5200 <preset_link preset_name="Tower" text="Similar but different tags:" />
5201 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5202 </item> <!-- Mast -->
5203 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5204 <link wiki="Tag:man_made=tower" />
5205 <space />
5206 <key key="man_made" value="tower" />
5207 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5208 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5209 <list_entry value="communication" icon="presets/tower/communication.svg" />
5210 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5211 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5212 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5213 <list_entry value="minaret" />
5214 <list_entry value="observation" icon="presets/tower/observation.svg" />
5215 <list_entry value="radar" />
5216 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5217 </combo>
5218 <optional>
5219 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5220 <reference ref="name_ref_operator" />
5221 <text key="height" text="Height (meters)" length="7" />
5222 <text key="ele" text="Elevation (meters)" length="10" />
5223 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5224 <reference ref="POI_access" />
5225 <reference ref="oh" />
5226 <reference ref="fee_interval" />
5227 <space />
5228 </optional>
5229 <preset_link preset_name="Mast" text="Similar but different tags:" />
5230 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5231 <reference ref="link_contact_address" />
5232 </item> <!-- Tower -->
5233 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5234 <link wiki="Tag:man_made=communications_tower" />
5235 <space />
5236 <label text="Big communication tower, usually higher than 100 meters." />
5237 <key key="man_made" value="communications_tower" />
5238 <optional>
5239 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5240 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5241 <reference ref="name_ref_operator" />
5242 <text key="height" text="Height (meters)" length="7" />
5243 <text key="ele" text="Elevation (meters)" length="10" />
5244 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5245 <reference ref="POI_access" />
5246 <reference ref="oh" />
5247 <reference ref="fee_interval" />
5248 </optional>
5249 <preset_link preset_name="Mast" text="Similar but different tags:" />
5250 <preset_link preset_name="Tower" text="Similar but different tags:" />
5251 <reference ref="link_contact_address" />
5252 </item> <!-- Big Communication Tower -->
5253 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5254 <link wiki="Tag:man_made=flagpole" />
5255 <key key="man_made" value="flagpole" />
5256 </item> <!-- Flagpole -->
5257 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5258 <link wiki="Tag:man_made=cross" />
5259 <key key="man_made" value="cross" />
5260 </item> <!-- Cross -->
5261 <separator/>
5262 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5263 <link wiki="Tag:man_made=works" />
5264 <space />
5265 <key key="man_made" value="works" />
5266 <text key="name" text="Name" />
5267 </item> <!-- Works -->
5268 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5269 <link wiki="Tag:man_made=chimney" />
5270 <space />
5271 <key key="man_made" value="chimney" />
5272 <reference ref="name_operator" />
5273 <text key="height" text="Height (meters)" length="7" />
5274 </item> <!-- Chimney -->
5275 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5276 <link wiki="Tag:man_made=kiln" />
5277 <space />
5278 <key key="man_made" value="kiln" />
5279 <reference ref="name_operator" />
5280 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5281 </item> <!-- Kiln -->
5282 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5283 <link wiki="Tag:man_made=windmill" />
5284 <space />
5285 <key key="man_made" value="windmill" />
5286 <text key="name" text="Name" />
5287 </item> <!-- Windmill -->
5288 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5289 <link wiki="Tag:man_made=gasometer" />
5290 <space />
5291 <key key="man_made" value="gasometer" />
5292 <optional>
5293 <reference ref="name_operator" />
5294 <combo key="building" text="Building" values="gasometer" values_context="building" />
5295 <text key="height" text="Height (meters)" length="7" />
5296 </optional>
5297 </item> <!-- Gasometer -->
5298 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5299 <link wiki="Tag:man_made=silo" />
5300 <space />
5301 <key key="man_made" value="silo" />
5302 <optional>
5303 <reference ref="name_operator" />
5304 <combo key="building" text="Building" values="silo" values_context="building" />
5305 <text key="height" text="Height (meters)" length="7" />
5306 </optional>
5307 </item> <!-- Silo -->
5308 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5309 <link wiki="Tag:man_made=storage_tank" />
5310 <key key="man_made" value="storage_tank" />
5311 <optional>
5312 <reference ref="name_operator" />
5313 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5314 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5315 <text key="height" text="Height (meters)" length="7" />
5316 </optional>
5317 </item> <!-- Storage Tank -->
5318 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5319 <link wiki="Tag:man_made=bunker_silo" />
5320 <space />
5321 <key key="man_made" value="bunker_silo" />
5322 <optional>
5323 <reference ref="name_operator" />
5324 </optional>
5325 </item> <!-- Bunker Silo -->
5326 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5327 <link wiki="Tag:man_made=crane" />
5328 <space />
5329 <key key="man_made" value="crane" />
5330 <optional>
5331 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5332 <reference ref="name_operator" />
5333 </optional>
5334 </item> <!-- Crane -->
5335 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5336 <link wiki="Tag:man_made=goods_conveyor" />
5337 <space />
5338 <key key="man_made" value="goods_conveyor" />
5339 <optional>
5340 <reference ref="name_operator" />
5341 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5342 <checkgroup columns="3">
5343 <check key="covered" text="Covered" />
5344 <check key="bridge" text="Bridge" disable_off="true" />
5345 <check key="tunnel" text="Tunnel" disable_off="true" />
5346 </checkgroup>
5347 </optional>
5348 </item> <!-- Goods conveyor -->
5349 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5350 <link wiki="Tag:man_made=mineshaft" />
5351 <space />
5352 <key key="man_made" value="mineshaft" />
5353 <text key="name" text="Name" />
5354 <combo key="mineshaft_type" text="Function" values="winding,air" />
5355 <text key="depth" text="Depth in meters" />
5356 <text key="operator" text="Operator" />
5357 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5358 <check key="headframe" text="Visible Headframe" />
5359 <check key="disused" text="Disused" />
5360 </item> <!-- Mineshaft -->
5361 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5362 <link wiki="Tag:man_made=adit" />
5363 <space />
5364 <key key="man_made" value="adit" />
5365 <text key="name" text="Name" />
5366 <text key="length" text="Length in meters" />
5367 <text key="operator" text="Operator" />
5368 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
5369 <check key="disused" text="Disused" />
5370 </item> <!-- Adit -->
5371 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5372 <link wiki="Tag:man_made=embankment" />
5373 <space />
5374 <key key="man_made" value="embankment" />
5375 </item> <!-- Embankment -->
5376 <separator/>
5377 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5378 <link wiki="Tag:man_made=pipeline" />
5379 <space />
5380 <key key="man_made" value="pipeline" />
5381 <text key="name" text="Name" />
5382 <text key="ref" text="Reference" />
5383 <reference ref="operator_substance" />
5384 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5385 <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" />
5386 <text key="pressure" text="Pressure (bar)" />
5387 </item> <!-- Pipeline -->
5388 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5389 <link wiki="Tag:pipeline=substation" />
5390 <space />
5391 <key key="pipeline" value="substation" />
5392 <text key="name" text="Name" />
5393 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5394 <text key="ref" text="Reference" />
5395 <reference ref="operator_substance" />
5396 </item> <!-- Pipeline Substation -->
5397 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5398 <link wiki="Tag:pipeline=valve" />
5399 <space />
5400 <key key="pipeline" value="valve" />
5401 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5402 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5403 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5404 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5405 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5406 <reference ref="ref_operator" />
5407 </item> <!-- Pipeline Valve -->
5408 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5409 <link wiki="Key:marker" />
5410 <space />
5411 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5412 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5413 <optional>
5414 <reference ref="ref_operator" />
5415 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5416 <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" />
5417 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5418 </optional>
5419 </item> <!-- Marker -->
5420 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5421 <link wiki="Key:manhole" />
5422 <space />
5423 <key key="man_made" value="manhole" />
5424 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5425 <reference ref="ref_operator" />
5426 </item> <!-- Manhole -->
5427 <separator/>
5428 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5429 <link wiki="Tag:man_made=water_tower" />
5430 <space />
5431 <key key="man_made" value="water_tower" />
5432 <optional>
5433 <reference ref="name_operator" />
5434 <text key="height" text="Height (meters)" length="7" />
5435 </optional>
5436 </item> <!-- Water Tower -->
5437 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5438 <link wiki="Tag:man_made=water_works" />
5439 <space />
5440 <key key="man_made" value="water_works" />
5441 <reference ref="name_operator" />
5442 </item> <!-- Water Works -->
5443 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5444 <link wiki="Tag:man_made=wastewater_plant" />
5445 <space />
5446 <key key="man_made" value="wastewater_plant" />
5447 <text key="name" text="Name" />
5448 </item> <!-- Wastewater Treatment Plant -->
5449 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5450 <link wiki="Tag:man_made=watermill" />
5451 <space />
5452 <key key="man_made" value="watermill" />
5453 <text key="name" text="Name" />
5454 </item> <!-- Watermill -->
5455 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5456 <link wiki="Tag:amenity=fountain" />
5457 <space />
5458 <key key="amenity" value="fountain" />
5459 <optional>
5460 <text key="name" text="Name" />
5461 <check key="drinking_water" text="Drinking Water" />
5462 </optional>
5463 </item> <!-- Fountain -->
5464 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5465 <link wiki="Tag:man_made=water_well" />
5466 <space />
5467 <key key="man_made" value="water_well" />
5468 <optional>
5469 <text key="name" text="Name" />
5470 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5471 </optional>
5472 </item> <!-- Water Well -->
5473 <separator/>
5474 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5475 <link wiki="Tag:man_made=lighthouse" />
5476 <space />
5477 <key key="man_made" value="lighthouse" />
5478 <text key="name" text="Name" />
5479 </item> <!-- Lighthouse -->
5480 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5481 <link wiki="Tag:man_made=beacon" />
5482 <space />
5483 <key key="man_made" value="beacon" />
5484 <text key="name" text="Name" />
5485 </item> <!-- Beacon -->
5486 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5487 <link wiki="Tag:highway=street_lamp" />
5488 <space />
5489 <key key="highway" value="street_lamp" />
5490 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5491 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5492 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5493 </item> <!-- Street Lamp -->
5494 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5495 <link wiki="Tag:man_made=street_cabinet" />
5496 <key key="man_made" value="street_cabinet" />
5497 <optional>
5498 <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" />
5499 <reference ref="ref_operator" />
5500 <text key="manufacturer" text="Manufacturer" />
5501 <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" />
5502 </optional>
5503 </item> <!-- Street cabinet -->
5504 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5505 <link wiki="Tag:man_made=monitoring_station" />
5506 <space />
5507 <key key="man_made" value="monitoring_station" />
5508 <reference ref="name_operator" />
5509 <label text="Monitoring:" />
5510 <checkgroup columns="3">
5511 <check key="monitoring:water_level" text="Water level" />
5512 <check key="monitoring:tide_gauge" text="Tide Level" />
5513 <check key="monitoring:groundwater" text="Groundwater" />
5514 <check key="monitoring:traffic" text="Traffic" />
5515 <check key="monitoring:air_quality" text="Air Quality" />
5516 <check key="monitoring:noise" text="Noise" />
5517 <check key="monitoring:gps" text="GPS Signals" />
5518 <check key="monitoring:glonass" text="GLONASS Signals" />
5519 <check key="monitoring:galileo" text="Galileo Signals" />
5520 <check key="monitoring:weather" text="Weather" />
5521 <check key="monitoring:radiation" text="Radiation" />
5522 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5523 </checkgroup>
5524 <label text="Recording:" />
5525 <checkgroup columns="3">
5526 <check key="recording:automated" text="Automated" />
5527 <check key="recording:manually" text="Manually" />
5528 <check key="recording:remote" text="Remote" />
5529 </checkgroup>
5530 <label text="Display:" />
5531 <checkgroup columns="2">
5532 <check key="display:analog" text="Analog" />
5533 <check key="display:digital" text="Digital" />
5534 </checkgroup>
5535 </item> <!-- Monitoring Station -->
5536 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5537 <link wiki="Tag:man_made=survey_point" />
5538 <space />
5539 <key key="man_made" value="survey_point" />
5540 <reference ref="name_ref" />
5541 <text key="ele" text="Elevation (meters)" length="10" />
5542 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5543 </item> <!-- Survey Point -->
5544 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5545 <link wiki="Tag:man_made=surveillance" />
5546 <space />
5547 <key key="man_made" value="surveillance" />
5548 <key key="surveillance:type" value="camera" />
5549 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5550 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5551 <text key="operator" text="Operator" />
5552 <optional>
5553 <text key="name" text="Name" />
5554 <text key="ref" text="Reference" />
5555 </optional>
5556 <space />
5557 <label text="Camera" />
5558 <space />
5559 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5560 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5561 <optional>
5562 <text key="camera:direction" text="Direction in degrees" match="key" />
5563 <text key="camera:angle" text="Inclination in degrees" match="key" />
5564 <text key="height" text="Height (meters)" length="7" />
5565 </optional>
5566 </item> <!-- Surveillance Camera -->
5567 </group> <!-- Man Made -->
5568 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5569 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5570 <link wiki="Key:bridge" />
5571 <space />
5572 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5573 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5574 <reference ref="optional_bridge" />
5575 </item> <!-- Bridge -->
5576 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5577 <link wiki="Key:bridge:movable" />
5578 <space />
5579 <key key="bridge" value="movable" />
5580 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5581 <reference ref="optional_bridge" />
5582 </item> <!-- Movable Bridge -->
5583 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5584 <link wiki="Key:bridge:support" />
5585 <space />
5586 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5587 </item> <!-- Bridge Support -->
5588 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5589 <link wiki="Tag:man_made=bridge" />
5590 <space />
5591 <key key="man_made" value="bridge" />
5592 <optional>
5593 <reference ref="name_layer" />
5594 </optional>
5595 </item> <!-- Bridge outline -->
5596 </group> <!-- Bridges -->
5597 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5598 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5599 <link wiki="Tag:military=airfield" />
5600 <space />
5601 <key key="military" value="airfield" match="keyvalue!" />
5602 <reference ref="aerodrome" />
5603 </item> <!-- Airfield -->
5604 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5605 <link wiki="Tag:military=barracks" />
5606 <space />
5607 <key key="military" value="barracks" />
5608 </item> <!-- Barracks -->
5609 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5610 <link wiki="Tag:military=bunker" />
5611 <space />
5612 <key key="military" value="bunker" />
5613 <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
5614 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5615 <text key="name" text="Name" />
5616 <check key="historic" text="Historic" />
5617 <check key="ruins" text="Ruins" />
5618 </item> <!-- Bunker -->
5619 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5620 <link wiki="Tag:military=range" />
5621 <space />
5622 <key key="military" value="range" />
5623 </item> <!-- Range -->
5624 </group> <!-- Military -->
5625 <group name="Power" icon="presets/power/power.svg">
5626 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5627 <link wiki="Tag:power=plant" />
5628 <space />
5629 <key key="power" value="plant" />
5630 <reference ref="name_ref_operator" />
5631 <text key="start_date" text="Start date" />
5632 <optional text="Output forms of energy (optional):">
5633 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5634 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5635 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5636 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5637 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5638 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5639 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5640 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5641 <space />
5642 <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" />
5643 </optional>
5644 </item> <!-- Power Plant -->
5645 <group name="Power Generator" icon="presets/power/generator.svg">
5646 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5647 <key key="generator:source" value="biofuel" />
5648 <reference ref="power_generator" />
5649 <key key="generator:method" value="combustion" />
5650 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5651 <reference ref="power_output" />
5652 </item> <!-- Power Generator -->
5653 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5654 <key key="generator:source" value="biogas" />
5655 <reference ref="power_generator" />
5656 <key key="generator:method" value="combustion" />
5657 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5658 <reference ref="power_output" />
5659 </item> <!-- Biogas Power Generator -->
5660 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5661 <key key="generator:source" value="biomass" />
5662 <reference ref="power_generator" />
5663 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5664 <combo key="generator:type" text="Generator Type" values_searchable="true">
5665 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5666 <list_entry value="pyrolysis" short_description="" />
5667 <list_entry value="steam_generator" short_description="combustion" />
5668 <list_entry value="steam_turbine" short_description="combustion" />
5669 </combo>
5670 <reference ref="power_output" />
5671 </item> <!-- Biomass Power Generator -->
5672 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5673 <key key="generator:source" value="coal" />
5674 <reference ref="power_generator" />
5675 <key key="generator:method" value="combustion" />
5676 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5677 <reference ref="power_output" />
5678 </item> <!-- Coal Power Generator -->
5679 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5680 <key key="generator:source" value="gas" />
5681 <reference ref="power_generator" />
5682 <key key="generator:method" value="combustion" />
5683 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5684 <reference ref="power_output" />
5685 </item> <!-- Gas Power Generator -->
5686 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5687 <key key="generator:source" value="oil" />
5688 <reference ref="power_generator" />
5689 <key key="generator:method" value="combustion" />
5690 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5691 <reference ref="power_output" />
5692 </item> <!-- Oil Power Generator -->
5693 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5694 <key key="generator:source" value="diesel" />
5695 <reference ref="power_generator" />
5696 <key key="generator:method" value="combustion" />
5697 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5698 <reference ref="power_output" />
5699 </item> <!-- Diesel Power Generator -->
5700 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5701 <key key="generator:source" value="gasoline" />
5702 <reference ref="power_generator" />
5703 <key key="generator:method" value="combustion" />
5704 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5705 <reference ref="power_output" />
5706 </item> <!-- Gasoline Power Generator -->
5707 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
5708 <key key="generator:source" value="nuclear" />
5709 <reference ref="power_generator" />
5710 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5711 <combo key="generator:type" text="Generator Type" values_searchable="true">
5712 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5713 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5714 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5715 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5716 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5717 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5718 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5719 <list_entry value="cold-fusion" short_description="fusion" />
5720 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5721 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5722 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5723 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5724 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5725 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5726 <list_entry value="stellarator" short_description="fusion" />
5727 <list_entry value="tokamak" short_description="fusion" />
5728 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5729 </combo>
5730 <reference ref="power_output" />
5731 </item> <!-- Nuclear Reactor -->
5732 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
5733 <key key="generator:source" value="solar" />
5734 <reference ref="power_generator" />
5735 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5736 <combo key="generator:type" text="Generator Type" values_searchable="true">
5737 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5738 <list_entry value="solar_thermal_collector" short_description="thermal" />
5739 <list_entry value="steam_turbine" short_description="thermal" />
5740 </combo>
5741 <reference ref="power_output" />
5742 </item> <!-- Solar Power Generator -->
5743 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
5744 <key key="generator:source" value="waste" />
5745 <reference ref="power_generator" />
5746 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5747 <combo key="generator:type" text="Generator Type" values_searchable="true">
5748 <list_entry value="bioreactor" short_description="gasification" />
5749 <list_entry value="pyrolysis" short_description="" />
5750 <list_entry value="reciprocating_engine" short_description="combustion" />
5751 <list_entry value="steam_generator" short_description="combustion" />
5752 </combo>
5753 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5754 <reference ref="power_output" />
5755 </item> <!-- Waste Power Generator -->
5756 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5757 <key key="generator:source" value="hydro" />
5758 <reference ref="power_generator" />
5759 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5760 <combo key="generator:type" text="Generator Type" values_searchable="true">
5761 <list_entry value="francis_turbine" short_description="all methods" />
5762 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5763 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5764 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5765 </combo>
5766 <reference ref="power_output" />
5767 </item> <!-- Water Turbine -->
5768 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5769 <key key="generator:source" value="tidal" />
5770 <reference ref="power_generator" />
5771 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5772 <combo key="generator:type" text="Generator Type" values_searchable="true">
5773 <list_entry value="horizontal_axis" short_description="stream" />
5774 <list_entry value="kaplan_turbine" short_description="barrage" />
5775 <list_entry value="vertical_axis" short_description="stream" />
5776 </combo>
5777 <reference ref="power_output" />
5778 </item> <!-- Tidal Water Turbine -->
5779 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5780 <key key="generator:source" value="wave" />
5781 <reference ref="power_generator" />
5782 <reference ref="power_output" />
5783 </item> <!-- Wave Energy Converter -->
5784 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5785 <key key="generator:source" value="osmotic" />
5786 <reference ref="power_generator" />
5787 <reference ref="power_output" />
5788 </item> <!-- Osmotic Power Generator -->
5789 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5790 <key key="generator:source" value="geothermal" />
5791 <reference ref="power_generator" />
5792 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
5793 <reference ref="power_output" />
5794 </item> <!-- Geothermal Power Generator -->
5795 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
5796 <key key="generator:source" value="wind" />
5797 <reference ref="power_generator" />
5798 <key key="generator:method" value="wind_turbine" />
5799 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
5800 <reference ref="power_output" />
5801 </item> <!-- Wind Turbine -->
5802 </group> <!-- Power Generator -->
5803 <separator/>
5804 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5805 <link wiki="Tag:power=substation" />
5806 <space />
5807 <key key="power" value="substation" />
5808 <text key="name" text="Name" />
5809 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
5810 <reference ref="power_extra" />
5811 <optional>
5812 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
5813 <text key="start_date" text="Start date" />
5814 <check key="gas_insulated" text="Gas insulated" />
5815 </optional>
5816 </item> <!-- Power Substation -->
5817 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
5818 <link wiki="Tag:power=transformer" />
5819 <space />
5820 <key key="power" value="transformer" />
5821 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
5822 <reference ref="power_loc" />
5823 <reference ref="transformer_voltage_frequency" />
5824 <reference ref="ref_operator" />
5825 <reference ref="optional_transformer_rating_phases_devices_windings" />
5826 </item> <!-- Power Transformer -->
5827 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
5828 <link wiki="Tag:power=switchgear" />
5829 <space />
5830 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
5831 <space />
5832 <key key="power" value="switchgear" />
5833 <reference ref="power_loc" />
5834 <reference ref="voltage" />
5835 <optional>
5836 <check key="gas_insulated" text="Gas insulated" />
5837 </optional>
5838 </item> <!-- Power Switchgear -->
5839 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
5840 <link wiki="Tag:line=busbar" />
5841 <space />
5842 <key key="power" value="line" />
5843 <key key="line" value="busbar" />
5844 <reference ref="power_line_extra" />
5845 </item> <!-- Power Busbar -->
5846 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
5847 <link wiki="Tag:line=bay" />
5848 <space />
5849 <key key="power" value="line" />
5850 <key key="line" value="bay" />
5851 <reference ref="power_line_extra" />
5852 </item> <!-- Power Bay -->
5853 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
5854 <link wiki="Tag:power=switch" />
5855 <space />
5856 <key key="power" value="switch" />
5857 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
5858 <reference ref="power_loc" />
5859 <optional>
5860 <reference ref="voltage" />
5861 <reference ref="cables" />
5862 <reference ref="ref_operator" />
5863 </optional>
5864 </item> <!-- Power Switch -->
5865 <separator/>
5866 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
5867 <link wiki="Tag:power=converter" />
5868 <space />
5869 <key key="power" value="converter" />
5870 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
5871 <reference ref="voltage_frequency" />
5872 <reference ref="ref_operator" />
5873 <optional>
5874 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
5875 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
5876 </optional>
5877 </item> <!-- Power Converter -->
5878 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
5879 <link wiki="Tag:power=compensator" />
5880 <space />
5881 <key key="power" value="compensator" />
5882 <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" />
5883 <reference ref="voltage_frequency" />
5884 <reference ref="ref_operator" />
5885 <optional>
5886 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
5887 </optional>
5888 </item> <!-- Power Compensator -->
5889 <separator/>
5890 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
5891 <link wiki="Tag:man_made=street_cabinet" />
5892 <key key="man_made" value="street_cabinet" />
5893 <key key="street_cabinet" value="power" />
5894 <optional>
5895 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
5896 <reference ref="ref_operator" />
5897 <text key="manufacturer" text="Manufacturer" />
5898 <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" />
5899 </optional>
5900 </item> <!-- Power Street Cabinet -->
5901 <separator/>
5902 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
5903 <link wiki="Tag:building=transformer_tower" />
5904 <space />
5905 <key key="building" value="transformer_tower" />
5906 <text key="height" text="Height (meters)" length="7" />
5907 <reference ref="ref_operator" />
5908 <preset_link preset_name="Power Substation" />
5909 </item> <!-- Transformer Tower -->
5910 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
5911 <link wiki="Tag:power=terminal" />
5912 <space />
5913 <key key="power" value="terminal" />
5914 <optional>
5915 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5916 <text key="ref" text="Reference" />
5917 <text key="operator" text="Operator" />
5918 </optional>
5919 </item> <!-- Terminal -->
5920 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
5921 <link wiki="Tag:power=portal" />
5922 <space />
5923 <key key="power" value="portal" />
5924 <text key="height" text="Height (meters)" length="7" />
5925 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5926 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5927 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5928 <reference ref="ref_operator" />
5929 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
5930 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5931 </item> <!-- Power Portal -->
5932 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
5933 <link wiki="Tag:power=tower" />
5934 <space />
5935 <key key="power" value="tower" />
5936 <text key="height" text="Height (meters)" length="7" />
5937 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5938 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5939 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5940 <reference ref="ref_operator" />
5941 <optional>
5942 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
5943 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
5944 <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" />
5945 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5946 <check key="triple_tower" text="Triple tower" />
5947 <check key="design:incomplete" text="Incomplete tower" />
5948 <check key="location:transition" text="Location transition" disable_off="true" />
5949 </optional>
5950 </item> <!-- Power Tower -->
5951 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
5952 <link wiki="Tag:power=pole" />
5953 <space />
5954 <key key="power" value="pole" />
5955 <reference ref="power_pole" />
5956 </item> <!-- Pole -->
5957 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
5958 <link wiki="Tag:power=pole" />
5959 <space />
5960 <key key="power" value="pole" />
5961 <label text="Pole Attributes:" />
5962 <reference ref="power_pole" />
5963 <space />
5964 <label text="Switch Attributes:" />
5965 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
5966 <optional>
5967 <reference ref="voltage" />
5968 <reference ref="cables" />
5969 </optional>
5970 </item> <!-- Pole with Switch -->
5971 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
5972 <link wiki="Tag:power=pole" />
5973 <space />
5974 <key key="power" value="pole" />
5975 <label text="Pole Attributes:" />
5976 <reference ref="power_pole" />
5977 <space />
5978 <label text="Transformer Attributes:" />
5979 <key key="transformer" value="distribution" match="key!" />
5980 <reference ref="transformer_voltage_frequency" />
5981 <reference ref="optional_transformer_rating_phases_devices_windings" />
5982 </item> <!-- Pole with Transformer -->
5983 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
5984 <link wiki="Tag:power=catenary_mast" />
5985 <space />
5986 <key key="power" value="catenary_mast" />
5987 <optional>
5988 <text key="ref" text="Reference" />
5989 <text key="operator" text="Operator" />
5990 </optional>
5991 </item> <!-- Catenary mast -->
5992 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
5993 <link wiki="Tag:power=insulator" />
5994 <space />
5995 <key key="power" value="insulator" />
5996 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5997 <reference ref="ref_operator" />
5998 </item> <!-- Insulator -->
5999 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
6000 <link wiki="Tag:power=line" />
6001 <space />
6002 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
6003 <reference ref="voltage_frequency" />
6004 <reference ref="ref_operator" />
6005 <optional>
6006 <reference ref="cables_circuits" />
6007 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
6008 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
6009 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
6010 </optional>
6011 </item> <!-- Power Line -->
6012 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
6013 <link wiki="Tag:power=cable" />
6014 <space />
6015 <key key="power" value="cable" />
6016 <reference ref="voltage_frequency" />
6017 <reference ref="ref_operator" />
6018 <optional>
6019 <reference ref="cables_circuits" />
6020 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
6021 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
6022 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
6023 </optional>
6024 </item> <!-- Power Cable -->
6025 </group> <!-- Power -->
6026 <group name="Telecom" icon="presets/telecom/telecom.svg">
6027 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
6028 <link wiki="Tag:man_made=street_cabinet" />
6029 <key key="man_made" value="street_cabinet" />
6030 <key key="street_cabinet" value="telecom" />
6031 <optional>
6032 <reference ref="ref_operator" />
6033 <text key="manufacturer" text="Manufacturer" />
6034 <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" />
6035 </optional>
6036 </item> <!-- Telecom Street Cabinet -->
6037 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
6038 <link wiki="Tag:telecom=exchange" />
6039 <space />
6040 <key key="telecom" value="exchange" />
6041 <reference ref="telecom_medium" />
6042 <reference ref="ref_operator" />
6043 </item> <!-- Telephone Exchange -->
6044 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
6045 <link wiki="Tag:telecom=connection_point" />
6046 <space />
6047 <key key="telecom" value="connection_point" />
6048 <reference ref="telecom_medium" />
6049 <reference ref="ref_operator" />
6050 </item> <!-- Connection Point -->
6051 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
6052 <link wiki="Tag:telecom=service_device" />
6053 <space />
6054 <key key="telecom" value="service_device" />
6055 <reference ref="telecom_medium" />
6056 <reference ref="ref_operator" />
6057 </item> <!-- Service Device -->
6058 </group> <!-- Telecom -->
6059 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
6060 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
6061 <link wiki="Tag:historic=castle" />
6062 <space />
6063 <key key="historic" value="castle" />
6064 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
6065 <reference ref="name_wikipedia" />
6066 <check key="ruins" text="Ruins" />
6067 <reference ref="link_contact_address_payment" />
6068 </item> <!-- Castle -->
6069 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
6070 <link wiki="Tag:historic=fort" />
6071 <space />
6072 <key key="historic" value="fort" />
6073 <reference ref="name_wikipedia" />
6074 <check key="ruins" text="Ruins" />
6075 <reference ref="link_contact_address_payment" />
6076 </item> <!-- Fort -->
6077 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
6078 <link wiki="Tag:historic=ruins" />
6079 <space />
6080 <key key="historic" value="ruins" />
6081 <reference ref="name_oh_wheelchair" />
6082 </item> <!-- Ruins -->
6083 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
6084 <link wiki="Tag:historic=archaeological_site" />
6085 <space />
6086 <key key="historic" value="archaeological_site" />
6087 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
6088 <reference ref="name_oh_wheelchair" />
6089 </item> <!-- Archaeological Site -->
6090 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
6091 <link wiki="Tag:historic=battlefield" />
6092 <space />
6093 <key key="historic" value="battlefield" />
6094 <text key="name" text="Name" />
6095 </item> <!-- Battlefield -->
6096 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
6097 <link wiki="Tag:geological=palaeontological_site" />
6098 <space />
6099 <key key="geological" value="palaeontological_site" />
6100 <text key="name" text="Name" />
6101 </item> <!-- Palaeontological Site -->
6102 <separator/>
6103 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
6104 <link wiki="Tag:cemetery=grave" />
6105 <space />
6106 <key key="cemetery" value="grave" />
6107 <text key="name" text="Name" />
6108 </item> <!-- Grave -->
6109 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
6110 <link wiki="Tag:historic=tomb" />
6111 <space />
6112 <key key="historic" value="tomb" />
6113 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
6114 <text key="name" text="Name" />
6115 </item> <!-- Tomb -->
6116 <separator/>
6117 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6118 <link wiki="Tag:historic=monument" />
6119 <space />
6120 <key key="historic" value="monument" />
6121 <text key="name" text="Name" />
6122 </item> <!-- Monument -->
6123 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
6124 <link wiki="Tag:historic=memorial" />
6125 <space />
6126 <key key="historic" value="memorial" />
6127 <text key="name" text="Name" />
6128 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
6129 <optional>
6130 <text key="inscription" text="Inscription" />
6131 <text key="artist_name" text="Artist Name" />
6132 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
6133 <text key="start_date" text="Start date" />
6134 <text key="wikipedia" text="Wikipedia" />
6135 </optional>
6136 </item> <!-- Memorial -->
6137 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
6138 <link wiki="Tag:historic=wayside_cross" />
6139 <space />
6140 <key key="historic" value="wayside_cross" />
6141 <text key="name" text="Name" />
6142 <reference ref="religious_catholic_christian" />
6143 <text key="start_date" text="Start date" />
6144 <text key="inscription" text="Inscription" />
6145 </item> <!-- Wayside Cross -->
6146 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
6147 <link wiki="Tag:historic=wayside_shrine" />
6148 <space />
6149 <key key="historic" value="wayside_shrine" />
6150 <text key="name" text="Name" />
6151 <reference ref="religious_catholic_christian" />
6152 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6153 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6154 <text key="start_date" text="Start date" />
6155 <text key="inscription" text="Inscription" />
6156 </item> <!-- Wayside Shrine -->
6157 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
6158 <link wiki="Tag:historic=boundary_stone" />
6159 <space />
6160 <key key="historic" value="boundary_stone" />
6161 <text key="name" text="Name" />
6162 </item> <!-- Boundary Stone -->
6163 </group> <!-- Historic Places -->
6164 </group> <!-- Man Made -->
6165 <group name="Shops" icon="presets/shop/mall.svg">
6166 <group name="Food" icon="presets/shop/supermarket.svg">
6167 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6168 <link wiki="Tag:shop=supermarket" />
6169 <space />
6170 <key key="shop" value="supermarket" />
6171 <reference ref="name_oh_wheelchair" />
6172 <reference ref="link_contact_address_payment" />
6173 </item> <!-- Supermarket -->
6174 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
6175 <link wiki="Tag:shop=convenience" />
6176 <space />
6177 <key key="shop" value="convenience" />
6178 <reference ref="name_oh_wheelchair" />
6179 <reference ref="link_contact_address_payment" />
6180 </item> <!-- Convenience Store -->
6181 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
6182 <link wiki="Tag:shop=kiosk" />
6183 <space />
6184 <key key="shop" value="kiosk" />
6185 <reference ref="name_oh_wheelchair" />
6186 <reference ref="link_contact_address_payment" />
6187 </item> <!-- Kiosk -->
6188 <separator/>
6189 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6190 <link wiki="Tag:shop=bakery" />
6191 <space />
6192 <key key="shop" value="bakery" />
6193 <reference ref="name_oh_wheelchair" />
6194 <reference ref="link_contact_address_payment" />
6195 </item> <!-- Bakery -->
6196 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
6197 <link wiki="Tag:shop=butcher" />
6198 <space />
6199 <key key="shop" value="butcher" />
6200 <reference ref="name_oh_wheelchair" />
6201 <reference ref="link_contact_address_payment" />
6202 </item> <!-- Butcher -->
6203 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
6204 <link wiki="Tag:shop=seafood" />
6205 <space />
6206 <key key="shop" value="seafood" />
6207 <reference ref="name_operator_oh_wheelchair" />
6208 <reference ref="link_contact_address_payment" />
6209 </item> <!-- Seafood -->
6210 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
6211 <link wiki="Tag:shop=dairy" />
6212 <space />
6213 <key key="shop" value="dairy" />
6214 <reference ref="name_operator_oh_wheelchair" />
6215 <reference ref="link_contact_address_payment" />
6216 </item> <!-- Dairy -->
6217 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
6218 <link wiki="Tag:shop=cheese" />
6219 <space />
6220 <key key="shop" value="cheese" />
6221 <reference ref="name_operator_oh_wheelchair" />
6222 <reference ref="link_contact_address_payment" />
6223 </item> <!-- Cheese -->
6224 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
6225 <link wiki="Tag:shop=deli" />
6226 <space />
6227 <key key="shop" value="deli" />
6228 <reference ref="name_operator_oh_wheelchair" />
6229 <reference ref="link_contact_address_payment" />
6230 </item> <!-- Deli (Fine Food) -->
6231 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6232 <link wiki="Tag:shop=pastry" />
6233 <space />
6234 <key key="shop" value="pastry" />
6235 <reference ref="name_oh_wheelchair" />
6236 <reference ref="link_contact_address_payment" />
6237 </item> <!-- Pastry -->
6238 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6239 <link wiki="Tag:shop=confectionery" />
6240 <space />
6241 <key key="shop" value="confectionery" />
6242 <reference ref="name_oh_wheelchair" />
6243 <reference ref="link_contact_address_payment" />
6244 </item> <!-- Confectionery -->
6245 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
6246 <link wiki="Tag:shop=tea" />
6247 <space />
6248 <key key="shop" value="tea" />
6249 <reference ref="name_oh_wheelchair" />
6250 <reference ref="link_contact_address_payment" />
6251 </item> <!-- Tea -->
6252 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6253 <link wiki="Tag:shop=coffee" />
6254 <space />
6255 <key key="shop" value="coffee" />
6256 <reference ref="name_oh_wheelchair" />
6257 <reference ref="link_contact_address_payment" />
6258 </item> <!-- Coffee -->
6259 <separator/>
6260 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6261 <link wiki="Tag:amenity=marketplace" />
6262 <space />
6263 <key key="amenity" value="marketplace" />
6264 <reference ref="name_operator_oh_wheelchair" />
6265 <text key="website" text="Website" />
6266 <combo key="organic" text="Organic" values="yes,no,only" />
6267 </item> <!-- Public Market -->
6268 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6269 <link wiki="Tag:shop=greengrocer" />
6270 <space />
6271 <key key="shop" value="greengrocer" />
6272 <reference ref="name_oh_wheelchair" />
6273 <combo key="organic" text="Organic" values="yes,no,only" />
6274 <reference ref="link_contact_address_payment" />
6275 </item> <!-- Greengrocer -->
6276 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6277 <link wiki="Tag:shop=farm" />
6278 <space />
6279 <key key="shop" value="farm" />
6280 <reference ref="name_oh_wheelchair" />
6281 <text key="description" text="Description" />
6282 <combo key="organic" text="Organic" values="yes,no,only" />
6283 <reference ref="link_contact_address_payment" />
6284 </item> <!-- Farm Stand -->
6285 <separator/>
6286 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6287 <link wiki="Key:organic" />
6288 <space />
6289 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6290 </item> <!-- Organic -->
6291 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6292 <link wiki="Key:fair_trade" />
6293 <space />
6294 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6295 </item> <!-- Fair Trade -->
6296 <separator/>
6297 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6298 <link wiki="Tag:shop=alcohol" />
6299 <space />
6300 <key key="shop" value="alcohol" />
6301 <reference ref="name_oh_wheelchair" />
6302 <reference ref="link_contact_address_payment" />
6303 </item> <!-- Alcohol -->
6304 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6305 <link wiki="Tag:shop=beverages" />
6306 <space />
6307 <key key="shop" value="beverages" />
6308 <reference ref="name_oh_wheelchair" />
6309 <reference ref="link_contact_address_payment" />
6310 </item> <!-- Beverages -->
6311 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6312 <link wiki="Tag:shop=wine" />
6313 <space />
6314 <key key="shop" value="wine" />
6315 <reference ref="name_oh_wheelchair" />
6316 <reference ref="link_contact_address_payment" />
6317 </item> <!-- Wine -->
6318 </group> <!-- Food -->
6319 <group name="Clothes" icon="presets/shop/clothes.svg">
6320 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6321 <link wiki="Tag:shop=clothes" />
6322 <space />
6323 <key key="shop" value="clothes" />
6324 <reference ref="name_oh_wheelchair" />
6325 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6326 <combo key="organic" text="Organic" values="yes,no,only" />
6327 <reference ref="link_contact_address_payment" />
6328 </item> <!-- Clothes -->
6329 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6330 <link wiki="Tag:shop=boutique" />
6331 <space />
6332 <key key="shop" value="boutique" />
6333 <reference ref="name_operator_oh_wheelchair" />
6334 <reference ref="link_contact_address_payment" />
6335 </item> <!-- Boutique -->
6336 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6337 <link wiki="Tag:shop=shoes" />
6338 <space />
6339 <key key="shop" value="shoes" />
6340 <reference ref="name_oh_wheelchair" />
6341 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6342 <combo key="organic" text="Organic" values="yes,no,only" />
6343 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6344 <reference ref="link_contact_address_payment" />
6345 </item> <!-- Shoes -->
6346 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6347 <link wiki="Tag:shop=outdoor" />
6348 <space />
6349 <key key="shop" value="outdoor" />
6350 <reference ref="name_oh_wheelchair" />
6351 <reference ref="link_contact_address_payment" />
6352 </item> <!-- Outdoor -->
6353 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6354 <link wiki="Tag:shop=sports" />
6355 <space />
6356 <key key="shop" value="sports" />
6357 <reference ref="name_oh_wheelchair" />
6358 <reference ref="link_contact_address_payment" />
6359 </item> <!-- Sports -->
6360 <separator/>
6361 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6362 <link wiki="Tag:shop=dry_cleaning" />
6363 <space />
6364 <key key="shop" value="dry_cleaning" />
6365 <reference ref="name_oh_wheelchair" />
6366 <reference ref="link_contact_address_payment" />
6367 </item> <!-- Dry Cleaning -->
6368 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6369 <link wiki="Tag:shop=laundry" />
6370 <space />
6371 <key key="shop" value="laundry" />
6372 <reference ref="name_oh_wheelchair" />
6373 <check key="self_service" text="Self Service" />
6374 <check key="laundry_service" text="Laundry Service" />
6375 <reference ref="link_contact_address_payment" />
6376 </item> <!-- Laundry -->
6377 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6378 <link wiki="Tag:shop=tailor" />
6379 <space />
6380 <key key="shop" value="tailor" />
6381 <reference ref="name_oh_wheelchair" />
6382 <reference ref="link_contact_address_payment" />
6383 </item> <!-- Tailor -->
6384 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6385 <link wiki="Tag:shop=fabric" />
6386 <space />
6387 <key key="shop" value="fabric" />
6388 <reference ref="name_operator_oh_wheelchair" />
6389 <reference ref="link_contact_address_payment" />
6390 </item> <!-- Fabric -->
6391 </group> <!-- Clothes -->
6392 <group name="Electronic" icon="presets/shop/electronics.svg">
6393 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6394 <link wiki="Tag:shop=computer" />
6395 <space />
6396 <key key="shop" value="computer" />
6397 <reference ref="name_oh_wheelchair" />
6398 <reference ref="link_contact_address_payment" />
6399 </item> <!-- Computer -->
6400 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6401 <link wiki="Tag:shop=electronics" />
6402 <space />
6403 <key key="shop" value="electronics" />
6404 <reference ref="name_oh_wheelchair" />
6405 <reference ref="link_contact_address_payment" />
6406 </item> <!-- Electronics -->
6407 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6408 <link wiki="Tag:shop=mobile_phone" />
6409 <space />
6410 <key key="shop" value="mobile_phone" />
6411 <reference ref="name_operator_oh_wheelchair" />
6412 <reference ref="link_contact_address_payment" />
6413 </item> <!-- Mobile Phone -->
6414 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6415 <link wiki="Tag:shop=watches" />
6416 <space />
6417 <key key="shop" value="watches" />
6418 <reference ref="name_operator_oh_wheelchair" />
6419 <reference ref="link_contact_address_payment" />
6420 </item> <!-- Watches -->
6421 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6422 <link wiki="Tag:shop=vacuum_cleaner" />
6423 <space />
6424 <key key="shop" value="vacuum_cleaner" />
6425 <reference ref="name_operator_oh_wheelchair" />
6426 <reference ref="link_contact_address_payment" />
6427 </item> <!-- Vacuum Cleaner -->
6428 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6429 <link wiki="Tag:shop=hifi" />
6430 <space />
6431 <key key="shop" value="hifi" />
6432 <reference ref="name_oh_wheelchair" />
6433 <reference ref="link_contact_address_payment" />
6434 </item> <!-- Hifi -->
6435 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6436 <link wiki="Tag:shop=video" />
6437 <space />
6438 <key key="shop" value="video" />
6439 <reference ref="name_oh_wheelchair" />
6440 <reference ref="link_contact_address_payment" />
6441 </item> <!-- Video -->
6442 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6443 <link wiki="Tag:shop=video_games" />
6444 <space />
6445 <key key="shop" value="video_games" />
6446 <reference ref="name_oh_wheelchair" />
6447 <reference ref="link_contact_address_payment" />
6448 </item> <!-- Video Games -->
6449 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6450 <link wiki="Tag:shop=music" />
6451 <space />
6452 <key key="shop" value="music" />
6453 <reference ref="name_oh_wheelchair" />
6454 <reference ref="link_contact_address_payment" />
6455 </item> <!-- Music -->
6456 </group> <!-- Electronic -->
6457 <group name="Cash" icon="presets/money/dollar.svg">
6458 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6459 <link wiki="Tag:amenity=bank" />
6460 <space />
6461 <key key="amenity" value="bank" />
6462 <reference ref="name_brand_operator_oh_wheelchair" />
6463 <check key="atm" text="Automated Teller Machine" default="on" />
6464 <text key="ref" text="Reference" />
6465 <reference ref="link_contact_address" />
6466 <preset_link preset_name="Building" />
6467 </item> <!-- Bank -->
6468 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6469 <link wiki="Tag:amenity=bureau_de_change" />
6470 <space />
6471 <key key="amenity" value="bureau_de_change" />
6472 <reference ref="name_oh_wheelchair" />
6473 <reference ref="link_contact_address" />
6474 </item> <!-- Money Exchange -->
6475 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6476 <link wiki="Tag:amenity=money_transfer" />
6477 <space />
6478 <key key="amenity" value="money_transfer" />
6479 <reference ref="name_oh_wheelchair" />
6480 <reference ref="link_contact_address" />
6481 </item> <!-- Money transfer -->
6482 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6483 <link wiki="Tag:amenity=atm" />
6484 <space />
6485 <key key="amenity" value="atm" />
6486 <text key="brand" text="Brand" />
6487 <text key="operator" text="Operator" />
6488 <reference ref="oh_wheelchair" />
6489 </item> <!-- Automated Teller Machine -->
6490 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6491 <link wiki="Tag:shop=pawnbroker" />
6492 <space />
6493 <key key="shop" value="pawnbroker" />
6494 <reference ref="name_oh_wheelchair" />
6495 <reference ref="link_contact_address_payment" />
6496 </item> <!-- Pawnbroker -->
6497 </group> <!-- Cash -->
6498 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6499 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6500 <link wiki="Tag:shop=doors" />
6501 <space />
6502 <key key="shop" value="doors" />
6503 <reference ref="name_brand_operator_oh_wheelchair" />
6504 <reference ref="link_contact_address_payment" />
6505 </item> <!-- Doors -->
6506 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6507 <link wiki="Tag:shop=furniture" />
6508 <space />
6509 <key key="shop" value="furniture" />
6510 <reference ref="name_brand_operator_oh_wheelchair" />
6511 <reference ref="link_contact_address_payment" />
6512 </item> <!-- Furniture -->
6513 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6514 <link wiki="Tag:shop=kitchen" />
6515 <space />
6516 <key key="shop" value="kitchen" />
6517 <reference ref="name_brand_operator_oh_wheelchair" />
6518 <reference ref="link_contact_address_payment" />
6519 </item> <!-- Kitchen -->
6520 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6521 <link wiki="Tag:shop=houseware" />
6522 <space />
6523 <key key="shop" value="houseware" />
6524 <reference ref="name_brand_operator_oh_wheelchair" />
6525 <reference ref="link_contact_address_payment" />
6526 </item> <!-- Houseware -->
6527 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6528 <link wiki="Tag:shop=pottery" />
6529 <space />
6530 <key key="shop" value="pottery" />
6531 <reference ref="name_brand_operator_oh_wheelchair" />
6532 <reference ref="link_contact_address_payment" />
6533 </item> <!-- Pottery -->
6534 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6535 <link wiki="Tag:shop=curtain" />
6536 <space />
6537 <key key="shop" value="curtain" />
6538 <reference ref="name_operator_oh_wheelchair" />
6539 <reference ref="link_contact_address_payment" />
6540 </item> <!-- Curtain -->
6541 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6542 <link wiki="Tag:shop=art" />
6543 <space />
6544 <key key="shop" value="art" />
6545 <reference ref="name_operator_oh_wheelchair" />
6546 <reference ref="link_contact_address_payment" />
6547 </item> <!-- Art -->
6548 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6549 <link wiki="Tag:shop=frame" />
6550 <space />
6551 <key key="shop" value="frame" />
6552 <reference ref="name_operator_oh_wheelchair" />
6553 <reference ref="link_contact_address_payment" />
6554 </item> <!-- Frame -->
6555 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6556 <link wiki="Tag:shop=bed" />
6557 <space />
6558 <key key="shop" value="bed" />
6559 <reference ref="name_oh_wheelchair" />
6560 <reference ref="link_contact_address_payment" />
6561 </item> <!-- Bed -->
6562 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6563 <link wiki="Tag:shop=carpet" />
6564 <space />
6565 <key key="shop" value="carpet" />
6566 <reference ref="name_oh_wheelchair" />
6567 <reference ref="link_contact_address_payment" />
6568 </item> <!-- Carpet -->
6569 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6570 <link wiki="Tag:shop=interior_decoration" />
6571 <space />
6572 <key key="shop" value="interior_decoration" />
6573 <reference ref="name_oh_wheelchair" />
6574 <reference ref="link_contact_address_payment" />
6575 </item> <!-- Interior Decoration -->
6576 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6577 <link wiki="Tag:shop=lighting" />
6578 <space />
6579 <key key="shop" value="lighting" />
6580 <reference ref="name_oh_wheelchair" />
6581 <reference ref="link_contact_address_payment" />
6582 </item> <!-- Lighting -->
6583 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6584 <link wiki="Tag:shop=antiques" />
6585 <space />
6586 <key key="shop" value="antiques" />
6587 <reference ref="name_oh_wheelchair" />
6588 <reference ref="link_contact_address_payment" />
6589 </item> <!-- Antiques -->
6590 <separator/>
6591 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6592 <link wiki="Tag:shop=storage_rental" />
6593 <space />
6594 <key key="shop" value="storage_rental" />
6595 <reference ref="name_oh_wheelchair" />
6596 <reference ref="link_contact_address_payment" />
6597 </item> <!-- Storage Rental -->
6598 </group> <!-- Home decoration -->
6599 <group name="Printed Material" icon="presets/shop/stationery.svg">
6600 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6601 <link wiki="Tag:shop=stationery" />
6602 <space />
6603 <key key="shop" value="stationery" />
6604 <reference ref="name_oh_wheelchair" />
6605 <reference ref="link_contact_address_payment" />
6606 </item> <!-- Stationery -->
6607 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
6608 <link wiki="Tag:shop=copyshop" />
6609 <space />
6610 <key key="shop" value="copyshop" />
6611 <reference ref="name_operator_oh_wheelchair" />
6612 <reference ref="link_contact_address_payment" />
6613 </item> <!-- Copy Shop -->
6614 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
6615 <link wiki="Tag:shop=books" />
6616 <space />
6617 <key key="shop" value="books" />
6618 <reference ref="name_brand_oh_wheelchair" />
6619 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6620 <reference ref="link_contact_address_payment" />
6621 </item> <!-- Book Store -->
6622 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
6623 <link wiki="Tag:shop=newsagent" />
6624 <space />
6625 <key key="shop" value="newsagent" />
6626 <reference ref="name_oh_wheelchair" />
6627 <reference ref="link_contact_address_payment" />
6628 </item> <!-- Newspaper Stand -->
6629 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6630 <link wiki="Tag:shop=ticket" />
6631 <space />
6632 <key key="shop" value="ticket" />
6633 <reference ref="name_oh_wheelchair" />
6634 <reference ref="link_contact_address_payment" />
6635 </item> <!-- Ticket -->
6636 </group> <!-- Printed Material -->
6637 <group name="For the body" icon="presets/shop/body.svg">
6638 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6639 <link wiki="Tag:shop=chemist" />
6640 <space />
6641 <key key="shop" value="chemist" />
6642 <reference ref="name_oh_wheelchair" />
6643 <reference ref="link_contact_address_payment" />
6644 </item> <!-- Chemist -->
6645 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6646 <link wiki="Tag:shop=cosmetics" />
6647 <space />
6648 <key key="shop" value="cosmetics" />
6649 <reference ref="name_oh_wheelchair" />
6650 <reference ref="link_contact_address_payment" />
6651 </item> <!-- Cosmetics -->
6652 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6653 <link wiki="Tag:shop=perfumery" />
6654 <space />
6655 <key key="shop" value="perfumery" />
6656 <reference ref="name_oh_wheelchair" />
6657 <reference ref="link_contact_address_payment" />
6658 </item> <!-- Perfumery -->
6659 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
6660 <link wiki="Tag:shop=beauty" />
6661 <space />
6662 <key key="shop" value="beauty" />
6663 <reference ref="name_oh_wheelchair" />
6664 <reference ref="link_contact_address_payment" />
6665 </item> <!-- Beauty -->
6666 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
6667 <link wiki="Tag:shop=tobacco" />
6668 <space />
6669 <key key="shop" value="tobacco" />
6670 <reference ref="name_operator_oh_wheelchair" />
6671 <reference ref="link_contact_address_payment" />
6672 </item> <!-- Tobacco -->
6673 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6674 <link wiki="Tag:shop=e-cigarette" />
6675 <space />
6676 <key key="shop" value="e-cigarette" />
6677 <reference ref="name_operator_oh_wheelchair" />
6678 <reference ref="link_contact_address_payment" />
6679 </item> <!-- E-cigarette -->
6680 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
6681 <link wiki="Tag:shop=hairdresser" />
6682 <space />
6683 <key key="shop" value="hairdresser" />
6684 <reference ref="name_oh_wheelchair" />
6685 <checkgroup columns="3">
6686 <check key="female" text="Female" />
6687 <check key="male" text="Male" />
6688 <check key="unisex" text="Unisex" />
6689 </checkgroup>
6690 <reference ref="link_contact_address_payment" />
6691 </item> <!-- Hairdresser/Barber -->
6692 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6693 <link wiki="Tag:shop=massage" />
6694 <space />
6695 <key key="shop" value="massage" />
6696 <reference ref="name_oh_wheelchair" />
6697 <reference ref="link_contact_address_payment" />
6698 </item> <!-- Massage -->
6699 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6700 <link wiki="Tag:shop=tattoo" />
6701 <space />
6702 <key key="shop" value="tattoo" />
6703 <reference ref="name_oh_wheelchair" />
6704 <reference ref="link_contact_address_payment" />
6705 </item> <!-- Tattoo -->
6706 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6707 <link wiki="Tag:shop=optician" />
6708 <space />
6709 <key key="shop" value="optician" />
6710 <reference ref="name_oh_wheelchair" />
6711 <reference ref="link_contact_address_payment" />
6712 </item> <!-- Optician -->
6713 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
6714 <link wiki="Tag:shop=hearing_aids" />
6715 <space />
6716 <key key="shop" value="hearing_aids" />
6717 <reference ref="name_operator_oh_wheelchair" />
6718 <reference ref="link_contact_address_payment" />
6719 </item> <!-- Hearing Aids -->
6720 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
6721 <link wiki="Tag:shop=medical_supply" />
6722 <space />
6723 <key key="shop" value="medical_supply" />
6724 <reference ref="name_operator_oh_wheelchair" />
6725 <check key="dispensing" text="Dispensing" />
6726 <reference ref="link_contact_address_payment" />
6727 </item> <!-- Medical Supply -->
6728 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6729 <link wiki="Tag:shop=jewelry" />
6730 <space />
6731 <key key="shop" value="jewelry" />
6732 <reference ref="name_operator_oh_wheelchair" />
6733 <reference ref="link_contact_address_payment" />
6734 </item> <!-- Jewellery -->
6735 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
6736 <link wiki="Tag:shop=erotic" />
6737 <space />
6738 <key key="shop" value="erotic" />
6739 <reference ref="name_operator_oh_wheelchair" />
6740 <reference ref="min_age" />
6741 <reference ref="link_contact_address_payment" />
6742 </item> <!-- Erotic -->
6743 </group> <!-- For the body -->
6744 <group name="Other" icon="presets/shop/mall.svg">
6745 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6746 <link wiki="Tag:shop=department_store" />
6747 <space />
6748 <key key="shop" value="department_store" />
6749 <reference ref="name_operator_oh_wheelchair" />
6750 <reference ref="link_contact_address_payment" />
6751 </item> <!-- Department Store -->
6752 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6753 <link wiki="Tag:shop=mall" />
6754 <space />
6755 <key key="shop" value="mall" />
6756 <reference ref="name_operator_oh_wheelchair" />
6757 <reference ref="link_contact_address_payment" />
6758 </item> <!-- Mall -->
6759 <separator/>
6760 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6761 <link wiki="Tag:shop=florist" />
6762 <space />
6763 <key key="shop" value="florist" />
6764 <reference ref="name_oh_wheelchair" />
6765 <reference ref="link_contact_address_payment" />
6766 </item> <!-- Florist -->
6767 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
6768 <link wiki="Tag:shop=garden_centre" />
6769 <space />
6770 <key key="shop" value="garden_centre" />
6771 <reference ref="name_brand_oh_wheelchair" />
6772 <reference ref="link_contact_address_payment" />
6773 </item> <!-- Garden Centre -->
6774 <separator/>
6775 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6776 <link wiki="Tag:shop=doityourself" />
6777 <space />
6778 <key key="shop" value="doityourself" />
6779 <reference ref="name_brand_oh_wheelchair" />
6780 <reference ref="link_contact_address_payment" />
6781 </item> <!-- Do-It-Yourself Store -->
6782 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6783 <link wiki="Tag:shop=hardware" />
6784 <space />
6785 <key key="shop" value="hardware" />
6786 <reference ref="name_oh_wheelchair" />
6787 <reference ref="link_contact_address_payment" />
6788 </item> <!-- Hardware -->
6789 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
6790 <link wiki="Tag:shop=paint" />
6791 <space />
6792 <key key="shop" value="paint" />
6793 <reference ref="name_operator_oh_wheelchair" />
6794 <reference ref="link_contact_address_payment" />
6795 </item> <!-- Paint -->
6796 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
6797 <link wiki="Tag:shop=gas" />
6798 <space />
6799 <key key="shop" value="gas" />
6800 <reference ref="name_operator_oh_wheelchair" />
6801 <reference ref="link_contact_address_payment" />
6802 </item> <!-- Gas -->
6803 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
6804 <link wiki="Tag:shop=wholesale" />
6805 <space />
6806 <key key="shop" value="wholesale" />
6807 <text key="name" text="Name" />
6808 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
6809 <text key="operator" text="Operator" />
6810 <reference ref="oh_wheelchair" />
6811 <reference ref="link_contact_address_payment" />
6812 </item> <!-- Wholesale -->
6813 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
6814 <link wiki="Tag:shop=trade" />
6815 <space />
6816 <key key="shop" value="trade" />
6817 <text key="name" text="Name" />
6818 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
6819 <text key="operator" text="Operator" />
6820 <reference ref="oh_wheelchair" />
6821 <reference ref="link_contact_address_payment" />
6822 </item> <!-- Trade -->
6823 <separator/>
6824 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
6825 <link wiki="Tag:shop=travel_agency" />
6826 <space />
6827 <key key="shop" value="travel_agency" />
6828 <reference ref="name_brand_oh_wheelchair" />
6829 <reference ref="link_contact_address_payment" />
6830 </item> <!-- Travel Agency -->
6831 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
6832 <link wiki="Tag:shop=scuba_diving" />
6833 <space />
6834 <key key="shop" value="scuba_diving" />
6835 <reference ref="name_brand_oh_wheelchair" />
6836 <reference ref="link_contact_address_payment" />
6837 </item> <!-- Scuba diving -->
6838 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6839 <link wiki="Tag:shop=musical_instrument" />
6840 <space />
6841 <key key="shop" value="musical_instrument" />
6842 <reference ref="name_operator_oh_wheelchair" />
6843 <reference ref="link_contact_address_payment" />
6844 </item> <!-- Musical Instrument -->
6845 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
6846 <link wiki="Tag:shop=toys" />
6847 <space />
6848 <key key="shop" value="toys" />
6849 <reference ref="name_oh_wheelchair" />
6850 <reference ref="link_contact_address_payment" />
6851 </item> <!-- Toys -->
6852 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
6853 <link wiki="Tag:shop=gift" />
6854 <space />
6855 <key key="shop" value="gift" />
6856 <reference ref="name_operator_oh_wheelchair" />
6857 <optional>
6858 <reference ref="religious" />
6859 </optional>
6860 <reference ref="link_contact_address_payment" />
6861 </item> <!-- Gift/Souvenir -->
6862 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6863 <link wiki="Tag:shop=variety_store" />
6864 <space />
6865 <key key="shop" value="variety_store" />
6866 <reference ref="name_operator_oh_wheelchair" />
6867 <reference ref="link_contact_address_payment" />
6868 </item> <!-- Variety Store -->
6869 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
6870 <link wiki="Tag:shop=party" />
6871 <space />
6872 <key key="shop" value="party" />
6873 <reference ref="name_operator_oh_wheelchair" />
6874 <reference ref="link_contact_address_payment" />
6875 </item> <!-- Party supplies -->
6876 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
6877 <link wiki="Tag:shop=charity" />
6878 <space />
6879 <key key="shop" value="charity" />
6880 <reference ref="name_operator_oh_wheelchair" />
6881 <reference ref="link_contact_address_payment" />
6882 </item> <!-- Charity -->
6883 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6884 <link wiki="Tag:shop=bookmaker" />
6885 <space />
6886 <key key="shop" value="bookmaker" />
6887 <reference ref="name_operator_oh_wheelchair" />
6888 <reference ref="link_contact_address_payment" />
6889 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6890 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6891 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6892 <preset_link preset_name="Casino" text="Similar but different tags:" />
6893 <preset_link preset_name="Lottery" text="Similar but different tags:" />
6894 </item> <!-- Bookmaker -->
6895 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6896 <link wiki="Tag:shop=lottery" />
6897 <space />
6898 <key key="shop" value="lottery" />
6899 <reference ref="name_operator_oh_wheelchair" />
6900 <reference ref="link_contact_address_payment" />
6901 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6902 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6903 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6904 <preset_link preset_name="Casino" text="Similar but different tags:" />
6905 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
6906 </item> <!-- Lottery -->
6907 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
6908 <link wiki="Tag:shop=bag" />
6909 <space />
6910 <key key="shop" value="bag" />
6911 <reference ref="name_oh_wheelchair" />
6912 <reference ref="link_contact_address_payment" />
6913 </item> <!-- Bag -->
6914 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6915 <link wiki="Tag:shop=pet" />
6916 <space />
6917 <key key="shop" value="pet" />
6918 <reference ref="name_oh_wheelchair" />
6919 <reference ref="link_contact_address_payment" />
6920 </item> <!-- Pet -->
6921 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
6922 <link wiki="Tag:shop=pet_grooming" />
6923 <space />
6924 <key key="shop" value="pet_grooming" />
6925 <reference ref="name_oh_wheelchair" />
6926 <reference ref="link_contact_address_payment" />
6927 </item> <!-- Pet grooming -->
6928 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6929 <link wiki="Tag:shop=photo" />
6930 <space />
6931 <key key="shop" value="photo" />
6932 <reference ref="name_oh_wheelchair" />
6933 <reference ref="link_contact_address_payment" />
6934 </item> <!-- Photo -->
6935 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
6936 <link wiki="Tag:shop=security" />
6937 <space />
6938 <key key="shop" value="security" />
6939 <reference ref="name_oh_wheelchair" />
6940 <reference ref="link_contact_address_payment" />
6941 </item> <!-- Security -->
6942 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
6943 <link wiki="Tag:shop=weapons" />
6944 <space />
6945 <key key="shop" value="weapons" />
6946 <reference ref="name_oh_wheelchair" />
6947 <reference ref="link_contact_address_payment" />
6948 </item> <!-- Weapons -->
6949 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6950 <link wiki="Tag:shop=funeral_directors" />
6951 <space />
6952 <key key="shop" value="funeral_directors" />
6953 <reference ref="name_oh_wheelchair" />
6954 <reference ref="link_contact_address_payment" />
6955 </item> <!-- Funeral Directors -->
6956 </group> <!-- Other -->
6957 <separator/>
6958 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
6959 <link wiki="Tag:amenity=vending_machine" />
6960 <space />
6961 <key key="amenity" value="vending_machine" />
6962 <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;milk;newspapers;parking_tickets;parcel_pickup;parcel_mail_in;photos;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys" values_searchable="true" />
6963 <text key="operator" text="Operator" />
6964 <text key="ref" text="Reference number" />
6965 <preset_link preset_name="Payment Methods" />
6966 </item> <!-- Vending Machine -->
6967 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6968 <link wiki="Key:payment" />
6969 <space />
6970 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
6971 <checkgroup columns="4">
6972 <check key="payment:coins" text="Coins" match="keyvalue" />
6973 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
6974 </checkgroup>
6975 <space />
6976 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
6977 <checkgroup columns="4">
6978 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
6979 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
6980 <check key="payment:girocard" text="Girocard" match="keyvalue" />
6981 <check key="payment:laser" text="Laser" match="keyvalue" />
6982 <check key="payment:maestro" text="Maestro" match="keyvalue" />
6983 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
6984 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
6985 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
6986 </checkgroup>
6987 <space />
6988 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
6989 <checkgroup columns="4">
6990 <check key="payment:american_express" text="American Express" match="keyvalue" />
6991 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
6992 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
6993 <check key="payment:jcb" text="JCB" match="keyvalue" />
6994 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
6995 <check key="payment:visa" text="Visa" match="keyvalue" />
6996 </checkgroup>
6997 <space />
6998 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
6999 <space />
7000 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
7001 <checkgroup columns="4">
7002 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
7003 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
7004 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
7005 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
7006 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
7007 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
7008 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
7009 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
7010 </checkgroup>
7011 <space />
7012 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
7013 <checkgroup columns="4">
7014 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
7015 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
7016 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
7017 </checkgroup>
7018 </item> <!-- Payment Methods -->
7019 </group> <!-- Shops -->
7020 <group name="Offices" icon="presets/office/private_company.svg">
7021 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7022 <link wiki="Tag:office=accountant" />
7023 <space />
7024 <key key="office" value="accountant" />
7025 <reference ref="name_operator_oh_wheelchair" />
7026 <reference ref="link_contact_address" />
7027 </item> <!-- Accountant -->
7028 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7029 <link wiki="Tag:office=advertising_agency" />
7030 <space />
7031 <key key="office" value="advertising_agency" />
7032 <reference ref="name_operator_oh_wheelchair" />
7033 <reference ref="link_contact_address" />
7034 </item> <!-- Advertising agency -->
7035 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7036 <link wiki="Tag:office=architect" />
7037 <space />
7038 <key key="office" value="architect" />
7039 <reference ref="name_operator_oh_wheelchair" />
7040 <reference ref="link_contact_address" />
7041 </item> <!-- Architect -->
7042 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7043 <link wiki="Tag:office=association" />
7044 <space />
7045 <key key="office" value="association" />
7046 <reference ref="name_operator_oh_wheelchair" />
7047 <reference ref="link_contact_address" />
7048 </item> <!-- Association -->
7049 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7050 <link wiki="Tag:office=company" />
7051 <space />
7052 <key key="office" value="company" />
7053 <reference ref="name_oh_wheelchair" />
7054 <reference ref="link_contact_address" />
7055 </item> <!-- Private company -->
7056 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7057 <link wiki="Tag:office=educational_institution" />
7058 <space />
7059 <key key="office" value="educational_institution" />
7060 <reference ref="name_operator_oh_wheelchair" />
7061 <reference ref="link_contact_address" />
7062 </item> <!-- Educational institution -->
7063 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7064 <link wiki="Tag:office=employment_agency" />
7065 <space />
7066 <key key="office" value="employment_agency" />
7067 <reference ref="name_brand_operator_oh_wheelchair" />
7068 <reference ref="link_contact_address" />
7069 </item> <!-- Employment agency -->
7070 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7071 <link wiki="Tag:office=estate_agent" />
7072 <space />
7073 <key key="office" value="estate_agent" />
7074 <reference ref="name_operator_oh_wheelchair" />
7075 <reference ref="link_contact_address" />
7076 </item> <!-- Estate agent -->
7077 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7078 <link wiki="Tag:office=foundation" />
7079 <space />
7080 <key key="office" value="foundation" />
7081 <reference ref="name_brand_operator_oh_wheelchair" />
7082 <reference ref="link_contact_address" />
7083 </item> <!-- Foundation -->
7084 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7085 <link wiki="Tag:office=government" />
7086 <space />
7087 <key key="office" value="government" />
7088 <text key="name" text="Name" />
7089 <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" />
7090 <reference ref="oh_wheelchair" />
7091 <reference ref="link_contact_address" />
7092 </item> <!-- Government -->
7093 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7094 <link wiki="Tag:office=insurance" />
7095 <space />
7096 <key key="office" value="insurance" />
7097 <reference ref="name_brand_operator_oh_wheelchair" />
7098 <reference ref="link_contact_address" />
7099 </item> <!-- Insurance -->
7100 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7101 <link wiki="Tag:office=it" />
7102 <space />
7103 <key key="office" value="it" />
7104 <reference ref="name_oh_wheelchair" />
7105 <reference ref="link_contact_address" />
7106 </item> <!-- It specialist -->
7107 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7108 <link wiki="Tag:office=lawyer" />
7109 <space />
7110 <key key="office" value="lawyer" />
7111 <reference ref="name_operator_oh_wheelchair" />
7112 <reference ref="link_contact_address" />
7113 </item> <!-- Lawyer -->
7114 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7115 <link wiki="Tag:office=newspaper" />
7116 <space />
7117 <key key="office" value="newspaper" />
7118 <reference ref="name_operator_oh_wheelchair" />
7119 <reference ref="link_contact_address" />
7120 </item> <!-- Newspaper -->
7121 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7122 <link wiki="Tag:office=ngo" />
7123 <space />
7124 <key key="office" value="ngo" />
7125 <reference ref="name_brand_operator_oh_wheelchair" />
7126 <reference ref="link_contact_address" />
7127 </item> <!-- Non-governmental organisation (NGO) -->
7128 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7129 <link wiki="Tag:office=notary" />
7130 <space />
7131 <key key="office" value="notary" />
7132 <reference ref="name_oh_wheelchair" />
7133 <reference ref="link_contact_address" />
7134 </item> <!-- Notary -->
7135 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7136 <link wiki="Tag:office=political_party" />
7137 <space />
7138 <key key="office" value="political_party" />
7139 <reference ref="name_oh_wheelchair" />
7140 <reference ref="link_contact_address" />
7141 </item> <!-- Political party -->
7142 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7143 <link wiki="Tag:office=religion" />
7144 <space />
7145 <key key="office" value="religion" />
7146 <text key="name" text="Name" />
7147 <reference ref="religious" />
7148 <reference ref="oh_wheelchair" />
7149 <reference ref="link_contact_address" />
7150 </item> <!-- Religion -->
7151 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7152 <link wiki="Tag:office=research" />
7153 <space />
7154 <key key="office" value="research" />
7155 <reference ref="name_operator_oh_wheelchair" />
7156 <reference ref="link_contact_address" />
7157 </item> <!-- Research -->
7158 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7159 <link wiki="Tag:office=tax_advisor" />
7160 <space />
7161 <key key="office" value="tax_advisor" />
7162 <reference ref="name_brand_operator_oh_wheelchair" />
7163 <reference ref="link_contact_address" />
7164 </item> <!-- Tax advisor -->
7165 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7166 <link wiki="Tag:office=telecommunication" />
7167 <space />
7168 <key key="office" value="telecommunication" />
7169 <reference ref="name_brand_operator_oh_wheelchair" />
7170 <reference ref="link_contact_address" />
7171 </item> <!-- Telecommunication -->
7172 </group> <!-- Offices -->
7173 <group name="Craft" icon="presets/craft/painter.svg">
7174 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
7175 <link wiki="Tag:craft=beekeeper" />
7176 <space />
7177 <key key="craft" value="beekeeper" />
7178 <reference ref="name_operator_oh_wheelchair" />
7179 <reference ref="link_contact_address" />
7180 </item> <!-- Beekeeper -->
7181 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
7182 <link wiki="Tag:craft=brewery" />
7183 <space />
7184 <key key="craft" value="brewery" />
7185 <reference ref="name_operator_oh_wheelchair" />
7186 <reference ref="link_contact_address" />
7187 </item> <!-- Brewery -->
7188 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
7189 <link wiki="Tag:craft=winery" />
7190 <space />
7191 <key key="craft" value="winery" />
7192 <reference ref="name_operator_oh_wheelchair" />
7193 <reference ref="link_contact_address" />
7194 </item> <!-- Winery -->
7195 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
7196 <link wiki="Tag:craft=caterer" />
7197 <space />
7198 <key key="craft" value="caterer" />
7199 <reference ref="name_operator_oh_wheelchair" />
7200 <reference ref="link_contact_address" />
7201 </item> <!-- Caterer -->
7202 <separator/> <!-- food group -->
7203 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7204 <link wiki="Tag:craft=upholsterer" />
7205 <space />
7206 <key key="craft" value="upholsterer" />
7207 <reference ref="name_operator_oh_wheelchair" />
7208 <reference ref="link_contact_address" />
7209 </item> <!-- Upholsterer -->
7210 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7211 <link wiki="Tag:craft=key_cutter" />
7212 <space />
7213 <key key="craft" value="key_cutter" />
7214 <reference ref="name_operator_oh_wheelchair" />
7215 <reference ref="link_contact_address" />
7216 </item> <!-- Key cutter -->
7217 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7218 <link wiki="Tag:craft=locksmith" />
7219 <space />
7220 <key key="craft" value="locksmith" />
7221 <reference ref="name_operator_oh_wheelchair" />
7222 <reference ref="link_contact_address" />
7223 </item> <!-- Locksmith -->
7224 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7225 <link wiki="Tag:craft=electrician" />
7226 <space />
7227 <key key="craft" value="electrician" />
7228 <reference ref="name_operator_oh_wheelchair" />
7229 <reference ref="link_contact_address" />
7230 </item> <!-- Electrician -->
7231 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
7232 <link wiki="Tag:craft=plumber" />
7233 <space />
7234 <key key="craft" value="plumber" />
7235 <reference ref="name_operator_oh_wheelchair" />
7236 <reference ref="link_contact_address" />
7237 </item> <!-- Plumber -->
7238 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
7239 <link wiki="Tag:craft=hvac" />
7240 <space />
7241 <key key="craft" value="hvac" />
7242 <reference ref="name_operator_oh_wheelchair" />
7243 <reference ref="link_contact_address" />
7244 </item> <!-- Hvac -->
7245 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7246 <link wiki="Tag:craft=painter" />
7247 <space />
7248 <key key="craft" value="painter" />
7249 <reference ref="name_operator_oh_wheelchair" />
7250 <reference ref="link_contact_address" />
7251 </item> <!-- Painter -->
7252 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
7253 <link wiki="Tag:craft=tiler" />
7254 <space />
7255 <key key="craft" value="tiler" />
7256 <reference ref="name_operator_oh_wheelchair" />
7257 <reference ref="link_contact_address" />
7258 </item> <!-- Tiler -->
7259 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7260 <link wiki="Tag:craft=window_construction" />
7261 <space />
7262 <key key="craft" value="window_construction" />
7263 <reference ref="name_operator_oh_wheelchair" />
7264 <reference ref="link_contact_address" />
7265 </item> <!-- Window construction -->
7266 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7267 <link wiki="Tag:craft=carpenter" />
7268 <space />
7269 <key key="craft" value="carpenter" />
7270 <reference ref="name_operator_oh_wheelchair" />
7271 <reference ref="link_contact_address" />
7272 </item> <!-- Carpenter -->
7273 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7274 <link wiki="Tag:craft=roofer" />
7275 <space />
7276 <key key="craft" value="roofer" />
7277 <reference ref="name_operator_oh_wheelchair" />
7278 <reference ref="link_contact_address" />
7279 </item> <!-- Roofer -->
7280 <separator/> <!-- apartment/house group -->
7281 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7282 <link wiki="Tag:craft=photographer" />
7283 <space />
7284 <key key="craft" value="photographer" />
7285 <reference ref="name_operator_oh_wheelchair" />
7286 <reference ref="link_contact_address" />
7287 </item> <!-- Photographer -->
7288 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
7289 <link wiki="Tag:craft=handicraft" />
7290 <space />
7291 <key key="craft" value="handicraft" />
7292 <reference ref="name_operator_oh_wheelchair" />
7293 <reference ref="link_contact_address" />
7294 </item> <!-- Handicraft -->
7295 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7296 <link wiki="Tag:craft=pottery" />
7297 <space />
7298 <key key="craft" value="pottery" />
7299 <reference ref="name_operator_oh_wheelchair" />
7300 <reference ref="link_contact_address" />
7301 </item> <!-- Pottery -->
7302 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7303 <link wiki="Tag:craft=gardener" />
7304 <space />
7305 <key key="craft" value="gardener" />
7306 <reference ref="name_operator_oh_wheelchair" />
7307 <reference ref="link_contact_address" />
7308 </item> <!-- Gardener -->
7309 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7310 <link wiki="Tag:craft=shoemaker" />
7311 <space />
7312 <key key="craft" value="shoemaker" />
7313 <reference ref="name_operator_oh_wheelchair" />
7314 <reference ref="link_contact_address" />
7315 </item> <!-- Shoemaker -->
7316 <separator/> <!-- other "soft"/art craft group -->
7317 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7318 <link wiki="Tag:craft=sawmill" />
7319 <space />
7320 <key key="craft" value="sawmill" />
7321 <reference ref="name_operator_oh_wheelchair" />
7322 <reference ref="link_contact_address" />
7323 </item> <!-- Sawmill -->
7324 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7325 <link wiki="Tag:craft=stonemason" />
7326 <space />
7327 <key key="craft" value="stonemason" />
7328 <reference ref="name_operator_oh_wheelchair" />
7329 <reference ref="link_contact_address" />
7330 </item> <!-- Stonemason -->
7331 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7332 <link wiki="Tag:craft=blacksmith" />
7333 <space />
7334 <key key="craft" value="blacksmith" />
7335 <reference ref="name_operator_oh_wheelchair" />
7336 <reference ref="link_contact_address" />
7337 </item> <!-- Blacksmith -->
7338 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7339 <link wiki="Tag:craft=metal_construction" />
7340 <space />
7341 <key key="craft" value="metal_construction" />
7342 <reference ref="name_operator_oh_wheelchair" />
7343 <reference ref="link_contact_address" />
7344 </item> <!-- Metal construction -->
7345 <!-- other "hard" craft group -->
7346 </group> <!-- Craft -->
7347 <group name="Geography" icon="presets/landmark/peak.svg">
7348 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7349 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7350 <link wiki="Tag:boundary=administrative" />
7351 <space />
7352 <key key="boundary" value="administrative" />
7353 <text key="name" text="Name" />
7354 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7355 <check key="maritime" text="Maritime" disable_off="true" />
7356 </item> <!-- Administrative -->
7357 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7358 <link wiki="Tag:boundary=political" />
7359 <space />
7360 <key key="boundary" value="political" />
7361 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7362 <text key="name" text="Name" />
7363 </item> <!-- Political -->
7364 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7365 <link wiki="Tag:boundary=postal_code" />
7366 <space />
7367 <key key="boundary" value="postal_code" />
7368 <text key="postal_code" text="Postal Code" />
7369 </item> <!-- Postal Code -->
7370 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7371 <link wiki="Tag:boundary=national_park" />
7372 <space />
7373 <key key="boundary" value="national_park" />
7374 <text key="name" text="Name" />
7375 </item> <!-- National Park -->
7376 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7377 <link wiki="Tag:boundary=protected_area" />
7378 <space />
7379 <key key="boundary" value="protected_area" />
7380 <text key="protect_class" text="Protect Class" length="2" />
7381 <text key="protection_title" text="Title or type of protection" />
7382 <optional>
7383 <reference ref="name_operator" />
7384 <reference ref="oh" />
7385 <text key="wikipedia" text="Wikipedia" />
7386 <text key="start_date" text="Start date" />
7387 </optional>
7388 </item> <!-- Protected Area -->
7389 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7390 <link wiki="Tag:boundary=maritime" />
7391 <space />
7392 <key key="boundary" value="maritime" />
7393 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7394 <text key="name" text="Name" />
7395 </item> <!-- Maritime -->
7396 </group> <!-- Boundaries -->
7397 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7398 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7399 <link wiki="Tag:place=continent" />
7400 <space />
7401 <key key="place" value="continent" />
7402 <reference ref="name_wikipedia" />
7403 </item> <!-- Continent -->
7404 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7405 <link wiki="Tag:place=country" />
7406 <space />
7407 <key key="place" value="country" />
7408 <reference ref="name_wikipedia" />
7409 </item> <!-- Country -->
7410 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7411 <link wiki="Tag:place=state" />
7412 <space />
7413 <key key="place" value="state" />
7414 <reference ref="name_wikipedia" />
7415 </item> <!-- State -->
7416 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7417 <link wiki="Tag:place=region" />
7418 <space />
7419 <key key="place" value="region" />
7420 <reference ref="name_wikipedia" />
7421 </item> <!-- Region -->
7422 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7423 <link wiki="Tag:place=county" />
7424 <space />
7425 <key key="place" value="county" />
7426 <reference ref="name_wikipedia" />
7427 <reference ref="population_postcode_website" />
7428 </item> <!-- County -->
7429 <separator/>
7430 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7431 <link wiki="Tag:place=city" />
7432 <space />
7433 <key key="place" value="city" />
7434 <reference ref="name_wikipedia" />
7435 <reference ref="population_postcode_website" />
7436 </item> <!-- City -->
7437 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7438 <link wiki="Tag:place=town" />
7439 <space />
7440 <key key="place" value="town" />
7441 <reference ref="name_wikipedia" />
7442 <reference ref="population_postcode_website" />
7443 </item> <!-- Town -->
7444 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7445 <link wiki="Tag:place=village" />
7446 <space />
7447 <key key="place" value="village" />
7448 <reference ref="name_wikipedia" />
7449 <reference ref="population_postcode_website" />
7450 </item> <!-- Village -->
7451 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7452 <link wiki="Tag:place=hamlet" />
7453 <space />
7454 <key key="place" value="hamlet" />
7455 <reference ref="name_wikipedia" />
7456 <reference ref="population_postcode_website" />
7457 </item> <!-- Hamlet -->
7458 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7459 <link wiki="Tag:place=isolated_dwelling" />
7460 <space />
7461 <key key="place" value="isolated_dwelling" />
7462 <reference ref="name_wikipedia" />
7463 <reference ref="population_postcode_website" />
7464 </item> <!-- Isolated Dwelling -->
7465 <separator/>
7466 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7467 <link wiki="Tag:place=suburb" />
7468 <space />
7469 <key key="place" value="suburb" />
7470 <reference ref="name_wikipedia" />
7471 <reference ref="population_postcode_website" />
7472 </item> <!-- Suburb -->
7473 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7474 <link wiki="Tag:place=quarter" />
7475 <space />
7476 <key key="place" value="quarter" />
7477 <reference ref="name_wikipedia" />
7478 <text key="population" text="Population" />
7479 <text key="website" text="Website" />
7480 </item> <!-- Quarter -->
7481 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7482 <link wiki="Tag:place=neighbourhood" />
7483 <space />
7484 <key key="place" value="neighbourhood" />
7485 <reference ref="name_wikipedia" />
7486 <text key="population" text="Population" />
7487 <text key="website" text="Website" />
7488 </item> <!-- Neighbourhood -->
7489 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7490 <link wiki="Tag:place=farm" />
7491 <space />
7492 <label text="A farm within a bigger settlement" />
7493 <label text="(please use isolated_dwelling for an isolated farm)" />
7494 <key key="place" value="farm" />
7495 <reference ref="name_wikipedia" />
7496 <reference ref="population_postcode_website" />
7497 </item> <!-- Farm -->
7498 <separator/>
7499 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7500 <link wiki="Tag:place=locality" />
7501 <space />
7502 <key key="place" value="locality" />
7503 <reference ref="name_wikipedia" />
7504 </item> <!-- Locality -->
7505 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7506 <link wiki="Tag:place=square" />
7507 <space />
7508 <key key="place" value="square" />
7509 <reference ref="name_wikipedia" />
7510 </item> <!-- Square -->
7511 </group> <!-- Places -->
7512 <group name="Geography" icon="presets/landmark/peak.svg">
7513 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7514 <link wiki="Tag:natural=peak" />
7515 <label text="The top (summit) of a mountain or hill." />
7516 <space />
7517 <key key="natural" value="peak" />
7518 <reference ref="name_wikipedia" />
7519 <text key="ele" text="Elevation (meters)" length="10" />
7520 </item> <!-- Peak -->
7521 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7522 <link wiki="Tag:natural=saddle" />
7523 <label text="A saddle point between mountains or hills." />
7524 <space/>
7525 <key key="natural" value="saddle" />
7526 <reference ref="name_wikipedia" />
7527 <text key="ele" text="Elevation (meters)" length="10" />
7528 </item> <!-- Saddle -->
7529 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7530 <link wiki="Tag:natural=glacier" />
7531 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7532 <space />
7533 <key key="natural" value="glacier" />
7534 <reference ref="name_wikipedia" />
7535 <text key="ele" text="Elevation (meters)" length="10" />
7536 </item> <!-- Glacier -->
7537 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7538 <link wiki="Tag:natural=volcano" />
7539 <label text="A volcano, either dormant, extinct or active." />
7540 <space />
7541 <key key="natural" value="volcano" />
7542 <reference ref="name_wikipedia" />
7543 <text key="ele" text="Elevation (meters)" length="10" />
7544 <optional>
7545 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7546 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7547 </optional>
7548 </item> <!-- Volcano -->
7549 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7550 <link wiki="Tag:natural=ridge" />
7551 <label text="A mountain or hill ridge." />
7552 <space />
7553 <key key="natural" value="ridge" />
7554 <reference ref="name_wikipedia" />
7555 <text key="ele" text="Elevation (meters)" length="10" />
7556 </item> <!-- Ridge -->
7557 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7558 <link wiki="Tag:natural=valley" />
7559 <label text="A low area between hills." />
7560 <space />
7561 <key key="natural" value="valley" />
7562 <reference ref="name_wikipedia" />
7563 </item> <!-- Valley -->
7564 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7565 <link wiki="Tag:natural=cliff" />
7566 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7567 <space />
7568 <key key="natural" value="cliff" />
7569 <text key="name" text="Name" />
7570 <text key="height" text="Height (meters)" length="7" />
7571 </item> <!-- Cliff -->
7572 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
7573 <link wiki="Tag:natural=cave_entrance" />
7574 <label text="The entrance to a cave." />
7575 <space />
7576 <key key="natural" value="cave_entrance" />
7577 <reference ref="name_wikipedia" />
7578 <reference ref="oh_wheelchair" />
7579 <reference ref="POI_access" />
7580 <reference ref="fee" />
7581 </item> <!-- Cave Entrance -->
7582 <separator/>
7583 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
7584 <link wiki="Tag:place=island" />
7585 <space />
7586 <key key="place" value="island" />
7587 <reference ref="name_wikipedia" />
7588 </item> <!-- Island -->
7589 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7590 <link wiki="Tag:place=islet" />
7591 <space />
7592 <key key="place" value="islet" />
7593 <reference ref="name_wikipedia" />
7594 </item> <!-- Islet -->
7595 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
7596 <link wiki="Tag:natural=reef" />
7597 <space />
7598 <key key="natural" value="reef" />
7599 <text key="name" text="Name" />
7600 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
7601 </item> <!-- Reef -->
7602 </group> <!-- Geography -->
7603 <group name="Nature" icon="presets/landmark/trees.svg">
7604 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
7605 <link wiki="Tag:natural=tree" />
7606 <label text="A single tree." />
7607 <space />
7608 <key key="natural" value="tree" />
7609 <reference ref="leaf_without_mixed" />
7610 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7611 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7612 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7613 <list_entry value="avenue" short_description="Trees aligned along a road." />
7614 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7615 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7616 </combo>
7617 <optional>
7618 <reference ref="genus_species_taxon" />
7619 <space />
7620 <text key="height" text="Height (meters)" length="7" />
7621 <text key="diameter_crown" text="Diameter crown (meters)" />
7622 <text key="circumference" text="Circumference (meters)" />
7623 <space />
7624 <text key="name" text="Name" />
7625 <text key="start_date" text="Start date" />
7626 </optional>
7627 </item> <!-- Tree -->
7628 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
7629 <link wiki="Tag:natural=tree_row" />
7630 <label text="A line of trees." />
7631 <space />
7632 <key key="natural" value="tree_row" />
7633 <reference ref="leaf" />
7634 <optional>
7635 <reference ref="genus_species_taxon" />
7636 <text key="height" text="Height (meters)" length="7" />
7637 </optional>
7638 </item> <!-- Tree Row -->
7639 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
7640 <link wiki="Tag:natural=wood" />
7641 <label text="Woodland where timber production does not dominate use." />
7642 <space />
7643 <key key="natural" value="wood" />
7644 <text key="name" text="Name" />
7645 <reference ref="leaf" />
7646 </item> <!-- Wood -->
7647 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
7648 <link wiki="Tag:landuse=forest" />
7649 <space />
7650 <key key="landuse" value="forest" />
7651 <reference ref="leaf" />
7652 <reference ref="optional_name" />
7653 </item> <!-- Forest -->
7654 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
7655 <link wiki="Tag:man_made=cutline" />
7656 <space />
7657 <key key="man_made" value="cutline" />
7658 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7659 </item> <!-- Cutline -->
7660 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7661 <link wiki="Tag:natural=grassland" />
7662 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
7663 <space />
7664 <key key="natural" value="grassland" />
7665 <text key="name" text="Name" />
7666 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
7667 </item> <!-- Grassland -->
7668 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
7669 <link wiki="Tag:leisure=nature_reserve" />
7670 <space />
7671 <key key="leisure" value="nature_reserve" />
7672 <text key="name" text="Name" />
7673 </item> <!-- Nature Reserve -->
7674 <separator/>
7675 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
7676 <link wiki="Tag:natural=scree" />
7677 <label text="An accumulation of loose angular rocks." />
7678 <space />
7679 <key key="natural" value="scree" />
7680 <text key="name" text="Name" />
7681 </item> <!-- Scree -->
7682 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
7683 <link wiki="Tag:natural=shingle" />
7684 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7685 <space />
7686 <key key="natural" value="shingle" />
7687 <text key="name" text="Name" />
7688 </item> <!-- Shingle -->
7689 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
7690 <link wiki="Tag:natural=fell" />
7691 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
7692 <space />
7693 <key key="natural" value="fell" />
7694 <text key="name" text="Name" />
7695 </item> <!-- Fell -->
7696 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
7697 <link wiki="Tag:natural=scrub" />
7698 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
7699 <space />
7700 <key key="natural" value="scrub" />
7701 <text key="name" text="Name" />
7702 <optional>
7703 <reference ref="leaf" />
7704 </optional>
7705 </item> <!-- Scrub -->
7706 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
7707 <link wiki="Tag:natural=heath" />
7708 <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." />
7709 <space />
7710 <key key="natural" value="heath" />
7711 <text key="name" text="Name" />
7712 </item> <!-- Heath -->
7713 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
7714 <link wiki="Tag:natural=sand" />
7715 <label text="Large area covered with sand." />
7716 <space />
7717 <key key="natural" value="sand" />
7718 <text key="name" text="Name" />
7719 </item> <!-- Sand -->
7720 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
7721 <link wiki="Tag:natural=bare_rock" />
7722 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
7723 <space />
7724 <key key="natural" value="bare_rock" />
7725 <text key="name" text="Name" />
7726 </item> <!-- Bare Rock -->
7727 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
7728 <link wiki="Tag:natural=rock" />
7729 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
7730 <space />
7731 <key key="natural" value="rock" />
7732 <reference ref="name_wikipedia" />
7733 <optional>
7734 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
7735 </optional>
7736 </item> <!-- Rock -->
7737 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
7738 <link wiki="Tag:natural=stone" />
7739 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
7740 <space />
7741 <key key="natural" value="stone" />
7742 <reference ref="name_wikipedia" />
7743 <optional>
7744 <text key="height" text="Height (meters)" length="7" />
7745 <text key="width" text="Width (meters)" />
7746 </optional>
7747 </item> <!-- Stone -->
7748 </group> <!-- Nature -->
7749 <group name="Land use" icon="presets/landuse/farmland.svg">
7750 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
7751 <link wiki="Tag:landuse=farmyard" />
7752 <space />
7753 <key key="landuse" value="farmyard" />
7754 <reference ref="optional_name" />
7755 </item> <!-- Farmyard -->
7756 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
7757 <link wiki="Tag:landuse=farmland" />
7758 <space />
7759 <key key="landuse" value="farmland" />
7760 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
7761 <reference ref="optional_name" />
7762 </item> <!-- Farmland -->
7763 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7764 <link wiki="Tag:landuse=meadow" />
7765 <space />
7766 <key key="landuse" value="meadow" />
7767 <reference ref="optional_name" />
7768 </item> <!-- Meadow -->
7769 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
7770 <link wiki="Tag:landuse=orchard" />
7771 <space />
7772 <key key="landuse" value="orchard" />
7773 <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" />
7774 <reference ref="optional_name" />
7775 </item> <!-- Orchard -->
7776 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
7777 <link wiki="Tag:landuse=vineyard" />
7778 <space />
7779 <key key="landuse" value="vineyard" />
7780 <key key="crop" value="grape" match="keyvalue" />
7781 <reference ref="optional_name" />
7782 </item> <!-- Vineyard -->
7783 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
7784 <link wiki="Tag:landuse=greenhouse_horticulture" />
7785 <space />
7786 <key key="landuse" value="greenhouse_horticulture" />
7787 <reference ref="optional_name_operator" />
7788 </item> <!-- Greenhouse Horticulture -->
7789 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
7790 <link wiki="Tag:landuse=plant_nursery" />
7791 <key key="landuse" value="plant_nursery" />
7792 <reference ref="optional_name_operator" />
7793 <space />
7794 <reference ref="leaf" />
7795 <reference ref="genus_species_taxon" />
7796 </item> <!-- Plant Nursery -->
7797 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
7798 <link wiki="Tag:landuse=salt_pond" />
7799 <space />
7800 <key key="landuse" value="salt_pond" />
7801 <reference ref="optional_name_operator" />
7802 </item> <!-- Salt Pond -->
7803 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
7804 <link wiki="Tag:landuse=aquaculture" />
7805 <space />
7806 <key key="landuse" value="aquaculture" />
7807 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
7808 <reference ref="optional_name_operator" />
7809 </item> <!-- Aquaculture -->
7810 <separator/>
7811 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
7812 <link wiki="Tag:landuse=allotments" />
7813 <space />
7814 <key key="landuse" value="allotments" />
7815 <reference ref="optional_name" />
7816 </item> <!-- Allotments -->
7817 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
7818 <link wiki="Tag:landuse=flowerbed" />
7819 <space />
7820 <key key="landuse" value="flowerbed" />
7821 <optional>
7822 <text key="operator" text="Operator" />
7823 <reference ref="genus_species_taxon" />
7824 </optional>
7825 </item> <!-- Flowerbed -->
7826 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
7827 <link wiki="Tag:leisure=garden" />
7828 <space />
7829 <key key="leisure" value="garden" />
7830 <reference ref="optional_name" />
7831 </item> <!-- Garden -->
7832 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7833 <link wiki="Tag:landuse=grass" />
7834 <space />
7835 <key key="landuse" value="grass" />
7836 <reference ref="optional_name" />
7837 </item> <!-- Grass -->
7838 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7839 <link wiki="Tag:landuse=village_green" />
7840 <space />
7841 <key key="landuse" value="village_green" />
7842 <reference ref="optional_name" />
7843 </item> <!-- Village Green -->
7844 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
7845 <link wiki="Tag:leisure=park" />
7846 <space />
7847 <key key="leisure" value="park" />
7848 <reference ref="optional_name" />
7849 </item> <!-- Park -->
7850 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7851 <link wiki="Tag:landuse=recreation_ground" />
7852 <space />
7853 <key key="landuse" value="recreation_ground" />
7854 <reference ref="optional_name" />
7855 </item> <!-- Recreation Ground -->
7856 <separator/>
7857 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
7858 <link wiki="Tag:landuse=religious" />
7859 <space />
7860 <key key="landuse" value="religious" />
7861 <text key="name" text="Name" />
7862 <reference ref="religious" />
7863 </item> <!-- Religious -->
7864 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
7865 <link wiki="Tag:landuse=cemetery" />
7866 <space />
7867 <key key="landuse" value="cemetery" />
7868 <text key="name" text="Name" />
7869 <reference ref="religious" />
7870 </item> <!-- Cemetery -->
7871 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
7872 <link wiki="Tag:amenity=grave_yard" />
7873 <space />
7874 <key key="amenity" value="grave_yard" />
7875 <text key="name" text="Name" />
7876 <reference ref="religious" />
7877 </item> <!-- Graveyard -->
7878 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
7879 <link wiki="Tag:cemetery=sector" />
7880 <space />
7881 <key key="cemetery" value="sector" />
7882 <optional>
7883 <text key="ref" text="Reference" />
7884 <text key="name" text="Name" />
7885 </optional>
7886 </item> <!-- Cemetery sector-->
7887 <separator/>
7888 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
7889 <link wiki="Tag:landuse=residential" />
7890 <space />
7891 <key key="landuse" value="residential" />
7892 <reference ref="optional_name" />
7893 </item> <!-- Residential Area -->
7894 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
7895 <link wiki="Tag:landuse=retail" />
7896 <space />
7897 <key key="landuse" value="retail" />
7898 <reference ref="optional_name" />
7899 </item> <!-- Retail -->
7900 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
7901 <link wiki="Tag:landuse=commercial" />
7902 <space />
7903 <key key="landuse" value="commercial" />
7904 <reference ref="optional_name" />
7905 </item> <!-- Commercial -->
7906 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
7907 <link wiki="Tag:landuse=industrial" />
7908 <space />
7909 <key key="landuse" value="industrial" />
7910 <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" />
7911 <reference ref="optional_name" />
7912 </item> <!-- Industrial -->
7913 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
7914 <link wiki="Tag:landuse=garages" />
7915 <space />
7916 <key key="landuse" value="garages" />
7917 <reference ref="optional_name_operator" />
7918 </item> <!-- Garages -->
7919 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
7920 <link wiki="Tag:landuse=railway" />
7921 <space />
7922 <key key="landuse" value="railway" />
7923 <reference ref="optional_name" />
7924 </item> <!-- Railway Land -->
7925 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
7926 <link wiki="Tag:landuse=military" />
7927 <space />
7928 <key key="landuse" value="military" />
7929 <reference ref="optional_name" />
7930 </item> <!-- Military -->
7931 <separator/>
7932 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
7933 <link wiki="Tag:landuse=construction" />
7934 <space />
7935 <key key="landuse" value="construction" />
7936 <reference ref="optional_name" />
7937 </item> <!-- Construction Area -->
7938 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
7939 <link wiki="Tag:landuse=brownfield" />
7940 <space />
7941 <key key="landuse" value="brownfield" />
7942 <reference ref="optional_name" />
7943 </item> <!-- Brownfield -->
7944 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
7945 <link wiki="Tag:landuse=greenfield" />
7946 <space />
7947 <key key="landuse" value="greenfield" />
7948 <reference ref="optional_name" />
7949 </item> <!-- Greenfield -->
7950 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
7951 <link wiki="Tag:landuse=landfill" />
7952 <space />
7953 <key key="landuse" value="landfill" />
7954 <reference ref="optional_name" />
7955 </item> <!-- Landfill -->
7956 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
7957 <link wiki="Tag:landuse=quarry" />
7958 <space />
7959 <key key="landuse" value="quarry" />
7960 <reference ref="name_operator" />
7961 <combo key="resource" text="Resource" values="aggregate,bauxite,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
7962 </item> <!-- Quarry -->
7963 </group> <!-- Landuse -->
7964 </group> <!-- Geography -->
7965 <group name="Annotation" icon="presets/misc/housenumber.svg">
7966 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7967 <link wiki="Key:name" />
7968 <space />
7969 <text key="name" text="Name" />
7970 <optional>
7971 <text key="alt_name" text="Alternative name" match="key" />
7972 <text key="old_name" text="Historical name" match="key" />
7973 <text key="loc_name" text="Local name" match="key" />
7974 <text key="reg_name" text="Regional name" match="key" />
7975 <text key="nat_name" text="National name" match="key" />
7976 <text key="int_name" text="International name" match="key" />
7977 <text key="official_name" text="Official name" match="key" />
7978 <text key="short_name" text="Common name abbreviation" match="key" />
7979 </optional>
7980 </item> <!-- Name -->
7981 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7982 <link wiki="Key:addr" />
7983 <space />
7984 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
7985 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7986 <optional>
7987 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7988 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
7989 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
7990 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
7991 </optional>
7992 <optional text="Optional values for specific countries">
7993 <text key="addr:unit" text="Unit/Suite" match="key" />
7994 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
7995 <text key="addr:hamlet" text="Hamlet" match="key" />
7996 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
7997 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
7998 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
7999 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
8000 <!-- US States as defined in ISO 3166-2 -->
8001 <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" />
8002 </optional>
8003 </item> <!-- Address -->
8004 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
8005 <link wiki="Key:addr" />
8006 <space />
8007 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
8008 <optional>
8009 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
8010 </optional>
8011 </item> <!-- Address Interpolation -->
8012 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8013 <link wiki="Annotations" />
8014 <space />
8015 <text key="website" text="Website" match="key" />
8016 <text key="email" text="Email Address" match="key" />
8017 <space />
8018 <text key="phone" text="Phone number" match="key" />
8019 <text key="fax" text="Fax Number" match="key" />
8020 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8021 <space />
8022 <text key="wikipedia" text="Wikipedia" />
8023 <text key="image" text="Image" />
8024 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
8025 </item> <!-- Contact (Common Schema) -->
8026 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8027 <link wiki="Key:contact" />
8028 <space />
8029 <text key="contact:website" text="Website" match="key" />
8030 <text key="contact:email" text="Email Address" match="key" />
8031 <space />
8032 <text key="contact:phone" text="Phone number" match="key" />
8033 <text key="contact:fax" text="Fax Number" match="key" />
8034 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
8035 <space />
8036 <text key="wikipedia" text="Wikipedia" />
8037 <text key="image" text="Image" />
8038 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
8039 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
8040 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8041 <link wiki="Key:description" />
8042 <space />
8043 <label text="A short text with additional information." text_context="description=*" />
8044 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
8045 <space />
8046 <text key="description" text="Description" match="key" />
8047 <preset_link preset_name="Note" text="Similar but different tags:" />
8048 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8049 </item> <!-- Description -->
8050 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8051 <link wiki="Key:note" />
8052 <space />
8053 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
8054 <space />
8055 <text key="note" text="Note" text_context="the tag note=*" match="key" />
8056 <preset_link preset_name="Fixme" text="Similar but different tags:" />
8057 <preset_link preset_name="Description" text="Similar but different tags:" />
8058 </item> <!-- Note -->
8059 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
8060 <link wiki="Key:fixme" />
8061 <space />
8062 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
8063 <space />
8064 <text key="fixme" text="Fixme" match="key" />
8065 <preset_link preset_name="Note" text="Similar but different tags:" />
8066 <preset_link preset_name="Description" text="Similar but different tags:" />
8067 </item> <!-- Fixme -->
8068 </group> <!-- Annotation -->
8069 <group name="Relations" icon="presets/misc/relations.svg">
8070 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
8071 <link wiki="Relation:multipolygon" />
8072 <key key="type" value="multipolygon" />
8073 <optional>
8074 <text key="name" text="Name" />
8075 </optional>
8076 <roles>
8077 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8078 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8079 </roles>
8080 </item> <!-- Multipolygon -->
8081 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
8082 <link wiki="Relation:boundary" />
8083 <space />
8084 <key key="type" value="boundary" />
8085 <text key="name" text="Name" />
8086 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
8087 <optional>
8088 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
8089 </optional>
8090 <roles>
8091 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8092 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8093 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
8094 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
8095 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
8096 </roles>
8097 </item> <!-- Boundary -->
8098 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
8099 <link wiki="Relation:building" />
8100 <key key="type" value="building" />
8101 <preset_link preset_name="Building" />
8102 <preset_link preset_name="Entrance" />
8103 <preset_link preset_name="Building part" />
8104 <roles>
8105 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
8106 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
8107 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
8108 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
8109 <role key="entrance" text="Entrance" requisite="optional" type="node" />
8110 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
8111 </roles>
8112 </item> <!-- Building -->
8113 <item name="Site" type="relation" preset_name_label="true">
8114 <link wiki="Relation:site" />
8115 <space />
8116 <key key="type" value="site" />
8117 <text key="name" text="Site name" />
8118 <roles>
8119 <role key="label" text="where to place the label" requisite="optional" type="node" />
8120 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
8121 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
8122 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
8123 </roles>
8124 </item> <!-- Site -->
8125 <separator/>
8126 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
8127 <link wiki="Relation:restriction" />
8128 <space />
8129 <key key="type" value="restriction" />
8130 <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" />
8131 <roles>
8132 <role key="from" text="from way" requisite="required" count="1" type="way" />
8133 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8134 <role key="to" text="to way" requisite="required" count="1" type="way" />
8135 </roles>
8136 </item> <!-- Turn Restriction -->
8137 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8138 <link wiki="Relation:connectivity" />
8139 <space />
8140 <key key="type" value="connectivity" />
8141 <text key="connectivity" text="Lane Connectivity" />
8142 <roles>
8143 <role key="from" text="from way" requisite="required" count="1" type="way" />
8144 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8145 <role key="to" text="to way" requisite="required" count="1" type="way" />
8146 </roles>
8147 </item> <!-- Lane Connectivity -->
8148 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
8149 <link wiki="Relation:enforcement" />
8150 <space />
8151 <key key="type" value="enforcement" />
8152 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
8153 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8154 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8155 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8156 <roles>
8157 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8158 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8159 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8160 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8161 </roles>
8162 </item> <!-- Enforcement -->
8163 <separator/>
8164 <group name="Routes" icon="presets/misc/route.svg">
8165 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8166 <link wiki="Tag:route=bicycle" />
8167 <space/>
8168 <key key="type" value="route"/>
8169 <key key="route" value="bicycle"/>
8170 <text key="name" text="Name" />
8171 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8172 <optional>
8173 <reference ref="route_hikebike_optionals" />
8174 </optional>
8175 <roles>
8176 <reference ref="route_segment_roles" />
8177 </roles>
8178 </item> <!-- Bicycle Route -->
8179 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8180 <link wiki="Mountain_biking" />
8181 <space/>
8182 <key key="type" value="route"/>
8183 <key key="route" value="mtb"/>
8184 <text key="name" text="Name" />
8185 <optional>
8186 <reference ref="route_hikebike_optionals" />
8187 </optional>
8188 <roles>
8189 <reference ref="route_segment_roles" />
8190 </roles>
8191 </item> <!-- Mountain Biking Route -->
8192 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8193 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
8194 <space/>
8195 <key key="type" value="route"/>
8196 <key key="route" value="hiking"/>
8197 <text key="name" text="Name" />
8198 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
8199 <optional>
8200 <reference ref="route_hikebike_optionals" />
8201 </optional>
8202 <reference ref="walking_routes_roles" />
8203 </item> <!-- Hiking Route -->
8204 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8205 <link wiki="Tag:route=foot" />
8206 <space/>
8207 <key key="type" value="route"/>
8208 <key key="route" value="foot"/>
8209 <text key="name" text="Name" />
8210 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
8211 <optional>
8212 <reference ref="route_hikebike_optionals" />
8213 </optional>
8214 <reference ref="walking_routes_roles" />
8215 </item> <!-- Walking Route -->
8216 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8217 <link wiki="Tag:route=running" />
8218 <space/>
8219 <key key="type" value="route"/>
8220 <key key="route" value="running"/>
8221 <text key="name" text="Name" />
8222 <optional>
8223 <reference ref="route_hikebike_optionals" />
8224 </optional>
8225 <roles>
8226 <reference ref="route_segment_roles" />
8227 <reference ref="route_start_stop_roles" />
8228 </roles>
8229 </item> <!-- Running Route -->
8230 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8231 <link wiki="Tag:route=fitness_trail" />
8232 <space/>
8233 <key key="type" value="route"/>
8234 <key key="route" value="fitness_trail"/>
8235 <text key="name" text="Name" />
8236 <optional>
8237 <reference ref="route_hikebike_optionals" />
8238 </optional>
8239 <roles>
8240 <reference ref="route_segment_roles" />
8241 <reference ref="route_start_stop_roles" />
8242 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8243 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8244 </roles>
8245 </item> <!-- Fitness Trail -->
8246 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8247 <link wiki="Tag:route=horse" />
8248 <space/>
8249 <key key="type" value="route"/>
8250 <key key="route" value="horse"/>
8251 <text key="name" text="Name" />
8252 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8253 <optional>
8254 <reference ref="route_hikebike_optionals" />
8255 </optional>
8256 <roles>
8257 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8258 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8259 <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"/>
8260 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8261 </roles>
8262 </item> <!-- Riding Route -->
8263 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8264 <link wiki="Tag:route=piste" />
8265 <space/>
8266 <key key="type" value="route"/>
8267 <key key="route" value="piste"/>
8268 <text key="name" text="Name" />
8269 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
8270 <optional>
8271 <reference ref="route_hikebike_optionals" />
8272 </optional>
8273 <roles>
8274 <role key="" text="route segment" requisite="optional" type="way" />
8275 <role key="forward" text="forward segment" requisite="optional" type="way" />
8276 <role key="backward" text="backward segment" requisite="optional" type="way" />
8277 <role key="link" text="link segment" requisite="optional" type="way" />
8278 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8279 <role key="variant" text="variant segment" requisite="optional" type="way" />
8280 <role key="start" text="entry points" requisite="optional" type="node" />
8281 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8282 </roles>
8283 </item> <!-- Piste Route -->
8284 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8285 <link wiki="Tag:route=ski" />
8286 <space/>
8287 <key key="type" value="route"/>
8288 <key key="route" value="ski"/>
8289 <text key="name" text="Name" />
8290 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8291 <optional>
8292 <reference ref="route_hikebike_optionals" />
8293 </optional>
8294 <roles>
8295 <role key="" text="route segment" requisite="optional" type="way" />
8296 <role key="forward" text="forward segment" requisite="optional" type="way" />
8297 <role key="backward" text="backward segment" requisite="optional" type="way" />
8298 <role key="link" text="link segment" requisite="optional" type="way" />
8299 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8300 <role key="variant" text="variant segment" requisite="optional" type="way" />
8301 <role key="start" text="entry points" requisite="optional" type="node" />
8302 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8303 </roles>
8304 </item> <!-- Ski Route -->
8305 <separator/>
8306 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8307 <link wiki="Tag:route=detour" />
8308 <space/>
8309 <key key="type" value="route"/>
8310 <key key="route" value="detour"/>
8311 <reference ref="name_ref"/>
8312 <optional>
8313 <text key="operator" text="Operator" />
8314 <text key="destination" text="Destination"/>
8315 <text key="detour" text="Ref of the way this is a detour to"/>
8316 </optional>
8317 <roles>
8318 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8319 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8320 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8321 </roles>
8322 </item> <!-- Detour Route -->
8323 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8324 <link wiki="Tag:route=power" />
8325 <space/>
8326 <key key="type" value="route"/>
8327 <key key="route" value="power"/>
8328 <reference ref="name_ref_operator"/>
8329 <roles>
8330 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8331 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8332 </roles>
8333 </item> <!-- Power Route -->
8334 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8335 <link wiki="Tag:route=railway" />
8336 <space/>
8337 <key key="type" value="route"/>
8338 <key key="route" value="railway"/>
8339 <reference ref="name_ref_operator"/>
8340 <roles>
8341 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8342 </roles>
8343 </item> <!-- Railway Route -->
8344 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8345 <link wiki="Tag:route=road" />
8346 <space/>
8347 <key key="type" value="route"/>
8348 <key key="route" value="road"/>
8349 <reference ref="name_ref"/>
8350 <text key="network" text="Network" />
8351 <text key="operator" text="Operator" />
8352 <text key="distance" text="Distance (kilometers)"/>
8353 <roles>
8354 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8355 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8356 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8357 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8358 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8359 </roles>
8360 </item> <!-- Road Route -->
8361 <separator/>
8362 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8363 <link wiki="Relation:superroute" />
8364 <space/>
8365 <key key="type" value="superroute"/>
8366 <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" />
8367 <reference ref="name_ref_operator"/>
8368 <roles>
8369 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8370 </roles>
8371 </item> <!-- Superroute -->
8372 </group> <!-- Routes -->
8373 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8374 <link wiki="Relation:network" />
8375 <space />
8376 <key key="type" value="network" />
8377 <text key="name" text="Name" />
8378 <optional>
8379 <text key="network" text="Network" />
8380 <text key="operator" text="Operator" />
8381 </optional>
8382 <roles>
8383 <role key="" text="member" requisite="required" type="relation" />
8384 </roles>
8385 </item> <!-- Route Network -->
8386 <separator/>
8387 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8388 <link wiki="Relation:associatedStreet" />
8389 <space />
8390 <key key="type" value="associatedStreet" />
8391 <text key="name" text="Street name" />
8392 <roles>
8393 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8394 <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;" />
8395 </roles>
8396 </item> <!-- Associated Street -->
8397 <item name="Street" type="relation" preset_name_label="true">
8398 <link wiki="Relation:street" />
8399 <space />
8400 <key key="type" value="street" />
8401 <text key="name" text="Name" />
8402 <roles>
8403 <role key="street" text="ways being part of street" requisite="required" type="way" />
8404 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8405 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8406 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8407 </roles>
8408 </item> <!-- Street -->
8409 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8410 <link wiki="Relation:destination_sign" />
8411 <space />
8412 <key key="type" value="destination_sign" />
8413 <text key="destination" text="Destination written on sign (w/o distance)" />
8414 <text key="distance" text="Distance (kilometers)" />
8415 <text key="time" text="Time (hh:mm, for trekking)" />
8416 <text key="colour:back" text="Colour of background" />
8417 <text key="colour:text" text="Colour of text" />
8418 <text key="colour:arrow" text="Colour of border/arrow" />
8419 <roles>
8420 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8421 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8422 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8423 <role key="sign" text="position of sign" requisite="optional" type="node" />
8424 </roles>
8425 </item> <!-- Destination Sign -->
8426 <separator/>
8427 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8428 <link wiki="Relation:waterway" />
8429 <space />
8430 <key key="type" value="waterway" />
8431 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8432 <text key="name" text="Name" />
8433 <optional>
8434 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8435 <text key="ref" text="Reference" />
8436 <text key="ref:sandre" text="Reference Sandre (FR)" />
8437 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8438 <text key="ref:regine" text="Reference REGINE (NO)" />
8439 <text key="ref:gnis" text="Reference GNIS (USA)" />
8440 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8441 <text key="wikipedia" text="Wikipedia" />
8442 </optional>
8443 <roles>
8444 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8445 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8446 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8447 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8448 </roles>
8449 </item> <!-- Waterway -->
8450 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8451 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8452 <space />
8453 <key key="type" value="bridge" />
8454 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8455 <reference ref="name_ref" />
8456 <text key="height" text="Height (meters)" length="7" />
8457 <text key="length" text="Length (meters)" />
8458 <text key="operator" text="Operator" />
8459 <roles>
8460 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8461 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8462 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8463 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8464 </roles>
8465 </item> <!-- Bridge -->
8466 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8467 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8468 <space />
8469 <key key="type" value="tunnel" />
8470 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8471 <reference ref="name_ref" />
8472 <text key="length" text="Length (meters)" />
8473 <text key="operator" text="Operator" />
8474 <roles>
8475 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8476 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8477 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8478 </roles>
8479 </item> <!-- Tunnel -->
8480 </group> <!-- Relations -->
8481</presets>
Note: See TracBrowser for help on using the repository browser.