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

Last change on this file since 16741 was 16741, checked in by Klumbumbus, 4 years ago
  • fix #19440 - Add placement:forward/backward to highway presets
  • fix #16391 - Add noref=yes and noname=yes checkboxes after ref and name fields in highway presets
  • save some space in height of preset window by reordering checks a bit
  • based on patch by skyper
  • Property svn:eol-style set to native
File size: 503.5 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,limited,no" />
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="fee">
227 <combo key="fee" text="Fee" values="yes,no" />
228 </chunk>
229 <chunk id="fee_interval">
230 <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" />
231 </chunk>
232 <chunk id="parking_name_type_ref">
233 <text key="name" text="Name" />
234 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
235 <text key="ref" text="Reference number" />
236 </chunk>
237 <chunk id="parking_access_fee_operator_surface_smoothness">
238 <space />
239 <reference ref="POI_access" />
240 <reference ref="fee_interval" />
241 <text key="operator" text="Operator" />
242 <reference ref="surface_smoothness" />
243 </chunk>
244 <chunk id="maxstay">
245 <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" />
246 </chunk>
247 <chunk id="supervised">
248 <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" />
249 </chunk>
250 <chunk id="supervised_lit_oh">
251 <reference ref="supervised" />
252 <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" />
253 <reference ref="oh" />
254 </chunk>
255 <chunk id="highway_access">
256 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" />
257 </chunk>
258 <chunk id="POI_access">
259 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" />
260 </chunk>
261 <chunk id="name_wikipedia">
262 <text key="name" text="Name" />
263 <text key="wikipedia" text="Wikipedia" />
264 </chunk>
265 <chunk id="population_postcode_website">
266 <text key="population" text="Population" />
267 <text key="postal_code" text="Postal Code" />
268 <text key="website" text="Website" />
269 </chunk>
270 <chunk id="route_hikebike_optionals">
271 <text key="ref" text="Reference" />
272 <text key="operator" text="Operator" />
273 <text key="distance" text="Distance (kilometers)"/>
274 <text key="ascent" text="Ascent (m)"/>
275 <text key="descent" text="Descent (m)"/>
276 <check key="roundtrip" text="Roundtrip"/>
277 <text key="symbol" text="Symbol description"/>
278 <text key="description" text="Description"/>
279 <text key="website" text="Website" />
280 </chunk>
281 <chunk id="genus_species_taxon">
282 <text key="genus" text="Genus" />
283 <text key="species" text="Species" />
284 <text key="taxon" text="Taxon" />
285 </chunk>
286 <chunk id="leaf">
287 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
288 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
289 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
290 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
291 <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." />
292 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
293 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
294 </combo>
295 </chunk>
296 <chunk id="leaf_without_mixed">
297 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,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 </combo>
304 </chunk>
305 <!-- start of religions and denominations -->
306 <chunk id="religious"> <!-- all religions and denominations -->
307 <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" />
308 <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" />
309 </chunk>
310 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
311 <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" />
312 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
313 </chunk>
314 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
315 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
316 </chunk>
317 <chunk id="christian_denominations"> <!-- christian denominations -->
318 <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" />
319 </chunk>
320 <chunk id="muslim_denominations"> <!-- muslim denominations -->
321 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
322 </chunk>
323 <chunk id="jewish_denominations"> <!-- jewish denominations -->
324 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
325 </chunk>
326 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
327 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
328 </chunk>
329 <chunk id="hindu_denominations"> <!-- hindu denominations -->
330 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
331 </chunk>
332 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
333 <!-- end of religions and denominations -->
334 <chunk id="voltage">
335 <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" />
336 </chunk>
337 <chunk id="frequency">
338 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
339 </chunk>
340 <chunk id="voltage_frequency">
341 <reference ref="voltage" />
342 <reference ref="frequency" />
343 </chunk>
344 <chunk id="transformer_voltage_frequency">
345 <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" />
346 <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" />
347 <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" />
348 <reference ref="frequency" />
349 </chunk>
350 <chunk id="cables">
351 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
352 </chunk>
353 <chunk id="cables_circuits">
354 <reference ref="cables" />
355 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
356 </chunk>
357 <chunk id="power_loc">
358 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
359 </chunk>
360 <chunk id="power_extra">
361 <reference ref="power_loc" />
362 <reference ref="voltage_frequency" />
363 <reference ref="ref_operator" />
364 </chunk>
365 <chunk id="power_line_extra">
366 <reference ref="cables_circuits" />
367 <reference ref="voltage_frequency" />
368 </chunk>
369 <chunk id="power_generator">
370 <link wiki="Tag:power=generator" />
371 <space />
372 <key key="power" value="generator" />
373 <reference ref="name_ref_operator" />
374 <text key="start_date" text="Start date" />
375 </chunk>
376 <chunk id="power_output">
377 <optional text="Output forms of energy:">
378 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
379 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
380 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
381 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
382 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
383 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
384 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
385 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
386 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
387 <space />
388 <reference ref="voltage_frequency" />
389 </optional>
390 </chunk>
391 <chunk id="power_pole">
392 <text key="height" text="Height (meters)" length="7" />
393 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
394 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
395 <check key="location:transition" text="Location transition" disable_off="true" />
396 <reference ref="ref_operator" />
397 </chunk>
398 <chunk id="rating_phases">
399 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
400 <combo key="phases" text="Phases" values="1,3" length="1" />
401 </chunk>
402 <chunk id="optional_rating_phases">
403 <optional>
404 <reference ref="rating_phases" />
405 </optional>
406 </chunk>
407 <chunk id="optional_transformer_rating_phases_devices_windings">
408 <optional>
409 <reference ref="rating_phases" />
410 <combo key="devices" text="Number of devices" values="1,2,3,4" />
411 <combo key="windings" text="Number of windings" values="1,2,3,4" />
412 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
413 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
414 </optional>
415 </chunk>
416 <chunk id="telecom_medium">
417 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
418 </chunk>
419 <chunk id="optional_bridge">
420 <optional>
421 <text key="name" text="Name" />
422 <text key="bridge:name" text="Bridge name" />
423 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
424 <space />
425 <text key="maxspeed" text="Max. speed (km/h)" />
426 <text key="maxspeed:forward" text="Max. speed in way direction" />
427 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
428 <space />
429 <text key="maxweight" text="Max. weight (tonnes)" />
430 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
431 <text key="width" text="Width (meters)" />
432 <check key="toll" text="Toll" />
433 </optional>
434 </chunk>
435 <chunk id="waterway">
436 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
437 <check key="intermittent" text="Intermittent" disable_off="true" />
438 <check key="seasonal" text="Seasonal" disable_off="true" />
439 <check key="tidal" text="In the tidal range" disable_off="true" />
440 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
441 <text key="width" text="Width (meters)" />
442 </chunk>
443 <chunk id="waterway_wikipedia">
444 <reference ref="waterway" />
445 <text key="wikipedia" text="Wikipedia" />
446 </chunk>
447 <chunk id="water_access">
448 <optional text="Water access rules:">
449 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" />
450 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" />
451 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" />
452 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" />
453 </optional>
454 </chunk>
455 <chunk id="operator_substance">
456 <text key="operator" text="Operator" />
457 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
458 </chunk>
459 <chunk id="support">
460 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
461 </chunk>
462 <chunk id="aerodrome">
463 <key key="aeroway" value="aerodrome" match="keyvalue" />
464 <text key="name" text="Name" />
465 <optional>
466 <text key="iata" text="IATA" />
467 <text key="icao" text="ICAO" />
468 <text key="wikipedia" text="Wikipedia" />
469 </optional>
470 </chunk>
471 <chunk id="car_brands">
472 <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" />
473 </chunk>
474 <chunk id="motorcycle_brands">
475 <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" />
476 </chunk>
477 <chunk id="walking_routes_roles">
478 <roles>
479 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
480 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
481 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
482 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
483 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
484 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
485 <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"/>
486 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
487 </roles>
488 </chunk>
489 <chunk id="route_segment_roles">
490 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
491 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
492 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
493 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
494 </chunk>
495 <chunk id="route_start_stop_roles">
496 <role key="start" text="start endpoint" requisite="optional" type="node" />
497 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
498 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
499 </chunk>
500 <chunk id="public_transport_route_optionals">
501 <text key="from" text="From (initial stop)" />
502 <text key="to" text="To (terminal stop)" />
503 <text key="via" text="Via (intermediate stops)" />
504 <text key="operator" text="Operator" />
505 <text key="network" text="Network" />
506 <text key="description" text="Description" />
507 <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" />
508 <reference ref="oh" />
509 <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" />
510 <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" />
511 <reference ref="fee" />
512 <text key="website" text="Website" />
513 </chunk>
514 <chunk id="climbing_styles">
515 <label text="Climbing styles:" />
516 <checkgroup columns="2">
517 <check key="climbing:boulder" text="Boulders" />
518 <check key="climbing:sport" text="Sport climbing" />
519 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
520 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
521 <check key="climbing:multipitch" text="Multi-pitch climbing" />
522 <check key="climbing:ice" text="Ice climbing" />
523 <check key="climbing:mixed" text="Mixed climbing" />
524 <check key="climbing:deepwater" text="Deep Water Soloing" />
525 </checkgroup>
526 </chunk>
527 <chunk id="climbing_optional_attributes">
528 <optional>
529 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
530 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
531 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
532 <check key="climbing:summit_log" text="Summit/route log/register" />
533 <check key="indoor" text="Climbing routes indoor" />
534 <check key="outdoor" text="Climbing routes outdoor" />
535 <text key="website" text="Official web site (e.g. operator)" />
536 <text key="url" text="Unofficial web site" />
537 <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" />
538 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
539 <reference ref="POI_access" />
540 </optional>
541 </chunk>
542 <!-- Link chunks -->
543 <chunk id="link_contact_address">
544 <preset_link preset_name="Contact (Common Schema)" />
545 <preset_link preset_name="Address" />
546 </chunk>
547 <chunk id="link_contact_address_payment">
548 <preset_link preset_name="Contact (Common Schema)" />
549 <preset_link preset_name="Address" />
550 <preset_link preset_name="Payment Methods" />
551 </chunk>
552 <!-- Groups -->
553 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
554 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
555 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
556 <link wiki="Tag:highway=motorway" />
557 <space />
558 <key key="highway" value="motorway" />
559 <text key="ref" text="Reference" />
560 <check key="noref" text="Street has no reference" disable_off="true" />
561 <optional>
562 <text key="name" text="Name" />
563 <check key="noname" text="Street has no name" disable_off="true" />
564 <reference ref="highway_base" />
565 <text key="destination" text="Destination" />
566 <text key="destination:ref" text="Destination reference" />
567 <text key="width" text="Width (meters)" />
568 <space />
569 <reference ref="highway_yesno" />
570 <checkgroup columns="4">
571 <check key="oneway" text="Oneway" default="on" />
572 <check key="lit" text="Lit" />
573 <check key="toll" text="Toll" />
574 </checkgroup>
575 <reference ref="placement" />
576 </optional>
577 <preset_link preset_name="Road Restrictions" />
578 </item> <!-- Motorway -->
579 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
580 <link wiki="Tag:highway=motorway_link" />
581 <key key="highway" value="motorway_link" />
582 <optional>
583 <text key="ref" text="Reference" />
584 <check key="noref" text="Street has no reference" disable_off="true" />
585 <reference ref="highway_base" />
586 <text key="destination" text="Destination" />
587 <text key="destination:ref" text="Destination reference" />
588 <text key="junction:ref" text="Junction reference" />
589 <text key="width" text="Width (meters)" />
590 <space />
591 <reference ref="highway_yesno" />
592 <checkgroup columns="4">
593 <check key="oneway" text="Oneway" default="on" />
594 <check key="lit" text="Lit" />
595 <check key="toll" text="Toll" />
596 </checkgroup>
597 <reference ref="placement" />
598 </optional>
599 <preset_link preset_name="Road Restrictions" />
600 </item> <!-- Motorway Link -->
601 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
602 <link wiki="Tag:highway=trunk" />
603 <space />
604 <key key="highway" value="trunk" />
605 <text key="ref" text="Reference" />
606 <check key="noref" text="Street has no reference" disable_off="true" />
607 <optional>
608 <text key="name" text="Name" />
609 <check key="noname" text="Street has no name" disable_off="true" />
610 <reference ref="highway_base" />
611 <text key="destination" text="Destination" />
612 <text key="destination:ref" text="Destination reference" />
613 <text key="width" text="Width (meters)" />
614 <space />
615 <reference ref="highway_yesno" />
616 <checkgroup columns="4">
617 <check key="oneway" text="Oneway" default="on" />
618 <check key="lit" text="Lit" />
619 <check key="toll" text="Toll" />
620 <check key="motorroad" text="Motorroad" default="on" />
621 </checkgroup>
622 <reference ref="placement" />
623 </optional>
624 <preset_link preset_name="Road Restrictions" />
625 </item> <!-- Trunk -->
626 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
627 <link wiki="Highway_link" />
628 <space />
629 <key key="highway" value="trunk_link" />
630 <optional>
631 <text key="ref" text="Reference" />
632 <check key="noref" text="Street has no reference" disable_off="true" />
633 <reference ref="highway_base" />
634 <text key="destination" text="Destination" />
635 <text key="destination:ref" text="Destination reference" />
636 <text key="junction:ref" text="Junction reference" />
637 <text key="width" text="Width (meters)" />
638 <space />
639 <reference ref="highway_yesno" />
640 <checkgroup columns="4">
641 <check key="oneway" text="Oneway" default="on" />
642 <check key="lit" text="Lit" />
643 <check key="toll" text="Toll" />
644 <check key="motorroad" text="Motorroad" default="on" />
645 </checkgroup>
646 <reference ref="placement" />
647 </optional>
648 <preset_link preset_name="Road Restrictions" />
649 </item> <!-- Trunk Link -->
650 <separator/>
651 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
652 <link wiki="Tag:highway=primary" />
653 <space />
654 <key key="highway" value="primary" />
655 <text key="ref" text="Reference" />
656 <check key="noref" text="Street has no reference" disable_off="true" />
657 <optional>
658 <text key="name" text="Name" />
659 <check key="noname" text="Street has no name" disable_off="true" />
660 <reference ref="highway_base" />
661 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
662 <checkgroup columns="4">
663 <check key="motorroad" text="Motorroad" />
664 <check key="narrow" text="Narrow" disable_off="true" />
665 <check key="trolley_wire" text="Overhead trolley wires" />
666 </checkgroup>
667 <reference ref="placement" />
668 </optional>
669 <preset_link preset_name="Road Restrictions" />
670 </item> <!-- Primary -->
671 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
672 <link wiki="Highway_link" />
673 <key key="highway" value="primary_link" />
674 <optional>
675 <reference ref="highway_base" />
676 <text key="destination" text="Destination" />
677 <text key="destination:ref" text="Destination reference" />
678 <text key="junction:ref" text="Junction reference" />
679 <check key="motorroad" text="Motorroad" />
680 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
681 <space />
682 <reference ref="placement" />
683 </optional>
684 <preset_link preset_name="Road Restrictions" />
685 </item> <!-- Primary Link -->
686 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
687 <link wiki="Tag:highway=secondary" />
688 <space />
689 <key key="highway" value="secondary" />
690 <text key="ref" text="Reference" />
691 <check key="noref" text="Street has no reference" disable_off="true" />
692 <optional>
693 <text key="name" text="Name" />
694 <check key="noname" text="Street has no name" disable_off="true" />
695 <reference ref="highway_base" />
696 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
697 <checkgroup columns="2">
698 <check key="narrow" text="Narrow" disable_off="true" />
699 <check key="trolley_wire" text="Overhead trolley wires" />
700 </checkgroup>
701 <reference ref="placement" />
702 </optional>
703 <preset_link preset_name="Road Restrictions" />
704 </item> <!-- Secondary -->
705 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
706 <link wiki="Highway_link" />
707 <key key="highway" value="secondary_link" />
708 <optional>
709 <reference ref="highway_base" />
710 <text key="destination" text="Destination" />
711 <text key="destination:ref" text="Destination reference" />
712 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
713 <space />
714 <reference ref="placement" />
715 </optional>
716 <preset_link preset_name="Road Restrictions" />
717 </item> <!-- Secondary Link -->
718 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
719 <link wiki="Tag:highway=tertiary" />
720 <space />
721 <key key="highway" value="tertiary" />
722 <text key="ref" text="Reference" />
723 <check key="noref" text="Street has no reference" disable_off="true" />
724 <optional>
725 <text key="name" text="Name" />
726 <check key="noname" text="Street has no name" disable_off="true" />
727 <reference ref="highway_base" />
728 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
729 <checkgroup columns="2">
730 <check key="narrow" text="Narrow" disable_off="true" />
731 <check key="trolley_wire" text="Overhead trolley wires" />
732 </checkgroup>
733 <reference ref="placement" />
734 </optional>
735 <preset_link preset_name="Road Restrictions" />
736 </item> <!-- Tertiary -->
737 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
738 <link wiki="Highway_link" />
739 <key key="highway" value="tertiary_link" />
740 <optional>
741 <reference ref="highway_base" />
742 <text key="destination" text="Destination" />
743 <text key="destination:ref" text="Destination reference" />
744 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
745 <space />
746 <reference ref="placement" />
747 </optional>
748 <preset_link preset_name="Road Restrictions" />
749 </item> <!-- Tertiary Link -->
750 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
751 <link wiki="Tag:highway=unclassified" />
752 <key key="highway" value="unclassified" />
753 <optional>
754 <text key="name" text="Name" />
755 <check key="noname" text="Street has no name" disable_off="true" />
756 <text key="ref" text="Reference" />
757 <check key="noref" text="Street has no reference" disable_off="true" />
758 <reference ref="highway_base" />
759 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
760 <checkgroup columns="3">
761 <check key="narrow" text="Narrow" disable_off="true" />
762 <check key="trolley_wire" text="Overhead trolley wires" />
763 <check key="passing_places" text="Passing Places" />
764 </checkgroup>
765 <reference ref="placement" />
766 </optional>
767 <preset_link preset_name="Road Restrictions" />
768 </item> <!-- Unclassified -->
769 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
770 <link wiki="Tag:highway=residential" />
771 <space />
772 <key key="highway" value="residential" />
773 <text key="name" text="Name" />
774 <check key="noname" text="Street has no name" disable_off="true" />
775 <optional>
776 <text key="ref" text="Reference" />
777 <reference ref="highway_base" />
778 <reference ref="highway_yesno" />
779 <checkgroup columns="4">
780 <check key="oneway" text="Oneway" />
781 <check key="oneway:bicycle" text="Oneway for bicycle" />
782 <check key="lit" text="Lit" />
783 </checkgroup>
784 <text key="width" text="Width (meters)" />
785 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
786 <checkgroup columns="2">
787 <check key="narrow" text="Narrow" disable_off="true" />
788 <check key="trolley_wire" text="Overhead trolley wires" />
789 </checkgroup>
790 </optional>
791 <preset_link preset_name="Road Restrictions" />
792 </item> <!-- Residential -->
793 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
794 <link wiki="Key:bicycle_road" />
795 <space />
796 <key key="bicycle_road" value="yes" />
797 <key key="bicycle" value="designated" />
798 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
799 <text key="name" text="Name" />
800 <check key="noname" text="Street has no name" disable_off="true" />
801 <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
802 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
803 <optional>
804 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
805 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
806 <reference ref="surface_smoothness" />
807 <reference ref="highway_yesno_incline" />
808 <checkgroup columns="4">
809 <check key="oneway" text="Oneway" />
810 <check key="oneway:bicycle" text="Oneway for bicycle" />
811 <check key="lit" text="Lit" />
812 </checkgroup>
813 <text key="width" text="Width (meters)" />
814 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
815 </optional>
816 <preset_link preset_name="Road Restrictions" />
817 </item> <!-- Bicycle Road -->
818 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
819 <link wiki="Tag:highway=living_street" />
820 <space />
821 <key key="highway" value="living_street" />
822 <text key="name" text="Name" />
823 <check key="noname" text="Street has no name" disable_off="true" />
824 <optional>
825 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
826 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
827 <reference ref="surface_smoothness" />
828 <reference ref="highway_yesno_incline_oneway_lit_width" />
829 <checkgroup columns="2">
830 <check key="narrow" text="Narrow" disable_off="true" />
831 <check key="trolley_wire" text="Overhead trolley wires" />
832 </checkgroup>
833 </optional>
834 <preset_link preset_name="Road Restrictions" />
835 </item> <!-- Living Street -->
836 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
837 <link wiki="Tag:highway=pedestrian" />
838 <space />
839 <key key="highway" value="pedestrian" />
840 <text key="name" text="Name" />
841 <check key="noname" text="Street has no name" disable_off="true" />
842 <optional>
843 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
844 <reference ref="surface_smoothness" />
845 <check key="area" text="Area" />
846 <reference ref="highway_yesno_incline" />
847 <check key="lit" text="Lit" />
848 <text key="width" text="Width (meters)" />
849 </optional>
850 <preset_link preset_name="Road Restrictions" />
851 </item> <!-- Pedestrian -->
852 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
853 <link wiki="Tag:highway=service" />
854 <space />
855 <key key="highway" value="service" />
856 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
857 <optional>
858 <text key="name" text="Name" />
859 <space />
860 <reference ref="highway_base" />
861 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
862 <check key="passing_places" text="Passing Places" />
863 </optional>
864 <preset_link preset_name="Road Restrictions" />
865 </item> <!-- Service -->
866 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
867 <link wiki="Tag:service=parking_aisle" />
868 <key key="highway" value="service" />
869 <key key="service" value="parking_aisle" />
870 <optional>
871 <reference ref="surface_smoothness" />
872 <check key="oneway" text="Oneway" />
873 <check key="lit" text="Lit" />
874 </optional>
875 <preset_link preset_name="Road Restrictions" />
876 </item> <!-- Parking Aisle -->
877 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
878 <link wiki="Tag:highway=escape" />
879 <space />
880 <key key="highway" value="escape" />
881 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
882 <optional>
883 <reference ref="surface" />
884 <text key="width" text="Width (meters)" />
885 <check key="lit" text="Lit" />
886 </optional>
887 </item> <!-- Escape -->
888 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
889 <link wiki="Tag:highway=raceway" />
890 <space />
891 <key key="highway" value="raceway" />
892 <text key="name" text="Name" />
893 </item> <!-- Raceway -->
894 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
895 <link wiki="Tag:highway=road" />
896 <key key="highway" value="road" />
897 <optional>
898 <text key="name" text="Name" />
899 <space />
900 <reference ref="highway_base" />
901 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
902 <check key="trolley_wire" text="Overhead trolley wires" />
903 </optional>
904 <preset_link preset_name="Road Restrictions" />
905 </item> <!-- Road (Unknown Type) -->
906 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
907 <link wiki="Key:construction" />
908 <key key="highway" value="construction" />
909 <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" />
910 <optional>
911 <text key="name" text="Name" />
912 <space />
913 <reference ref="highway_base" />
914 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
915 <check key="trolley_wire" text="Overhead trolley wires" />
916 <combo key="junction" text="Junction" values="roundabout,jughandle" />
917 </optional>
918 <preset_link preset_name="Road Restrictions" />
919 </item> <!-- Construction -->
920 <separator/>
921 <item name="Road Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
922 <link wiki="Key:access" />
923 <space />
924 <label text="Some road types already imply some access restrictions which should not be set again." />
925 <space />
926 <checkgroup columns="3" >
927 <check key="oneway" text="Oneway" />
928 <check key="toll" text="Toll" />
929 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
930 <check key="winter_road" text="Winter road" disable_off="true" />
931 <check key="ice_road" text="Ice road" disable_off="true" />
932 </checkgroup>
933 <space />
934 <label text="Transport mode restrictions" />
935 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
936 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
937 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
938 <space />
939 <label text="Vehicles per type" />
940 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
941 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
942 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
943 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
944 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
945 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
946 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
947 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,no" match="key" />
948 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
949 <space />
950 <label text="Vehicles per use" />
951 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
952 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
953 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
954 <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
955 <space />
956 <text key="maxspeed" text="Max. speed (km/h)" />
957 <text key="maxspeed:forward" text="Max. speed in way direction" />
958 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
959 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
960 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
961 <text key="minspeed" text="Min. speed (km/h)" match="key" />
962 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
963 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
964 <text key="maxheight" text="Max. height (meters)" match="key" />
965 <text key="maxwidth" text="Max. width (meters)" match="key" />
966 <text key="maxlength" text="Max. length (meters)" match="key" />
967 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
968 </item> <!-- Road Restrictions -->
969 <separator/>
970 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
971 <link wiki="Tag:junction=roundabout" />
972 <space />
973 <key key="junction" value="roundabout" />
974 <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" />
975 <optional>
976 <reference ref="name_layer" />
977 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
978 <reference ref="highway_yesno" />
979 <text key="width" text="Width (meters)" />
980 </optional>
981 <preset_link preset_name="Road Restrictions" />
982 </item> <!-- Roundabout -->
983 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
984 <link wiki="Tag:ford=yes" />
985 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
986 <optional>
987 <text key="name" text="Name" />
988 </optional>
989 </item> <!-- Ford -->
990 </group> <!-- Streets -->
991 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
992 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
993 <link wiki="Tag:highway=track" />
994 <space />
995 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
996 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
997 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
998 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
999 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
1000 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
1001 </combo>
1002 <key key="highway" value="track" />
1003 <optional>
1004 <reference ref="name_layer" />
1005 <reference ref="surface_smoothness" />
1006 <reference ref="highway_yesno_incline_oneway_lit_width" />
1007 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1008 <reference ref="highway_access" />
1009 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" />
1010 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
1011 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
1012 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
1013 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
1014 </optional>
1015 <preset_link preset_name="Road Restrictions" />
1016 </item> <!-- Track -->
1017 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
1018 <link wiki="Tag:highway=path" />
1019 <key key="highway" value="path" />
1020 <optional>
1021 <reference ref="name_layer" />
1022 <reference ref="surface_smoothness" />
1023 <reference ref="highway_yesno_incline_oneway_lit_width" />
1024 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
1025 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
1026 <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" />
1027 <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" />
1028 <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" />
1029 <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" />
1030 <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" />
1031 </combo>
1032 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
1033 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
1034 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
1035 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
1036 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
1037 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
1038 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
1039 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
1040 <check key="segregated" text="Segregated" />
1041 </optional>
1042 </item> <!-- Path -->
1043 <separator/>
1044 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
1045 <link wiki="Tag:highway=bridleway" />
1046 <key key="highway" value="bridleway" />
1047 <optional>
1048 <reference ref="name_layer" />
1049 <text key="maxspeed" text="Max. speed (km/h)" />
1050 <reference ref="surface_smoothness" />
1051 <reference ref="highway_yesno_incline_oneway_lit_width" />
1052 </optional>
1053 </item> <!-- Dedicated Bridleway -->
1054 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
1055 <link wiki="Bicycle" />
1056 <space />
1057 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1058 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1059 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1060 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1061 <space />
1062 <optional text="Edit Highway Attributes:">
1063 <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" />
1064 <check key="oneway" text="Oneway" />
1065 </optional>
1066 </item> <!-- Cycle Lane/Track -->
1067 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
1068 <link wiki="Tag:highway=cycleway" />
1069 <key key="highway" value="cycleway" />
1070 <optional>
1071 <reference ref="name_layer" />
1072 <reference ref="surface_smoothness" />
1073 <reference ref="highway_yesno_incline_oneway_lit_width" />
1074 <combo key="foot" text="Pedestrians" values="yes,no,designated" />
1075 <check key="segregated" text="Segregated" />
1076 </optional>
1077 </item> <!-- Dedicated Cycleway -->
1078 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1079 <link wiki="Tag:highway=path" />
1080 <key key="highway" value="path" />
1081 <key key="bicycle" value="designated" />
1082 <key key="foot" value="designated" />
1083 <key key="segregated" value="yes" />
1084 <optional>
1085 <reference ref="name_layer" />
1086 <reference ref="surface_smoothness" />
1087 <reference ref="highway_yesno_incline_oneway_lit_width" />
1088 </optional>
1089 </item> <!-- Segregated Foot- and Cycleway -->
1090 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
1091 <link wiki="Tag:highway=path" />
1092 <key key="highway" value="path" />
1093 <key key="bicycle" value="designated" />
1094 <key key="foot" value="designated" />
1095 <key key="segregated" value="no" />
1096 <optional>
1097 <reference ref="name_layer" />
1098 <reference ref="surface_smoothness" />
1099 <reference ref="highway_yesno_incline_oneway_lit_width" />
1100 <check key="passing_places" text="Passing Places" />
1101 </optional>
1102 </item> <!-- Combined Foot- and Cycleway -->
1103 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
1104 <link wiki="Tag:highway=footway" />
1105 <key key="highway" value="footway" />
1106 <optional>
1107 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
1108 <reference ref="name_layer" />
1109 <reference ref="surface_smoothness" />
1110 <reference ref="highway_yesno_incline_oneway_lit_width" />
1111 <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
1112 <check key="segregated" text="Segregated" />
1113 </optional>
1114 </item> <!-- Dedicated Footway -->
1115 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
1116 <link wiki="Tag:highway=steps" />
1117 <key key="highway" value="steps" />
1118 <optional>
1119 <text key="name" text="Name" />
1120 <text key="level" text="Storey" />
1121 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1122 <reference ref="surface" />
1123 <text key="step_count" text="Amount of Steps" />
1124 <space />
1125 <check key="ramp" text="Ramp" />
1126 <checkgroup columns="2" >
1127 <check key="ramp:stroller" text="Stroller ramp" />
1128 <check key="ramp:bicycle" text="Bicycle ramp" />
1129 </checkgroup>
1130 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1131 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1132 <space />
1133 <check key="handrail" text="Handrail" />
1134 <checkgroup columns="3" >
1135 <check key="handrail:left" text="Left handrail" />
1136 <check key="handrail:center" text="Center handrail" />
1137 <check key="handrail:right" text="Right handrail" />
1138 </checkgroup>
1139 <space />
1140 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1141 <space />
1142 <reference ref="highway_yesno_incline_oneway_lit_width" />
1143 </optional>
1144 </item> <!-- Steps -->
1145 </group> <!-- Ways -->
1146 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1147 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
1148 <link wiki="Tag:highway=motorway_junction" />
1149 <space />
1150 <key key="highway" value="motorway_junction" />
1151 <text key="name" text="Name" />
1152 <check key="noname" text="Junction has no name" disable_off="true" />
1153 <text key="ref" text="Number" />
1154 <check key="noref" text="Junction has no reference" disable_off="true" />
1155 </item> <!-- Motorway Junction -->
1156 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
1157 <link wiki="Tag:highway=services" />
1158 <key key="highway" value="services" />
1159 <optional>
1160 <text key="name" text="Name" />
1161 <text key="operator" text="Operator" />
1162 <check key="toilets" text="Toilets" />
1163 </optional>
1164 </item> <!-- Services -->
1165 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
1166 <link wiki="Tag:highway=rest_area" />
1167 <key key="highway" value="rest_area" />
1168 <optional>
1169 <text key="name" text="Name" />
1170 <check key="toilets" text="Toilets" />
1171 <check key="drinking_water" text="Drinking Water" />
1172 </optional>
1173 </item> <!-- Rest Area -->
1174 <separator/>
1175 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
1176 <link wiki="Tag:highway=traffic_signals" />
1177 <key key="highway" value="traffic_signals" />
1178 <optional>
1179 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1180 </optional>
1181 <optional text="Optional crossing attributes:">
1182 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
1183 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
1184 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1185 <check key="crossing:island" text="With island" />
1186 <check key="button_operated" text="Button operated" />
1187 <check key="traffic_signals:sound" text="Sound signals" />
1188 <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" />
1189 <check key="bicycle" text="Cross by bicycle" />
1190 <check key="horse" text="Cross on horseback" />
1191 </optional>
1192 <optional text="Optional values for specific countries">
1193 <text key="name" text="Name" />
1194 </optional>
1195 </item> <!-- Traffic Signal -->
1196 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
1197 <link wiki="Tag:highway=stop" />
1198 <key key="highway" value="stop" />
1199 <optional>
1200 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1201 </optional>
1202 </item> <!-- Stop -->
1203 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
1204 <link wiki="Tag:highway=give_way" />
1205 <key key="highway" value="give_way" />
1206 <optional>
1207 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1208 </optional>
1209 </item> <!-- Give Way -->
1210 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
1211 <link wiki="Tag:cycleway=asl" />
1212 <key key="cycleway" value="asl" />
1213 </item> <!-- Advanced stop line -->
1214 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
1215 <link wiki="Tag:highway=mini_roundabout" />
1216 <key key="highway" value="mini_roundabout" />
1217 <space />
1218 <combo key="direction" text="Direction" values="clockwise" />
1219 </item> <!-- Mini-Roundabout -->
1220 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
1221 <link wiki="Key:crossing" />
1222 <space />
1223 <key key="highway" value="crossing" />
1224 <combo key="crossing" text="Pedestrian crossing type" >
1225 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1226 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1227 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
1228 </combo>
1229 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
1230 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
1231 <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" />
1232 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
1233 <check key="crossing:island" text="With island" />
1234 <check key="bicycle" text="Cross by bicycle" />
1235 <check key="horse" text="Cross on horseback" />
1236 <label text="In case of traffic signals:" />
1237 <check key="button_operated" text="Button operated" />
1238 <check key="traffic_signals:sound" text="Sound signals" />
1239 </item> <!-- Pedestrian Crossing -->
1240 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1241 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
1242 <link wiki="Key:traffic_calming" />
1243 <space />
1244 <key key="traffic_calming" value="bump" />
1245 </item> <!-- Bump -->
1246 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
1247 <link wiki="Key:traffic_calming" />
1248 <space />
1249 <key key="traffic_calming" value="hump" />
1250 </item> <!-- Hump -->
1251 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
1252 <link wiki="Key:traffic_calming" />
1253 <space />
1254 <key key="traffic_calming" value="table" />
1255 </item> <!-- Table -->
1256 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
1257 <link wiki="Key:traffic_calming" />
1258 <space />
1259 <key key="traffic_calming" value="cushion" />
1260 </item> <!-- Cushion -->
1261 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
1262 <link wiki="Key:traffic_calming" />
1263 <space />
1264 <key key="traffic_calming" value="rumble_strip" />
1265 </item> <!-- Rumble strip -->
1266 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
1267 <link wiki="Key:traffic_calming" />
1268 <space />
1269 <key key="traffic_calming" value="dip" />
1270 </item> <!-- Dip -->
1271 <separator/>
1272 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
1273 <link wiki="Key:traffic_calming" />
1274 <space />
1275 <key key="traffic_calming" value="chicane" />
1276 </item> <!-- Chicane -->
1277 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
1278 <link wiki="Key:traffic_calming" />
1279 <space />
1280 <key key="traffic_calming" value="choker" />
1281 </item> <!-- Choker -->
1282 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1283 <link wiki="Key:traffic_calming" />
1284 <space />
1285 <key key="traffic_calming" value="island" />
1286 </item> <!-- Island -->
1287 </group> <!-- Traffic Calming -->
1288 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
1289 <link wiki="Tag:highway=passing_place" />
1290 <key key="highway" value="passing_place" />
1291 </item> <!-- Passing Place -->
1292 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
1293 <link wiki="Tag:highway=turning_circle" />
1294 <key key="highway" value="turning_circle" />
1295 </item> <!-- Turning Circle -->
1296 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
1297 <link wiki="Tag:highway=turning_loop" />
1298 <key key="highway" value="turning_loop" />
1299 </item> <!-- Turning Loop -->
1300 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
1301 <link wiki="Tag:traffic_sign=city_limit" />
1302 <space />
1303 <key key="traffic_sign" value="city_limit" />
1304 <text key="name" text="Name" />
1305 <optional>
1306 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
1307 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1308 </optional>
1309 </item> <!-- City Limit -->
1310 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
1311 <link wiki="Key:traffic_sign" />
1312 <space />
1313 <key key="traffic_sign" value="maxspeed" />
1314 <text key="maxspeed" text="Max. speed (km/h)" />
1315 <optional>
1316 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1317 </optional>
1318 </item> <!-- Speed Limit -->
1319 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
1320 <link wiki="Tag:highway=speed_camera" />
1321 <key key="highway" value="speed_camera" />
1322 <optional>
1323 <text key="maxspeed" text="Max. speed (km/h)" />
1324 </optional>
1325 </item> <!-- Speed Camera -->
1326 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
1327 <link wiki="Tag:highway=toll_gantry" />
1328 <key key="highway" value="toll_gantry" />
1329 <optional>
1330 <text key="operator" text="Operator" />
1331 </optional>
1332 </item> <!-- Toll gantry -->
1333 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
1334 <link wiki="Tag:highway=traffic_mirror" />
1335 <key key="highway" value="traffic_mirror" />
1336 </item> <!-- Traffic Mirror -->
1337 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
1338 <link wiki="Tag:highway=milestone" />
1339 <key key="highway" value="milestone" />
1340 <text key="distance" text="Distance (kilometers)" />
1341 <text key="ref" text="Reference" />
1342 </item> <!-- Highway Milestone -->
1343 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
1344 <link wiki="Tag:junction=yes" />
1345 <key key="junction" value="yes" />
1346 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1347 <text key="name" text="Name" />
1348 </item> <!-- Named Junction -->
1349 <separator/>
1350 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
1351 <link wiki="Tag:highway=elevator" />
1352 <key key="highway" value="elevator" />
1353 <text key="capacity:persons" text="Capacity (persons)" />
1354 <text key="maxweight" text="Max. weight (tonnes)" />
1355 <text key="level" text="Storey" />
1356 <optional>
1357 <text key="manufacturer" text="Manufacturer" />
1358 <reference ref="name_ref_operator" />
1359 <reference ref="oh_wheelchair" />
1360 <check key="handrail" text="Handrail" />
1361 <check key="bicycle" text="Bicycle" />
1362 <check key="indoor" text="Indoor" />
1363 <reference ref="fee" />
1364 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
1365 <reference ref="POI_access" />
1366 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1367 </optional>
1368 </item> <!-- Elevator -->
1369 <separator/>
1370 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
1371 <link wiki="Tag:amenity=grit_bin" />
1372 <key key="amenity" value="grit_bin" />
1373 </item> <!-- Grit Bin -->
1374 <separator/>
1375 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
1376 <link wiki="Key:mountain_pass" />
1377 <key key="mountain_pass" value="yes" />
1378 <optional>
1379 <text key="name" text="Name" />
1380 <text key="ele" text="Elevation (meters)" length="10" />
1381 <text key="wikipedia" text="Wikipedia" />
1382 </optional>
1383 </item> <!-- Mountain Pass -->
1384 </group> <!-- Waypoints -->
1385 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
1386 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
1387 <link wiki="Tag:barrier=block" />
1388 <key key="barrier" value="block" />
1389 <reference ref="barrier_4" />
1390 <optional>
1391 <text key="maxwidth" text="Max. width (meters)" length="7" />
1392 <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
1393 </optional>
1394 </item> <!-- Block -->
1395 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
1396 <link wiki="Tag:barrier=bollard" />
1397 <space />
1398 <key key="barrier" value="bollard" />
1399 <combo key="bollard" text="Bollard type" values="rising,removable" />
1400 <reference ref="barrier_4" />
1401 <optional>
1402 <text key="maxwidth" text="Max. width (meters)" length="7" />
1403 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1404 </optional>
1405 </item> <!-- Bollard -->
1406 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
1407 <link wiki="Tag:barrier=cycle_barrier" />
1408 <key key="barrier" value="cycle_barrier" />
1409 <reference ref="barrier_4" />
1410 <reference ref="optional_maxwidth" />
1411 </item> <!-- Cycle Barrier -->
1412 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
1413 <link wiki="Tag:barrier=cattle_grid" />
1414 <key key="barrier" value="cattle_grid" />
1415 <reference ref="barrier_4" />
1416 </item> <!-- Cattle Grid -->
1417 <item name="Bus Trap" type="node" preset_name_label="true">
1418 <link wiki="Tag:barrier=bus_trap" />
1419 <key key="barrier" value="bus_trap" />
1420 <reference ref="optional_maxwidth" />
1421 </item> <!-- Bus Trap -->
1422 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
1423 <link wiki="Tag:barrier=spikes" />
1424 <key key="barrier" value="spikes" />
1425 <reference ref="barrier_5" />
1426 </item> <!-- Spikes -->
1427 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
1428 <link wiki="Tag:barrier=toll_booth" />
1429 <key key="barrier" value="toll_booth" />
1430 <optional>
1431 <text key="name" text="Name" />
1432 <text key="operator" text="Operator" />
1433 </optional>
1434 </item> <!-- Toll Booth -->
1435 <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
1436 <link wiki="Tag:barrier=border_control" />
1437 <key key="barrier" value="border_control" />
1438 <reference ref="barrier_5" />
1439 </item> <!-- Border Control -->
1440 <separator/> <!-- *** Linear Barriers *** -->
1441 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
1442 <link wiki="Tag:barrier=hedge" />
1443 <space />
1444 <key key="barrier" value="hedge" />
1445 <reference ref="leaf" />
1446 <optional>
1447 <reference ref="genus_species_taxon" />
1448 <text key="height" text="Height (meters)" length="7" />
1449 </optional>
1450 </item> <!-- Hedge -->
1451 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
1452 <link wiki="Tag:barrier=fence" />
1453 <key key="barrier" value="fence" />
1454 <optional>
1455 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
1456 <text key="height" text="Height (meters)" length="7" />
1457 </optional>
1458 </item> <!-- Fence -->
1459 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1460 <link wiki="Tag:barrier=handrail" />
1461 <key key="barrier" value="handrail" />
1462 <optional>
1463 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1464 <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" />
1465 </optional>
1466 </item> <!-- Handrail -->
1467 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1468 <link wiki="Tag:barrier=cable_barrier" />
1469 <key key="barrier" value="cable_barrier" />
1470 <reference ref="optional_height" />
1471 </item> <!-- Cable barrier -->
1472 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
1473 <link wiki="Tag:barrier=guard_rail" />
1474 <key key="barrier" value="guard_rail" />
1475 <reference ref="optional_height" />
1476 </item> <!-- Guard Rail -->
1477 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1478 <link wiki="Tag:barrier=wall" />
1479 <key key="barrier" value="wall" />
1480 <reference ref="optional_height" />
1481 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
1482 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1483 </item> <!-- Wall -->
1484 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
1485 <link wiki="Tag:barrier=city_wall" />
1486 <key key="barrier" value="city_wall" />
1487 <reference ref="optional_height" />
1488 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1489 </item> <!-- City Wall -->
1490 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
1491 <link wiki="Tag:barrier=retaining_wall" />
1492 <key key="barrier" value="retaining_wall" />
1493 <reference ref="optional_height" />
1494 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
1495 </item> <!-- Retaining Wall -->
1496 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
1497 <link wiki="Tag:barrier=jersey_barrier" />
1498 <key key="barrier" value="jersey_barrier" />
1499 <combo key="material" text="Material" values="concrete,plastic" />
1500 </item> <!-- Jersey Barrier -->
1501 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
1502 <link wiki="Tag:barrier=ditch" />
1503 <key key="barrier" value="ditch" />
1504 <optional>
1505 <text key="width" text="Width (meters)" length="7" />
1506 </optional>
1507 </item> <!-- Ditch -->
1508 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
1509 <link wiki="Tag:barrier=kerb" />
1510 <key key="barrier" value="kerb" />
1511 <reference ref="optional_height" />
1512 <reference ref="wheelchair" />
1513 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
1514 </item> <!-- Kerb -->
1515 <separator/> <!-- *** Access *** -->
1516 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
1517 <link wiki="Tag:barrier=entrance" />
1518 <key key="barrier" value="entrance" />
1519 <reference ref="barrier_5" />
1520 <reference ref="optional_maxwidth" />
1521 </item> <!-- Entrance (Barrier Opening) -->
1522 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
1523 <link wiki="Tag:barrier=gate" />
1524 <key key="barrier" value="gate" />
1525 <reference ref="barrier_5" />
1526 <reference ref="optional_maxheight_maxwidth" />
1527 <reference ref="highway_access" />
1528 </item> <!-- Gate -->
1529 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
1530 <link wiki="Tag:barrier=lift_gate" />
1531 <key key="barrier" value="lift_gate" />
1532 <reference ref="barrier_5" />
1533 <reference ref="optional_maxwidth" />
1534 <reference ref="highway_access" />
1535 </item> <!-- Lift Gate -->
1536 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
1537 <link wiki="Tag:barrier=swing_gate" />
1538 <key key="barrier" value="swing_gate" />
1539 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
1540 <reference ref="barrier_5" />
1541 <reference ref="optional_maxwidth" />
1542 <reference ref="highway_access" />
1543 </item> <!-- Swing Gate -->
1544 <item name="Hampshire Gate" type="node" preset_name_label="true">
1545 <link wiki="Tag:barrier=hampshire_gate" />
1546 <key key="barrier" value="hampshire_gate" />
1547 <reference ref="barrier_5" />
1548 <reference ref="optional_maxwidth" />
1549 </item> <!-- Hampshire Gate -->
1550 <item name="Bump Gate" type="node" preset_name_label="true">
1551 <link wiki="Tag:barrier=bump_gate" />
1552 <key key="barrier" value="bump_gate" />
1553 <reference ref="barrier_5" />
1554 <reference ref="optional_maxwidth" />
1555 </item> <!-- Bump Gate -->
1556 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
1557 <link wiki="Tag:barrier=kissing_gate" />
1558 <key key="barrier" value="kissing_gate" />
1559 <reference ref="barrier_2" />
1560 <reference ref="optional_maxwidth" />
1561 </item> <!-- Kissing Gate -->
1562 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
1563 <link wiki="Tag:barrier=chain" />
1564 <key key="barrier" value="chain" />
1565 <reference ref="barrier_5" />
1566 <reference ref="optional_maxwidth" />
1567 </item> <!-- Chain -->
1568 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
1569 <link wiki="Tag:barrier=stile" />
1570 <space />
1571 <key key="barrier" value="stile" />
1572 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
1573 <optional>
1574 <combo key="material" text="Material" values="metal,stone,wood" />
1575 </optional>
1576 <reference ref="barrier_2" />
1577 </item> <!-- Stile -->
1578 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
1579 <link wiki="Tag:barrier=turnstile" />
1580 <key key="barrier" value="turnstile" />
1581 <reference ref="barrier_2" />
1582 </item> <!-- Turnstile -->
1583 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
1584 <link wiki="Tag:barrier=sally_port" />
1585 <key key="barrier" value="sally_port" />
1586 <reference ref="barrier_5" />
1587 <reference ref="optional_maxheight_maxwidth" />
1588 </item> <!-- Sally Port -->
1589 </group> <!-- Barriers -->
1590 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1591 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
1592 <link wiki="Key:tunnel" />
1593 <key key="tunnel" value="yes" />
1594 <optional>
1595 <text key="name" text="Name" />
1596 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1597 <text key="width" text="Width (meters)" />
1598 <text key="maxheight" text="Max. height (meters)" />
1599 <space />
1600 <text key="maxspeed" text="Max. speed (km/h)" />
1601 <text key="maxspeed:forward" text="Max. speed in way direction" />
1602 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1603 <space />
1604 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1605 <check key="toll" text="Toll" />
1606 </optional>
1607 </item> <!-- Tunnel -->
1608 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
1609 <link wiki="Key:tunnel" />
1610 <key key="tunnel" value="building_passage" />
1611 <optional>
1612 <reference ref="name_layer" />
1613 <text key="width" text="Width (meters)" />
1614 <text key="maxheight" text="Max. height (meters)" />
1615 <text key="maxspeed" text="Max. speed (km/h)" />
1616 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1617 </optional>
1618 </item> <!-- Building Passage -->
1619 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
1620 <link wiki="Key:covered" />
1621 <space />
1622 <key key="covered" value="arcade" />
1623 <check key="arcade:left" value_on="open" text="Open on left side" />
1624 <check key="arcade:right" value_on="open" text="Open on right side" />
1625 <optional>
1626 <reference ref="name_layer" />
1627 <text key="width" text="Width (meters)" />
1628 </optional>
1629 </item> <!-- Arcade -->
1630 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
1631 <link wiki="Key:covered" />
1632 <space />
1633 <key key="covered" value="colonnade" />
1634 <check key="colonnade:left" value_on="open" text="Open on left side" />
1635 <check key="colonnade:right" value_on="open" text="Open on right side" />
1636 <optional>
1637 <reference ref="name_layer" />
1638 <text key="width" text="Width (meters)" />
1639 </optional>
1640 </item> <!-- Colonnade -->
1641 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
1642 <link wiki="Key:tunnel" />
1643 <space />
1644 <key key="tunnel" value="avalanche_protector" />
1645 <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
1646 <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
1647 <optional>
1648 <reference ref="name_layer" />
1649 <text key="width" text="Width (meters)" />
1650 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1651 </optional>
1652 </item> <!-- Avalanche Protector -->
1653 </group> <!-- Passageways -->
1654 </group> <!-- Highways -->
1655 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1656 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
1657 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1658 <link wiki="Tag:waterway=river" />
1659 <space />
1660 <key key="waterway" value="river" />
1661 <text key="name" text="Name" />
1662 <optional>
1663 <reference ref="waterway_wikipedia" />
1664 <check key="lock" text="Lock" disable_off="true" />
1665 </optional>
1666 <reference ref="water_access" />
1667 </item> <!-- River -->
1668 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
1669 <link wiki="Tag:waterway=stream" />
1670 <space />
1671 <key key="waterway" value="stream" />
1672 <text key="name" text="Name" />
1673 <optional>
1674 <reference ref="waterway_wikipedia" />
1675 </optional>
1676 <reference ref="water_access" />
1677 </item> <!-- Stream -->
1678 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1679 <link wiki="Tag:waterway=tidal_channel" />
1680 <space />
1681 <key key="waterway" value="tidal_channel" />
1682 <optional>
1683 <text key="name" text="Name" />
1684 <check key="salt" text="Salt Water" disable_off="true" />
1685 <check key="intermittent" text="Intermittent" disable_off="true" />
1686 <check key="seasonal" text="Seasonal" disable_off="true" />
1687 <text key="width" text="Width (meters)" />
1688 <text key="wikipedia" text="Wikipedia" />
1689 </optional>
1690 </item> <!-- Tidal channel -->
1691 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
1692 <link wiki="Tag:waterway=canal" />
1693 <space />
1694 <key key="waterway" value="canal" />
1695 <text key="name" text="Name" />
1696 <optional>
1697 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
1698 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
1699 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
1700 <text key="width" text="Width (meters)" />
1701 <text key="wikipedia" text="Wikipedia" />
1702 <check key="lock" text="Lock" disable_off="true" />
1703 </optional>
1704 <reference ref="water_access" />
1705 </item> <!-- Canal -->
1706 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1707 <link wiki="Tag:waterway=drain" />
1708 <space />
1709 <key key="waterway" value="drain" />
1710 <optional>
1711 <text key="name" text="Name" />
1712 <reference ref="waterway" />
1713 </optional>
1714 </item> <!-- Drain -->
1715 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1716 <link wiki="Tag:waterway=ditch" />
1717 <space />
1718 <key key="waterway" value="ditch" />
1719 <optional>
1720 <text key="name" text="Name" />
1721 <reference ref="waterway" />
1722 </optional>
1723 </item> <!-- Ditch -->
1724 <separator/>
1725 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
1726 <link wiki="Tag:natural=spring" />
1727 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
1728 <space />
1729 <key key="natural" value="spring" />
1730 <text key="name" text="Name" />
1731 <check key="drinking_water" text="Drinking Water" />
1732 </item> <!-- Spring -->
1733 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
1734 <link wiki="Tag:waterway=waterfall" />
1735 <space />
1736 <key key="waterway" value="waterfall" />
1737 <reference ref="name_wikipedia" />
1738 <text key="height" text="Height (meters)" length="7" />
1739 </item> <!-- Waterfall -->
1740 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
1741 <link wiki="Tag:waterway=weir" />
1742 <space />
1743 <key key="waterway" value="weir" />
1744 <text key="name" text="Name" />
1745 </item> <!-- Weir -->
1746 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1747 <link wiki="Tag:waterway=dam" />
1748 <space />
1749 <key key="waterway" value="dam" />
1750 <reference ref="name_wikipedia" />
1751 </item> <!-- Dam -->
1752 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
1753 <link wiki="Tag:man_made=dyke" />
1754 <space />
1755 <key key="man_made" value="dyke" />
1756 </item> <!-- Levee -->
1757 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
1758 <link wiki="Tag:man_made=groyne" />
1759 <key key="man_made" value="groyne" />
1760 </item> <!-- Groyne -->
1761 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
1762 <link wiki="Tag:man_made=breakwater" />
1763 <space />
1764 <key key="man_made" value="breakwater" />
1765 <text key="ref" text="Reference" />
1766 <text key="name" text="Name" />
1767 </item> <!-- Breakwater -->
1768 <separator/>
1769 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
1770 <link wiki="Tag:tunnel=culvert" />
1771 <key key="tunnel" value="culvert" />
1772 <optional>
1773 <text key="name" text="Name" />
1774 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1775 <text key="width" text="Width (meters)" />
1776 </optional>
1777 </item> <!-- Culvert -->
1778 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
1779 <link wiki="Tag:usage=penstock" />
1780 <key key="waterway" value="pressurised" />
1781 <key key="man_made" value="pipeline" />
1782 <key key="substance" value="water" />
1783 <key key="usage" value="penstock" />
1784 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
1785 <optional>
1786 <text key="name" text="Name" />
1787 <text key="operator" text="Operator" />
1788 <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" />
1789 <text key="pressure" text="Pressure (bar)" />
1790 <combo key="material" text="Material" values="metal,steel" />
1791 </optional>
1792 </item> <!-- Penstock -->
1793 <separator/>
1794 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
1795 <link wiki="Tag:landuse=basin" />
1796 <space />
1797 <key key="landuse" value="basin" />
1798 <combo key="basin" text="Type" values="retention,infiltration,detention" />
1799 <reference ref="optional_name" />
1800 </item> <!-- Basin -->
1801 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
1802 <link wiki="Tag:landuse=reservoir" />
1803 <space />
1804 <key key="landuse" value="reservoir" />
1805 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
1806 <reference ref="optional_name" />
1807 </item> <!-- Reservoir -->
1808 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
1809 <link wiki="Tag:man_made=reservoir_covered" />
1810 <space />
1811 <key key="man_made" value="reservoir_covered" />
1812 <reference ref="optional_name" />
1813 </item> <!-- Covered Reservoir -->
1814 <separator/>
1815 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
1816 <link wiki="Tag:natural=water" />
1817 <label text="A body of standing water, such as a lake or pond." />
1818 <space />
1819 <key key="natural" value="water" />
1820 <text key="name" text="Name" />
1821 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
1822 <check key="salt" text="Salt Water" disable_off="true" />
1823 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1824 <check key="tidal" text="In the tidal range" disable_off="true" />
1825 <text key="ele" text="Elevation (meters)" length="10" />
1826 <text key="wikipedia" text="Wikipedia" />
1827 <reference ref="water_access" />
1828 </item> <!-- Water -->
1829 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
1830 <link wiki="Tag:natural=coastline" />
1831 <label text="Line between the sea and land (with the water on the right side of the way)." />
1832 <space />
1833 <key key="natural" value="coastline" />
1834 <text key="name" text="Name" />
1835 </item> <!-- Coastline -->
1836 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
1837 <link wiki="Tag:waterway=riverbank" />
1838 <space />
1839 <key key="waterway" value="riverbank" />
1840 <text key="name" text="Name" />
1841 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
1842 <check key="tidal" text="In the tidal range" disable_off="true" />
1843 </item> <!-- Riverbank -->
1844 <separator/>
1845 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
1846 <link wiki="Tag:natural=wetland" />
1847 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
1848 <space />
1849 <key key="natural" value="wetland" />
1850 <text key="name" text="Name" />
1851 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
1852 <check key="seasonal" text="Seasonal" disable_off="true" />
1853 </item> <!-- Wetland -->
1854 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
1855 <link wiki="Tag:natural=mud" />
1856 <label text="Large area covered with mud." />
1857 <space />
1858 <key key="natural" value="mud" />
1859 <text key="name" text="Name" />
1860 </item> <!-- Mud -->
1861 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
1862 <link wiki="Tag:natural=beach" />
1863 <label text="A flat area of sand, gravel or pebble next to water." />
1864 <space />
1865 <key key="natural" value="beach" />
1866 <reference ref="name_wikipedia" />
1867 <optional>
1868 <reference ref="supervised" />
1869 <reference ref="oh_wheelchair" />
1870 <reference ref="POI_access" />
1871 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
1872 <combo key="sport" text="Sport" values="swimming,surfing" />
1873 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
1874 </optional>
1875 </item> <!-- Beach -->
1876 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1877 <link wiki="Tag:natural=bay" />
1878 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
1879 <space />
1880 <key key="natural" value="bay" />
1881 <text key="name" text="Name" />
1882 <optional>
1883 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
1884 </optional>
1885 </item> <!-- Bay -->
1886 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
1887 <link wiki="Tag:natural=cape" />
1888 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
1889 <space />
1890 <key key="natural" value="cape" />
1891 <text key="name" text="Name" />
1892 </item> <!-- Cape -->
1893 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1894 <link wiki="Tag:natural=strait" />
1895 <space />
1896 <key key="natural" value="strait" />
1897 <text key="name" text="Name" />
1898 </item> <!-- Strait -->
1899 </group> <!-- Water -->
1900 <group name="Shipping" icon="presets/nautical/ferry.svg">
1901 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
1902 <link wiki="Tag:amenity=ferry_terminal" />
1903 <space />
1904 <key key="amenity" value="ferry_terminal" />
1905 <text key="name" text="Name" />
1906 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
1907 </item> <!-- Ferry Terminal -->
1908 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
1909 <link wiki="Tag:route=ferry" />
1910 <key key="route" value="ferry" />
1911 <optional>
1912 <reference ref="name_ref_operator" />
1913 <reference ref="wheelchair" />
1914 <space />
1915 <reference ref="oh" />
1916 <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" />
1917 <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" />
1918 <reference ref="fee" />
1919 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
1920 <check key="ferry:cable" text="Reaction ferry" />
1921 </optional>
1922 <preset_link preset_name="Road Restrictions" />
1923 </item> <!-- Ferry Route -->
1924 <separator/>
1925 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
1926 <link wiki="Tag:leisure=marina" />
1927 <space />
1928 <key key="leisure" value="marina" />
1929 <text key="name" text="Name" />
1930 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
1931 </item> <!-- Marina -->
1932 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
1933 <link wiki="Tag:waterway=fuel"/>
1934 <space />
1935 <key key="waterway" value="fuel" />
1936 <optional>
1937 <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" />
1938 <reference ref="name_operator" />
1939 <reference ref="oh" />
1940 <space />
1941 <label text="Fuel types:" />
1942 <checkgroup columns="2">
1943 <check key="fuel:diesel" text="Diesel" />
1944 <check key="fuel:biodiesel" text="Bio Diesel" />
1945 <check key="fuel:octane_80" text="Octane 80" />
1946 <check key="fuel:octane_87" text="Octane 87" />
1947 <check key="fuel:octane_91" text="Octane 91" />
1948 <check key="fuel:octane_92" text="Octane 92" />
1949 <check key="fuel:octane_95" text="Octane 95" />
1950 <check key="fuel:octane_98" text="Octane 98" />
1951 <check key="fuel:octane_100" text="Octane 100" />
1952 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
1953 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
1954 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
1955 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
1956 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
1957 </checkgroup>
1958 </optional>
1959 <reference ref="link_contact_address_payment" />
1960 </item> <!-- Marine Fuel -->
1961 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1962 <link wiki="Tag:man_made=pier" />
1963 <space />
1964 <key key="man_made" value="pier" />
1965 <text key="name" text="Name" />
1966 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
1967 <check key="floating" text="Floating" />
1968 </item> <!-- Pier -->
1969 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
1970 <link wiki="Tag:waterway=lock_gate" />
1971 <key key="waterway" value="lock_gate" />
1972 </item> <!-- Lock Gate -->
1973 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
1974 <link wiki="Tag:waterway=turning_point" />
1975 <key key="waterway" value="turning_point" />
1976 </item> <!-- Turning Point -->
1977 <separator/>
1978 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
1979 <link wiki="Tag:leisure=slipway" />
1980 <key key="leisure" value="slipway" />
1981 <optional>
1982 <text key="name" text="Name" />
1983 </optional>
1984 </item> <!-- Slipway -->
1985 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1986 <link wiki="Tag:waterway=boatyard" />
1987 <space />
1988 <key key="waterway" value="boatyard" />
1989 <text key="name" text="Name" />
1990 </item> <!-- Boatyard -->
1991 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
1992 <link wiki="Tag:waterway=dock" />
1993 <space />
1994 <key key="waterway" value="dock" />
1995 <text key="name" text="Name" />
1996 </item> <!-- Dock -->
1997 </group> <!-- Shipping -->
1998 </group> <!-- Water -->
1999 <group name="Transport" icon="presets/transport/railway/rail.svg">
2000 <group name="Railway" icon="presets/transport/railway/rail.svg">
2001 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
2002 <link wiki="Tag:railway=rail" />
2003 <key key="railway" value="rail" />
2004 <optional>
2005 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2006 <reference ref="railway_service_gauge_electrified_yesno" />
2007 </optional>
2008 </item> <!-- Rail -->
2009 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
2010 <link wiki="Tag:railway=narrow_gauge" />
2011 <key key="railway" value="narrow_gauge" />
2012 <optional>
2013 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2014 <reference ref="railway_service_gauge_electrified_yesno" />
2015 </optional>
2016 </item> <!-- Narrow Gauge Rail -->
2017 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
2018 <link wiki="Tag:railway=monorail" />
2019 <key key="railway" value="monorail" />
2020 <optional>
2021 <reference ref="railway_service" />
2022 <reference ref="railway_electrified_yesno" />
2023 </optional>
2024 </item> <!-- Monorail -->
2025 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
2026 <link wiki="Tag:railway=preserved" />
2027 <key key="railway" value="preserved" />
2028 <optional>
2029 <reference ref="railway_service_gauge_electrified_yesno" />
2030 </optional>
2031 </item> <!-- Preserved -->
2032 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
2033 <link wiki="Tag:railway=light_rail" />
2034 <key key="railway" value="light_rail" />
2035 <optional>
2036 <reference ref="railway_service_gauge_electrified_yesno" />
2037 </optional>
2038 </item> <!-- Light Rail -->
2039 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
2040 <link wiki="Tag:railway=subway" />
2041 <key key="railway" value="subway" />
2042 <optional>
2043 <reference ref="railway_service_gauge_electrified_yesno" />
2044 </optional>
2045 </item> <!-- Subway -->
2046 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
2047 <link wiki="Tag:railway=tram" />
2048 <key key="railway" value="tram" />
2049 <optional>
2050 <reference ref="railway_service_gauge_electrified_yesno" />
2051 </optional>
2052 </item> <!-- Tram -->
2053 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
2054 <link wiki="Tag:railway=funicular" />
2055 <key key="railway" value="funicular" />
2056 <optional>
2057 <reference ref="railway_service_gauge_electrified_yesno" />
2058 </optional>
2059 </item> <!-- Funicular -->
2060 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
2061 <link wiki="Tag:highway=bus_guideway" />
2062 <key key="highway" value="bus_guideway" />
2063 <optional>
2064 <text key="name" text="Name" />
2065 <reference ref="highway_yesno" />
2066 <check key="oneway" text="Oneway" />
2067 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
2068 <reference ref="surface_smoothness" />
2069 <text key="maxspeed" text="Max. speed (km/h)" />
2070 <text key="width" text="Width (meters)" />
2071 </optional>
2072 </item> <!-- Bus Guideway -->
2073 <separator/>
2074 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2075 <link wiki="Key:construction" />
2076 <key key="railway" value="construction" />
2077 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2078 <optional>
2079 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2080 <reference ref="railway_service_gauge_electrified_yesno" />
2081 </optional>
2082 </item> <!-- Railway construction -->
2083 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
2084 <link wiki="Tag:railway=disused" />
2085 <key key="railway" value="disused" />
2086 <optional>
2087 <reference ref="railway_service" />
2088 <reference ref="highway_yesno" />
2089 </optional>
2090 </item> <!-- Disused Rail -->
2091 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
2092 <link wiki="Tag:railway=abandoned" />
2093 <key key="railway" value="abandoned" />
2094 <optional>
2095 <reference ref="railway_service" />
2096 <reference ref="highway_yesno" />
2097 </optional>
2098 </item> <!-- Abandoned Rail -->
2099 <separator/>
2100 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
2101 <link wiki="Tag:railway=level_crossing" />
2102 <key key="railway" value="level_crossing" />
2103 <optional>
2104 <reference ref="supervised" />
2105 <check key="crossing:light" text="Traffic lights" />
2106 <check key="crossing:bell" text="Sound signals" />
2107 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2108 </optional>
2109 </item> <!-- Level Crossing -->
2110 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
2111 <link wiki="Tag:railway=crossing" />
2112 <key key="railway" value="crossing" />
2113 <optional>
2114 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
2115 <reference ref="supervised" />
2116 <check key="horse" text="Cross on horseback" />
2117 <check key="bicycle" text="Cross by bicycle" />
2118 <check key="crossing:light" text="Traffic lights" />
2119 <check key="crossing:bell" text="Sound signals" />
2120 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2121 </optional>
2122 </item> <!-- Crossing -->
2123 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
2124 <link wiki="Tag:railway=turntable" />
2125 <key key="railway" value="turntable" />
2126 </item> <!-- Turntable -->
2127 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
2128 <link wiki="Tag:railway=buffer_stop" />
2129 <key key="railway" value="buffer_stop" />
2130 </item> <!-- Buffer Stop -->
2131 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
2132 <link wiki="Tag:railway=switch" />
2133 <key key="railway" value="switch" />
2134 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
2135 <text key="ref" text="Reference" />
2136 <text key="operator" text="Operator" />
2137 </item> <!-- Railway Switch -->
2138 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2139 <link wiki="Tag:railway=railway_crossing" />
2140 <key key="railway" value="railway_crossing" />
2141 <text key="ref" text="Reference" />
2142 <text key="operator" text="Operator" />
2143 </item> <!-- Railway crossing -->
2144 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
2145 <link wiki="Tag:railway=signal" />
2146 <key key="railway" value="signal" />
2147 <text key="ref" text="Reference" />
2148 <text key="operator" text="Operator" />
2149 </item> <!-- Railway Signal -->
2150 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
2151 <link wiki="Tag:railway=milestone" />
2152 <key key="railway" value="milestone" />
2153 <text key="distance" text="Distance (kilometers)" />
2154 <text key="ref" text="Reference" />
2155 </item> <!-- Railway Milestone -->
2156 </group> <!-- Railway -->
2157 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2158 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
2159 <link wiki="Tag:aerialway=cable_car" />
2160 <space />
2161 <key key="aerialway" value="cable_car" />
2162 <reference ref="name_ref" />
2163 <optional>
2164 <text key="aerialway:capacity" text="Number of people per hour" />
2165 <text key="aerialway:occupancy" text="Number of people per car" />
2166 <text key="aerialway:duration" text="Typical journey time in minutes" />
2167 <check key="aerialway:heating" text="Has heating?" />
2168 <space />
2169 <text key="operator" text="Operator" />
2170 <reference ref="oh" />
2171 <reference ref="fee" />
2172 </optional>
2173 </item> <!-- Cable Car -->
2174 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
2175 <link wiki="Tag:aerialway=chair_lift" />
2176 <space />
2177 <key key="aerialway" value="chair_lift" />
2178 <reference ref="name_ref" />
2179 <optional>
2180 <text key="aerialway:capacity" text="Number of people per hour" />
2181 <text key="aerialway:occupancy" text="Number of people per chair" />
2182 <text key="aerialway:duration" text="Typical journey time in minutes" />
2183 <check key="aerialway:bubble" text="Has bubble?" />
2184 <check key="aerialway:heating" text="Has heating?" />
2185 <space />
2186 <text key="operator" text="Operator" />
2187 <reference ref="oh" />
2188 <reference ref="fee" />
2189 </optional>
2190 </item> <!-- Chair Lift -->
2191 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
2192 <link wiki="Tag:aerialway=gondola" />
2193 <space />
2194 <key key="aerialway" value="gondola" />
2195 <reference ref="name_ref" />
2196 <optional>
2197 <text key="aerialway:capacity" text="Number of people per hour" />
2198 <text key="aerialway:occupancy" text="Number of people per gondola" />
2199 <text key="aerialway:duration" text="Typical journey time in minutes" />
2200 <check key="aerialway:heating" text="Has heating?" />
2201 <space />
2202 <text key="operator" text="Operator" />
2203 <reference ref="oh" />
2204 <reference ref="fee" />
2205 </optional>
2206 </item> <!-- Gondola -->
2207 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
2208 <link wiki="Tag:aerialway=mixed_lift" />
2209 <space />
2210 <key key="aerialway" value="mixed_lift" />
2211 <reference ref="name_ref" />
2212 <optional>
2213 <text key="aerialway:capacity" text="Number of people per hour" />
2214 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2215 <text key="aerialway:duration" text="Typical journey time in minutes" />
2216 <check key="aerialway:bubble" text="Has bubble?" />
2217 <check key="aerialway:heating" text="Has heating?" />
2218 <space />
2219 <text key="operator" text="Operator" />
2220 <reference ref="oh" />
2221 <reference ref="fee" />
2222 </optional>
2223 </item> <!-- Mixed Lift -->
2224 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
2225 <link wiki="Tag:aerialway=drag_lift" />
2226 <space />
2227 <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" />
2228 <reference ref="name_ref" />
2229 <optional>
2230 <text key="aerialway:capacity" text="Number of people per hour" />
2231 <text key="aerialway:duration" text="Typical journey time in minutes" />
2232 <space />
2233 <text key="operator" text="Operator" />
2234 <reference ref="oh" />
2235 <reference ref="fee" />
2236 </optional>
2237 </item> <!-- Drag Lift -->
2238 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
2239 <link wiki="Tag:aerialway=magic_carpet" />
2240 <space />
2241 <key key="aerialway" value="magic_carpet" />
2242 <reference ref="name_ref" />
2243 <optional>
2244 <text key="aerialway:capacity" text="Number of people per hour" />
2245 <text key="aerialway:duration" text="Typical journey time in minutes" />
2246 <space />
2247 <text key="operator" text="Operator" />
2248 <reference ref="oh" />
2249 <reference ref="fee" />
2250 </optional>
2251 </item> <!-- Magic Carpet -->
2252 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
2253 <link wiki="Tag:aerialway=goods" />
2254 <space />
2255 <key key="aerialway" value="goods" />
2256 <optional>
2257 <reference ref="name_ref_operator" />
2258 <text key="aerialway:duration" text="Typical journey time in minutes" />
2259 </optional>
2260 </item> <!-- Goods -->
2261 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2262 <link wiki="Tag:aerialway=zip_line" />
2263 <space />
2264 <key key="aerialway" value="zip_line" />
2265 <optional>
2266 <reference ref="name_ref_operator" />
2267 <reference ref="oh" />
2268 <reference ref="fee" />
2269 <reference ref="min_age" />
2270 <text key="maxweight" text="Max. weight (tonnes)" />
2271 </optional>
2272 </item> <!-- Zip line -->
2273 <separator/>
2274 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2275 <link wiki="Tag:aerialway=station" />
2276 <space />
2277 <key key="aerialway" value="station" />
2278 <reference ref="name_ref_operator" />
2279 </item> <!-- Station -->
2280 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
2281 <link wiki="Tag:aerialway=pylon" />
2282 <space />
2283 <key key="aerialway" value="pylon" />
2284 <reference ref="name_ref" />
2285 </item> <!-- Pylon -->
2286 </group> <!-- Aerialway -->
2287 <separator/>
2288 <group name="Car" icon="presets/shop/vehicle.svg">
2289 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
2290 <link wiki="Tag:amenity=parking" />
2291 <space />
2292 <key key="amenity" value="parking" />
2293 <reference ref="parking_name_type_ref" />
2294 <text key="maxheight" text="Max. height (meters)" />
2295 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
2296 <reference ref="parking_access_fee_operator_surface_smoothness" />
2297 <space />
2298 <text key="capacity" text="Capacity (overall)" />
2299 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2300 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2301 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
2302 <label text="See the Wiki for other capacity:[types]=*." />
2303 <space />
2304 <reference ref="maxstay" />
2305 <reference ref="supervised_lit_oh" />
2306 </item> <!-- Parking -->
2307 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
2308 <link wiki="Tag:amenity=parking_space" />
2309 <space />
2310 <key key="amenity" value="parking_space" />
2311 <reference ref="parking_name_type_ref" />
2312 <text key="capacity" text="Capacity" />
2313 <reference ref="parking_access_fee_operator_surface_smoothness" />
2314 <reference ref="maxstay" />
2315 <reference ref="supervised_lit_oh" />
2316 <check key="covered" text="Covered (with roof)" />
2317 </item> <!-- Parking Space -->
2318 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
2319 <link wiki="Tag:amenity=parking_entrance" />
2320 <space />
2321 <key key="amenity" value="parking_entrance" />
2322 <reference ref="parking_name_type_ref" />
2323 <text key="maxheight" text="Max. height (meters)" />
2324 <reference ref="parking_access_fee_operator_surface_smoothness" />
2325 <reference ref="supervised_lit_oh" />
2326 <check key="covered" text="Covered (with roof)" />
2327 </item> <!-- Parking Entrance -->
2328 <separator/>
2329 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2330 <link wiki="Tag:amenity=fuel" />
2331 <space />
2332 <key key="amenity" value="fuel" />
2333 <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" />
2334 <optional>
2335 <text key="name" text="Name" />
2336 <text key="operator" text="Operator" />
2337 <reference ref="oh_wheelchair" />
2338 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
2339 <space />
2340 <label text="Fuel types:" />
2341 <checkgroup columns="2">
2342 <check key="fuel:diesel" text="Diesel" />
2343 <check key="fuel:biodiesel" text="Bio Diesel" />
2344 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2345 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2346 <check key="fuel:octane_80" text="Octane 80" />
2347 <check key="fuel:octane_87" text="Octane 87" />
2348 <check key="fuel:octane_91" text="Octane 91" />
2349 <check key="fuel:octane_92" text="Octane 92" />
2350 <check key="fuel:octane_95" text="Octane 95" />
2351 <check key="fuel:octane_98" text="Octane 98" />
2352 <check key="fuel:octane_100" text="Octane 100" />
2353 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2354 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
2355 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
2356 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2357 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
2358 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2359 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
2360 <check key="fuel:biogas" text="Biogas" />
2361 </checkgroup>
2362 <space />
2363 <label text="Additives:" />
2364 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2365 <space />
2366 <label text="Fuel cards:" />
2367 <checkgroup columns="3">
2368 <check key="payment:dkv" text="DKV" />
2369 <check key="payment:routex" text="Routex" />
2370 <check key="payment:uta" text="UTA" />
2371 </checkgroup>
2372 </optional>
2373 <reference ref="link_contact_address_payment" />
2374 <preset_link preset_name="Building" />
2375 </item> <!-- Fuel -->
2376 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
2377 <link wiki="Tag:amenity=charging_station" />
2378 <space />
2379 <key key="amenity" value="charging_station" />
2380 <reference ref="name_ref_operator" />
2381 <reference ref="oh" />
2382 <reference ref="fee" />
2383 <space />
2384 <combo key="voltage" text="Voltage" values="230,400"/>
2385 <combo key="amperage" text="Amperage" values="16,32" />
2386 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2387 <space />
2388 <label text="Types of vehicles which can be charged:" />
2389 <checkgroup columns="4">
2390 <check key="bicycle" text="Bicycle" />
2391 <check key="scooter" text="Scooter" />
2392 <check key="motorcycle" text="Motorcycle" />
2393 <check key="motorcar" text="Motorcar" />
2394 <check key="truck" text="Truck" />
2395 </checkgroup>
2396 <space />
2397 <label text="Number of Sockets:" />
2398 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2399 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2400 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2401 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
2402 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2403 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2404 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2405 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2406 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2407 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2408 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2409 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2410 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2411 <space />
2412 <label text="Authentication:" />
2413 <checkgroup columns="4">
2414 <check key="authentication:none" text="None" />
2415 <check key="authentication:phone_call" text="Phone call" />
2416 <check key="authentication:short_message" text="Short message" />
2417 <check key="authentication:nfc" text="NFC" />
2418 </checkgroup>
2419 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2420 <preset_link preset_name="Payment Methods" />
2421 </item> <!-- Charging Station -->
2422 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
2423 <link wiki="Tag:amenity=car_wash" />
2424 <space />
2425 <key key="amenity" value="car_wash" />
2426 <reference ref="name_brand_operator_oh_wheelchair" />
2427 <checkgroup columns="2">
2428 <check key="automated" text="Automated" text_context="car_wash" />
2429 <check key="self_service" text="Self Service" />
2430 </checkgroup>
2431 <reference ref="link_contact_address_payment" />
2432 </item> <!-- Wash -->
2433 <separator/>
2434 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2435 <link wiki="Tag:shop=car" />
2436 <space />
2437 <key key="shop" value="car" />
2438 <reference ref="car_brands" />
2439 <reference ref="name_operator_oh_wheelchair" />
2440 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2441 <reference ref="link_contact_address_payment" />
2442 </item> <!-- Car Dealer -->
2443 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
2444 <link wiki="Tag:shop=car_repair" />
2445 <space />
2446 <key key="shop" value="car_repair" />
2447 <reference ref="car_brands" />
2448 <reference ref="name_operator_oh_wheelchair" />
2449 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
2450 <reference ref="link_contact_address_payment" />
2451 </item> <!-- Repair -->
2452 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
2453 <link wiki="Tag:shop=car_parts" />
2454 <space />
2455 <key key="shop" value="car_parts" />
2456 <reference ref="car_brands" />
2457 <reference ref="name_operator_oh_wheelchair" />
2458 <reference ref="link_contact_address_payment" />
2459 </item> <!-- Parts -->
2460 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
2461 <link wiki="Tag:shop=tyres" />
2462 <space />
2463 <key key="shop" value="tyres" />
2464 <reference ref="name_brand_operator_oh_wheelchair" />
2465 <reference ref="link_contact_address_payment" />
2466 </item> <!-- Tires -->
2467 <separator/>
2468 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2469 <link wiki="Tag:amenity=car_rental" />
2470 <space />
2471 <key key="amenity" value="car_rental" />
2472 <reference ref="name_brand_operator_oh_wheelchair" />
2473 <reference ref="link_contact_address_payment" />
2474 </item> <!-- Rental -->
2475 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2476 <link wiki="Tag:amenity=car_pooling" />
2477 <space />
2478 <key key="amenity" value="car_pooling" />
2479 <text key="operator" text="Operator" />
2480 <text key="network" text="Network" />
2481 <text key="capacity" text="Capacity" />
2482 <reference ref="name_oh_wheelchair" />
2483 <text key="website" text="Website" />
2484 </item> <!-- Pooling -->
2485 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
2486 <link wiki="Tag:amenity=car_sharing" />
2487 <space />
2488 <key key="amenity" value="car_sharing" />
2489 <text key="operator" text="Operator" />
2490 <text key="capacity" text="Capacity" />
2491 <reference ref="name_oh_wheelchair" />
2492 <text key="website" text="Website" />
2493 </item> <!-- Sharing -->
2494 </group> <!-- Car -->
2495 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
2496 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2497 <link wiki="Tag:amenity=motorcycle_parking" />
2498 <space />
2499 <key key="amenity" value="motorcycle_parking" />
2500 <reference ref="parking_name_type_ref" />
2501 <text key="capacity" text="Capacity" />
2502 <reference ref="parking_access_fee_operator_surface_smoothness" />
2503 <reference ref="supervised_lit_oh" />
2504 <reference ref="maxstay" />
2505 <check key="covered" text="Covered (with roof)" />
2506 </item> <!-- Parking -->
2507 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
2508 <link wiki="Tag:shop=motorcycle" />
2509 <space />
2510 <key key="shop" value="motorcycle" />
2511 <text key="name" text="Name" />
2512 <reference ref="motorcycle_brands" />
2513 <text key="operator" text="Operator" />
2514 <reference ref="oh_wheelchair" />
2515 <combo key="second_hand" text="Second hand" values="yes,no,only" />
2516 <optional text="Services:">
2517 <combo key="sale" text="Sale" values="yes,brand,no" />
2518 <combo key="rental" text="Rental" values="yes,brand,no" />
2519 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2520 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2521 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2522 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2523 <text key="services" text="Other" />
2524 </optional>
2525 <reference ref="link_contact_address_payment" />
2526 </item> <!-- Motorcycle Dealer -->
2527 </group> <!-- Motorcycle -->
2528 <group name="Bicycle" icon="presets/shop/bicycle.svg">
2529 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2530 <link wiki="Tag:amenity=bicycle_parking" />
2531 <space />
2532 <key key="amenity" value="bicycle_parking" />
2533 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
2534 <text key="name" text="Name" />
2535 <text key="capacity" text="Capacity" />
2536 <reference ref="parking_access_fee_operator_surface_smoothness" />
2537 <check key="covered" text="Covered" />
2538 <reference ref="supervised_lit_oh" />
2539 </item> <!-- Parking -->
2540 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
2541 <link wiki="Tag:shop=bicycle" />
2542 <space />
2543 <key key="shop" value="bicycle" />
2544 <reference ref="name_oh_wheelchair" />
2545 <check key="service:bicycle:retail" text="Bicycles are sold" />
2546 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2547 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2548 <check key="service:bicycle:rental" text="Bicycles are rented" />
2549 <check key="service:bicycle:pump" text="Free bicycle pump" />
2550 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2551 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
2552 <reference ref="link_contact_address_payment" />
2553 </item> <!-- Bike Dealer -->
2554 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
2555 <link wiki="Tag:amenity=bicycle_rental" />
2556 <space />
2557 <key key="amenity" value="bicycle_rental" />
2558 <text key="name" text="Name" />
2559 <reference ref="link_contact_address_payment" />
2560 </item> <!-- Rental -->
2561 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2562 <link wiki="Tag:amenity=bicycle_repair_station" />
2563 <space />
2564 <key key="amenity" value="bicycle_repair_station" />
2565 <optional>
2566 <text key="name" text="Name" />
2567 <text key="brand" text="Brand" />
2568 <text key="operator" text="Operator" />
2569 <reference ref="oh" />
2570 <check key="service:bicycle:pump" text="Free bicycle pump" />
2571 <check key="service:bicycle:chain_tool" text="Chain tool" />
2572 </optional>
2573 </item> <!-- Public Bicycle Repair Station -->
2574 </group> <!-- Bicycle -->
2575 <group name="Public Transport" icon="presets/transport/bus.svg">
2576 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2577 <link wiki="Public_transport#Service_routes" />
2578 <space />
2579 <key key="type" value="route" />
2580 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
2581 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2582 <reference ref="name_ref" />
2583 <optional>
2584 <reference ref="public_transport_route_optionals" />
2585 </optional>
2586 <roles>
2587 <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)" />
2588 <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)" />
2589 <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)" />
2590 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2591 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2592 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2593 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
2594 </roles>
2595 </item> <!-- Public Transport Route (Rail) -->
2596 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2597 <link wiki="Public_transport#Service_routes" />
2598 <space />
2599 <key key="type" value="route" />
2600 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
2601 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2602 <reference ref="name_ref" />
2603 <optional>
2604 <reference ref="public_transport_route_optionals" />
2605 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2606 </optional>
2607 <roles>
2608 <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)" />
2609 <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)" />
2610 <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)" />
2611 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2612 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2613 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2614 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
2615 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
2616 </roles>
2617 </item> <!-- Public Transport Route (Bus) -->
2618 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2619 <link wiki="Public_transport#Route_Master_relations" />
2620 <space />
2621 <key key="type" value="route_master" />
2622 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
2623 <reference ref="name_ref" />
2624 <optional>
2625 <text key="operator" text="Operator" />
2626 <text key="network" text="Network" />
2627 <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" />
2628 <text key="website" text="Website" />
2629 </optional>
2630 <roles>
2631 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
2632 </roles>
2633 </item> <!-- Route Master -->
2634 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
2635 <link wiki="Tag:public_transport=stop_area" />
2636 <space />
2637 <key key="type" value="public_transport" />
2638 <key key="public_transport" value="stop_area" />
2639 <text key="name" text="Name" />
2640 <optional>
2641 <text key="ref" text="Reference" />
2642 <text key="uic_ref" text="UIC reference" />
2643 <text key="uic_name" text="UIC name" />
2644 <text key="operator" text="Operator" />
2645 <text key="network" text="Network" />
2646 </optional>
2647 <roles>
2648 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
2649 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2650 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
2651 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
2652 </roles>
2653 </item> <!-- Stop Area -->
2654 <separator/>
2655 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
2656 <link wiki="Tag:public_transport=stop_position" />
2657 <space />
2658 <key key="public_transport" value="stop_position" />
2659 <text key="name" text="Name" />
2660 <optional>
2661 <text key="ref" text="Reference" />
2662 <text key="uic_ref" text="UIC reference" />
2663 <text key="uic_name" text="UIC name" />
2664 <text key="operator" text="Operator" />
2665 <text key="network" text="Network" />
2666 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2667 </optional>
2668 <space />
2669 <checkgroup columns="3">
2670 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2671 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2672 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2673 <check key="train" text="Train" icon="presets/transport/train.svg" />
2674 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2675 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2676 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2677 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2678 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2679 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2680 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2681 </checkgroup>
2682 </item> <!-- Stop Position -->
2683 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
2684 <link wiki="Tag:public_transport=platform" />
2685 <space />
2686 <key key="public_transport" value="platform" />
2687 <text key="name" text="Name" />
2688 <check key="bench" text="Bench" />
2689 <check key="shelter" text="Shelter" />
2690 <check key="bin" text="Waste Basket/Trash Can" />
2691 <check key="covered" text="Covered" />
2692 <check key="passenger_information_display" text="Passenger information display" />
2693 <text key="route_ref" text="Route references" />
2694 <reference ref="wheelchair" />
2695 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2696 </item> <!-- Platform -->
2697 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
2698 <link wiki="Tag:public_transport=station" />
2699 <space />
2700 <key key="public_transport" value="station" />
2701 <text key="name" text="Name" />
2702 <check key="area" text="Area" disable_off="true" />
2703 <check key="building" text="Building" disable_off="true" />
2704 <text key="operator" text="Operator" />
2705 <text key="network" text="Network" />
2706 </item> <!-- Station -->
2707 <separator/> <!-- *** Access *** -->
2708 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
2709 <link wiki="Tag:railway=subway_entrance" />
2710 <key key="railway" value="subway_entrance" />
2711 <optional>
2712 <text key="name" text="Name" />
2713 <reference ref="wheelchair" />
2714 <check key="bicycle" text="Bicycle" />
2715 </optional>
2716 </item> <!-- Subway Entrance -->
2717 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
2718 <link wiki="Tag:amenity=vending_machine" />
2719 <space />
2720 <key key="amenity" value="vending_machine" />
2721 <key key="vending" value="public_transport_tickets" />
2722 <reference ref="name_operator" />
2723 <text key="ref" text="Reference number" />
2724 <preset_link preset_name="Payment Methods" />
2725 </item> <!-- Ticket Machine -->
2726 </group> <!-- Public Transport -->
2727 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
2728 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
2729 <key key="type" value="route" />
2730 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
2731 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2732 <reference ref="name_ref" />
2733 <optional>
2734 <text key="from" text="From (initial stop)" />
2735 <text key="to" text="To (terminal stop)" />
2736 <text key="via" text="Via (intermediate stops)" />
2737 <text key="operator" text="Operator" />
2738 <text key="network" text="Network" />
2739 <text key="description" text="Description" />
2740 <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" />
2741 <reference ref="oh" />
2742 <reference ref="fee" />
2743 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2744 <text key="website" text="Website" />
2745 </optional>
2746 <roles>
2747 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2748 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2749 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
2750 <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" />
2751 <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" />
2752 <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" />
2753 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
2754 </roles>
2755 </item> <!-- Public transport route (Legacy) -->
2756 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
2757 <link wiki="Tag:railway=station" />
2758 <key key="railway" value="station" />
2759 <optional>
2760 <text key="name" text="Name" />
2761 <text key="uic_ref" text="UIC-Reference" />
2762 </optional>
2763 </item> <!-- Station -->
2764 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
2765 <link wiki="Tag:railway=halt" />
2766 <key key="railway" value="halt" />
2767 <optional>
2768 <text key="name" text="Name" />
2769 </optional>
2770 </item> <!-- Railway Halt -->
2771 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
2772 <link wiki="Tag:railway=tram_stop" />
2773 <key key="railway" value="tram_stop" />
2774 <optional>
2775 <text key="name" text="Name" />
2776 </optional>
2777 </item> <!-- Tram Stop -->
2778 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
2779 <link wiki="Tag:railway=platform" />
2780 <space />
2781 <key key="railway" value="platform" />
2782 <text key="ref" text="Reference (track number)" />
2783 <text key="width" text="Width (meters)" />
2784 <check key="area" text="Area" />
2785 </item> <!-- Railway Platform -->
2786 <separator/>
2787 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
2788 <link wiki="Tag:amenity=bus_station" />
2789 <key key="amenity" value="bus_station" />
2790 <optional>
2791 <text key="name" text="Name" />
2792 </optional>
2793 </item> <!-- Bus Station -->
2794 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
2795 <link wiki="Tag:highway=bus_stop" />
2796 <key key="highway" value="bus_stop" />
2797 <optional>
2798 <text key="name" text="Name" />
2799 <check key="bench" text="Bench" />
2800 <check key="shelter" text="Shelter" />
2801 <check key="bin" text="Waste Basket/Trash Can" />
2802 <check key="passenger_information_display" text="Passenger information display" />
2803 <text key="route_ref" text="Route references" />
2804 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2805 </optional>
2806 </item> <!-- Bus Stop -->
2807 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
2808 <link wiki="Tag:highway=platform" />
2809 <space />
2810 <key key="highway" value="platform" />
2811 <text key="ref" text="Reference (track number)" />
2812 <text key="width" text="Width (meters)" />
2813 <check key="area" text="Area" />
2814 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
2815 </item> <!-- Bus Platform -->
2816 </group> <!-- Public Transport -->
2817 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
2818 <link wiki="Tag:amenity=taxi" />
2819 <space />
2820 <key key="amenity" value="taxi" />
2821 <text key="name" text="Name" />
2822 </item> <!-- Taxi -->
2823 <separator/>
2824 <group name="Airport" icon="presets/transport/airport.svg">
2825 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
2826 <link wiki="Tag:aeroway=aerodrome" />
2827 <space />
2828 <reference ref="aerodrome" />
2829 </item> <!-- Airport Ground -->
2830 <separator/>
2831 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2832 <link wiki="Tag:aeroway=runway" />
2833 <key key="aeroway" value="runway" />
2834 <optional>
2835 <text key="ref" text="Reference" />
2836 <reference ref="surface" />
2837 </optional>
2838 </item> <!-- Runway -->
2839 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
2840 <link wiki="Tag:aeroway=taxiway" />
2841 <key key="aeroway" value="taxiway" />
2842 <optional>
2843 <text key="ref" text="Reference" />
2844 </optional>
2845 </item> <!-- Taxiway -->
2846 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
2847 <link wiki="Tag:aeroway=holding_position" />
2848 <key key="aeroway" value="holding_position" />
2849 <optional>
2850 <text key="ref" text="Reference" />
2851 </optional>
2852 </item> <!-- Holding Position -->
2853 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
2854 <link wiki="Tag:aeroway=helipad" />
2855 <key key="aeroway" value="helipad" />
2856 <optional>
2857 <text key="ref" text="Reference" />
2858 <text key="iata" text="IATA" />
2859 <text key="icao" text="ICAO" />
2860 <text key="wikipedia" text="Wikipedia" />
2861 </optional>
2862 </item> <!-- Helipad -->
2863 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
2864 <link wiki="Tag:aeroway=apron" />
2865 <key key="aeroway" value="apron" />
2866 </item> <!-- Apron -->
2867 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
2868 <link wiki="Tag:aeroway=parking_position" />
2869 <key key="aeroway" value="parking_position" />
2870 <text key="ref" text="Reference" />
2871 </item> <!-- Plane Parking Position -->
2872 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
2873 <link wiki="Tag:aeroway=hangar" />
2874 <key key="aeroway" value="hangar" />
2875 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
2876 </item> <!-- Hangar -->
2877 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
2878 <link wiki="Tag:airmark=beacon" />
2879 <key key="airmark" value="beacon" />
2880 </item> <!-- Beacon -->
2881 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
2882 <link wiki="Tag:aeroway=navigationaid" />
2883 <key key="aeroway" value="navigationaid" />
2884 <combo key="navigationaid" text="Type" values_searchable="true">
2885 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
2886 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
2887 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
2888 </combo>
2889 </item> <!-- Navigation aid -->
2890 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
2891 <link wiki="Tag:aeroway=windsock" />
2892 <key key="aeroway" value="windsock" />
2893 </item> <!-- Windsock -->
2894 <separator/>
2895 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
2896 <link wiki="Tag:aeroway=terminal" />
2897 <space />
2898 <key key="aeroway" value="terminal" />
2899 <text key="name" text="Name" />
2900 <reference ref="internet" />
2901 <reference ref="link_contact_address" />
2902 </item> <!-- Terminal -->
2903 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
2904 <link wiki="Tag:aeroway=gate" />
2905 <space />
2906 <key key="aeroway" value="gate" />
2907 <text key="ref" text="Reference" />
2908 </item> <!-- Gate -->
2909 </group> <!-- Airport -->
2910 </group> <!-- Transport -->
2911 <group name="Facilities" icon="presets/accommodation/hotel.svg">
2912 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
2913 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2914 <link wiki="Tag:tourism=hotel" />
2915 <space />
2916 <key key="tourism" value="hotel" />
2917 <reference ref="name_operator" />
2918 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2919 <text key="rooms" text="Rooms" />
2920 <text key="beds" text="Beds" />
2921 <reference ref="wheelchair" />
2922 <space />
2923 <reference ref="internet_smoking" />
2924 <reference ref="link_contact_address_payment" />
2925 <preset_link preset_name="Residential Building" />
2926 </item> <!-- Hotel -->
2927 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2928 <link wiki="Tag:tourism=motel" />
2929 <space />
2930 <key key="tourism" value="motel" />
2931 <reference ref="name_operator" />
2932 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2933 <text key="rooms" text="Rooms" />
2934 <text key="beds" text="Beds" />
2935 <reference ref="wheelchair" />
2936 <space />
2937 <reference ref="internet_smoking" />
2938 <reference ref="link_contact_address_payment" />
2939 <preset_link preset_name="Building" />
2940 </item> <!-- Motel -->
2941 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
2942 <link wiki="Tag:tourism=guest_house" />
2943 <space />
2944 <key key="tourism" value="guest_house" />
2945 <reference ref="name_operator" />
2946 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2947 <text key="rooms" text="Rooms" />
2948 <text key="beds" text="Beds" />
2949 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
2950 <reference ref="wheelchair" />
2951 <space />
2952 <reference ref="internet_smoking" />
2953 <reference ref="link_contact_address_payment" />
2954 <preset_link preset_name="Building" />
2955 </item> <!-- Guest House/Bed & Breakfast -->
2956 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
2957 <link wiki="Tag:tourism=apartment" />
2958 <space />
2959 <key key="tourism" value="apartment" />
2960 <reference ref="name_operator" />
2961 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
2962 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2963 <reference ref="wheelchair" />
2964 <space />
2965 <reference ref="internet_smoking" />
2966 <reference ref="link_contact_address_payment" />
2967 </item> <!-- Apartment -->
2968 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
2969 <link wiki="Tag:tourism=chalet" />
2970 <space />
2971 <key key="tourism" value="chalet" />
2972 <reference ref="name_operator" />
2973 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2974 <text key="rooms" text="Rooms" />
2975 <text key="beds" text="Beds" />
2976 <reference ref="wheelchair" />
2977 <space />
2978 <reference ref="internet_smoking" />
2979 <reference ref="link_contact_address_payment" />
2980 <preset_link preset_name="Building" />
2981 </item> <!-- Chalet -->
2982 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
2983 <link wiki="Tag:tourism=hostel" />
2984 <space />
2985 <key key="tourism" value="hostel" />
2986 <reference ref="name_operator" />
2987 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2988 <text key="rooms" text="Rooms" />
2989 <text key="beds" text="Beds" />
2990 <reference ref="wheelchair" />
2991 <space />
2992 <reference ref="internet_smoking" />
2993 <reference ref="link_contact_address_payment" />
2994 <preset_link preset_name="Building" />
2995 </item> <!-- Hostel -->
2996 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
2997 <link wiki="Tag:tourism=alpine_hut" />
2998 <space />
2999 <key key="tourism" value="alpine_hut" />
3000 <reference ref="name_operator" />
3001 <text key="ele" text="Elevation (meters)" length="10" />
3002 <text key="rooms" text="Rooms" />
3003 <text key="beds" text="Beds" />
3004 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3005 <space />
3006 <reference ref="internet_smoking" />
3007 <reference ref="link_contact_address_payment" />
3008 <preset_link preset_name="Building" />
3009 </item> <!-- Alpine Hut -->
3010 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
3011 <link wiki="Tag:tourism=wilderness_hut" />
3012 <space />
3013 <key key="tourism" value="wilderness_hut" />
3014 <reference ref="name_operator" />
3015 <reference ref="POI_access" />
3016 <text key="capacity" text="Capacity" />
3017 <reference ref="fee" />
3018 <check key="toilets" text="Toilets" />
3019 <check key="shower" text="Shower" />
3020 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
3021 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3022 <text key="ele" text="Elevation (meters)" length="10" />
3023 <text key="description" text="Closer description" />
3024 <reference ref="link_contact_address_payment" />
3025 <preset_link preset_name="Building" />
3026 </item> <!-- Wilderness Hut -->
3027 <separator/>
3028 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
3029 <link wiki="Tag:tourism=caravan_site" />
3030 <space />
3031 <key key="tourism" value="caravan_site" />
3032 <reference ref="name_operator" />
3033 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3034 <reference ref="oh_wheelchair" />
3035 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3036 <text key="capacity" text="Number of places" />
3037 <reference ref="fee_interval" />
3038 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3039 <check key="power_supply" text="Power supply" />
3040 <check key="tents" text="Tents allowed" />
3041 <space />
3042 <reference ref="internet_smoking" />
3043 <reference ref="link_contact_address_payment" />
3044 </item> <!-- Caravan Site/RV Park -->
3045 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
3046 <link wiki="Tag:tourism=camp_site" />
3047 <space />
3048 <key key="tourism" value="camp_site" />
3049 <reference ref="name_operator" />
3050 <combo key="stars" text="Stars" values="1,2,3,4,5" />
3051 <reference ref="oh_wheelchair" />
3052 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3053 <text key="capacity" text="Number of places" />
3054 <checkgroup columns="2">
3055 <check key="tents" text="Tents allowed" />
3056 <check key="caravans" text="Caravans allowed" />
3057 </checkgroup>
3058 <checkgroup columns="2">
3059 <check key="backcountry" text="Backcountry" />
3060 <check key="group_only" text="Group only access" />
3061 </checkgroup>
3062 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
3063 <reference ref="wheelchair" />
3064 <reference ref="internet" />
3065 <space />
3066 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3067 <reference ref="link_contact_address_payment" />
3068 </item> <!-- Campsite -->
3069 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3070 <link wiki="Tag:tourism=camp_pitch" />
3071 <space />
3072 <key key="tourism" value="camp_pitch" />
3073 <text key="ref" text="Reference" />
3074 <text key="addr:unit" text="Unit number" />
3075 <text key="capacity" text="Number of places" />
3076 <reference ref="surface" />
3077 <checkgroup columns="2">
3078 <check key="tents" text="Tents allowed" />
3079 <check key="caravans" text="Caravans allowed" />
3080 <check key="drinking_water" text="Drinking Water" />
3081 <check key="power_supply" text="Power supply" />
3082 <check key="permanent_camping" text="Permanent camping only" />
3083 </checkgroup>
3084 </item> <!-- Camp pitch -->
3085 </group> <!-- Accommodation -->
3086 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3087 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
3088 <link wiki="Tag:amenity=restaurant" />
3089 <space />
3090 <key key="amenity" value="restaurant" />
3091 <reference ref="name_operator" />
3092 <reference ref="cuisine" />
3093 <check key="microbrewery" text="Microbrewery" />
3094 <check key="outdoor_seating" text="Outdoor seating" />
3095 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3096 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3097 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3098 <reference ref="oh" />
3099 <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" />
3100 <reference ref="wheelchair" />
3101 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3102 <space />
3103 <reference ref="internet_smoking" />
3104 <preset_link preset_name="Diet" />
3105 <reference ref="link_contact_address_payment" />
3106 </item> <!-- Restaurant -->
3107 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
3108 <link wiki="Tag:amenity=fast_food" />
3109 <space />
3110 <key key="amenity" value="fast_food" />
3111 <reference ref="name_operator" />
3112 <reference ref="cuisine" />
3113 <check key="outdoor_seating" text="Outdoor seating" />
3114 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3115 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3116 <reference ref="oh_wheelchair" />
3117 <space />
3118 <reference ref="internet_smoking" />
3119 <preset_link preset_name="Diet" />
3120 <reference ref="link_contact_address_payment" />
3121 <preset_link preset_name="Building" />
3122 </item> <!-- Fast Food -->
3123 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
3124 <link wiki="Tag:amenity=food_court" />
3125 <space />
3126 <key key="amenity" value="food_court" />
3127 <reference ref="name_operator" />
3128 <check key="outdoor_seating" text="Outdoor seating" />
3129 <reference ref="oh_wheelchair" />
3130 <space />
3131 <reference ref="internet_smoking" />
3132 <reference ref="link_contact_address_payment" />
3133 </item> <!-- Food Court -->
3134 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
3135 <link wiki="Tag:amenity=cafe" />
3136 <space />
3137 <key key="amenity" value="cafe" />
3138 <reference ref="name_operator" />
3139 <combo key="cuisine" text="Cuisine" values="ice_cream" />
3140 <check key="outdoor_seating" text="Outdoor seating" />
3141 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3142 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3143 <reference ref="oh_wheelchair" />
3144 <space />
3145 <reference ref="internet_smoking" />
3146 <preset_link preset_name="Diet" />
3147 <reference ref="link_contact_address_payment" />
3148 </item> <!-- Cafe -->
3149 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
3150 <link wiki="Tag:amenity=ice_cream" />
3151 <space />
3152 <key key="amenity" value="ice_cream" />
3153 <reference ref="name_operator" />
3154 <check key="outdoor_seating" text="Outdoor seating" />
3155 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3156 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3157 <reference ref="oh_wheelchair" />
3158 <space />
3159 <reference ref="internet_smoking" />
3160 <preset_link preset_name="Diet" />
3161 <reference ref="link_contact_address_payment" />
3162 </item> <!-- Ice cream -->
3163 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3164 <link wiki="Tag:amenity=pub" />
3165 <space />
3166 <key key="amenity" value="pub" />
3167 <reference ref="name_operator" />
3168 <check key="microbrewery" text="Microbrewery" />
3169 <check key="outdoor_seating" text="Outdoor seating" />
3170 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
3171 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
3172 <reference ref="oh_wheelchair" />
3173 <space />
3174 <reference ref="internet_smoking" />
3175 <preset_link preset_name="Diet" />
3176 <reference ref="link_contact_address_payment" />
3177 </item> <!-- Pub -->
3178 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3179 <link wiki="Tag:amenity=biergarten" />
3180 <space />
3181 <key key="amenity" value="biergarten" />
3182 <reference ref="name_operator" />
3183 <check key="microbrewery" text="Microbrewery" />
3184 <reference ref="oh_wheelchair" />
3185 <space />
3186 <reference ref="internet_smoking" />
3187 <preset_link preset_name="Diet" />
3188 <reference ref="link_contact_address_payment" />
3189 </item> <!-- Beer Garden -->
3190 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
3191 <link wiki="Tag:amenity=bar" />
3192 <space />
3193 <key key="amenity" value="bar" />
3194 <reference ref="name_operator" />
3195 <check key="outdoor_seating" text="Outdoor seating" />
3196 <reference ref="oh_wheelchair" />
3197 <space />
3198 <reference ref="internet_smoking" />
3199 <preset_link preset_name="Diet" />
3200 <reference ref="link_contact_address_payment" />
3201 </item> <!-- Bar -->
3202 <separator/>
3203 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3204 <link wiki="Key:diet" />
3205 <space />
3206 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3207 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3208 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3209 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3210 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3211 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3212 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3213 <space />
3214 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3215 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3216 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3217 <space />
3218 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3219 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3220 </item> <!-- Diet -->
3221 </group> <!-- Food+Drinks -->
3222 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3223 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
3224 <link wiki="Tag:tourism=attraction" />
3225 <space />
3226 <key key="tourism" value="attraction" />
3227 <text key="name" text="Name" />
3228 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3229 <reference ref="oh_wheelchair" />
3230 </item> <!-- Attraction -->
3231 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
3232 <link wiki="Tag:tourism=viewpoint" />
3233 <space />
3234 <key key="tourism" value="viewpoint" />
3235 <text key="name" text="Name" />
3236 <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" />
3237 <space />
3238 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
3239 <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
3240 </item> <!-- Viewpoint -->
3241 <separator/>
3242 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
3243 <link wiki="Tag:information=office" />
3244 <label text="An office where you can get information about a town or region." />
3245 <space />
3246 <key key="tourism" value="information" />
3247 <key key="information" value="office" />
3248 <reference ref="name_oh_wheelchair" />
3249 <reference ref="internet" />
3250 <reference ref="link_contact_address_payment" />
3251 </item> <!-- Information Office -->
3252 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
3253 <link wiki="Tag:information=map" />
3254 <label text="A board with a map." />
3255 <space />
3256 <key key="tourism" value="information" />
3257 <key key="information" value="map" />
3258 <text key="name" text="Name" />
3259 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
3260 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
3261 <text key="description" text="Closer description" />
3262 <optional text="Routes shown for:">
3263 <check key="hiking" text="Hiking" />
3264 <check key="bicycle" text="Cycling" />
3265 <check key="mtb" text="Mountainbiking" />
3266 <check key="ski" text="Skiing" />
3267 <check key="horse" text="Riding" />
3268 <space />
3269 <label text="... other transportation modes possible" />
3270 </optional>
3271 </item> <!-- Map -->
3272 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
3273 <link wiki="Tag:information=board" />
3274 <space />
3275 <label text="A board with information." />
3276 <key key="tourism" value="information" />
3277 <key key="information" value="board" />
3278 <text key="name" text="Name" />
3279 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
3280 <text key="description" text="Closer description" />
3281 </item> <!-- Information Board -->
3282 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
3283 <link wiki="Tag:information=guidepost" />
3284 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
3285 <space />
3286 <key key="tourism" value="information" />
3287 <key key="information" value="guidepost" />
3288 <reference ref="name_ref_operator" />
3289 <text key="ele" text="Elevation (meters)" length="10" />
3290 <optional text="Routes shown for:">
3291 <check key="hiking" text="Hiking" />
3292 <check key="bicycle" text="Cycling" />
3293 <check key="mtb" text="Mountainbiking" />
3294 <check key="ski" text="Skiing" />
3295 <check key="horse" text="Riding" />
3296 <space />
3297 <label text="... other transportation modes possible" />
3298 </optional>
3299 </item> <!-- Guidepost -->
3300 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3301 <link wiki="Key:information" />
3302 <space />
3303 <key key="tourism" value="information" />
3304 <key key="information" value="route_marker" />
3305 <reference ref="name_ref_operator" />
3306 <text key="ele" text="Elevation (meters)" length="10" />
3307 <optional text="Routes shown for:">
3308 <check key="hiking" text="Hiking" />
3309 <check key="bicycle" text="Cycling" />
3310 <check key="mtb" text="Mountainbiking" />
3311 <check key="ski" text="Skiing" />
3312 <check key="horse" text="Riding" />
3313 <space />
3314 <label text="... other transportation modes possible" />
3315 </optional>
3316 </item> <!-- Route marker -->
3317 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
3318 <link wiki="Tag:information=terminal" />
3319 <label text="Information access via electronic methods." />
3320 <space />
3321 <key key="tourism" value="information" />
3322 <key key="information" value="terminal" />
3323 <reference ref="name_operator" />
3324 <reference ref="wheelchair" />
3325 <text key="description" text="Closer description" />
3326 <text key="ref" text="Reference number" />
3327 <reference ref="fee" />
3328 <reference ref="internet" />
3329 </item> <!-- Information Terminal -->
3330 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
3331 <link wiki="Tag:information=audioguide" />
3332 <label text="Information using headphones or a mobile phone." />
3333 <space />
3334 <key key="tourism" value="information" />
3335 <key key="information" value="audioguide" />
3336 <reference ref="name_operator" />
3337 <reference ref="wheelchair" />
3338 <text key="description" text="Closer description" />
3339 <text key="ref" text="Reference number" />
3340 <reference ref="fee" />
3341 <space />
3342 <label text="Audioguide via mobile phone?" />
3343 <text key="phone" text="Phone number" />
3344 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
3345 </item> <!-- Audio Guide -->
3346 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
3347 <link wiki="Tag:tourism=information" />
3348 <space />
3349 <key key="tourism" value="information" />
3350 <text key="name" text="Name" />
3351 <text key="description" text="Closer description" />
3352 </item> <!-- Other Information Point -->
3353 </group> <!-- Tourism -->
3354 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3355 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
3356 <link wiki="Tag:amenity=cinema" />
3357 <space />
3358 <key key="amenity" value="cinema" />
3359 <reference ref="name_operator_oh_wheelchair" />
3360 <check key="drive_in" text="Drive-in theater" />
3361 <check key="cinema:3D" text="3D" />
3362 <text key="screen" text="Number of screens" />
3363 <reference ref="min_age" />
3364 <reference ref="link_contact_address_payment" />
3365 <preset_link preset_name="Building" />
3366 </item> <!-- Movie Theater/Cinema -->
3367 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
3368 <link wiki="Tag:leisure=bandstand" />
3369 <space />
3370 <key key="leisure" value="bandstand" />
3371 <reference ref="name_operator_oh_wheelchair" />
3372 <reference ref="POI_access" />
3373 </item> <!-- Bandstand -->
3374 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
3375 <link wiki="Tag:tourism=zoo" />
3376 <space />
3377 <key key="tourism" value="zoo" />
3378 <reference ref="name_oh_wheelchair" />
3379 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
3380 <text key="wikipedia" text="Wikipedia" />
3381 <reference ref="link_contact_address_payment" />
3382 </item> <!-- Zoo -->
3383 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
3384 <link wiki="Tag:attraction=animal" />
3385 <space />
3386 <key key="attraction" value="animal" />
3387 <text key="name" text="Name" />
3388 </item> <!-- Animal enclosure -->
3389 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
3390 <link wiki="Tag:leisure=dog_park" />
3391 <space />
3392 <key key="leisure" value="dog_park" />
3393 <text key="name" text="Name" />
3394 <check key="area" text="Area" />
3395 <combo key="barrier" text="Barrier" values="fence,wall" />
3396 <reference ref="oh_wheelchair" />
3397 <check key="lit" text="Lit" />
3398 </item> <!-- Dog Park -->
3399 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3400 <link wiki="Tag:tourism=theme_park" />
3401 <space />
3402 <key key="tourism" value="theme_park" />
3403 <reference ref="name_operator_oh_wheelchair" />
3404 <reference ref="link_contact_address_payment" />
3405 </item> <!-- Amusement/Theme Park -->
3406 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
3407 <link wiki="Tag:leisure=water_park" />
3408 <space />
3409 <key key="leisure" value="water_park" />
3410 <reference ref="name_operator_oh_wheelchair" />
3411 <reference ref="link_contact_address_payment" />
3412 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3413 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3414 </item> <!-- Water Park -->
3415 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3416 <link wiki="Tag:amenity=public_bath" />
3417 <space />
3418 <key key="amenity" value="public_bath" />
3419 <reference ref="name_operator_oh_wheelchair" />
3420 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3421 <check key="bath:open_air" text="Open air" />
3422 <check key="shower" text="Shower" />
3423 <checkgroup columns="3">
3424 <check key="female" text="Female" text_context="restroom" />
3425 <check key="male" text="Male" text_context="restroom" />
3426 <check key="unisex" text="Unisex" text_context="restroom" />
3427 </checkgroup>
3428 <reference ref="fee" />
3429 <reference ref="link_contact_address_payment" />
3430 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3431 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3432 </item> <!-- Public bath -->
3433 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3434 <link wiki="Tag:leisure=resort" />
3435 <space />
3436 <key key="leisure" value="resort" />
3437 <reference ref="name_operator_oh_wheelchair" />
3438 <reference ref="fee_interval" />
3439 <reference ref="link_contact_address_payment" />
3440 </item> <!-- Resort -->
3441 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
3442 <link wiki="Tag:leisure=beach_resort" />
3443 <space />
3444 <key key="leisure" value="beach_resort" />
3445 <reference ref="name_operator_oh_wheelchair" />
3446 <reference ref="fee_interval" />
3447 <space />
3448 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
3449 <reference ref="link_contact_address_payment" />
3450 </item> <!-- Beach Resort -->
3451 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
3452 <link wiki="Tag:leisure=swimming_pool" />
3453 <key key="leisure" value="swimming_pool" />
3454 <space />
3455 <label text="Used for the water area only." />
3456 <space />
3457 <reference ref="POI_access" />
3458 </item> <!-- Swimming Pool -->
3459 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3460 <link wiki="Tag:amenity=dive_centre" />
3461 <space />
3462 <key key="amenity" value="dive_centre" />
3463 <reference ref="name_operator_oh_wheelchair" />
3464 <reference ref="link_contact_address_payment" />
3465 </item> <!-- Dive centre -->
3466 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3467 <link wiki="Tag:leisure=fitness_station" />
3468 <space />
3469 <key key="leisure" value="fitness_station" />
3470 <reference ref="name_operator_oh_wheelchair" />
3471 <text key="ref" text="Reference" />
3472 <text key="description" text="Description" />
3473 </item> <!-- Fitness Station -->
3474 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
3475 <link wiki="Tag:amenity=sauna" />
3476 <space />
3477 <key key="leisure" value="sauna" />
3478 <reference ref="name_operator_oh_wheelchair" />
3479 <reference ref="POI_access" />
3480 <reference ref="link_contact_address_payment" />
3481 </item> <!-- Sauna -->
3482 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
3483 <link wiki="Tag:leisure=horse_riding" />
3484 <space />
3485 <key key="leisure" value="horse_riding" />
3486 <reference ref="name_operator_oh_wheelchair" />
3487 <reference ref="fee" />
3488 <reference ref="link_contact_address_payment" />
3489 </item> <!-- Horse Riding -->
3490 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3491 <link wiki="Tag:leisure=hackerspace" />
3492 <space />
3493 <key key="leisure" value="hackerspace" />
3494 <reference ref="name_operator_oh_wheelchair" />
3495 <reference ref="link_contact_address" />
3496 </item> <!-- Hackerspace -->
3497 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3498 <link wiki="Tag:leisure=outdoor_seating" />
3499 <space />
3500 <key key="leisure" value="outdoor_seating" />
3501 <reference ref="name_operator_oh_wheelchair" />
3502 </item> <!-- Outdoor seating -->
3503 <separator/>
3504 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
3505 <link wiki="Tag:leisure=playground" />
3506 <space />
3507 <key key="leisure" value="playground" />
3508 <reference ref="name_operator_oh_wheelchair" />
3509 <reference ref="max_age" />
3510 </item> <!-- Playground -->
3511 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3512 <link wiki="Key:playground" />
3513 <space />
3514 <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!" />
3515 <reference ref="name_operator_oh_wheelchair" />
3516 <reference ref="max_age" />
3517 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3518 </item> <!-- Playground device -->
3519 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3520 <link wiki="Tag:tourism=picnic_site" />
3521 <space />
3522 <key key="tourism" value="picnic_site" />
3523 <text key="name" text="Name" />
3524 <check key="fireplace" text="Fireplace" />
3525 </item> <!-- Picnic Site -->
3526 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
3527 <link wiki="Tag:leisure=picnic_table" />
3528 <space />
3529 <key key="leisure" value="picnic_table" />
3530 <check key="covered" text="Covered" />
3531 </item> <!-- Picnic Table -->
3532 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
3533 <link wiki="Tag:amenity=bbq" />
3534 <space />
3535 <key key="amenity" value="bbq" />
3536 <text key="name" text="Name" />
3537 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3538 <check key="covered" text="Covered" />
3539 </item> <!-- Public Grill -->
3540 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
3541 <link wiki="Tag:leisure=firepit" />
3542 <space />
3543 <key key="leisure" value="firepit" />
3544 <text key="name" text="Name" />
3545 </item> <!-- Firepit -->
3546 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
3547 <link wiki="Tag:leisure=fishing" />
3548 <space />
3549 <key key="leisure" value="fishing" />
3550 <text key="name" text="Name" />
3551 </item> <!-- Fishing -->
3552 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
3553 <link wiki="Tag:leisure=bird_hide" />
3554 <space />
3555 <key key="leisure" value="bird_hide" />
3556 <reference ref="name_ref_operator" />
3557 </item> <!-- Bird Hide -->
3558 <separator/>
3559 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3560 <link wiki="Tag:leisure=amusement_arcade" />
3561 <space />
3562 <key key="leisure" value="amusement_arcade" />
3563 <reference ref="name_operator_oh_wheelchair" />
3564 <reference ref="min_age" />
3565 <space />
3566 <reference ref="internet_smoking" />
3567 <reference ref="link_contact_address_payment" />
3568 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3569 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3570 <preset_link preset_name="Casino" text="Similar but different tags:" />
3571 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3572 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3573 </item> <!-- Amusement arcade -->
3574 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3575 <link wiki="Tag:leisure=adult_gaming_centre" />
3576 <space />
3577 <key key="leisure" value="adult_gaming_centre" />
3578 <reference ref="name_operator_oh_wheelchair" />
3579 <reference ref="min_age" />
3580 <space />
3581 <reference ref="internet_smoking" />
3582 <reference ref="link_contact_address_payment" />
3583 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3584 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3585 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3586 <preset_link preset_name="Casino" text="Similar but different tags:" />
3587 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3588 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3589 </item> <!-- Adult gaming centre -->
3590 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3591 <link wiki="Tag:amenity=gambling" />
3592 <space />
3593 <key key="amenity" value="gambling" />
3594 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3595 <reference ref="name_operator_oh_wheelchair" />
3596 <reference ref="min_age" />
3597 <space />
3598 <reference ref="internet_smoking" />
3599 <reference ref="link_contact_address_payment" />
3600 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3601 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3602 <preset_link preset_name="Casino" text="Similar but different tags:" />
3603 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3604 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3605 </item> <!-- Gambling -->
3606 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
3607 <link wiki="Tag:amenity=casino" />
3608 <space />
3609 <key key="amenity" value="casino" />
3610 <reference ref="name_operator_oh_wheelchair" />
3611 <reference ref="min_age" />
3612 <space />
3613 <reference ref="internet_smoking" />
3614 <reference ref="link_contact_address_payment" />
3615 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3616 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3617 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3618 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3619 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3620 </item> <!-- Casino -->
3621 <separator/>
3622 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3623 <link wiki="Tag:amenity=nightclub" />
3624 <space />
3625 <key key="amenity" value="nightclub" />
3626 <reference ref="name_operator_oh_wheelchair" />
3627 <reference ref="min_age" />
3628 <space />
3629 <reference ref="internet_smoking" />
3630 <reference ref="link_contact_address_payment" />
3631 </item> <!-- Night Club -->
3632 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3633 <link wiki="Tag:amenity=stripclub" />
3634 <space />
3635 <key key="amenity" value="stripclub" />
3636 <reference ref="name_operator_oh_wheelchair" />
3637 <reference ref="min_age" />
3638 <space />
3639 <reference ref="internet_smoking" />
3640 <reference ref="link_contact_address_payment" />
3641 </item> <!-- Strip Club -->
3642 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
3643 <link wiki="Tag:amenity=brothel" />
3644 <space />
3645 <key key="amenity" value="brothel" />
3646 <reference ref="name_operator_oh_wheelchair" />
3647 <space />
3648 <reference ref="internet_smoking" />
3649 <reference ref="link_contact_address_payment" />
3650 </item> <!-- Brothel -->
3651 </group> <!-- Leisure -->
3652 <group name="Culture" icon="presets/leisure/theater.svg">
3653 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
3654 <link wiki="Tag:tourism=museum" />
3655 <space />
3656 <key key="tourism" value="museum" />
3657 <reference ref="name_operator_oh_wheelchair" />
3658 <text key="wikipedia" text="Wikipedia" />
3659 <reference ref="link_contact_address_payment" />
3660 <preset_link preset_name="Building" />
3661 </item> <!-- Museum -->
3662 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
3663 <link wiki="Tag:amenity=theatre" />
3664 <space />
3665 <key key="amenity" value="theatre" />
3666 <reference ref="name_operator" />
3667 <reference ref="wheelchair" />
3668 <reference ref="link_contact_address_payment" />
3669 <preset_link preset_name="Building" />
3670 </item> <!-- Theatre -->
3671 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
3672 <link wiki="Tag:amenity=library" />
3673 <space />
3674 <key key="amenity" value="library" />
3675 <reference ref="name_operator_oh_wheelchair" />
3676 <reference ref="link_contact_address_payment" />
3677 <preset_link preset_name="Building" />
3678 </item> <!-- Library -->
3679 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3680 <link wiki="Tag:amenity=public_bookcase" />
3681 <space />
3682 <key key="amenity" value="public_bookcase" />
3683 <text key="name" text="Name" />
3684 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3685 <text key="operator" text="Operator" />
3686 <reference ref="oh_wheelchair" />
3687 <reference ref="POI_access" />
3688 </item> <!-- Public bookcase -->
3689 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3690 <link wiki="Tag:amenity=arts_centre" />
3691 <space />
3692 <key key="amenity" value="arts_centre" />
3693 <text key="name" text="Name" />
3694 <reference ref="link_contact_address_payment" />
3695 <preset_link preset_name="Building" />
3696 </item> <!-- Arts Centre -->
3697 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3698 <link wiki="Tag:tourism=artwork" />
3699 <space />
3700 <key key="tourism" value="artwork" />
3701 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
3702 <text key="name" text="Name" />
3703 <text key="artwork_subject" text="Subject" />
3704 <text key="artist_name" text="Artist Name" />
3705 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
3706 <text key="start_date" text="Start date" />
3707 </item> <!-- Artwork -->
3708 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
3709 <link wiki="Tag:amenity=studio" />
3710 <space />
3711 <key key="amenity" value="studio" />
3712 <reference ref="name_operator" />
3713 <reference ref="wheelchair" />
3714 <combo key="studio" text="Type" values="audio,radio,television,video" />
3715 <reference ref="link_contact_address_payment" />
3716 </item> <!-- Studio -->
3717 </group> <!-- Culture -->
3718 <group name="Place of Worship" icon="presets/religion/religion.svg">
3719 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
3720 <link wiki="Tag:amenity=place_of_worship" />
3721 <space />
3722 <key key="amenity" value="place_of_worship" />
3723 <key key="religion" value="christian" />
3724 <text key="name" text="Name" />
3725 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
3726 <reference ref="christian_denominations" />
3727 <reference ref="service_times" />
3728 <reference ref="oh_wheelchair" />
3729 <reference ref="link_contact_address" />
3730 <preset_link preset_name="Building" />
3731 </item> <!-- Church -->
3732 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
3733 <link wiki="Tag:amenity=place_of_worship" />
3734 <space />
3735 <key key="amenity" value="place_of_worship" />
3736 <key key="religion" value="muslim" />
3737 <text key="name" text="Name" />
3738 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
3739 <reference ref="muslim_denominations" />
3740 <reference ref="service_times" />
3741 <reference ref="oh_wheelchair" />
3742 <reference ref="link_contact_address" />
3743 <preset_link preset_name="Building" />
3744 </item> <!-- Mosque -->
3745 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
3746 <link wiki="Tag:amenity=place_of_worship" />
3747 <space />
3748 <key key="amenity" value="place_of_worship" />
3749 <key key="religion" value="jewish" />
3750 <text key="name" text="Name" />
3751 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
3752 <reference ref="jewish_denominations" />
3753 <reference ref="service_times" />
3754 <reference ref="oh_wheelchair" />
3755 <reference ref="link_contact_address" />
3756 <preset_link preset_name="Building" />
3757 </item> <!-- Synagogue -->
3758 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3759 <link wiki="Tag:amenity=place_of_worship" />
3760 <space />
3761 <key key="amenity" value="place_of_worship" />
3762 <key key="religion" value="buddhist" />
3763 <text key="name" text="Name" />
3764 <reference ref="buddhist_denominations" />
3765 <reference ref="service_times" />
3766 <reference ref="oh_wheelchair" />
3767 <reference ref="link_contact_address" />
3768 <preset_link preset_name="Building" />
3769 </item> <!-- Buddhist Temple -->
3770 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
3771 <link wiki="Tag:amenity=place_of_worship" />
3772 <space />
3773 <key key="amenity" value="place_of_worship" />
3774 <key key="religion" value="hindu" />
3775 <text key="name" text="Name" />
3776 <reference ref="hindu_denominations" />
3777 <reference ref="service_times" />
3778 <reference ref="oh_wheelchair" />
3779 <reference ref="link_contact_address" />
3780 <preset_link preset_name="Building" />
3781 </item> <!-- Hindu Temple -->
3782 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
3783 <link wiki="Tag:amenity=place_of_worship" />
3784 <space />
3785 <key key="amenity" value="place_of_worship" />
3786 <key key="religion" value="shinto" />
3787 <text key="name" text="Name" />
3788 <reference ref="service_times" />
3789 <reference ref="oh_wheelchair" />
3790 <reference ref="link_contact_address" />
3791 <preset_link preset_name="Building" />
3792 </item> <!-- Shinto Shrine -->
3793 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
3794 <link wiki="Tag:amenity=place_of_worship" />
3795 <space />
3796 <key key="amenity" value="place_of_worship" />
3797 <text key="name" text="Name" />
3798 <reference ref="other_religions" />
3799 <reference ref="service_times" />
3800 <reference ref="oh_wheelchair" />
3801 <reference ref="link_contact_address" />
3802 <preset_link preset_name="Building" />
3803 </item> <!-- Other Place of Worship -->
3804 </group> <!-- Place of Worship -->
3805 <group name="Public Building" icon="presets/service/townhall.svg">
3806 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
3807 <link wiki="Tag:amenity=townhall" />
3808 <space />
3809 <key key="amenity" value="townhall" />
3810 <reference ref="name_oh_wheelchair" />
3811 <reference ref="link_contact_address" />
3812 <preset_link preset_name="Building" />
3813 </item> <!-- Town Hall -->
3814 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3815 <link wiki="Tag:amenity=community_centre" />
3816 <label text="Community Centre" />
3817 <space />
3818 <key key="amenity" value="community_centre" />
3819 <reference ref="name_operator_oh_wheelchair" />
3820 <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" />
3821 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
3822 <reference ref="link_contact_address" />
3823 <preset_link preset_name="Building" />
3824 </item> <!-- Community Centre -->
3825 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3826 <link wiki="Tag:amenity=embassy" />
3827 <space />
3828 <key key="amenity" value="embassy" />
3829 <reference ref="name_oh_wheelchair" />
3830 <reference ref="link_contact_address" />
3831 </item> <!-- Embassy -->
3832 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
3833 <link wiki="Tag:amenity=courthouse" />
3834 <space />
3835 <key key="amenity" value="courthouse" />
3836 <reference ref="name_oh_wheelchair" />
3837 <reference ref="link_contact_address" />
3838 <preset_link preset_name="Building" />
3839 </item> <!-- Courthouse -->
3840 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
3841 <link wiki="Tag:amenity=prison" />
3842 <space />
3843 <key key="amenity" value="prison" />
3844 <reference ref="name_operator" />
3845 <reference ref="link_contact_address" />
3846 </item> <!-- Prison -->
3847 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
3848 <link wiki="Tag:amenity=police" />
3849 <space />
3850 <key key="amenity" value="police" />
3851 <reference ref="name_oh_wheelchair" />
3852 <reference ref="link_contact_address" />
3853 <preset_link preset_name="Building" />
3854 </item> <!-- Police -->
3855 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
3856 <link wiki="Tag:amenity=ranger_station" />
3857 <space />
3858 <key key="amenity" value="ranger_station" />
3859 <reference ref="name_operator_oh_wheelchair" />
3860 <reference ref="link_contact_address" />
3861 </item> <!-- Ranger Station -->
3862 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3863 <link wiki="Tag:amenity=fire_station" />
3864 <space />
3865 <key key="amenity" value="fire_station" />
3866 <text key="name" text="Name" />
3867 <reference ref="link_contact_address" />
3868 <preset_link preset_name="Building" />
3869 </item> <!-- Fire Station -->
3870 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
3871 <link wiki="Tag:amenity=post_office" />
3872 <space />
3873 <key key="amenity" value="post_office" />
3874 <reference ref="name_operator_oh_wheelchair" />
3875 <text key="ref" text="Reference" />
3876 <reference ref="link_contact_address_payment" />
3877 </item> <!-- Post Office -->
3878 </group> <!-- Public Buildings -->
3879 <group name="Education" icon="presets/education/school.svg">
3880 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
3881 <link wiki="Tag:amenity=kindergarten" />
3882 <space />
3883 <key key="amenity" value="kindergarten" />
3884 <reference ref="name_operator_oh_wheelchair" />
3885 <reference ref="min_age" />
3886 <reference ref="max_age" />
3887 <combo key="isced:level" text="ISCED level" values="0" />
3888 <reference ref="link_contact_address" />
3889 <preset_link preset_name="Building" />
3890 </item> <!-- Kindergarten -->
3891 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3892 <link wiki="Tag:amenity=school" />
3893 <space />
3894 <key key="amenity" value="school" />
3895 <reference ref="name_operator_oh_wheelchair" />
3896 <reference ref="min_age" />
3897 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
3898 <reference ref="link_contact_address" />
3899 <preset_link preset_name="Building" />
3900 </item> <!-- School -->
3901 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
3902 <link wiki="Tag:amenity=university" />
3903 <space />
3904 <key key="amenity" value="university" />
3905 <reference ref="name_operator_oh_wheelchair" />
3906 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
3907 <reference ref="link_contact_address" />
3908 </item> <!-- University -->
3909 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
3910 <link wiki="Tag:amenity=college" />
3911 <space />
3912 <key key="amenity" value="college" />
3913 <reference ref="name_operator_oh_wheelchair" />
3914 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
3915 <reference ref="link_contact_address" />
3916 </item> <!-- College -->
3917 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
3918 <link wiki="Tag:amenity=driving_school" />
3919 <space />
3920 <key key="amenity" value="driving_school" />
3921 <reference ref="name_operator_oh_wheelchair" />
3922 <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" />
3923 <reference ref="link_contact_address" />
3924 </item> <!-- Driving School -->
3925 </group> <!-- Education -->
3926 <group name="Health" icon="presets/health/pharmacy.svg">
3927 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
3928 <link wiki="Tag:amenity=hospital" />
3929 <space />
3930 <key key="amenity" value="hospital" />
3931 <reference ref="name_operator" />
3932 <reference ref="link_contact_address_payment" />
3933 </item> <!-- Hospital -->
3934 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
3935 <link wiki="Tag:amenity=clinic" />
3936 <space />
3937 <key key="amenity" value="clinic" />
3938 <reference ref="name_operator" />
3939 <reference ref="link_contact_address_payment" />
3940 </item> <!-- Clinic -->
3941 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
3942 <link wiki="Tag:amenity=doctors" />
3943 <space />
3944 <key key="amenity" value="doctors" />
3945 <reference ref="name_oh_wheelchair" />
3946 <reference ref="link_contact_address_payment" />
3947 </item> <!-- Doctor's Office -->
3948 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
3949 <link wiki="Tag:amenity=dentist" />
3950 <space />
3951 <key key="amenity" value="dentist" />
3952 <reference ref="name_oh_wheelchair" />
3953 <reference ref="link_contact_address_payment" />
3954 </item> <!-- Dentist -->
3955 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
3956 <link wiki="Tag:amenity=pharmacy" />
3957 <space />
3958 <key key="amenity" value="pharmacy" />
3959 <reference ref="name_operator_oh_wheelchair" />
3960 <check key="dispensing" text="Dispensing"/>
3961 <reference ref="link_contact_address_payment" />
3962 </item> <!-- Pharmacy -->
3963 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
3964 <link wiki="Tag:healthcare=laboratory" />
3965 <space />
3966 <key key="healthcare" value="laboratory" />
3967 <optional>
3968 <reference ref="name_operator" />
3969 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
3970 <reference ref="oh_wheelchair" />
3971 <text key="ref" text="Reference" />
3972 <reference ref="link_contact_address" />
3973 </optional>
3974 </item> <!-- Laboratory -->
3975 <separator/>
3976 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
3977 <link wiki="Tag:amenity=baby_hatch" />
3978 <space />
3979 <key key="amenity" value="baby_hatch" />
3980 <reference ref="name_operator_oh_wheelchair" />
3981 <reference ref="link_contact_address" />
3982 </item> <!-- Baby Hatch/Safe Haven -->
3983 <separator/>
3984 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
3985 <link wiki="Tag:highway=emergency_access_point" />
3986 <space />
3987 <key key="highway" value="emergency_access_point" />
3988 <text key="ref" text="Point Number" />
3989 <text key="name" text="Point Name" />
3990 <text key="operator" text="Operator" />
3991 <text key="emergency_telephone_code" text="Emergency Phone Number" />
3992 <label text="(Use number as shown on plate.)" />
3993 <space />
3994 </item> <!-- Emergency Access Point -->
3995 <separator/>
3996 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
3997 <link wiki="Tag:amenity=veterinary" />
3998 <space />
3999 <key key="amenity" value="veterinary" />
4000 <reference ref="name_oh_wheelchair" />
4001 <reference ref="link_contact_address_payment" />
4002 </item> <!-- Veterinary -->
4003 </group> <!-- Health -->
4004 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
4005 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
4006 <link wiki="Tag:emergency=ambulance_station" />
4007 <space />
4008 <key key="emergency" value="ambulance_station" />
4009 <reference ref="name_operator" />
4010 <reference ref="link_contact_address" />
4011 </item> <!-- Ambulance Station -->
4012 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
4013 <link wiki="Tag:emergency=emergency_ward_entrance" />
4014 <space />
4015 <key key="emergency" value="emergency_ward_entrance" />
4016 <reference ref="name_operator" />
4017 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
4018 <reference ref="link_contact_address" />
4019 </item> <!-- Emergency ward entrance -->
4020 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
4021 <link wiki="Tag:emergency=defibrillator" />
4022 <space />
4023 <key key="emergency" value="defibrillator" />
4024 <reference ref="oh_wheelchair" />
4025 <text key="operator" text="Operator" />
4026 <text key="defibrillator:location" text="Location description" />
4027 <text key="phone" text="Phone number" />
4028 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
4029 <reference ref="POI_access" />
4030 <check key="indoor" text="Located inside a building?" />
4031 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
4032 <optional>
4033 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
4034 <text key="lastcheck:note" text="Last check note" />
4035 </optional>
4036 -->
4037 </item> <!-- Automated Defibrillator -->
4038 <separator />
4039 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
4040 <link wiki="Tag:emergency=fire_extinguisher" />
4041 <space />
4042 <key key="emergency" value="fire_extinguisher" />
4043 <text key="ref" text="Reference" />
4044 <text key="operator" text="Operator" />
4045 <check key="indoor" text="Indoor" />
4046 </item> <!-- Fire Extinguisher -->
4047 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
4048 <link wiki="Tag:emergency=fire_hose" />
4049 <space />
4050 <key key="emergency" value="fire_hose" />
4051 <text key="ref" text="Reference" />
4052 <text key="operator" text="Operator" />
4053 </item> <!-- Fire Hose -->
4054 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
4055 <link wiki="Tag:emergency=fire_hydrant" />
4056 <space />
4057 <key key="emergency" value="fire_hydrant" />
4058 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4059 <list_entry value="pillar" short_description="A pillar type hydrant." />
4060 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4061 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4062 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4063 </combo>
4064 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4065 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4066 <list_entry value="#" short_description="Pressure in bar." />
4067 <list_entry value="yes" short_description="Pressure but value unknown." />
4068 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4069 </combo>
4070 <optional>
4071 <text key="ref" text="Reference" />
4072 <combo key="water_source" text="Water source">
4073 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4074 <list_entry value="groundwater" short_description="A water well." />
4075 <list_entry value="stream" />
4076 <list_entry value="river" />
4077 <list_entry value="canal" />
4078 <list_entry value="drain" />
4079 <list_entry value="ditch" />
4080 <list_entry value="pond" />
4081 <list_entry value="lake" />
4082 <list_entry value="water_tank" />
4083 <list_entry value="swimming_pool" />
4084 </combo>
4085 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4086 <list_entry value="lane" short_description="on the side of a road lane" />
4087 <list_entry value="parking_lot" short_description="in a parking lot" />
4088 <list_entry value="sidewalk" short_description="on a sidewalk" />
4089 <list_entry value="green" short_description="in a grassy area" />
4090 </combo>
4091 <text key="flow_rate" text="Flow rate with unit of measure" />
4092 <combo key="pillar:type" text="Pillar type">
4093 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4094 <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." />
4095 </combo>
4096 <space />
4097 <combo key="couplings" text="Number of couplings" values="1,2,3" />
4098 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
4099 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4100 <space />
4101 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4102 <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" />
4103 <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" />
4104 <space />
4105 <text key="manufacturer" text="Manufacturer" />
4106 <text key="operator" text="Operator" />
4107 <text key="name" text="Name" />
4108 </optional>
4109 </item> <!-- Fire Hydrant -->
4110 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
4111 <link wiki="Tag:emergency=water_tank" />
4112 <space />
4113 <key key="emergency" value="water_tank" />
4114 <reference ref="name_ref_operator" />
4115 <space />
4116 <text key="water_tank:volume" text="Volume (in liters)" />
4117 </item> <!-- Water Tank -->
4118 <separator />
4119 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
4120 <link wiki="Tag:emergency=assembly_point" />
4121 <space />
4122 <key key="emergency" value="assembly_point" />
4123 <reference ref="name_ref_operator" />
4124 </item> <!-- Assembly Point -->
4125 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
4126 <link wiki="Tag:emergency=phone" />
4127 <key key="emergency" value="phone" />
4128 <text key="ref" text="Reference" />
4129 <text key="operator" text="Operator" />
4130 </item> <!-- Emergency Phone -->
4131 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
4132 <link wiki="Tag:emergency=siren" />
4133 <key key="emergency" value="siren" />
4134 <text key="ref" text="Reference" />
4135 <text key="operator" text="Operator" />
4136 <space />
4137 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
4138 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
4139 <text key="siren:range" text="Range (in meters)" />
4140 </item> <!-- Siren -->
4141 </group> <!-- Emergency -->
4142 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4143 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4144 <link wiki="Key:social_facility" />
4145 <space />
4146 <key key="amenity" value="social_facility" />
4147 <key key="social_facility" value="nursing_home" />
4148 <reference ref="name_operator" />
4149 <text key="capacity" text="Capacity" />
4150 <reference ref="link_contact_address" />
4151 </item> <!-- Nursing Home -->
4152 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4153 <link wiki="Tag:amenity=nursing_home" />
4154 <space />
4155 <key key="amenity" value="nursing_home" />
4156 <reference ref="name_operator" />
4157 <text key="capacity" text="Capacity" />
4158 <reference ref="link_contact_address" />
4159 </item> <!-- Nursing Home (Legacy)-->
4160 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
4161 <link wiki="Key:social_facility" />
4162 <space />
4163 <key key="amenity" value="social_facility" />
4164 <key key="social_facility" value="group_home" />
4165 <reference ref="name_operator" />
4166 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4167 <text key="capacity" text="Capacity" />
4168 <reference ref="link_contact_address" />
4169 </item> <!-- Group Home -->
4170 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
4171 <link wiki="Key:social_facility" />
4172 <space />
4173 <key key="amenity" value="social_facility" />
4174 <key key="social_facility" value="assisted_living" />
4175 <reference ref="name_operator" />
4176 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4177 <text key="capacity" text="Capacity" />
4178 <reference ref="link_contact_address" />
4179 </item> <!-- Assisted Living -->
4180 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
4181 <link wiki="Key:social_facility" />
4182 <space />
4183 <key key="amenity" value="social_facility" />
4184 <key key="social_facility" value="outreach" />
4185 <reference ref="name_operator_oh_wheelchair" />
4186 <reference ref="link_contact_address" />
4187 </item> <!-- Outreach -->
4188 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
4189 <link wiki="Key:social_facility" />
4190 <space />
4191 <key key="amenity" value="social_facility" />
4192 <key key="social_facility" value="shelter" />
4193 <reference ref="name_operator" />
4194 <text key="capacity" text="Capacity" />
4195 <reference ref="link_contact_address" />
4196 </item> <!-- Shelter -->
4197 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
4198 <link wiki="Key:social_facility" />
4199 <space />
4200 <key key="amenity" value="social_facility" />
4201 <key key="social_facility" value="food_bank" />
4202 <reference ref="name_operator_oh_wheelchair" />
4203 <reference ref="link_contact_address" />
4204 </item> <!-- Food Bank -->
4205 </group> <!-- Social Facility -->
4206 <group name="Facilities" icon="presets/service/telephone.svg">
4207 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
4208 <link wiki="Tag:amenity=toilets" />
4209 <space />
4210 <key key="amenity" value="toilets" />
4211 <optional>
4212 <reference ref="POI_access" />
4213 <checkgroup columns="3">
4214 <check key="female" text="Female" text_context="restroom" />
4215 <check key="male" text="Male" text_context="restroom" />
4216 <check key="unisex" text="Unisex" text_context="restroom" />
4217 </checkgroup>
4218 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
4219 <text key="description" text="Description" />
4220 <reference ref="fee" />
4221 <text key="operator" text="Operator" />
4222 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
4223 <reference ref="wheelchair" />
4224 <check key="drinking_water" text="Drinking Water" />
4225 </optional>
4226 <preset_link preset_name="Changing table" />
4227 </item> <!-- Toilets/Restrooms -->
4228 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
4229 <link wiki="Tag:amenity=shower" />
4230 <space />
4231 <key key="amenity" value="shower" />
4232 <reference ref="POI_access" />
4233 <optional>
4234 <checkgroup columns="3">
4235 <check key="female" text="Female" text_context="restroom" />
4236 <check key="male" text="Male" text_context="restroom" />
4237 <check key="unisex" text="Unisex" text_context="restroom" />
4238 </checkgroup>
4239 <text key="description" text="Description" />
4240 <reference ref="fee" />
4241 <text key="operator" text="Operator" />
4242 <reference ref="oh_wheelchair" />
4243 </optional>
4244 </item> <!-- Shower -->
4245 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4246 <link wiki="Key:changing_table" />
4247 <space />
4248 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4249 <optional>
4250 <check key="changing_table:fee" text="Fee" />
4251 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4252 <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" />
4253 <text key="operator" text="Operator" />
4254 <reference ref="wheelchair" />
4255 </optional>
4256 </item> <!-- Changing table -->
4257 <separator/>
4258 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
4259 <link wiki="Tag:amenity=post_box" />
4260 <space />
4261 <key key="amenity" value="post_box" />
4262 <text key="operator" text="Operator" />
4263 <text key="ref" text="Reference number" />
4264 <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" />
4265 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
4266 <check key="drive_through" text="Drive through" />
4267 </item> <!-- Post Box -->
4268 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
4269 <link wiki="Tag:amenity=telephone" />
4270 <space />
4271 <key key="amenity" value="telephone" />
4272 <text key="operator" text="Operator" />
4273 <combo key="covered" text="Covered" values="yes,no,booth" />
4274 <space />
4275 <check key="payment:coins" text="Coins" />
4276 <check key="payment:notes" text="Notes" text_context="payment" />
4277 <check key="payment:telephone_cards" text="Telephone cards" />
4278 <preset_link preset_name="Payment Methods" />
4279 </item> <!-- Telephone -->
4280 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
4281 <link wiki="Tag:amenity=internet_cafe" />
4282 <space />
4283 <key key="amenity" value="internet_cafe" />
4284 <reference ref="name_operator_oh_wheelchair" />
4285 <reference ref="link_contact_address_payment" />
4286 </item> <!-- Internet Cafe -->
4287 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
4288 <link wiki="Key:internet_access" />
4289 <space />
4290 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4291 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
4292 </item> <!-- Internet Access -->
4293 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
4294 <link wiki="Tag:amenity=clock" />
4295 <key key="amenity" value="clock" />
4296 <optional>
4297 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
4298 <reference ref="support" />
4299 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
4300 <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" />
4301 <check key="date" text="Shows current date" />
4302 <check key="thermometer" text="Shows temperature" />
4303 <check key="barometer" text="Shows barometric pressure" />
4304 <check key="hygrometer" text="Shows humidity" />
4305 </optional>
4306 </item> <!-- Clock -->
4307 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
4308 <link wiki="Tag:amenity=photo_booth" />
4309 <space />
4310 <key key="amenity" value="photo_booth" />
4311 <reference ref="name_operator_oh_wheelchair" />
4312 </item> <!-- Photo booth -->
4313 <separator/>
4314 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
4315 <link wiki="Tag:amenity=recycling" />
4316 <space />
4317 <key key="amenity" value="recycling" />
4318 <key key="recycling_type" value="container" />
4319 <text key="operator" text="Operator" />
4320 <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" />
4321 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
4322 <space />
4323 <checkgroup columns="4">
4324 <check key="recycling:paper" text="Paper" />
4325 <check key="recycling:paper_packaging" text="Paper packaging" />
4326 <check key="recycling:cardboard" text="Cardboard" />
4327 <check key="recycling:newspaper" text="Newspaper" />
4328 <check key="recycling:magazines" text="Magazines" />
4329 <check key="recycling:books" text="Books" />
4330 <check key="recycling:plastic" text="Plastic" />
4331 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4332 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4333 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4334 <check key="recycling:glass" text="Glass" />
4335 <check key="recycling:glass_bottles" text="Glass Bottles" />
4336 <check key="recycling:cans" text="Cans" />
4337 <check key="recycling:clothes" text="Clothes" />
4338 <check key="recycling:shoes" text="Shoes" />
4339 <check key="recycling:scrap_metal" text="Scrap Metal" />
4340 <check key="recycling:wood" text="Wood" />
4341 <check key="recycling:green_waste" text="Green Waste" />
4342 <check key="recycling:waste" text="Waste" />
4343 <check key="recycling:batteries" text="Batteries" />
4344 <check key="recycling:small_appliances" text="Small Appliances" />
4345 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4346 </checkgroup>
4347 </item> <!-- Recycling Container-->
4348 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4349 <link wiki="Tag:amenity=recycling" />
4350 <space />
4351 <key key="amenity" value="recycling" />
4352 <key key="recycling_type" value="centre" />
4353 <reference ref="name_operator_oh_wheelchair" />
4354 <space />
4355 <checkgroup columns="4">
4356 <check key="recycling:paper" text="Paper" />
4357 <check key="recycling:paper_packaging" text="Paper packaging" />
4358 <check key="recycling:cardboard" text="Cardboard" />
4359 <check key="recycling:newspaper" text="Newspaper" />
4360 <check key="recycling:magazines" text="Magazines" />
4361 <check key="recycling:books" text="Books" />
4362 <check key="recycling:plastic" text="Plastic" />
4363 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4364 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
4365 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4366 <check key="recycling:glass" text="Glass" />
4367 <check key="recycling:glass_bottles" text="Glass Bottles" />
4368 <check key="recycling:cans" text="Cans" />
4369 <check key="recycling:clothes" text="Clothes" />
4370 <check key="recycling:shoes" text="Shoes" />
4371 <check key="recycling:scrap_metal" text="Scrap Metal" />
4372 <check key="recycling:wood" text="Wood" />
4373 <check key="recycling:green_waste" text="Green Waste" />
4374 <check key="recycling:waste" text="Waste" />
4375 <check key="recycling:batteries" text="Batteries" />
4376 <check key="recycling:small_appliances" text="Small Appliances" />
4377 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
4378 </checkgroup>
4379 <reference ref="link_contact_address_payment" />
4380 </item> <!-- Recycling Centre-->
4381 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
4382 <link wiki="Tag:amenity=waste_basket" />
4383 <key key="amenity" value="waste_basket" />
4384 <combo key="waste" text="Waste" values="trash,dog_excrement" />
4385 </item> <!-- Waste Basket/Trash Can -->
4386 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
4387 <link wiki="Tag:amenity=waste_disposal" />
4388 <key key="amenity" value="waste_disposal" />
4389 <combo key="waste" text="Waste" values="trash" />
4390 </item> <!-- Waste Disposal/Dumpster -->
4391 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
4392 <link wiki="Toilet_Holding_Tank_Disposal" />
4393 <space />
4394 <key key="amenity" value="sanitary_dump_station" />
4395 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4396 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4397 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
4398 <reference ref="POI_access" />
4399 <reference ref="fee" />
4400 <text key="operator" text="Operator" />
4401 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
4402 </item> <!-- Sanitary Dump Station -->
4403 <separator/>
4404 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
4405 <link wiki="Tag:amenity=bench" />
4406 <space />
4407 <key key="amenity" value="bench" />
4408 <check key="backrest" text="Backrest" />
4409 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
4410 <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" />
4411 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
4412 </item> <!-- Bench -->
4413 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
4414 <link wiki="Tag:amenity=shelter" />
4415 <space />
4416 <key key="amenity" value="shelter" />
4417 <text key="name" text="Name" />
4418 <check key="fireplace" text="Fireplace" />
4419 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
4420 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
4421 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
4422 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
4423 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
4424 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4425 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
4426 </combo>
4427 </item> <!-- Shelter -->
4428 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
4429 <link wiki="Tag:amenity=hunting_stand" />
4430 <space />
4431 <key key="amenity" value="hunting_stand" />
4432 <text key="height" text="Height (meters)" length="7" />
4433 <check key="shelter" text="Shelter" />
4434 <check key="hide" text="Hide" text_context="hunting stand" />
4435 <check key="lockable" text="Lockable" />
4436 </item> <!-- Hunting Stand -->
4437 <separator/>
4438 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
4439 <link wiki="Tag:amenity=drinking_water" />
4440 <space />
4441 <key key="amenity" value="drinking_water" />
4442 <check key="indoor" text="Indoor" />
4443 <optional>
4444 <text key="name" text="Name" />
4445 <text key="description" text="Description" />
4446 </optional>
4447 </item> <!-- Drinking Water -->
4448 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
4449 <link wiki="Tag:amenity=water_point" />
4450 <space />
4451 <key key="amenity" value="water_point" />
4452 <optional>
4453 <check key="drinking_water" text="Drinking Water" />
4454 <text key="name" text="Name" />
4455 <text key="description" text="Description" />
4456 </optional>
4457 </item> <!-- Water Point -->
4458 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
4459 <link wiki="Tag:amenity=watering_place" />
4460 <space />
4461 <key key="amenity" value="watering_place" />
4462 <optional>
4463 <text key="name" text="Name" />
4464 <text key="description" text="Description" />
4465 </optional>
4466 </item> <!-- Animal watering place -->
4467 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
4468 <link wiki="Tag:amenity=compressed_air" />
4469 <space />
4470 <key key="amenity" value="compressed_air" />
4471 <reference ref="name_ref_operator" />
4472 <reference ref="fee" />
4473 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
4474 </item> <!-- Compressed Air -->
4475 <separator/>
4476 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
4477 <link wiki="Tag:advertising=column" />
4478 <space />
4479 <key key="advertising" value="column" />
4480 <optional>
4481 <check key="lit" text="Lit" />
4482 </optional>
4483 </item> <!-- Advertising Column -->
4484 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
4485 <link wiki="Tag:advertising=billboard" />
4486 <space />
4487 <key key="advertising" value="billboard" />
4488 <optional>
4489 <check key="lit" text="Lit" />
4490 </optional>
4491 </item> <!-- Billboard -->
4492 </group> <!-- Facilities -->
4493 </group> <!-- Facilities -->
4494 <group name="Sports" icon="presets/sport/soccer.svg">
4495 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4496 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
4497 <link wiki="Tag:leisure=stadium" />
4498 <space />
4499 <key key="leisure" value="stadium" />
4500 <text key="name" text="Name" />
4501 <reference ref="sport" />
4502 <reference ref="link_contact_address_payment" />
4503 </item> <!-- Stadium -->
4504 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4505 <link wiki="Tag:leisure=sports_centre" />
4506 <space />
4507 <key key="leisure" value="sports_centre" />
4508 <text key="name" text="Name" />
4509 <reference ref="sport" />
4510 <reference ref="link_contact_address_payment" />
4511 <preset_link preset_name="Building" />
4512 </item> <!-- Sports Centre -->
4513 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
4514 <link wiki="Tag:leisure=fitness_centre" />
4515 <space />
4516 <key key="leisure" value="fitness_centre" />
4517 <text key="name" text="Name" />
4518 <reference ref="sport" />
4519 <reference ref="link_contact_address_payment" />
4520 <preset_link preset_name="Building" />
4521 </item> <!-- Fitness Centre -->
4522 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
4523 <link wiki="Tag:leisure=pitch" />
4524 <space />
4525 <key key="leisure" value="pitch" />
4526 <text key="name" text="Name" />
4527 <reference ref="sport" />
4528 <reference ref="sport_surface" />
4529 <reference ref="link_contact_address_payment" />
4530 </item> <!-- Pitch -->
4531 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4532 <link wiki="Tag:leisure=track" />
4533 <space />
4534 <key key="leisure" value="track" />
4535 <text key="name" text="Name" />
4536 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
4537 <reference ref="sport_surface" />
4538 </item> <!-- Racetrack -->
4539 <group name="Golf" icon="presets/sport/golf/golf.svg">
4540 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4541 <link wiki="Tag:leisure=golf_course" />
4542 <space />
4543 <key key="leisure" value="golf_course" />
4544 <reference ref="name_oh_wheelchair" />
4545 </item> <!-- Golf Course -->
4546 <separator/>
4547 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
4548 <link wiki="Tag:leisure=golf_course" />
4549 <space />
4550 <key key="golf" value="tee" />
4551 </item> <!-- Tee -->
4552 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
4553 <link wiki="Tag:leisure=golf_course" />
4554 <space />
4555 <key key="golf" value="hole" />
4556 <text key="ref" text="Reference" />
4557 <text key="par" text="Par" />
4558 <optional>
4559 <text key="name" text="Name" />
4560 <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" />
4561 </optional>
4562 </item> <!-- Hole -->
4563 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
4564 <link wiki="Tag:leisure=golf_course" />
4565 <space />
4566 <key key="golf" value="pin" />
4567 <text key="ref" text="Reference" />
4568 </item> <!-- Pin -->
4569 <separator/>
4570 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
4571 <link wiki="Tag:golf=bunker" />
4572 <space />
4573 <key key="golf" value="bunker" />
4574 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
4575 </item> <!-- Bunker -->
4576 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
4577 <link wiki="Tag:leisure=golf_course" />
4578 <space />
4579 <key key="golf" value="water_hazard" />
4580 <key key="natural" value="water" match="keyvalue" />
4581 </item> <!-- Frontal Water hazard -->
4582 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
4583 <link wiki="Tag:leisure=golf_course" />
4584 <space />
4585 <key key="golf" value="lateral_water_hazard" />
4586 <key key="natural" value="water" match="keyvalue" />
4587 </item> <!-- Lateral water hazard -->
4588 <separator/>
4589 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
4590 <link wiki="Tag:leisure=golf_course" />
4591 <space />
4592 <key key="golf" value="green" />
4593 </item> <!-- Green -->
4594 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
4595 <link wiki="Tag:golf=fairway" />
4596 <space />
4597 <key key="golf" value="fairway" />
4598 <key key="surface" value="grass" match="keyvalue" />
4599 </item> <!-- Fairway -->
4600 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
4601 <link wiki="Tag:leisure=golf_course" />
4602 <space />
4603 <key key="golf" value="rough" />
4604 </item> <!-- Rough -->
4605 <separator/>
4606 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
4607 <link wiki="Tag:leisure=golf_course" />
4608 <space />
4609 <key key="golf" value="driving_range" />
4610 </item> <!-- Driving range -->
4611 </group> <!-- Golf -->
4612 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4613 <link wiki="Tag:leisure=miniature_golf" />
4614 <space />
4615 <key key="leisure" value="miniature_golf" />
4616 <reference ref="name_oh_wheelchair" />
4617 </item> <!-- Miniature Golf -->
4618 </group> <!-- Sport Facilities -->
4619 <group name="Sport" icon="presets/sport/multi.svg">
4620 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
4621 <link wiki="Tag:sport=multi" />
4622 <space />
4623 <key key="sport" value="multi" />
4624 <text key="name" text="Name" />
4625 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
4626 <reference ref="sport_surface" />
4627 </item> <!-- Multi -->
4628 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4629 <link wiki="Tag:sport=9pin" />
4630 <space />
4631 <key key="sport" value="9pin" />
4632 <text key="name" text="Name" />
4633 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4634 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4635 </item> <!-- Nine-pin Bowling -->
4636 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
4637 <link wiki="Tag:sport=10pin" />
4638 <space />
4639 <key key="sport" value="10pin" />
4640 <text key="name" text="Name" />
4641 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4642 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
4643 </item> <!-- Ten-pin Bowling -->
4644 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
4645 <link wiki="Tag:sport=archery" />
4646 <space />
4647 <key key="sport" value="archery" />
4648 <text key="name" text="Name" />
4649 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4650 </item> <!-- Archery -->
4651 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4652 <link wiki="Tag:sports=athletics" />
4653 <space />
4654 <key key="sport" value="athletics" />
4655 <text key="name" text="Name" />
4656 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
4657 <reference ref="sport_surface" />
4658 </item> <!-- Track and Field Athletics -->
4659 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
4660 <link wiki="Tag:sport=running" />
4661 <space />
4662 <key key="sport" value="running" />
4663 <reference ref="name_operator" />
4664 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
4665 <reference ref="sport_surface" />
4666 </item> <!-- Running -->
4667 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4668 <link wiki="Tag:sport=climbing" />
4669 <space />
4670 <key key="sport" value="climbing" />
4671 <text key="name" text="Name" />
4672 <combo key="leisure" text="Type" values="sports_centre" />
4673 <reference ref="climbing_styles" />
4674 <text key="climbing:routes" text="Number of routes" />
4675 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
4676 <space />
4677 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4678 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4679 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4680 <space />
4681 <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" />
4682 <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" />
4683 <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" />
4684 <space />
4685 <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" />
4686 <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" />
4687 <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" />
4688 <space />
4689 <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" />
4690 <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" />
4691 <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" />
4692 <reference ref="climbing_optional_attributes" />
4693 <space />
4694 </item> <!-- Climbing site -->
4695 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
4696 <link wiki="Tag:sport=climbing" />
4697 <space />
4698 <key key="sport" value="climbing" />
4699 <key key="climbing" value="route" />
4700 <text key="name" text="Name" />
4701 <reference ref="climbing_styles" />
4702 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4703 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4704 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4705 <space />
4706 <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" />
4707 <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" />
4708 <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" />
4709 <reference ref="climbing_optional_attributes" />
4710 </item> <!-- Climbing route -->
4711 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4712 <link wiki="Tag:sport=canoe" />
4713 <space />
4714 <key key="sport" value="canoe" />
4715 <text key="name" text="Name" />
4716 </item> <!-- Canoeing/Kayaking -->
4717 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4718 <link wiki="Tag:sport=rowing" />
4719 <space />
4720 <key key="sport" value="rowing" />
4721 <text key="name" text="Name" />
4722 </item> <!-- Rowing -->
4723 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
4724 <link wiki="Tag:sport=cycling" />
4725 <space />
4726 <key key="sport" value="cycling" />
4727 <text key="name" text="Name" />
4728 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4729 <reference ref="sport_surface" />
4730 </item> <!-- Cycling -->
4731 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4732 <link wiki="Tag:sport=dog_racing" />
4733 <space />
4734 <key key="sport" value="dog_racing" />
4735 <text key="name" text="Name" />
4736 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
4737 <reference ref="sport_surface" />
4738 </item> <!-- Dog Racing -->
4739 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
4740 <link wiki="Tag:sport=equestrian" />
4741 <space />
4742 <key key="sport" value="equestrian" />
4743 <text key="name" text="Name" />
4744 <reference ref="riding_surface" />
4745 </item> <!-- Equestrian -->
4746 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
4747 <link wiki="Tag:sport=horse_racing" />
4748 <space />
4749 <key key="sport" value="horse_racing" />
4750 <text key="name" text="Name" />
4751 <reference ref="riding_surface" />
4752 </item> <!-- Horse Racing -->
4753 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
4754 <link wiki="Tag:sport=gymnastics" />
4755 <space />
4756 <key key="sport" value="gymnastics" />
4757 <text key="name" text="Name" />
4758 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
4759 </item> <!-- Gymnastics -->
4760 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4761 <link wiki="Tag:sport=ice_skating" />
4762 <space />
4763 <key key="sport" value="ice_skating" />
4764 <text key="name" text="Name" />
4765 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
4766 </item> <!-- Ice Skating -->
4767 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
4768 <link wiki="Tag:sport=roller_skating"/>
4769 <space />
4770 <key key="sport" value="roller_skating" />
4771 <text key="name" text="Name" />
4772 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4773 <combo key="surface" text="Surface" values="asphalt,concrete" />
4774 </item> <!-- Roller Skating -->
4775 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
4776 <link wiki="Tag:sport=skateboard" />
4777 <space />
4778 <key key="sport" value="skateboard" />
4779 <text key="name" text="Name" />
4780 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
4781 <combo key="surface" text="Surface" values="asphalt,concrete" />
4782 </item> <!-- Skateboard -->
4783 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
4784 <link wiki="Tag:sport=swimming" />
4785 <space />
4786 <key key="sport" value="swimming" />
4787 <text key="name" text="Name" />
4788 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
4789 </item> <!-- Swimming -->
4790 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
4791 <link wiki="Tag:sport=scuba_diving" />
4792 <space />
4793 <key key="sport" value="scuba_diving" />
4794 <text key="name" text="Name" />
4795 </item> <!-- Scuba Diving -->
4796 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
4797 <link wiki="Piste_Maps" />
4798 <space />
4799 <text key="name" text="Name" />
4800 <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"/>
4801 <optional>
4802 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
4803 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
4804 </optional>
4805 </item> <!-- Skiing -->
4806 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
4807 <link wiki="Tag:sport=shooting" />
4808 <space />
4809 <key key="sport" value="shooting" />
4810 <text key="name" text="Name" />
4811 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4812 </item> <!-- Shooting -->
4813 </group> <!-- Sport -->
4814 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
4815 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4816 <link wiki="Tag:sport=soccer" />
4817 <space />
4818 <key key="sport" value="soccer" />
4819 <reference ref="name_leisure_pitch" />
4820 <reference ref="sport_surface" />
4821 </item> <!-- Soccer -->
4822 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4823 <link wiki="Tag:sport=australian_football" />
4824 <space />
4825 <key key="sport" value="australian_football" />
4826 <reference ref="name_leisure_pitch" />
4827 <reference ref="sport_surface" />
4828 </item> <!-- Australian Football -->
4829 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4830 <link wiki="Tag:sport=american_football" />
4831 <space />
4832 <key key="sport" value="american_football" />
4833 <reference ref="name_leisure_pitch" />
4834 <reference ref="sport_surface" />
4835 </item> <!-- American Football -->
4836 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4837 <link wiki="Tag:sport=canadian_football" />
4838 <space />
4839 <key key="sport" value="canadian_football" />
4840 <reference ref="name_leisure_pitch" />
4841 <reference ref="sport_surface" />
4842 </item> <!-- Canadian Football -->
4843 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
4844 <link wiki="Tag:sport=gaelic_games" />
4845 <space />
4846 <key key="sport" value="gaelic_games" />
4847 <reference ref="name_leisure_pitch" />
4848 <reference ref="sport_surface" />
4849 <optional>
4850 <check key="gaelic_games:hurling" text="Hurling" />
4851 <check key="gaelic_games:football" text="Football" />
4852 <check key="gaelic_games:camogie" text="Camogie" />
4853 <check key="gaelic_games:rounders" text="Rounders" />
4854 <check key="gaelic_games:handball" text="Handball" />
4855 </optional>
4856 </item> <!-- Gaelic Games -->
4857 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4858 <link wiki="Tag:sport=rugby_league" />
4859 <space />
4860 <key key="sport" value="rugby_league" />
4861 <reference ref="name_leisure_pitch" />
4862 <reference ref="sport_surface" />
4863 </item> <!-- Rugby League -->
4864 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
4865 <link wiki="Tag:sport=rugby_union" />
4866 <space />
4867 <key key="sport" value="rugby_union" />
4868 <reference ref="name_leisure_pitch" />
4869 <reference ref="sport_surface" />
4870 </item> <!-- Rugby Union -->
4871 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4872 <link wiki="Tag:sport=baseball" />
4873 <space />
4874 <key key="sport" value="baseball" />
4875 <reference ref="name_leisure_pitch" />
4876 <reference ref="sport_surface" />
4877 </item> <!-- Baseball -->
4878 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4879 <link wiki="Tag:sport=basketball" />
4880 <space />
4881 <key key="sport" value="basketball" />
4882 <reference ref="name_leisure_pitch" />
4883 <reference ref="sport_surface" />
4884 <combo key="hoops" text="Hoops" values="1,2,3,4" />
4885 </item> <!-- Basketball -->
4886 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4887 <link wiki="Tag:sport=handball" />
4888 <space />
4889 <key key="sport" value="handball" />
4890 <reference ref="name_operator" />
4891 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4892 <reference ref="sport_surface" />
4893 </item> <!-- Handball -->
4894 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4895 <link wiki="Tag:sport=volleyball" />
4896 <space />
4897 <key key="sport" value="volleyball" />
4898 <reference ref="name_operator" />
4899 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4900 <reference ref="sport_surface" />
4901 </item> <!-- Volleyball -->
4902 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4903 <link wiki="Tag:sport=beachvolleyball" />
4904 <space />
4905 <key key="sport" value="beachvolleyball" />
4906 <reference ref="name_operator" />
4907 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4908 </item> <!-- Beach Volleyball -->
4909 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
4910 <link wiki="Tag:sport=billiards" />
4911 <space />
4912 <key key="sport" value="billiards" />
4913 <reference ref="name_operator" />
4914 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4915 </item> <!-- Billiards -->
4916 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
4917 <link wiki="Tag:sport=golf" />
4918 <space />
4919 <key key="sport" value="golf" />
4920 <text key="name" text="Name" />
4921 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
4922 </item> <!-- Golf -->
4923 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4924 <link wiki="Tag:sport=boules" />
4925 <space />
4926 <key key="sport" value="boules" />
4927 <reference ref="name_leisure_pitch" />
4928 <reference ref="sport_surface" />
4929 </item> <!-- Boule -->
4930 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
4931 <link wiki="Tag:sport=bowls" />
4932 <space />
4933 <key key="sport" value="bowls" />
4934 <reference ref="name_leisure_pitch" />
4935 <reference ref="sport_surface" />
4936 </item> <!-- Lawn Bowling -->
4937 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
4938 <link wiki="Tag:sport=cricket" />
4939 <space />
4940 <key key="sport" value="cricket" />
4941 <reference ref="name_leisure_pitch" />
4942 <reference ref="sport_surface" />
4943 </item> <!-- Cricket -->
4944 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
4945 <link wiki="Tag:sport=croquet" />
4946 <space />
4947 <key key="sport" value="croquet" />
4948 <reference ref="name_leisure_pitch" />
4949 <reference ref="sport_surface" />
4950 </item> <!-- Croquet -->
4951 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4952 <link wiki="Tag:sport=field_hockey" />
4953 <space />
4954 <key key="sport" value="field_hockey" />
4955 <text key="name" text="Name" />
4956 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4957 <reference ref="sport_surface" />
4958 </item> <!-- Field Hockey -->
4959 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
4960 <link wiki="Tag:sport=ice_hockey" />
4961 <space />
4962 <key key="sport" value="ice_hockey" />
4963 <text key="name" text="Name" />
4964 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
4965 </item> <!-- Ice Hockey -->
4966 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
4967 <link wiki="Tag:sport=pelota" />
4968 <space />
4969 <key key="sport" value="pelota" />
4970 <reference ref="name_leisure_pitch" />
4971 <reference ref="sport_surface" />
4972 </item> <!-- Pelota -->
4973 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
4974 <link wiki="Tag:sport=racquet" />
4975 <space />
4976 <key key="sport" value="racquet" />
4977 <text key="name" text="Name" />
4978 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4979 <reference ref="sport_surface" />
4980 </item> <!-- Racquetball -->
4981 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4982 <link wiki="Tag:sport=table_tennis" />
4983 <space />
4984 <key key="sport" value="table_tennis" />
4985 <text key="name" text="Name" />
4986 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
4987 </item> <!-- Table Tennis/Ping-Pong -->
4988 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
4989 <link wiki="Tag:sport=tennis" />
4990 <space />
4991 <key key="sport" value="tennis" />
4992 <reference ref="name_leisure_pitch" />
4993 <reference ref="sport_surface" />
4994 </item> <!-- Tennis -->
4995 </group> <!-- Sport (Ball) -->
4996 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
4997 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
4998 <link wiki="Tag:sport=motor" />
4999 <space />
5000 <key key="sport" value="motor" />
5001 <text key="name" text="Name" />
5002 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
5003 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5004 </item> <!-- Motorsport -->
5005 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
5006 <link wiki="Tag:sport=karting" />
5007 <space />
5008 <key key="sport" value="karting" />
5009 <text key="name" text="Name" />
5010 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5011 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5012 </item> <!-- Kart Racing -->
5013 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
5014 <link wiki="Tag:sport=motocross" />
5015 <space />
5016 <key key="sport" value="motocross" />
5017 <text key="name" text="Name" />
5018 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5019 </item> <!-- Motocross -->
5020 <separator/>
5021 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
5022 <link wiki="Tag:sport=model_aerodrome" />
5023 <space />
5024 <key key="sport" value="model_aerodrome" />
5025 <text key="name" text="Name" />
5026 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
5027 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5028 </item> <!-- Model Aerodrome -->
5029 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
5030 <link wiki="Tag:sport=rc_car" />
5031 <space />
5032 <key key="sport" value="rc_car" />
5033 <text key="name" text="Name" />
5034 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
5035 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
5036 </item> <!-- RC Car -->
5037 </group> <!-- Motorsport -->
5038 </group> <!-- Sports -->
5039 <group name="Man Made" icon="presets/landmark/works.svg">
5040 <group name="Man Made" icon="presets/landmark/works.svg">
5041 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5042 <link wiki="Key:building" />
5043 <space />
5044 <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" />
5045 <optional>
5046 <text key="name" text="Name" />
5047 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5048 <text key="height" text="Height (meters)" length="7" />
5049 </optional>
5050 <preset_link preset_name="Address" />
5051 </item> <!-- Building -->
5052 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
5053 <link wiki="Key:building" />
5054 <space />
5055 <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" />
5056 <optional>
5057 <text key="name" text="Name" />
5058 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5059 <text key="height" text="Height (meters)" length="7" />
5060 </optional>
5061 <preset_link preset_name="Address" />
5062 </item> <!-- Residential Building -->
5063 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
5064 <link wiki="Key:building:part" />
5065 <space />
5066 <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" />
5067 <text key="name" text="Name" />
5068 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5069 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
5070 <text key="height" text="Height (meters)" length="7" />
5071 <text key="min_height" text="Skipped height (meters)" />
5072 </item> <!-- Building part -->
5073 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
5074 <link wiki="Key:entrance" />
5075 <space />
5076 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
5077 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5078 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5079 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5080 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5081 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5082 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
5083 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
5084 </combo>
5085 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
5086 <reference ref="wheelchair" />
5087 <optional>
5088 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
5089 <text key="ref" text="Entrance number" />
5090 <text key="addr:flats" text="Flat numbers" />
5091 </optional>
5092 </item> <!-- Entrance -->
5093 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5094 <link wiki="Key:police" />
5095 <space />
5096 <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" />
5097 <optional>
5098 <text key="name" text="Name" />
5099 <text key="operator" text="Operator" />
5100 </optional>
5101 <reference ref="link_contact_address" />
5102 </item> <!-- Non-public police facility -->
5103 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5104 <link wiki="Tag:man_made=mast" />
5105 <space />
5106 <key key="man_made" value="mast" />
5107 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5108 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5109 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5110 <list_entry value="monitoring" />
5111 <list_entry value="radar" />
5112 <list_entry value="siren" />
5113 </combo>
5114 <optional>
5115 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5116 <reference ref="name_ref_operator" />
5117 <text key="height" text="Height (meters)" length="7" />
5118 <text key="ele" text="Elevation (meters)" length="10" />
5119 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5120 <reference ref="POI_access" />
5121 </optional>
5122 <preset_link preset_name="Tower" text="Similar but different tags:" />
5123 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5124 </item> <!-- Mast -->
5125 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5126 <link wiki="Tag:man_made=tower" />
5127 <space />
5128 <key key="man_made" value="tower" />
5129 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5130 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5131 <list_entry value="communication" icon="presets/tower/communication.svg" />
5132 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5133 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5134 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5135 <list_entry value="minaret" />
5136 <list_entry value="observation" icon="presets/tower/observation.svg" />
5137 <list_entry value="radar" />
5138 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5139 </combo>
5140 <optional>
5141 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5142 <reference ref="name_ref_operator" />
5143 <text key="height" text="Height (meters)" length="7" />
5144 <text key="ele" text="Elevation (meters)" length="10" />
5145 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5146 <reference ref="POI_access" />
5147 <reference ref="oh" />
5148 <reference ref="fee_interval" />
5149 <space />
5150 </optional>
5151 <preset_link preset_name="Mast" text="Similar but different tags:" />
5152 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5153 <reference ref="link_contact_address" />
5154 </item> <!-- Tower -->
5155 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5156 <link wiki="Tag:man_made=communications_tower" />
5157 <space />
5158 <label text="Big communication tower, usually higher than 100 meters." />
5159 <key key="man_made" value="communications_tower" />
5160 <optional>
5161 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5162 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5163 <reference ref="name_ref_operator" />
5164 <text key="height" text="Height (meters)" length="7" />
5165 <text key="ele" text="Elevation (meters)" length="10" />
5166 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5167 <reference ref="POI_access" />
5168 <reference ref="oh" />
5169 <reference ref="fee_interval" />
5170 </optional>
5171 <preset_link preset_name="Mast" text="Similar but different tags:" />
5172 <preset_link preset_name="Tower" text="Similar but different tags:" />
5173 <reference ref="link_contact_address" />
5174 </item> <!-- Big Communication Tower -->
5175 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
5176 <link wiki="Tag:man_made=flagpole" />
5177 <key key="man_made" value="flagpole" />
5178 </item> <!-- Flagpole -->
5179 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
5180 <link wiki="Tag:man_made=cross" />
5181 <key key="man_made" value="cross" />
5182 </item> <!-- Cross -->
5183 <separator/>
5184 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5185 <link wiki="Tag:man_made=works" />
5186 <space />
5187 <key key="man_made" value="works" />
5188 <text key="name" text="Name" />
5189 </item> <!-- Works -->
5190 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
5191 <link wiki="Tag:man_made=chimney" />
5192 <space />
5193 <key key="man_made" value="chimney" />
5194 <reference ref="name_operator" />
5195 <text key="height" text="Height (meters)" length="7" />
5196 </item> <!-- Chimney -->
5197 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
5198 <link wiki="Tag:man_made=kiln" />
5199 <space />
5200 <key key="man_made" value="kiln" />
5201 <reference ref="name_operator" />
5202 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5203 </item> <!-- Kiln -->
5204 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
5205 <link wiki="Tag:man_made=windmill" />
5206 <space />
5207 <key key="man_made" value="windmill" />
5208 <text key="name" text="Name" />
5209 </item> <!-- Windmill -->
5210 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
5211 <link wiki="Tag:man_made=gasometer" />
5212 <space />
5213 <key key="man_made" value="gasometer" />
5214 <optional>
5215 <reference ref="name_operator" />
5216 <combo key="building" text="Building" values="gasometer" values_context="building" />
5217 <text key="height" text="Height (meters)" length="7" />
5218 </optional>
5219 </item> <!-- Gasometer -->
5220 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
5221 <link wiki="Tag:man_made=silo" />
5222 <space />
5223 <key key="man_made" value="silo" />
5224 <optional>
5225 <reference ref="name_operator" />
5226 <combo key="building" text="Building" values="silo" values_context="building" />
5227 <text key="height" text="Height (meters)" length="7" />
5228 </optional>
5229 </item> <!-- Silo -->
5230 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
5231 <link wiki="Tag:man_made=storage_tank" />
5232 <key key="man_made" value="storage_tank" />
5233 <optional>
5234 <reference ref="name_operator" />
5235 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5236 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5237 <text key="height" text="Height (meters)" length="7" />
5238 </optional>
5239 </item> <!-- Storage Tank -->
5240 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
5241 <link wiki="Tag:man_made=bunker_silo" />
5242 <space />
5243 <key key="man_made" value="bunker_silo" />
5244 <optional>
5245 <reference ref="name_operator" />
5246 </optional>
5247 </item> <!-- Bunker Silo -->
5248 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
5249 <link wiki="Tag:man_made=crane" />
5250 <space />
5251 <key key="man_made" value="crane" />
5252 <optional>
5253 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5254 <reference ref="name_operator" />
5255 </optional>
5256 </item> <!-- Crane -->
5257 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5258 <link wiki="Tag:man_made=goods_conveyor" />
5259 <space />
5260 <key key="man_made" value="goods_conveyor" />
5261 <optional>
5262 <reference ref="name_operator" />
5263 <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" />
5264 <checkgroup columns="3">
5265 <check key="covered" text="Covered" />
5266 <check key="bridge" text="Bridge" disable_off="true" />
5267 <check key="tunnel" text="Tunnel" disable_off="true" />
5268 </checkgroup>
5269 </optional>
5270 </item> <!-- Goods conveyor -->
5271 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
5272 <link wiki="Tag:man_made=mineshaft" />
5273 <space />
5274 <key key="man_made" value="mineshaft" />
5275 <text key="name" text="Name" />
5276 <combo key="mineshaft_type" text="Function" values="winding,air" />
5277 <text key="depth" text="Depth in meters" />
5278 <text key="operator" text="Operator" />
5279 <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" />
5280 <check key="headframe" text="Visible Headframe" />
5281 <check key="disused" text="Disused" />
5282 </item> <!-- Mineshaft -->
5283 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
5284 <link wiki="Tag:man_made=adit" />
5285 <space />
5286 <key key="man_made" value="adit" />
5287 <text key="name" text="Name" />
5288 <text key="length" text="Length in meters" />
5289 <text key="operator" text="Operator" />
5290 <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" />
5291 <check key="disused" text="Disused" />
5292 </item> <!-- Adit -->
5293 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
5294 <link wiki="Tag:man_made=embankment" />
5295 <space />
5296 <key key="man_made" value="embankment" />
5297 </item> <!-- Embankment -->
5298 <separator/>
5299 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
5300 <link wiki="Tag:man_made=pipeline" />
5301 <space />
5302 <key key="man_made" value="pipeline" />
5303 <text key="name" text="Name" />
5304 <text key="ref" text="Reference" />
5305 <reference ref="operator_substance" />
5306 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
5307 <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" />
5308 <text key="pressure" text="Pressure (bar)" />
5309 </item> <!-- Pipeline -->
5310 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5311 <link wiki="Tag:pipeline=substation" />
5312 <space />
5313 <key key="pipeline" value="substation" />
5314 <text key="name" text="Name" />
5315 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5316 <text key="ref" text="Reference" />
5317 <reference ref="operator_substance" />
5318 </item> <!-- Pipeline Substation -->
5319 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
5320 <link wiki="Tag:pipeline=valve" />
5321 <space />
5322 <key key="pipeline" value="valve" />
5323 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
5324 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
5325 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5326 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
5327 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
5328 <reference ref="ref_operator" />
5329 </item> <!-- Pipeline Valve -->
5330 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5331 <link wiki="Key:marker" />
5332 <space />
5333 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
5334 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5335 <optional>
5336 <reference ref="ref_operator" />
5337 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5338 <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" />
5339 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5340 </optional>
5341 </item> <!-- Marker -->
5342 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5343 <link wiki="Key:manhole" />
5344 <space />
5345 <key key="man_made" value="manhole" />
5346 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5347 <reference ref="ref_operator" />
5348 </item> <!-- Manhole -->
5349 <separator/>
5350 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
5351 <link wiki="Tag:man_made=water_tower" />
5352 <space />
5353 <key key="man_made" value="water_tower" />
5354 <optional>
5355 <reference ref="name_operator" />
5356 <text key="height" text="Height (meters)" length="7" />
5357 </optional>
5358 </item> <!-- Water Tower -->
5359 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
5360 <link wiki="Tag:man_made=water_works" />
5361 <space />
5362 <key key="man_made" value="water_works" />
5363 <reference ref="name_operator" />
5364 </item> <!-- Water Works -->
5365 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
5366 <link wiki="Tag:man_made=wastewater_plant" />
5367 <space />
5368 <key key="man_made" value="wastewater_plant" />
5369 <text key="name" text="Name" />
5370 </item> <!-- Wastewater Treatment Plant -->
5371 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
5372 <link wiki="Tag:man_made=watermill" />
5373 <space />
5374 <key key="man_made" value="watermill" />
5375 <text key="name" text="Name" />
5376 </item> <!-- Watermill -->
5377 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
5378 <link wiki="Tag:amenity=fountain" />
5379 <space />
5380 <key key="amenity" value="fountain" />
5381 <optional>
5382 <text key="name" text="Name" />
5383 <check key="drinking_water" text="Drinking Water" />
5384 </optional>
5385 </item> <!-- Fountain -->
5386 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
5387 <link wiki="Tag:man_made=water_well" />
5388 <space />
5389 <key key="man_made" value="water_well" />
5390 <optional>
5391 <text key="name" text="Name" />
5392 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5393 </optional>
5394 </item> <!-- Water Well -->
5395 <separator/>
5396 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
5397 <link wiki="Tag:man_made=lighthouse" />
5398 <space />
5399 <key key="man_made" value="lighthouse" />
5400 <text key="name" text="Name" />
5401 </item> <!-- Lighthouse -->
5402 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
5403 <link wiki="Tag:man_made=beacon" />
5404 <space />
5405 <key key="man_made" value="beacon" />
5406 <text key="name" text="Name" />
5407 </item> <!-- Beacon -->
5408 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
5409 <link wiki="Tag:highway=street_lamp" />
5410 <space />
5411 <key key="highway" value="street_lamp" />
5412 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5413 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
5414 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
5415 </item> <!-- Street Lamp -->
5416 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
5417 <link wiki="Tag:man_made=street_cabinet" />
5418 <key key="man_made" value="street_cabinet" />
5419 <optional>
5420 <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" />
5421 <reference ref="ref_operator" />
5422 <text key="manufacturer" text="Manufacturer" />
5423 <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" />
5424 </optional>
5425 </item> <!-- Street cabinet -->
5426 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
5427 <link wiki="Tag:man_made=monitoring_station" />
5428 <space />
5429 <key key="man_made" value="monitoring_station" />
5430 <reference ref="name_operator" />
5431 <label text="Monitoring:" />
5432 <checkgroup columns="3">
5433 <check key="monitoring:water_level" text="Water level" />
5434 <check key="monitoring:tide_gauge" text="Tide Level" />
5435 <check key="monitoring:groundwater" text="Groundwater" />
5436 <check key="monitoring:traffic" text="Traffic" />
5437 <check key="monitoring:air_quality" text="Air Quality" />
5438 <check key="monitoring:noise" text="Noise" />
5439 <check key="monitoring:gps" text="GPS Signals" />
5440 <check key="monitoring:glonass" text="GLONASS Signals" />
5441 <check key="monitoring:galileo" text="Galileo Signals" />
5442 <check key="monitoring:weather" text="Weather" />
5443 <check key="monitoring:radiation" text="Radiation" />
5444 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5445 </checkgroup>
5446 <label text="Recording:" />
5447 <checkgroup columns="3">
5448 <check key="recording:automated" text="Automated" />
5449 <check key="recording:manually" text="Manually" />
5450 <check key="recording:remote" text="Remote" />
5451 </checkgroup>
5452 <label text="Display:" />
5453 <checkgroup columns="2">
5454 <check key="display:analog" text="Analog" />
5455 <check key="display:digital" text="Digital" />
5456 </checkgroup>
5457 </item> <!-- Monitoring Station -->
5458 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
5459 <link wiki="Tag:man_made=survey_point" />
5460 <space />
5461 <key key="man_made" value="survey_point" />
5462 <reference ref="name_ref" />
5463 <text key="ele" text="Elevation (meters)" length="10" />
5464 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
5465 </item> <!-- Survey Point -->
5466 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
5467 <link wiki="Tag:man_made=surveillance" />
5468 <space />
5469 <key key="man_made" value="surveillance" />
5470 <key key="surveillance:type" value="camera" />
5471 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5472 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5473 <text key="operator" text="Operator" />
5474 <optional>
5475 <text key="name" text="Name" />
5476 <text key="ref" text="Reference" />
5477 </optional>
5478 <space />
5479 <label text="Camera" />
5480 <space />
5481 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5482 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5483 <optional>
5484 <text key="camera:direction" text="Direction in degrees" match="key" />
5485 <text key="camera:angle" text="Inclination in degrees" match="key" />
5486 <text key="height" text="Height (meters)" length="7" />
5487 </optional>
5488 </item> <!-- Surveillance Camera -->
5489 </group> <!-- Man Made -->
5490 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
5491 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
5492 <link wiki="Key:bridge" />
5493 <space />
5494 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
5495 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
5496 <reference ref="optional_bridge" />
5497 </item> <!-- Bridge -->
5498 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
5499 <link wiki="Key:bridge:movable" />
5500 <space />
5501 <key key="bridge" value="movable" />
5502 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
5503 <reference ref="optional_bridge" />
5504 </item> <!-- Movable Bridge -->
5505 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
5506 <link wiki="Key:bridge:support" />
5507 <space />
5508 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
5509 </item> <!-- Bridge Support -->
5510 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
5511 <link wiki="Tag:man_made=bridge" />
5512 <space />
5513 <key key="man_made" value="bridge" />
5514 <optional>
5515 <reference ref="name_layer" />
5516 </optional>
5517 </item> <!-- Bridge outline -->
5518 </group> <!-- Bridges -->
5519 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5520 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
5521 <link wiki="Tag:military=airfield" />
5522 <space />
5523 <key key="military" value="airfield" match="keyvalue!" />
5524 <reference ref="aerodrome" />
5525 </item> <!-- Airfield -->
5526 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
5527 <link wiki="Tag:military=barracks" />
5528 <space />
5529 <key key="military" value="barracks" />
5530 </item> <!-- Barracks -->
5531 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
5532 <link wiki="Tag:military=bunker" />
5533 <space />
5534 <key key="military" value="bunker" />
5535 <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
5536 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
5537 <text key="name" text="Name" />
5538 <check key="historic" text="Historic" />
5539 <check key="ruins" text="Ruins" />
5540 </item> <!-- Bunker -->
5541 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
5542 <link wiki="Tag:military=range" />
5543 <space />
5544 <key key="military" value="range" />
5545 </item> <!-- Range -->
5546 </group> <!-- Military -->
5547 <group name="Power" icon="presets/power/power.svg">
5548 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
5549 <link wiki="Tag:power=plant" />
5550 <space />
5551 <key key="power" value="plant" />
5552 <reference ref="name_ref_operator" />
5553 <text key="start_date" text="Start date" />
5554 <optional text="Output forms of energy (optional):">
5555 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5556 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5557 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5558 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5559 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5560 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5561 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5562 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5563 <space />
5564 <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" />
5565 </optional>
5566 </item> <!-- Power Plant -->
5567 <group name="Power Generator" icon="presets/power/generator.svg">
5568 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5569 <key key="generator:source" value="biofuel" />
5570 <reference ref="power_generator" />
5571 <key key="generator:method" value="combustion" />
5572 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5573 <reference ref="power_output" />
5574 </item> <!-- Power Generator -->
5575 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5576 <key key="generator:source" value="biogas" />
5577 <reference ref="power_generator" />
5578 <key key="generator:method" value="combustion" />
5579 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5580 <reference ref="power_output" />
5581 </item> <!-- Biogas Power Generator -->
5582 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
5583 <key key="generator:source" value="biomass" />
5584 <reference ref="power_generator" />
5585 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5586 <combo key="generator:type" text="Generator Type" values_searchable="true">
5587 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5588 <list_entry value="pyrolysis" short_description="" />
5589 <list_entry value="steam_generator" short_description="combustion" />
5590 <list_entry value="steam_turbine" short_description="combustion" />
5591 </combo>
5592 <reference ref="power_output" />
5593 </item> <!-- Biomass Power Generator -->
5594 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5595 <key key="generator:source" value="coal" />
5596 <reference ref="power_generator" />
5597 <key key="generator:method" value="combustion" />
5598 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5599 <reference ref="power_output" />
5600 </item> <!-- Coal Power Generator -->
5601 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
5602 <key key="generator:source" value="gas" />
5603 <reference ref="power_generator" />
5604 <key key="generator:method" value="combustion" />
5605 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5606 <reference ref="power_output" />
5607 </item> <!-- Gas Power Generator -->
5608 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5609 <key key="generator:source" value="oil" />
5610 <reference ref="power_generator" />
5611 <key key="generator:method" value="combustion" />
5612 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5613 <reference ref="power_output" />
5614 </item> <!-- Oil Power Generator -->
5615 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5616 <key key="generator:source" value="diesel" />
5617 <reference ref="power_generator" />
5618 <key key="generator:method" value="combustion" />
5619 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5620 <reference ref="power_output" />
5621 </item> <!-- Diesel Power Generator -->
5622 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
5623 <key key="generator:source" value="gasoline" />
5624 <reference ref="power_generator" />
5625 <key key="generator:method" value="combustion" />
5626 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5627 <reference ref="power_output" />
5628 </item> <!-- Gasoline Power Generator -->
5629 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
5630 <key key="generator:source" value="nuclear" />
5631 <reference ref="power_generator" />
5632 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5633 <combo key="generator:type" text="Generator Type" values_searchable="true">
5634 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5635 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5636 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5637 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5638 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5639 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5640 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5641 <list_entry value="cold-fusion" short_description="fusion" />
5642 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5643 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5644 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5645 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5646 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5647 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5648 <list_entry value="stellarator" short_description="fusion" />
5649 <list_entry value="tokamak" short_description="fusion" />
5650 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5651 </combo>
5652 <reference ref="power_output" />
5653 </item> <!-- Nuclear Reactor -->
5654 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
5655 <key key="generator:source" value="solar" />
5656 <reference ref="power_generator" />
5657 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5658 <combo key="generator:type" text="Generator Type" values_searchable="true">
5659 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5660 <list_entry value="solar_thermal_collector" short_description="thermal" />
5661 <list_entry value="steam_turbine" short_description="thermal" />
5662 </combo>
5663 <reference ref="power_output" />
5664 </item> <!-- Solar Power Generator -->
5665 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
5666 <key key="generator:source" value="waste" />
5667 <reference ref="power_generator" />
5668 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5669 <combo key="generator:type" text="Generator Type" values_searchable="true">
5670 <list_entry value="bioreactor" short_description="gasification" />
5671 <list_entry value="pyrolysis" short_description="" />
5672 <list_entry value="reciprocating_engine" short_description="combustion" />
5673 <list_entry value="steam_generator" short_description="combustion" />
5674 </combo>
5675 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5676 <reference ref="power_output" />
5677 </item> <!-- Waste Power Generator -->
5678 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5679 <key key="generator:source" value="hydro" />
5680 <reference ref="power_generator" />
5681 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5682 <combo key="generator:type" text="Generator Type" values_searchable="true">
5683 <list_entry value="francis_turbine" short_description="all methods" />
5684 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5685 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5686 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5687 </combo>
5688 <reference ref="power_output" />
5689 </item> <!-- Water Turbine -->
5690 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5691 <key key="generator:source" value="tidal" />
5692 <reference ref="power_generator" />
5693 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5694 <combo key="generator:type" text="Generator Type" values_searchable="true">
5695 <list_entry value="horizontal_axis" short_description="stream" />
5696 <list_entry value="kaplan_turbine" short_description="barrage" />
5697 <list_entry value="vertical_axis" short_description="stream" />
5698 </combo>
5699 <reference ref="power_output" />
5700 </item> <!-- Tidal Water Turbine -->
5701 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5702 <key key="generator:source" value="wave" />
5703 <reference ref="power_generator" />
5704 <reference ref="power_output" />
5705 </item> <!-- Wave Energy Converter -->
5706 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
5707 <key key="generator:source" value="osmotic" />
5708 <reference ref="power_generator" />
5709 <reference ref="power_output" />
5710 </item> <!-- Osmotic Power Generator -->
5711 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
5712 <key key="generator:source" value="geothermal" />
5713 <reference ref="power_generator" />
5714 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
5715 <reference ref="power_output" />
5716 </item> <!-- Geothermal Power Generator -->
5717 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
5718 <key key="generator:source" value="wind" />
5719 <reference ref="power_generator" />
5720 <key key="generator:method" value="wind_turbine" />
5721 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
5722 <reference ref="power_output" />
5723 </item> <!-- Wind Turbine -->
5724 </group> <!-- Power Generator -->
5725 <separator/>
5726 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5727 <link wiki="Tag:power=substation" />
5728 <space />
5729 <key key="power" value="substation" />
5730 <text key="name" text="Name" />
5731 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
5732 <reference ref="power_extra" />
5733 <optional>
5734 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
5735 <text key="start_date" text="Start date" />
5736 <check key="gas_insulated" text="Gas insulated" />
5737 </optional>
5738 </item> <!-- Power Substation -->
5739 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
5740 <link wiki="Tag:power=transformer" />
5741 <space />
5742 <key key="power" value="transformer" />
5743 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
5744 <reference ref="power_loc" />
5745 <reference ref="transformer_voltage_frequency" />
5746 <reference ref="ref_operator" />
5747 <reference ref="optional_transformer_rating_phases_devices_windings" />
5748 </item> <!-- Power Transformer -->
5749 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
5750 <link wiki="Tag:power=switchgear" />
5751 <space />
5752 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
5753 <space />
5754 <key key="power" value="switchgear" />
5755 <reference ref="power_loc" />
5756 <reference ref="voltage" />
5757 <optional>
5758 <check key="gas_insulated" text="Gas insulated" />
5759 </optional>
5760 </item> <!-- Power Switchgear -->
5761 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
5762 <link wiki="Tag:line=busbar" />
5763 <space />
5764 <key key="power" value="line" />
5765 <key key="line" value="busbar" />
5766 <reference ref="power_line_extra" />
5767 </item> <!-- Power Busbar -->
5768 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
5769 <link wiki="Tag:line=bay" />
5770 <space />
5771 <key key="power" value="line" />
5772 <key key="line" value="bay" />
5773 <reference ref="power_line_extra" />
5774 </item> <!-- Power Bay -->
5775 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
5776 <link wiki="Tag:power=switch" />
5777 <space />
5778 <key key="power" value="switch" />
5779 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
5780 <reference ref="power_loc" />
5781 <optional>
5782 <reference ref="voltage" />
5783 <reference ref="cables" />
5784 <reference ref="ref_operator" />
5785 </optional>
5786 </item> <!-- Power Switch -->
5787 <separator/>
5788 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
5789 <link wiki="Tag:power=converter" />
5790 <space />
5791 <key key="power" value="converter" />
5792 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
5793 <reference ref="voltage_frequency" />
5794 <reference ref="ref_operator" />
5795 <optional>
5796 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
5797 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
5798 </optional>
5799 </item> <!-- Power Converter -->
5800 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
5801 <link wiki="Tag:power=compensator" />
5802 <space />
5803 <key key="power" value="compensator" />
5804 <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" />
5805 <reference ref="voltage_frequency" />
5806 <reference ref="ref_operator" />
5807 <optional>
5808 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
5809 </optional>
5810 </item> <!-- Power Compensator -->
5811 <separator/>
5812 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
5813 <link wiki="Tag:man_made=street_cabinet" />
5814 <key key="man_made" value="street_cabinet" />
5815 <key key="street_cabinet" value="power" />
5816 <optional>
5817 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
5818 <reference ref="ref_operator" />
5819 <text key="manufacturer" text="Manufacturer" />
5820 <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" />
5821 </optional>
5822 </item> <!-- Power Street Cabinet -->
5823 <separator/>
5824 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
5825 <link wiki="Tag:building=transformer_tower" />
5826 <space />
5827 <key key="building" value="transformer_tower" />
5828 <text key="height" text="Height (meters)" length="7" />
5829 <reference ref="ref_operator" />
5830 <preset_link preset_name="Power Substation" />
5831 </item> <!-- Transformer Tower -->
5832 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
5833 <link wiki="Tag:power=terminal" />
5834 <space />
5835 <key key="power" value="terminal" />
5836 <optional>
5837 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5838 <text key="ref" text="Reference" />
5839 <text key="operator" text="Operator" />
5840 </optional>
5841 </item> <!-- Terminal -->
5842 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
5843 <link wiki="Tag:power=portal" />
5844 <space />
5845 <key key="power" value="portal" />
5846 <text key="height" text="Height (meters)" length="7" />
5847 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5848 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5849 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5850 <reference ref="ref_operator" />
5851 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
5852 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5853 </item> <!-- Power Portal -->
5854 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
5855 <link wiki="Tag:power=tower" />
5856 <space />
5857 <key key="power" value="tower" />
5858 <text key="height" text="Height (meters)" length="7" />
5859 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
5860 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
5861 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
5862 <reference ref="ref_operator" />
5863 <optional>
5864 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
5865 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
5866 <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" />
5867 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5868 <check key="triple_tower" text="Triple tower" />
5869 <check key="design:incomplete" text="Incomplete tower" />
5870 <check key="location:transition" text="Location transition" disable_off="true" />
5871 </optional>
5872 </item> <!-- Power Tower -->
5873 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
5874 <link wiki="Tag:power=pole" />
5875 <space />
5876 <key key="power" value="pole" />
5877 <reference ref="power_pole" />
5878 </item> <!-- Pole -->
5879 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
5880 <link wiki="Tag:power=pole" />
5881 <space />
5882 <key key="power" value="pole" />
5883 <label text="Pole Attributes:" />
5884 <reference ref="power_pole" />
5885 <space />
5886 <label text="Switch Attributes:" />
5887 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
5888 <optional>
5889 <reference ref="voltage" />
5890 <reference ref="cables" />
5891 </optional>
5892 </item> <!-- Pole with Switch -->
5893 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
5894 <link wiki="Tag:power=pole" />
5895 <space />
5896 <key key="power" value="pole" />
5897 <label text="Pole Attributes:" />
5898 <reference ref="power_pole" />
5899 <space />
5900 <label text="Transformer Attributes:" />
5901 <key key="transformer" value="distribution" match="key!" />
5902 <reference ref="transformer_voltage_frequency" />
5903 <reference ref="optional_transformer_rating_phases_devices_windings" />
5904 </item> <!-- Pole with Transformer -->
5905 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
5906 <link wiki="Tag:power=catenary_mast" />
5907 <space />
5908 <key key="power" value="catenary_mast" />
5909 <optional>
5910 <text key="ref" text="Reference" />
5911 <text key="operator" text="Operator" />
5912 </optional>
5913 </item> <!-- Catenary mast -->
5914 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
5915 <link wiki="Tag:power=insulator" />
5916 <space />
5917 <key key="power" value="insulator" />
5918 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
5919 <reference ref="ref_operator" />
5920 </item> <!-- Insulator -->
5921 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
5922 <link wiki="Tag:power=line" />
5923 <space />
5924 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
5925 <reference ref="voltage_frequency" />
5926 <reference ref="ref_operator" />
5927 <optional>
5928 <reference ref="cables_circuits" />
5929 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
5930 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5931 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5932 </optional>
5933 </item> <!-- Power Line -->
5934 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
5935 <link wiki="Tag:power=cable" />
5936 <space />
5937 <key key="power" value="cable" />
5938 <reference ref="voltage_frequency" />
5939 <reference ref="ref_operator" />
5940 <optional>
5941 <reference ref="cables_circuits" />
5942 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
5943 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
5944 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
5945 </optional>
5946 </item> <!-- Power Cable -->
5947 </group> <!-- Power -->
5948 <group name="Telecom" icon="presets/telecom/telecom.svg">
5949 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
5950 <link wiki="Tag:man_made=street_cabinet" />
5951 <key key="man_made" value="street_cabinet" />
5952 <key key="street_cabinet" value="telecom" />
5953 <optional>
5954 <reference ref="ref_operator" />
5955 <text key="manufacturer" text="Manufacturer" />
5956 <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" />
5957 </optional>
5958 </item> <!-- Telecom Street Cabinet -->
5959 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
5960 <link wiki="Tag:telecom=exchange" />
5961 <space />
5962 <key key="telecom" value="exchange" />
5963 <reference ref="telecom_medium" />
5964 <reference ref="ref_operator" />
5965 </item> <!-- Telephone Exchange -->
5966 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
5967 <link wiki="Tag:telecom=connection_point" />
5968 <space />
5969 <key key="telecom" value="connection_point" />
5970 <reference ref="telecom_medium" />
5971 <reference ref="ref_operator" />
5972 </item> <!-- Connection Point -->
5973 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
5974 <link wiki="Tag:telecom=service_device" />
5975 <space />
5976 <key key="telecom" value="service_device" />
5977 <reference ref="telecom_medium" />
5978 <reference ref="ref_operator" />
5979 </item> <!-- Service Device -->
5980 </group> <!-- Telecom -->
5981 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
5982 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
5983 <link wiki="Tag:historic=castle" />
5984 <space />
5985 <key key="historic" value="castle" />
5986 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
5987 <reference ref="name_wikipedia" />
5988 <check key="ruins" text="Ruins" />
5989 <reference ref="link_contact_address_payment" />
5990 </item> <!-- Castle -->
5991 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
5992 <link wiki="Tag:historic=fort" />
5993 <space />
5994 <key key="historic" value="fort" />
5995 <reference ref="name_wikipedia" />
5996 <check key="ruins" text="Ruins" />
5997 <reference ref="link_contact_address_payment" />
5998 </item> <!-- Fort -->
5999 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
6000 <link wiki="Tag:historic=ruins" />
6001 <space />
6002 <key key="historic" value="ruins" />
6003 <reference ref="name_oh_wheelchair" />
6004 </item> <!-- Ruins -->
6005 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
6006 <link wiki="Tag:historic=archaeological_site" />
6007 <space />
6008 <key key="historic" value="archaeological_site" />
6009 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
6010 <reference ref="name_oh_wheelchair" />
6011 </item> <!-- Archaeological Site -->
6012 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
6013 <link wiki="Tag:historic=battlefield" />
6014 <space />
6015 <key key="historic" value="battlefield" />
6016 <text key="name" text="Name" />
6017 </item> <!-- Battlefield -->
6018 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
6019 <link wiki="Tag:geological=palaeontological_site" />
6020 <space />
6021 <key key="geological" value="palaeontological_site" />
6022 <text key="name" text="Name" />
6023 </item> <!-- Palaeontological Site -->
6024 <separator/>
6025 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
6026 <link wiki="Tag:cemetery=grave" />
6027 <space />
6028 <key key="cemetery" value="grave" />
6029 <text key="name" text="Name" />
6030 </item> <!-- Grave -->
6031 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
6032 <link wiki="Tag:historic=tomb" />
6033 <space />
6034 <key key="historic" value="tomb" />
6035 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
6036 <text key="name" text="Name" />
6037 </item> <!-- Tomb -->
6038 <separator/>
6039 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6040 <link wiki="Tag:historic=monument" />
6041 <space />
6042 <key key="historic" value="monument" />
6043 <text key="name" text="Name" />
6044 </item> <!-- Monument -->
6045 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
6046 <link wiki="Tag:historic=memorial" />
6047 <space />
6048 <key key="historic" value="memorial" />
6049 <text key="name" text="Name" />
6050 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
6051 <optional>
6052 <text key="inscription" text="Inscription" />
6053 <text key="artist_name" text="Artist Name" />
6054 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
6055 <text key="start_date" text="Start date" />
6056 <text key="wikipedia" text="Wikipedia" />
6057 </optional>
6058 </item> <!-- Memorial -->
6059 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
6060 <link wiki="Tag:historic=wayside_cross" />
6061 <space />
6062 <key key="historic" value="wayside_cross" />
6063 <text key="name" text="Name" />
6064 <reference ref="religious_catholic_christian" />
6065 <text key="start_date" text="Start date" />
6066 <text key="inscription" text="Inscription" />
6067 </item> <!-- Wayside Cross -->
6068 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
6069 <link wiki="Tag:historic=wayside_shrine" />
6070 <space />
6071 <key key="historic" value="wayside_shrine" />
6072 <text key="name" text="Name" />
6073 <reference ref="religious_catholic_christian" />
6074 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6075 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6076 <text key="start_date" text="Start date" />
6077 <text key="inscription" text="Inscription" />
6078 </item> <!-- Wayside Shrine -->
6079 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
6080 <link wiki="Tag:historic=boundary_stone" />
6081 <space />
6082 <key key="historic" value="boundary_stone" />
6083 <text key="name" text="Name" />
6084 </item> <!-- Boundary Stone -->
6085 </group> <!-- Historic Places -->
6086 </group> <!-- Man Made -->
6087 <group name="Shops" icon="presets/shop/mall.svg">
6088 <group name="Food" icon="presets/shop/supermarket.svg">
6089 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6090 <link wiki="Tag:shop=supermarket" />
6091 <space />
6092 <key key="shop" value="supermarket" />
6093 <reference ref="name_oh_wheelchair" />
6094 <reference ref="link_contact_address_payment" />
6095 </item> <!-- Supermarket -->
6096 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
6097 <link wiki="Tag:shop=convenience" />
6098 <space />
6099 <key key="shop" value="convenience" />
6100 <reference ref="name_oh_wheelchair" />
6101 <reference ref="link_contact_address_payment" />
6102 </item> <!-- Convenience Store -->
6103 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
6104 <link wiki="Tag:shop=kiosk" />
6105 <space />
6106 <key key="shop" value="kiosk" />
6107 <reference ref="name_oh_wheelchair" />
6108 <reference ref="link_contact_address_payment" />
6109 </item> <!-- Kiosk -->
6110 <separator/>
6111 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6112 <link wiki="Tag:shop=bakery" />
6113 <space />
6114 <key key="shop" value="bakery" />
6115 <reference ref="name_oh_wheelchair" />
6116 <reference ref="link_contact_address_payment" />
6117 </item> <!-- Bakery -->
6118 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
6119 <link wiki="Tag:shop=butcher" />
6120 <space />
6121 <key key="shop" value="butcher" />
6122 <reference ref="name_oh_wheelchair" />
6123 <reference ref="link_contact_address_payment" />
6124 </item> <!-- Butcher -->
6125 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
6126 <link wiki="Tag:shop=seafood" />
6127 <space />
6128 <key key="shop" value="seafood" />
6129 <reference ref="name_operator_oh_wheelchair" />
6130 <reference ref="link_contact_address_payment" />
6131 </item> <!-- Seafood -->
6132 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
6133 <link wiki="Tag:shop=dairy" />
6134 <space />
6135 <key key="shop" value="dairy" />
6136 <reference ref="name_operator_oh_wheelchair" />
6137 <reference ref="link_contact_address_payment" />
6138 </item> <!-- Dairy -->
6139 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
6140 <link wiki="Tag:shop=cheese" />
6141 <space />
6142 <key key="shop" value="cheese" />
6143 <reference ref="name_operator_oh_wheelchair" />
6144 <reference ref="link_contact_address_payment" />
6145 </item> <!-- Cheese -->
6146 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
6147 <link wiki="Tag:shop=deli" />
6148 <space />
6149 <key key="shop" value="deli" />
6150 <reference ref="name_operator_oh_wheelchair" />
6151 <reference ref="link_contact_address_payment" />
6152 </item> <!-- Deli (Fine Food) -->
6153 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6154 <link wiki="Tag:shop=pastry" />
6155 <space />
6156 <key key="shop" value="pastry" />
6157 <reference ref="name_oh_wheelchair" />
6158 <reference ref="link_contact_address_payment" />
6159 </item> <!-- Pastry -->
6160 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6161 <link wiki="Tag:shop=confectionery" />
6162 <space />
6163 <key key="shop" value="confectionery" />
6164 <reference ref="name_oh_wheelchair" />
6165 <reference ref="link_contact_address_payment" />
6166 </item> <!-- Confectionery -->
6167 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
6168 <link wiki="Tag:shop=tea" />
6169 <space />
6170 <key key="shop" value="tea" />
6171 <reference ref="name_oh_wheelchair" />
6172 <reference ref="link_contact_address_payment" />
6173 </item> <!-- Tea -->
6174 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
6175 <link wiki="Tag:shop=coffee" />
6176 <space />
6177 <key key="shop" value="coffee" />
6178 <reference ref="name_oh_wheelchair" />
6179 <reference ref="link_contact_address_payment" />
6180 </item> <!-- Coffee -->
6181 <separator/>
6182 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6183 <link wiki="Tag:amenity=marketplace" />
6184 <space />
6185 <key key="amenity" value="marketplace" />
6186 <reference ref="name_operator_oh_wheelchair" />
6187 <text key="website" text="Website" />
6188 <combo key="organic" text="Organic" values="yes,no,only" />
6189 </item> <!-- Public Market -->
6190 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6191 <link wiki="Tag:shop=greengrocer" />
6192 <space />
6193 <key key="shop" value="greengrocer" />
6194 <reference ref="name_oh_wheelchair" />
6195 <combo key="organic" text="Organic" values="yes,no,only" />
6196 <reference ref="link_contact_address_payment" />
6197 </item> <!-- Greengrocer -->
6198 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
6199 <link wiki="Tag:shop=farm" />
6200 <space />
6201 <key key="shop" value="farm" />
6202 <reference ref="name_oh_wheelchair" />
6203 <text key="description" text="Description" />
6204 <combo key="organic" text="Organic" values="yes,no,only" />
6205 <reference ref="link_contact_address_payment" />
6206 </item> <!-- Farm Stand -->
6207 <separator/>
6208 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
6209 <link wiki="Key:organic" />
6210 <space />
6211 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
6212 </item> <!-- Organic -->
6213 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
6214 <link wiki="Key:fair_trade" />
6215 <space />
6216 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
6217 </item> <!-- Fair Trade -->
6218 <separator/>
6219 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
6220 <link wiki="Tag:shop=alcohol" />
6221 <space />
6222 <key key="shop" value="alcohol" />
6223 <reference ref="name_oh_wheelchair" />
6224 <reference ref="link_contact_address_payment" />
6225 </item> <!-- Alcohol -->
6226 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
6227 <link wiki="Tag:shop=beverages" />
6228 <space />
6229 <key key="shop" value="beverages" />
6230 <reference ref="name_oh_wheelchair" />
6231 <reference ref="link_contact_address_payment" />
6232 </item> <!-- Beverages -->
6233 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
6234 <link wiki="Tag:shop=wine" />
6235 <space />
6236 <key key="shop" value="wine" />
6237 <reference ref="name_oh_wheelchair" />
6238 <reference ref="link_contact_address_payment" />
6239 </item> <!-- Wine -->
6240 </group> <!-- Food -->
6241 <group name="Clothes" icon="presets/shop/clothes.svg">
6242 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
6243 <link wiki="Tag:shop=clothes" />
6244 <space />
6245 <key key="shop" value="clothes" />
6246 <reference ref="name_oh_wheelchair" />
6247 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6248 <combo key="organic" text="Organic" values="yes,no,only" />
6249 <reference ref="link_contact_address_payment" />
6250 </item> <!-- Clothes -->
6251 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6252 <link wiki="Tag:shop=boutique" />
6253 <space />
6254 <key key="shop" value="boutique" />
6255 <reference ref="name_operator_oh_wheelchair" />
6256 <reference ref="link_contact_address_payment" />
6257 </item> <!-- Boutique -->
6258 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
6259 <link wiki="Tag:shop=shoes" />
6260 <space />
6261 <key key="shop" value="shoes" />
6262 <reference ref="name_oh_wheelchair" />
6263 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6264 <combo key="organic" text="Organic" values="yes,no,only" />
6265 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
6266 <reference ref="link_contact_address_payment" />
6267 </item> <!-- Shoes -->
6268 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6269 <link wiki="Tag:shop=outdoor" />
6270 <space />
6271 <key key="shop" value="outdoor" />
6272 <reference ref="name_oh_wheelchair" />
6273 <reference ref="link_contact_address_payment" />
6274 </item> <!-- Outdoor -->
6275 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6276 <link wiki="Tag:shop=sports" />
6277 <space />
6278 <key key="shop" value="sports" />
6279 <reference ref="name_oh_wheelchair" />
6280 <reference ref="link_contact_address_payment" />
6281 </item> <!-- Sports -->
6282 <separator/>
6283 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6284 <link wiki="Tag:shop=dry_cleaning" />
6285 <space />
6286 <key key="shop" value="dry_cleaning" />
6287 <reference ref="name_oh_wheelchair" />
6288 <reference ref="link_contact_address_payment" />
6289 </item> <!-- Dry Cleaning -->
6290 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6291 <link wiki="Tag:shop=laundry" />
6292 <space />
6293 <key key="shop" value="laundry" />
6294 <reference ref="name_oh_wheelchair" />
6295 <check key="self_service" text="Self Service" />
6296 <check key="laundry_service" text="Laundry Service" />
6297 <reference ref="link_contact_address_payment" />
6298 </item> <!-- Laundry -->
6299 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
6300 <link wiki="Tag:shop=tailor" />
6301 <space />
6302 <key key="shop" value="tailor" />
6303 <reference ref="name_oh_wheelchair" />
6304 <reference ref="link_contact_address_payment" />
6305 </item> <!-- Tailor -->
6306 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
6307 <link wiki="Tag:shop=fabric" />
6308 <space />
6309 <key key="shop" value="fabric" />
6310 <reference ref="name_operator_oh_wheelchair" />
6311 <reference ref="link_contact_address_payment" />
6312 </item> <!-- Fabric -->
6313 </group> <!-- Clothes -->
6314 <group name="Electronic" icon="presets/shop/electronics.svg">
6315 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6316 <link wiki="Tag:shop=computer" />
6317 <space />
6318 <key key="shop" value="computer" />
6319 <reference ref="name_oh_wheelchair" />
6320 <reference ref="link_contact_address_payment" />
6321 </item> <!-- Computer -->
6322 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6323 <link wiki="Tag:shop=electronics" />
6324 <space />
6325 <key key="shop" value="electronics" />
6326 <reference ref="name_oh_wheelchair" />
6327 <reference ref="link_contact_address_payment" />
6328 </item> <!-- Electronics -->
6329 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
6330 <link wiki="Tag:shop=mobile_phone" />
6331 <space />
6332 <key key="shop" value="mobile_phone" />
6333 <reference ref="name_operator_oh_wheelchair" />
6334 <reference ref="link_contact_address_payment" />
6335 </item> <!-- Mobile Phone -->
6336 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6337 <link wiki="Tag:shop=watches" />
6338 <space />
6339 <key key="shop" value="watches" />
6340 <reference ref="name_operator_oh_wheelchair" />
6341 <reference ref="link_contact_address_payment" />
6342 </item> <!-- Watches -->
6343 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
6344 <link wiki="Tag:shop=vacuum_cleaner" />
6345 <space />
6346 <key key="shop" value="vacuum_cleaner" />
6347 <reference ref="name_operator_oh_wheelchair" />
6348 <reference ref="link_contact_address_payment" />
6349 </item> <!-- Vacuum Cleaner -->
6350 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
6351 <link wiki="Tag:shop=hifi" />
6352 <space />
6353 <key key="shop" value="hifi" />
6354 <reference ref="name_oh_wheelchair" />
6355 <reference ref="link_contact_address_payment" />
6356 </item> <!-- Hifi -->
6357 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
6358 <link wiki="Tag:shop=video" />
6359 <space />
6360 <key key="shop" value="video" />
6361 <reference ref="name_oh_wheelchair" />
6362 <reference ref="link_contact_address_payment" />
6363 </item> <!-- Video -->
6364 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
6365 <link wiki="Tag:shop=video_games" />
6366 <space />
6367 <key key="shop" value="video_games" />
6368 <reference ref="name_oh_wheelchair" />
6369 <reference ref="link_contact_address_payment" />
6370 </item> <!-- Video Games -->
6371 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
6372 <link wiki="Tag:shop=music" />
6373 <space />
6374 <key key="shop" value="music" />
6375 <reference ref="name_oh_wheelchair" />
6376 <reference ref="link_contact_address_payment" />
6377 </item> <!-- Music -->
6378 </group> <!-- Electronic -->
6379 <group name="Cash" icon="presets/money/dollar.svg">
6380 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
6381 <link wiki="Tag:amenity=bank" />
6382 <space />
6383 <key key="amenity" value="bank" />
6384 <reference ref="name_brand_operator_oh_wheelchair" />
6385 <check key="atm" text="Automated Teller Machine" default="on" />
6386 <text key="ref" text="Reference" />
6387 <reference ref="link_contact_address" />
6388 <preset_link preset_name="Building" />
6389 </item> <!-- Bank -->
6390 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
6391 <link wiki="Tag:amenity=bureau_de_change" />
6392 <space />
6393 <key key="amenity" value="bureau_de_change" />
6394 <reference ref="name_oh_wheelchair" />
6395 <reference ref="link_contact_address" />
6396 </item> <!-- Money Exchange -->
6397 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6398 <link wiki="Tag:amenity=money_transfer" />
6399 <space />
6400 <key key="amenity" value="money_transfer" />
6401 <reference ref="name_oh_wheelchair" />
6402 <reference ref="link_contact_address" />
6403 </item> <!-- Money transfer -->
6404 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
6405 <link wiki="Tag:amenity=atm" />
6406 <space />
6407 <key key="amenity" value="atm" />
6408 <text key="brand" text="Brand" />
6409 <text key="operator" text="Operator" />
6410 <reference ref="oh_wheelchair" />
6411 </item> <!-- Automated Teller Machine -->
6412 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
6413 <link wiki="Tag:shop=pawnbroker" />
6414 <space />
6415 <key key="shop" value="pawnbroker" />
6416 <reference ref="name_oh_wheelchair" />
6417 <reference ref="link_contact_address_payment" />
6418 </item> <!-- Pawnbroker -->
6419 </group> <!-- Cash -->
6420 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
6421 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6422 <link wiki="Tag:shop=doors" />
6423 <space />
6424 <key key="shop" value="doors" />
6425 <reference ref="name_brand_operator_oh_wheelchair" />
6426 <reference ref="link_contact_address_payment" />
6427 </item> <!-- Doors -->
6428 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
6429 <link wiki="Tag:shop=furniture" />
6430 <space />
6431 <key key="shop" value="furniture" />
6432 <reference ref="name_brand_operator_oh_wheelchair" />
6433 <reference ref="link_contact_address_payment" />
6434 </item> <!-- Furniture -->
6435 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
6436 <link wiki="Tag:shop=kitchen" />
6437 <space />
6438 <key key="shop" value="kitchen" />
6439 <reference ref="name_brand_operator_oh_wheelchair" />
6440 <reference ref="link_contact_address_payment" />
6441 </item> <!-- Kitchen -->
6442 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6443 <link wiki="Tag:shop=houseware" />
6444 <space />
6445 <key key="shop" value="houseware" />
6446 <reference ref="name_brand_operator_oh_wheelchair" />
6447 <reference ref="link_contact_address_payment" />
6448 </item> <!-- Houseware -->
6449 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6450 <link wiki="Tag:shop=pottery" />
6451 <space />
6452 <key key="shop" value="pottery" />
6453 <reference ref="name_brand_operator_oh_wheelchair" />
6454 <reference ref="link_contact_address_payment" />
6455 </item> <!-- Pottery -->
6456 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
6457 <link wiki="Tag:shop=curtain" />
6458 <space />
6459 <key key="shop" value="curtain" />
6460 <reference ref="name_operator_oh_wheelchair" />
6461 <reference ref="link_contact_address_payment" />
6462 </item> <!-- Curtain -->
6463 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
6464 <link wiki="Tag:shop=art" />
6465 <space />
6466 <key key="shop" value="art" />
6467 <reference ref="name_operator_oh_wheelchair" />
6468 <reference ref="link_contact_address_payment" />
6469 </item> <!-- Art -->
6470 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
6471 <link wiki="Tag:shop=frame" />
6472 <space />
6473 <key key="shop" value="frame" />
6474 <reference ref="name_operator_oh_wheelchair" />
6475 <reference ref="link_contact_address_payment" />
6476 </item> <!-- Frame -->
6477 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
6478 <link wiki="Tag:shop=bed" />
6479 <space />
6480 <key key="shop" value="bed" />
6481 <reference ref="name_oh_wheelchair" />
6482 <reference ref="link_contact_address_payment" />
6483 </item> <!-- Bed -->
6484 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6485 <link wiki="Tag:shop=carpet" />
6486 <space />
6487 <key key="shop" value="carpet" />
6488 <reference ref="name_oh_wheelchair" />
6489 <reference ref="link_contact_address_payment" />
6490 </item> <!-- Carpet -->
6491 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
6492 <link wiki="Tag:shop=interior_decoration" />
6493 <space />
6494 <key key="shop" value="interior_decoration" />
6495 <reference ref="name_oh_wheelchair" />
6496 <reference ref="link_contact_address_payment" />
6497 </item> <!-- Interior Decoration -->
6498 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6499 <link wiki="Tag:shop=lighting" />
6500 <space />
6501 <key key="shop" value="lighting" />
6502 <reference ref="name_oh_wheelchair" />
6503 <reference ref="link_contact_address_payment" />
6504 </item> <!-- Lighting -->
6505 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
6506 <link wiki="Tag:shop=antiques" />
6507 <space />
6508 <key key="shop" value="antiques" />
6509 <reference ref="name_oh_wheelchair" />
6510 <reference ref="link_contact_address_payment" />
6511 </item> <!-- Antiques -->
6512 <separator/>
6513 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6514 <link wiki="Tag:shop=storage_rental" />
6515 <space />
6516 <key key="shop" value="storage_rental" />
6517 <reference ref="name_oh_wheelchair" />
6518 <reference ref="link_contact_address_payment" />
6519 </item> <!-- Storage Rental -->
6520 </group> <!-- Home decoration -->
6521 <group name="Printed Material" icon="presets/shop/stationery.svg">
6522 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6523 <link wiki="Tag:shop=stationery" />
6524 <space />
6525 <key key="shop" value="stationery" />
6526 <reference ref="name_oh_wheelchair" />
6527 <reference ref="link_contact_address_payment" />
6528 </item> <!-- Stationery -->
6529 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
6530 <link wiki="Tag:shop=copyshop" />
6531 <space />
6532 <key key="shop" value="copyshop" />
6533 <reference ref="name_operator_oh_wheelchair" />
6534 <reference ref="link_contact_address_payment" />
6535 </item> <!-- Copy Shop -->
6536 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
6537 <link wiki="Tag:shop=books" />
6538 <space />
6539 <key key="shop" value="books" />
6540 <reference ref="name_brand_oh_wheelchair" />
6541 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6542 <reference ref="link_contact_address_payment" />
6543 </item> <!-- Book Store -->
6544 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
6545 <link wiki="Tag:shop=newsagent" />
6546 <space />
6547 <key key="shop" value="newsagent" />
6548 <reference ref="name_oh_wheelchair" />
6549 <reference ref="link_contact_address_payment" />
6550 </item> <!-- Newspaper Stand -->
6551 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
6552 <link wiki="Tag:shop=ticket" />
6553 <space />
6554 <key key="shop" value="ticket" />
6555 <reference ref="name_oh_wheelchair" />
6556 <reference ref="link_contact_address_payment" />
6557 </item> <!-- Ticket -->
6558 </group> <!-- Printed Material -->
6559 <group name="For the body" icon="presets/shop/body.svg">
6560 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6561 <link wiki="Tag:shop=chemist" />
6562 <space />
6563 <key key="shop" value="chemist" />
6564 <reference ref="name_oh_wheelchair" />
6565 <reference ref="link_contact_address_payment" />
6566 </item> <!-- Chemist -->
6567 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
6568 <link wiki="Tag:shop=cosmetics" />
6569 <space />
6570 <key key="shop" value="cosmetics" />
6571 <reference ref="name_oh_wheelchair" />
6572 <reference ref="link_contact_address_payment" />
6573 </item> <!-- Cosmetics -->
6574 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6575 <link wiki="Tag:shop=perfumery" />
6576 <space />
6577 <key key="shop" value="perfumery" />
6578 <reference ref="name_oh_wheelchair" />
6579 <reference ref="link_contact_address_payment" />
6580 </item> <!-- Perfumery -->
6581 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
6582 <link wiki="Tag:shop=beauty" />
6583 <space />
6584 <key key="shop" value="beauty" />
6585 <reference ref="name_oh_wheelchair" />
6586 <reference ref="link_contact_address_payment" />
6587 </item> <!-- Beauty -->
6588 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
6589 <link wiki="Tag:shop=tobacco" />
6590 <space />
6591 <key key="shop" value="tobacco" />
6592 <reference ref="name_operator_oh_wheelchair" />
6593 <reference ref="link_contact_address_payment" />
6594 </item> <!-- Tobacco -->
6595 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6596 <link wiki="Tag:shop=e-cigarette" />
6597 <space />
6598 <key key="shop" value="e-cigarette" />
6599 <reference ref="name_operator_oh_wheelchair" />
6600 <reference ref="link_contact_address_payment" />
6601 </item> <!-- E-cigarette -->
6602 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
6603 <link wiki="Tag:shop=hairdresser" />
6604 <space />
6605 <key key="shop" value="hairdresser" />
6606 <reference ref="name_oh_wheelchair" />
6607 <checkgroup columns="3">
6608 <check key="female" text="Female" />
6609 <check key="male" text="Male" />
6610 <check key="unisex" text="Unisex" />
6611 </checkgroup>
6612 <reference ref="link_contact_address_payment" />
6613 </item> <!-- Hairdresser/Barber -->
6614 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6615 <link wiki="Tag:shop=massage" />
6616 <space />
6617 <key key="shop" value="massage" />
6618 <reference ref="name_oh_wheelchair" />
6619 <reference ref="link_contact_address_payment" />
6620 </item> <!-- Massage -->
6621 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6622 <link wiki="Tag:shop=tattoo" />
6623 <space />
6624 <key key="shop" value="tattoo" />
6625 <reference ref="name_oh_wheelchair" />
6626 <reference ref="link_contact_address_payment" />
6627 </item> <!-- Tattoo -->
6628 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
6629 <link wiki="Tag:shop=optician" />
6630 <space />
6631 <key key="shop" value="optician" />
6632 <reference ref="name_oh_wheelchair" />
6633 <reference ref="link_contact_address_payment" />
6634 </item> <!-- Optician -->
6635 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
6636 <link wiki="Tag:shop=hearing_aids" />
6637 <space />
6638 <key key="shop" value="hearing_aids" />
6639 <reference ref="name_operator_oh_wheelchair" />
6640 <reference ref="link_contact_address_payment" />
6641 </item> <!-- Hearing Aids -->
6642 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
6643 <link wiki="Tag:shop=medical_supply" />
6644 <space />
6645 <key key="shop" value="medical_supply" />
6646 <reference ref="name_operator_oh_wheelchair" />
6647 <check key="dispensing" text="Dispensing" />
6648 <reference ref="link_contact_address_payment" />
6649 </item> <!-- Medical Supply -->
6650 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
6651 <link wiki="Tag:shop=jewelry" />
6652 <space />
6653 <key key="shop" value="jewelry" />
6654 <reference ref="name_operator_oh_wheelchair" />
6655 <reference ref="link_contact_address_payment" />
6656 </item> <!-- Jewellery -->
6657 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
6658 <link wiki="Tag:shop=erotic" />
6659 <space />
6660 <key key="shop" value="erotic" />
6661 <reference ref="name_operator_oh_wheelchair" />
6662 <reference ref="min_age" />
6663 <reference ref="link_contact_address_payment" />
6664 </item> <!-- Erotic -->
6665 </group> <!-- For the body -->
6666 <group name="Other" icon="presets/shop/mall.svg">
6667 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6668 <link wiki="Tag:shop=department_store" />
6669 <space />
6670 <key key="shop" value="department_store" />
6671 <reference ref="name_operator_oh_wheelchair" />
6672 <reference ref="link_contact_address_payment" />
6673 </item> <!-- Department Store -->
6674 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
6675 <link wiki="Tag:shop=mall" />
6676 <space />
6677 <key key="shop" value="mall" />
6678 <reference ref="name_operator_oh_wheelchair" />
6679 <reference ref="link_contact_address_payment" />
6680 </item> <!-- Mall -->
6681 <separator/>
6682 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
6683 <link wiki="Tag:shop=florist" />
6684 <space />
6685 <key key="shop" value="florist" />
6686 <reference ref="name_oh_wheelchair" />
6687 <reference ref="link_contact_address_payment" />
6688 </item> <!-- Florist -->
6689 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
6690 <link wiki="Tag:shop=garden_centre" />
6691 <space />
6692 <key key="shop" value="garden_centre" />
6693 <reference ref="name_brand_oh_wheelchair" />
6694 <reference ref="link_contact_address_payment" />
6695 </item> <!-- Garden Centre -->
6696 <separator/>
6697 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6698 <link wiki="Tag:shop=doityourself" />
6699 <space />
6700 <key key="shop" value="doityourself" />
6701 <reference ref="name_brand_oh_wheelchair" />
6702 <reference ref="link_contact_address_payment" />
6703 </item> <!-- Do-It-Yourself Store -->
6704 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
6705 <link wiki="Tag:shop=hardware" />
6706 <space />
6707 <key key="shop" value="hardware" />
6708 <reference ref="name_oh_wheelchair" />
6709 <reference ref="link_contact_address_payment" />
6710 </item> <!-- Hardware -->
6711 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
6712 <link wiki="Tag:shop=paint" />
6713 <space />
6714 <key key="shop" value="paint" />
6715 <reference ref="name_operator_oh_wheelchair" />
6716 <reference ref="link_contact_address_payment" />
6717 </item> <!-- Paint -->
6718 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
6719 <link wiki="Tag:shop=gas" />
6720 <space />
6721 <key key="shop" value="gas" />
6722 <reference ref="name_operator_oh_wheelchair" />
6723 <reference ref="link_contact_address_payment" />
6724 </item> <!-- Gas -->
6725 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
6726 <link wiki="Tag:shop=wholesale" />
6727 <space />
6728 <key key="shop" value="wholesale" />
6729 <text key="name" text="Name" />
6730 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
6731 <text key="operator" text="Operator" />
6732 <reference ref="oh_wheelchair" />
6733 <reference ref="link_contact_address_payment" />
6734 </item> <!-- Wholesale -->
6735 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
6736 <link wiki="Tag:shop=trade" />
6737 <space />
6738 <key key="shop" value="trade" />
6739 <text key="name" text="Name" />
6740 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
6741 <text key="operator" text="Operator" />
6742 <reference ref="oh_wheelchair" />
6743 <reference ref="link_contact_address_payment" />
6744 </item> <!-- Trade -->
6745 <separator/>
6746 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
6747 <link wiki="Tag:shop=travel_agency" />
6748 <space />
6749 <key key="shop" value="travel_agency" />
6750 <reference ref="name_brand_oh_wheelchair" />
6751 <reference ref="link_contact_address_payment" />
6752 </item> <!-- Travel Agency -->
6753 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
6754 <link wiki="Tag:shop=scuba_diving" />
6755 <space />
6756 <key key="shop" value="scuba_diving" />
6757 <reference ref="name_brand_oh_wheelchair" />
6758 <reference ref="link_contact_address_payment" />
6759 </item> <!-- Scuba diving -->
6760 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
6761 <link wiki="Tag:shop=musical_instrument" />
6762 <space />
6763 <key key="shop" value="musical_instrument" />
6764 <reference ref="name_operator_oh_wheelchair" />
6765 <reference ref="link_contact_address_payment" />
6766 </item> <!-- Musical Instrument -->
6767 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
6768 <link wiki="Tag:shop=toys" />
6769 <space />
6770 <key key="shop" value="toys" />
6771 <reference ref="name_oh_wheelchair" />
6772 <reference ref="link_contact_address_payment" />
6773 </item> <!-- Toys -->
6774 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
6775 <link wiki="Tag:shop=gift" />
6776 <space />
6777 <key key="shop" value="gift" />
6778 <reference ref="name_operator_oh_wheelchair" />
6779 <optional>
6780 <reference ref="religious" />
6781 </optional>
6782 <reference ref="link_contact_address_payment" />
6783 </item> <!-- Gift/Souvenir -->
6784 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
6785 <link wiki="Tag:shop=variety_store" />
6786 <space />
6787 <key key="shop" value="variety_store" />
6788 <reference ref="name_operator_oh_wheelchair" />
6789 <reference ref="link_contact_address_payment" />
6790 </item> <!-- Variety Store -->
6791 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
6792 <link wiki="Tag:shop=party" />
6793 <space />
6794 <key key="shop" value="party" />
6795 <reference ref="name_operator_oh_wheelchair" />
6796 <reference ref="link_contact_address_payment" />
6797 </item> <!-- Party supplies -->
6798 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
6799 <link wiki="Tag:shop=charity" />
6800 <space />
6801 <key key="shop" value="charity" />
6802 <reference ref="name_operator_oh_wheelchair" />
6803 <reference ref="link_contact_address_payment" />
6804 </item> <!-- Charity -->
6805 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6806 <link wiki="Tag:shop=bookmaker" />
6807 <space />
6808 <key key="shop" value="bookmaker" />
6809 <reference ref="name_operator_oh_wheelchair" />
6810 <reference ref="link_contact_address_payment" />
6811 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6812 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6813 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6814 <preset_link preset_name="Casino" text="Similar but different tags:" />
6815 <preset_link preset_name="Lottery" text="Similar but different tags:" />
6816 </item> <!-- Bookmaker -->
6817 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6818 <link wiki="Tag:shop=lottery" />
6819 <space />
6820 <key key="shop" value="lottery" />
6821 <reference ref="name_operator_oh_wheelchair" />
6822 <reference ref="link_contact_address_payment" />
6823 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6824 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6825 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6826 <preset_link preset_name="Casino" text="Similar but different tags:" />
6827 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
6828 </item> <!-- Lottery -->
6829 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
6830 <link wiki="Tag:shop=bag" />
6831 <space />
6832 <key key="shop" value="bag" />
6833 <reference ref="name_oh_wheelchair" />
6834 <reference ref="link_contact_address_payment" />
6835 </item> <!-- Bag -->
6836 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6837 <link wiki="Tag:shop=pet" />
6838 <space />
6839 <key key="shop" value="pet" />
6840 <reference ref="name_oh_wheelchair" />
6841 <reference ref="link_contact_address_payment" />
6842 </item> <!-- Pet -->
6843 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
6844 <link wiki="Tag:shop=pet_grooming" />
6845 <space />
6846 <key key="shop" value="pet_grooming" />
6847 <reference ref="name_oh_wheelchair" />
6848 <reference ref="link_contact_address_payment" />
6849 </item> <!-- Pet grooming -->
6850 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
6851 <link wiki="Tag:shop=photo" />
6852 <space />
6853 <key key="shop" value="photo" />
6854 <reference ref="name_oh_wheelchair" />
6855 <reference ref="link_contact_address_payment" />
6856 </item> <!-- Photo -->
6857 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
6858 <link wiki="Tag:shop=security" />
6859 <space />
6860 <key key="shop" value="security" />
6861 <reference ref="name_oh_wheelchair" />
6862 <reference ref="link_contact_address_payment" />
6863 </item> <!-- Security -->
6864 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
6865 <link wiki="Tag:shop=weapons" />
6866 <space />
6867 <key key="shop" value="weapons" />
6868 <reference ref="name_oh_wheelchair" />
6869 <reference ref="link_contact_address_payment" />
6870 </item> <!-- Weapons -->
6871 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6872 <link wiki="Tag:shop=funeral_directors" />
6873 <space />
6874 <key key="shop" value="funeral_directors" />
6875 <reference ref="name_oh_wheelchair" />
6876 <reference ref="link_contact_address_payment" />
6877 </item> <!-- Funeral Directors -->
6878 </group> <!-- Other -->
6879 <separator/>
6880 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
6881 <link wiki="Tag:amenity=vending_machine" />
6882 <space />
6883 <key key="amenity" value="vending_machine" />
6884 <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" />
6885 <text key="operator" text="Operator" />
6886 <text key="ref" text="Reference number" />
6887 <preset_link preset_name="Payment Methods" />
6888 </item> <!-- Vending Machine -->
6889 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
6890 <link wiki="Key:payment" />
6891 <space />
6892 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
6893 <checkgroup columns="4">
6894 <check key="payment:coins" text="Coins" match="keyvalue" />
6895 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
6896 </checkgroup>
6897 <space />
6898 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
6899 <checkgroup columns="4">
6900 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
6901 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
6902 <check key="payment:girocard" text="Girocard" match="keyvalue" />
6903 <check key="payment:laser" text="Laser" match="keyvalue" />
6904 <check key="payment:maestro" text="Maestro" match="keyvalue" />
6905 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
6906 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
6907 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
6908 </checkgroup>
6909 <space />
6910 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
6911 <checkgroup columns="4">
6912 <check key="payment:american_express" text="American Express" match="keyvalue" />
6913 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
6914 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
6915 <check key="payment:jcb" text="JCB" match="keyvalue" />
6916 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
6917 <check key="payment:visa" text="Visa" match="keyvalue" />
6918 </checkgroup>
6919 <space />
6920 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
6921 <space />
6922 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
6923 <checkgroup columns="4">
6924 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
6925 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
6926 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
6927 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
6928 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
6929 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
6930 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
6931 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
6932 </checkgroup>
6933 <space />
6934 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
6935 <checkgroup columns="4">
6936 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
6937 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
6938 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
6939 </checkgroup>
6940 </item> <!-- Payment Methods -->
6941 </group> <!-- Shops -->
6942 <group name="Offices" icon="presets/office/private_company.svg">
6943 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6944 <link wiki="Tag:office=accountant" />
6945 <space />
6946 <key key="office" value="accountant" />
6947 <reference ref="name_operator_oh_wheelchair" />
6948 <reference ref="link_contact_address" />
6949 </item> <!-- Accountant -->
6950 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6951 <link wiki="Tag:office=advertising_agency" />
6952 <space />
6953 <key key="office" value="advertising_agency" />
6954 <reference ref="name_operator_oh_wheelchair" />
6955 <reference ref="link_contact_address" />
6956 </item> <!-- Advertising agency -->
6957 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6958 <link wiki="Tag:office=architect" />
6959 <space />
6960 <key key="office" value="architect" />
6961 <reference ref="name_operator_oh_wheelchair" />
6962 <reference ref="link_contact_address" />
6963 </item> <!-- Architect -->
6964 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6965 <link wiki="Tag:office=association" />
6966 <space />
6967 <key key="office" value="association" />
6968 <reference ref="name_operator_oh_wheelchair" />
6969 <reference ref="link_contact_address" />
6970 </item> <!-- Association -->
6971 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6972 <link wiki="Tag:office=company" />
6973 <space />
6974 <key key="office" value="company" />
6975 <reference ref="name_oh_wheelchair" />
6976 <reference ref="link_contact_address" />
6977 </item> <!-- Private company -->
6978 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6979 <link wiki="Tag:office=educational_institution" />
6980 <space />
6981 <key key="office" value="educational_institution" />
6982 <reference ref="name_operator_oh_wheelchair" />
6983 <reference ref="link_contact_address" />
6984 </item> <!-- Educational institution -->
6985 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6986 <link wiki="Tag:office=employment_agency" />
6987 <space />
6988 <key key="office" value="employment_agency" />
6989 <reference ref="name_brand_operator_oh_wheelchair" />
6990 <reference ref="link_contact_address" />
6991 </item> <!-- Employment agency -->
6992 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
6993 <link wiki="Tag:office=estate_agent" />
6994 <space />
6995 <key key="office" value="estate_agent" />
6996 <reference ref="name_operator_oh_wheelchair" />
6997 <reference ref="link_contact_address" />
6998 </item> <!-- Estate agent -->
6999 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7000 <link wiki="Tag:office=foundation" />
7001 <space />
7002 <key key="office" value="foundation" />
7003 <reference ref="name_brand_operator_oh_wheelchair" />
7004 <reference ref="link_contact_address" />
7005 </item> <!-- Foundation -->
7006 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7007 <link wiki="Tag:office=government" />
7008 <space />
7009 <key key="office" value="government" />
7010 <text key="name" text="Name" />
7011 <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" />
7012 <reference ref="oh_wheelchair" />
7013 <reference ref="link_contact_address" />
7014 </item> <!-- Government -->
7015 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7016 <link wiki="Tag:office=insurance" />
7017 <space />
7018 <key key="office" value="insurance" />
7019 <reference ref="name_brand_operator_oh_wheelchair" />
7020 <reference ref="link_contact_address" />
7021 </item> <!-- Insurance -->
7022 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7023 <link wiki="Tag:office=it" />
7024 <space />
7025 <key key="office" value="it" />
7026 <reference ref="name_oh_wheelchair" />
7027 <reference ref="link_contact_address" />
7028 </item> <!-- It specialist -->
7029 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7030 <link wiki="Tag:office=lawyer" />
7031 <space />
7032 <key key="office" value="lawyer" />
7033 <reference ref="name_operator_oh_wheelchair" />
7034 <reference ref="link_contact_address" />
7035 </item> <!-- Lawyer -->
7036 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7037 <link wiki="Tag:office=newspaper" />
7038 <space />
7039 <key key="office" value="newspaper" />
7040 <reference ref="name_operator_oh_wheelchair" />
7041 <reference ref="link_contact_address" />
7042 </item> <!-- Newspaper -->
7043 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7044 <link wiki="Tag:office=ngo" />
7045 <space />
7046 <key key="office" value="ngo" />
7047 <reference ref="name_brand_operator_oh_wheelchair" />
7048 <reference ref="link_contact_address" />
7049 </item> <!-- Non-governmental organisation (NGO) -->
7050 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7051 <link wiki="Tag:office=notary" />
7052 <space />
7053 <key key="office" value="notary" />
7054 <reference ref="name_oh_wheelchair" />
7055 <reference ref="link_contact_address" />
7056 </item> <!-- Notary -->
7057 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7058 <link wiki="Tag:office=political_party" />
7059 <space />
7060 <key key="office" value="political_party" />
7061 <reference ref="name_oh_wheelchair" />
7062 <reference ref="link_contact_address" />
7063 </item> <!-- Political party -->
7064 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7065 <link wiki="Tag:office=religion" />
7066 <space />
7067 <key key="office" value="religion" />
7068 <text key="name" text="Name" />
7069 <reference ref="religious" />
7070 <reference ref="oh_wheelchair" />
7071 <reference ref="link_contact_address" />
7072 </item> <!-- Religion -->
7073 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7074 <link wiki="Tag:office=research" />
7075 <space />
7076 <key key="office" value="research" />
7077 <reference ref="name_operator_oh_wheelchair" />
7078 <reference ref="link_contact_address" />
7079 </item> <!-- Research -->
7080 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7081 <link wiki="Tag:office=tax_advisor" />
7082 <space />
7083 <key key="office" value="tax_advisor" />
7084 <reference ref="name_brand_operator_oh_wheelchair" />
7085 <reference ref="link_contact_address" />
7086 </item> <!-- Tax advisor -->
7087 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
7088 <link wiki="Tag:office=telecommunication" />
7089 <space />
7090 <key key="office" value="telecommunication" />
7091 <reference ref="name_brand_operator_oh_wheelchair" />
7092 <reference ref="link_contact_address" />
7093 </item> <!-- Telecommunication -->
7094 </group> <!-- Offices -->
7095 <group name="Craft" icon="presets/craft/painter.svg">
7096 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
7097 <link wiki="Tag:craft=beekeeper" />
7098 <space />
7099 <key key="craft" value="beekeeper" />
7100 <reference ref="name_operator_oh_wheelchair" />
7101 <reference ref="link_contact_address" />
7102 </item> <!-- Beekeeper -->
7103 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
7104 <link wiki="Tag:craft=brewery" />
7105 <space />
7106 <key key="craft" value="brewery" />
7107 <reference ref="name_operator_oh_wheelchair" />
7108 <reference ref="link_contact_address" />
7109 </item> <!-- Brewery -->
7110 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
7111 <link wiki="Tag:craft=winery" />
7112 <space />
7113 <key key="craft" value="winery" />
7114 <reference ref="name_operator_oh_wheelchair" />
7115 <reference ref="link_contact_address" />
7116 </item> <!-- Winery -->
7117 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
7118 <link wiki="Tag:craft=caterer" />
7119 <space />
7120 <key key="craft" value="caterer" />
7121 <reference ref="name_operator_oh_wheelchair" />
7122 <reference ref="link_contact_address" />
7123 </item> <!-- Caterer -->
7124 <separator/> <!-- food group -->
7125 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7126 <link wiki="Tag:craft=upholsterer" />
7127 <space />
7128 <key key="craft" value="upholsterer" />
7129 <reference ref="name_operator_oh_wheelchair" />
7130 <reference ref="link_contact_address" />
7131 </item> <!-- Upholsterer -->
7132 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7133 <link wiki="Tag:craft=key_cutter" />
7134 <space />
7135 <key key="craft" value="key_cutter" />
7136 <reference ref="name_operator_oh_wheelchair" />
7137 <reference ref="link_contact_address" />
7138 </item> <!-- Key cutter -->
7139 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7140 <link wiki="Tag:craft=locksmith" />
7141 <space />
7142 <key key="craft" value="locksmith" />
7143 <reference ref="name_operator_oh_wheelchair" />
7144 <reference ref="link_contact_address" />
7145 </item> <!-- Locksmith -->
7146 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
7147 <link wiki="Tag:craft=electrician" />
7148 <space />
7149 <key key="craft" value="electrician" />
7150 <reference ref="name_operator_oh_wheelchair" />
7151 <reference ref="link_contact_address" />
7152 </item> <!-- Electrician -->
7153 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
7154 <link wiki="Tag:craft=plumber" />
7155 <space />
7156 <key key="craft" value="plumber" />
7157 <reference ref="name_operator_oh_wheelchair" />
7158 <reference ref="link_contact_address" />
7159 </item> <!-- Plumber -->
7160 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
7161 <link wiki="Tag:craft=hvac" />
7162 <space />
7163 <key key="craft" value="hvac" />
7164 <reference ref="name_operator_oh_wheelchair" />
7165 <reference ref="link_contact_address" />
7166 </item> <!-- Hvac -->
7167 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7168 <link wiki="Tag:craft=painter" />
7169 <space />
7170 <key key="craft" value="painter" />
7171 <reference ref="name_operator_oh_wheelchair" />
7172 <reference ref="link_contact_address" />
7173 </item> <!-- Painter -->
7174 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
7175 <link wiki="Tag:craft=tiler" />
7176 <space />
7177 <key key="craft" value="tiler" />
7178 <reference ref="name_operator_oh_wheelchair" />
7179 <reference ref="link_contact_address" />
7180 </item> <!-- Tiler -->
7181 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7182 <link wiki="Tag:craft=window_construction" />
7183 <space />
7184 <key key="craft" value="window_construction" />
7185 <reference ref="name_operator_oh_wheelchair" />
7186 <reference ref="link_contact_address" />
7187 </item> <!-- Window construction -->
7188 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
7189 <link wiki="Tag:craft=carpenter" />
7190 <space />
7191 <key key="craft" value="carpenter" />
7192 <reference ref="name_operator_oh_wheelchair" />
7193 <reference ref="link_contact_address" />
7194 </item> <!-- Carpenter -->
7195 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7196 <link wiki="Tag:craft=roofer" />
7197 <space />
7198 <key key="craft" value="roofer" />
7199 <reference ref="name_operator_oh_wheelchair" />
7200 <reference ref="link_contact_address" />
7201 </item> <!-- Roofer -->
7202 <separator/> <!-- apartment/house group -->
7203 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
7204 <link wiki="Tag:craft=photographer" />
7205 <space />
7206 <key key="craft" value="photographer" />
7207 <reference ref="name_operator_oh_wheelchair" />
7208 <reference ref="link_contact_address" />
7209 </item> <!-- Photographer -->
7210 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
7211 <link wiki="Tag:craft=handicraft" />
7212 <space />
7213 <key key="craft" value="handicraft" />
7214 <reference ref="name_operator_oh_wheelchair" />
7215 <reference ref="link_contact_address" />
7216 </item> <!-- Handicraft -->
7217 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
7218 <link wiki="Tag:craft=pottery" />
7219 <space />
7220 <key key="craft" value="pottery" />
7221 <reference ref="name_operator_oh_wheelchair" />
7222 <reference ref="link_contact_address" />
7223 </item> <!-- Pottery -->
7224 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
7225 <link wiki="Tag:craft=gardener" />
7226 <space />
7227 <key key="craft" value="gardener" />
7228 <reference ref="name_operator_oh_wheelchair" />
7229 <reference ref="link_contact_address" />
7230 </item> <!-- Gardener -->
7231 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
7232 <link wiki="Tag:craft=shoemaker" />
7233 <space />
7234 <key key="craft" value="shoemaker" />
7235 <reference ref="name_operator_oh_wheelchair" />
7236 <reference ref="link_contact_address" />
7237 </item> <!-- Shoemaker -->
7238 <separator/> <!-- other "soft"/art craft group -->
7239 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
7240 <link wiki="Tag:craft=sawmill" />
7241 <space />
7242 <key key="craft" value="sawmill" />
7243 <reference ref="name_operator_oh_wheelchair" />
7244 <reference ref="link_contact_address" />
7245 </item> <!-- Sawmill -->
7246 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
7247 <link wiki="Tag:craft=stonemason" />
7248 <space />
7249 <key key="craft" value="stonemason" />
7250 <reference ref="name_operator_oh_wheelchair" />
7251 <reference ref="link_contact_address" />
7252 </item> <!-- Stonemason -->
7253 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
7254 <link wiki="Tag:craft=blacksmith" />
7255 <space />
7256 <key key="craft" value="blacksmith" />
7257 <reference ref="name_operator_oh_wheelchair" />
7258 <reference ref="link_contact_address" />
7259 </item> <!-- Blacksmith -->
7260 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
7261 <link wiki="Tag:craft=metal_construction" />
7262 <space />
7263 <key key="craft" value="metal_construction" />
7264 <reference ref="name_operator_oh_wheelchair" />
7265 <reference ref="link_contact_address" />
7266 </item> <!-- Metal construction -->
7267 <!-- other "hard" craft group -->
7268 </group> <!-- Craft -->
7269 <group name="Geography" icon="presets/landmark/peak.svg">
7270 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7271 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7272 <link wiki="Tag:boundary=administrative" />
7273 <space />
7274 <key key="boundary" value="administrative" />
7275 <text key="name" text="Name" />
7276 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
7277 <check key="maritime" text="Maritime" disable_off="true" />
7278 </item> <!-- Administrative -->
7279 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7280 <link wiki="Tag:boundary=political" />
7281 <space />
7282 <key key="boundary" value="political" />
7283 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
7284 <text key="name" text="Name" />
7285 </item> <!-- Political -->
7286 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7287 <link wiki="Tag:boundary=postal_code" />
7288 <space />
7289 <key key="boundary" value="postal_code" />
7290 <text key="postal_code" text="Postal Code" />
7291 </item> <!-- Postal Code -->
7292 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7293 <link wiki="Tag:boundary=national_park" />
7294 <space />
7295 <key key="boundary" value="national_park" />
7296 <text key="name" text="Name" />
7297 </item> <!-- National Park -->
7298 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
7299 <link wiki="Tag:boundary=protected_area" />
7300 <space />
7301 <key key="boundary" value="protected_area" />
7302 <text key="protect_class" text="Protect Class" length="2" />
7303 <text key="protection_title" text="Title or type of protection" />
7304 <optional>
7305 <reference ref="name_operator" />
7306 <reference ref="oh" />
7307 <text key="wikipedia" text="Wikipedia" />
7308 <text key="start_date" text="Start date" />
7309 </optional>
7310 </item> <!-- Protected Area -->
7311 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
7312 <link wiki="Tag:boundary=maritime" />
7313 <space />
7314 <key key="boundary" value="maritime" />
7315 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
7316 <text key="name" text="Name" />
7317 </item> <!-- Maritime -->
7318 </group> <!-- Boundaries -->
7319 <group name="Places" icon="presets/place/isolated_dwelling.svg">
7320 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7321 <link wiki="Tag:place=continent" />
7322 <space />
7323 <key key="place" value="continent" />
7324 <reference ref="name_wikipedia" />
7325 </item> <!-- Continent -->
7326 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7327 <link wiki="Tag:place=country" />
7328 <space />
7329 <key key="place" value="country" />
7330 <reference ref="name_wikipedia" />
7331 </item> <!-- Country -->
7332 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
7333 <link wiki="Tag:place=state" />
7334 <space />
7335 <key key="place" value="state" />
7336 <reference ref="name_wikipedia" />
7337 </item> <!-- State -->
7338 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7339 <link wiki="Tag:place=region" />
7340 <space />
7341 <key key="place" value="region" />
7342 <reference ref="name_wikipedia" />
7343 </item> <!-- Region -->
7344 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7345 <link wiki="Tag:place=county" />
7346 <space />
7347 <key key="place" value="county" />
7348 <reference ref="name_wikipedia" />
7349 <reference ref="population_postcode_website" />
7350 </item> <!-- County -->
7351 <separator/>
7352 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7353 <link wiki="Tag:place=city" />
7354 <space />
7355 <key key="place" value="city" />
7356 <reference ref="name_wikipedia" />
7357 <reference ref="population_postcode_website" />
7358 </item> <!-- City -->
7359 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7360 <link wiki="Tag:place=town" />
7361 <space />
7362 <key key="place" value="town" />
7363 <reference ref="name_wikipedia" />
7364 <reference ref="population_postcode_website" />
7365 </item> <!-- Town -->
7366 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7367 <link wiki="Tag:place=village" />
7368 <space />
7369 <key key="place" value="village" />
7370 <reference ref="name_wikipedia" />
7371 <reference ref="population_postcode_website" />
7372 </item> <!-- Village -->
7373 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7374 <link wiki="Tag:place=hamlet" />
7375 <space />
7376 <key key="place" value="hamlet" />
7377 <reference ref="name_wikipedia" />
7378 <reference ref="population_postcode_website" />
7379 </item> <!-- Hamlet -->
7380 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7381 <link wiki="Tag:place=isolated_dwelling" />
7382 <space />
7383 <key key="place" value="isolated_dwelling" />
7384 <reference ref="name_wikipedia" />
7385 <reference ref="population_postcode_website" />
7386 </item> <!-- Isolated Dwelling -->
7387 <separator/>
7388 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7389 <link wiki="Tag:place=suburb" />
7390 <space />
7391 <key key="place" value="suburb" />
7392 <reference ref="name_wikipedia" />
7393 <reference ref="population_postcode_website" />
7394 </item> <!-- Suburb -->
7395 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7396 <link wiki="Tag:place=quarter" />
7397 <space />
7398 <key key="place" value="quarter" />
7399 <reference ref="name_wikipedia" />
7400 <text key="population" text="Population" />
7401 <text key="website" text="Website" />
7402 </item> <!-- Quarter -->
7403 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7404 <link wiki="Tag:place=neighbourhood" />
7405 <space />
7406 <key key="place" value="neighbourhood" />
7407 <reference ref="name_wikipedia" />
7408 <text key="population" text="Population" />
7409 <text key="website" text="Website" />
7410 </item> <!-- Neighbourhood -->
7411 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7412 <link wiki="Tag:place=farm" />
7413 <space />
7414 <label text="A farm within a bigger settlement" />
7415 <label text="(please use isolated_dwelling for an isolated farm)" />
7416 <key key="place" value="farm" />
7417 <reference ref="name_wikipedia" />
7418 <reference ref="population_postcode_website" />
7419 </item> <!-- Farm -->
7420 <separator/>
7421 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
7422 <link wiki="Tag:place=locality" />
7423 <space />
7424 <key key="place" value="locality" />
7425 <reference ref="name_wikipedia" />
7426 </item> <!-- Locality -->
7427 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
7428 <link wiki="Tag:place=square" />
7429 <space />
7430 <key key="place" value="square" />
7431 <reference ref="name_wikipedia" />
7432 </item> <!-- Square -->
7433 </group> <!-- Places -->
7434 <group name="Geography" icon="presets/landmark/peak.svg">
7435 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
7436 <link wiki="Tag:natural=peak" />
7437 <label text="The top (summit) of a mountain or hill." />
7438 <space />
7439 <key key="natural" value="peak" />
7440 <reference ref="name_wikipedia" />
7441 <text key="ele" text="Elevation (meters)" length="10" />
7442 </item> <!-- Peak -->
7443 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
7444 <link wiki="Tag:natural=saddle" />
7445 <label text="A saddle point between mountains or hills." />
7446 <space/>
7447 <key key="natural" value="saddle" />
7448 <reference ref="name_wikipedia" />
7449 <text key="ele" text="Elevation (meters)" length="10" />
7450 </item> <!-- Saddle -->
7451 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
7452 <link wiki="Tag:natural=glacier" />
7453 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
7454 <space />
7455 <key key="natural" value="glacier" />
7456 <reference ref="name_wikipedia" />
7457 <text key="ele" text="Elevation (meters)" length="10" />
7458 </item> <!-- Glacier -->
7459 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
7460 <link wiki="Tag:natural=volcano" />
7461 <label text="A volcano, either dormant, extinct or active." />
7462 <space />
7463 <key key="natural" value="volcano" />
7464 <reference ref="name_wikipedia" />
7465 <text key="ele" text="Elevation (meters)" length="10" />
7466 <optional>
7467 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7468 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7469 </optional>
7470 </item> <!-- Volcano -->
7471 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
7472 <link wiki="Tag:natural=ridge" />
7473 <label text="A mountain or hill ridge." />
7474 <space />
7475 <key key="natural" value="ridge" />
7476 <reference ref="name_wikipedia" />
7477 <text key="ele" text="Elevation (meters)" length="10" />
7478 </item> <!-- Ridge -->
7479 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
7480 <link wiki="Tag:natural=valley" />
7481 <label text="A low area between hills." />
7482 <space />
7483 <key key="natural" value="valley" />
7484 <reference ref="name_wikipedia" />
7485 </item> <!-- Valley -->
7486 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
7487 <link wiki="Tag:natural=cliff" />
7488 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7489 <space />
7490 <key key="natural" value="cliff" />
7491 <text key="name" text="Name" />
7492 <text key="height" text="Height (meters)" length="7" />
7493 </item> <!-- Cliff -->
7494 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
7495 <link wiki="Tag:natural=cave_entrance" />
7496 <label text="The entrance to a cave." />
7497 <space />
7498 <key key="natural" value="cave_entrance" />
7499 <reference ref="name_wikipedia" />
7500 <reference ref="oh_wheelchair" />
7501 <reference ref="POI_access" />
7502 <reference ref="fee" />
7503 </item> <!-- Cave Entrance -->
7504 <separator/>
7505 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
7506 <link wiki="Tag:place=island" />
7507 <space />
7508 <key key="place" value="island" />
7509 <reference ref="name_wikipedia" />
7510 </item> <!-- Island -->
7511 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
7512 <link wiki="Tag:place=islet" />
7513 <space />
7514 <key key="place" value="islet" />
7515 <reference ref="name_wikipedia" />
7516 </item> <!-- Islet -->
7517 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
7518 <link wiki="Tag:natural=reef" />
7519 <space />
7520 <key key="natural" value="reef" />
7521 <text key="name" text="Name" />
7522 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
7523 </item> <!-- Reef -->
7524 </group> <!-- Geography -->
7525 <group name="Nature" icon="presets/landmark/trees.svg">
7526 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
7527 <link wiki="Tag:natural=tree" />
7528 <label text="A single tree." />
7529 <space />
7530 <key key="natural" value="tree" />
7531 <reference ref="leaf_without_mixed" />
7532 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7533 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7534 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7535 <list_entry value="avenue" short_description="Trees aligned along a road." />
7536 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7537 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7538 </combo>
7539 <optional>
7540 <reference ref="genus_species_taxon" />
7541 <space />
7542 <text key="height" text="Height (meters)" length="7" />
7543 <text key="diameter_crown" text="Diameter crown (meters)" />
7544 <text key="circumference" text="Circumference (meters)" />
7545 <space />
7546 <text key="name" text="Name" />
7547 <text key="start_date" text="Start date" />
7548 </optional>
7549 </item> <!-- Tree -->
7550 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
7551 <link wiki="Tag:natural=tree_row" />
7552 <label text="A line of trees." />
7553 <space />
7554 <key key="natural" value="tree_row" />
7555 <reference ref="leaf" />
7556 <optional>
7557 <reference ref="genus_species_taxon" />
7558 <text key="height" text="Height (meters)" length="7" />
7559 </optional>
7560 </item> <!-- Tree Row -->
7561 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
7562 <link wiki="Tag:natural=wood" />
7563 <label text="Woodland where timber production does not dominate use." />
7564 <space />
7565 <key key="natural" value="wood" />
7566 <text key="name" text="Name" />
7567 <reference ref="leaf" />
7568 </item> <!-- Wood -->
7569 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
7570 <link wiki="Tag:landuse=forest" />
7571 <space />
7572 <key key="landuse" value="forest" />
7573 <reference ref="leaf" />
7574 <reference ref="optional_name" />
7575 </item> <!-- Forest -->
7576 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
7577 <link wiki="Tag:man_made=cutline" />
7578 <space />
7579 <key key="man_made" value="cutline" />
7580 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7581 </item> <!-- Cutline -->
7582 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7583 <link wiki="Tag:natural=grassland" />
7584 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
7585 <space />
7586 <key key="natural" value="grassland" />
7587 <text key="name" text="Name" />
7588 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
7589 </item> <!-- Grassland -->
7590 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
7591 <link wiki="Tag:leisure=nature_reserve" />
7592 <space />
7593 <key key="leisure" value="nature_reserve" />
7594 <text key="name" text="Name" />
7595 </item> <!-- Nature Reserve -->
7596 <separator/>
7597 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
7598 <link wiki="Tag:natural=scree" />
7599 <label text="An accumulation of loose angular rocks." />
7600 <space />
7601 <key key="natural" value="scree" />
7602 <text key="name" text="Name" />
7603 </item> <!-- Scree -->
7604 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
7605 <link wiki="Tag:natural=shingle" />
7606 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7607 <space />
7608 <key key="natural" value="shingle" />
7609 <text key="name" text="Name" />
7610 </item> <!-- Shingle -->
7611 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
7612 <link wiki="Tag:natural=fell" />
7613 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
7614 <space />
7615 <key key="natural" value="fell" />
7616 <text key="name" text="Name" />
7617 </item> <!-- Fell -->
7618 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
7619 <link wiki="Tag:natural=scrub" />
7620 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
7621 <space />
7622 <key key="natural" value="scrub" />
7623 <text key="name" text="Name" />
7624 <optional>
7625 <reference ref="leaf" />
7626 </optional>
7627 </item> <!-- Scrub -->
7628 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
7629 <link wiki="Tag:natural=heath" />
7630 <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." />
7631 <space />
7632 <key key="natural" value="heath" />
7633 <text key="name" text="Name" />
7634 </item> <!-- Heath -->
7635 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
7636 <link wiki="Tag:natural=sand" />
7637 <label text="Large area covered with sand." />
7638 <space />
7639 <key key="natural" value="sand" />
7640 <text key="name" text="Name" />
7641 </item> <!-- Sand -->
7642 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
7643 <link wiki="Tag:natural=bare_rock" />
7644 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
7645 <space />
7646 <key key="natural" value="bare_rock" />
7647 <text key="name" text="Name" />
7648 </item> <!-- Bare Rock -->
7649 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
7650 <link wiki="Tag:natural=rock" />
7651 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
7652 <space />
7653 <key key="natural" value="rock" />
7654 <reference ref="name_wikipedia" />
7655 <optional>
7656 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
7657 </optional>
7658 </item> <!-- Rock -->
7659 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
7660 <link wiki="Tag:natural=stone" />
7661 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
7662 <space />
7663 <key key="natural" value="stone" />
7664 <reference ref="name_wikipedia" />
7665 <optional>
7666 <text key="height" text="Height (meters)" length="7" />
7667 <text key="width" text="Width (meters)" />
7668 </optional>
7669 </item> <!-- Stone -->
7670 </group> <!-- Nature -->
7671 <group name="Land use" icon="presets/landuse/farmland.svg">
7672 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
7673 <link wiki="Tag:landuse=farmyard" />
7674 <space />
7675 <key key="landuse" value="farmyard" />
7676 <reference ref="optional_name" />
7677 </item> <!-- Farmyard -->
7678 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
7679 <link wiki="Tag:landuse=farmland" />
7680 <space />
7681 <key key="landuse" value="farmland" />
7682 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
7683 <reference ref="optional_name" />
7684 </item> <!-- Farmland -->
7685 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7686 <link wiki="Tag:landuse=meadow" />
7687 <space />
7688 <key key="landuse" value="meadow" />
7689 <reference ref="optional_name" />
7690 </item> <!-- Meadow -->
7691 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
7692 <link wiki="Tag:landuse=orchard" />
7693 <space />
7694 <key key="landuse" value="orchard" />
7695 <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" />
7696 <reference ref="optional_name" />
7697 </item> <!-- Orchard -->
7698 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
7699 <link wiki="Tag:landuse=vineyard" />
7700 <space />
7701 <key key="landuse" value="vineyard" />
7702 <key key="crop" value="grape" match="keyvalue" />
7703 <reference ref="optional_name" />
7704 </item> <!-- Vineyard -->
7705 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
7706 <link wiki="Tag:landuse=greenhouse_horticulture" />
7707 <space />
7708 <key key="landuse" value="greenhouse_horticulture" />
7709 <reference ref="optional_name_operator" />
7710 </item> <!-- Greenhouse Horticulture -->
7711 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
7712 <link wiki="Tag:landuse=plant_nursery" />
7713 <key key="landuse" value="plant_nursery" />
7714 <reference ref="optional_name_operator" />
7715 <space />
7716 <reference ref="leaf" />
7717 <reference ref="genus_species_taxon" />
7718 </item> <!-- Plant Nursery -->
7719 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
7720 <link wiki="Tag:landuse=salt_pond" />
7721 <space />
7722 <key key="landuse" value="salt_pond" />
7723 <reference ref="optional_name_operator" />
7724 </item> <!-- Salt Pond -->
7725 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
7726 <link wiki="Tag:landuse=aquaculture" />
7727 <space />
7728 <key key="landuse" value="aquaculture" />
7729 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
7730 <reference ref="optional_name_operator" />
7731 </item> <!-- Aquaculture -->
7732 <separator/>
7733 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
7734 <link wiki="Tag:landuse=allotments" />
7735 <space />
7736 <key key="landuse" value="allotments" />
7737 <reference ref="optional_name" />
7738 </item> <!-- Allotments -->
7739 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
7740 <link wiki="Tag:landuse=flowerbed" />
7741 <space />
7742 <key key="landuse" value="flowerbed" />
7743 <optional>
7744 <text key="operator" text="Operator" />
7745 <reference ref="genus_species_taxon" />
7746 </optional>
7747 </item> <!-- Flowerbed -->
7748 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
7749 <link wiki="Tag:leisure=garden" />
7750 <space />
7751 <key key="leisure" value="garden" />
7752 <reference ref="optional_name" />
7753 </item> <!-- Garden -->
7754 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
7755 <link wiki="Tag:landuse=grass" />
7756 <space />
7757 <key key="landuse" value="grass" />
7758 <reference ref="optional_name" />
7759 </item> <!-- Grass -->
7760 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7761 <link wiki="Tag:landuse=village_green" />
7762 <space />
7763 <key key="landuse" value="village_green" />
7764 <reference ref="optional_name" />
7765 </item> <!-- Village Green -->
7766 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
7767 <link wiki="Tag:leisure=park" />
7768 <space />
7769 <key key="leisure" value="park" />
7770 <reference ref="optional_name" />
7771 </item> <!-- Park -->
7772 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
7773 <link wiki="Tag:landuse=recreation_ground" />
7774 <space />
7775 <key key="landuse" value="recreation_ground" />
7776 <reference ref="optional_name" />
7777 </item> <!-- Recreation Ground -->
7778 <separator/>
7779 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
7780 <link wiki="Tag:landuse=religious" />
7781 <space />
7782 <key key="landuse" value="religious" />
7783 <text key="name" text="Name" />
7784 <reference ref="religious" />
7785 </item> <!-- Religious -->
7786 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
7787 <link wiki="Tag:landuse=cemetery" />
7788 <space />
7789 <key key="landuse" value="cemetery" />
7790 <text key="name" text="Name" />
7791 <reference ref="religious" />
7792 </item> <!-- Cemetery -->
7793 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
7794 <link wiki="Tag:amenity=grave_yard" />
7795 <space />
7796 <key key="amenity" value="grave_yard" />
7797 <text key="name" text="Name" />
7798 <reference ref="religious" />
7799 </item> <!-- Graveyard -->
7800 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
7801 <link wiki="Tag:cemetery=sector" />
7802 <space />
7803 <key key="cemetery" value="sector" />
7804 <optional>
7805 <text key="ref" text="Reference" />
7806 <text key="name" text="Name" />
7807 </optional>
7808 </item> <!-- Cemetery sector-->
7809 <separator/>
7810 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
7811 <link wiki="Tag:landuse=residential" />
7812 <space />
7813 <key key="landuse" value="residential" />
7814 <reference ref="optional_name" />
7815 </item> <!-- Residential Area -->
7816 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
7817 <link wiki="Tag:landuse=retail" />
7818 <space />
7819 <key key="landuse" value="retail" />
7820 <reference ref="optional_name" />
7821 </item> <!-- Retail -->
7822 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
7823 <link wiki="Tag:landuse=commercial" />
7824 <space />
7825 <key key="landuse" value="commercial" />
7826 <reference ref="optional_name" />
7827 </item> <!-- Commercial -->
7828 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
7829 <link wiki="Tag:landuse=industrial" />
7830 <space />
7831 <key key="landuse" value="industrial" />
7832 <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" />
7833 <reference ref="optional_name" />
7834 </item> <!-- Industrial -->
7835 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
7836 <link wiki="Tag:landuse=garages" />
7837 <space />
7838 <key key="landuse" value="garages" />
7839 <reference ref="optional_name_operator" />
7840 </item> <!-- Garages -->
7841 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
7842 <link wiki="Tag:landuse=railway" />
7843 <space />
7844 <key key="landuse" value="railway" />
7845 <reference ref="optional_name" />
7846 </item> <!-- Railway Land -->
7847 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
7848 <link wiki="Tag:landuse=military" />
7849 <space />
7850 <key key="landuse" value="military" />
7851 <reference ref="optional_name" />
7852 </item> <!-- Military -->
7853 <separator/>
7854 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
7855 <link wiki="Tag:landuse=construction" />
7856 <space />
7857 <key key="landuse" value="construction" />
7858 <reference ref="optional_name" />
7859 </item> <!-- Construction Area -->
7860 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
7861 <link wiki="Tag:landuse=brownfield" />
7862 <space />
7863 <key key="landuse" value="brownfield" />
7864 <reference ref="optional_name" />
7865 </item> <!-- Brownfield -->
7866 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
7867 <link wiki="Tag:landuse=greenfield" />
7868 <space />
7869 <key key="landuse" value="greenfield" />
7870 <reference ref="optional_name" />
7871 </item> <!-- Greenfield -->
7872 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
7873 <link wiki="Tag:landuse=landfill" />
7874 <space />
7875 <key key="landuse" value="landfill" />
7876 <reference ref="optional_name" />
7877 </item> <!-- Landfill -->
7878 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
7879 <link wiki="Tag:landuse=quarry" />
7880 <space />
7881 <key key="landuse" value="quarry" />
7882 <reference ref="name_operator" />
7883 <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" />
7884 </item> <!-- Quarry -->
7885 </group> <!-- Landuse -->
7886 </group> <!-- Geography -->
7887 <group name="Annotation" icon="presets/misc/housenumber.svg">
7888 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7889 <link wiki="Key:name" />
7890 <space />
7891 <text key="name" text="Name" />
7892 <optional>
7893 <text key="alt_name" text="Alternative name" match="key" />
7894 <text key="old_name" text="Historical name" match="key" />
7895 <text key="loc_name" text="Local name" match="key" />
7896 <text key="reg_name" text="Regional name" match="key" />
7897 <text key="nat_name" text="National name" match="key" />
7898 <text key="int_name" text="International name" match="key" />
7899 <text key="official_name" text="Official name" match="key" />
7900 <text key="short_name" text="Common name abbreviation" match="key" />
7901 </optional>
7902 </item> <!-- Name -->
7903 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7904 <link wiki="Key:addr" />
7905 <space />
7906 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
7907 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7908 <optional>
7909 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
7910 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
7911 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
7912 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
7913 </optional>
7914 <optional text="Optional values for specific countries">
7915 <text key="addr:unit" text="Unit/Suite" match="key" />
7916 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
7917 <text key="addr:hamlet" text="Hamlet" match="key" />
7918 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
7919 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
7920 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
7921 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
7922 <!-- US States as defined in ISO 3166-2 -->
7923 <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" />
7924 </optional>
7925 </item> <!-- Address -->
7926 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
7927 <link wiki="Key:addr" />
7928 <space />
7929 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
7930 <optional>
7931 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
7932 </optional>
7933 </item> <!-- Address Interpolation -->
7934 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7935 <link wiki="Annotations" />
7936 <space />
7937 <text key="website" text="Website" match="key" />
7938 <text key="email" text="Email Address" match="key" />
7939 <space />
7940 <text key="phone" text="Phone number" match="key" />
7941 <text key="fax" text="Fax Number" match="key" />
7942 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7943 <space />
7944 <text key="wikipedia" text="Wikipedia" />
7945 <text key="image" text="Image" />
7946 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
7947 </item> <!-- Contact (Common Schema) -->
7948 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7949 <link wiki="Key:contact" />
7950 <space />
7951 <text key="contact:website" text="Website" match="key" />
7952 <text key="contact:email" text="Email Address" match="key" />
7953 <space />
7954 <text key="contact:phone" text="Phone number" match="key" />
7955 <text key="contact:fax" text="Fax Number" match="key" />
7956 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
7957 <space />
7958 <text key="wikipedia" text="Wikipedia" />
7959 <text key="image" text="Image" />
7960 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
7961 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
7962 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7963 <link wiki="Key:description" />
7964 <space />
7965 <label text="A short text with additional information." text_context="description=*" />
7966 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
7967 <space />
7968 <text key="description" text="Description" match="key" />
7969 <preset_link preset_name="Note" text="Similar but different tags:" />
7970 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7971 </item> <!-- Description -->
7972 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7973 <link wiki="Key:note" />
7974 <space />
7975 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
7976 <space />
7977 <text key="note" text="Note" text_context="the tag note=*" match="key" />
7978 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7979 <preset_link preset_name="Description" text="Similar but different tags:" />
7980 </item> <!-- Note -->
7981 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
7982 <link wiki="Key:fixme" />
7983 <space />
7984 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
7985 <space />
7986 <text key="fixme" text="Fixme" match="key" />
7987 <preset_link preset_name="Note" text="Similar but different tags:" />
7988 <preset_link preset_name="Description" text="Similar but different tags:" />
7989 </item> <!-- Fixme -->
7990 </group> <!-- Annotation -->
7991 <group name="Relations" icon="presets/misc/relations.svg">
7992 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
7993 <link wiki="Relation:multipolygon" />
7994 <key key="type" value="multipolygon" />
7995 <optional>
7996 <text key="name" text="Name" />
7997 </optional>
7998 <roles>
7999 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8000 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8001 </roles>
8002 </item> <!-- Multipolygon -->
8003 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
8004 <link wiki="Relation:boundary" />
8005 <space />
8006 <key key="type" value="boundary" />
8007 <text key="name" text="Name" />
8008 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
8009 <optional>
8010 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
8011 </optional>
8012 <roles>
8013 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
8014 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
8015 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
8016 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
8017 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
8018 </roles>
8019 </item> <!-- Boundary -->
8020 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
8021 <link wiki="Relation:building" />
8022 <key key="type" value="building" />
8023 <preset_link preset_name="Building" />
8024 <preset_link preset_name="Entrance" />
8025 <preset_link preset_name="Building part" />
8026 <roles>
8027 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
8028 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
8029 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
8030 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
8031 <role key="entrance" text="Entrance" requisite="optional" type="node" />
8032 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
8033 </roles>
8034 </item> <!-- Building -->
8035 <item name="Site" type="relation" preset_name_label="true">
8036 <link wiki="Relation:site" />
8037 <space />
8038 <key key="type" value="site" />
8039 <text key="name" text="Site name" />
8040 <roles>
8041 <role key="label" text="where to place the label" requisite="optional" type="node" />
8042 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
8043 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
8044 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
8045 </roles>
8046 </item> <!-- Site -->
8047 <separator/>
8048 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
8049 <link wiki="Relation:restriction" />
8050 <space />
8051 <key key="type" value="restriction" />
8052 <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" />
8053 <roles>
8054 <role key="from" text="from way" requisite="required" count="1" type="way" />
8055 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8056 <role key="to" text="to way" requisite="required" count="1" type="way" />
8057 </roles>
8058 </item> <!-- Turn Restriction -->
8059 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8060 <link wiki="Relation:connectivity" />
8061 <space />
8062 <key key="type" value="connectivity" />
8063 <text key="connectivity" text="Lane Connectivity" />
8064 <roles>
8065 <role key="from" text="from way" requisite="required" count="1" type="way" />
8066 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8067 <role key="to" text="to way" requisite="required" count="1" type="way" />
8068 </roles>
8069 </item> <!-- Lane Connectivity -->
8070 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
8071 <link wiki="Relation:enforcement" />
8072 <space />
8073 <key key="type" value="enforcement" />
8074 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
8075 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8076 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8077 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8078 <roles>
8079 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8080 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8081 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8082 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8083 </roles>
8084 </item> <!-- Enforcement -->
8085 <separator/>
8086 <group name="Routes" icon="presets/misc/route.svg">
8087 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8088 <link wiki="Tag:route=bicycle" />
8089 <space/>
8090 <key key="type" value="route"/>
8091 <key key="route" value="bicycle"/>
8092 <text key="name" text="Name" />
8093 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8094 <optional>
8095 <reference ref="route_hikebike_optionals" />
8096 </optional>
8097 <roles>
8098 <reference ref="route_segment_roles" />
8099 </roles>
8100 </item> <!-- Bicycle Route -->
8101 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8102 <link wiki="Mountain_biking" />
8103 <space/>
8104 <key key="type" value="route"/>
8105 <key key="route" value="mtb"/>
8106 <text key="name" text="Name" />
8107 <optional>
8108 <reference ref="route_hikebike_optionals" />
8109 </optional>
8110 <roles>
8111 <reference ref="route_segment_roles" />
8112 </roles>
8113 </item> <!-- Mountain Biking Route -->
8114 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8115 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
8116 <space/>
8117 <key key="type" value="route"/>
8118 <key key="route" value="hiking"/>
8119 <text key="name" text="Name" />
8120 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
8121 <optional>
8122 <reference ref="route_hikebike_optionals" />
8123 </optional>
8124 <reference ref="walking_routes_roles" />
8125 </item> <!-- Hiking Route -->
8126 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8127 <link wiki="Tag:route=foot" />
8128 <space/>
8129 <key key="type" value="route"/>
8130 <key key="route" value="foot"/>
8131 <text key="name" text="Name" />
8132 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
8133 <optional>
8134 <reference ref="route_hikebike_optionals" />
8135 </optional>
8136 <reference ref="walking_routes_roles" />
8137 </item> <!-- Walking Route -->
8138 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8139 <link wiki="Tag:route=running" />
8140 <space/>
8141 <key key="type" value="route"/>
8142 <key key="route" value="running"/>
8143 <text key="name" text="Name" />
8144 <optional>
8145 <reference ref="route_hikebike_optionals" />
8146 </optional>
8147 <roles>
8148 <reference ref="route_segment_roles" />
8149 <reference ref="route_start_stop_roles" />
8150 </roles>
8151 </item> <!-- Running Route -->
8152 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8153 <link wiki="Tag:route=fitness_trail" />
8154 <space/>
8155 <key key="type" value="route"/>
8156 <key key="route" value="fitness_trail"/>
8157 <text key="name" text="Name" />
8158 <optional>
8159 <reference ref="route_hikebike_optionals" />
8160 </optional>
8161 <roles>
8162 <reference ref="route_segment_roles" />
8163 <reference ref="route_start_stop_roles" />
8164 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8165 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8166 </roles>
8167 </item> <!-- Fitness Trail -->
8168 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8169 <link wiki="Tag:route=horse" />
8170 <space/>
8171 <key key="type" value="route"/>
8172 <key key="route" value="horse"/>
8173 <text key="name" text="Name" />
8174 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
8175 <optional>
8176 <reference ref="route_hikebike_optionals" />
8177 </optional>
8178 <roles>
8179 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8180 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8181 <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"/>
8182 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8183 </roles>
8184 </item> <!-- Riding Route -->
8185 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8186 <link wiki="Tag:route=piste" />
8187 <space/>
8188 <key key="type" value="route"/>
8189 <key key="route" value="piste"/>
8190 <text key="name" text="Name" />
8191 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
8192 <optional>
8193 <reference ref="route_hikebike_optionals" />
8194 </optional>
8195 <roles>
8196 <role key="" text="route segment" requisite="optional" type="way" />
8197 <role key="forward" text="forward segment" requisite="optional" type="way" />
8198 <role key="backward" text="backward segment" requisite="optional" type="way" />
8199 <role key="link" text="link segment" requisite="optional" type="way" />
8200 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8201 <role key="variant" text="variant segment" requisite="optional" type="way" />
8202 <role key="start" text="entry points" requisite="optional" type="node" />
8203 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8204 </roles>
8205 </item> <!-- Piste Route -->
8206 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8207 <link wiki="Tag:route=ski" />
8208 <space/>
8209 <key key="type" value="route"/>
8210 <key key="route" value="ski"/>
8211 <text key="name" text="Name" />
8212 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
8213 <optional>
8214 <reference ref="route_hikebike_optionals" />
8215 </optional>
8216 <roles>
8217 <role key="" text="route segment" requisite="optional" type="way" />
8218 <role key="forward" text="forward segment" requisite="optional" type="way" />
8219 <role key="backward" text="backward segment" requisite="optional" type="way" />
8220 <role key="link" text="link segment" requisite="optional" type="way" />
8221 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8222 <role key="variant" text="variant segment" requisite="optional" type="way" />
8223 <role key="start" text="entry points" requisite="optional" type="node" />
8224 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8225 </roles>
8226 </item> <!-- Ski Route -->
8227 <separator/>
8228 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8229 <link wiki="Tag:route=detour" />
8230 <space/>
8231 <key key="type" value="route"/>
8232 <key key="route" value="detour"/>
8233 <reference ref="name_ref"/>
8234 <optional>
8235 <text key="operator" text="Operator" />
8236 <text key="destination" text="Destination"/>
8237 <text key="detour" text="Ref of the way this is a detour to"/>
8238 </optional>
8239 <roles>
8240 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8241 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
8242 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8243 </roles>
8244 </item> <!-- Detour Route -->
8245 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8246 <link wiki="Tag:route=power" />
8247 <space/>
8248 <key key="type" value="route"/>
8249 <key key="route" value="power"/>
8250 <reference ref="name_ref_operator"/>
8251 <roles>
8252 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8253 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
8254 </roles>
8255 </item> <!-- Power Route -->
8256 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8257 <link wiki="Tag:route=railway" />
8258 <space/>
8259 <key key="type" value="route"/>
8260 <key key="route" value="railway"/>
8261 <reference ref="name_ref_operator"/>
8262 <roles>
8263 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
8264 </roles>
8265 </item> <!-- Railway Route -->
8266 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8267 <link wiki="Tag:route=road" />
8268 <space/>
8269 <key key="type" value="route"/>
8270 <key key="route" value="road"/>
8271 <reference ref="name_ref"/>
8272 <text key="network" text="Network" />
8273 <text key="operator" text="Operator" />
8274 <text key="distance" text="Distance (kilometers)"/>
8275 <roles>
8276 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8277 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8278 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8279 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8280 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
8281 </roles>
8282 </item> <!-- Road Route -->
8283 <separator/>
8284 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8285 <link wiki="Relation:superroute" />
8286 <space/>
8287 <key key="type" value="superroute"/>
8288 <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" />
8289 <reference ref="name_ref_operator"/>
8290 <roles>
8291 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8292 </roles>
8293 </item> <!-- Superroute -->
8294 </group> <!-- Routes -->
8295 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8296 <link wiki="Relation:network" />
8297 <space />
8298 <key key="type" value="network" />
8299 <text key="name" text="Name" />
8300 <optional>
8301 <text key="network" text="Network" />
8302 <text key="operator" text="Operator" />
8303 </optional>
8304 <roles>
8305 <role key="" text="member" requisite="required" type="relation" />
8306 </roles>
8307 </item> <!-- Route Network -->
8308 <separator/>
8309 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
8310 <link wiki="Relation:associatedStreet" />
8311 <space />
8312 <key key="type" value="associatedStreet" />
8313 <text key="name" text="Street name" />
8314 <roles>
8315 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
8316 <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;" />
8317 </roles>
8318 </item> <!-- Associated Street -->
8319 <item name="Street" type="relation" preset_name_label="true">
8320 <link wiki="Relation:street" />
8321 <space />
8322 <key key="type" value="street" />
8323 <text key="name" text="Name" />
8324 <roles>
8325 <role key="street" text="ways being part of street" requisite="required" type="way" />
8326 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8327 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8328 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8329 </roles>
8330 </item> <!-- Street -->
8331 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
8332 <link wiki="Relation:destination_sign" />
8333 <space />
8334 <key key="type" value="destination_sign" />
8335 <text key="destination" text="Destination written on sign (w/o distance)" />
8336 <text key="distance" text="Distance (kilometers)" />
8337 <text key="time" text="Time (hh:mm, for trekking)" />
8338 <text key="colour:back" text="Colour of background" />
8339 <text key="colour:text" text="Colour of text" />
8340 <text key="colour:arrow" text="Colour of border/arrow" />
8341 <roles>
8342 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8343 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8344 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8345 <role key="sign" text="position of sign" requisite="optional" type="node" />
8346 </roles>
8347 </item> <!-- Destination Sign -->
8348 <separator/>
8349 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
8350 <link wiki="Relation:waterway" />
8351 <space />
8352 <key key="type" value="waterway" />
8353 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8354 <text key="name" text="Name" />
8355 <optional>
8356 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
8357 <text key="ref" text="Reference" />
8358 <text key="ref:sandre" text="Reference Sandre (FR)" />
8359 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8360 <text key="ref:regine" text="Reference REGINE (NO)" />
8361 <text key="ref:gnis" text="Reference GNIS (USA)" />
8362 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8363 <text key="wikipedia" text="Wikipedia" />
8364 </optional>
8365 <roles>
8366 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8367 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8368 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8369 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8370 </roles>
8371 </item> <!-- Waterway -->
8372 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
8373 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8374 <space />
8375 <key key="type" value="bridge" />
8376 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8377 <reference ref="name_ref" />
8378 <text key="height" text="Height (meters)" length="7" />
8379 <text key="length" text="Length (meters)" />
8380 <text key="operator" text="Operator" />
8381 <roles>
8382 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8383 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
8384 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8385 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8386 </roles>
8387 </item> <!-- Bridge -->
8388 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
8389 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
8390 <space />
8391 <key key="type" value="tunnel" />
8392 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8393 <reference ref="name_ref" />
8394 <text key="length" text="Length (meters)" />
8395 <text key="operator" text="Operator" />
8396 <roles>
8397 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
8398 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
8399 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8400 </roles>
8401 </item> <!-- Tunnel -->
8402 </group> <!-- Relations -->
8403</presets>
Note: See TracBrowser for help on using the repository browser.