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

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

fix #18940 - Add man_made=goods_conveyor (icon self created, PD and CC0 licensed)

  • Property svn:eol-style set to native
File size: 502.2 KB
RevLine 
[7102]1<?xml version="1.0" encoding="UTF-8"?>
[13482]2<presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
[7102]3<!--
4 Pics have been derived from
[13481]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
[7102]9 http://www.sjjb.co.uk/mapicons/ (meanwhile in osm svn)
[7667]10
11 Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
[7102]12-->
13
14 <!-- Item chunks -->
15 <chunk id="surface">
[10319]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" />
[7102]17 </chunk>
[8028]18 <chunk id="surface_smoothness">
19 <reference ref="surface" />
[8877]20 <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
[8028]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>
[16291]31 <chunk id="sport_surface">
32 <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
33 </chunk>
[7379]34 <chunk id="riding_surface">
[11153]35 <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
[7379]36 <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
37 </chunk>
[7102]38 <chunk id="highway_base">
[8983]39 <space />
[11133]40 <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
[8983]41 <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
42 <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
43 <space />
44 <text key="maxspeed" text="Max. speed (km/h)" />
45 <text key="maxspeed:forward" text="Max. speed in way direction" />
46 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
47 <space />
48 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[8028]49 <reference ref="surface_smoothness" />
[7102]50 </chunk>
[15074]51 <chunk id="highway_yesno">
52 <checkgroup columns="2">
53 <check key="bridge" text="Bridge" disable_off="true" />
54 <check key="embankment" text="Embankment" disable_off="true" />
55 <check key="tunnel" text="Tunnel" disable_off="true" />
56 <check key="cutting" text="Cutting" disable_off="true" />
57 </checkgroup>
58 </chunk>
[7102]59 <chunk id="highway_yesno_incline">
[15074]60 <reference ref="highway_yesno" />
[16474]61 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
[7102]62 </chunk>
[15074]63 <chunk id="highway_yesno_incline_oneway_lit_width">
[7102]64 <check key="oneway" text="Oneway" />
65 <reference ref="highway_yesno_incline" />
66 <check key="lit" text="Lit" />
67 <text key="width" text="Width (meters)" />
68 </chunk>
[7707]69 <chunk id="highway_yesno_incline_oneway_lit_width_sidewalk">
70 <reference ref="highway_yesno_incline_oneway_lit_width" />
[12771]71 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[7707]72 </chunk>
[7102]73 <chunk id="railway_service">
[9031]74 <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
[7102]75 </chunk>
[15074]76 <chunk id="railway_electrified_yesno">
[10540]77 <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
[7102]78 <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
79 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
[15074]80 <reference ref="highway_yesno" />
[7102]81 </chunk>
[15074]82 <chunk id="railway_service_gauge_electrified_yesno">
[7102]83 <reference ref="railway_service" />
84 <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
85 <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
[15074]86 <reference ref="railway_electrified_yesno" />
[7102]87 </chunk>
88 <chunk id="barrier_5">
89 <optional text="Allowed traffic:">
[13155]90 <check key="foot" text="Foot"/>
91 <check key="bicycle" text="Bicycle"/>
[7102]92 <check key="horse" text="Horse" />
93 <check key="motorcycle" text="Motorcycle" />
94 <check key="motorcar" text="Motorcar" />
95 </optional>
96 </chunk>
97 <chunk id="barrier_4">
98 <optional text="Allowed traffic:">
[13155]99 <check key="foot" text="Foot"/>
100 <check key="bicycle" text="Bicycle"/>
[7102]101 <check key="horse" text="Horse" />
102 <check key="motorcycle" text="Motorcycle" />
103 </optional>
104 </chunk>
105 <chunk id="barrier_2">
106 <optional text="Allowed traffic:">
[13155]107 <check key="foot" text="Foot"/>
[11076]108 <check key="bicycle" text="Bicycle"/>
[7102]109 </optional>
110 </chunk>
[12957]111 <chunk id="min_age">
112 <text key="min_age" text="Minimum age" />
113 </chunk>
114 <chunk id="max_age">
115 <text key="max_age" text="Maximum age" />
116 </chunk>
[7102]117 <chunk id="name_ref">
118 <text key="name" text="Name" />
119 <text key="ref" text="Reference" />
120 </chunk>
[15112]121 <chunk id="ref_operator">
[7102]122 <text key="ref" text="Reference" />
123 <text key="operator" text="Operator" />
124 </chunk>
[15112]125 <chunk id="name_ref_operator">
126 <text key="name" text="Name" />
127 <reference ref="ref_operator" />
128 </chunk>
[7102]129 <chunk id="name_operator">
130 <text key="name" text="Name" />
131 <text key="operator" text="Operator" />
132 </chunk>
133 <chunk id="name_layer">
134 <text key="name" text="Name" />
135 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
136 </chunk>
137 <chunk id="service_times">
[11597]138 <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 09:30,11:00|Sa,Su,PH 09:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
[7102]139 </chunk>
140 <chunk id="oh">
[16474]141 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
[7102]142 </chunk>
[8013]143 <chunk id="wheelchair">
144 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
145 </chunk>
146 <chunk id="oh_wheelchair">
[7102]147 <reference ref="oh" />
[8013]148 <reference ref="wheelchair" />
[7102]149 </chunk>
[8013]150 <chunk id="name_oh_wheelchair">
151 <text key="name" text="Name" />
152 <reference ref="oh_wheelchair" />
153 </chunk>
154 <chunk id="name_operator_oh_wheelchair">
[7361]155 <reference ref="name_operator" />
[8013]156 <reference ref="oh_wheelchair" />
[7102]157 </chunk>
[8013]158 <chunk id="name_brand_operator_oh_wheelchair">
[7102]159 <text key="name" text="Name" />
160 <text key="brand" text="Brand" />
161 <text key="operator" text="Operator" />
[8013]162 <reference ref="oh_wheelchair" />
[7102]163 </chunk>
[8013]164 <chunk id="name_brand_oh_wheelchair">
[7102]165 <text key="name" text="Name" />
166 <text key="brand" text="Brand" />
[8013]167 <reference ref="oh_wheelchair" />
[7102]168 </chunk>
[9652]169 <chunk id="cuisine">
[15597]170 <multiselect key="cuisine" text="Cuisine" values="african;american;arab;argentinian;asian;bagel;balkan;barbecue;bavarian;beef_bowl;brazilian;burger;cake;caribbean;chicken;chinese;coffee_shop;crepe;curry;danish;donut;ethiopian;filipino;fish;fish_and_chips;french;friture;frozen_yogurt;german;georgian;greek;heuriger;hot_dog;ice_cream;indian;indonesian;international;italian;japanese;kebab;korean;lebanese;malaysian;mediterranean;mexican;moroccan;noodle;pancake;pasta;persian;peruvian;pizza;polish;portuguese;ramen;regional;russian;sandwich;sausage;seafood;soba;spanish;steak_house;sushi;tex-mex;tapas;thai;turkish;vietnamese;wings" values_searchable="true" />
[9652]171 </chunk>
[7620]172 <chunk id="internet">
[7102]173 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
174 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
[7620]175 </chunk>
[8013]176 <chunk id="internet_smoking">
[7620]177 <reference ref="internet" />
[9035]178 <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
[7102]179 </chunk>
180 <chunk id="optional_height">
181 <optional>
182 <text key="height" text="Height (meters)" length="7" />
183 </optional>
184 </chunk>
185 <chunk id="optional_maxwidth">
186 <optional>
187 <text key="maxwidth" text="Max. width (meters)" length="7" />
188 </optional>
189 </chunk>
190 <chunk id="optional_maxheight_maxwidth">
191 <optional>
192 <text key="maxheight" text="Max. height (meters)" length="7" />
193 <text key="maxwidth" text="Max. width (meters)" length="7" />
194 </optional>
195 </chunk>
[12908]196 <chunk id="optional_name">
197 <optional>
198 <text key="name" text="Name" />
199 </optional>
200 </chunk>
201 <chunk id="optional_name_operator">
202 <optional>
203 <text key="name" text="Name" />
204 <text key="operator" text="Operator" />
205 </optional>
206 </chunk>
[7102]207 <chunk id="name_leisure_pitch">
208 <text key="name" text="Name" />
209 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
210 </chunk>
[8123]211 <chunk id="sport">
[15002]212 <combo key="sport" text="Sport" values="multi,archery,athletics,american_football,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,climbing,cricket,croquet,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,karting,model_aerodrome,motocross,motor,pelota,racquet,rc_car,rowing,rugby_league,rugby_union,running,safety_training,shooting,skateboard,ice_skating,roller_skating,soccer,swimming,table_tennis,tennis,volleyball,9pin,10pin" values_context="sport" />
[7379]213 </chunk>
[7620]214 <chunk id="fee">
215 <combo key="fee" text="Fee" values="yes,no" />
216 </chunk>
217 <chunk id="fee_interval">
[16474]218 <combo key="fee" text="Fee" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_no_i18n="true" values_sort="false" />
[7620]219 </chunk>
[7102]220 <chunk id="parking_name_type_ref">
221 <text key="name" text="Name" />
[7734]222 <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
[7102]223 <text key="ref" text="Reference number" />
224 </chunk>
[8028]225 <chunk id="parking_access_fee_operator_surface_smoothness">
[7102]226 <space />
[16474]227 <reference ref="POI_access" />
[7620]228 <reference ref="fee_interval" />
[7102]229 <text key="operator" text="Operator" />
[8028]230 <reference ref="surface_smoothness" />
[7102]231 </chunk>
[7449]232 <chunk id="maxstay">
[16340]233 <combo key="maxstay" text="Time Limit" values="30 minutes,60 minutes,180 minutes,1 hour,1.5 hours,1 day,3 days,2 weeks,4 months,1.5 years,unlimited,no,load-unload" values_no_i18n="true" values_sort="false" />
[7102]234 </chunk>
[7620]235 <chunk id="supervised">
[16474]236 <combo key="supervised" text="Supervised" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
[7620]237 </chunk>
[7102]238 <chunk id="supervised_lit_oh">
[7620]239 <reference ref="supervised" />
[16474]240 <combo key="lit" text="Lit" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
[7102]241 <reference ref="oh" />
242 </chunk>
[16474]243 <chunk id="highway_access">
244 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" />
[7102]245 </chunk>
[16474]246 <chunk id="POI_access">
247 <combo key="access" text="General Access" values="yes,private,customers,permissive,no" />
248 </chunk>
[7102]249 <chunk id="name_wikipedia">
250 <text key="name" text="Name" />
251 <text key="wikipedia" text="Wikipedia" />
252 </chunk>
253 <chunk id="population_postcode_website">
254 <text key="population" text="Population" />
[10771]255 <text key="postal_code" text="Postal Code" />
[7102]256 <text key="website" text="Website" />
257 </chunk>
258 <chunk id="route_hikebike_optionals">
[10320]259 <text key="ref" text="Reference" />
260 <text key="operator" text="Operator" />
[16474]261 <text key="distance" text="Distance (kilometers)"/>
[7102]262 <text key="ascent" text="Ascent (m)"/>
263 <text key="descent" text="Descent (m)"/>
264 <check key="roundtrip" text="Roundtrip"/>
265 <text key="symbol" text="Symbol description"/>
266 <text key="description" text="Description"/>
[16710]267 <text key="website" text="Website" />
[7102]268 </chunk>
[12325]269 <chunk id="genus_species_taxon">
270 <text key="genus" text="Genus" />
271 <text key="species" text="Species" />
272 <text key="taxon" text="Taxon" />
273 </chunk>
[7222]274 <chunk id="leaf">
[13786]275 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
276 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
[8483]277 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
278 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
279 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
280 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
281 <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
282 </combo>
[7222]283 </chunk>
[13786]284 <chunk id="leaf_without_mixed">
285 <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
[13814]286 <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
[13786]287 <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
288 <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
289 <list_entry value="semi_deciduous" short_description="Plants that lose their foliage for a very short period, when old leaves fall off and new foliage growth is starting." />
290 <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
291 </combo>
292 </chunk>
[14867]293 <!-- start of religions and denominations -->
[16711]294 <chunk id="religious"> <!-- all religions and denominations -->
295 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" values_searchable="true" />
296 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,conservative,evangelical,greek_catholic,greek_orthodox,ibadi,iglesia_ni_cristo,jehovahs_witness,lutheran,mahayana,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reform,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,shaivism,shaktism,shia,smartism,spiritist,sunni,tibetan,theravada,united,united_methodist,vaishnavism,vajrayana" values_searchable="true" />
297 </chunk>
298 <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
299 <combo key="religion" text="Religion" values="bahai,buddhist,caodaism,christian,confucian,hindu,jain,jewish,muslim,shinto,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" default="christian" values_searchable="true" />
300 <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
301 </chunk>
302 <chunk id="other_religions"> <!-- religions which don't have an own preset -->
303 <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
304 </chunk>
305 <chunk id="christian_denominations"> <!-- christian denominations -->
306 <combo key="denomination" text="Denomination" values="anglican,baptist,catholic,church_of_scotland,evangelical,greek_catholic,greek_orthodox,iglesia_ni_cristo,jehovahs_witness,lutheran,methodist,mormon,new_apostolic,nondenominational,old_catholic,orthodox,pentecostal,presbyterian,protestant,quaker,reformed,roman_catholic,romanian_orthodox,russian_orthodox,serbian_orthodox,seventh_day_adventist,spiritist,united,united_methodist" values_searchable="true" />
307 </chunk>
308 <chunk id="muslim_denominations"> <!-- muslim denominations -->
309 <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
310 </chunk>
311 <chunk id="jewish_denominations"> <!-- jewish denominations -->
312 <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
313 </chunk>
314 <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
315 <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
316 </chunk>
317 <chunk id="hindu_denominations"> <!-- hindu denominations -->
318 <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
319 </chunk>
320 <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
[14867]321 <!-- end of religions and denominations -->
[7361]322 <chunk id="voltage">
[15203]323 <combo key="voltage" text="Voltage in Volts (V)" values="1150000,765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,22000,20000,15000,110000;20000" />
[7361]324 </chunk>
325 <chunk id="frequency">
326 <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
327 </chunk>
328 <chunk id="voltage_frequency">
329 <reference ref="voltage" />
330 <reference ref="frequency" />
331 </chunk>
[13814]332 <chunk id="transformer_voltage_frequency">
333 <combo key="voltage:primary" text="Primary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
334 <combo key="voltage:secondary" text="Secondary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
335 <combo key="voltage:tertiary" text="Tertiary voltage in Volts (V)" values="765000,750000,735000,500000,450000,420000,400000,380000,350000,345000,330000,315000,300000,275000,238000,230000,225000,220000,200000,161000,154000,150000,138000,132000,120000,115000,110000,100000,90000,69000,66000,65000,63000,60000,55000,49000,45000,35000,33000,30000,20000,15000" />
336 <reference ref="frequency" />
337 </chunk>
[12934]338 <chunk id="cables">
[10361]339 <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
[12934]340 </chunk>
341 <chunk id="cables_circuits">
342 <reference ref="cables" />
[10361]343 <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
[7361]344 </chunk>
345 <chunk id="power_loc">
[15372]346 <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
[7361]347 </chunk>
348 <chunk id="power_extra">
349 <reference ref="power_loc" />
350 <reference ref="voltage_frequency" />
[15075]351 <reference ref="ref_operator" />
[7361]352 </chunk>
353 <chunk id="power_line_extra">
[12934]354 <reference ref="cables_circuits" />
[7361]355 <reference ref="voltage_frequency" />
356 </chunk>
357 <chunk id="power_generator">
[14646]358 <link wiki="Tag:power=generator" />
[7361]359 <space />
360 <key key="power" value="generator" />
361 <reference ref="name_ref_operator" />
362 <text key="start_date" text="Start date" />
363 </chunk>
364 <chunk id="power_output">
365 <optional text="Output forms of energy:">
366 <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
367 <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
368 <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
369 <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
370 <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
371 <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
372 <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
373 <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
374 <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
375 <space />
[9500]376 <reference ref="voltage_frequency" />
[7361]377 </optional>
378 </chunk>
[12997]379 <chunk id="power_pole">
[16474]380 <text key="height" text="Height (meters)" length="7" />
[15170]381 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[15454]382 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[12997]383 <check key="location:transition" text="Location transition" disable_off="true" />
[15075]384 <reference ref="ref_operator" />
[12997]385 </chunk>
[13814]386 <chunk id="rating_phases">
387 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
388 <combo key="phases" text="Phases" values="1,3" length="1" />
389 </chunk>
[12997]390 <chunk id="optional_rating_phases">
391 <optional>
[13814]392 <reference ref="rating_phases" />
[12997]393 </optional>
394 </chunk>
[13814]395 <chunk id="optional_transformer_rating_phases_devices_windings">
396 <optional>
397 <reference ref="rating_phases" />
398 <combo key="devices" text="Number of devices" values="1,2,3,4" />
399 <combo key="windings" text="Number of windings" values="1,2,3,4" />
[13894]400 <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
401 <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
[13814]402 </optional>
403 </chunk>
[15112]404 <chunk id="telecom_medium">
405 <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
406 </chunk>
[7490]407 <chunk id="optional_bridge">
408 <optional>
409 <text key="name" text="Name" />
[15266]410 <text key="bridge:name" text="Bridge name" />
[7490]411 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
[8983]412 <space />
[7490]413 <text key="maxspeed" text="Max. speed (km/h)" />
[8983]414 <text key="maxspeed:forward" text="Max. speed in way direction" />
415 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
416 <space />
[7490]417 <text key="maxweight" text="Max. weight (tonnes)" />
418 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
419 <text key="width" text="Width (meters)" />
420 <check key="toll" text="Toll" />
421 </optional>
422 </chunk>
[8146]423 <chunk id="waterway">
[11280]424 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[9425]425 <check key="intermittent" text="Intermittent" disable_off="true" />
426 <check key="seasonal" text="Seasonal" disable_off="true" />
[9028]427 <check key="tidal" text="In the tidal range" disable_off="true" />
[8146]428 <combo key="tunnel" text="Tunnel" values="culvert,yes" />
429 <text key="width" text="Width (meters)" />
430 </chunk>
431 <chunk id="waterway_wikipedia">
432 <reference ref="waterway" />
433 <text key="wikipedia" text="Wikipedia" />
434 </chunk>
435 <chunk id="water_access">
436 <optional text="Water access rules:">
437 <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" />
438 <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" />
439 <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" />
440 <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" />
441 </optional>
442 </chunk>
[9037]443 <chunk id="operator_substance">
444 <text key="operator" text="Operator" />
445 <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
446 </chunk>
447 <chunk id="support">
448 <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
449 </chunk>
[9039]450 <chunk id="aerodrome">
451 <key key="aeroway" value="aerodrome" match="keyvalue" />
452 <text key="name" text="Name" />
453 <optional>
454 <text key="iata" text="IATA" />
455 <text key="icao" text="ICAO" />
456 <text key="wikipedia" text="Wikipedia" />
457 </optional>
458 </chunk>
[9080]459 <chunk id="car_brands">
[16711]460 <multiselect key="brand" text="Car brand" values="Alfa Romeo;Aston Martin;Audi;Bentley;BMW;Buick;Cadillac;Chevrolet;Chrysler;Citroën;Dacia;Daewoo;Daihatsu;Dodge;Ferrari;Fiat;Ford;GMC;Great Wall;Holden;Honda;Hyundai;Infiniti;Isuzu;Jaguar;Jeep;Kia;Lada;Lancia;Land Rover;Lexus;Lincoln;Lotus;Maserati;Mazda;Mercedes-Benz;Mini;Mitsubishi;Nissan;Opel;Peugeot;Porsche;Renault;Saab;Seat;Škoda;Smart;SsangYong;Subaru;Suzuki;Tata;Toyota;Vauxhall;Volkswagen;Volvo" values_no_i18n="true" />
461 </chunk>
462 <chunk id="motorcycle_brands">
463 <multiselect key="brand" text="Motorcycle brand" values="Aprillia;BMW;Ducati;Gilera;Harley-Davidson;Honda;Kawasaki;KTM;Kymco;Piaggio;Peugeot;Piaggio;Suzuki;Triumph;Vespa;Yamaha" values_no_i18n="true" />
464 </chunk>
465 <chunk id="walking_routes_roles">
466 <roles>
467 <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
468 <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
469 <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
470 <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
471 <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
472 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
473 <role key="" text="natural" requisite="optional" type="node,closedway" member_expression="natural=peak OR natural=volcano OR mountain_pass=yes OR natural=water OR tourism=viewpoint OR amenity=drinking_water OR natural=spring OR place=locality"/>
474 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
475 </roles>
476 </chunk>
477 <chunk id="route_segment_roles">
478 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
479 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
480 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
481 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
482 </chunk>
483 <chunk id="route_start_stop_roles">
484 <role key="start" text="start endpoint" requisite="optional" type="node" />
485 <role key="stop" text="stop endpoint" requisite="optional" type="node" />
486 <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
487 </chunk>
488 <chunk id="public_transport_route_optionals">
489 <text key="from" text="From (initial stop)" />
490 <text key="to" text="To (terminal stop)" />
491 <text key="via" text="Via (intermediate stops)" />
492 <text key="operator" text="Operator" />
493 <text key="network" text="Network" />
494 <text key="description" text="Description" />
495 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
496 <reference ref="oh" />
497 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
498 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
499 <reference ref="fee" />
500 <text key="website" text="Website" />
501 </chunk>
502 <chunk id="climbing_styles">
503 <label text="Climbing styles:" />
504 <checkgroup columns="2">
505 <check key="climbing:boulder" text="Boulders" />
506 <check key="climbing:sport" text="Sport climbing" />
507 <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
508 <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
509 <check key="climbing:multipitch" text="Multi-pitch climbing" />
510 <check key="climbing:ice" text="Ice climbing" />
511 <check key="climbing:mixed" text="Mixed climbing" />
512 <check key="climbing:deepwater" text="Deep Water Soloing" />
513 </checkgroup>
514 </chunk>
515 <chunk id="climbing_optional_attributes">
516 <optional>
517 <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
518 <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
519 <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
520 <check key="climbing:summit_log" text="Summit/route log/register" />
521 <check key="indoor" text="Climbing routes indoor" />
522 <check key="outdoor" text="Climbing routes outdoor" />
523 <text key="website" text="Official web site (e.g. operator)" />
524 <text key="url" text="Unofficial web site" />
525 <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|sunset-sunrise open; sunrise-sunset closed|Mar-Jun closed; Jul-Feb Mo-Su,PH sunrise-sunset|Mo-Fr 15:00-22:00; Sa-Su 11:00-22:00" values_no_i18n="true" values_sort="false" />
526 <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
527 <reference ref="POI_access" />
528 </optional>
529 </chunk>
[16712]530 <!-- Link chunks -->
531 <chunk id="link_contact_address">
532 <preset_link preset_name="Contact (Common Schema)" />
533 <preset_link preset_name="Address" />
534 </chunk>
535 <chunk id="link_contact_address_payment">
536 <preset_link preset_name="Contact (Common Schema)" />
537 <preset_link preset_name="Address" />
538 <preset_link preset_name="Payment Methods" />
539 </chunk>
[7102]540 <!-- Groups -->
[10565]541 <group name="Highways" icon="presets/transport/way/way_secondary.svg">
542 <group name="Streets" icon="presets/transport/way/way_secondary.svg">
543 <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
[14646]544 <link wiki="Tag:highway=motorway" />
[7102]545 <space />
546 <key key="highway" value="motorway" />
547 <text key="ref" text="Reference" />
548 <optional>
549 <text key="name" text="Name" />
550 <reference ref="highway_base" />
[10017]551 <text key="destination" text="Destination" />
552 <text key="destination:ref" text="Destination reference" />
[7703]553 <text key="width" text="Width (meters)" />
[9026]554 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]555 <checkgroup columns="4">
556 <check key="oneway" text="Oneway" default="on" />
[7171]557 <check key="bridge" text="Bridge" disable_off="true" />
558 <check key="tunnel" text="Tunnel" disable_off="true" />
559 <check key="cutting" text="Cutting" disable_off="true" />
560 <check key="embankment" text="Embankment" disable_off="true" />
[7102]561 <check key="lit" text="Lit" />
562 <check key="toll" text="Toll" />
563 </checkgroup>
564 </optional>
[8052]565 <preset_link preset_name="Road Restrictions" />
[7393]566 </item> <!-- Motorway -->
[10565]567 <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
[14646]568 <link wiki="Tag:highway=motorway_link" />
[7102]569 <key key="highway" value="motorway_link" />
570 <optional>
571 <reference ref="highway_base" />
[10017]572 <text key="destination" text="Destination" />
573 <text key="destination:ref" text="Destination reference" />
[15189]574 <text key="junction:ref" text="Junction reference" />
[7703]575 <text key="width" text="Width (meters)" />
[9026]576 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]577 <checkgroup columns="4">
578 <check key="oneway" text="Oneway" default="on" />
[7171]579 <check key="bridge" text="Bridge" disable_off="true" />
580 <check key="tunnel" text="Tunnel" disable_off="true" />
581 <check key="cutting" text="Cutting" disable_off="true" />
582 <check key="embankment" text="Embankment" disable_off="true" />
[7102]583 <check key="lit" text="Lit" />
584 <check key="toll" text="Toll" />
585 </checkgroup>
586 </optional>
[8052]587 <preset_link preset_name="Road Restrictions" />
[7393]588 </item> <!-- Motorway Link -->
[10565]589 <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
[14646]590 <link wiki="Tag:highway=trunk" />
[7102]591 <space />
592 <key key="highway" value="trunk" />
593 <text key="ref" text="Reference" />
594 <optional>
595 <text key="name" text="Name" />
596 <reference ref="highway_base" />
[10017]597 <text key="destination" text="Destination" />
598 <text key="destination:ref" text="Destination reference" />
[7703]599 <text key="width" text="Width (meters)" />
[9026]600 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]601 <checkgroup columns="4">
602 <check key="oneway" text="Oneway" default="on" />
603 <check key="motorroad" text="Motorroad" default="on" />
[7171]604 <check key="bridge" text="Bridge" disable_off="true" />
605 <check key="tunnel" text="Tunnel" disable_off="true" />
606 <check key="cutting" text="Cutting" disable_off="true" />
607 <check key="embankment" text="Embankment" disable_off="true" />
[7102]608 <check key="lit" text="Lit" />
609 <check key="toll" text="Toll" />
610 </checkgroup>
611 </optional>
[8052]612 <preset_link preset_name="Road Restrictions" />
[7393]613 </item> <!-- Trunk -->
[10565]614 <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
[14646]615 <link wiki="Highway_link" />
[7102]616 <space />
617 <key key="highway" value="trunk_link" />
618 <text key="ref" text="Reference" />
619 <optional>
620 <reference ref="highway_base" />
[10017]621 <text key="destination" text="Destination" />
622 <text key="destination:ref" text="Destination reference" />
[15189]623 <text key="junction:ref" text="Junction reference" />
[7703]624 <text key="width" text="Width (meters)" />
[9026]625 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]626 <checkgroup columns="4">
627 <check key="oneway" text="Oneway" default="on" />
628 <check key="motorroad" text="Motorroad" default="on" />
[7171]629 <check key="bridge" text="Bridge" disable_off="true" />
630 <check key="tunnel" text="Tunnel" disable_off="true" />
631 <check key="cutting" text="Cutting" disable_off="true" />
632 <check key="embankment" text="Embankment" disable_off="true" />
[7102]633 <check key="lit" text="Lit" />
634 <check key="toll" text="Toll" />
635 </checkgroup>
636 </optional>
[8052]637 <preset_link preset_name="Road Restrictions" />
[7393]638 </item> <!-- Trunk Link -->
[7102]639 <separator/>
[10565]640 <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
[14646]641 <link wiki="Tag:highway=primary" />
[7102]642 <space />
643 <key key="highway" value="primary" />
644 <text key="ref" text="Reference" />
645 <optional>
646 <text key="name" text="Name" />
647 <reference ref="highway_base" />
648 <check key="motorroad" text="Motorroad" />
[7707]649 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[14240]650 <check key="narrow" text="Narrow" disable_off="true" />
[9161]651 <check key="trolley_wire" text="Overhead trolley wires" />
[9026]652 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]653 </optional>
[8052]654 <preset_link preset_name="Road Restrictions" />
[7393]655 </item> <!-- Primary -->
[10565]656 <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
[14646]657 <link wiki="Highway_link" />
[7102]658 <key key="highway" value="primary_link" />
659 <optional>
660 <reference ref="highway_base" />
[15189]661 <text key="destination" text="Destination" />
662 <text key="destination:ref" text="Destination reference" />
663 <text key="junction:ref" text="Junction reference" />
[7102]664 <check key="motorroad" text="Motorroad" />
[7707]665 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9026]666 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]667 </optional>
[8052]668 <preset_link preset_name="Road Restrictions" />
[7393]669 </item> <!-- Primary Link -->
[10565]670 <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
[14646]671 <link wiki="Tag:highway=secondary" />
[7102]672 <space />
673 <key key="highway" value="secondary" />
674 <text key="ref" text="Reference" />
675 <optional>
676 <text key="name" text="Name" />
677 <reference ref="highway_base" />
[7707]678 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[14240]679 <check key="narrow" text="Narrow" disable_off="true" />
[9161]680 <check key="trolley_wire" text="Overhead trolley wires" />
[9026]681 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]682 </optional>
[8052]683 <preset_link preset_name="Road Restrictions" />
[7393]684 </item> <!-- Secondary -->
[10565]685 <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
[14646]686 <link wiki="Highway_link" />
[7102]687 <key key="highway" value="secondary_link" />
688 <optional>
689 <reference ref="highway_base" />
[15189]690 <text key="destination" text="Destination" />
691 <text key="destination:ref" text="Destination reference" />
[7707]692 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9026]693 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]694 </optional>
[8052]695 <preset_link preset_name="Road Restrictions" />
[7393]696 </item> <!-- Secondary Link -->
[10565]697 <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
[14646]698 <link wiki="Tag:highway=tertiary" />
[7102]699 <space />
700 <key key="highway" value="tertiary" />
701 <text key="ref" text="Reference" />
702 <optional>
703 <text key="name" text="Name" />
704 <reference ref="highway_base" />
[7707]705 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[14240]706 <check key="narrow" text="Narrow" disable_off="true" />
[9161]707 <check key="trolley_wire" text="Overhead trolley wires" />
[9026]708 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]709 </optional>
[8052]710 <preset_link preset_name="Road Restrictions" />
[7393]711 </item> <!-- Tertiary -->
[10565]712 <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
[14646]713 <link wiki="Highway_link" />
[7102]714 <key key="highway" value="tertiary_link" />
715 <optional>
716 <reference ref="highway_base" />
[15189]717 <text key="destination" text="Destination" />
718 <text key="destination:ref" text="Destination reference" />
[7707]719 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[7102]720 </optional>
[8052]721 <preset_link preset_name="Road Restrictions" />
[7393]722 </item> <!-- Tertiary Link -->
[10565]723 <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
[14646]724 <link wiki="Tag:highway=unclassified" />
[7102]725 <key key="highway" value="unclassified" />
726 <optional>
727 <text key="name" text="Name" />
[8755]728 <check key="noname" text="Street has no name" disable_off="true" />
[7102]729 <text key="ref" text="Reference" />
730 <reference ref="highway_base" />
[7707]731 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[14240]732 <check key="narrow" text="Narrow" disable_off="true" />
[9161]733 <check key="trolley_wire" text="Overhead trolley wires" />
[9026]734 <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,middle_of:1,middle_of:2,middle_of:3,right_of:1,right_of:2,right_of:3,transition" />
[7102]735 <check key="passing_places" text="Passing Places" />
736 </optional>
[8052]737 <preset_link preset_name="Road Restrictions" />
[7393]738 </item> <!-- Unclassified -->
[10565]739 <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
[14646]740 <link wiki="Tag:highway=residential" />
[7102]741 <space />
742 <key key="highway" value="residential" />
743 <text key="name" text="Name" />
744 <optional>
[8755]745 <check key="noname" text="Street has no name" disable_off="true" />
[7102]746 <text key="ref" text="Reference" />
747 <reference ref="highway_base" />
[15829]748 <checkgroup columns="2">
749 <check key="oneway" text="Oneway" />
750 <check key="oneway:bicycle" text="Oneway for bicycle" />
751 </checkgroup>
752 <reference ref="highway_yesno_incline" />
753 <check key="lit" text="Lit" />
754 <text key="width" text="Width (meters)" />
755 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[14240]756 <check key="narrow" text="Narrow" disable_off="true" />
[9161]757 <check key="trolley_wire" text="Overhead trolley wires" />
[7102]758 </optional>
[8052]759 <preset_link preset_name="Road Restrictions" />
[7393]760 </item> <!-- Residential -->
[10565]761 <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
[14646]762 <link wiki="Key:bicycle_road" />
[7102]763 <space />
764 <key key="bicycle_road" value="yes" />
765 <key key="bicycle" value="designated" />
766 <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
767 <text key="name" text="Name" />
768 <combo key="vehicle" text="Vehicle access" values="yes,no,destination" default="no" />
769 <text key="maxspeed" text="Max. speed (km/h)" default="30" />
770 <optional>
[11133]771 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[7102]772 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
[8028]773 <reference ref="surface_smoothness" />
[7102]774 <check key="oneway" text="Oneway" />
775 <check key="oneway:bicycle" text="Oneway for bicycle" />
776 <reference ref="highway_yesno_incline" />
777 <check key="lit" text="Lit" />
778 <text key="width" text="Width (meters)" />
[12771]779 <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
[7102]780 </optional>
[8052]781 <preset_link preset_name="Road Restrictions" />
[7393]782 </item> <!-- Bicycle Road -->
[10565]783 <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
[14646]784 <link wiki="Tag:highway=living_street" />
[7102]785 <space />
786 <key key="highway" value="living_street" />
787 <text key="name" text="Name" />
788 <optional>
[11133]789 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[7102]790 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[8028]791 <reference ref="surface_smoothness" />
[7703]792 <reference ref="highway_yesno_incline_oneway_lit_width" />
[14240]793 <check key="narrow" text="Narrow" disable_off="true" />
[9161]794 <check key="trolley_wire" text="Overhead trolley wires" />
[7102]795 </optional>
[8052]796 <preset_link preset_name="Road Restrictions" />
[7393]797 </item> <!-- Living Street -->
[10565]798 <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]799 <link wiki="Tag:highway=pedestrian" />
[7102]800 <space />
801 <key key="highway" value="pedestrian" />
802 <text key="name" text="Name" />
803 <optional>
804 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[8028]805 <reference ref="surface_smoothness" />
[7102]806 <check key="area" text="Area" />
807 <reference ref="highway_yesno_incline" />
808 <check key="lit" text="Lit" />
809 <text key="width" text="Width (meters)" />
810 </optional>
[8052]811 <preset_link preset_name="Road Restrictions" />
[7393]812 </item> <!-- Pedestrian -->
[10565]813 <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
[14646]814 <link wiki="Tag:highway=service" />
[7102]815 <space />
816 <key key="highway" value="service" />
[9036]817 <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
[7102]818 <optional>
819 <text key="name" text="Name" />
820 <reference ref="highway_base" />
[7707]821 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[7102]822 <check key="passing_places" text="Passing Places" />
823 </optional>
[8052]824 <preset_link preset_name="Road Restrictions" />
[7393]825 </item> <!-- Service -->
[10565]826 <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
[14646]827 <link wiki="Tag:service=parking_aisle" />
[7102]828 <key key="highway" value="service" />
829 <key key="service" value="parking_aisle" />
830 <optional>
[8028]831 <reference ref="surface_smoothness" />
[7102]832 <check key="oneway" text="Oneway" />
833 <check key="lit" text="Lit" />
834 </optional>
[8052]835 <preset_link preset_name="Road Restrictions" />
[7393]836 </item> <!-- Parking Aisle -->
[10565]837 <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
[14646]838 <link wiki="Tag:highway=escape" />
[7979]839 <space />
840 <key key="highway" value="escape" />
841 <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
842 <optional>
843 <reference ref="surface" />
844 <text key="width" text="Width (meters)" />
845 <check key="lit" text="Lit" />
846 </optional>
847 </item> <!-- Escape -->
[10565]848 <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
[14646]849 <link wiki="Tag:highway=raceway" />
[8731]850 <space />
851 <key key="highway" value="raceway" />
852 <text key="name" text="Name" />
853 </item> <!-- Raceway -->
[10565]854 <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
[14646]855 <link wiki="Tag:highway=road" />
[7102]856 <key key="highway" value="road" />
857 <optional>
858 <text key="name" text="Name" />
859 <reference ref="highway_base" />
[7707]860 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9161]861 <check key="trolley_wire" text="Overhead trolley wires" />
[7102]862 </optional>
[8052]863 <preset_link preset_name="Road Restrictions" />
[7393]864 </item> <!-- Road (Unknown Type) -->
[10565]865 <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
[14646]866 <link wiki="Key:construction" />
[7102]867 <key key="highway" value="construction" />
[7926]868 <combo key="construction" text="Highway type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,service,bus_guideway,bridleway,living_street,pedestrian,track,path,footway,cycleway,steps" values_context="Highway" />
[7102]869 <optional>
870 <text key="name" text="Name" />
871 <reference ref="highway_base" />
[7707]872 <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
[9161]873 <check key="trolley_wire" text="Overhead trolley wires" />
[7857]874 <combo key="junction" text="Junction" values="roundabout,jughandle" />
[7102]875 </optional>
[8052]876 <preset_link preset_name="Road Restrictions" />
[7393]877 </item> <!-- Construction -->
[7102]878 <separator/>
[10565]879 <item name="Road Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
[14646]880 <link wiki="Key:access" />
[7102]881 <space />
[8055]882 <label text="Some road types already imply some access restrictions which should not be set again." />
[8052]883 <space />
[14534]884 <checkgroup columns="3" >
885 <check key="oneway" text="Oneway" />
886 <check key="toll" text="Toll" />
[15262]887 <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
[15433]888 <check key="winter_road" text="Winter road" disable_off="true" />
889 <check key="ice_road" text="Ice road" disable_off="true" />
[14534]890 </checkgroup>
891 <space />
[7102]892 <label text="Transport mode restrictions" />
893 <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" match="key" values_searchable="true" />
[16485]894 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
[7102]895 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" match="key" />
[14534]896 <space />
[7102]897 <label text="Vehicles per type" />
898 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
[7465]899 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" match="key" />
[7102]900 <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
901 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
902 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
903 <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
904 <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" match="key" />
[14941]905 <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,no" match="key" />
[14534]906 <combo key="4wd_only" text="4WD only" values="yes,recommended,no" match="key" />
907 <space />
[7102]908 <label text="Vehicles per use" />
[11146]909 <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" match="keyvalue" />
[7102]910 <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" match="key" />
911 <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" match="key" />
912 <combo key="tourist_bus" text="Tourist buses" values="yes,no" match="key" />
[8983]913 <space />
[7102]914 <text key="maxspeed" text="Max. speed (km/h)" />
[8983]915 <text key="maxspeed:forward" text="Max. speed in way direction" />
916 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
[9288]917 <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
[16478]918 <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
[7102]919 <text key="minspeed" text="Min. speed (km/h)" match="key" />
920 <text key="maxweight" text="Max. weight (tonnes)" match="key" />
921 <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
922 <text key="maxheight" text="Max. height (meters)" match="key" />
923 <text key="maxwidth" text="Max. width (meters)" match="key" />
924 <text key="maxlength" text="Max. length (meters)" match="key" />
[7709]925 <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" match="key" />
[7393]926 </item> <!-- Road Restrictions -->
[7102]927 <separator/>
[10565]928 <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
[14646]929 <link wiki="Tag:junction=roundabout" />
[7102]930 <space />
931 <key key="junction" value="roundabout" />
[7926]932 <combo key="highway" text="Type" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,tertiary,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" />
[7102]933 <optional>
934 <reference ref="name_layer" />
[11133]935 <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
[15074]936 <reference ref="highway_yesno" />
[7102]937 <text key="width" text="Width (meters)" />
938 </optional>
[8052]939 <preset_link preset_name="Road Restrictions" />
[7393]940 </item> <!-- Roundabout -->
[10706]941 <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
[14646]942 <link wiki="Tag:ford=yes" />
[11010]943 <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
[7102]944 <optional>
945 <text key="name" text="Name" />
946 </optional>
[7393]947 </item> <!-- Ford -->
[7102]948 </group> <!-- Streets -->
[10565]949 <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
950 <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
[14646]951 <link wiki="Tag:highway=track" />
[7102]952 <space />
[10366]953 <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
[15933]954 <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
955 <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
956 <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
957 <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
958 <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
[10366]959 </combo>
[7102]960 <key key="highway" value="track" />
961 <optional>
962 <reference ref="name_layer" />
[8028]963 <reference ref="surface_smoothness" />
[7703]964 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]965 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
[16474]966 <reference ref="highway_access" />
[15828]967 <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" />
[7102]968 <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
969 <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
970 <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" />
[11230]971 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
[7102]972 </optional>
[11230]973 <preset_link preset_name="Road Restrictions" />
[7393]974 </item> <!-- Track -->
[10565]975 <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
[14646]976 <link wiki="Tag:highway=path" />
[7102]977 <key key="highway" value="path" />
978 <optional>
979 <reference ref="name_layer" />
[8028]980 <reference ref="surface_smoothness" />
[7703]981 <reference ref="highway_yesno_incline_oneway_lit_width" />
[16474]982 <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
[7102]983 <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
984 <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" />
985 <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" />
986 <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="sometimes need for hand use to get ahead. Terrain quite exposed, precarious grassy acclivities, jagged rocks, facile snow-free glaciers" />
987 <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="single plainly climbing up to second grade. Exposed, demanding terrain, jagged rocks, few dangerous glacier and snow" />
988 <list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" />
989 </combo>
990 <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
[8879]991 <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
[7102]992 <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" />
[16485]993 <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" />
[7102]994 <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" />
[8007]995 <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" />
[7102]996 <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" />
997 <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" />
[16112]998 <check key="segregated" text="Segregated" />
[7102]999 </optional>
[7393]1000 </item> <!-- Path -->
[7102]1001 <separator/>
[10565]1002 <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
[14646]1003 <link wiki="Tag:highway=bridleway" />
[7102]1004 <key key="highway" value="bridleway" />
1005 <optional>
1006 <reference ref="name_layer" />
1007 <text key="maxspeed" text="Max. speed (km/h)" />
[8028]1008 <reference ref="surface_smoothness" />
[7703]1009 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1010 </optional>
[7393]1011 </item> <!-- Dedicated Bridleway -->
[10565]1012 <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
[14646]1013 <link wiki="Bicycle" />
[7102]1014 <space />
[11907]1015 <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
[15825]1016 <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
1017 <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
[7102]1018 <check key="oneway:bicycle" text="Oneway (bicycle)" />
1019 <space />
1020 <optional text="Edit Highway Attributes:">
[16474]1021 <combo key="highway" text="Highway" values="motorway,motorway_link,trunk,trunk_link,primary,primary_link,secondary,secondary_link,tertiary,tertiary_link,unclassified,residential,living_street,service,bus_guideway,construction" values_context="Highway" values_sort="false" />
[7102]1022 <check key="oneway" text="Oneway" />
1023 </optional>
[7393]1024 </item> <!-- Cycle Lane/Track -->
[10565]1025 <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1026 <link wiki="Tag:highway=cycleway" />
[7102]1027 <key key="highway" value="cycleway" />
1028 <optional>
1029 <reference ref="name_layer" />
[8028]1030 <reference ref="surface_smoothness" />
[7703]1031 <reference ref="highway_yesno_incline_oneway_lit_width" />
[15257]1032 <combo key="foot" text="Pedestrians" values="yes,no,designated" />
[16112]1033 <check key="segregated" text="Segregated" />
[7102]1034 </optional>
[7393]1035 </item> <!-- Dedicated Cycleway -->
[10565]1036 <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1037 <link wiki="Tag:highway=path" />
[7102]1038 <key key="highway" value="path" />
1039 <key key="bicycle" value="designated" />
1040 <key key="foot" value="designated" />
1041 <key key="segregated" value="yes" />
1042 <optional>
1043 <reference ref="name_layer" />
[8028]1044 <reference ref="surface_smoothness" />
[7703]1045 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1046 </optional>
[7393]1047 </item> <!-- Segregated Foot- and Cycleway -->
[10565]1048 <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
[14646]1049 <link wiki="Tag:highway=path" />
[7102]1050 <key key="highway" value="path" />
1051 <key key="bicycle" value="designated" />
1052 <key key="foot" value="designated" />
1053 <key key="segregated" value="no" />
1054 <optional>
1055 <reference ref="name_layer" />
[8028]1056 <reference ref="surface_smoothness" />
[7703]1057 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1058 <check key="passing_places" text="Passing Places" />
1059 </optional>
[7393]1060 </item> <!-- Combined Foot- and Cycleway -->
[10565]1061 <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
[14646]1062 <link wiki="Tag:highway=footway" />
[7102]1063 <key key="highway" value="footway" />
1064 <optional>
[16646]1065 <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
[7102]1066 <reference ref="name_layer" />
[8028]1067 <reference ref="surface_smoothness" />
[15257]1068 <reference ref="highway_yesno_incline_oneway_lit_width" />
1069 <combo key="bicycle" text="Bicycle" values="yes,no,designated" />
[16112]1070 <check key="segregated" text="Segregated" />
[7102]1071 </optional>
[7393]1072 </item> <!-- Dedicated Footway -->
[10565]1073 <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
[14646]1074 <link wiki="Tag:highway=steps" />
[7102]1075 <key key="highway" value="steps" />
1076 <optional>
[16289]1077 <text key="name" text="Name" />
1078 <text key="level" text="Storey" />
1079 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[7102]1080 <reference ref="surface" />
1081 <text key="step_count" text="Amount of Steps" />
[8011]1082 <space />
[15072]1083 <check key="ramp" text="Ramp" />
[8011]1084 <checkgroup columns="2" >
1085 <check key="ramp:stroller" text="Stroller ramp" />
1086 <check key="ramp:bicycle" text="Bicycle ramp" />
1087 </checkgroup>
1088 <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
1089 <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
1090 <space />
[15072]1091 <check key="handrail" text="Handrail" />
[8011]1092 <checkgroup columns="3" >
1093 <check key="handrail:left" text="Left handrail" />
1094 <check key="handrail:center" text="Center handrail" />
1095 <check key="handrail:right" text="Right handrail" />
1096 </checkgroup>
1097 <space />
[9115]1098 <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
1099 <space />
[7703]1100 <reference ref="highway_yesno_incline_oneway_lit_width" />
[7102]1101 </optional>
[7393]1102 </item> <!-- Steps -->
[7102]1103 </group> <!-- Ways -->
[10565]1104 <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
1105 <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
[14646]1106 <link wiki="Tag:highway=motorway_junction" />
[7102]1107 <space />
1108 <key key="highway" value="motorway_junction" />
1109 <text key="name" text="Name" />
1110 <text key="ref" text="Number" />
[7393]1111 </item> <!-- Motorway Junction -->
[10565]1112 <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1113 <link wiki="Tag:highway=services" />
[7102]1114 <key key="highway" value="services" />
1115 <optional>
1116 <text key="name" text="Name" />
1117 <text key="operator" text="Operator" />
1118 <check key="toilets" text="Toilets" />
1119 </optional>
[7393]1120 </item> <!-- Services -->
[10565]1121 <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1122 <link wiki="Tag:highway=rest_area" />
[7102]1123 <key key="highway" value="rest_area" />
1124 <optional>
1125 <text key="name" text="Name" />
1126 <check key="toilets" text="Toilets" />
1127 <check key="drinking_water" text="Drinking Water" />
1128 </optional>
[7393]1129 </item> <!-- Rest Area -->
[7102]1130 <separator/>
[10565]1131 <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
[14646]1132 <link wiki="Tag:highway=traffic_signals" />
[7102]1133 <key key="highway" value="traffic_signals" />
[15195]1134 <optional>
1135 <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
1136 </optional>
[7102]1137 <optional text="Optional crossing attributes:">
[15273]1138 <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
[7381]1139 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
[15648]1140 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
[15273]1141 <check key="crossing:island" text="With island" />
[7745]1142 <check key="button_operated" text="Button operated" />
1143 <check key="traffic_signals:sound" text="Sound signals" />
[16474]1144 <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
[7381]1145 <check key="bicycle" text="Cross by bicycle" />
1146 <check key="horse" text="Cross on horseback" />
[7102]1147 </optional>
[7874]1148 <optional text="Optional values for specific countries">
1149 <text key="name" text="Name" />
1150 </optional>
[7875]1151 </item> <!-- Traffic Signal -->
[10565]1152 <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
[14646]1153 <link wiki="Tag:highway=stop" />
[7102]1154 <key key="highway" value="stop" />
[15190]1155 <optional>
1156 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1157 </optional>
[7393]1158 </item> <!-- Stop -->
[10565]1159 <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
[14646]1160 <link wiki="Tag:highway=give_way" />
[7102]1161 <key key="highway" value="give_way" />
[15190]1162 <optional>
1163 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1164 </optional>
[7393]1165 </item> <!-- Give Way -->
[15201]1166 <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
[15197]1167 <link wiki="Tag:cycleway=asl" />
1168 <key key="cycleway" value="asl" />
1169 </item> <!-- Advanced stop line -->
[10565]1170 <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
[14646]1171 <link wiki="Tag:highway=mini_roundabout" />
[7102]1172 <key key="highway" value="mini_roundabout" />
1173 <space />
1174 <combo key="direction" text="Direction" values="clockwise" />
[7393]1175 </item> <!-- Mini-Roundabout -->
[10565]1176 <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
[14646]1177 <link wiki="Key:crossing" />
[7102]1178 <space />
1179 <key key="highway" value="crossing" />
[10437]1180 <combo key="crossing" text="Pedestrian crossing type" >
[10565]1181 <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
1182 <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
1183 <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
[10437]1184 </combo>
[7102]1185 <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
[15648]1186 <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
[16474]1187 <combo key="supervised" text="Crossing attendant" delimiter="|" values="yes|no|06:00-20:00|Mo-Fr 09:00-18:00,Sa 08:00-14:00|May-Sep 09:30-12:30,14:15-19:30" values_i18n="false" values_sort="false" />
[10233]1188 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[15273]1189 <check key="crossing:island" text="With island" />
[7102]1190 <check key="bicycle" text="Cross by bicycle" />
1191 <check key="horse" text="Cross on horseback" />
[8145]1192 <label text="In case of traffic signals:" />
1193 <check key="button_operated" text="Button operated" />
1194 <check key="traffic_signals:sound" text="Sound signals" />
[7393]1195 </item> <!-- Pedestrian Crossing -->
[10565]1196 <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
1197 <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
[14646]1198 <link wiki="Key:traffic_calming" />
[9724]1199 <space />
1200 <key key="traffic_calming" value="bump" />
1201 </item> <!-- Bump -->
[14714]1202 <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
[14646]1203 <link wiki="Key:traffic_calming" />
[9724]1204 <space />
[14714]1205 <key key="traffic_calming" value="hump" />
1206 </item> <!-- Hump -->
1207 <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
[14646]1208 <link wiki="Key:traffic_calming" />
[9724]1209 <space />
[14714]1210 <key key="traffic_calming" value="table" />
1211 </item> <!-- Table -->
[10565]1212 <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
[14646]1213 <link wiki="Key:traffic_calming" />
[9724]1214 <space />
1215 <key key="traffic_calming" value="cushion" />
1216 </item> <!-- Cushion -->
[14714]1217 <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
[14646]1218 <link wiki="Key:traffic_calming" />
[9724]1219 <space />
[14714]1220 <key key="traffic_calming" value="rumble_strip" />
1221 </item> <!-- Rumble strip -->
1222 <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
[14646]1223 <link wiki="Key:traffic_calming" />
[9724]1224 <space />
[14714]1225 <key key="traffic_calming" value="dip" />
1226 </item> <!-- Dip -->
1227 <separator/>
1228 <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
[14646]1229 <link wiki="Key:traffic_calming" />
[9724]1230 <space />
[14714]1231 <key key="traffic_calming" value="chicane" />
1232 </item> <!-- Chicane -->
1233 <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
[14646]1234 <link wiki="Key:traffic_calming" />
[9724]1235 <space />
[14714]1236 <key key="traffic_calming" value="choker" />
1237 </item> <!-- Choker -->
1238 <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
1239 <link wiki="Key:traffic_calming" />
1240 <space />
1241 <key key="traffic_calming" value="island" />
1242 </item> <!-- Island -->
[9724]1243 </group> <!-- Traffic Calming -->
[10565]1244 <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
[14646]1245 <link wiki="Tag:highway=passing_place" />
[7102]1246 <key key="highway" value="passing_place" />
[7393]1247 </item> <!-- Passing Place -->
[10565]1248 <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
[14646]1249 <link wiki="Tag:highway=turning_circle" />
[7102]1250 <key key="highway" value="turning_circle" />
[7393]1251 </item> <!-- Turning Circle -->
[10565]1252 <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
[14646]1253 <link wiki="Tag:highway=turning_loop" />
[7328]1254 <key key="highway" value="turning_loop" />
[7393]1255 </item> <!-- Turning Loop -->
[10565]1256 <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
[14998]1257 <link wiki="Tag:traffic_sign=city_limit" />
[7102]1258 <space />
1259 <key key="traffic_sign" value="city_limit" />
1260 <text key="name" text="Name" />
[15190]1261 <optional>
[16653]1262 <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
[15190]1263 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1264 </optional>
[7393]1265 </item> <!-- City Limit -->
[10565]1266 <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
[14646]1267 <link wiki="Key:traffic_sign" />
[9034]1268 <space />
1269 <key key="traffic_sign" value="maxspeed" />
1270 <text key="maxspeed" text="Max. speed (km/h)" />
[15190]1271 <optional>
1272 <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
1273 </optional>
[9037]1274 </item> <!-- Speed Limit -->
[10565]1275 <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
[14646]1276 <link wiki="Tag:highway=speed_camera" />
[7102]1277 <key key="highway" value="speed_camera" />
1278 <optional>
1279 <text key="maxspeed" text="Max. speed (km/h)" />
1280 </optional>
[7393]1281 </item> <!-- Speed Camera -->
[15202]1282 <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
[15201]1283 <link wiki="Tag:highway=toll_gantry" />
1284 <key key="highway" value="toll_gantry" />
1285 <optional>
1286 <text key="operator" text="Operator" />
1287 </optional>
1288 </item> <!-- Toll gantry -->
[10565]1289 <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
[14646]1290 <link wiki="Tag:highway=traffic_mirror" />
[7810]1291 <key key="highway" value="traffic_mirror" />
1292 </item> <!-- Traffic Mirror -->
[10565]1293 <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
[14646]1294 <link wiki="Tag:highway=milestone" />
[8725]1295 <key key="highway" value="milestone" />
1296 <text key="distance" text="Distance (kilometers)" />
1297 <text key="ref" text="Reference" />
1298 </item> <!-- Highway Milestone -->
[10565]1299 <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
[14646]1300 <link wiki="Tag:junction=yes" />
[7857]1301 <key key="junction" value="yes" />
1302 <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
1303 <text key="name" text="Name" />
1304 </item> <!-- Named Junction -->
[7102]1305 <separator/>
[10565]1306 <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
[14646]1307 <link wiki="Tag:highway=elevator" />
[7262]1308 <key key="highway" value="elevator" />
[15616]1309 <text key="capacity:persons" text="Capacity (persons)" />
1310 <text key="maxweight" text="Max. weight (tonnes)" />
1311 <text key="level" text="Storey" />
1312 <optional>
1313 <text key="manufacturer" text="Manufacturer" />
1314 <reference ref="name_ref_operator" />
1315 <reference ref="oh_wheelchair" />
1316 <check key="handrail" text="Handrail" />
1317 <check key="bicycle" text="Bicycle" />
1318 <check key="indoor" text="Indoor" />
1319 <reference ref="fee" />
1320 <combo key="goods" text="Freight elevator" values="yes,designated,no" />
[16474]1321 <reference ref="POI_access" />
[15616]1322 <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
1323 </optional>
[7393]1324 </item> <!-- Elevator -->
[7262]1325 <separator/>
[10565]1326 <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
[14646]1327 <link wiki="Tag:amenity=grit_bin" />
[7102]1328 <key key="amenity" value="grit_bin" />
[7393]1329 </item> <!-- Grit Bin -->
[7102]1330 <separator/>
[10706]1331 <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
[14646]1332 <link wiki="Key:mountain_pass" />
[7102]1333 <key key="mountain_pass" value="yes" />
1334 <optional>
1335 <text key="name" text="Name" />
[16707]1336 <text key="ele" text="Elevation (meters)" length="10" />
[7102]1337 <text key="wikipedia" text="Wikipedia" />
1338 </optional>
[7393]1339 </item> <!-- Mountain Pass -->
[7102]1340 </group> <!-- Waypoints -->
[10808]1341 <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
[10706]1342 <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
[14646]1343 <link wiki="Tag:barrier=block" />
[7102]1344 <key key="barrier" value="block" />
1345 <reference ref="barrier_4" />
1346 <optional>
1347 <text key="maxwidth" text="Max. width (meters)" length="7" />
[15647]1348 <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
[7102]1349 </optional>
[7393]1350 </item> <!-- Block -->
[10706]1351 <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
[14646]1352 <link wiki="Tag:barrier=bollard" />
[7102]1353 <space />
1354 <key key="barrier" value="bollard" />
1355 <combo key="bollard" text="Bollard type" values="rising,removable" />
1356 <reference ref="barrier_4" />
1357 <optional>
1358 <text key="maxwidth" text="Max. width (meters)" length="7" />
1359 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1360 </optional>
[7393]1361 </item> <!-- Bollard -->
[10706]1362 <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
[14646]1363 <link wiki="Tag:barrier=cycle_barrier" />
[7102]1364 <key key="barrier" value="cycle_barrier" />
1365 <reference ref="barrier_4" />
1366 <reference ref="optional_maxwidth" />
[7393]1367 </item> <!-- Cycle Barrier -->
[10808]1368 <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
[14646]1369 <link wiki="Tag:barrier=cattle_grid" />
[7102]1370 <key key="barrier" value="cattle_grid" />
1371 <reference ref="barrier_4" />
[7393]1372 </item> <!-- Cattle Grid -->
[10706]1373 <item name="Bus Trap" type="node" preset_name_label="true">
[14646]1374 <link wiki="Tag:barrier=bus_trap" />
[7102]1375 <key key="barrier" value="bus_trap" />
1376 <reference ref="optional_maxwidth" />
[7393]1377 </item> <!-- Bus Trap -->
[10706]1378 <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
[14646]1379 <link wiki="Tag:barrier=spikes" />
[7102]1380 <key key="barrier" value="spikes" />
1381 <reference ref="barrier_5" />
[7393]1382 </item> <!-- Spikes -->
[10808]1383 <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
[14646]1384 <link wiki="Tag:barrier=toll_booth" />
[7102]1385 <key key="barrier" value="toll_booth" />
1386 <optional>
1387 <text key="name" text="Name" />
1388 <text key="operator" text="Operator" />
1389 </optional>
[7393]1390 </item> <!-- Toll Booth -->
[10808]1391 <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
[14646]1392 <link wiki="Tag:barrier=border_control" />
[7102]1393 <key key="barrier" value="border_control" />
1394 <reference ref="barrier_5" />
[7393]1395 </item> <!-- Border Control -->
1396 <separator/> <!-- *** Linear Barriers *** -->
[10706]1397 <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1398 <link wiki="Tag:barrier=hedge" />
[13786]1399 <space />
[7102]1400 <key key="barrier" value="hedge" />
[13786]1401 <reference ref="leaf" />
[7102]1402 <optional>
[13786]1403 <reference ref="genus_species_taxon" />
[7102]1404 <text key="height" text="Height (meters)" length="7" />
1405 </optional>
[7393]1406 </item> <!-- Hedge -->
[10706]1407 <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
[14646]1408 <link wiki="Tag:barrier=fence" />
[7102]1409 <key key="barrier" value="fence" />
1410 <optional>
[13770]1411 <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
[7102]1412 <text key="height" text="Height (meters)" length="7" />
1413 </optional>
[7393]1414 </item> <!-- Fence -->
[15304]1415 <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
1416 <link wiki="Tag:barrier=handrail" />
1417 <key key="barrier" value="handrail" />
1418 <optional>
1419 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
1420 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
1421 </optional>
1422 </item> <!-- Handrail -->
[15465]1423 <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
1424 <link wiki="Tag:barrier=cable_barrier" />
1425 <key key="barrier" value="cable_barrier" />
1426 <reference ref="optional_height" />
1427 </item> <!-- Cable barrier -->
[10825]1428 <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
[14646]1429 <link wiki="Tag:barrier=guard_rail" />
[7102]1430 <key key="barrier" value="guard_rail" />
1431 <reference ref="optional_height" />
[7393]1432 </item> <!-- Guard Rail -->
[16245]1433 <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1434 <link wiki="Tag:barrier=wall" />
[7102]1435 <key key="barrier" value="wall" />
1436 <reference ref="optional_height" />
[16245]1437 <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
[16474]1438 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1439 </item> <!-- Wall -->
[16245]1440 <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1441 <link wiki="Tag:barrier=city_wall" />
[7102]1442 <key key="barrier" value="city_wall" />
1443 <reference ref="optional_height" />
[16474]1444 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1445 </item> <!-- City Wall -->
[10706]1446 <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
[14646]1447 <link wiki="Tag:barrier=retaining_wall" />
[7102]1448 <key key="barrier" value="retaining_wall" />
1449 <reference ref="optional_height" />
[16474]1450 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
[7393]1451 </item> <!-- Retaining Wall -->
[10825]1452 <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
[14646]1453 <link wiki="Tag:barrier=jersey_barrier" />
[9362]1454 <key key="barrier" value="jersey_barrier" />
1455 <combo key="material" text="Material" values="concrete,plastic" />
1456 </item> <!-- Jersey Barrier -->
[7821]1457 <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
[14646]1458 <link wiki="Tag:barrier=ditch" />
[7102]1459 <key key="barrier" value="ditch" />
1460 <optional>
1461 <text key="width" text="Width (meters)" length="7" />
1462 </optional>
[7393]1463 </item> <!-- Ditch -->
[10706]1464 <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
[14646]1465 <link wiki="Tag:barrier=kerb" />
[7102]1466 <key key="barrier" value="kerb" />
1467 <reference ref="optional_height" />
[8013]1468 <reference ref="wheelchair" />
[10233]1469 <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
[7393]1470 </item> <!-- Kerb -->
1471 <separator/> <!-- *** Access *** -->
[10706]1472 <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
[14646]1473 <link wiki="Tag:barrier=entrance" />
[7102]1474 <key key="barrier" value="entrance" />
1475 <reference ref="barrier_5" />
1476 <reference ref="optional_maxwidth" />
[7393]1477 </item> <!-- Entrance (Barrier Opening) -->
[10808]1478 <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
[14646]1479 <link wiki="Tag:barrier=gate" />
[7102]1480 <key key="barrier" value="gate" />
1481 <reference ref="barrier_5" />
1482 <reference ref="optional_maxheight_maxwidth" />
[16474]1483 <reference ref="highway_access" />
[7393]1484 </item> <!-- Gate -->
[10706]1485 <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
[14646]1486 <link wiki="Tag:barrier=lift_gate" />
[7102]1487 <key key="barrier" value="lift_gate" />
1488 <reference ref="barrier_5" />
1489 <reference ref="optional_maxwidth" />
[16474]1490 <reference ref="highway_access" />
[7393]1491 </item> <!-- Lift Gate -->
[10706]1492 <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
[14646]1493 <link wiki="Tag:barrier=swing_gate" />
[7114]1494 <key key="barrier" value="swing_gate" />
1495 <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
1496 <reference ref="barrier_5" />
1497 <reference ref="optional_maxwidth" />
[16474]1498 <reference ref="highway_access" />
[7393]1499 </item> <!-- Swing Gate -->
[10706]1500 <item name="Hampshire Gate" type="node" preset_name_label="true">
[14646]1501 <link wiki="Tag:barrier=hampshire_gate" />
[7102]1502 <key key="barrier" value="hampshire_gate" />
1503 <reference ref="barrier_5" />
1504 <reference ref="optional_maxwidth" />
[7393]1505 </item> <!-- Hampshire Gate -->
[10706]1506 <item name="Bump Gate" type="node" preset_name_label="true">
[14646]1507 <link wiki="Tag:barrier=bump_gate" />
[7102]1508 <key key="barrier" value="bump_gate" />
1509 <reference ref="barrier_5" />
1510 <reference ref="optional_maxwidth" />
[7393]1511 </item> <!-- Bump Gate -->
[13481]1512 <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
[14646]1513 <link wiki="Tag:barrier=kissing_gate" />
[7102]1514 <key key="barrier" value="kissing_gate" />
1515 <reference ref="barrier_2" />
1516 <reference ref="optional_maxwidth" />
[7393]1517 </item> <!-- Kissing Gate -->
[10706]1518 <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
[14646]1519 <link wiki="Tag:barrier=chain" />
[7102]1520 <key key="barrier" value="chain" />
1521 <reference ref="barrier_5" />
1522 <reference ref="optional_maxwidth" />
[7393]1523 </item> <!-- Chain -->
[10706]1524 <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
[14646]1525 <link wiki="Tag:barrier=stile" />
[7102]1526 <space />
1527 <key key="barrier" value="stile" />
1528 <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
1529 <optional>
1530 <combo key="material" text="Material" values="metal,stone,wood" />
1531 </optional>
1532 <reference ref="barrier_2" />
[7393]1533 </item> <!-- Stile -->
[10706]1534 <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
[14646]1535 <link wiki="Tag:barrier=turnstile" />
[7102]1536 <key key="barrier" value="turnstile" />
1537 <reference ref="barrier_2" />
[7393]1538 </item> <!-- Turnstile -->
[10706]1539 <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
[14646]1540 <link wiki="Tag:barrier=sally_port" />
[7102]1541 <key key="barrier" value="sally_port" />
1542 <reference ref="barrier_5" />
[7373]1543 <reference ref="optional_maxheight_maxwidth" />
[7393]1544 </item> <!-- Sally Port -->
[7102]1545 </group> <!-- Barriers -->
[10565]1546 <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
1547 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
[14646]1548 <link wiki="Key:tunnel" />
[7102]1549 <key key="tunnel" value="yes" />
1550 <optional>
1551 <text key="name" text="Name" />
1552 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1553 <text key="width" text="Width (meters)" />
[7373]1554 <text key="maxheight" text="Max. height (meters)" />
[8983]1555 <space />
[7102]1556 <text key="maxspeed" text="Max. speed (km/h)" />
[8983]1557 <text key="maxspeed:forward" text="Max. speed in way direction" />
1558 <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
1559 <space />
[7102]1560 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1561 <check key="toll" text="Toll" />
1562 </optional>
[7393]1563 </item> <!-- Tunnel -->
[10565]1564 <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
[14646]1565 <link wiki="Key:tunnel" />
[7102]1566 <key key="tunnel" value="building_passage" />
1567 <optional>
1568 <reference ref="name_layer" />
1569 <text key="width" text="Width (meters)" />
[7373]1570 <text key="maxheight" text="Max. height (meters)" />
[7102]1571 <text key="maxspeed" text="Max. speed (km/h)" />
1572 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1573 </optional>
[7393]1574 </item> <!-- Building Passage -->
[10565]1575 <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
[14646]1576 <link wiki="Key:covered" />
[7102]1577 <space />
1578 <key key="covered" value="arcade" />
1579 <check key="arcade:left" value_on="open" text="Open on left side" />
1580 <check key="arcade:right" value_on="open" text="Open on right side" />
1581 <optional>
1582 <reference ref="name_layer" />
1583 <text key="width" text="Width (meters)" />
1584 </optional>
[7393]1585 </item> <!-- Arcade -->
[10565]1586 <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
[14646]1587 <link wiki="Key:covered" />
[7102]1588 <space />
1589 <key key="covered" value="colonnade" />
1590 <check key="colonnade:left" value_on="open" text="Open on left side" />
1591 <check key="colonnade:right" value_on="open" text="Open on right side" />
1592 <optional>
1593 <reference ref="name_layer" />
1594 <text key="width" text="Width (meters)" />
1595 </optional>
[7393]1596 </item> <!-- Colonnade -->
[10565]1597 <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
[14646]1598 <link wiki="Key:tunnel" />
[7102]1599 <space />
1600 <key key="tunnel" value="avalanche_protector" />
1601 <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
1602 <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
1603 <optional>
1604 <reference ref="name_layer" />
1605 <text key="width" text="Width (meters)" />
1606 <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
1607 </optional>
[7393]1608 </item> <!-- Avalanche Protector -->
[7381]1609 </group> <!-- Passageways -->
[7393]1610 </group> <!-- Highways -->
[10565]1611 <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
1612 <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
[15535]1613 <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
1614 <link wiki="Tag:waterway=river" />
[7102]1615 <space />
[15535]1616 <key key="waterway" value="river" />
1617 <text key="name" text="Name" />
[8146]1618 <optional>
[15535]1619 <reference ref="waterway_wikipedia" />
1620 <check key="lock" text="Lock" disable_off="true" />
[8146]1621 </optional>
[15535]1622 <reference ref="water_access" />
1623 </item> <!-- River -->
[10565]1624 <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
[14646]1625 <link wiki="Tag:waterway=stream" />
[7102]1626 <space />
1627 <key key="waterway" value="stream" />
[11280]1628 <text key="name" text="Name" />
[8146]1629 <optional>
1630 <reference ref="waterway_wikipedia" />
1631 </optional>
1632 <reference ref="water_access" />
[7393]1633 </item> <!-- Stream -->
[15535]1634 <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
1635 <link wiki="Tag:waterway=tidal_channel" />
[7102]1636 <space />
[15535]1637 <key key="waterway" value="tidal_channel" />
[8146]1638 <optional>
[15535]1639 <text key="name" text="Name" />
1640 <check key="salt" text="Salt Water" disable_off="true" />
1641 <check key="intermittent" text="Intermittent" disable_off="true" />
1642 <check key="seasonal" text="Seasonal" disable_off="true" />
1643 <text key="width" text="Width (meters)" />
1644 <text key="wikipedia" text="Wikipedia" />
[8146]1645 </optional>
[15535]1646 </item> <!-- Tidal channel -->
[10565]1647 <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
[14646]1648 <link wiki="Tag:waterway=canal" />
[8146]1649 <space />
1650 <key key="waterway" value="canal" />
[11280]1651 <text key="name" text="Name" />
[8146]1652 <optional>
[11280]1653 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[13895]1654 <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
[13896]1655 <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
[8146]1656 <text key="width" text="Width (meters)" />
1657 <text key="wikipedia" text="Wikipedia" />
[11280]1658 <check key="lock" text="Lock" disable_off="true" />
[8146]1659 </optional>
1660 <reference ref="water_access" />
1661 </item> <!-- Canal -->
[15535]1662 <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
1663 <link wiki="Tag:waterway=drain" />
1664 <space />
1665 <key key="waterway" value="drain" />
1666 <optional>
1667 <text key="name" text="Name" />
1668 <reference ref="waterway" />
1669 </optional>
1670 </item> <!-- Drain -->
1671 <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
1672 <link wiki="Tag:waterway=ditch" />
1673 <space />
1674 <key key="waterway" value="ditch" />
1675 <optional>
1676 <text key="name" text="Name" />
1677 <reference ref="waterway" />
1678 </optional>
1679 </item> <!-- Ditch -->
[7102]1680 <separator/>
[10706]1681 <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
[14646]1682 <link wiki="Tag:natural=spring" />
[7381]1683 <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
[7102]1684 <space />
1685 <key key="natural" value="spring" />
1686 <text key="name" text="Name" />
[7381]1687 <check key="drinking_water" text="Drinking Water" />
1688 </item> <!-- Spring -->
[10565]1689 <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
[14646]1690 <link wiki="Tag:waterway=waterfall" />
[7102]1691 <space />
1692 <key key="waterway" value="waterfall" />
1693 <reference ref="name_wikipedia" />
[16474]1694 <text key="height" text="Height (meters)" length="7" />
[7393]1695 </item> <!-- Waterfall -->
[10565]1696 <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
[14646]1697 <link wiki="Tag:waterway=weir" />
[7102]1698 <space />
1699 <key key="waterway" value="weir" />
1700 <text key="name" text="Name" />
[7393]1701 </item> <!-- Weir -->
[10565]1702 <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]1703 <link wiki="Tag:waterway=dam" />
[7102]1704 <space />
1705 <key key="waterway" value="dam" />
1706 <reference ref="name_wikipedia" />
[7393]1707 </item> <!-- Dam -->
[14050]1708 <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
[14646]1709 <link wiki="Tag:man_made=dyke" />
[14050]1710 <space />
1711 <key key="man_made" value="dyke" />
1712 </item> <!-- Levee -->
[16245]1713 <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1714 <link wiki="Tag:man_made=groyne" />
[7102]1715 <key key="man_made" value="groyne" />
[7393]1716 </item> <!-- Groyne -->
[10565]1717 <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]1718 <link wiki="Tag:man_made=breakwater" />
[7102]1719 <space />
1720 <key key="man_made" value="breakwater" />
1721 <text key="ref" text="Reference" />
1722 <text key="name" text="Name" />
[7393]1723 </item> <!-- Breakwater -->
[7102]1724 <separator/>
[10565]1725 <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
[14646]1726 <link wiki="Tag:tunnel=culvert" />
[7102]1727 <key key="tunnel" value="culvert" />
1728 <optional>
1729 <text key="name" text="Name" />
1730 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
1731 <text key="width" text="Width (meters)" />
1732 </optional>
[7393]1733 </item> <!-- Culvert -->
[13895]1734 <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
[14646]1735 <link wiki="Tag:usage=penstock" />
[13895]1736 <key key="waterway" value="pressurised" />
1737 <key key="man_made" value="pipeline" />
1738 <key key="substance" value="water" />
1739 <key key="usage" value="penstock" />
[15170]1740 <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
[13895]1741 <optional>
1742 <text key="name" text="Name" />
1743 <text key="operator" text="Operator" />
[15062]1744 <combo key="diameter" text="Diameter (mm)" values="800,1000,1200,1500,1600,1800,2200,2300,2400,2500,2600,2800,3200,3300,3400,3500,4000,4200,4300,4800" />
1745 <text key="pressure" text="Pressure (bar)" />
[13895]1746 <combo key="material" text="Material" values="metal,steel" />
1747 </optional>
1748 </item> <!-- Penstock -->
[7102]1749 <separator/>
[10808]1750 <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1751 <link wiki="Tag:landuse=basin" />
[7102]1752 <space />
1753 <key key="landuse" value="basin" />
[10860]1754 <combo key="basin" text="Type" values="retention,infiltration,detention" />
[12908]1755 <reference ref="optional_name" />
[7393]1756 </item> <!-- Basin -->
[10808]1757 <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1758 <link wiki="Tag:landuse=reservoir" />
[7102]1759 <space />
1760 <key key="landuse" value="reservoir" />
[10860]1761 <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
[12908]1762 <reference ref="optional_name" />
[7393]1763 </item> <!-- Reservoir -->
[10706]1764 <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1765 <link wiki="Tag:man_made=reservoir_covered" />
[7102]1766 <space />
1767 <key key="man_made" value="reservoir_covered" />
[12908]1768 <reference ref="optional_name" />
[7393]1769 </item> <!-- Covered Reservoir -->
[7102]1770 <separator/>
[10565]1771 <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]1772 <link wiki="Tag:natural=water" />
[7381]1773 <label text="A body of standing water, such as a lake or pond." />
[7102]1774 <space />
1775 <key key="natural" value="water" />
1776 <text key="name" text="Name" />
[10860]1777 <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
[7381]1778 <check key="salt" text="Salt Water" disable_off="true" />
[14117]1779 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
[9028]1780 <check key="tidal" text="In the tidal range" disable_off="true" />
[16707]1781 <text key="ele" text="Elevation (meters)" length="10" />
[8146]1782 <text key="wikipedia" text="Wikipedia" />
1783 <reference ref="water_access" />
[7381]1784 </item> <!-- Water -->
[10565]1785 <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
[14646]1786 <link wiki="Tag:natural=coastline" />
[7381]1787 <label text="Line between the sea and land (with the water on the right side of the way)." />
[7102]1788 <space />
1789 <key key="natural" value="coastline" />
1790 <text key="name" text="Name" />
[7381]1791 </item> <!-- Coastline -->
[10565]1792 <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]1793 <link wiki="Tag:waterway=riverbank" />
[7102]1794 <space />
1795 <key key="waterway" value="riverbank" />
1796 <text key="name" text="Name" />
[14117]1797 <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
[9028]1798 <check key="tidal" text="In the tidal range" disable_off="true" />
[7393]1799 </item> <!-- Riverbank -->
[7102]1800 <separator/>
[10706]1801 <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]1802 <link wiki="Tag:natural=wetland" />
[7381]1803 <label text="Waterlogged area, either permanently or seasonally with vegetation." />
[7102]1804 <space />
1805 <key key="natural" value="wetland" />
1806 <text key="name" text="Name" />
[15170]1807 <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
[9425]1808 <check key="seasonal" text="Seasonal" disable_off="true" />
[7381]1809 </item> <!-- Wetland -->
[10706]1810 <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]1811 <link wiki="Tag:natural=mud" />
[7381]1812 <label text="Large area covered with mud." />
1813 <space />
[7102]1814 <key key="natural" value="mud" />
1815 <text key="name" text="Name" />
[7381]1816 </item> <!-- Mud -->
[10565]1817 <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]1818 <link wiki="Tag:natural=beach" />
[7381]1819 <label text="A flat area of sand, gravel or pebble next to water." />
[7102]1820 <space />
1821 <key key="natural" value="beach" />
[7381]1822 <reference ref="name_wikipedia" />
1823 <optional>
[7620]1824 <reference ref="supervised" />
[8013]1825 <reference ref="oh_wheelchair" />
[16474]1826 <reference ref="POI_access" />
[7381]1827 <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
1828 <combo key="sport" text="Sport" values="swimming,surfing" />
[16474]1829 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[7381]1830 </optional>
1831 </item> <!-- Beach -->
[15081]1832 <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]1833 <link wiki="Tag:natural=bay" />
[12768]1834 <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
[7102]1835 <space />
1836 <key key="natural" value="bay" />
1837 <text key="name" text="Name" />
[15081]1838 <optional>
1839 <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
1840 </optional>
[7381]1841 </item> <!-- Bay -->
[13945]1842 <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1843 <link wiki="Tag:natural=cape" />
[13945]1844 <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
1845 <space />
1846 <key key="natural" value="cape" />
1847 <text key="name" text="Name" />
1848 </item> <!-- Cape -->
[15093]1849 <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
1850 <link wiki="Tag:natural=strait" />
1851 <space />
1852 <key key="natural" value="strait" />
1853 <text key="name" text="Name" />
1854 </item> <!-- Strait -->
[7381]1855 </group> <!-- Water -->
[10565]1856 <group name="Shipping" icon="presets/nautical/ferry.svg">
1857 <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1858 <link wiki="Tag:amenity=ferry_terminal" />
[7102]1859 <space />
1860 <key key="amenity" value="ferry_terminal" />
1861 <text key="name" text="Name" />
1862 <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
[7393]1863 </item> <!-- Ferry Terminal -->
[10565]1864 <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
[14646]1865 <link wiki="Tag:route=ferry" />
[7102]1866 <key key="route" value="ferry" />
1867 <optional>
[15830]1868 <reference ref="name_ref_operator" />
[16710]1869 <reference ref="wheelchair" />
[15830]1870 <space />
[16710]1871 <reference ref="oh" />
1872 <combo key="duration" text="Duration (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
1873 <combo key="interval" text="Interval (M, MM, HH:MM, or HH:MM:SS)" values="5,10,15,20,30,60,120,10:30,00:02:30" values_no_i18n="true" />
[15830]1874 <reference ref="fee" />
[16474]1875 <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
[15830]1876 <check key="ferry:cable" text="Reaction ferry" />
[7102]1877 </optional>
[15830]1878 <preset_link preset_name="Road Restrictions" />
[7393]1879 </item> <!-- Ferry Route -->
[7102]1880 <separator/>
[10808]1881 <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1882 <link wiki="Tag:leisure=marina" />
[7102]1883 <space />
1884 <key key="leisure" value="marina" />
1885 <text key="name" text="Name" />
[8188]1886 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[7393]1887 </item> <!-- Marina -->
[10808]1888 <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1889 <link wiki="Tag:waterway=fuel"/>
[8402]1890 <space />
1891 <key key="waterway" value="fuel" />
1892 <optional>
1893 <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
1894 <reference ref="name_operator" />
1895 <reference ref="oh" />
1896 <space />
1897 <label text="Fuel types:" />
1898 <checkgroup columns="2">
1899 <check key="fuel:diesel" text="Diesel" />
1900 <check key="fuel:biodiesel" text="Bio Diesel" />
1901 <check key="fuel:octane_80" text="Octane 80" />
[13341]1902 <check key="fuel:octane_87" text="Octane 87" />
[8402]1903 <check key="fuel:octane_91" text="Octane 91" />
1904 <check key="fuel:octane_92" text="Octane 92" />
1905 <check key="fuel:octane_95" text="Octane 95" />
1906 <check key="fuel:octane_98" text="Octane 98" />
1907 <check key="fuel:octane_100" text="Octane 100" />
1908 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
1909 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
[13341]1910 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
[8402]1911 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
1912 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
1913 </checkgroup>
1914 </optional>
1915 <reference ref="link_contact_address_payment" />
1916 </item> <!-- Marine Fuel -->
[10565]1917 <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]1918 <link wiki="Tag:man_made=pier" />
[7102]1919 <space />
1920 <key key="man_made" value="pier" />
1921 <text key="name" text="Name" />
[9029]1922 <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
1923 <check key="floating" text="Floating" />
[7393]1924 </item> <!-- Pier -->
[11281]1925 <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
[14646]1926 <link wiki="Tag:waterway=lock_gate" />
[7102]1927 <key key="waterway" value="lock_gate" />
[7393]1928 </item> <!-- Lock Gate -->
[10706]1929 <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
[14646]1930 <link wiki="Tag:waterway=turning_point" />
[7102]1931 <key key="waterway" value="turning_point" />
[7393]1932 </item> <!-- Turning Point -->
[7102]1933 <separator/>
[10808]1934 <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
[14646]1935 <link wiki="Tag:leisure=slipway" />
[7102]1936 <key key="leisure" value="slipway" />
1937 <optional>
1938 <text key="name" text="Name" />
1939 </optional>
[7393]1940 </item> <!-- Slipway -->
[10808]1941 <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1942 <link wiki="Tag:waterway=boatyard" />
[7102]1943 <space />
1944 <key key="waterway" value="boatyard" />
1945 <text key="name" text="Name" />
[7393]1946 </item> <!-- Boatyard -->
[10808]1947 <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]1948 <link wiki="Tag:waterway=dock" />
[7102]1949 <space />
1950 <key key="waterway" value="dock" />
1951 <text key="name" text="Name" />
[7393]1952 </item> <!-- Dock -->
[7102]1953 </group> <!-- Shipping -->
[7393]1954 </group> <!-- Water -->
[10565]1955 <group name="Transport" icon="presets/transport/railway/rail.svg">
1956 <group name="Railway" icon="presets/transport/railway/rail.svg">
1957 <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
[14646]1958 <link wiki="Tag:railway=rail" />
[7102]1959 <key key="railway" value="rail" />
1960 <optional>
1961 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
[15074]1962 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]1963 </optional>
[7393]1964 </item> <!-- Rail -->
[10565]1965 <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
[14646]1966 <link wiki="Tag:railway=narrow_gauge" />
[7102]1967 <key key="railway" value="narrow_gauge" />
1968 <optional>
1969 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
[15074]1970 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]1971 </optional>
[7393]1972 </item> <!-- Narrow Gauge Rail -->
[10565]1973 <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
[14646]1974 <link wiki="Tag:railway=monorail" />
[7102]1975 <key key="railway" value="monorail" />
1976 <optional>
1977 <reference ref="railway_service" />
[15074]1978 <reference ref="railway_electrified_yesno" />
[7102]1979 </optional>
[7393]1980 </item> <!-- Monorail -->
[10565]1981 <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
[14646]1982 <link wiki="Tag:railway=preserved" />
[7102]1983 <key key="railway" value="preserved" />
1984 <optional>
[15074]1985 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]1986 </optional>
[7393]1987 </item> <!-- Preserved -->
[10565]1988 <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
[14646]1989 <link wiki="Tag:railway=light_rail" />
[7102]1990 <key key="railway" value="light_rail" />
1991 <optional>
[15074]1992 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]1993 </optional>
[7393]1994 </item> <!-- Light Rail -->
[10565]1995 <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
[14646]1996 <link wiki="Tag:railway=subway" />
[7102]1997 <key key="railway" value="subway" />
1998 <optional>
[15074]1999 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2000 </optional>
[7393]2001 </item> <!-- Subway -->
[10565]2002 <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
[14646]2003 <link wiki="Tag:railway=tram" />
[7102]2004 <key key="railway" value="tram" />
2005 <optional>
[15074]2006 <reference ref="railway_service_gauge_electrified_yesno" />
[7102]2007 </optional>
[7393]2008 </item> <!-- Tram -->
[10565]2009 <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
[14646]2010 <link wiki="Tag:railway=funicular" />
[10540]2011 <key key="railway" value="funicular" />
2012 <optional>
[15074]2013 <reference ref="railway_service_gauge_electrified_yesno" />
[10540]2014 </optional>
2015 </item> <!-- Funicular -->
[10565]2016 <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
[14646]2017 <link wiki="Tag:highway=bus_guideway" />
[7102]2018 <key key="highway" value="bus_guideway" />
2019 <optional>
2020 <text key="name" text="Name" />
[15074]2021 <reference ref="highway_yesno" />
2022 <check key="oneway" text="Oneway" />
[7102]2023 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[8028]2024 <reference ref="surface_smoothness" />
[7102]2025 <text key="maxspeed" text="Max. speed (km/h)" />
2026 <text key="width" text="Width (meters)" />
2027 </optional>
[7393]2028 </item> <!-- Bus Guideway -->
[7102]2029 <separator/>
[15648]2030 <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
2031 <link wiki="Key:construction" />
2032 <key key="railway" value="construction" />
2033 <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
2034 <optional>
2035 <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
2036 <reference ref="railway_service_gauge_electrified_yesno" />
2037 </optional>
2038 </item> <!-- Railway construction -->
[10565]2039 <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
[14646]2040 <link wiki="Tag:railway=disused" />
[7102]2041 <key key="railway" value="disused" />
2042 <optional>
2043 <reference ref="railway_service" />
[15074]2044 <reference ref="highway_yesno" />
[7102]2045 </optional>
[7393]2046 </item> <!-- Disused Rail -->
[10565]2047 <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
[14646]2048 <link wiki="Tag:railway=abandoned" />
[7102]2049 <key key="railway" value="abandoned" />
2050 <optional>
2051 <reference ref="railway_service" />
[15074]2052 <reference ref="highway_yesno" />
[7102]2053 </optional>
[7393]2054 </item> <!-- Abandoned Rail -->
[7102]2055 <separator/>
[10565]2056 <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
[14646]2057 <link wiki="Tag:railway=level_crossing" />
[7102]2058 <key key="railway" value="level_crossing" />
2059 <optional>
[7620]2060 <reference ref="supervised" />
[7102]2061 <check key="crossing:light" text="Traffic lights" />
2062 <check key="crossing:bell" text="Sound signals" />
2063 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2064 </optional>
[7393]2065 </item> <!-- Level Crossing -->
[10565]2066 <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
[14646]2067 <link wiki="Tag:railway=crossing" />
[7102]2068 <key key="railway" value="crossing" />
2069 <optional>
[15273]2070 <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
[7620]2071 <reference ref="supervised" />
[7102]2072 <check key="horse" text="Cross on horseback" />
2073 <check key="bicycle" text="Cross by bicycle" />
2074 <check key="crossing:light" text="Traffic lights" />
2075 <check key="crossing:bell" text="Sound signals" />
2076 <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
2077 </optional>
[7393]2078 </item> <!-- Crossing -->
[10565]2079 <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
[14646]2080 <link wiki="Tag:railway=turntable" />
[7102]2081 <key key="railway" value="turntable" />
[7393]2082 </item> <!-- Turntable -->
[10565]2083 <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
[14646]2084 <link wiki="Tag:railway=buffer_stop" />
[7102]2085 <key key="railway" value="buffer_stop" />
[7393]2086 </item> <!-- Buffer Stop -->
[10565]2087 <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
[14646]2088 <link wiki="Tag:railway=switch" />
[7102]2089 <key key="railway" value="switch" />
[15188]2090 <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
[7102]2091 <text key="ref" text="Reference" />
[9092]2092 <text key="operator" text="Operator" />
[7393]2093 </item> <!-- Railway Switch -->
[15188]2094 <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
2095 <link wiki="Tag:railway=railway_crossing" />
2096 <key key="railway" value="railway_crossing" />
2097 <text key="ref" text="Reference" />
2098 <text key="operator" text="Operator" />
2099 </item> <!-- Railway crossing -->
[10565]2100 <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
[14646]2101 <link wiki="Tag:railway=signal" />
[9092]2102 <key key="railway" value="signal" />
2103 <text key="ref" text="Reference" />
2104 <text key="operator" text="Operator" />
2105 </item> <!-- Railway Signal -->
[10565]2106 <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
[14646]2107 <link wiki="Tag:railway=milestone" />
[8725]2108 <key key="railway" value="milestone" />
2109 <text key="distance" text="Distance (kilometers)" />
2110 <text key="ref" text="Reference" />
2111 </item> <!-- Railway Milestone -->
[7102]2112 </group> <!-- Railway -->
[10706]2113 <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
2114 <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
[14646]2115 <link wiki="Tag:aerialway=cable_car" />
[7102]2116 <space />
2117 <key key="aerialway" value="cable_car" />
2118 <reference ref="name_ref" />
2119 <optional>
2120 <text key="aerialway:capacity" text="Number of people per hour" />
2121 <text key="aerialway:occupancy" text="Number of people per car" />
2122 <text key="aerialway:duration" text="Typical journey time in minutes" />
2123 <check key="aerialway:heating" text="Has heating?" />
[16710]2124 <space />
2125 <text key="operator" text="Operator" />
2126 <reference ref="oh" />
2127 <reference ref="fee" />
[7102]2128 </optional>
[7393]2129 </item> <!-- Cable Car -->
[10706]2130 <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
[14646]2131 <link wiki="Tag:aerialway=chair_lift" />
[7915]2132 <space />
2133 <key key="aerialway" value="chair_lift" />
2134 <reference ref="name_ref" />
2135 <optional>
2136 <text key="aerialway:capacity" text="Number of people per hour" />
2137 <text key="aerialway:occupancy" text="Number of people per chair" />
2138 <text key="aerialway:duration" text="Typical journey time in minutes" />
2139 <check key="aerialway:bubble" text="Has bubble?" />
2140 <check key="aerialway:heating" text="Has heating?" />
[16710]2141 <space />
2142 <text key="operator" text="Operator" />
2143 <reference ref="oh" />
2144 <reference ref="fee" />
[7915]2145 </optional>
2146 </item> <!-- Chair Lift -->
[10706]2147 <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
[14646]2148 <link wiki="Tag:aerialway=gondola" />
[7102]2149 <space />
2150 <key key="aerialway" value="gondola" />
2151 <reference ref="name_ref" />
2152 <optional>
2153 <text key="aerialway:capacity" text="Number of people per hour" />
2154 <text key="aerialway:occupancy" text="Number of people per gondola" />
2155 <text key="aerialway:duration" text="Typical journey time in minutes" />
2156 <check key="aerialway:heating" text="Has heating?" />
[16710]2157 <space />
2158 <text key="operator" text="Operator" />
2159 <reference ref="oh" />
2160 <reference ref="fee" />
[7102]2161 </optional>
[7393]2162 </item> <!-- Gondola -->
[10706]2163 <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
[14646]2164 <link wiki="Tag:aerialway=mixed_lift" />
[7102]2165 <space />
2166 <key key="aerialway" value="mixed_lift" />
2167 <reference ref="name_ref" />
2168 <optional>
2169 <text key="aerialway:capacity" text="Number of people per hour" />
2170 <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
2171 <text key="aerialway:duration" text="Typical journey time in minutes" />
2172 <check key="aerialway:bubble" text="Has bubble?" />
2173 <check key="aerialway:heating" text="Has heating?" />
[16710]2174 <space />
2175 <text key="operator" text="Operator" />
2176 <reference ref="oh" />
2177 <reference ref="fee" />
[7102]2178 </optional>
[7393]2179 </item> <!-- Mixed Lift -->
[10706]2180 <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
[14646]2181 <link wiki="Tag:aerialway=drag_lift" />
[7102]2182 <space />
[7915]2183 <combo key="aerialway" text="Type" values="drag_lift,t-bar,j-bar,platter,rope_tow" display_values="drag_lift (general type - use only if exact type (see values below) is unknown),t-bar,j-bar,platter,rope_tow" match="keyvalue" />
[7102]2184 <reference ref="name_ref" />
2185 <optional>
2186 <text key="aerialway:capacity" text="Number of people per hour" />
2187 <text key="aerialway:duration" text="Typical journey time in minutes" />
[16710]2188 <space />
2189 <text key="operator" text="Operator" />
2190 <reference ref="oh" />
2191 <reference ref="fee" />
[7102]2192 </optional>
[7915]2193 </item> <!-- Drag Lift -->
[10808]2194 <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
[14646]2195 <link wiki="Tag:aerialway=magic_carpet" />
[7102]2196 <space />
2197 <key key="aerialway" value="magic_carpet" />
2198 <reference ref="name_ref" />
2199 <optional>
2200 <text key="aerialway:capacity" text="Number of people per hour" />
2201 <text key="aerialway:duration" text="Typical journey time in minutes" />
[16710]2202 <space />
2203 <text key="operator" text="Operator" />
2204 <reference ref="oh" />
2205 <reference ref="fee" />
[7102]2206 </optional>
[7393]2207 </item> <!-- Magic Carpet -->
[10706]2208 <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
[14646]2209 <link wiki="Tag:aerialway=goods" />
[7102]2210 <space />
2211 <key key="aerialway" value="goods" />
2212 <optional>
[16710]2213 <reference ref="name_ref_operator" />
[7102]2214 <text key="aerialway:duration" text="Typical journey time in minutes" />
2215 </optional>
[7393]2216 </item> <!-- Goods -->
[15433]2217 <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
2218 <link wiki="Tag:aerialway=zip_line" />
2219 <space />
2220 <key key="aerialway" value="zip_line" />
2221 <optional>
2222 <reference ref="name_ref_operator" />
2223 <reference ref="oh" />
2224 <reference ref="fee" />
2225 <reference ref="min_age" />
2226 <text key="maxweight" text="Max. weight (tonnes)" />
2227 </optional>
2228 </item> <!-- Zip line -->
[7102]2229 <separator/>
[16245]2230 <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2231 <link wiki="Tag:aerialway=station" />
[7102]2232 <space />
2233 <key key="aerialway" value="station" />
[16710]2234 <reference ref="name_ref_operator" />
[7393]2235 </item> <!-- Station -->
[10565]2236 <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
[14646]2237 <link wiki="Tag:aerialway=pylon" />
[7102]2238 <space />
2239 <key key="aerialway" value="pylon" />
[16710]2240 <reference ref="name_ref" />
[7393]2241 </item> <!-- Pylon -->
[7102]2242 </group> <!-- Aerialway -->
2243 <separator/>
[10706]2244 <group name="Car" icon="presets/shop/vehicle.svg">
[15367]2245 <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2246 <link wiki="Tag:amenity=parking" />
[7102]2247 <space />
2248 <key key="amenity" value="parking" />
2249 <reference ref="parking_name_type_ref" />
2250 <text key="maxheight" text="Max. height (meters)" />
2251 <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
[8028]2252 <reference ref="parking_access_fee_operator_surface_smoothness" />
2253 <space />
[7102]2254 <text key="capacity" text="Capacity (overall)" />
[8023]2255 <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
2256 <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
2257 <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
[7102]2258 <label text="See the Wiki for other capacity:[types]=*." />
2259 <space />
[7449]2260 <reference ref="maxstay" />
[7102]2261 <reference ref="supervised_lit_oh" />
[7393]2262 </item> <!-- Parking -->
[10565]2263 <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
[14646]2264 <link wiki="Tag:amenity=parking_space" />
[7102]2265 <space />
2266 <key key="amenity" value="parking_space" />
2267 <reference ref="parking_name_type_ref" />
2268 <text key="capacity" text="Capacity" />
[8028]2269 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7449]2270 <reference ref="maxstay" />
[7102]2271 <reference ref="supervised_lit_oh" />
2272 <check key="covered" text="Covered (with roof)" />
[7393]2273 </item> <!-- Parking Space -->
[10706]2274 <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
[14646]2275 <link wiki="Tag:amenity=parking_entrance" />
[7102]2276 <space />
2277 <key key="amenity" value="parking_entrance" />
2278 <reference ref="parking_name_type_ref" />
2279 <text key="maxheight" text="Max. height (meters)" />
[8028]2280 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7102]2281 <reference ref="supervised_lit_oh" />
2282 <check key="covered" text="Covered (with roof)" />
[7393]2283 </item> <!-- Parking Entrance -->
[7102]2284 <separator/>
[10706]2285 <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2286 <link wiki="Tag:amenity=fuel" />
[7102]2287 <space />
2288 <key key="amenity" value="fuel" />
[7994]2289 <combo key="brand" text="Brand" values="Agip,Aral,Avia,BP,Chevron,Citgo,Eni,Esso,Exxon,Gulf,Mobil,OMV,Petro-Canada,Pioneer,Q8,Repsol,Shell,Socar,Statoil,Sunoco,Tamoil,Texaco,Total,Independent" values_searchable="true" />
[7102]2290 <optional>
2291 <text key="name" text="Name" />
2292 <text key="operator" text="Operator" />
[8013]2293 <reference ref="oh_wheelchair" />
[7102]2294 <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
[8076]2295 <space />
[7102]2296 <label text="Fuel types:" />
2297 <checkgroup columns="2">
2298 <check key="fuel:diesel" text="Diesel" />
2299 <check key="fuel:biodiesel" text="Bio Diesel" />
2300 <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
2301 <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
2302 <check key="fuel:octane_80" text="Octane 80" />
[13341]2303 <check key="fuel:octane_87" text="Octane 87" />
[7102]2304 <check key="fuel:octane_91" text="Octane 91" />
2305 <check key="fuel:octane_92" text="Octane 92" />
2306 <check key="fuel:octane_95" text="Octane 95" />
2307 <check key="fuel:octane_98" text="Octane 98" />
2308 <check key="fuel:octane_100" text="Octane 100" />
2309 <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
2310 <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
[13341]2311 <check key="fuel:ethanol" text="Ethanol (alcohol)" />
[14413]2312 <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
2313 <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
[7102]2314 <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
2315 <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
[14413]2316 <check key="fuel:biogas" text="Biogas" />
[7102]2317 </checkgroup>
[8076]2318 <space />
[13006]2319 <label text="Additives:" />
2320 <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
2321 <space />
[8076]2322 <label text="Fuel cards:" />
2323 <checkgroup columns="3">
2324 <check key="payment:dkv" text="DKV" />
2325 <check key="payment:routex" text="Routex" />
2326 <check key="payment:uta" text="UTA" />
2327 </checkgroup>
[7102]2328 </optional>
[8060]2329 <reference ref="link_contact_address_payment" />
[10111]2330 <preset_link preset_name="Building" />
[7393]2331 </item> <!-- Fuel -->
[10808]2332 <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
[14646]2333 <link wiki="Tag:amenity=charging_station" />
[7102]2334 <space />
2335 <key key="amenity" value="charging_station" />
[10330]2336 <reference ref="name_ref_operator" />
2337 <reference ref="oh" />
2338 <reference ref="fee" />
2339 <space />
2340 <combo key="voltage" text="Voltage" values="230,400"/>
2341 <combo key="amperage" text="Amperage" values="16,32" />
2342 <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
2343 <space />
2344 <label text="Types of vehicles which can be charged:" />
2345 <checkgroup columns="4">
2346 <check key="bicycle" text="Bicycle" />
2347 <check key="scooter" text="Scooter" />
[15867]2348 <check key="motorcycle" text="Motorcycle" />
[15919]2349 <check key="motorcar" text="Motorcar" />
[10330]2350 <check key="truck" text="Truck" />
2351 </checkgroup>
2352 <space />
2353 <label text="Number of Sockets:" />
[13385]2354 <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
2355 <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
2356 <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
2357 <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
[10330]2358 <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
2359 <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
2360 <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
2361 <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
2362 <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
2363 <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
2364 <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
2365 <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
2366 <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
2367 <space />
2368 <label text="Authentication:" />
2369 <checkgroup columns="4">
2370 <check key="authentication:none" text="None" />
2371 <check key="authentication:phone_call" text="Phone call" />
2372 <check key="authentication:short_message" text="Short message" />
2373 <check key="authentication:nfc" text="NFC" />
2374 </checkgroup>
2375 <combo key="authentication:membership_card" text="Membership card" values="yes" />
2376 <preset_link preset_name="Payment Methods" />
[7393]2377 </item> <!-- Charging Station -->
[10706]2378 <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2379 <link wiki="Tag:amenity=car_wash" />
[7102]2380 <space />
2381 <key key="amenity" value="car_wash" />
[8013]2382 <reference ref="name_brand_operator_oh_wheelchair" />
[16382]2383 <checkgroup columns="2">
2384 <check key="automated" text="Automated" text_context="car_wash" />
2385 <check key="self_service" text="Self Service" />
2386 </checkgroup>
[8060]2387 <reference ref="link_contact_address_payment" />
[7393]2388 </item> <!-- Wash -->
[7102]2389 <separator/>
[10706]2390 <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2391 <link wiki="Tag:shop=car" />
[7102]2392 <space />
2393 <key key="shop" value="car" />
[9080]2394 <reference ref="car_brands" />
2395 <reference ref="name_operator_oh_wheelchair" />
[15166]2396 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[8060]2397 <reference ref="link_contact_address_payment" />
[7393]2398 </item> <!-- Car Dealer -->
[10706]2399 <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2400 <link wiki="Tag:shop=car_repair" />
[7102]2401 <space />
2402 <key key="shop" value="car_repair" />
[9080]2403 <reference ref="car_brands" />
2404 <reference ref="name_operator_oh_wheelchair" />
[16482]2405 <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
[8060]2406 <reference ref="link_contact_address_payment" />
[7393]2407 </item> <!-- Repair -->
[10565]2408 <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2409 <link wiki="Tag:shop=car_parts" />
[7102]2410 <space />
2411 <key key="shop" value="car_parts" />
[9080]2412 <reference ref="car_brands" />
2413 <reference ref="name_operator_oh_wheelchair" />
[8060]2414 <reference ref="link_contact_address_payment" />
[7393]2415 </item> <!-- Parts -->
[10706]2416 <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2417 <link wiki="Tag:shop=tyres" />
[7102]2418 <space />
2419 <key key="shop" value="tyres" />
[8013]2420 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]2421 <reference ref="link_contact_address_payment" />
[7393]2422 </item> <!-- Tires -->
[7102]2423 <separator/>
[10706]2424 <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2425 <link wiki="Tag:amenity=car_rental" />
[7102]2426 <space />
2427 <key key="amenity" value="car_rental" />
[8013]2428 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]2429 <reference ref="link_contact_address_payment" />
[7393]2430 </item> <!-- Rental -->
[15156]2431 <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
2432 <link wiki="Tag:amenity=car_pooling" />
2433 <space />
2434 <key key="amenity" value="car_pooling" />
2435 <text key="operator" text="Operator" />
2436 <text key="network" text="Network" />
2437 <text key="capacity" text="Capacity" />
2438 <reference ref="name_oh_wheelchair" />
2439 <text key="website" text="Website" />
2440 </item> <!-- Pooling -->
[10706]2441 <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2442 <link wiki="Tag:amenity=car_sharing" />
[7102]2443 <space />
2444 <key key="amenity" value="car_sharing" />
2445 <text key="operator" text="Operator" />
2446 <text key="capacity" text="Capacity" />
[8013]2447 <reference ref="name_oh_wheelchair" />
[7102]2448 <text key="website" text="Website" />
[7393]2449 </item> <!-- Sharing -->
[7102]2450 </group> <!-- Car -->
[10706]2451 <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
[15367]2452 <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2453 <link wiki="Tag:amenity=motorcycle_parking" />
[7102]2454 <space />
2455 <key key="amenity" value="motorcycle_parking" />
[7620]2456 <reference ref="parking_name_type_ref" />
[7102]2457 <text key="capacity" text="Capacity" />
[8028]2458 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7620]2459 <reference ref="supervised_lit_oh" />
[16340]2460 <reference ref="maxstay" />
[7620]2461 <check key="covered" text="Covered (with roof)" />
[7393]2462 </item> <!-- Parking -->
[10706]2463 <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2464 <link wiki="Tag:shop=motorcycle" />
[7102]2465 <space />
2466 <key key="shop" value="motorcycle" />
2467 <text key="name" text="Name" />
[9080]2468 <reference ref="motorcycle_brands" />
[7102]2469 <text key="operator" text="Operator" />
[8013]2470 <reference ref="oh_wheelchair" />
[15166]2471 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[7102]2472 <optional text="Services:">
2473 <combo key="sale" text="Sale" values="yes,brand,no" />
2474 <combo key="rental" text="Rental" values="yes,brand,no" />
2475 <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
2476 <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
2477 <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
2478 <combo key="clothes" text="Clothes" values="yes,brand,no" />
2479 <text key="services" text="Other" />
2480 </optional>
[8060]2481 <reference ref="link_contact_address_payment" />
[7393]2482 </item> <!-- Motorcycle Dealer -->
[7102]2483 </group> <!-- Motorcycle -->
[10706]2484 <group name="Bicycle" icon="presets/shop/bicycle.svg">
[15367]2485 <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]2486 <link wiki="Tag:amenity=bicycle_parking" />
[7102]2487 <space />
2488 <key key="amenity" value="bicycle_parking" />
[14915]2489 <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
[8668]2490 <text key="name" text="Name" />
[7102]2491 <text key="capacity" text="Capacity" />
[8668]2492 <reference ref="parking_access_fee_operator_surface_smoothness" />
[7102]2493 <check key="covered" text="Covered" />
[7620]2494 <reference ref="supervised_lit_oh" />
[7393]2495 </item> <!-- Parking -->
[10706]2496 <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2497 <link wiki="Tag:shop=bicycle" />
[7102]2498 <space />
2499 <key key="shop" value="bicycle" />
[8013]2500 <reference ref="name_oh_wheelchair" />
[7102]2501 <check key="service:bicycle:retail" text="Bicycles are sold" />
2502 <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
2503 <check key="service:bicycle:repair" text="Bicycles are repaired" />
2504 <check key="service:bicycle:rental" text="Bicycles are rented" />
2505 <check key="service:bicycle:pump" text="Free bicycle pump" />
2506 <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
2507 <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
[8060]2508 <reference ref="link_contact_address_payment" />
[7393]2509 </item> <!-- Bike Dealer -->
[10706]2510 <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2511 <link wiki="Tag:amenity=bicycle_rental" />
[7102]2512 <space />
2513 <key key="amenity" value="bicycle_rental" />
2514 <text key="name" text="Name" />
[8060]2515 <reference ref="link_contact_address_payment" />
[7393]2516 </item> <!-- Rental -->
[10565]2517 <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2518 <link wiki="Tag:amenity=bicycle_repair_station" />
[7928]2519 <space />
2520 <key key="amenity" value="bicycle_repair_station" />
2521 <optional>
[8019]2522 <text key="name" text="Name" />
2523 <text key="brand" text="Brand" />
2524 <text key="operator" text="Operator" />
2525 <reference ref="oh" />
[7928]2526 <check key="service:bicycle:pump" text="Free bicycle pump" />
[8107]2527 <check key="service:bicycle:chain_tool" text="Chain tool" />
[7928]2528 </optional>
2529 </item> <!-- Public Bicycle Repair Station -->
[7102]2530 </group> <!-- Bicycle -->
[10822]2531 <group name="Public Transport" icon="presets/transport/bus.svg">
[10808]2532 <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2533 <link wiki="Public_transport#Service_routes" />
[7102]2534 <space />
2535 <key key="type" value="route" />
[9931]2536 <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
[7102]2537 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2538 <reference ref="name_ref" />
2539 <optional>
[9931]2540 <reference ref="public_transport_route_optionals" />
[7102]2541 </optional>
2542 <roles>
[9932]2543 <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
2544 <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
2545 <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (train=yes OR subway=yes OR monorail=yes OR tram=yes OR light_rail=yes)" />
[10036]2546 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[16245]2547 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2548 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[9931]2549 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
[7102]2550 </roles>
[9931]2551 </item> <!-- Public Transport Route (Rail) -->
[10808]2552 <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2553 <link wiki="Public_transport#Service_routes" />
[9931]2554 <space />
2555 <key key="type" value="route" />
[15766]2556 <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
[9931]2557 <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
2558 <reference ref="name_ref" />
2559 <optional>
2560 <reference ref="public_transport_route_optionals" />
[16710]2561 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
[9931]2562 </optional>
2563 <roles>
[15766]2564 <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
2565 <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
2566 <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (bus=yes OR share_taxi=yes OR trolleybus=yes)" />
[10036]2567 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[16245]2568 <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
2569 <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[9931]2570 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
[15522]2571 <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
[9931]2572 </roles>
2573 </item> <!-- Public Transport Route (Bus) -->
[10808]2574 <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14736]2575 <link wiki="Public_transport#Route_Master_relations" />
[7102]2576 <space />
2577 <key key="type" value="route_master" />
[15766]2578 <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
[7102]2579 <reference ref="name_ref" />
2580 <optional>
2581 <text key="operator" text="Operator" />
2582 <text key="network" text="Network" />
[15255]2583 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16710]2584 <text key="website" text="Website" />
[7102]2585 </optional>
2586 <roles>
[15305]2587 <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
[7102]2588 </roles>
[7393]2589 </item> <!-- Route Master -->
[10808]2590 <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
[14736]2591 <link wiki="Tag:public_transport=stop_area" />
[7102]2592 <space />
2593 <key key="type" value="public_transport" />
2594 <key key="public_transport" value="stop_area" />
2595 <text key="name" text="Name" />
2596 <optional>
2597 <text key="ref" text="Reference" />
2598 <text key="uic_ref" text="UIC reference" />
2599 <text key="uic_name" text="UIC name" />
2600 <text key="operator" text="Operator" />
2601 <text key="network" text="Network" />
2602 </optional>
2603 <roles>
2604 <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
[9587]2605 <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
[8163]2606 <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
[16245]2607 <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
[7102]2608 </roles>
[7393]2609 </item> <!-- Stop Area -->
[7102]2610 <separator/>
[10808]2611 <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
[14736]2612 <link wiki="Tag:public_transport=stop_position" />
[7102]2613 <space />
2614 <key key="public_transport" value="stop_position" />
2615 <text key="name" text="Name" />
2616 <optional>
2617 <text key="ref" text="Reference" />
2618 <text key="uic_ref" text="UIC reference" />
2619 <text key="uic_name" text="UIC name" />
2620 <text key="operator" text="Operator" />
2621 <text key="network" text="Network" />
[10233]2622 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7102]2623 </optional>
[10450]2624 <space />
[16710]2625 <checkgroup columns="3">
2626 <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
2627 <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
2628 <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
2629 <check key="train" text="Train" icon="presets/transport/train.svg" />
2630 <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
2631 <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
2632 <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
2633 <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
2634 <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
2635 <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
2636 <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
2637 </checkgroup>
[7393]2638 </item> <!-- Stop Position -->
[10565]2639 <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
[14736]2640 <link wiki="Tag:public_transport=platform" />
[7102]2641 <space />
2642 <key key="public_transport" value="platform" />
2643 <text key="name" text="Name" />
2644 <check key="bench" text="Bench" />
2645 <check key="shelter" text="Shelter" />
[9089]2646 <check key="bin" text="Waste Basket/Trash Can" />
[7102]2647 <check key="covered" text="Covered" />
[15091]2648 <check key="passenger_information_display" text="Passenger information display" />
2649 <text key="route_ref" text="Route references" />
[8013]2650 <reference ref="wheelchair" />
[10233]2651 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7393]2652 </item> <!-- Platform -->
[10565]2653 <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
[14646]2654 <link wiki="Tag:public_transport=station" />
[7102]2655 <space />
2656 <key key="public_transport" value="station" />
2657 <text key="name" text="Name" />
[7171]2658 <check key="area" text="Area" disable_off="true" />
2659 <check key="building" text="Building" disable_off="true" />
[7102]2660 <text key="operator" text="Operator" />
2661 <text key="network" text="Network" />
[7393]2662 </item> <!-- Station -->
2663 <separator/> <!-- *** Access *** -->
[10808]2664 <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
[14646]2665 <link wiki="Tag:railway=subway_entrance" />
[7102]2666 <key key="railway" value="subway_entrance" />
2667 <optional>
2668 <text key="name" text="Name" />
[8013]2669 <reference ref="wheelchair" />
[7102]2670 <check key="bicycle" text="Bicycle" />
2671 </optional>
[7393]2672 </item> <!-- Subway Entrance -->
[10706]2673 <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
[14646]2674 <link wiki="Tag:amenity=vending_machine" />
[7102]2675 <space />
2676 <key key="amenity" value="vending_machine" />
2677 <key key="vending" value="public_transport_tickets" />
2678 <reference ref="name_operator" />
[13761]2679 <text key="ref" text="Reference number" />
[8059]2680 <preset_link preset_name="Payment Methods" />
[7393]2681 </item> <!-- Ticket Machine -->
2682 </group> <!-- Public Transport -->
[10706]2683 <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
[10808]2684 <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[7102]2685 <key key="type" value="route" />
[15766]2686 <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
[7102]2687 <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
2688 <reference ref="name_ref" />
2689 <optional>
2690 <text key="from" text="From (initial stop)" />
2691 <text key="to" text="To (terminal stop)" />
2692 <text key="via" text="Via (intermediate stops)" />
2693 <text key="operator" text="Operator" />
2694 <text key="network" text="Network" />
2695 <text key="description" text="Description" />
[15255]2696 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16710]2697 <reference ref="oh" />
2698 <reference ref="fee" />
2699 <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
2700 <text key="website" text="Website" />
[7102]2701 </optional>
2702 <roles>
[7965]2703 <role key="" text="route segment" requisite="optional" type="way,closedway" />
2704 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
2705 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
[7102]2706 <role key="stop" text="halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
2707 <role key="forward_stop" text="forward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
2708 <role key="backward_stop" text="backward halt point" requisite="optional" type="node" member_expression="highway=bus_stop OR railway=station OR railway=halt OR railway=tram_stop" />
[16245]2709 <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
[7102]2710 </roles>
[7393]2711 </item> <!-- Public transport route (Legacy) -->
[10706]2712 <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2713 <link wiki="Tag:railway=station" />
[7102]2714 <key key="railway" value="station" />
2715 <optional>
2716 <text key="name" text="Name" />
2717 <text key="uic_ref" text="UIC-Reference" />
2718 </optional>
[7393]2719 </item> <!-- Station -->
[10808]2720 <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
[14646]2721 <link wiki="Tag:railway=halt" />
[7102]2722 <key key="railway" value="halt" />
2723 <optional>
2724 <text key="name" text="Name" />
2725 </optional>
[7393]2726 </item> <!-- Railway Halt -->
[10706]2727 <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
[14646]2728 <link wiki="Tag:railway=tram_stop" />
[7102]2729 <key key="railway" value="tram_stop" />
2730 <optional>
2731 <text key="name" text="Name" />
2732 </optional>
[7393]2733 </item> <!-- Tram Stop -->
[10808]2734 <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]2735 <link wiki="Tag:railway=platform" />
[7102]2736 <space />
2737 <key key="railway" value="platform" />
2738 <text key="ref" text="Reference (track number)" />
2739 <text key="width" text="Width (meters)" />
2740 <check key="area" text="Area" />
[7393]2741 </item> <!-- Railway Platform -->
[7102]2742 <separator/>
[10706]2743 <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2744 <link wiki="Tag:amenity=bus_station" />
[7102]2745 <key key="amenity" value="bus_station" />
2746 <optional>
2747 <text key="name" text="Name" />
2748 </optional>
[7393]2749 </item> <!-- Bus Station -->
[10808]2750 <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
[14646]2751 <link wiki="Tag:highway=bus_stop" />
[7102]2752 <key key="highway" value="bus_stop" />
2753 <optional>
2754 <text key="name" text="Name" />
[9089]2755 <check key="bench" text="Bench" />
[8122]2756 <check key="shelter" text="Shelter" />
[9089]2757 <check key="bin" text="Waste Basket/Trash Can" />
[15091]2758 <check key="passenger_information_display" text="Passenger information display" />
2759 <text key="route_ref" text="Route references" />
[8122]2760 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7102]2761 </optional>
[7393]2762 </item> <!-- Bus Stop -->
[10808]2763 <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]2764 <link wiki="Tag:highway=platform" />
[7102]2765 <space />
2766 <key key="highway" value="platform" />
2767 <text key="ref" text="Reference (track number)" />
2768 <text key="width" text="Width (meters)" />
2769 <check key="area" text="Area" />
[10233]2770 <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
[7393]2771 </item> <!-- Bus Platform -->
[7102]2772 </group> <!-- Public Transport -->
[10706]2773 <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2774 <link wiki="Tag:amenity=taxi" />
[7102]2775 <space />
2776 <key key="amenity" value="taxi" />
2777 <text key="name" text="Name" />
[7393]2778 </item> <!-- Taxi -->
[7102]2779 <separator/>
[10706]2780 <group name="Airport" icon="presets/transport/airport.svg">
2781 <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2782 <link wiki="Tag:aeroway=aerodrome" />
[7102]2783 <space />
[9039]2784 <reference ref="aerodrome" />
[7393]2785 </item> <!-- Airport Ground -->
[7102]2786 <separator/>
[16245]2787 <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]2788 <link wiki="Tag:aeroway=runway" />
[7102]2789 <key key="aeroway" value="runway" />
2790 <optional>
2791 <text key="ref" text="Reference" />
[11497]2792 <reference ref="surface" />
[7102]2793 </optional>
[7393]2794 </item> <!-- Runway -->
[16245]2795 <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
[14646]2796 <link wiki="Tag:aeroway=taxiway" />
[7102]2797 <key key="aeroway" value="taxiway" />
2798 <optional>
2799 <text key="ref" text="Reference" />
2800 </optional>
[7393]2801 </item> <!-- Taxiway -->
[11005]2802 <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
[14646]2803 <link wiki="Tag:aeroway=holding_position" />
[11005]2804 <key key="aeroway" value="holding_position" />
2805 <optional>
2806 <text key="ref" text="Reference" />
2807 </optional>
2808 </item> <!-- Holding Position -->
[16245]2809 <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2810 <link wiki="Tag:aeroway=helipad" />
[7102]2811 <key key="aeroway" value="helipad" />
2812 <optional>
2813 <text key="ref" text="Reference" />
[15325]2814 <text key="iata" text="IATA" />
2815 <text key="icao" text="ICAO" />
2816 <text key="wikipedia" text="Wikipedia" />
[7102]2817 </optional>
[7393]2818 </item> <!-- Helipad -->
[10706]2819 <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]2820 <link wiki="Tag:aeroway=apron" />
[7102]2821 <key key="aeroway" value="apron" />
[7393]2822 </item> <!-- Apron -->
[10808]2823 <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
[14646]2824 <link wiki="Tag:aeroway=parking_position" />
[8021]2825 <key key="aeroway" value="parking_position" />
2826 <text key="ref" text="Reference" />
2827 </item> <!-- Plane Parking Position -->
[10706]2828 <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2829 <link wiki="Tag:aeroway=hangar" />
[7978]2830 <key key="aeroway" value="hangar" />
2831 <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
[7393]2832 </item> <!-- Hangar -->
[12417]2833 <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
[14646]2834 <link wiki="Tag:airmark=beacon" />
[12417]2835 <key key="airmark" value="beacon" />
[7393]2836 </item> <!-- Beacon -->
[14310]2837 <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
[14646]2838 <link wiki="Tag:aeroway=navigationaid" />
[12417]2839 <key key="aeroway" value="navigationaid" />
[15930]2840 <combo key="navigationaid" text="Type" values_searchable="true">
2841 <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
2842 <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
2843 <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
2844 </combo>
[14310]2845 </item> <!-- Navigation aid -->
[10706]2846 <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
[14646]2847 <link wiki="Tag:aeroway=windsock" />
[7102]2848 <key key="aeroway" value="windsock" />
[7393]2849 </item> <!-- Windsock -->
[7102]2850 <separator/>
[10706]2851 <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2852 <link wiki="Tag:aeroway=terminal" />
[7102]2853 <space />
2854 <key key="aeroway" value="terminal" />
2855 <text key="name" text="Name" />
[7620]2856 <reference ref="internet" />
[8026]2857 <reference ref="link_contact_address" />
[7393]2858 </item> <!-- Terminal -->
[10706]2859 <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
[14646]2860 <link wiki="Tag:aeroway=gate" />
[7102]2861 <space />
2862 <key key="aeroway" value="gate" />
2863 <text key="ref" text="Reference" />
[7393]2864 </item> <!-- Gate -->
2865 </group> <!-- Airport -->
2866 </group> <!-- Transport -->
[10706]2867 <group name="Facilities" icon="presets/accommodation/hotel.svg">
2868 <group name="Accommodation" icon="presets/accommodation/hotel.svg">
[10565]2869 <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2870 <link wiki="Tag:tourism=hotel" />
[7102]2871 <space />
2872 <key key="tourism" value="hotel" />
2873 <reference ref="name_operator" />
2874 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]2875 <text key="rooms" text="Rooms" />
2876 <text key="beds" text="Beds" />
[8013]2877 <reference ref="wheelchair" />
[7102]2878 <space />
[8013]2879 <reference ref="internet_smoking" />
[8060]2880 <reference ref="link_contact_address_payment" />
[10111]2881 <preset_link preset_name="Residential Building" />
[7393]2882 </item> <!-- Hotel -->
[10565]2883 <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2884 <link wiki="Tag:tourism=motel" />
[7102]2885 <space />
2886 <key key="tourism" value="motel" />
2887 <reference ref="name_operator" />
2888 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]2889 <text key="rooms" text="Rooms" />
2890 <text key="beds" text="Beds" />
[8013]2891 <reference ref="wheelchair" />
[7102]2892 <space />
[8013]2893 <reference ref="internet_smoking" />
[8060]2894 <reference ref="link_contact_address_payment" />
[10111]2895 <preset_link preset_name="Building" />
[7393]2896 </item> <!-- Motel -->
[10706]2897 <item name="Guest House/Bed &amp; Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2898 <link wiki="Tag:tourism=guest_house" />
[7102]2899 <space />
2900 <key key="tourism" value="guest_house" />
2901 <reference ref="name_operator" />
2902 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]2903 <text key="rooms" text="Rooms" />
2904 <text key="beds" text="Beds" />
[15262]2905 <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
[8013]2906 <reference ref="wheelchair" />
[7102]2907 <space />
[8013]2908 <reference ref="internet_smoking" />
[8060]2909 <reference ref="link_contact_address_payment" />
[10111]2910 <preset_link preset_name="Building" />
[7393]2911 </item> <!-- Guest House/Bed & Breakfast -->
[16245]2912 <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2913 <link wiki="Tag:tourism=apartment" />
[11265]2914 <space />
2915 <key key="tourism" value="apartment" />
2916 <reference ref="name_operator" />
2917 <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
2918 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
2919 <reference ref="wheelchair" />
2920 <space />
2921 <reference ref="internet_smoking" />
2922 <reference ref="link_contact_address_payment" />
2923 </item> <!-- Apartment -->
[10709]2924 <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2925 <link wiki="Tag:tourism=chalet" />
[7102]2926 <space />
2927 <key key="tourism" value="chalet" />
2928 <reference ref="name_operator" />
2929 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]2930 <text key="rooms" text="Rooms" />
2931 <text key="beds" text="Beds" />
[8013]2932 <reference ref="wheelchair" />
[7102]2933 <space />
[8013]2934 <reference ref="internet_smoking" />
[8060]2935 <reference ref="link_contact_address_payment" />
[10111]2936 <preset_link preset_name="Building" />
[7393]2937 </item> <!-- Chalet -->
[10565]2938 <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2939 <link wiki="Tag:tourism=hostel" />
[7102]2940 <space />
2941 <key key="tourism" value="hostel" />
2942 <reference ref="name_operator" />
2943 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
[8427]2944 <text key="rooms" text="Rooms" />
2945 <text key="beds" text="Beds" />
[8013]2946 <reference ref="wheelchair" />
[7102]2947 <space />
[8013]2948 <reference ref="internet_smoking" />
[8060]2949 <reference ref="link_contact_address_payment" />
[10111]2950 <preset_link preset_name="Building" />
[7393]2951 </item> <!-- Hostel -->
[10808]2952 <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2953 <link wiki="Tag:tourism=alpine_hut" />
[7102]2954 <space />
2955 <key key="tourism" value="alpine_hut" />
2956 <reference ref="name_operator" />
[16707]2957 <text key="ele" text="Elevation (meters)" length="10" />
[8427]2958 <text key="rooms" text="Rooms" />
2959 <text key="beds" text="Beds" />
[15166]2960 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[7102]2961 <space />
[8013]2962 <reference ref="internet_smoking" />
[8060]2963 <reference ref="link_contact_address_payment" />
[10111]2964 <preset_link preset_name="Building" />
[7393]2965 </item> <!-- Alpine Hut -->
[10808]2966 <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2967 <link wiki="Tag:tourism=wilderness_hut" />
[8869]2968 <space />
2969 <key key="tourism" value="wilderness_hut" />
2970 <reference ref="name_operator" />
[16474]2971 <reference ref="POI_access" />
[8869]2972 <text key="capacity" text="Capacity" />
2973 <reference ref="fee" />
2974 <check key="toilets" text="Toilets" />
2975 <check key="shower" text="Shower" />
2976 <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
2977 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[16707]2978 <text key="ele" text="Elevation (meters)" length="10" />
[13793]2979 <text key="description" text="Closer description" />
[8869]2980 <reference ref="link_contact_address_payment" />
[10111]2981 <preset_link preset_name="Building" />
[8869]2982 </item> <!-- Wilderness Hut -->
[7102]2983 <separator/>
[10706]2984 <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]2985 <link wiki="Tag:tourism=caravan_site" />
[7102]2986 <space />
2987 <key key="tourism" value="caravan_site" />
2988 <reference ref="name_operator" />
[13085]2989 <combo key="stars" text="Stars" values="1,2,3,4,5" />
[16474]2990 <reference ref="oh_wheelchair" />
2991 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[7102]2992 <text key="capacity" text="Number of places" />
[7620]2993 <reference ref="fee_interval" />
[8188]2994 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[7102]2995 <check key="power_supply" text="Power supply" />
2996 <check key="tents" text="Tents allowed" />
2997 <space />
[8188]2998 <reference ref="internet_smoking" />
[8060]2999 <reference ref="link_contact_address_payment" />
[7393]3000 </item> <!-- Caravan Site/RV Park -->
[13085]3001 <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3002 <link wiki="Tag:tourism=camp_site" />
[7102]3003 <space />
3004 <key key="tourism" value="camp_site" />
3005 <reference ref="name_operator" />
[13085]3006 <combo key="stars" text="Stars" values="1,2,3,4,5" />
[16474]3007 <reference ref="oh_wheelchair" />
3008 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3009 <text key="capacity" text="Number of places" />
[13085]3010 <checkgroup columns="2">
3011 <check key="tents" text="Tents allowed" />
3012 <check key="caravans" text="Caravans allowed" />
3013 </checkgroup>
3014 <checkgroup columns="2">
3015 <check key="backcountry" text="Backcountry" />
3016 <check key="group_only" text="Group only access" />
3017 </checkgroup>
3018 <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
[8013]3019 <reference ref="wheelchair" />
[13085]3020 <reference ref="internet" />
[7102]3021 <space />
[16474]3022 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[8060]3023 <reference ref="link_contact_address_payment" />
[13085]3024 </item> <!-- Campsite -->
[15541]3025 <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
3026 <link wiki="Tag:tourism=camp_pitch" />
3027 <space />
3028 <key key="tourism" value="camp_pitch" />
3029 <text key="ref" text="Reference" />
3030 <text key="addr:unit" text="Unit number" />
3031 <text key="capacity" text="Number of places" />
3032 <reference ref="surface" />
3033 <checkgroup columns="2">
3034 <check key="tents" text="Tents allowed" />
3035 <check key="caravans" text="Caravans allowed" />
3036 <check key="drinking_water" text="Drinking Water" />
3037 <check key="power_supply" text="Power supply" />
3038 <check key="permanent_camping" text="Permanent camping only" />
3039 </checkgroup>
3040 </item> <!-- Camp pitch -->
[7379]3041 </group> <!-- Accommodation -->
[10565]3042 <group name="Food+Drinks" icon="presets/food/restaurant.svg">
3043 <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3044 <link wiki="Tag:amenity=restaurant" />
[7102]3045 <space />
3046 <key key="amenity" value="restaurant" />
3047 <reference ref="name_operator" />
[9652]3048 <reference ref="cuisine" />
[7102]3049 <check key="microbrewery" text="Microbrewery" />
[8124]3050 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3051 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3052 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[15166]3053 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
[15173]3054 <reference ref="oh" />
[16474]3055 <combo key="opening_hours:kitchen" text="Kitchen Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
[15173]3056 <reference ref="wheelchair" />
[7102]3057 <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
3058 <space />
[8013]3059 <reference ref="internet_smoking" />
[15166]3060 <preset_link preset_name="Diet" />
[8060]3061 <reference ref="link_contact_address_payment" />
[7393]3062 </item> <!-- Restaurant -->
[10808]3063 <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3064 <link wiki="Tag:amenity=fast_food" />
[7102]3065 <space />
3066 <key key="amenity" value="fast_food" />
3067 <reference ref="name_operator" />
[9652]3068 <reference ref="cuisine" />
[8124]3069 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3070 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3071 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[15173]3072 <reference ref="oh_wheelchair" />
[7102]3073 <space />
[8013]3074 <reference ref="internet_smoking" />
[15166]3075 <preset_link preset_name="Diet" />
[8060]3076 <reference ref="link_contact_address_payment" />
[10111]3077 <preset_link preset_name="Building" />
[7393]3078 </item> <!-- Fast Food -->
[10808]3079 <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3080 <link wiki="Tag:amenity=food_court" />
[7102]3081 <space />
3082 <key key="amenity" value="food_court" />
[8124]3083 <reference ref="name_operator" />
3084 <check key="outdoor_seating" text="Outdoor seating" />
3085 <reference ref="oh_wheelchair" />
[7102]3086 <space />
[8013]3087 <reference ref="internet_smoking" />
[8060]3088 <reference ref="link_contact_address_payment" />
[7393]3089 </item> <!-- Food Court -->
[10808]3090 <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3091 <link wiki="Tag:amenity=cafe" />
[7102]3092 <space />
3093 <key key="amenity" value="cafe" />
3094 <reference ref="name_operator" />
3095 <combo key="cuisine" text="Cuisine" values="ice_cream" />
[8124]3096 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3097 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3098 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[8013]3099 <reference ref="oh_wheelchair" />
[7102]3100 <space />
[8013]3101 <reference ref="internet_smoking" />
[15166]3102 <preset_link preset_name="Diet" />
[8060]3103 <reference ref="link_contact_address_payment" />
[7393]3104 </item> <!-- Cafe -->
[10808]3105 <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3106 <link wiki="Tag:amenity=ice_cream" />
[9651]3107 <space />
3108 <key key="amenity" value="ice_cream" />
3109 <reference ref="name_operator" />
3110 <check key="outdoor_seating" text="Outdoor seating" />
3111 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3112 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[9651]3113 <reference ref="oh_wheelchair" />
3114 <space />
3115 <reference ref="internet_smoking" />
[15166]3116 <preset_link preset_name="Diet" />
[9651]3117 <reference ref="link_contact_address_payment" />
3118 </item> <!-- Ice cream -->
[10808]3119 <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3120 <link wiki="Tag:amenity=pub" />
[7102]3121 <space />
3122 <key key="amenity" value="pub" />
3123 <reference ref="name_operator" />
3124 <check key="microbrewery" text="Microbrewery" />
[8124]3125 <check key="outdoor_seating" text="Outdoor seating" />
[9027]3126 <combo key="takeaway" text="Takeaway" values="yes,no,only" />
[11231]3127 <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
[8013]3128 <reference ref="oh_wheelchair" />
[7102]3129 <space />
[8013]3130 <reference ref="internet_smoking" />
[15166]3131 <preset_link preset_name="Diet" />
[8060]3132 <reference ref="link_contact_address_payment" />
[7393]3133 </item> <!-- Pub -->
[10808]3134 <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3135 <link wiki="Tag:amenity=biergarten" />
[7102]3136 <space />
3137 <key key="amenity" value="biergarten" />
3138 <reference ref="name_operator" />
3139 <check key="microbrewery" text="Microbrewery" />
[8013]3140 <reference ref="oh_wheelchair" />
[7102]3141 <space />
[8013]3142 <reference ref="internet_smoking" />
[15166]3143 <preset_link preset_name="Diet" />
[8060]3144 <reference ref="link_contact_address_payment" />
[7393]3145 </item> <!-- Beer Garden -->
[10706]3146 <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3147 <link wiki="Tag:amenity=bar" />
[7102]3148 <space />
3149 <key key="amenity" value="bar" />
[8124]3150 <reference ref="name_operator" />
3151 <check key="outdoor_seating" text="Outdoor seating" />
3152 <reference ref="oh_wheelchair" />
[7102]3153 <space />
[8013]3154 <reference ref="internet_smoking" />
[15166]3155 <preset_link preset_name="Diet" />
[8060]3156 <reference ref="link_contact_address_payment" />
[7393]3157 </item> <!-- Bar -->
[15166]3158 <separator/>
3159 <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
3160 <link wiki="Key:diet" />
3161 <space />
3162 <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
3163 <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
3164 <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
3165 <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
3166 <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
3167 <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
3168 <combo key="diet:raw" text="Raw" values="yes,no,only" />
3169 <space />
3170 <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
3171 <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
3172 <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
3173 <space />
3174 <combo key="diet:halal" text="Halal" values="yes,no,only" />
3175 <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
3176 </item> <!-- Diet -->
[7102]3177 </group> <!-- Food+Drinks -->
[10706]3178 <group name="Tourism" icon="presets/sightseeing/attraction.svg">
3179 <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3180 <link wiki="Tag:tourism=attraction" />
[7102]3181 <space />
3182 <key key="tourism" value="attraction" />
[15166]3183 <text key="name" text="Name" />
3184 <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
3185 <reference ref="oh_wheelchair" />
[7393]3186 </item> <!-- Attraction -->
[10706]3187 <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3188 <link wiki="Tag:tourism=viewpoint" />
[7102]3189 <space />
3190 <key key="tourism" value="viewpoint" />
3191 <text key="name" text="Name" />
[13163]3192 <combo key="direction" text="Direction" delimiter="|" values="N|E|S|W|NE|NNE-S|180|90-270|270-90|0-360|70-110;250-290" values_no_i18n="true" values_sort="false" />
[13183]3193 <space />
3194 <label text="" icon="presets/misc/angles.svg" icon_size="300" />
[7379]3195 <!--<check key="man_made" value="tower" text="Look-Out Tower" />-->
[7393]3196 </item> <!-- Viewpoint -->
[7102]3197 <separator/>
[10706]3198 <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14703]3199 <link wiki="Tag:information=office" />
[7381]3200 <label text="An office where you can get information about a town or region." />
[7102]3201 <space />
3202 <key key="tourism" value="information" />
3203 <key key="information" value="office" />
[8013]3204 <reference ref="name_oh_wheelchair" />
[7620]3205 <reference ref="internet" />
[8060]3206 <reference ref="link_contact_address_payment" />
[7384]3207 </item> <!-- Information Office -->
[10706]3208 <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
[14703]3209 <link wiki="Tag:information=map" />
[7384]3210 <label text="A board with a map." />
[7102]3211 <space />
3212 <key key="tourism" value="information" />
3213 <key key="information" value="map" />
3214 <text key="name" text="Name" />
3215 <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
[14621]3216 <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
[13793]3217 <text key="description" text="Closer description" />
[7102]3218 <optional text="Routes shown for:">
3219 <check key="hiking" text="Hiking" />
3220 <check key="bicycle" text="Cycling" />
3221 <check key="mtb" text="Mountainbiking" />
3222 <check key="ski" text="Skiing" />
3223 <check key="horse" text="Riding" />
3224 <space />
3225 <label text="... other transportation modes possible" />
3226 </optional>
[7384]3227 </item> <!-- Map -->
[10706]3228 <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
[14703]3229 <link wiki="Tag:information=board" />
[7102]3230 <space />
[7381]3231 <label text="A board with information." />
[7102]3232 <key key="tourism" value="information" />
3233 <key key="information" value="board" />
3234 <text key="name" text="Name" />
[7381]3235 <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
[13793]3236 <text key="description" text="Closer description" />
[7384]3237 </item> <!-- Information Board -->
[10706]3238 <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
[14646]3239 <link wiki="Tag:information=guidepost" />
[7381]3240 <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
[7102]3241 <space />
3242 <key key="tourism" value="information" />
3243 <key key="information" value="guidepost" />
[7381]3244 <reference ref="name_ref_operator" />
[16707]3245 <text key="ele" text="Elevation (meters)" length="10" />
[7102]3246 <optional text="Routes shown for:">
3247 <check key="hiking" text="Hiking" />
3248 <check key="bicycle" text="Cycling" />
3249 <check key="mtb" text="Mountainbiking" />
3250 <check key="ski" text="Skiing" />
3251 <check key="horse" text="Riding" />
3252 <space />
3253 <label text="... other transportation modes possible" />
3254 </optional>
[7384]3255 </item> <!-- Guidepost -->
[16249]3256 <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
3257 <link wiki="Key:information" />
3258 <space />
3259 <key key="tourism" value="information" />
3260 <key key="information" value="route_marker" />
3261 <reference ref="name_ref_operator" />
[16707]3262 <text key="ele" text="Elevation (meters)" length="10" />
[16249]3263 <optional text="Routes shown for:">
3264 <check key="hiking" text="Hiking" />
3265 <check key="bicycle" text="Cycling" />
3266 <check key="mtb" text="Mountainbiking" />
3267 <check key="ski" text="Skiing" />
3268 <check key="horse" text="Riding" />
3269 <space />
3270 <label text="... other transportation modes possible" />
3271 </optional>
3272 </item> <!-- Route marker -->
[10706]3273 <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
[14703]3274 <link wiki="Tag:information=terminal" />
[7384]3275 <label text="Information access via electronic methods." />
[7102]3276 <space />
3277 <key key="tourism" value="information" />
3278 <key key="information" value="terminal" />
[7384]3279 <reference ref="name_operator" />
[8013]3280 <reference ref="wheelchair" />
[7102]3281 <text key="description" text="Closer description" />
3282 <text key="ref" text="Reference number" />
[7620]3283 <reference ref="fee" />
3284 <reference ref="internet" />
[7384]3285 </item> <!-- Information Terminal -->
[16249]3286 <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
[14703]3287 <link wiki="Tag:information=audioguide" />
[7384]3288 <label text="Information using headphones or a mobile phone." />
[7102]3289 <space />
3290 <key key="tourism" value="information" />
3291 <key key="information" value="audioguide" />
[7384]3292 <reference ref="name_operator" />
[8013]3293 <reference ref="wheelchair" />
[7102]3294 <text key="description" text="Closer description" />
3295 <text key="ref" text="Reference number" />
[7620]3296 <reference ref="fee" />
[7102]3297 <space />
3298 <label text="Audioguide via mobile phone?" />
3299 <text key="phone" text="Phone number" />
[13785]3300 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7393]3301 </item> <!-- Audio Guide -->
[10706]3302 <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
[14646]3303 <link wiki="Tag:tourism=information" />
[7102]3304 <space />
3305 <key key="tourism" value="information" />
3306 <text key="name" text="Name" />
[13793]3307 <text key="description" text="Closer description" />
[7384]3308 </item> <!-- Other Information Point -->
[7102]3309 </group> <!-- Tourism -->
[10706]3310 <group name="Leisure" icon="presets/leisure/theme_park.svg">
3311 <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3312 <link wiki="Tag:amenity=cinema" />
[7102]3313 <space />
3314 <key key="amenity" value="cinema" />
[8013]3315 <reference ref="name_operator_oh_wheelchair" />
[7998]3316 <check key="drive_in" text="Drive-in theater" />
3317 <check key="cinema:3D" text="3D" />
3318 <text key="screen" text="Number of screens" />
[12957]3319 <reference ref="min_age" />
[8060]3320 <reference ref="link_contact_address_payment" />
[10111]3321 <preset_link preset_name="Building" />
[7393]3322 </item> <!-- Movie Theater/Cinema -->
[13379]3323 <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3324 <link wiki="Tag:leisure=bandstand" />
[13379]3325 <space />
3326 <key key="leisure" value="bandstand" />
3327 <reference ref="name_operator_oh_wheelchair" />
[16474]3328 <reference ref="POI_access" />
[13379]3329 </item> <!-- Bandstand -->
[10706]3330 <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3331 <link wiki="Tag:tourism=zoo" />
[7102]3332 <space />
3333 <key key="tourism" value="zoo" />
[8013]3334 <reference ref="name_oh_wheelchair" />
[14715]3335 <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
[7102]3336 <text key="wikipedia" text="Wikipedia" />
[8060]3337 <reference ref="link_contact_address_payment" />
[7393]3338 </item> <!-- Zoo -->
[14181]3339 <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3340 <link wiki="Tag:attraction=animal" />
[14181]3341 <space />
3342 <key key="attraction" value="animal" />
3343 <text key="name" text="Name" />
3344 </item> <!-- Animal enclosure -->
[10808]3345 <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3346 <link wiki="Tag:leisure=dog_park" />
[7102]3347 <space />
3348 <key key="leisure" value="dog_park" />
3349 <text key="name" text="Name" />
3350 <check key="area" text="Area" />
3351 <combo key="barrier" text="Barrier" values="fence,wall" />
[8013]3352 <reference ref="oh_wheelchair" />
[7102]3353 <check key="lit" text="Lit" />
[7393]3354 </item> <!-- Dog Park -->
[10706]3355 <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3356 <link wiki="Tag:tourism=theme_park" />
[7102]3357 <space />
3358 <key key="tourism" value="theme_park" />
[8013]3359 <reference ref="name_operator_oh_wheelchair" />
[8060]3360 <reference ref="link_contact_address_payment" />
[7393]3361 </item> <!-- Amusement/Theme Park -->
[10808]3362 <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3363 <link wiki="Tag:leisure=water_park" />
[7102]3364 <space />
3365 <key key="leisure" value="water_park" />
[8013]3366 <reference ref="name_operator_oh_wheelchair" />
[8060]3367 <reference ref="link_contact_address_payment" />
[16479]3368 <preset_link preset_name="Public bath" text="Similar but different tags:" />
3369 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
[7393]3370 </item> <!-- Water Park -->
[16479]3371 <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
3372 <link wiki="Tag:amenity=public_bath" />
3373 <space />
3374 <key key="amenity" value="public_bath" />
3375 <reference ref="name_operator_oh_wheelchair" />
3376 <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
3377 <check key="bath:open_air" text="Open air" />
3378 <check key="shower" text="Shower" />
3379 <checkgroup columns="3">
3380 <check key="female" text="Female" text_context="restroom" />
3381 <check key="male" text="Male" text_context="restroom" />
3382 <check key="unisex" text="Unisex" text_context="restroom" />
3383 </checkgroup>
3384 <reference ref="fee" />
3385 <reference ref="link_contact_address_payment" />
3386 <preset_link preset_name="Water Park" text="Similar but different tags:" />
3387 <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
3388 </item> <!-- Public bath -->
[13789]3389 <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3390 <link wiki="Tag:leisure=resort" />
[13789]3391 <space />
3392 <key key="leisure" value="resort" />
3393 <reference ref="name_operator_oh_wheelchair" />
3394 <reference ref="fee_interval" />
3395 <reference ref="link_contact_address_payment" />
3396 </item> <!-- Resort -->
[10822]3397 <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3398 <link wiki="Tag:leisure=beach_resort" />
[10822]3399 <space />
3400 <key key="leisure" value="beach_resort" />
3401 <reference ref="name_operator_oh_wheelchair" />
3402 <reference ref="fee_interval" />
3403 <space />
[16474]3404 <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
[10822]3405 <reference ref="link_contact_address_payment" />
3406 </item> <!-- Beach Resort -->
[16245]3407 <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3408 <link wiki="Tag:leisure=swimming_pool" />
[9690]3409 <key key="leisure" value="swimming_pool" />
3410 <space />
3411 <label text="Used for the water area only." />
3412 <space />
[16474]3413 <reference ref="POI_access" />
[9690]3414 </item> <!-- Swimming Pool -->
[15689]3415 <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3416 <link wiki="Tag:amenity=dive_centre" />
3417 <space />
3418 <key key="amenity" value="dive_centre" />
3419 <reference ref="name_operator_oh_wheelchair" />
3420 <reference ref="link_contact_address_payment" />
3421 </item> <!-- Dive centre -->
[10565]3422 <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3423 <link wiki="Tag:leisure=fitness_station" />
[9851]3424 <space />
3425 <key key="leisure" value="fitness_station" />
3426 <reference ref="name_operator_oh_wheelchair" />
3427 <text key="ref" text="Reference" />
3428 <text key="description" text="Description" />
3429 </item> <!-- Fitness Station -->
[10808]3430 <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3431 <link wiki="Tag:amenity=sauna" />
[7102]3432 <space />
3433 <key key="leisure" value="sauna" />
[8013]3434 <reference ref="name_operator_oh_wheelchair" />
[16474]3435 <reference ref="POI_access" />
[8060]3436 <reference ref="link_contact_address_payment" />
[7393]3437 </item> <!-- Sauna -->
[10808]3438 <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3439 <link wiki="Tag:leisure=horse_riding" />
[7102]3440 <space />
3441 <key key="leisure" value="horse_riding" />
[8013]3442 <reference ref="name_operator_oh_wheelchair" />
[7620]3443 <reference ref="fee" />
[8060]3444 <reference ref="link_contact_address_payment" />
[7393]3445 </item> <!-- Horse Riding -->
[15549]3446 <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
3447 <link wiki="Tag:leisure=hackerspace" />
3448 <space />
3449 <key key="leisure" value="hackerspace" />
3450 <reference ref="name_operator_oh_wheelchair" />
3451 <reference ref="link_contact_address" />
3452 </item> <!-- Hackerspace -->
[15809]3453 <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
3454 <link wiki="Tag:leisure=outdoor_seating" />
3455 <space />
3456 <key key="leisure" value="outdoor_seating" />
3457 <reference ref="name_operator_oh_wheelchair" />
3458 </item> <!-- Outdoor seating -->
[7102]3459 <separator/>
[10706]3460 <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3461 <link wiki="Tag:leisure=playground" />
[7102]3462 <space />
3463 <key key="leisure" value="playground" />
[8138]3464 <reference ref="name_operator_oh_wheelchair" />
[12957]3465 <reference ref="max_age" />
[7393]3466 </item> <!-- Playground -->
[16500]3467 <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
3468 <link wiki="Key:playground" />
3469 <space />
[16610]3470 <combo key="playground" text="Type" values="activitypanel,aerialrotator,balancebeam,basketrotator,basketswing,climbingframe,climbingwall,cushion,exercise,hopscotch,horizontal_bar,map,playhouse,roundabout,sandpit,seesaw,sledding,slide,splash_pad,springy,structure,swing,teenshelter,trampoline,water,youth_bench,zipwire" values_searchable="true" values_context="playground" match="key!" />
[16500]3471 <reference ref="name_operator_oh_wheelchair" />
3472 <reference ref="max_age" />
3473 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
3474 </item> <!-- Playground device -->
[10808]3475 <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3476 <link wiki="Tag:tourism=picnic_site" />
[7102]3477 <space />
3478 <key key="tourism" value="picnic_site" />
3479 <text key="name" text="Name" />
3480 <check key="fireplace" text="Fireplace" />
[7393]3481 </item> <!-- Picnic Site -->
[10808]3482 <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
[14646]3483 <link wiki="Tag:leisure=picnic_table" />
[7875]3484 <space />
3485 <key key="leisure" value="picnic_table" />
3486 <check key="covered" text="Covered" />
3487 </item> <!-- Picnic Table -->
[10808]3488 <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3489 <link wiki="Tag:amenity=bbq" />
[7102]3490 <space />
3491 <key key="amenity" value="bbq" />
3492 <text key="name" text="Name" />
3493 <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
3494 <check key="covered" text="Covered" />
[7393]3495 </item> <!-- Public Grill -->
[10565]3496 <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
[14646]3497 <link wiki="Tag:leisure=firepit" />
[7598]3498 <space />
3499 <key key="leisure" value="firepit" />
3500 <text key="name" text="Name" />
3501 </item> <!-- Firepit -->
[10808]3502 <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3503 <link wiki="Tag:leisure=fishing" />
[7102]3504 <space />
3505 <key key="leisure" value="fishing" />
3506 <text key="name" text="Name" />
[7393]3507 </item> <!-- Fishing -->
[10565]3508 <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
[14646]3509 <link wiki="Tag:leisure=bird_hide" />
[10005]3510 <space />
3511 <key key="leisure" value="bird_hide" />
3512 <reference ref="name_ref_operator" />
3513 </item> <!-- Bird Hide -->
[8888]3514 <separator/>
[16480]3515 <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
3516 <link wiki="Tag:leisure=amusement_arcade" />
[8888]3517 <space />
[16480]3518 <key key="leisure" value="amusement_arcade" />
[8888]3519 <reference ref="name_operator_oh_wheelchair" />
[12957]3520 <reference ref="min_age" />
[8888]3521 <space />
3522 <reference ref="internet_smoking" />
[16480]3523 <reference ref="link_contact_address_payment" />
3524 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3525 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3526 <preset_link preset_name="Casino" text="Similar but different tags:" />
3527 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3528 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3529 </item> <!-- Amusement arcade -->
3530 <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
3531 <link wiki="Tag:leisure=adult_gaming_centre" />
[8888]3532 <space />
[16480]3533 <key key="leisure" value="adult_gaming_centre" />
3534 <reference ref="name_operator_oh_wheelchair" />
3535 <reference ref="min_age" />
3536 <space />
3537 <reference ref="internet_smoking" />
[8888]3538 <reference ref="link_contact_address_payment" />
[16480]3539 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3540 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3541 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3542 <preset_link preset_name="Casino" text="Similar but different tags:" />
3543 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3544 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3545 </item> <!-- Adult gaming centre -->
3546 <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
3547 <link wiki="Tag:amenity=gambling" />
3548 <space />
3549 <key key="amenity" value="gambling" />
3550 <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
3551 <reference ref="name_operator_oh_wheelchair" />
3552 <reference ref="min_age" />
3553 <space />
3554 <reference ref="internet_smoking" />
3555 <reference ref="link_contact_address_payment" />
3556 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3557 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3558 <preset_link preset_name="Casino" text="Similar but different tags:" />
3559 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3560 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3561 </item> <!-- Gambling -->
[10565]3562 <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3563 <link wiki="Tag:amenity=casino" />
[8888]3564 <space />
3565 <key key="amenity" value="casino" />
3566 <reference ref="name_operator_oh_wheelchair" />
[16480]3567 <reference ref="min_age" />
[8888]3568 <space />
3569 <reference ref="internet_smoking" />
[16480]3570 <reference ref="link_contact_address_payment" />
3571 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
3572 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
3573 <preset_link preset_name="Gambling" text="Similar but different tags:" />
3574 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
3575 <preset_link preset_name="Lottery" text="Similar but different tags:" />
3576 </item> <!-- Casino -->
3577 <separator/>
3578 <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
3579 <link wiki="Tag:amenity=nightclub" />
[8888]3580 <space />
[16480]3581 <key key="amenity" value="nightclub" />
3582 <reference ref="name_operator_oh_wheelchair" />
3583 <reference ref="min_age" />
3584 <space />
3585 <reference ref="internet_smoking" />
[8888]3586 <reference ref="link_contact_address_payment" />
[16480]3587 </item> <!-- Night Club -->
[10808]3588 <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3589 <link wiki="Tag:amenity=stripclub" />
[8888]3590 <space />
3591 <key key="amenity" value="stripclub" />
3592 <reference ref="name_operator_oh_wheelchair" />
[16480]3593 <reference ref="min_age" />
[8888]3594 <space />
3595 <reference ref="internet_smoking" />
3596 <reference ref="link_contact_address_payment" />
3597 </item> <!-- Strip Club -->
[10808]3598 <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3599 <link wiki="Tag:amenity=brothel" />
[8888]3600 <space />
3601 <key key="amenity" value="brothel" />
3602 <reference ref="name_operator_oh_wheelchair" />
3603 <space />
3604 <reference ref="internet_smoking" />
3605 <reference ref="link_contact_address_payment" />
3606 </item> <!-- Brothel -->
[7102]3607 </group> <!-- Leisure -->
[10808]3608 <group name="Culture" icon="presets/leisure/theater.svg">
[10565]3609 <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3610 <link wiki="Tag:tourism=museum" />
[7102]3611 <space />
3612 <key key="tourism" value="museum" />
[8013]3613 <reference ref="name_operator_oh_wheelchair" />
[7102]3614 <text key="wikipedia" text="Wikipedia" />
[8060]3615 <reference ref="link_contact_address_payment" />
[10111]3616 <preset_link preset_name="Building" />
[7393]3617 </item> <!-- Museum -->
[10808]3618 <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3619 <link wiki="Tag:amenity=theatre" />
[7102]3620 <space />
3621 <key key="amenity" value="theatre" />
3622 <reference ref="name_operator" />
[8013]3623 <reference ref="wheelchair" />
[8060]3624 <reference ref="link_contact_address_payment" />
[10111]3625 <preset_link preset_name="Building" />
[7393]3626 </item> <!-- Theatre -->
[10808]3627 <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3628 <link wiki="Tag:amenity=library" />
[7102]3629 <space />
3630 <key key="amenity" value="library" />
[8013]3631 <reference ref="name_operator_oh_wheelchair" />
[8060]3632 <reference ref="link_contact_address_payment" />
[10111]3633 <preset_link preset_name="Building" />
[7393]3634 </item> <!-- Library -->
[16483]3635 <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
3636 <link wiki="Tag:amenity=public_bookcase" />
3637 <space />
3638 <key key="amenity" value="public_bookcase" />
3639 <text key="name" text="Name" />
3640 <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
3641 <text key="operator" text="Operator" />
3642 <reference ref="oh_wheelchair" />
3643 <reference ref="POI_access" />
3644 </item> <!-- Public bookcase -->
[10808]3645 <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3646 <link wiki="Tag:amenity=arts_centre" />
[7102]3647 <space />
3648 <key key="amenity" value="arts_centre" />
3649 <text key="name" text="Name" />
[8060]3650 <reference ref="link_contact_address_payment" />
[10111]3651 <preset_link preset_name="Building" />
[7393]3652 </item> <!-- Arts Centre -->
[10808]3653 <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]3654 <link wiki="Tag:tourism=artwork" />
[7102]3655 <space />
3656 <key key="tourism" value="artwork" />
[14263]3657 <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
[7102]3658 <text key="name" text="Name" />
[14229]3659 <text key="artwork_subject" text="Subject" />
[7102]3660 <text key="artist_name" text="Artist Name" />
[15647]3661 <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
[14151]3662 <text key="start_date" text="Start date" />
[7393]3663 </item> <!-- Artwork -->
[10808]3664 <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3665 <link wiki="Tag:amenity=studio" />
[7102]3666 <space />
3667 <key key="amenity" value="studio" />
3668 <reference ref="name_operator" />
[8013]3669 <reference ref="wheelchair" />
[9363]3670 <combo key="studio" text="Type" values="audio,radio,television,video" />
[8060]3671 <reference ref="link_contact_address_payment" />
[9418]3672 </item> <!-- Studio -->
[7102]3673 </group> <!-- Culture -->
[10706]3674 <group name="Place of Worship" icon="presets/religion/religion.svg">
3675 <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3676 <link wiki="Tag:amenity=place_of_worship" />
[7102]3677 <space />
3678 <key key="amenity" value="place_of_worship" />
3679 <key key="religion" value="christian" />
3680 <text key="name" text="Name" />
3681 <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
[14867]3682 <reference ref="christian_denominations" />
[7102]3683 <reference ref="service_times" />
[8013]3684 <reference ref="oh_wheelchair" />
[8026]3685 <reference ref="link_contact_address" />
[10111]3686 <preset_link preset_name="Building" />
[7393]3687 </item> <!-- Church -->
[10706]3688 <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3689 <link wiki="Tag:amenity=place_of_worship" />
[7102]3690 <space />
3691 <key key="amenity" value="place_of_worship" />
3692 <key key="religion" value="muslim" />
3693 <text key="name" text="Name" />
3694 <combo key="building" text="Building type" values="mosque" values_searchable="true" />
[14867]3695 <reference ref="muslim_denominations" />
[7102]3696 <reference ref="service_times" />
[8013]3697 <reference ref="oh_wheelchair" />
[8026]3698 <reference ref="link_contact_address" />
[10111]3699 <preset_link preset_name="Building" />
[7393]3700 </item> <!-- Mosque -->
[10706]3701 <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3702 <link wiki="Tag:amenity=place_of_worship" />
[7102]3703 <space />
3704 <key key="amenity" value="place_of_worship" />
3705 <key key="religion" value="jewish" />
3706 <text key="name" text="Name" />
3707 <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
[14867]3708 <reference ref="jewish_denominations" />
[7102]3709 <reference ref="service_times" />
[8013]3710 <reference ref="oh_wheelchair" />
[8026]3711 <reference ref="link_contact_address" />
[10111]3712 <preset_link preset_name="Building" />
[7393]3713 </item> <!-- Synagogue -->
[10706]3714 <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3715 <link wiki="Tag:amenity=place_of_worship" />
[7102]3716 <space />
3717 <key key="amenity" value="place_of_worship" />
3718 <key key="religion" value="buddhist" />
3719 <text key="name" text="Name" />
[14867]3720 <reference ref="buddhist_denominations" />
[7102]3721 <reference ref="service_times" />
[8013]3722 <reference ref="oh_wheelchair" />
[8026]3723 <reference ref="link_contact_address" />
[10111]3724 <preset_link preset_name="Building" />
[7393]3725 </item> <!-- Buddhist Temple -->
[10706]3726 <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3727 <link wiki="Tag:amenity=place_of_worship" />
[7102]3728 <space />
3729 <key key="amenity" value="place_of_worship" />
3730 <key key="religion" value="hindu" />
3731 <text key="name" text="Name" />
[14867]3732 <reference ref="hindu_denominations" />
[7102]3733 <reference ref="service_times" />
[8013]3734 <reference ref="oh_wheelchair" />
[8026]3735 <reference ref="link_contact_address" />
[10111]3736 <preset_link preset_name="Building" />
[7393]3737 </item> <!-- Hindu Temple -->
[10706]3738 <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3739 <link wiki="Tag:amenity=place_of_worship" />
[7102]3740 <space />
3741 <key key="amenity" value="place_of_worship" />
3742 <key key="religion" value="shinto" />
3743 <text key="name" text="Name" />
3744 <reference ref="service_times" />
[8013]3745 <reference ref="oh_wheelchair" />
[8026]3746 <reference ref="link_contact_address" />
[10111]3747 <preset_link preset_name="Building" />
[7393]3748 </item> <!-- Shinto Shrine -->
[10706]3749 <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3750 <link wiki="Tag:amenity=place_of_worship" />
[7102]3751 <space />
3752 <key key="amenity" value="place_of_worship" />
3753 <text key="name" text="Name" />
[14867]3754 <reference ref="other_religions" />
[7102]3755 <reference ref="service_times" />
[8013]3756 <reference ref="oh_wheelchair" />
[8026]3757 <reference ref="link_contact_address" />
[10111]3758 <preset_link preset_name="Building" />
[7393]3759 </item> <!-- Other Place of Worship -->
[7102]3760 </group> <!-- Place of Worship -->
[10808]3761 <group name="Public Building" icon="presets/service/townhall.svg">
3762 <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3763 <link wiki="Tag:amenity=townhall" />
[7102]3764 <space />
3765 <key key="amenity" value="townhall" />
[8013]3766 <reference ref="name_oh_wheelchair" />
[8026]3767 <reference ref="link_contact_address" />
[10111]3768 <preset_link preset_name="Building" />
[7393]3769 </item> <!-- Town Hall -->
[10808]3770 <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3771 <link wiki="Tag:amenity=community_centre" />
[7102]3772 <label text="Community Centre" />
3773 <space />
3774 <key key="amenity" value="community_centre" />
[8013]3775 <reference ref="name_operator_oh_wheelchair" />
[15262]3776 <combo key="community_centre" text="Type" values="club_home,community_hall,cultural_centre,environment_centre,events_venue,family_centre,language_centre,meeting_room,parish_hall,village_hall,youth_centre" />
3777 <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
[8026]3778 <reference ref="link_contact_address" />
[10111]3779 <preset_link preset_name="Building" />
[7393]3780 </item> <!-- Community Centre -->
[10808]3781 <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3782 <link wiki="Tag:amenity=embassy" />
[7102]3783 <space />
3784 <key key="amenity" value="embassy" />
[8013]3785 <reference ref="name_oh_wheelchair" />
[8026]3786 <reference ref="link_contact_address" />
[7393]3787 </item> <!-- Embassy -->
[10706]3788 <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3789 <link wiki="Tag:amenity=courthouse" />
[7102]3790 <space />
3791 <key key="amenity" value="courthouse" />
[8013]3792 <reference ref="name_oh_wheelchair" />
[8026]3793 <reference ref="link_contact_address" />
[10111]3794 <preset_link preset_name="Building" />
[7393]3795 </item> <!-- Courthouse -->
[10706]3796 <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3797 <link wiki="Tag:amenity=prison" />
[7102]3798 <space />
3799 <key key="amenity" value="prison" />
[7620]3800 <reference ref="name_operator" />
[8026]3801 <reference ref="link_contact_address" />
[7393]3802 </item> <!-- Prison -->
[10706]3803 <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3804 <link wiki="Tag:amenity=police" />
[7102]3805 <space />
3806 <key key="amenity" value="police" />
[8013]3807 <reference ref="name_oh_wheelchair" />
[8026]3808 <reference ref="link_contact_address" />
[10111]3809 <preset_link preset_name="Building" />
[7393]3810 </item> <!-- Police -->
[10565]3811 <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3812 <link wiki="Tag:amenity=ranger_station" />
[8025]3813 <space />
3814 <key key="amenity" value="ranger_station" />
3815 <reference ref="name_operator_oh_wheelchair" />
[8026]3816 <reference ref="link_contact_address" />
[8025]3817 </item> <!-- Ranger Station -->
[10706]3818 <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3819 <link wiki="Tag:amenity=fire_station" />
[7102]3820 <space />
3821 <key key="amenity" value="fire_station" />
3822 <text key="name" text="Name" />
[8026]3823 <reference ref="link_contact_address" />
[10111]3824 <preset_link preset_name="Building" />
[7393]3825 </item> <!-- Fire Station -->
[10808]3826 <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3827 <link wiki="Tag:amenity=post_office" />
[7102]3828 <space />
3829 <key key="amenity" value="post_office" />
[8013]3830 <reference ref="name_operator_oh_wheelchair" />
[7745]3831 <text key="ref" text="Reference" />
[8060]3832 <reference ref="link_contact_address_payment" />
[7393]3833 </item> <!-- Post Office -->
[7102]3834 </group> <!-- Public Buildings -->
[10808]3835 <group name="Education" icon="presets/education/school.svg">
[10706]3836 <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3837 <link wiki="Tag:amenity=kindergarten" />
[7102]3838 <space />
3839 <key key="amenity" value="kindergarten" />
[8013]3840 <reference ref="name_operator_oh_wheelchair" />
[12957]3841 <reference ref="min_age" />
3842 <reference ref="max_age" />
[15715]3843 <combo key="isced:level" text="ISCED level" values="0" />
[8026]3844 <reference ref="link_contact_address" />
[10111]3845 <preset_link preset_name="Building" />
[7393]3846 </item> <!-- Kindergarten -->
[10808]3847 <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3848 <link wiki="Tag:amenity=school" />
[7102]3849 <space />
3850 <key key="amenity" value="school" />
[8013]3851 <reference ref="name_operator_oh_wheelchair" />
[12957]3852 <reference ref="min_age" />
[16482]3853 <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
[8026]3854 <reference ref="link_contact_address" />
[10111]3855 <preset_link preset_name="Building" />
[7393]3856 </item> <!-- School -->
[10808]3857 <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3858 <link wiki="Tag:amenity=university" />
[7102]3859 <space />
3860 <key key="amenity" value="university" />
[8013]3861 <reference ref="name_operator_oh_wheelchair" />
[16482]3862 <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
[8026]3863 <reference ref="link_contact_address" />
[7393]3864 </item> <!-- University -->
[10808]3865 <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3866 <link wiki="Tag:amenity=college" />
[7102]3867 <space />
3868 <key key="amenity" value="college" />
[8013]3869 <reference ref="name_operator_oh_wheelchair" />
[16482]3870 <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
[8026]3871 <reference ref="link_contact_address" />
[7393]3872 </item> <!-- College -->
[10808]3873 <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3874 <link wiki="Tag:amenity=driving_school" />
[7102]3875 <space />
3876 <key key="amenity" value="driving_school" />
[8013]3877 <reference ref="name_operator_oh_wheelchair" />
[7102]3878 <combo key="license_classes" text="License Classes" values="A;A1;B;BE;C,A;A1;B;B1;C;C1;D;D1;BE;CE;C1E;DE;D1E" />
[8026]3879 <reference ref="link_contact_address" />
[7393]3880 </item> <!-- Driving School -->
[7102]3881 </group> <!-- Education -->
[10565]3882 <group name="Health" icon="presets/health/pharmacy.svg">
3883 <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3884 <link wiki="Tag:amenity=hospital" />
[7102]3885 <space />
3886 <key key="amenity" value="hospital" />
3887 <reference ref="name_operator" />
[8060]3888 <reference ref="link_contact_address_payment" />
[7393]3889 </item> <!-- Hospital -->
[10565]3890 <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3891 <link wiki="Tag:amenity=clinic" />
[7102]3892 <space />
3893 <key key="amenity" value="clinic" />
[7620]3894 <reference ref="name_operator" />
[8060]3895 <reference ref="link_contact_address_payment" />
[7393]3896 </item> <!-- Clinic -->
[10565]3897 <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3898 <link wiki="Tag:amenity=doctors" />
[7102]3899 <space />
3900 <key key="amenity" value="doctors" />
[8013]3901 <reference ref="name_oh_wheelchair" />
[8060]3902 <reference ref="link_contact_address_payment" />
[7393]3903 </item> <!-- Doctor's Office -->
[10565]3904 <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3905 <link wiki="Tag:amenity=dentist" />
[7102]3906 <space />
3907 <key key="amenity" value="dentist" />
[8013]3908 <reference ref="name_oh_wheelchair" />
[8060]3909 <reference ref="link_contact_address_payment" />
[7393]3910 </item> <!-- Dentist -->
[10565]3911 <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3912 <link wiki="Tag:amenity=pharmacy" />
[7102]3913 <space />
3914 <key key="amenity" value="pharmacy" />
[8013]3915 <reference ref="name_operator_oh_wheelchair" />
[8122]3916 <check key="dispensing" text="Dispensing"/>
[8060]3917 <reference ref="link_contact_address_payment" />
[7393]3918 </item> <!-- Pharmacy -->
[16455]3919 <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
3920 <link wiki="Tag:healthcare=laboratory" />
3921 <space />
3922 <key key="healthcare" value="laboratory" />
3923 <optional>
3924 <reference ref="name_operator" />
3925 <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
3926 <reference ref="oh_wheelchair" />
3927 <text key="ref" text="Reference" />
3928 <reference ref="link_contact_address" />
3929 </optional>
3930 </item> <!-- Laboratory -->
[7102]3931 <separator/>
[10565]3932 <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
[14646]3933 <link wiki="Tag:amenity=baby_hatch" />
[7102]3934 <space />
3935 <key key="amenity" value="baby_hatch" />
[8013]3936 <reference ref="name_operator_oh_wheelchair" />
[8026]3937 <reference ref="link_contact_address" />
[7393]3938 </item> <!-- Baby Hatch/Safe Haven -->
[7102]3939 <separator/>
[10565]3940 <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
[14646]3941 <link wiki="Tag:highway=emergency_access_point" />
[7102]3942 <space />
3943 <key key="highway" value="emergency_access_point" />
3944 <text key="ref" text="Point Number" />
3945 <text key="name" text="Point Name" />
3946 <text key="operator" text="Operator" />
[11025]3947 <text key="emergency_telephone_code" text="Emergency Phone Number" />
3948 <label text="(Use number as shown on plate.)" />
[7102]3949 <space />
[7393]3950 </item> <!-- Emergency Access Point -->
[7102]3951 <separator/>
[10565]3952 <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3953 <link wiki="Tag:amenity=veterinary" />
[7102]3954 <space />
3955 <key key="amenity" value="veterinary" />
[8013]3956 <reference ref="name_oh_wheelchair" />
[8060]3957 <reference ref="link_contact_address_payment" />
[7393]3958 </item> <!-- Veterinary -->
[7102]3959 </group> <!-- Health -->
[10565]3960 <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
3961 <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]3962 <link wiki="Tag:emergency=ambulance_station" />
[9523]3963 <space />
3964 <key key="emergency" value="ambulance_station" />
3965 <reference ref="name_operator" />
3966 <reference ref="link_contact_address" />
3967 </item> <!-- Ambulance Station -->
[15308]3968 <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
3969 <link wiki="Tag:emergency=emergency_ward_entrance" />
3970 <space />
3971 <key key="emergency" value="emergency_ward_entrance" />
3972 <reference ref="name_operator" />
3973 <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
3974 <reference ref="link_contact_address" />
3975 </item> <!-- Emergency ward entrance -->
[10706]3976 <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
[14646]3977 <link wiki="Tag:emergency=defibrillator" />
[9523]3978 <space />
3979 <key key="emergency" value="defibrillator" />
3980 <reference ref="oh_wheelchair" />
[11150]3981 <text key="operator" text="Operator" />
3982 <text key="defibrillator:location" text="Location description" />
[13761]3983 <text key="phone" text="Phone number" />
[13785]3984 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[16474]3985 <reference ref="POI_access" />
[9523]3986 <check key="indoor" text="Located inside a building?" />
3987 <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
3988 <optional>
3989 <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
3990 <text key="lastcheck:note" text="Last check note" />
3991 </optional>
3992 -->
3993 </item> <!-- Automated Defibrillator -->
3994 <separator />
[10565]3995 <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
[14646]3996 <link wiki="Tag:emergency=fire_extinguisher" />
[9523]3997 <space />
3998 <key key="emergency" value="fire_extinguisher" />
3999 <text key="ref" text="Reference" />
4000 <text key="operator" text="Operator" />
4001 <check key="indoor" text="Indoor" />
4002 </item> <!-- Fire Extinguisher -->
[10565]4003 <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
[14646]4004 <link wiki="Tag:emergency=fire_hose" />
[9523]4005 <space />
4006 <key key="emergency" value="fire_hose" />
4007 <text key="ref" text="Reference" />
4008 <text key="operator" text="Operator" />
4009 </item> <!-- Fire Hose -->
[10706]4010 <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
[14646]4011 <link wiki="Tag:emergency=fire_hydrant" />
[9523]4012 <space />
4013 <key key="emergency" value="fire_hydrant" />
[14593]4014 <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
4015 <list_entry value="pillar" short_description="A pillar type hydrant." />
4016 <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
4017 <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
4018 <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
4019 </combo>
4020 <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
4021 <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
4022 <list_entry value="#" short_description="Pressure in bar." />
4023 <list_entry value="yes" short_description="Pressure but value unknown." />
4024 <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
4025 </combo>
4026 <optional>
4027 <text key="ref" text="Reference" />
4028 <combo key="water_source" text="Water source">
4029 <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
4030 <list_entry value="groundwater" short_description="A water well." />
4031 <list_entry value="stream" />
4032 <list_entry value="river" />
4033 <list_entry value="canal" />
4034 <list_entry value="drain" />
4035 <list_entry value="ditch" />
4036 <list_entry value="pond" />
4037 <list_entry value="lake" />
4038 <list_entry value="water_tank" />
4039 <list_entry value="swimming_pool" />
4040 </combo>
4041 <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
4042 <list_entry value="lane" short_description="on the side of a road lane" />
4043 <list_entry value="parking_lot" short_description="in a parking lot" />
4044 <list_entry value="sidewalk" short_description="on a sidewalk" />
4045 <list_entry value="green" short_description="in a grassy area" />
4046 </combo>
4047 <text key="flow_rate" text="Flow rate with unit of measure" />
4048 <combo key="pillar:type" text="Pillar type">
4049 <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
4050 <list_entry value="wet_barrel" short_description="A style of pillar hydrant where the barrel is pressurized at all times, with individual valves for each outlet." />
4051 </combo>
4052 <space />
4053 <combo key="couplings" text="Number of couplings" values="1,2,3" />
[14608]4054 <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
[14593]4055 <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
4056 <space />
[15255]4057 <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4058 <combo key="bonnet:colour" text="Colour of the top section (bonnet)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
4059 <combo key="cap:colour" text="Colour of the caps" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
[14593]4060 <space />
4061 <text key="manufacturer" text="Manufacturer" />
4062 <text key="operator" text="Operator" />
4063 <text key="name" text="Name" />
4064 </optional>
[9523]4065 </item> <!-- Fire Hydrant -->
[10565]4066 <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
[14646]4067 <link wiki="Tag:emergency=water_tank" />
[9523]4068 <space />
4069 <key key="emergency" value="water_tank" />
4070 <reference ref="name_ref_operator" />
4071 <space />
4072 <text key="water_tank:volume" text="Volume (in liters)" />
4073 </item> <!-- Water Tank -->
4074 <separator />
[10565]4075 <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
[14646]4076 <link wiki="Tag:emergency=assembly_point" />
[9523]4077 <space />
4078 <key key="emergency" value="assembly_point" />
4079 <reference ref="name_ref_operator" />
4080 </item> <!-- Assembly Point -->
[10706]4081 <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
[14646]4082 <link wiki="Tag:emergency=phone" />
[9523]4083 <key key="emergency" value="phone" />
4084 <text key="ref" text="Reference" />
4085 <text key="operator" text="Operator" />
4086 </item> <!-- Emergency Phone -->
[10565]4087 <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
[14646]4088 <link wiki="Tag:emergency=siren" />
[9523]4089 <key key="emergency" value="siren" />
4090 <text key="ref" text="Reference" />
4091 <text key="operator" text="Operator" />
4092 <space />
4093 <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
[16482]4094 <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
[9523]4095 <text key="siren:range" text="Range (in meters)" />
[13785]4096 </item> <!-- Siren -->
[9523]4097 </group> <!-- Emergency -->
[10565]4098 <group name="Social Facility" icon="presets/social_facility/outreach.svg">
4099 <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4100 <link wiki="Key:social_facility" />
[12613]4101 <space />
4102 <key key="amenity" value="social_facility" />
4103 <key key="social_facility" value="nursing_home" />
4104 <reference ref="name_operator" />
4105 <text key="capacity" text="Capacity" />
4106 <reference ref="link_contact_address" />
4107 </item> <!-- Nursing Home -->
4108 <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4109 <link wiki="Tag:amenity=nursing_home" />
[9285]4110 <space />
4111 <key key="amenity" value="nursing_home" />
4112 <reference ref="name_operator" />
4113 <text key="capacity" text="Capacity" />
4114 <reference ref="link_contact_address" />
[12613]4115 </item> <!-- Nursing Home (Legacy)-->
[10565]4116 <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4117 <link wiki="Key:social_facility" />
[9285]4118 <space />
4119 <key key="amenity" value="social_facility" />
4120 <key key="social_facility" value="group_home" />
4121 <reference ref="name_operator" />
4122 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4123 <text key="capacity" text="Capacity" />
4124 <reference ref="link_contact_address" />
4125 </item> <!-- Group Home -->
[10565]4126 <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4127 <link wiki="Key:social_facility" />
[9285]4128 <space />
4129 <key key="amenity" value="social_facility" />
4130 <key key="social_facility" value="assisted_living" />
4131 <reference ref="name_operator" />
4132 <combo key="social_facility:for" text="For" value="senior" default="senior" />
4133 <text key="capacity" text="Capacity" />
4134 <reference ref="link_contact_address" />
4135 </item> <!-- Assisted Living -->
[10565]4136 <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4137 <link wiki="Key:social_facility" />
[9285]4138 <space />
4139 <key key="amenity" value="social_facility" />
4140 <key key="social_facility" value="outreach" />
4141 <reference ref="name_operator_oh_wheelchair" />
4142 <reference ref="link_contact_address" />
4143 </item> <!-- Outreach -->
[10565]4144 <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4145 <link wiki="Key:social_facility" />
[9285]4146 <space />
4147 <key key="amenity" value="social_facility" />
4148 <key key="social_facility" value="shelter" />
4149 <reference ref="name_operator" />
4150 <text key="capacity" text="Capacity" />
4151 <reference ref="link_contact_address" />
4152 </item> <!-- Shelter -->
[10565]4153 <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4154 <link wiki="Key:social_facility" />
[9285]4155 <space />
4156 <key key="amenity" value="social_facility" />
4157 <key key="social_facility" value="food_bank" />
4158 <reference ref="name_operator_oh_wheelchair" />
4159 <reference ref="link_contact_address" />
4160 </item> <!-- Food Bank -->
4161 </group> <!-- Social Facility -->
[10706]4162 <group name="Facilities" icon="presets/service/telephone.svg">
4163 <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
[14646]4164 <link wiki="Tag:amenity=toilets" />
[7102]4165 <space />
4166 <key key="amenity" value="toilets" />
4167 <optional>
[16474]4168 <reference ref="POI_access" />
[8867]4169 <checkgroup columns="3">
[8885]4170 <check key="female" text="Female" text_context="restroom" />
4171 <check key="male" text="Male" text_context="restroom" />
4172 <check key="unisex" text="Unisex" text_context="restroom" />
[8867]4173 </checkgroup>
4174 <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
[7102]4175 <text key="description" text="Description" />
[7620]4176 <reference ref="fee" />
[7102]4177 <text key="operator" text="Operator" />
4178 <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
[8013]4179 <reference ref="wheelchair" />
[14365]4180 <check key="drinking_water" text="Drinking Water" />
[7102]4181 </optional>
[15263]4182 <preset_link preset_name="Changing table" />
[7393]4183 </item> <!-- Toilets/Restrooms -->
[10565]4184 <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
[14646]4185 <link wiki="Tag:amenity=shower" />
[7598]4186 <space />
4187 <key key="amenity" value="shower" />
[16474]4188 <reference ref="POI_access" />
[7598]4189 <optional>
[11550]4190 <checkgroup columns="3">
[11547]4191 <check key="female" text="Female" text_context="restroom" />
4192 <check key="male" text="Male" text_context="restroom" />
4193 <check key="unisex" text="Unisex" text_context="restroom" />
4194 </checkgroup>
[7598]4195 <text key="description" text="Description" />
[15263]4196 <reference ref="fee" />
[7598]4197 <text key="operator" text="Operator" />
[8013]4198 <reference ref="oh_wheelchair" />
[7598]4199 </optional>
4200 </item> <!-- Shower -->
[15263]4201 <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
4202 <link wiki="Key:changing_table" />
4203 <space />
4204 <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
4205 <optional>
4206 <check key="changing_table:fee" text="Fee" />
4207 <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
4208 <multiselect key="changing_table:location" text="Location" text_context="Changing table" values="dedicated_room;female_toilet;male_toilet;room;sales_area;unisex_toilet;wheelchair_toilet" />
4209 <text key="operator" text="Operator" />
4210 <reference ref="wheelchair" />
4211 </optional>
4212 </item> <!-- Changing table -->
[11583]4213 <separator/>
[10808]4214 <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
[14646]4215 <link wiki="Tag:amenity=post_box" />
[7102]4216 <space />
4217 <key key="amenity" value="post_box" />
4218 <text key="operator" text="Operator" />
4219 <text key="ref" text="Reference number" />
[15272]4220 <combo key="collection_times" text="Collection times" delimiter="|" values="Mo-Sa 09:00|Mo-Sa 08:00|Mo-Fr 09:00; Sa 07:00|Mo-Fr 17:30; Sa 12:00|Mo-Fr 15:00,19:00; Sa 15:10; Su 10:30" values_no_i18n="true" />
[8844]4221 <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
[7102]4222 <check key="drive_through" text="Drive through" />
[7393]4223 </item> <!-- Post Box -->
[10706]4224 <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
[14646]4225 <link wiki="Tag:amenity=telephone" />
[7102]4226 <space />
4227 <key key="amenity" value="telephone" />
4228 <text key="operator" text="Operator" />
[13663]4229 <combo key="covered" text="Covered" values="yes,no,booth" />
[8059]4230 <space />
4231 <check key="payment:coins" text="Coins" />
4232 <check key="payment:notes" text="Notes" text_context="payment" />
[7102]4233 <check key="payment:telephone_cards" text="Telephone cards" />
[8059]4234 <preset_link preset_name="Payment Methods" />
[7393]4235 </item> <!-- Telephone -->
[11585]4236 <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4237 <link wiki="Tag:amenity=internet_cafe" />
[11585]4238 <space />
4239 <key key="amenity" value="internet_cafe" />
4240 <reference ref="name_operator_oh_wheelchair" />
[11588]4241 <reference ref="link_contact_address_payment" />
[11585]4242 </item> <!-- Internet Cafe -->
[10706]4243 <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]4244 <link wiki="Key:internet_access" />
[7102]4245 <space />
[16610]4246 <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
4247 <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
[7393]4248 </item> <!-- Internet Access -->
[10565]4249 <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
[14646]4250 <link wiki="Tag:amenity=clock" />
[7102]4251 <key key="amenity" value="clock" />
4252 <optional>
4253 <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
[9037]4254 <reference ref="support" />
[13770]4255 <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
[14264]4256 <combo key="visibility" text="Visibility/readability" values="house,street,area" display_values="house (up to 5m),street (up to 20m),area (more than 20m)" values_sort="false" />
[7102]4257 <check key="date" text="Shows current date" />
4258 <check key="thermometer" text="Shows temperature" />
4259 <check key="barometer" text="Shows barometric pressure" />
4260 <check key="hygrometer" text="Shows humidity" />
4261 </optional>
[7393]4262 </item> <!-- Clock -->
[11583]4263 <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
[14646]4264 <link wiki="Tag:amenity=photo_booth" />
[11583]4265 <space />
4266 <key key="amenity" value="photo_booth" />
4267 <reference ref="name_operator_oh_wheelchair" />
4268 </item> <!-- Photo booth -->
4269 <separator/>
[10565]4270 <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
[14646]4271 <link wiki="Tag:amenity=recycling" />
[7102]4272 <space />
4273 <key key="amenity" value="recycling" />
[8411]4274 <key key="recycling_type" value="container" />
[10119]4275 <text key="operator" text="Operator" />
[15648]4276 <combo key="opening_hours" text="Throw in times" delimiter="|" values="24/7|Mo-Fr 06:30-12:30,15:30-20:00; Sa 08:00-12:00; PH off" values_no_i18n="true" />
4277 <combo key="wheelchair" text="Wheelchairs" values="yes,limited,no" />
[8411]4278 <space />
4279 <checkgroup columns="4">
[16266]4280 <check key="recycling:paper" text="Paper" />
4281 <check key="recycling:paper_packaging" text="Paper packaging" />
[8411]4282 <check key="recycling:cardboard" text="Cardboard" />
[16266]4283 <check key="recycling:newspaper" text="Newspaper" />
4284 <check key="recycling:magazines" text="Magazines" />
4285 <check key="recycling:books" text="Books" />
[8411]4286 <check key="recycling:plastic" text="Plastic" />
4287 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4288 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
[16266]4289 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4290 <check key="recycling:glass" text="Glass" />
4291 <check key="recycling:glass_bottles" text="Glass Bottles" />
4292 <check key="recycling:cans" text="Cans" />
4293 <check key="recycling:clothes" text="Clothes" />
4294 <check key="recycling:shoes" text="Shoes" />
[8411]4295 <check key="recycling:scrap_metal" text="Scrap Metal" />
[16266]4296 <check key="recycling:wood" text="Wood" />
4297 <check key="recycling:green_waste" text="Green Waste" />
4298 <check key="recycling:waste" text="Waste" />
4299 <check key="recycling:batteries" text="Batteries" />
[8411]4300 <check key="recycling:small_appliances" text="Small Appliances" />
[16266]4301 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
[8411]4302 </checkgroup>
4303 </item> <!-- Recycling Container-->
[10565]4304 <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4305 <link wiki="Tag:amenity=recycling" />
[8411]4306 <space />
4307 <key key="amenity" value="recycling" />
4308 <key key="recycling_type" value="centre" />
4309 <reference ref="name_operator_oh_wheelchair" />
4310 <space />
4311 <checkgroup columns="4">
[16266]4312 <check key="recycling:paper" text="Paper" />
4313 <check key="recycling:paper_packaging" text="Paper packaging" />
[8411]4314 <check key="recycling:cardboard" text="Cardboard" />
[16266]4315 <check key="recycling:newspaper" text="Newspaper" />
4316 <check key="recycling:magazines" text="Magazines" />
4317 <check key="recycling:books" text="Books" />
[8411]4318 <check key="recycling:plastic" text="Plastic" />
4319 <check key="recycling:plastic_bottles" text="Plastic Bottles" />
4320 <check key="recycling:plastic_packaging" text="Plastic Packaging" />
[16266]4321 <check key="recycling:beverage_cartons" text="Beverage cartons" />
4322 <check key="recycling:glass" text="Glass" />
4323 <check key="recycling:glass_bottles" text="Glass Bottles" />
4324 <check key="recycling:cans" text="Cans" />
4325 <check key="recycling:clothes" text="Clothes" />
4326 <check key="recycling:shoes" text="Shoes" />
[8411]4327 <check key="recycling:scrap_metal" text="Scrap Metal" />
[16266]4328 <check key="recycling:wood" text="Wood" />
4329 <check key="recycling:green_waste" text="Green Waste" />
4330 <check key="recycling:waste" text="Waste" />
4331 <check key="recycling:batteries" text="Batteries" />
[8411]4332 <check key="recycling:small_appliances" text="Small Appliances" />
[16266]4333 <check key="recycling:electrical_appliances" text="Electrical Appliances" />
[8411]4334 </checkgroup>
4335 <reference ref="link_contact_address_payment" />
4336 </item> <!-- Recycling Centre-->
[10810]4337 <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
[14646]4338 <link wiki="Tag:amenity=waste_basket" />
[7102]4339 <key key="amenity" value="waste_basket" />
[13184]4340 <combo key="waste" text="Waste" values="trash,dog_excrement" />
[7393]4341 </item> <!-- Waste Basket/Trash Can -->
[10814]4342 <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
[14646]4343 <link wiki="Tag:amenity=waste_disposal" />
[7102]4344 <key key="amenity" value="waste_disposal" />
[13184]4345 <combo key="waste" text="Waste" values="trash" />
[7393]4346 </item> <!-- Waste Disposal/Dumpster -->
[10565]4347 <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
[14646]4348 <link wiki="Toilet_Holding_Tank_Disposal" />
[8188]4349 <space />
4350 <key key="amenity" value="sanitary_dump_station" />
[8329]4351 <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
4352 <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
4353 <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
[16474]4354 <reference ref="POI_access" />
[8188]4355 <reference ref="fee" />
4356 <text key="operator" text="Operator" />
[16474]4357 <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
[8188]4358 </item> <!-- Sanitary Dump Station -->
[7102]4359 <separator/>
[10808]4360 <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
[14646]4361 <link wiki="Tag:amenity=bench" />
[7102]4362 <space />
4363 <key key="amenity" value="bench" />
[8122]4364 <check key="backrest" text="Backrest" />
[8386]4365 <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
[15255]4366 <combo key="colour" text="Color (HTML name or hexadecimal code)" values_context="color" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" />
[16316]4367 <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
[7393]4368 </item> <!-- Bench -->
[10707]4369 <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
[14646]4370 <link wiki="Tag:amenity=shelter" />
[7102]4371 <space />
4372 <key key="amenity" value="shelter" />
4373 <text key="name" text="Name" />
4374 <check key="fireplace" text="Fireplace" />
[10500]4375 <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
[10808]4376 <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
[10565]4377 <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
[10808]4378 <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
[10825]4379 <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
[10707]4380 <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
4381 <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
[10500]4382 </combo>
[7393]4383 </item> <!-- Shelter -->
[10808]4384 <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
[14646]4385 <link wiki="Tag:amenity=hunting_stand" />
[7102]4386 <space />
4387 <key key="amenity" value="hunting_stand" />
[16474]4388 <text key="height" text="Height (meters)" length="7" />
[8122]4389 <check key="shelter" text="Shelter" />
[9772]4390 <check key="hide" text="Hide" text_context="hunting stand" />
[11263]4391 <check key="lockable" text="Lockable" />
[7393]4392 </item> <!-- Hunting Stand -->
[7102]4393 <separator/>
[10808]4394 <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
[14646]4395 <link wiki="Tag:amenity=drinking_water" />
[7102]4396 <space />
4397 <key key="amenity" value="drinking_water" />
4398 <check key="indoor" text="Indoor" />
4399 <optional>
4400 <text key="name" text="Name" />
4401 <text key="description" text="Description" />
4402 </optional>
[7393]4403 </item> <!-- Drinking Water -->
[10725]4404 <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
[14646]4405 <link wiki="Tag:amenity=water_point" />
[9651]4406 <space />
4407 <key key="amenity" value="water_point" />
4408 <optional>
4409 <check key="drinking_water" text="Drinking Water" />
4410 <text key="name" text="Name" />
4411 <text key="description" text="Description" />
4412 </optional>
4413 </item> <!-- Water Point -->
[11233]4414 <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
[14646]4415 <link wiki="Tag:amenity=watering_place" />
[11233]4416 <space />
4417 <key key="amenity" value="watering_place" />
4418 <optional>
4419 <text key="name" text="Name" />
4420 <text key="description" text="Description" />
4421 </optional>
4422 </item> <!-- Animal watering place -->
[10565]4423 <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
[14646]4424 <link wiki="Tag:amenity=compressed_air" />
[8865]4425 <space />
4426 <key key="amenity" value="compressed_air" />
[16474]4427 <reference ref="name_ref_operator" />
[8865]4428 <reference ref="fee" />
[16482]4429 <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
[8865]4430 </item> <!-- Compressed Air -->
[7790]4431 <separator/>
[11976]4432 <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
[14646]4433 <link wiki="Tag:advertising=column" />
[7790]4434 <space />
4435 <key key="advertising" value="column" />
4436 <optional>
4437 <check key="lit" text="Lit" />
4438 </optional>
4439 </item> <!-- Advertising Column -->
[14560]4440 <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
[14646]4441 <link wiki="Tag:advertising=billboard" />
[7790]4442 <space />
4443 <key key="advertising" value="billboard" />
4444 <optional>
4445 <check key="lit" text="Lit" />
4446 </optional>
[14560]4447 </item> <!-- Billboard -->
[7102]4448 </group> <!-- Facilities -->
4449 </group> <!-- Facilities -->
[10706]4450 <group name="Sports" icon="presets/sport/soccer.svg">
[10808]4451 <group name="Sport Facilities" icon="presets/sport/stadium.svg">
4452 <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4453 <link wiki="Tag:leisure=stadium" />
[7102]4454 <space />
4455 <key key="leisure" value="stadium" />
4456 <text key="name" text="Name" />
[8123]4457 <reference ref="sport" />
[8060]4458 <reference ref="link_contact_address_payment" />
[7393]4459 </item> <!-- Stadium -->
[10808]4460 <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4461 <link wiki="Tag:leisure=sports_centre" />
[7102]4462 <space />
4463 <key key="leisure" value="sports_centre" />
4464 <text key="name" text="Name" />
[8123]4465 <reference ref="sport" />
[8060]4466 <reference ref="link_contact_address_payment" />
[10111]4467 <preset_link preset_name="Building" />
[7393]4468 </item> <!-- Sports Centre -->
[10808]4469 <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4470 <link wiki="Tag:leisure=fitness_centre" />
[10539]4471 <space />
4472 <key key="leisure" value="fitness_centre" />
4473 <text key="name" text="Name" />
4474 <reference ref="sport" />
4475 <reference ref="link_contact_address_payment" />
4476 <preset_link preset_name="Building" />
4477 </item> <!-- Fitness Centre -->
[10808]4478 <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4479 <link wiki="Tag:leisure=pitch" />
[7102]4480 <space />
4481 <key key="leisure" value="pitch" />
4482 <text key="name" text="Name" />
[8123]4483 <reference ref="sport" />
[16291]4484 <reference ref="sport_surface" />
[8060]4485 <reference ref="link_contact_address_payment" />
[7393]4486 </item> <!-- Pitch -->
[10808]4487 <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4488 <link wiki="Tag:leisure=track" />
[7102]4489 <space />
4490 <key key="leisure" value="track" />
4491 <text key="name" text="Name" />
[9835]4492 <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
[16291]4493 <reference ref="sport_surface" />
[7393]4494 </item> <!-- Racetrack -->
[10565]4495 <group name="Golf" icon="presets/sport/golf/golf.svg">
4496 <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4497 <link wiki="Tag:leisure=golf_course" />
[9640]4498 <space />
4499 <key key="leisure" value="golf_course" />
4500 <reference ref="name_oh_wheelchair" />
4501 </item> <!-- Golf Course -->
4502 <separator/>
[10565]4503 <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
[14646]4504 <link wiki="Tag:leisure=golf_course" />
[9640]4505 <space />
4506 <key key="golf" value="tee" />
4507 </item> <!-- Tee -->
[10565]4508 <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
[14646]4509 <link wiki="Tag:leisure=golf_course" />
[9640]4510 <space />
4511 <key key="golf" value="hole" />
4512 <text key="ref" text="Reference" />
4513 <text key="par" text="Par" />
4514 <optional>
4515 <text key="name" text="Name" />
4516 <combo key="handicap" text="Handicap rating" values="1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18" />
4517 </optional>
4518 </item> <!-- Hole -->
[10565]4519 <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
[14646]4520 <link wiki="Tag:leisure=golf_course" />
[9640]4521 <space />
4522 <key key="golf" value="pin" />
4523 <text key="ref" text="Reference" />
4524 </item> <!-- Pin -->
4525 <separator/>
[10565]4526 <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
[14646]4527 <link wiki="Tag:golf=bunker" />
[9640]4528 <space />
4529 <key key="golf" value="bunker" />
[9650]4530 <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
[9640]4531 </item> <!-- Bunker -->
[10565]4532 <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
[14646]4533 <link wiki="Tag:leisure=golf_course" />
[9640]4534 <space />
4535 <key key="golf" value="water_hazard" />
4536 <key key="natural" value="water" match="keyvalue" />
4537 </item> <!-- Frontal Water hazard -->
[10565]4538 <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
[14646]4539 <link wiki="Tag:leisure=golf_course" />
[9640]4540 <space />
4541 <key key="golf" value="lateral_water_hazard" />
4542 <key key="natural" value="water" match="keyvalue" />
4543 </item> <!-- Lateral water hazard -->
4544 <separator/>
[10565]4545 <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4546 <link wiki="Tag:leisure=golf_course" />
[9640]4547 <space />
4548 <key key="golf" value="green" />
4549 </item> <!-- Green -->
[10565]4550 <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4551 <link wiki="Tag:golf=fairway" />
[9640]4552 <space />
4553 <key key="golf" value="fairway" />
4554 <key key="surface" value="grass" match="keyvalue" />
4555 </item> <!-- Fairway -->
[10565]4556 <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]4557 <link wiki="Tag:leisure=golf_course" />
[9640]4558 <space />
4559 <key key="golf" value="rough" />
4560 </item> <!-- Rough -->
4561 <separator/>
[10565]4562 <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
[14646]4563 <link wiki="Tag:leisure=golf_course" />
[9640]4564 <space />
4565 <key key="golf" value="driving_range" />
4566 </item> <!-- Driving range -->
4567 </group> <!-- Golf -->
[10565]4568 <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4569 <link wiki="Tag:leisure=miniature_golf" />
[7102]4570 <space />
4571 <key key="leisure" value="miniature_golf" />
[8013]4572 <reference ref="name_oh_wheelchair" />
[7393]4573 </item> <!-- Miniature Golf -->
4574 </group> <!-- Sport Facilities -->
[10706]4575 <group name="Sport" icon="presets/sport/multi.svg">
4576 <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4577 <link wiki="Tag:sport=multi" />
[7102]4578 <space />
4579 <key key="sport" value="multi" />
4580 <text key="name" text="Name" />
[10551]4581 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
[16291]4582 <reference ref="sport_surface" />
[7393]4583 </item> <!-- Multi -->
[10808]4584 <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4585 <link wiki="Tag:sport=9pin" />
[7102]4586 <space />
4587 <key key="sport" value="9pin" />
4588 <text key="name" text="Name" />
4589 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4590 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
[7393]4591 </item> <!-- Nine-pin Bowling -->
[10706]4592 <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4593 <link wiki="Tag:sport=10pin" />
[7102]4594 <space />
4595 <key key="sport" value="10pin" />
4596 <text key="name" text="Name" />
4597 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4598 <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
[7393]4599 </item> <!-- Ten-pin Bowling -->
[10706]4600 <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4601 <link wiki="Tag:sport=archery" />
[7102]4602 <space />
4603 <key key="sport" value="archery" />
4604 <text key="name" text="Name" />
4605 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]4606 </item> <!-- Archery -->
[10808]4607 <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4608 <link wiki="Tag:sports=athletics" />
[7102]4609 <space />
4610 <key key="sport" value="athletics" />
4611 <text key="name" text="Name" />
4612 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
[16291]4613 <reference ref="sport_surface" />
[7393]4614 </item> <!-- Track and Field Athletics -->
[10565]4615 <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4616 <link wiki="Tag:sport=running" />
[8560]4617 <space />
4618 <key key="sport" value="running" />
4619 <reference ref="name_operator" />
4620 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
[16291]4621 <reference ref="sport_surface" />
[8560]4622 </item> <!-- Running -->
[14591]4623 <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4624 <link wiki="Tag:sport=climbing" />
[7102]4625 <space />
4626 <key key="sport" value="climbing" />
4627 <text key="name" text="Name" />
4628 <combo key="leisure" text="Type" values="sports_centre" />
[14592]4629 <reference ref="climbing_styles" />
[14591]4630 <text key="climbing:routes" text="Number of routes" />
[16707]4631 <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
[14591]4632 <space />
[14730]4633 <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4634 <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
4635 <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
[14591]4636 <space />
[14730]4637 <combo key="climbing:grade:UIAA:min" text="UIAA: Simplest route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4638 <combo key="climbing:grade:UIAA:max" text="UIAA: Most difficult route" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4639 <combo key="climbing:grade:UIAA:mean" text="UIAA: Main difficulty" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
[14591]4640 <space />
[14730]4641 <combo key="climbing:grade:french:min" text="French: Simplest route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4642 <combo key="climbing:grade:french:max" text="French: Most difficult route" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4643 <combo key="climbing:grade:french:mean" text="French: Main difficulty" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
[14591]4644 <space />
[14730]4645 <combo key="climbing:grade:saxon:min" text="Saxon: Simplest route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
4646 <combo key="climbing:grade:saxon:max" text="Saxon: Most difficult route" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
4647 <combo key="climbing:grade:saxon:mean" text="Saxon: Main difficulty" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
[14591]4648 <reference ref="climbing_optional_attributes" />
4649 <space />
4650 </item> <!-- Climbing site -->
4651 <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
[14646]4652 <link wiki="Tag:sport=climbing" />
[14591]4653 <space />
4654 <key key="sport" value="climbing" />
4655 <key key="climbing" value="route" />
4656 <text key="name" text="Name" />
[14592]4657 <reference ref="climbing_styles" />
[14730]4658 <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
4659 <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
4660 <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
[14591]4661 <space />
[14730]4662 <combo key="climbing:grade:UIAA" text="UIAA grading" values="4,4+,5-,5,5+,6-,6,6+,7-,7,7+,8-,8,8+,9-,9,9+,10-,10,10+,11-,11,11+,12-" values_no_i18n="true" />
4663 <combo key="climbing:grade:french" text="French grading" values="4,5a,5b,5c,6a,6a+,6b,6b+,6c,6c+,7a,7a+,7b,7b+,7c,7c+,8a,8a+,8b,8b+,8c,8c+,9a,9a+,9b,9b+" values_no_i18n="true" />
4664 <combo key="climbing:grade:saxon" text="Saxon grading" values="IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
[14591]4665 <reference ref="climbing_optional_attributes" />
4666 </item> <!-- Climbing route -->
[10565]4667 <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4668 <link wiki="Tag:sport=canoe" />
[7102]4669 <space />
4670 <key key="sport" value="canoe" />
4671 <text key="name" text="Name" />
[7393]4672 </item> <!-- Canoeing/Kayaking -->
[14841]4673 <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
4674 <link wiki="Tag:sport=rowing" />
4675 <space />
4676 <key key="sport" value="rowing" />
4677 <text key="name" text="Name" />
4678 </item> <!-- Rowing -->
[10706]4679 <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4680 <link wiki="Tag:sport=cycling" />
[7102]4681 <space />
4682 <key key="sport" value="cycling" />
4683 <text key="name" text="Name" />
4684 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]4685 <reference ref="sport_surface" />
[7393]4686 </item> <!-- Cycling -->
[10808]4687 <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4688 <link wiki="Tag:sport=dog_racing" />
[7102]4689 <space />
4690 <key key="sport" value="dog_racing" />
4691 <text key="name" text="Name" />
4692 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]4693 <reference ref="sport_surface" />
[7393]4694 </item> <!-- Dog Racing -->
[10808]4695 <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4696 <link wiki="Tag:sport=equestrian" />
[7102]4697 <space />
4698 <key key="sport" value="equestrian" />
4699 <text key="name" text="Name" />
[7379]4700 <reference ref="riding_surface" />
[7393]4701 </item> <!-- Equestrian -->
[10706]4702 <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4703 <link wiki="Tag:sport=horse_racing" />
[7102]4704 <space />
4705 <key key="sport" value="horse_racing" />
4706 <text key="name" text="Name" />
[7379]4707 <reference ref="riding_surface" />
[7393]4708 </item> <!-- Horse Racing -->
[10706]4709 <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4710 <link wiki="Tag:sport=gymnastics" />
[7102]4711 <space />
4712 <key key="sport" value="gymnastics" />
4713 <text key="name" text="Name" />
[10551]4714 <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
[7393]4715 </item> <!-- Gymnastics -->
[10808]4716 <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4717 <link wiki="Tag:sport=ice_skating" />
[7102]4718 <space />
[9835]4719 <key key="sport" value="ice_skating" />
[7102]4720 <text key="name" text="Name" />
4721 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
[9835]4722 </item> <!-- Ice Skating -->
[10565]4723 <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4724 <link wiki="Tag:sport=roller_skating"/>
[9835]4725 <space />
4726 <key key="sport" value="roller_skating" />
4727 <text key="name" text="Name" />
4728 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4729 <combo key="surface" text="Surface" values="asphalt,concrete" />
[9835]4730 </item> <!-- Roller Skating -->
[10706]4731 <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4732 <link wiki="Tag:sport=skateboard" />
[7102]4733 <space />
4734 <key key="sport" value="skateboard" />
4735 <text key="name" text="Name" />
4736 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
[16291]4737 <combo key="surface" text="Surface" values="asphalt,concrete" />
[7393]4738 </item> <!-- Skateboard -->
[10706]4739 <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4740 <link wiki="Tag:sport=swimming" />
[7102]4741 <space />
4742 <key key="sport" value="swimming" />
4743 <text key="name" text="Name" />
4744 <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
[7393]4745 </item> <!-- Swimming -->
[10565]4746 <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4747 <link wiki="Tag:sport=scuba_diving" />
[7630]4748 <space />
4749 <key key="sport" value="scuba_diving" />
4750 <text key="name" text="Name" />
4751 </item> <!-- Scuba Diving -->
[10706]4752 <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]4753 <link wiki="Piste_Maps" />
[7102]4754 <space />
4755 <text key="name" text="Name" />
[15252]4756 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" match="keyvalue"/>
[8121]4757 <optional>
[14301]4758 <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
[14821]4759 <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
[8121]4760 </optional>
[7393]4761 </item> <!-- Skiing -->
[10706]4762 <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4763 <link wiki="Tag:sport=shooting" />
[7102]4764 <space />
4765 <key key="sport" value="shooting" />
4766 <text key="name" text="Name" />
4767 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]4768 </item> <!-- Shooting -->
[7102]4769 </group> <!-- Sport -->
[10706]4770 <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
4771 <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4772 <link wiki="Tag:sport=soccer" />
[7102]4773 <space />
4774 <key key="sport" value="soccer" />
4775 <reference ref="name_leisure_pitch" />
[16291]4776 <reference ref="sport_surface" />
[7393]4777 </item> <!-- Soccer -->
[10706]4778 <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4779 <link wiki="Tag:sport=australian_football" />
[7102]4780 <space />
4781 <key key="sport" value="australian_football" />
4782 <reference ref="name_leisure_pitch" />
[16291]4783 <reference ref="sport_surface" />
[7393]4784 </item> <!-- Australian Football -->
[10706]4785 <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4786 <link wiki="Tag:sport=american_football" />
[7102]4787 <space />
4788 <key key="sport" value="american_football" />
4789 <reference ref="name_leisure_pitch" />
[16291]4790 <reference ref="sport_surface" />
[7393]4791 </item> <!-- American Football -->
[10706]4792 <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4793 <link wiki="Tag:sport=canadian_football" />
[7102]4794 <space />
4795 <key key="sport" value="canadian_football" />
4796 <reference ref="name_leisure_pitch" />
[16291]4797 <reference ref="sport_surface" />
[7393]4798 </item> <!-- Canadian Football -->
[10706]4799 <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4800 <link wiki="Tag:sport=gaelic_games" />
[7102]4801 <space />
4802 <key key="sport" value="gaelic_games" />
4803 <reference ref="name_leisure_pitch" />
[16291]4804 <reference ref="sport_surface" />
[7102]4805 <optional>
4806 <check key="gaelic_games:hurling" text="Hurling" />
4807 <check key="gaelic_games:football" text="Football" />
4808 <check key="gaelic_games:camogie" text="Camogie" />
4809 <check key="gaelic_games:rounders" text="Rounders" />
[15713]4810 <check key="gaelic_games:handball" text="Handball" />
[7102]4811 </optional>
[7393]4812 </item> <!-- Gaelic Games -->
[10706]4813 <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4814 <link wiki="Tag:sport=rugby_league" />
[7102]4815 <space />
4816 <key key="sport" value="rugby_league" />
4817 <reference ref="name_leisure_pitch" />
[16291]4818 <reference ref="sport_surface" />
[7393]4819 </item> <!-- Rugby League -->
[10706]4820 <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4821 <link wiki="Tag:sport=rugby_union" />
[7102]4822 <space />
4823 <key key="sport" value="rugby_union" />
4824 <reference ref="name_leisure_pitch" />
[16291]4825 <reference ref="sport_surface" />
[7393]4826 </item> <!-- Rugby Union -->
[10706]4827 <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4828 <link wiki="Tag:sport=baseball" />
[7102]4829 <space />
4830 <key key="sport" value="baseball" />
4831 <reference ref="name_leisure_pitch" />
[16291]4832 <reference ref="sport_surface" />
[7393]4833 </item> <!-- Baseball -->
[10706]4834 <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4835 <link wiki="Tag:sport=basketball" />
[7102]4836 <space />
4837 <key key="sport" value="basketball" />
4838 <reference ref="name_leisure_pitch" />
[16291]4839 <reference ref="sport_surface" />
4840 <combo key="hoops" text="Hoops" values="1,2,3,4" />
[7393]4841 </item> <!-- Basketball -->
[10706]4842 <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4843 <link wiki="Tag:sport=handball" />
[8560]4844 <space />
4845 <key key="sport" value="handball" />
4846 <reference ref="name_operator" />
4847 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[16291]4848 <reference ref="sport_surface" />
[8560]4849 </item> <!-- Handball -->
[10706]4850 <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4851 <link wiki="Tag:sport=volleyball" />
[7102]4852 <space />
4853 <key key="sport" value="volleyball" />
4854 <reference ref="name_operator" />
4855 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[16291]4856 <reference ref="sport_surface" />
[7393]4857 </item> <!-- Volleyball -->
[10808]4858 <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4859 <link wiki="Tag:sport=beachvolleyball" />
[7102]4860 <space />
4861 <key key="sport" value="beachvolleyball" />
4862 <reference ref="name_operator" />
4863 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
[7393]4864 </item> <!-- Beach Volleyball -->
[10565]4865 <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4866 <link wiki="Tag:sport=billiards" />
[8428]4867 <space />
4868 <key key="sport" value="billiards" />
4869 <reference ref="name_operator" />
4870 <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
4871 </item> <!-- Billiards -->
[10565]4872 <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4873 <link wiki="Tag:sport=golf" />
[7102]4874 <space />
4875 <key key="sport" value="golf" />
4876 <text key="name" text="Name" />
4877 <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
[7393]4878 </item> <!-- Golf -->
[10706]4879 <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4880 <link wiki="Tag:sport=boules" />
[7102]4881 <space />
4882 <key key="sport" value="boules" />
4883 <reference ref="name_leisure_pitch" />
[16291]4884 <reference ref="sport_surface" />
[7393]4885 </item> <!-- Boule -->
[10706]4886 <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4887 <link wiki="Tag:sport=bowls" />
[7102]4888 <space />
4889 <key key="sport" value="bowls" />
4890 <reference ref="name_leisure_pitch" />
[16291]4891 <reference ref="sport_surface" />
[7393]4892 </item> <!-- Lawn Bowling -->
[10706]4893 <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4894 <link wiki="Tag:sport=cricket" />
[7102]4895 <space />
4896 <key key="sport" value="cricket" />
4897 <reference ref="name_leisure_pitch" />
[16291]4898 <reference ref="sport_surface" />
[7393]4899 </item> <!-- Cricket -->
[10706]4900 <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4901 <link wiki="Tag:sport=croquet" />
[7102]4902 <space />
4903 <key key="sport" value="croquet" />
4904 <reference ref="name_leisure_pitch" />
[16291]4905 <reference ref="sport_surface" />
[7393]4906 </item> <!-- Croquet -->
[10808]4907 <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4908 <link wiki="Tag:sport=field_hockey" />
[7102]4909 <space />
[8383]4910 <key key="sport" value="field_hockey" />
[7102]4911 <text key="name" text="Name" />
[8383]4912 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4913 <reference ref="sport_surface" />
[8383]4914 </item> <!-- Field Hockey -->
[10808]4915 <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4916 <link wiki="Tag:sport=ice_hockey" />
[8383]4917 <space />
4918 <key key="sport" value="ice_hockey" />
4919 <text key="name" text="Name" />
[7102]4920 <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
[8383]4921 </item> <!-- Ice Hockey -->
[10808]4922 <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4923 <link wiki="Tag:sport=pelota" />
[7102]4924 <space />
4925 <key key="sport" value="pelota" />
4926 <reference ref="name_leisure_pitch" />
[16291]4927 <reference ref="sport_surface" />
[7393]4928 </item> <!-- Pelota -->
[10706]4929 <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4930 <link wiki="Tag:sport=racquet" />
[7102]4931 <space />
4932 <key key="sport" value="racquet" />
4933 <text key="name" text="Name" />
4934 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[16291]4935 <reference ref="sport_surface" />
[7393]4936 </item> <!-- Racquetball -->
[10706]4937 <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4938 <link wiki="Tag:sport=table_tennis" />
[7102]4939 <space />
4940 <key key="sport" value="table_tennis" />
4941 <text key="name" text="Name" />
4942 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
[7393]4943 </item> <!-- Table Tennis/Ping-Pong -->
[10706]4944 <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4945 <link wiki="Tag:sport=tennis" />
[7102]4946 <space />
4947 <key key="sport" value="tennis" />
4948 <reference ref="name_leisure_pitch" />
[16291]4949 <reference ref="sport_surface" />
[7393]4950 </item> <!-- Tennis -->
[7102]4951 </group> <!-- Sport (Ball) -->
[10706]4952 <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
[10808]4953 <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4954 <link wiki="Tag:sport=motor" />
[7102]4955 <space />
4956 <key key="sport" value="motor" />
4957 <text key="name" text="Name" />
4958 <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
[16291]4959 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]4960 </item> <!-- Motorsport -->
[10808]4961 <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4962 <link wiki="Tag:sport=karting" />
[7102]4963 <space />
4964 <key key="sport" value="karting" />
4965 <text key="name" text="Name" />
4966 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[16291]4967 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]4968 </item> <!-- Kart Racing -->
[10706]4969 <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4970 <link wiki="Tag:sport=motocross" />
[7102]4971 <space />
4972 <key key="sport" value="motocross" />
4973 <text key="name" text="Name" />
4974 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[7393]4975 </item> <!-- Motocross -->
[7102]4976 <separator/>
[10706]4977 <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4978 <link wiki="Tag:sport=model_aerodrome" />
[7102]4979 <space />
4980 <key key="sport" value="model_aerodrome" />
4981 <text key="name" text="Name" />
4982 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
[16291]4983 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]4984 </item> <!-- Model Aerodrome -->
[10706]4985 <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4986 <link wiki="Tag:sport=rc_car" />
[7102]4987 <space />
4988 <key key="sport" value="rc_car" />
4989 <text key="name" text="Name" />
4990 <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
[16291]4991 <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
[7393]4992 </item> <!-- RC Car -->
[7102]4993 </group> <!-- Motorsport -->
4994 </group> <!-- Sports -->
[10706]4995 <group name="Man Made" icon="presets/landmark/works.svg">
4996 <group name="Man Made" icon="presets/landmark/works.svg">
4997 <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]4998 <link wiki="Key:building" />
[7102]4999 <space />
[16510]5000 <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,cabin,carport,cathedral,chapel,church,college,commercial,construction,cowshed,farm_auxiliary,fire_station,garage,garages,gasometer,greenhouse,hangar,hospital,industrial,kindergarten,manufacture,mosque,office,parking,public,retail,roof,ruins,school,service,shed,silo,stable,storage_tank,sty,supermarket,synagogue,temple,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
[10111]5001 <optional>
5002 <text key="name" text="Name" />
5003 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
[16474]5004 <text key="height" text="Height (meters)" length="7" />
[10111]5005 </optional>
[10854]5006 <preset_link preset_name="Address" />
[7393]5007 </item> <!-- Building -->
[10706]5008 <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5009 <link wiki="Key:building" />
[7102]5010 <space />
[15648]5011 <combo key="building" text="Building" values="yes,residential,apartments,ger,house,hotel,hut,bungalow,dormitory,terrace,detached,farm" default="residential" match="keyvalue!" values_context="building" values_searchable="true" />
[10111]5012 <optional>
5013 <text key="name" text="Name" />
5014 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
[16474]5015 <text key="height" text="Height (meters)" length="7" />
[10111]5016 </optional>
[10854]5017 <preset_link preset_name="Address" />
[7393]5018 </item> <!-- Residential Building -->
[10706]5019 <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]5020 <link wiki="Key:building:part" />
[8136]5021 <space />
[16510]5022 <combo key="building:part" text="Building part" values="allotment_house,bakehouse,barn,college,commercial,construction,cowshed,farm_auxiliary,garage,garages,greenhouse,hangar,hospital,industrial,office,parking,retail,roof,ruins,school,shed,supermarket,toilets,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
[8136]5023 <text key="name" text="Name" />
5024 <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
5025 <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
[16474]5026 <text key="height" text="Height (meters)" length="7" />
[8136]5027 <text key="min_height" text="Skipped height (meters)" />
5028 </item> <!-- Building part -->
[10808]5029 <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
[14646]5030 <link wiki="Key:entrance" />
[7102]5031 <space />
[10437]5032 <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
[10808]5033 <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
5034 <list_entry value="main" icon="presets/misc/entrance_main.svg" />
5035 <list_entry value="service" icon="presets/misc/entrance_service.svg" />
5036 <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
5037 <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
5038 <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
[12436]5039 <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
[12437]5040 </combo>
[16474]5041 <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
[8013]5042 <reference ref="wheelchair" />
[7102]5043 <optional>
[16496]5044 <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
[7102]5045 <text key="ref" text="Entrance number" />
5046 <text key="addr:flats" text="Flat numbers" />
5047 </optional>
[7393]5048 </item> <!-- Entrance -->
[15307]5049 <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
5050 <link wiki="Key:police" />
5051 <space />
5052 <combo key="police" text="Type" values="barracks,car_pound,checkpoint,detention,naval_base,offices,range,storage,training_area,yes" values_context="police" match="keyvalue!" values_searchable="true" />
5053 <optional>
5054 <text key="name" text="Name" />
5055 <text key="operator" text="Operator" />
5056 </optional>
[15308]5057 <reference ref="link_contact_address" />
[15307]5058 </item> <!-- Non-public police facility -->
[16706]5059 <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
5060 <link wiki="Tag:man_made=mast" />
5061 <space />
5062 <key key="man_made" value="mast" />
5063 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5064 <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
5065 <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
5066 <list_entry value="monitoring" />
5067 <list_entry value="radar" />
5068 <list_entry value="siren" />
5069 </combo>
5070 <optional>
5071 <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
5072 <reference ref="name_ref_operator" />
5073 <text key="height" text="Height (meters)" length="7" />
[16707]5074 <text key="ele" text="Elevation (meters)" length="10" />
[16706]5075 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5076 <reference ref="POI_access" />
5077 </optional>
5078 <preset_link preset_name="Tower" text="Similar but different tags:" />
5079 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5080 </item> <!-- Mast -->
5081 <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5082 <link wiki="Tag:man_made=tower" />
[7102]5083 <space />
5084 <key key="man_made" value="tower" />
[16706]5085 <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
5086 <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
5087 <list_entry value="communication" icon="presets/tower/communication.svg" />
5088 <list_entry value="cooling" icon="presets/tower/cooling.svg" />
5089 <list_entry value="defensive" icon="presets/tower/defensive.svg" />
5090 <list_entry value="lighting" icon="presets/tower/lighting.svg" />
5091 <list_entry value="minaret" />
5092 <list_entry value="observation" icon="presets/tower/observation.svg" />
5093 <list_entry value="radar" />
5094 <list_entry value="watchtower" icon="presets/tower/observation.svg" />
5095 </combo>
[7102]5096 <optional>
[16706]5097 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5098 <reference ref="name_ref_operator" />
[16474]5099 <text key="height" text="Height (meters)" length="7" />
[16707]5100 <text key="ele" text="Elevation (meters)" length="10" />
[16706]5101 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5102 <reference ref="POI_access" />
5103 <reference ref="oh" />
5104 <reference ref="fee_interval" />
5105 <space />
[7102]5106 </optional>
[16706]5107 <preset_link preset_name="Mast" text="Similar but different tags:" />
5108 <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
5109 <reference ref="link_contact_address" />
[7393]5110 </item> <!-- Tower -->
[16706]5111 <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
5112 <link wiki="Tag:man_made=communications_tower" />
5113 <space />
5114 <label text="Big communication tower, usually higher than 100 meters." />
5115 <key key="man_made" value="communications_tower" />
5116 <optional>
5117 <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
5118 <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
5119 <reference ref="name_ref_operator" />
5120 <text key="height" text="Height (meters)" length="7" />
[16707]5121 <text key="ele" text="Elevation (meters)" length="10" />
[16706]5122 <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
5123 <reference ref="POI_access" />
5124 <reference ref="oh" />
5125 <reference ref="fee_interval" />
5126 </optional>
5127 <preset_link preset_name="Mast" text="Similar but different tags:" />
5128 <preset_link preset_name="Tower" text="Similar but different tags:" />
5129 <reference ref="link_contact_address" />
5130 </item> <!-- Big Communication Tower -->
[10808]5131 <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
[14646]5132 <link wiki="Tag:man_made=flagpole" />
[7102]5133 <key key="man_made" value="flagpole" />
[7393]5134 </item> <!-- Flagpole -->
[12446]5135 <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
[14646]5136 <link wiki="Tag:man_made=cross" />
[12446]5137 <key key="man_made" value="cross" />
5138 </item> <!-- Cross -->
[7102]5139 <separator/>
[10706]5140 <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5141 <link wiki="Tag:man_made=works" />
[7102]5142 <space />
5143 <key key="man_made" value="works" />
5144 <text key="name" text="Name" />
[7393]5145 </item> <!-- Works -->
[10808]5146 <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
[14646]5147 <link wiki="Tag:man_made=chimney" />
[7102]5148 <space />
5149 <key key="man_made" value="chimney" />
5150 <reference ref="name_operator" />
[16474]5151 <text key="height" text="Height (meters)" length="7" />
[7393]5152 </item> <!-- Chimney -->
[13379]5153 <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
[14646]5154 <link wiki="Tag:man_made=kiln" />
[13379]5155 <space />
5156 <key key="man_made" value="kiln" />
5157 <reference ref="name_operator" />
5158 <combo key="product" text="Product" values="lime,charcoal,bricks" />
5159 </item> <!-- Kiln -->
[10706]5160 <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
[14646]5161 <link wiki="Tag:man_made=windmill" />
[7102]5162 <space />
5163 <key key="man_made" value="windmill" />
5164 <text key="name" text="Name" />
[7393]5165 </item> <!-- Windmill -->
[10706]5166 <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
[14646]5167 <link wiki="Tag:man_made=gasometer" />
[7102]5168 <space />
5169 <key key="man_made" value="gasometer" />
[8386]5170 <optional>
5171 <reference ref="name_operator" />
5172 <combo key="building" text="Building" values="gasometer" values_context="building" />
5173 <text key="height" text="Height (meters)" length="7" />
5174 </optional>
[7393]5175 </item> <!-- Gasometer -->
[10706]5176 <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
[14646]5177 <link wiki="Tag:man_made=silo" />
[9725]5178 <space />
5179 <key key="man_made" value="silo" />
5180 <optional>
5181 <reference ref="name_operator" />
5182 <combo key="building" text="Building" values="silo" values_context="building" />
5183 <text key="height" text="Height (meters)" length="7" />
5184 </optional>
5185 </item> <!-- Silo -->
[10706]5186 <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
[14646]5187 <link wiki="Tag:man_made=storage_tank" />
[8335]5188 <key key="man_made" value="storage_tank" />
[8386]5189 <optional>
5190 <reference ref="name_operator" />
5191 <combo key="building" text="Building" values="storage_tank" values_context="building" />
5192 <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
5193 <text key="height" text="Height (meters)" length="7" />
5194 </optional>
[8335]5195 </item> <!-- Storage Tank -->
[10706]5196 <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
[14646]5197 <link wiki="Tag:man_made=bunker_silo" />
[7710]5198 <space />
5199 <key key="man_made" value="bunker_silo" />
[8386]5200 <optional>
5201 <reference ref="name_operator" />
5202 </optional>
[7710]5203 </item> <!-- Bunker Silo -->
[10706]5204 <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
[14646]5205 <link wiki="Tag:man_made=crane" />
[7102]5206 <space />
5207 <key key="man_made" value="crane" />
[14574]5208 <optional>
5209 <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
5210 <reference ref="name_operator" />
5211 </optional>
[7393]5212 </item> <!-- Crane -->
[16718]5213 <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
5214 <link wiki="Tag:man_made=goods_conveyor" />
5215 <space />
5216 <key key="man_made" value="goods_conveyor" />
5217 <optional>
5218 <reference ref="name_operator" />
5219 <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" />
5220 <checkgroup columns="3">
5221 <check key="covered" text="Covered" />
5222 <check key="bridge" text="Bridge" disable_off="true" />
5223 <check key="tunnel" text="Tunnel" disable_off="true" />
5224 </checkgroup>
5225 </optional>
5226 </item> <!-- Goods conveyor -->
[10706]5227 <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
[14646]5228 <link wiki="Tag:man_made=mineshaft" />
[7102]5229 <space />
5230 <key key="man_made" value="mineshaft" />
5231 <text key="name" text="Name" />
5232 <combo key="mineshaft_type" text="Function" values="winding,air" />
5233 <text key="depth" text="Depth in meters" />
5234 <text key="operator" text="Operator" />
5235 <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" />
[8122]5236 <check key="headframe" text="Visible Headframe" />
[7102]5237 <check key="disused" text="Disused" />
[7393]5238 </item> <!-- Mineshaft -->
[10706]5239 <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
[14646]5240 <link wiki="Tag:man_made=adit" />
[7102]5241 <space />
5242 <key key="man_made" value="adit" />
5243 <text key="name" text="Name" />
5244 <text key="length" text="Length in meters" />
5245 <text key="operator" text="Operator" />
5246 <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" />
5247 <check key="disused" text="Disused" />
[7393]5248 </item> <!-- Adit -->
[10565]5249 <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
[14646]5250 <link wiki="Tag:man_made=embankment" />
[7374]5251 <space />
5252 <key key="man_made" value="embankment" />
[7393]5253 </item> <!-- Embankment -->
[7102]5254 <separator/>
[10825]5255 <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
[14646]5256 <link wiki="Tag:man_made=pipeline" />
[9049]5257 <space />
5258 <key key="man_made" value="pipeline" />
5259 <text key="name" text="Name" />
5260 <text key="ref" text="Reference" />
5261 <reference ref="operator_substance" />
5262 <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
[15062]5263 <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" />
5264 <text key="pressure" text="Pressure (bar)" />
[9049]5265 </item> <!-- Pipeline -->
[16716]5266 <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
5267 <link wiki="Tag:pipeline=substation" />
5268 <space />
5269 <key key="pipeline" value="substation" />
5270 <text key="name" text="Name" />
5271 <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
5272 <text key="ref" text="Reference" />
5273 <reference ref="operator_substance" />
5274 </item> <!-- Pipeline Substation -->
[10565]5275 <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
[14646]5276 <link wiki="Tag:pipeline=valve" />
[9049]5277 <space />
5278 <key key="pipeline" value="valve" />
[15139]5279 <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
[15170]5280 <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
[15139]5281 <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
5282 <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
[15148]5283 <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
[15139]5284 <reference ref="ref_operator" />
[9049]5285 </item> <!-- Pipeline Valve -->
[15526]5286 <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
5287 <link wiki="Key:marker" />
5288 <space />
[15527]5289 <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
[15526]5290 <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
5291 <optional>
5292 <reference ref="ref_operator" />
[15527]5293 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[15526]5294 <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" />
5295 <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
5296 </optional>
5297 </item> <!-- Marker -->
[15260]5298 <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
5299 <link wiki="Key:manhole" />
5300 <space />
5301 <key key="man_made" value="manhole" />
5302 <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
5303 <reference ref="ref_operator" />
5304 </item> <!-- Manhole -->
[9049]5305 <separator/>
[16706]5306 <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
[14646]5307 <link wiki="Tag:man_made=water_tower" />
[7102]5308 <space />
5309 <key key="man_made" value="water_tower" />
[8386]5310 <optional>
5311 <reference ref="name_operator" />
5312 <text key="height" text="Height (meters)" length="7" />
5313 </optional>
[7393]5314 </item> <!-- Water Tower -->
[10808]5315 <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5316 <link wiki="Tag:man_made=water_works" />
[7102]5317 <space />
5318 <key key="man_made" value="water_works" />
5319 <reference ref="name_operator" />
[7393]5320 </item> <!-- Water Works -->
[10706]5321 <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5322 <link wiki="Tag:man_made=wastewater_plant" />
[7102]5323 <space />
5324 <key key="man_made" value="wastewater_plant" />
5325 <text key="name" text="Name" />
[7393]5326 </item> <!-- Wastewater Treatment Plant -->
[16245]5327 <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5328 <link wiki="Tag:man_made=watermill" />
[7102]5329 <space />
5330 <key key="man_made" value="watermill" />
5331 <text key="name" text="Name" />
[7393]5332 </item> <!-- Watermill -->
[16245]5333 <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5334 <link wiki="Tag:amenity=fountain" />
[7102]5335 <space />
5336 <key key="amenity" value="fountain" />
[13786]5337 <optional>
5338 <text key="name" text="Name" />
5339 <check key="drinking_water" text="Drinking Water" />
5340 </optional>
[7393]5341 </item> <!-- Fountain -->
[10706]5342 <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
[14646]5343 <link wiki="Tag:man_made=water_well" />
[7102]5344 <space />
5345 <key key="man_made" value="water_well" />
[13355]5346 <optional>
5347 <text key="name" text="Name" />
5348 <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
5349 </optional>
[7393]5350 </item> <!-- Water Well -->
[7102]5351 <separator/>
[10706]5352 <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
[14646]5353 <link wiki="Tag:man_made=lighthouse" />
[7102]5354 <space />
5355 <key key="man_made" value="lighthouse" />
5356 <text key="name" text="Name" />
[7393]5357 </item> <!-- Lighthouse -->
[12417]5358 <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
[14646]5359 <link wiki="Tag:man_made=beacon" />
[7102]5360 <space />
5361 <key key="man_made" value="beacon" />
5362 <text key="name" text="Name" />
[7393]5363 </item> <!-- Beacon -->
[10808]5364 <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
[14646]5365 <link wiki="Tag:highway=street_lamp" />
[7102]5366 <space />
5367 <key key="highway" value="street_lamp" />
[15656]5368 <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
5369 <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
[8872]5370 <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
[7393]5371 </item> <!-- Street Lamp -->
[16475]5372 <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
[15175]5373 <link wiki="Tag:man_made=street_cabinet" />
5374 <key key="man_made" value="street_cabinet" />
5375 <optional>
5376 <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" />
5377 <reference ref="ref_operator" />
5378 <text key="manufacturer" text="Manufacturer" />
[15255]5379 <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" />
[15175]5380 </optional>
5381 </item> <!-- Street cabinet -->
[10808]5382 <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
[14646]5383 <link wiki="Tag:man_made=monitoring_station" />
[7102]5384 <space />
5385 <key key="man_made" value="monitoring_station" />
5386 <reference ref="name_operator" />
5387 <label text="Monitoring:" />
5388 <checkgroup columns="3">
5389 <check key="monitoring:water_level" text="Water level" />
5390 <check key="monitoring:tide_gauge" text="Tide Level" />
[7769]5391 <check key="monitoring:groundwater" text="Groundwater" />
[7102]5392 <check key="monitoring:traffic" text="Traffic" />
5393 <check key="monitoring:air_quality" text="Air Quality" />
5394 <check key="monitoring:noise" text="Noise" />
5395 <check key="monitoring:gps" text="GPS Signals" />
5396 <check key="monitoring:glonass" text="GLONASS Signals" />
5397 <check key="monitoring:galileo" text="Galileo Signals" />
[7769]5398 <check key="monitoring:weather" text="Weather" />
[7102]5399 <check key="monitoring:radiation" text="Radiation" />
5400 <check key="monitoring:seismic_activity" text="Seismic Activity" />
5401 </checkgroup>
5402 <label text="Recording:" />
5403 <checkgroup columns="3">
5404 <check key="recording:automated" text="Automated" />
5405 <check key="recording:manually" text="Manually" />
5406 <check key="recording:remote" text="Remote" />
5407 </checkgroup>
5408 <label text="Display:" />
5409 <checkgroup columns="2">
5410 <check key="display:analog" text="Analog" />
5411 <check key="display:digital" text="Digital" />
5412 </checkgroup>
[7393]5413 </item> <!-- Monitoring Station -->
[10706]5414 <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
[14646]5415 <link wiki="Tag:man_made=survey_point" />
[7102]5416 <space />
5417 <key key="man_made" value="survey_point" />
[16474]5418 <reference ref="name_ref" />
[16707]5419 <text key="ele" text="Elevation (meters)" length="10" />
[15647]5420 <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
[7393]5421 </item> <!-- Survey Point -->
[12440]5422 <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
[14646]5423 <link wiki="Tag:man_made=surveillance" />
[7102]5424 <space />
5425 <key key="man_made" value="surveillance" />
5426 <key key="surveillance:type" value="camera" />
5427 <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
5428 <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
5429 <text key="operator" text="Operator" />
5430 <optional>
5431 <text key="name" text="Name" />
5432 <text key="ref" text="Reference" />
5433 </optional>
5434 <space />
5435 <label text="Camera" />
5436 <space />
5437 <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
5438 <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
5439 <optional>
5440 <text key="camera:direction" text="Direction in degrees" match="key" />
5441 <text key="camera:angle" text="Inclination in degrees" match="key" />
[16474]5442 <text key="height" text="Height (meters)" length="7" />
[7102]5443 </optional>
[7393]5444 </item> <!-- Surveillance Camera -->
[7102]5445 </group> <!-- Man Made -->
[10565]5446 <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
[16245]5447 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
[14646]5448 <link wiki="Key:bridge" />
[7490]5449 <space />
[7613]5450 <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
[15170]5451 <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
[7490]5452 <reference ref="optional_bridge" />
5453 </item> <!-- Bridge -->
[16245]5454 <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
[14646]5455 <link wiki="Key:bridge:movable" />
[7490]5456 <space />
5457 <key key="bridge" value="movable" />
[15253]5458 <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
[7490]5459 <reference ref="optional_bridge" />
5460 </item> <!-- Movable Bridge -->
[10565]5461 <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
[14646]5462 <link wiki="Key:bridge:support" />
[7490]5463 <space />
[15170]5464 <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
[7490]5465 </item> <!-- Bridge Support -->
[10565]5466 <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]5467 <link wiki="Tag:man_made=bridge" />
[7648]5468 <space />
5469 <key key="man_made" value="bridge" />
5470 <optional>
5471 <reference ref="name_layer" />
5472 </optional>
5473 </item> <!-- Bridge outline -->
[7490]5474 </group> <!-- Bridges -->
[10706]5475 <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
5476 <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5477 <link wiki="Tag:military=airfield" />
[9039]5478 <space />
5479 <key key="military" value="airfield" match="keyvalue!" />
5480 <reference ref="aerodrome" />
[9638]5481 </item> <!-- Airfield -->
[9574]5482 <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5483 <link wiki="Tag:military=barracks" />
[9039]5484 <space />
5485 <key key="military" value="barracks" />
[9638]5486 </item> <!-- Barracks -->
[10706]5487 <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5488 <link wiki="Tag:military=bunker" />
[9039]5489 <space />
5490 <key key="military" value="bunker" />
[15170]5491 <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
5492 <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
[9039]5493 <text key="name" text="Name" />
5494 <check key="historic" text="Historic" />
[9165]5495 <check key="ruins" text="Ruins" />
[9638]5496 </item> <!-- Bunker -->
[10706]5497 <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5498 <link wiki="Tag:military=range" />
[9039]5499 <space />
5500 <key key="military" value="range" />
[9638]5501 </item> <!-- Range -->
[9039]5502 </group> <!-- Military -->
[10565]5503 <group name="Power" icon="presets/power/power.svg">
[16245]5504 <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
[14646]5505 <link wiki="Tag:power=plant" />
[7102]5506 <space />
5507 <key key="power" value="plant" />
[7361]5508 <reference ref="name_ref_operator" />
[7102]5509 <text key="start_date" text="Start date" />
5510 <optional text="Output forms of energy (optional):">
5511 <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
5512 <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
5513 <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
5514 <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
5515 <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
5516 <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
5517 <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
5518 <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
5519 <space />
[15170]5520 <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" />
[7102]5521 </optional>
[7393]5522 </item> <!-- Power Plant -->
[10565]5523 <group name="Power Generator" icon="presets/power/generator.svg">
[10706]5524 <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5525 <key key="generator:source" value="biofuel" />
5526 <reference ref="power_generator" />
5527 <key key="generator:method" value="combustion" />
5528 <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
5529 <reference ref="power_output" />
[7393]5530 </item> <!-- Power Generator -->
[10706]5531 <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5532 <key key="generator:source" value="biogas" />
5533 <reference ref="power_generator" />
5534 <key key="generator:method" value="combustion" />
5535 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5536 <reference ref="power_output" />
[7393]5537 </item> <!-- Biogas Power Generator -->
[10706]5538 <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5539 <key key="generator:source" value="biomass" />
5540 <reference ref="power_generator" />
5541 <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
5542 <combo key="generator:type" text="Generator Type" values_searchable="true">
5543 <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
5544 <list_entry value="pyrolysis" short_description="" />
5545 <list_entry value="steam_generator" short_description="combustion" />
5546 <list_entry value="steam_turbine" short_description="combustion" />
5547 </combo>
5548 <reference ref="power_output" />
[7393]5549 </item> <!-- Biomass Power Generator -->
[10706]5550 <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5551 <key key="generator:source" value="coal" />
5552 <reference ref="power_generator" />
5553 <key key="generator:method" value="combustion" />
5554 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5555 <reference ref="power_output" />
[7393]5556 </item> <!-- Coal Power Generator -->
[10706]5557 <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5558 <key key="generator:source" value="gas" />
5559 <reference ref="power_generator" />
5560 <key key="generator:method" value="combustion" />
5561 <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
5562 <reference ref="power_output" />
[7393]5563 </item> <!-- Gas Power Generator -->
[10706]5564 <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5565 <key key="generator:source" value="oil" />
5566 <reference ref="power_generator" />
5567 <key key="generator:method" value="combustion" />
5568 <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
5569 <reference ref="power_output" />
[7393]5570 </item> <!-- Oil Power Generator -->
[10706]5571 <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5572 <key key="generator:source" value="diesel" />
5573 <reference ref="power_generator" />
5574 <key key="generator:method" value="combustion" />
5575 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5576 <reference ref="power_output" />
[7393]5577 </item> <!-- Diesel Power Generator -->
[10706]5578 <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5579 <key key="generator:source" value="gasoline" />
5580 <reference ref="power_generator" />
5581 <key key="generator:method" value="combustion" />
5582 <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
5583 <reference ref="power_output" />
[7393]5584 </item> <!-- Gasoline Power Generator -->
[10706]5585 <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5586 <key key="generator:source" value="nuclear" />
5587 <reference ref="power_generator" />
5588 <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
5589 <combo key="generator:type" text="Generator Type" values_searchable="true">
5590 <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
5591 <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
5592 <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
5593 <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
5594 <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
5595 <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
5596 <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
5597 <list_entry value="cold-fusion" short_description="fusion" />
5598 <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
5599 <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
5600 <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
5601 <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
5602 <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
5603 <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
5604 <list_entry value="stellarator" short_description="fusion" />
5605 <list_entry value="tokamak" short_description="fusion" />
5606 <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
5607 </combo>
5608 <reference ref="power_output" />
[7393]5609 </item> <!-- Nuclear Reactor -->
[10706]5610 <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5611 <key key="generator:source" value="solar" />
5612 <reference ref="power_generator" />
5613 <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
5614 <combo key="generator:type" text="Generator Type" values_searchable="true">
5615 <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
5616 <list_entry value="solar_thermal_collector" short_description="thermal" />
5617 <list_entry value="steam_turbine" short_description="thermal" />
5618 </combo>
5619 <reference ref="power_output" />
[7393]5620 </item> <!-- Solar Power Generator -->
[10706]5621 <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5622 <key key="generator:source" value="waste" />
5623 <reference ref="power_generator" />
5624 <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
5625 <combo key="generator:type" text="Generator Type" values_searchable="true">
5626 <list_entry value="bioreactor" short_description="gasification" />
5627 <list_entry value="pyrolysis" short_description="" />
5628 <list_entry value="reciprocating_engine" short_description="combustion" />
5629 <list_entry value="steam_generator" short_description="combustion" />
5630 </combo>
5631 <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
5632 <reference ref="power_output" />
[7393]5633 </item> <!-- Waste Power Generator -->
[14299]5634 <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5635 <key key="generator:source" value="hydro" />
5636 <reference ref="power_generator" />
5637 <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
5638 <combo key="generator:type" text="Generator Type" values_searchable="true">
5639 <list_entry value="francis_turbine" short_description="all methods" />
5640 <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
5641 <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
5642 <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
5643 </combo>
5644 <reference ref="power_output" />
[7393]5645 </item> <!-- Water Turbine -->
[14299]5646 <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5647 <key key="generator:source" value="tidal" />
5648 <reference ref="power_generator" />
5649 <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
5650 <combo key="generator:type" text="Generator Type" values_searchable="true">
[14780]5651 <list_entry value="horizontal_axis" short_description="stream" />
[7361]5652 <list_entry value="kaplan_turbine" short_description="barrage" />
[14780]5653 <list_entry value="vertical_axis" short_description="stream" />
[7361]5654 </combo>
5655 <reference ref="power_output" />
[7393]5656 </item> <!-- Tidal Water Turbine -->
[10706]5657 <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5658 <key key="generator:source" value="wave" />
5659 <reference ref="power_generator" />
5660 <reference ref="power_output" />
[7393]5661 </item> <!-- Wave Energy Converter -->
[10706]5662 <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5663 <key key="generator:source" value="osmotic" />
5664 <reference ref="power_generator" />
5665 <reference ref="power_output" />
[7393]5666 </item> <!-- Osmotic Power Generator -->
[10706]5667 <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
[7361]5668 <key key="generator:source" value="geothermal" />
5669 <reference ref="power_generator" />
5670 <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
5671 <reference ref="power_output" />
[7393]5672 </item> <!-- Geothermal Power Generator -->
[10706]5673 <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
[7361]5674 <key key="generator:source" value="wind" />
5675 <reference ref="power_generator" />
5676 <key key="generator:method" value="wind_turbine" />
5677 <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
5678 <reference ref="power_output" />
[7393]5679 </item> <!-- Wind Turbine -->
5680 </group> <!-- Power Generator -->
[7102]5681 <separator/>
[10565]5682 <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5683 <link wiki="Tag:power=substation" />
[7102]5684 <space />
5685 <key key="power" value="substation" />
5686 <text key="name" text="Name" />
[15170]5687 <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
[7361]5688 <reference ref="power_extra" />
[7102]5689 <optional>
[7361]5690 <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
[7102]5691 <text key="start_date" text="Start date" />
5692 <check key="gas_insulated" text="Gas insulated" />
5693 </optional>
[7393]5694 </item> <!-- Power Substation -->
[10565]5695 <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
[14646]5696 <link wiki="Tag:power=transformer" />
[7102]5697 <space />
5698 <key key="power" value="transformer" />
[15170]5699 <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
[13814]5700 <reference ref="power_loc" />
5701 <reference ref="transformer_voltage_frequency" />
[15075]5702 <reference ref="ref_operator" />
[13814]5703 <reference ref="optional_transformer_rating_phases_devices_windings" />
[7393]5704 </item> <!-- Power Transformer -->
[14299]5705 <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]5706 <link wiki="Tag:power=switchgear" />
[7102]5707 <space />
5708 <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
5709 <space />
5710 <key key="power" value="switchgear" />
[7361]5711 <reference ref="power_loc" />
5712 <reference ref="voltage" />
[7102]5713 <optional>
5714 <check key="gas_insulated" text="Gas insulated" />
5715 </optional>
[7393]5716 </item> <!-- Power Switchgear -->
[10565]5717 <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
[14646]5718 <link wiki="Tag:line=busbar" />
[7102]5719 <space />
5720 <key key="power" value="line" />
5721 <key key="line" value="busbar" />
[7361]5722 <reference ref="power_line_extra" />
[7393]5723 </item> <!-- Power Busbar -->
[10565]5724 <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
[14646]5725 <link wiki="Tag:line=bay" />
[7102]5726 <space />
5727 <key key="power" value="line" />
5728 <key key="line" value="bay" />
[7361]5729 <reference ref="power_line_extra" />
[7393]5730 </item> <!-- Power Bay -->
[10565]5731 <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
[14646]5732 <link wiki="Tag:power=switch" />
[7102]5733 <space />
5734 <key key="power" value="switch" />
[15170]5735 <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
[12934]5736 <reference ref="power_loc" />
5737 <optional>
5738 <reference ref="voltage" />
5739 <reference ref="cables" />
[15075]5740 <reference ref="ref_operator" />
[12934]5741 </optional>
[7393]5742 </item> <!-- Power Switch -->
[7102]5743 <separator/>
[10565]5744 <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5745 <link wiki="Tag:power=converter" />
[7102]5746 <space />
5747 <key key="power" value="converter" />
5748 <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
[7361]5749 <reference ref="voltage_frequency" />
[15075]5750 <reference ref="ref_operator" />
[7102]5751 <optional>
5752 <combo key="poles" text="Amount of poles" values="monopole,bipole" />
5753 <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
5754 </optional>
[7393]5755 </item> <!-- Power Converter -->
[10565]5756 <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
[14646]5757 <link wiki="Tag:power=compensator" />
[7102]5758 <space />
5759 <key key="power" value="compensator" />
[15170]5760 <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" />
[7361]5761 <reference ref="voltage_frequency" />
[15075]5762 <reference ref="ref_operator" />
[7102]5763 <optional>
5764 <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
5765 </optional>
[7393]5766 </item> <!-- Power Compensator -->
[7102]5767 <separator/>
[16475]5768 <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
[14646]5769 <link wiki="Tag:man_made=street_cabinet" />
[9434]5770 <key key="man_made" value="street_cabinet" />
5771 <key key="street_cabinet" value="power" />
[15175]5772 <optional>
5773 <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
5774 <reference ref="ref_operator" />
5775 <text key="manufacturer" text="Manufacturer" />
[15255]5776 <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" />
[15175]5777 </optional>
[9434]5778 </item> <!-- Power Street Cabinet -->
[7102]5779 <separator/>
[10565]5780 <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
[14646]5781 <link wiki="Tag:building=transformer_tower" />
[9433]5782 <space />
5783 <key key="building" value="transformer_tower" />
[16474]5784 <text key="height" text="Height (meters)" length="7" />
[15075]5785 <reference ref="ref_operator" />
[9433]5786 <preset_link preset_name="Power Substation" />
5787 </item> <!-- Transformer Tower -->
[14123]5788 <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
[14646]5789 <link wiki="Tag:power=terminal" />
[14123]5790 <space />
5791 <key key="power" value="terminal" />
5792 <optional>
[15454]5793 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[14123]5794 <text key="ref" text="Reference" />
5795 <text key="operator" text="Operator" />
5796 </optional>
5797 </item> <!-- Terminal -->
[10565]5798 <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
[14646]5799 <link wiki="Tag:power=portal" />
[9433]5800 <space />
5801 <key key="power" value="portal" />
[16474]5802 <text key="height" text="Height (meters)" length="7" />
[9433]5803 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
[15170]5804 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[9433]5805 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
[15075]5806 <reference ref="ref_operator" />
[9433]5807 <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
[15454]5808 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[9433]5809 </item> <!-- Power Portal -->
[10565]5810 <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
[14646]5811 <link wiki="Tag:power=tower" />
[7102]5812 <space />
5813 <key key="power" value="tower" />
[16474]5814 <text key="height" text="Height (meters)" length="7" />
[8105]5815 <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
[15170]5816 <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
[7102]5817 <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
[15075]5818 <reference ref="ref_operator" />
[7102]5819 <optional>
[15454]5820 <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
[7102]5821 <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
5822 <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" />
[15454]5823 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[7102]5824 <check key="triple_tower" text="Triple tower" />
5825 <check key="design:incomplete" text="Incomplete tower" />
[10511]5826 <check key="location:transition" text="Location transition" disable_off="true" />
[7102]5827 </optional>
[7393]5828 </item> <!-- Power Tower -->
[10565]5829 <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
[14646]5830 <link wiki="Tag:power=pole" />
[7102]5831 <space />
5832 <key key="power" value="pole" />
[12997]5833 <reference ref="power_pole" />
[7393]5834 </item> <!-- Pole -->
[12997]5835 <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
[14646]5836 <link wiki="Tag:power=pole" />
[12997]5837 <space />
5838 <key key="power" value="pole" />
5839 <label text="Pole Attributes:" />
5840 <reference ref="power_pole" />
5841 <space />
5842 <label text="Switch Attributes:" />
[15170]5843 <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
[12997]5844 <optional>
5845 <reference ref="voltage" />
5846 <reference ref="cables" />
5847 </optional>
5848 </item> <!-- Pole with Switch -->
[10565]5849 <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
[14646]5850 <link wiki="Tag:power=pole" />
[7649]5851 <space />
5852 <key key="power" value="pole" />
5853 <label text="Pole Attributes:" />
[12997]5854 <reference ref="power_pole" />
[7649]5855 <space />
5856 <label text="Transformer Attributes:" />
[7653]5857 <key key="transformer" value="distribution" match="key!" />
[13814]5858 <reference ref="transformer_voltage_frequency" />
5859 <reference ref="optional_transformer_rating_phases_devices_windings" />
[12997]5860 </item> <!-- Pole with Transformer -->
[14123]5861 <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
[14646]5862 <link wiki="Tag:power=catenary_mast" />
[14123]5863 <space />
5864 <key key="power" value="catenary_mast" />
5865 <optional>
5866 <text key="ref" text="Reference" />
5867 <text key="operator" text="Operator" />
5868 </optional>
5869 </item> <!-- Catenary mast -->
[10565]5870 <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
[14646]5871 <link wiki="Tag:power=insulator" />
[9433]5872 <space />
5873 <key key="power" value="insulator" />
[15454]5874 <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
[15075]5875 <reference ref="ref_operator" />
[9433]5876 </item> <!-- Insulator -->
[10565]5877 <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
[14646]5878 <link wiki="Tag:power=line" />
[7102]5879 <space />
[7613]5880 <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
[7361]5881 <reference ref="voltage_frequency" />
[15075]5882 <reference ref="ref_operator" />
[7102]5883 <optional>
[12934]5884 <reference ref="cables_circuits" />
[15170]5885 <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
[7102]5886 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[7316]5887 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
[7102]5888 </optional>
[7393]5889 </item> <!-- Power Line -->
[10565]5890 <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
[14646]5891 <link wiki="Tag:power=cable" />
[7102]5892 <space />
5893 <key key="power" value="cable" />
[7361]5894 <reference ref="voltage_frequency" />
[15075]5895 <reference ref="ref_operator" />
[7102]5896 <optional>
[12934]5897 <reference ref="cables_circuits" />
[7734]5898 <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
[7102]5899 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
[7316]5900 <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
[7102]5901 </optional>
[7393]5902 </item> <!-- Power Cable -->
[7102]5903 </group> <!-- Power -->
[15112]5904 <group name="Telecom" icon="presets/telecom/telecom.svg">
[16475]5905 <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
[15112]5906 <link wiki="Tag:man_made=street_cabinet" />
5907 <key key="man_made" value="street_cabinet" />
5908 <key key="street_cabinet" value="telecom" />
[15175]5909 <optional>
5910 <reference ref="ref_operator" />
5911 <text key="manufacturer" text="Manufacturer" />
[15255]5912 <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" />
[15175]5913 </optional>
[15112]5914 </item> <!-- Telecom Street Cabinet -->
5915 <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
5916 <link wiki="Tag:telecom=exchange" />
5917 <space />
5918 <key key="telecom" value="exchange" />
5919 <reference ref="telecom_medium" />
5920 <reference ref="ref_operator" />
5921 </item> <!-- Telephone Exchange -->
5922 <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
5923 <link wiki="Tag:telecom=connection_point" />
5924 <space />
5925 <key key="telecom" value="connection_point" />
5926 <reference ref="telecom_medium" />
5927 <reference ref="ref_operator" />
5928 </item> <!-- Connection Point -->
5929 <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
5930 <link wiki="Tag:telecom=service_device" />
5931 <space />
5932 <key key="telecom" value="service_device" />
5933 <reference ref="telecom_medium" />
5934 <reference ref="ref_operator" />
5935 </item> <!-- Service Device -->
5936 </group> <!-- Telecom -->
[10565]5937 <group name="Historic Places" icon="presets/sightseeing/castle.svg">
5938 <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5939 <link wiki="Tag:historic=castle" />
[7102]5940 <space />
5941 <key key="historic" value="castle" />
[11550]5942 <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
[7102]5943 <reference ref="name_wikipedia" />
[9165]5944 <check key="ruins" text="Ruins" />
[8060]5945 <reference ref="link_contact_address_payment" />
[7393]5946 </item> <!-- Castle -->
[15931]5947 <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
5948 <link wiki="Tag:historic=fort" />
5949 <space />
5950 <key key="historic" value="fort" />
5951 <reference ref="name_wikipedia" />
5952 <check key="ruins" text="Ruins" />
5953 <reference ref="link_contact_address_payment" />
5954 </item> <!-- Fort -->
[10706]5955 <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5956 <link wiki="Tag:historic=ruins" />
[7102]5957 <space />
5958 <key key="historic" value="ruins" />
[8013]5959 <reference ref="name_oh_wheelchair" />
[7393]5960 </item> <!-- Ruins -->
[10706]5961 <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5962 <link wiki="Tag:historic=archaeological_site" />
[7102]5963 <space />
5964 <key key="historic" value="archaeological_site" />
[11787]5965 <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
[8013]5966 <reference ref="name_oh_wheelchair" />
[7393]5967 </item> <!-- Archaeological Site -->
[10706]5968 <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5969 <link wiki="Tag:historic=battlefield" />
[7102]5970 <space />
5971 <key key="historic" value="battlefield" />
5972 <text key="name" text="Name" />
[7393]5973 </item> <!-- Battlefield -->
[10814]5974 <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5975 <link wiki="Tag:geological=palaeontological_site" />
[7102]5976 <space />
5977 <key key="geological" value="palaeontological_site" />
5978 <text key="name" text="Name" />
[7393]5979 </item> <!-- Palaeontological Site -->
[7102]5980 <separator/>
[12993]5981 <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
[14646]5982 <link wiki="Tag:cemetery=grave" />
[12993]5983 <space />
5984 <key key="cemetery" value="grave" />
5985 <text key="name" text="Name" />
5986 </item> <!-- Grave -->
5987 <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
[14646]5988 <link wiki="Tag:historic=tomb" />
[12993]5989 <space />
5990 <key key="historic" value="tomb" />
[15170]5991 <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
[12993]5992 <text key="name" text="Name" />
5993 </item> <!-- Tomb -->
5994 <separator/>
[10706]5995 <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]5996 <link wiki="Tag:historic=monument" />
[7102]5997 <space />
5998 <key key="historic" value="monument" />
5999 <text key="name" text="Name" />
[7393]6000 </item> <!-- Monument -->
[10706]6001 <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6002 <link wiki="Tag:historic=memorial" />
[7102]6003 <space />
6004 <key key="historic" value="memorial" />
6005 <text key="name" text="Name" />
[15170]6006 <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
[7701]6007 <optional>
6008 <text key="inscription" text="Inscription" />
6009 <text key="artist_name" text="Artist Name" />
[15647]6010 <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
[7701]6011 <text key="start_date" text="Start date" />
6012 <text key="wikipedia" text="Wikipedia" />
6013 </optional>
[7393]6014 </item> <!-- Memorial -->
[10706]6015 <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
[14646]6016 <link wiki="Tag:historic=wayside_cross" />
[7102]6017 <space />
6018 <key key="historic" value="wayside_cross" />
6019 <text key="name" text="Name" />
[14867]6020 <reference ref="religious_catholic_christian" />
[8016]6021 <text key="start_date" text="Start date" />
6022 <text key="inscription" text="Inscription" />
[7393]6023 </item> <!-- Wayside Cross -->
[10706]6024 <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
[14646]6025 <link wiki="Tag:historic=wayside_shrine" />
[7102]6026 <space />
6027 <key key="historic" value="wayside_shrine" />
6028 <text key="name" text="Name" />
[14867]6029 <reference ref="religious_catholic_christian" />
[8016]6030 <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
6031 <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
6032 <text key="start_date" text="Start date" />
6033 <text key="inscription" text="Inscription" />
[7393]6034 </item> <!-- Wayside Shrine -->
[10808]6035 <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
[14646]6036 <link wiki="Tag:historic=boundary_stone" />
[7102]6037 <space />
6038 <key key="historic" value="boundary_stone" />
6039 <text key="name" text="Name" />
[7393]6040 </item> <!-- Boundary Stone -->
[7102]6041 </group> <!-- Historic Places -->
[7393]6042 </group> <!-- Man Made -->
[10706]6043 <group name="Shops" icon="presets/shop/mall.svg">
[10565]6044 <group name="Food" icon="presets/shop/supermarket.svg">
6045 <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6046 <link wiki="Tag:shop=supermarket" />
[7102]6047 <space />
6048 <key key="shop" value="supermarket" />
[8013]6049 <reference ref="name_oh_wheelchair" />
[8060]6050 <reference ref="link_contact_address_payment" />
[7393]6051 </item> <!-- Supermarket -->
[10808]6052 <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6053 <link wiki="Tag:shop=convenience" />
[7102]6054 <space />
6055 <key key="shop" value="convenience" />
[8013]6056 <reference ref="name_oh_wheelchair" />
[8060]6057 <reference ref="link_contact_address_payment" />
[7393]6058 </item> <!-- Convenience Store -->
[10706]6059 <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6060 <link wiki="Tag:shop=kiosk" />
[7102]6061 <space />
6062 <key key="shop" value="kiosk" />
[8013]6063 <reference ref="name_oh_wheelchair" />
[8060]6064 <reference ref="link_contact_address_payment" />
[7393]6065 </item> <!-- Kiosk -->
[7102]6066 <separator/>
[10808]6067 <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6068 <link wiki="Tag:shop=bakery" />
[7102]6069 <space />
6070 <key key="shop" value="bakery" />
[8013]6071 <reference ref="name_oh_wheelchair" />
[8060]6072 <reference ref="link_contact_address_payment" />
[7393]6073 </item> <!-- Bakery -->
[10808]6074 <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6075 <link wiki="Tag:shop=butcher" />
[7102]6076 <space />
6077 <key key="shop" value="butcher" />
[8013]6078 <reference ref="name_oh_wheelchair" />
[8060]6079 <reference ref="link_contact_address_payment" />
[7393]6080 </item> <!-- Butcher -->
[10808]6081 <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6082 <link wiki="Tag:shop=seafood" />
[7102]6083 <space />
6084 <key key="shop" value="seafood" />
[8013]6085 <reference ref="name_operator_oh_wheelchair" />
[8060]6086 <reference ref="link_contact_address_payment" />
[7393]6087 </item> <!-- Seafood -->
[11346]6088 <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6089 <link wiki="Tag:shop=dairy" />
[11346]6090 <space />
6091 <key key="shop" value="dairy" />
6092 <reference ref="name_operator_oh_wheelchair" />
6093 <reference ref="link_contact_address_payment" />
6094 </item> <!-- Dairy -->
[12083]6095 <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6096 <link wiki="Tag:shop=cheese" />
[12083]6097 <space />
6098 <key key="shop" value="cheese" />
6099 <reference ref="name_operator_oh_wheelchair" />
6100 <reference ref="link_contact_address_payment" />
6101 </item> <!-- Cheese -->
[10808]6102 <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6103 <link wiki="Tag:shop=deli" />
[7102]6104 <space />
6105 <key key="shop" value="deli" />
[8013]6106 <reference ref="name_operator_oh_wheelchair" />
[8060]6107 <reference ref="link_contact_address_payment" />
[7393]6108 </item> <!-- Deli (Fine Food) -->
[10897]6109 <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6110 <link wiki="Tag:shop=pastry" />
[10897]6111 <space />
6112 <key key="shop" value="pastry" />
6113 <reference ref="name_oh_wheelchair" />
6114 <reference ref="link_contact_address_payment" />
6115 </item> <!-- Pastry -->
6116 <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6117 <link wiki="Tag:shop=confectionery" />
[7102]6118 <space />
6119 <key key="shop" value="confectionery" />
[8013]6120 <reference ref="name_oh_wheelchair" />
[8060]6121 <reference ref="link_contact_address_payment" />
[10897]6122 </item> <!-- Confectionery -->
[10565]6123 <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6124 <link wiki="Tag:shop=tea" />
[7296]6125 <space />
6126 <key key="shop" value="tea" />
[8013]6127 <reference ref="name_oh_wheelchair" />
[8060]6128 <reference ref="link_contact_address_payment" />
[7393]6129 </item> <!-- Tea -->
[10565]6130 <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6131 <link wiki="Tag:shop=coffee" />
[7296]6132 <space />
6133 <key key="shop" value="coffee" />
[8013]6134 <reference ref="name_oh_wheelchair" />
[8060]6135 <reference ref="link_contact_address_payment" />
[7393]6136 </item> <!-- Coffee -->
[7102]6137 <separator/>
[10808]6138 <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]6139 <link wiki="Tag:amenity=marketplace" />
[7102]6140 <space />
6141 <key key="amenity" value="marketplace" />
[8013]6142 <reference ref="name_operator_oh_wheelchair" />
[7102]6143 <text key="website" text="Website" />
[15166]6144 <combo key="organic" text="Organic" values="yes,no,only" />
[7393]6145 </item> <!-- Public Market -->
[10808]6146 <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6147 <link wiki="Tag:shop=greengrocer" />
[7102]6148 <space />
6149 <key key="shop" value="greengrocer" />
[8013]6150 <reference ref="name_oh_wheelchair" />
[15166]6151 <combo key="organic" text="Organic" values="yes,no,only" />
[8060]6152 <reference ref="link_contact_address_payment" />
[7393]6153 </item> <!-- Greengrocer -->
[10808]6154 <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6155 <link wiki="Tag:shop=farm" />
[7102]6156 <space />
6157 <key key="shop" value="farm" />
[8013]6158 <reference ref="name_oh_wheelchair" />
[7102]6159 <text key="description" text="Description" />
[15166]6160 <combo key="organic" text="Organic" values="yes,no,only" />
[8060]6161 <reference ref="link_contact_address_payment" />
[7393]6162 </item> <!-- Farm Stand -->
[7102]6163 <separator/>
[9574]6164 <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6165 <link wiki="Key:organic" />
[7102]6166 <space />
[15166]6167 <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
[7393]6168 </item> <!-- Organic -->
[9574]6169 <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6170 <link wiki="Key:fair_trade" />
[7102]6171 <space />
6172 <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
[7393]6173 </item> <!-- Fair Trade -->
[7102]6174 <separator/>
[10706]6175 <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6176 <link wiki="Tag:shop=alcohol" />
[7102]6177 <space />
6178 <key key="shop" value="alcohol" />
[8013]6179 <reference ref="name_oh_wheelchair" />
[8060]6180 <reference ref="link_contact_address_payment" />
[7393]6181 </item> <!-- Alcohol -->
[10706]6182 <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6183 <link wiki="Tag:shop=beverages" />
[7102]6184 <space />
6185 <key key="shop" value="beverages" />
[8013]6186 <reference ref="name_oh_wheelchair" />
[8060]6187 <reference ref="link_contact_address_payment" />
[7393]6188 </item> <!-- Beverages -->
[10565]6189 <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6190 <link wiki="Tag:shop=wine" />
[7686]6191 <space />
6192 <key key="shop" value="wine" />
[8013]6193 <reference ref="name_oh_wheelchair" />
[8060]6194 <reference ref="link_contact_address_payment" />
[7686]6195 </item> <!-- Wine -->
[7102]6196 </group> <!-- Food -->
[10706]6197 <group name="Clothes" icon="presets/shop/clothes.svg">
6198 <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6199 <link wiki="Tag:shop=clothes" />
[7102]6200 <space />
6201 <key key="shop" value="clothes" />
[8013]6202 <reference ref="name_oh_wheelchair" />
[15166]6203 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6204 <combo key="organic" text="Organic" values="yes,no,only" />
[8060]6205 <reference ref="link_contact_address_payment" />
[7393]6206 </item> <!-- Clothes -->
[10808]6207 <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6208 <link wiki="Tag:shop=boutique" />
[7102]6209 <space />
6210 <key key="shop" value="boutique" />
[8013]6211 <reference ref="name_operator_oh_wheelchair" />
[8060]6212 <reference ref="link_contact_address_payment" />
[7393]6213 </item> <!-- Boutique -->
[16492]6214 <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
[14646]6215 <link wiki="Tag:shop=shoes" />
[7102]6216 <space />
6217 <key key="shop" value="shoes" />
[8013]6218 <reference ref="name_oh_wheelchair" />
[15166]6219 <combo key="second_hand" text="Second hand" values="yes,no,only" />
6220 <combo key="organic" text="Organic" values="yes,no,only" />
[14228]6221 <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
[8060]6222 <reference ref="link_contact_address_payment" />
[7393]6223 </item> <!-- Shoes -->
[10706]6224 <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6225 <link wiki="Tag:shop=outdoor" />
[7102]6226 <space />
6227 <key key="shop" value="outdoor" />
[8013]6228 <reference ref="name_oh_wheelchair" />
[8060]6229 <reference ref="link_contact_address_payment" />
[7393]6230 </item> <!-- Outdoor -->
[10706]6231 <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6232 <link wiki="Tag:shop=sports" />
[7102]6233 <space />
6234 <key key="shop" value="sports" />
[8013]6235 <reference ref="name_oh_wheelchair" />
[8060]6236 <reference ref="link_contact_address_payment" />
[7393]6237 </item> <!-- Sports -->
[7102]6238 <separator/>
[10706]6239 <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6240 <link wiki="Tag:shop=dry_cleaning" />
[7102]6241 <space />
6242 <key key="shop" value="dry_cleaning" />
[8013]6243 <reference ref="name_oh_wheelchair" />
[8060]6244 <reference ref="link_contact_address_payment" />
[7393]6245 </item> <!-- Dry Cleaning -->
[10706]6246 <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6247 <link wiki="Tag:shop=laundry" />
[7102]6248 <space />
6249 <key key="shop" value="laundry" />
[8013]6250 <reference ref="name_oh_wheelchair" />
[14228]6251 <check key="self_service" text="Self Service" />
6252 <check key="laundry_service" text="Laundry Service" />
[8060]6253 <reference ref="link_contact_address_payment" />
[7393]6254 </item> <!-- Laundry -->
[10706]6255 <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6256 <link wiki="Tag:shop=tailor" />
[7102]6257 <space />
6258 <key key="shop" value="tailor" />
[8013]6259 <reference ref="name_oh_wheelchair" />
[8060]6260 <reference ref="link_contact_address_payment" />
[7393]6261 </item> <!-- Tailor -->
[10808]6262 <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6263 <link wiki="Tag:shop=fabric" />
[7102]6264 <space />
6265 <key key="shop" value="fabric" />
[8013]6266 <reference ref="name_operator_oh_wheelchair" />
[8060]6267 <reference ref="link_contact_address_payment" />
[7393]6268 </item> <!-- Fabric -->
[7102]6269 </group> <!-- Clothes -->
[10706]6270 <group name="Electronic" icon="presets/shop/electronics.svg">
6271 <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6272 <link wiki="Tag:shop=computer" />
[7102]6273 <space />
6274 <key key="shop" value="computer" />
[8013]6275 <reference ref="name_oh_wheelchair" />
[8060]6276 <reference ref="link_contact_address_payment" />
[7393]6277 </item> <!-- Computer -->
[10706]6278 <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6279 <link wiki="Tag:shop=electronics" />
[7102]6280 <space />
6281 <key key="shop" value="electronics" />
[8013]6282 <reference ref="name_oh_wheelchair" />
[8060]6283 <reference ref="link_contact_address_payment" />
[16714]6284 </item> <!-- Electronics -->
[10808]6285 <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6286 <link wiki="Tag:shop=mobile_phone" />
[7102]6287 <space />
6288 <key key="shop" value="mobile_phone" />
[8013]6289 <reference ref="name_operator_oh_wheelchair" />
[8060]6290 <reference ref="link_contact_address_payment" />
[7393]6291 </item> <!-- Mobile Phone -->
[15092]6292 <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
6293 <link wiki="Tag:shop=watches" />
6294 <space />
6295 <key key="shop" value="watches" />
6296 <reference ref="name_operator_oh_wheelchair" />
6297 <reference ref="link_contact_address_payment" />
6298 </item> <!-- Watches -->
[10808]6299 <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6300 <link wiki="Tag:shop=vacuum_cleaner" />
[7102]6301 <space />
6302 <key key="shop" value="vacuum_cleaner" />
[8013]6303 <reference ref="name_operator_oh_wheelchair" />
[8060]6304 <reference ref="link_contact_address_payment" />
[7393]6305 </item> <!-- Vacuum Cleaner -->
[10565]6306 <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6307 <link wiki="Tag:shop=hifi" />
[7102]6308 <space />
6309 <key key="shop" value="hifi" />
[8013]6310 <reference ref="name_oh_wheelchair" />
[8060]6311 <reference ref="link_contact_address_payment" />
[7393]6312 </item> <!-- Hifi -->
[10808]6313 <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6314 <link wiki="Tag:shop=video" />
[7102]6315 <space />
6316 <key key="shop" value="video" />
[8013]6317 <reference ref="name_oh_wheelchair" />
[8060]6318 <reference ref="link_contact_address_payment" />
[7393]6319 </item> <!-- Video -->
[10808]6320 <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6321 <link wiki="Tag:shop=video_games" />
[7296]6322 <space />
6323 <key key="shop" value="video_games" />
[8013]6324 <reference ref="name_oh_wheelchair" />
[8060]6325 <reference ref="link_contact_address_payment" />
[7393]6326 </item> <!-- Video Games -->
[10565]6327 <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6328 <link wiki="Tag:shop=music" />
[7685]6329 <space />
6330 <key key="shop" value="music" />
[8013]6331 <reference ref="name_oh_wheelchair" />
[8060]6332 <reference ref="link_contact_address_payment" />
[7685]6333 </item> <!-- Music -->
[7102]6334 </group> <!-- Electronic -->
[10565]6335 <group name="Cash" icon="presets/money/dollar.svg">
[10706]6336 <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6337 <link wiki="Tag:amenity=bank" />
[7102]6338 <space />
6339 <key key="amenity" value="bank" />
[8013]6340 <reference ref="name_brand_operator_oh_wheelchair" />
[7102]6341 <check key="atm" text="Automated Teller Machine" default="on" />
[7745]6342 <text key="ref" text="Reference" />
[8026]6343 <reference ref="link_contact_address" />
[10111]6344 <preset_link preset_name="Building" />
[7393]6345 </item> <!-- Bank -->
[10706]6346 <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6347 <link wiki="Tag:amenity=bureau_de_change" />
[7102]6348 <space />
6349 <key key="amenity" value="bureau_de_change" />
[8013]6350 <reference ref="name_oh_wheelchair" />
[8026]6351 <reference ref="link_contact_address" />
[7393]6352 </item> <!-- Money Exchange -->
[15199]6353 <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
6354 <link wiki="Tag:amenity=money_transfer" />
6355 <space />
6356 <key key="amenity" value="money_transfer" />
6357 <reference ref="name_oh_wheelchair" />
6358 <reference ref="link_contact_address" />
6359 </item> <!-- Money transfer -->
[10706]6360 <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
[14646]6361 <link wiki="Tag:amenity=atm" />
[7102]6362 <space />
6363 <key key="amenity" value="atm" />
6364 <text key="brand" text="Brand" />
6365 <text key="operator" text="Operator" />
[8013]6366 <reference ref="oh_wheelchair" />
[7393]6367 </item> <!-- Automated Teller Machine -->
[10706]6368 <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6369 <link wiki="Tag:shop=pawnbroker" />
[7102]6370 <space />
6371 <key key="shop" value="pawnbroker" />
[8013]6372 <reference ref="name_oh_wheelchair" />
[8060]6373 <reference ref="link_contact_address_payment" />
[7393]6374 </item> <!-- Pawnbroker -->
[7102]6375 </group> <!-- Cash -->
[10565]6376 <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
[15188]6377 <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
6378 <link wiki="Tag:shop=doors" />
6379 <space />
6380 <key key="shop" value="doors" />
6381 <reference ref="name_brand_operator_oh_wheelchair" />
6382 <reference ref="link_contact_address_payment" />
6383 </item> <!-- Doors -->
[10706]6384 <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6385 <link wiki="Tag:shop=furniture" />
[7317]6386 <space />
6387 <key key="shop" value="furniture" />
[8013]6388 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]6389 <reference ref="link_contact_address_payment" />
[7393]6390 </item> <!-- Furniture -->
[10808]6391 <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6392 <link wiki="Tag:shop=kitchen" />
[7317]6393 <space />
6394 <key key="shop" value="kitchen" />
[8013]6395 <reference ref="name_brand_operator_oh_wheelchair" />
[8060]6396 <reference ref="link_contact_address_payment" />
[7393]6397 </item> <!-- Kitchen -->
[10565]6398 <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6399 <link wiki="Tag:shop=houseware" />
[9718]6400 <space />
6401 <key key="shop" value="houseware" />
6402 <reference ref="name_brand_operator_oh_wheelchair" />
6403 <reference ref="link_contact_address_payment" />
6404 </item> <!-- Houseware -->
[16715]6405 <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
6406 <link wiki="Tag:shop=pottery" />
6407 <space />
6408 <key key="shop" value="pottery" />
6409 <reference ref="name_brand_operator_oh_wheelchair" />
6410 <reference ref="link_contact_address_payment" />
6411 </item> <!-- Pottery -->
[10808]6412 <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6413 <link wiki="Tag:shop=curtain" />
[7317]6414 <space />
6415 <key key="shop" value="curtain" />
[8013]6416 <reference ref="name_operator_oh_wheelchair" />
[8060]6417 <reference ref="link_contact_address_payment" />
[7393]6418 </item> <!-- Curtain -->
[10565]6419 <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6420 <link wiki="Tag:shop=art" />
[7705]6421 <space />
6422 <key key="shop" value="art" />
[8013]6423 <reference ref="name_operator_oh_wheelchair" />
[8060]6424 <reference ref="link_contact_address_payment" />
[7705]6425 </item> <!-- Art -->
[10808]6426 <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6427 <link wiki="Tag:shop=frame" />
[7317]6428 <space />
6429 <key key="shop" value="frame" />
[8013]6430 <reference ref="name_operator_oh_wheelchair" />
[8060]6431 <reference ref="link_contact_address_payment" />
[7393]6432 </item> <!-- Frame -->
[10565]6433 <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6434 <link wiki="Tag:shop=bed" />
[7317]6435 <space />
6436 <key key="shop" value="bed" />
[8013]6437 <reference ref="name_oh_wheelchair" />
[8060]6438 <reference ref="link_contact_address_payment" />
[7393]6439 </item> <!-- Bed -->
[14959]6440 <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
6441 <link wiki="Tag:shop=carpet" />
6442 <space />
6443 <key key="shop" value="carpet" />
6444 <reference ref="name_oh_wheelchair" />
6445 <reference ref="link_contact_address_payment" />
6446 </item> <!-- Carpet -->
[10565]6447 <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6448 <link wiki="Tag:shop=interior_decoration" />
[7317]6449 <space />
6450 <key key="shop" value="interior_decoration" />
[8013]6451 <reference ref="name_oh_wheelchair" />
[8060]6452 <reference ref="link_contact_address_payment" />
[7393]6453 </item> <!-- Interior Decoration -->
[16714]6454 <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
6455 <link wiki="Tag:shop=lighting" />
6456 <space />
6457 <key key="shop" value="lighting" />
6458 <reference ref="name_oh_wheelchair" />
6459 <reference ref="link_contact_address_payment" />
6460 </item> <!-- Lighting -->
[10565]6461 <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6462 <link wiki="Tag:shop=antiques" />
[7600]6463 <space />
6464 <key key="shop" value="antiques" />
[8013]6465 <reference ref="name_oh_wheelchair" />
[8060]6466 <reference ref="link_contact_address_payment" />
[7600]6467 </item> <!-- Antiques -->
[16265]6468 <separator/>
6469 <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
6470 <link wiki="Tag:shop=storage_rental" />
6471 <space />
6472 <key key="shop" value="storage_rental" />
6473 <reference ref="name_oh_wheelchair" />
6474 <reference ref="link_contact_address_payment" />
6475 </item> <!-- Storage Rental -->
[7317]6476 </group> <!-- Home decoration -->
[10808]6477 <group name="Printed Material" icon="presets/shop/stationery.svg">
6478 <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6479 <link wiki="Tag:shop=stationery" />
[7317]6480 <space />
6481 <key key="shop" value="stationery" />
[8013]6482 <reference ref="name_oh_wheelchair" />
[8060]6483 <reference ref="link_contact_address_payment" />
[7393]6484 </item> <!-- Stationery -->
[10808]6485 <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6486 <link wiki="Tag:shop=copyshop" />
[7317]6487 <space />
6488 <key key="shop" value="copyshop" />
[8013]6489 <reference ref="name_operator_oh_wheelchair" />
[8060]6490 <reference ref="link_contact_address_payment" />
[7393]6491 </item> <!-- Copy Shop -->
[10565]6492 <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6493 <link wiki="Tag:shop=books" />
[7317]6494 <space />
6495 <key key="shop" value="books" />
[8013]6496 <reference ref="name_brand_oh_wheelchair" />
[15166]6497 <combo key="second_hand" text="Second hand" values="yes,no,only" />
[8060]6498 <reference ref="link_contact_address_payment" />
[7393]6499 </item> <!-- Book Store -->
[10565]6500 <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6501 <link wiki="Tag:shop=newsagent" />
[7317]6502 <space />
6503 <key key="shop" value="newsagent" />
[8013]6504 <reference ref="name_oh_wheelchair" />
[8060]6505 <reference ref="link_contact_address_payment" />
[7393]6506 </item> <!-- Newspaper Stand -->
[10565]6507 <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6508 <link wiki="Tag:shop=ticket" />
[7317]6509 <space />
6510 <key key="shop" value="ticket" />
[8013]6511 <reference ref="name_oh_wheelchair" />
[8060]6512 <reference ref="link_contact_address_payment" />
[7393]6513 </item> <!-- Ticket -->
6514 </group> <!-- Printed Material -->
[10565]6515 <group name="For the body" icon="presets/shop/body.svg">
[10706]6516 <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6517 <link wiki="Tag:shop=chemist" />
[7102]6518 <space />
6519 <key key="shop" value="chemist" />
[8013]6520 <reference ref="name_oh_wheelchair" />
[8060]6521 <reference ref="link_contact_address_payment" />
[7393]6522 </item> <!-- Chemist -->
[10565]6523 <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6524 <link wiki="Tag:shop=cosmetics" />
[9550]6525 <space />
6526 <key key="shop" value="cosmetics" />
6527 <reference ref="name_oh_wheelchair" />
6528 <reference ref="link_contact_address_payment" />
6529 </item> <!-- Cosmetics -->
[10565]6530 <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6531 <link wiki="Tag:shop=perfumery" />
[9550]6532 <space />
6533 <key key="shop" value="perfumery" />
6534 <reference ref="name_oh_wheelchair" />
6535 <reference ref="link_contact_address_payment" />
6536 </item> <!-- Perfumery -->
[10565]6537 <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6538 <link wiki="Tag:shop=beauty" />
[9550]6539 <space />
6540 <key key="shop" value="beauty" />
6541 <reference ref="name_oh_wheelchair" />
6542 <reference ref="link_contact_address_payment" />
6543 </item> <!-- Beauty -->
[10565]6544 <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6545 <link wiki="Tag:shop=tobacco" />
[9420]6546 <space />
6547 <key key="shop" value="tobacco" />
6548 <reference ref="name_operator_oh_wheelchair" />
6549 <reference ref="link_contact_address_payment" />
6550 </item> <!-- Tobacco -->
[15466]6551 <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
6552 <link wiki="Tag:shop=e-cigarette" />
6553 <space />
6554 <key key="shop" value="e-cigarette" />
6555 <reference ref="name_operator_oh_wheelchair" />
6556 <reference ref="link_contact_address_payment" />
6557 </item> <!-- E-cigarette -->
[10706]6558 <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6559 <link wiki="Tag:shop=hairdresser" />
[7102]6560 <space />
6561 <key key="shop" value="hairdresser" />
[8013]6562 <reference ref="name_oh_wheelchair" />
[10537]6563 <checkgroup columns="3">
6564 <check key="female" text="Female" />
6565 <check key="male" text="Male" />
6566 <check key="unisex" text="Unisex" />
6567 </checkgroup>
[8060]6568 <reference ref="link_contact_address_payment" />
[7393]6569 </item> <!-- Hairdresser/Barber -->
[14874]6570 <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
6571 <link wiki="Tag:shop=massage" />
6572 <space />
6573 <key key="shop" value="massage" />
6574 <reference ref="name_oh_wheelchair" />
6575 <reference ref="link_contact_address_payment" />
6576 </item> <!-- Massage -->
[10565]6577 <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6578 <link wiki="Tag:shop=tattoo" />
[7705]6579 <space />
6580 <key key="shop" value="tattoo" />
[8013]6581 <reference ref="name_oh_wheelchair" />
[8060]6582 <reference ref="link_contact_address_payment" />
[7705]6583 </item> <!-- Tattoo -->
[10565]6584 <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6585 <link wiki="Tag:shop=optician" />
[7102]6586 <space />
6587 <key key="shop" value="optician" />
[8013]6588 <reference ref="name_oh_wheelchair" />
[8060]6589 <reference ref="link_contact_address_payment" />
[7393]6590 </item> <!-- Optician -->
[10808]6591 <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6592 <link wiki="Tag:shop=hearing_aids" />
[8027]6593 <space />
6594 <key key="shop" value="hearing_aids" />
6595 <reference ref="name_operator_oh_wheelchair" />
[8060]6596 <reference ref="link_contact_address_payment" />
[8027]6597 </item> <!-- Hearing Aids -->
[10565]6598 <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6599 <link wiki="Tag:shop=medical_supply" />
[8053]6600 <space />
6601 <key key="shop" value="medical_supply" />
6602 <reference ref="name_operator_oh_wheelchair" />
[8122]6603 <check key="dispensing" text="Dispensing" />
[8060]6604 <reference ref="link_contact_address_payment" />
[8053]6605 </item> <!-- Medical Supply -->
[10706]6606 <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6607 <link wiki="Tag:shop=jewelry" />
[7102]6608 <space />
6609 <key key="shop" value="jewelry" />
[8013]6610 <reference ref="name_operator_oh_wheelchair" />
[8060]6611 <reference ref="link_contact_address_payment" />
[7393]6612 </item> <!-- Jewellery -->
[10808]6613 <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6614 <link wiki="Tag:shop=erotic" />
[7102]6615 <space />
6616 <key key="shop" value="erotic" />
[8013]6617 <reference ref="name_operator_oh_wheelchair" />
[12957]6618 <reference ref="min_age" />
[8060]6619 <reference ref="link_contact_address_payment" />
[7393]6620 </item> <!-- Erotic -->
[8890]6621 </group> <!-- For the body -->
[10706]6622 <group name="Other" icon="presets/shop/mall.svg">
6623 <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6624 <link wiki="Tag:shop=department_store" />
[8890]6625 <space />
6626 <key key="shop" value="department_store" />
6627 <reference ref="name_operator_oh_wheelchair" />
6628 <reference ref="link_contact_address_payment" />
6629 </item> <!-- Department Store -->
[10706]6630 <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6631 <link wiki="Tag:shop=mall" />
[8890]6632 <space />
6633 <key key="shop" value="mall" />
6634 <reference ref="name_operator_oh_wheelchair" />
6635 <reference ref="link_contact_address_payment" />
6636 </item> <!-- Mall -->
[7102]6637 <separator/>
[10706]6638 <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6639 <link wiki="Tag:shop=florist" />
[7102]6640 <space />
6641 <key key="shop" value="florist" />
[8013]6642 <reference ref="name_oh_wheelchair" />
[8060]6643 <reference ref="link_contact_address_payment" />
[7393]6644 </item> <!-- Florist -->
[10706]6645 <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6646 <link wiki="Tag:shop=garden_centre" />
[7102]6647 <space />
6648 <key key="shop" value="garden_centre" />
[8013]6649 <reference ref="name_brand_oh_wheelchair" />
[8060]6650 <reference ref="link_contact_address_payment" />
[7393]6651 </item> <!-- Garden Centre -->
[7102]6652 <separator/>
[10706]6653 <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6654 <link wiki="Tag:shop=doityourself" />
[7102]6655 <space />
6656 <key key="shop" value="doityourself" />
[8013]6657 <reference ref="name_brand_oh_wheelchair" />
[8060]6658 <reference ref="link_contact_address_payment" />
[7393]6659 </item> <!-- Do-It-Yourself Store -->
[10813]6660 <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6661 <link wiki="Tag:shop=hardware" />
[7102]6662 <space />
6663 <key key="shop" value="hardware" />
[8013]6664 <reference ref="name_oh_wheelchair" />
[8060]6665 <reference ref="link_contact_address_payment" />
[7393]6666 </item> <!-- Hardware -->
[10808]6667 <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6668 <link wiki="Tag:shop=paint" />
[7102]6669 <space />
6670 <key key="shop" value="paint" />
[8013]6671 <reference ref="name_operator_oh_wheelchair" />
[8060]6672 <reference ref="link_contact_address_payment" />
[7393]6673 </item> <!-- Paint -->
[14575]6674 <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6675 <link wiki="Tag:shop=gas" />
[14575]6676 <space />
6677 <key key="shop" value="gas" />
6678 <reference ref="name_operator_oh_wheelchair" />
6679 <reference ref="link_contact_address_payment" />
6680 </item> <!-- Gas -->
[16714]6681 <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
6682 <link wiki="Tag:shop=wholesale" />
6683 <space />
6684 <key key="shop" value="wholesale" />
6685 <text key="name" text="Name" />
6686 <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
6687 <text key="operator" text="Operator" />
6688 <reference ref="oh_wheelchair" />
6689 <reference ref="link_contact_address_payment" />
6690 </item> <!-- Wholesale -->
6691 <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
6692 <link wiki="Tag:shop=trade" />
6693 <space />
6694 <key key="shop" value="trade" />
6695 <text key="name" text="Name" />
6696 <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows,wood" values_context="trade" />
6697 <text key="operator" text="Operator" />
6698 <reference ref="oh_wheelchair" />
6699 <reference ref="link_contact_address_payment" />
6700 </item> <!-- Trade -->
[7102]6701 <separator/>
[10808]6702 <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6703 <link wiki="Tag:shop=travel_agency" />
[7102]6704 <space />
6705 <key key="shop" value="travel_agency" />
[8013]6706 <reference ref="name_brand_oh_wheelchair" />
[8060]6707 <reference ref="link_contact_address_payment" />
[7393]6708 </item> <!-- Travel Agency -->
[15536]6709 <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
6710 <link wiki="Tag:shop=scuba_diving" />
6711 <space />
6712 <key key="shop" value="scuba_diving" />
6713 <reference ref="name_brand_oh_wheelchair" />
6714 <reference ref="link_contact_address_payment" />
6715 </item> <!-- Scuba diving -->
[10808]6716 <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6717 <link wiki="Tag:shop=musical_instrument" />
[7102]6718 <space />
6719 <key key="shop" value="musical_instrument" />
[8013]6720 <reference ref="name_operator_oh_wheelchair" />
[8060]6721 <reference ref="link_contact_address_payment" />
[7393]6722 </item> <!-- Musical Instrument -->
[10706]6723 <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6724 <link wiki="Tag:shop=toys" />
[7102]6725 <space />
6726 <key key="shop" value="toys" />
[8013]6727 <reference ref="name_oh_wheelchair" />
[8060]6728 <reference ref="link_contact_address_payment" />
[7393]6729 </item> <!-- Toys -->
[10706]6730 <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6731 <link wiki="Tag:shop=gift" />
[8890]6732 <space />
6733 <key key="shop" value="gift" />
6734 <reference ref="name_operator_oh_wheelchair" />
6735 <optional>
[14867]6736 <reference ref="religious" />
[8890]6737 </optional>
6738 <reference ref="link_contact_address_payment" />
6739 </item> <!-- Gift/Souvenir -->
[10808]6740 <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6741 <link wiki="Tag:shop=variety_store" />
[7102]6742 <space />
6743 <key key="shop" value="variety_store" />
[8013]6744 <reference ref="name_operator_oh_wheelchair" />
[8060]6745 <reference ref="link_contact_address_payment" />
[7393]6746 </item> <!-- Variety Store -->
[15188]6747 <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
6748 <link wiki="Tag:shop=party" />
6749 <space />
6750 <key key="shop" value="party" />
6751 <reference ref="name_operator_oh_wheelchair" />
6752 <reference ref="link_contact_address_payment" />
6753 </item> <!-- Party supplies -->
[12612]6754 <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6755 <link wiki="Tag:shop=charity" />
[12612]6756 <space />
6757 <key key="shop" value="charity" />
6758 <reference ref="name_operator_oh_wheelchair" />
6759 <reference ref="link_contact_address_payment" />
6760 </item> <!-- Charity -->
[10706]6761 <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6762 <link wiki="Tag:shop=bookmaker" />
[7102]6763 <space />
6764 <key key="shop" value="bookmaker" />
[8013]6765 <reference ref="name_operator_oh_wheelchair" />
[8060]6766 <reference ref="link_contact_address_payment" />
[16480]6767 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6768 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6769 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6770 <preset_link preset_name="Casino" text="Similar but different tags:" />
6771 <preset_link preset_name="Lottery" text="Similar but different tags:" />
[7393]6772 </item> <!-- Bookmaker -->
[10706]6773 <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6774 <link wiki="Tag:shop=lottery" />
[7102]6775 <space />
6776 <key key="shop" value="lottery" />
[8013]6777 <reference ref="name_operator_oh_wheelchair" />
[8060]6778 <reference ref="link_contact_address_payment" />
[16480]6779 <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
6780 <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
6781 <preset_link preset_name="Gambling" text="Similar but different tags:" />
6782 <preset_link preset_name="Casino" text="Similar but different tags:" />
6783 <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
[7393]6784 </item> <!-- Lottery -->
[10565]6785 <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6786 <link wiki="Tag:shop=bag" />
[7296]6787 <space />
6788 <key key="shop" value="bag" />
[8013]6789 <reference ref="name_oh_wheelchair" />
[8060]6790 <reference ref="link_contact_address_payment" />
[7393]6791 </item> <!-- Bag -->
[10565]6792 <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6793 <link wiki="Tag:shop=pet" />
[7296]6794 <space />
6795 <key key="shop" value="pet" />
[8013]6796 <reference ref="name_oh_wheelchair" />
[8060]6797 <reference ref="link_contact_address_payment" />
[7393]6798 </item> <!-- Pet -->
[15434]6799 <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
6800 <link wiki="Tag:shop=pet_grooming" />
6801 <space />
6802 <key key="shop" value="pet_grooming" />
6803 <reference ref="name_oh_wheelchair" />
6804 <reference ref="link_contact_address_payment" />
6805 </item> <!-- Pet grooming -->
[10565]6806 <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6807 <link wiki="Tag:shop=photo" />
[8868]6808 <space />
6809 <key key="shop" value="photo" />
6810 <reference ref="name_oh_wheelchair" />
6811 <reference ref="link_contact_address_payment" />
6812 </item> <!-- Photo -->
[16714]6813 <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
6814 <link wiki="Tag:shop=security" />
6815 <space />
6816 <key key="shop" value="security" />
6817 <reference ref="name_oh_wheelchair" />
6818 <reference ref="link_contact_address_payment" />
6819 </item> <!-- Security -->
[15528]6820 <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
6821 <link wiki="Tag:shop=weapons" />
6822 <space />
6823 <key key="shop" value="weapons" />
6824 <reference ref="name_oh_wheelchair" />
6825 <reference ref="link_contact_address_payment" />
6826 </item> <!-- Weapons -->
[10565]6827 <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6828 <link wiki="Tag:shop=funeral_directors" />
[7686]6829 <space />
6830 <key key="shop" value="funeral_directors" />
[8013]6831 <reference ref="name_oh_wheelchair" />
[8060]6832 <reference ref="link_contact_address_payment" />
[7686]6833 </item> <!-- Funeral Directors -->
[7102]6834 </group> <!-- Other -->
[7317]6835 <separator/>
[10706]6836 <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
[14646]6837 <link wiki="Tag:amenity=vending_machine" />
[7102]6838 <space />
6839 <key key="amenity" value="vending_machine" />
[11583]6840 <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" />
[7102]6841 <text key="operator" text="Operator" />
6842 <text key="ref" text="Reference number" />
[8059]6843 <preset_link preset_name="Payment Methods" />
[7393]6844 </item> <!-- Vending Machine -->
[10565]6845 <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]6846 <link wiki="Key:payment" />
[8059]6847 <space />
[8547]6848 <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
[8059]6849 <checkgroup columns="4">
[8547]6850 <check key="payment:coins" text="Coins" match="keyvalue" />
6851 <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
[8059]6852 </checkgroup>
6853 <space />
[8547]6854 <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
[8059]6855 <checkgroup columns="4">
[8547]6856 <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
6857 <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
6858 <check key="payment:girocard" text="Girocard" match="keyvalue" />
6859 <check key="payment:laser" text="Laser" match="keyvalue" />
6860 <check key="payment:maestro" text="Maestro" match="keyvalue" />
[13786]6861 <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
[8547]6862 <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
6863 <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
[8059]6864 </checkgroup>
6865 <space />
[8547]6866 <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
[8059]6867 <checkgroup columns="4">
[8547]6868 <check key="payment:american_express" text="American Express" match="keyvalue" />
6869 <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
6870 <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
6871 <check key="payment:jcb" text="JCB" match="keyvalue" />
6872 <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
6873 <check key="payment:visa" text="Visa" match="keyvalue" />
[8059]6874 </checkgroup>
6875 <space />
[15892]6876 <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
6877 <space />
[8547]6878 <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
[8059]6879 <checkgroup columns="4">
[8547]6880 <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
6881 <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
6882 <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
6883 <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
6884 <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
6885 <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
6886 <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
6887 <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
[8059]6888 </checkgroup>
6889 <space />
[8547]6890 <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
[8059]6891 <checkgroup columns="4">
[8547]6892 <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
6893 <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
6894 <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
[8059]6895 </checkgroup>
6896 </item> <!-- Payment Methods -->
[7102]6897 </group> <!-- Shops -->
[10565]6898 <group name="Offices" icon="presets/office/private_company.svg">
6899 <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6900 <link wiki="Tag:office=accountant" />
[9011]6901 <space />
6902 <key key="office" value="accountant" />
6903 <reference ref="name_operator_oh_wheelchair" />
6904 <reference ref="link_contact_address" />
[10551]6905 </item> <!-- Accountant -->
[10565]6906 <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6907 <link wiki="Tag:office=advertising_agency" />
[9011]6908 <space />
6909 <key key="office" value="advertising_agency" />
6910 <reference ref="name_operator_oh_wheelchair" />
6911 <reference ref="link_contact_address" />
[10551]6912 </item> <!-- Advertising agency -->
[10565]6913 <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6914 <link wiki="Tag:office=architect" />
[9011]6915 <space />
6916 <key key="office" value="architect" />
6917 <reference ref="name_operator_oh_wheelchair" />
6918 <reference ref="link_contact_address" />
[10551]6919 </item> <!-- Architect -->
[10565]6920 <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6921 <link wiki="Tag:office=association" />
[9011]6922 <space />
6923 <key key="office" value="association" />
6924 <reference ref="name_operator_oh_wheelchair" />
6925 <reference ref="link_contact_address" />
[10551]6926 </item> <!-- Association -->
[10565]6927 <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6928 <link wiki="Tag:office=company" />
[9011]6929 <space />
6930 <key key="office" value="company" />
6931 <reference ref="name_oh_wheelchair" />
6932 <reference ref="link_contact_address" />
[10551]6933 </item> <!-- Private company -->
[10565]6934 <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6935 <link wiki="Tag:office=educational_institution" />
[9011]6936 <space />
6937 <key key="office" value="educational_institution" />
6938 <reference ref="name_operator_oh_wheelchair" />
6939 <reference ref="link_contact_address" />
[10551]6940 </item> <!-- Educational institution -->
[10565]6941 <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6942 <link wiki="Tag:office=employment_agency" />
[9011]6943 <space />
6944 <key key="office" value="employment_agency" />
6945 <reference ref="name_brand_operator_oh_wheelchair" />
6946 <reference ref="link_contact_address" />
[10551]6947 </item> <!-- Employment agency -->
[10565]6948 <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6949 <link wiki="Tag:office=estate_agent" />
[9011]6950 <space />
6951 <key key="office" value="estate_agent" />
6952 <reference ref="name_operator_oh_wheelchair" />
6953 <reference ref="link_contact_address" />
[10551]6954 </item> <!-- Estate agent -->
[10565]6955 <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6956 <link wiki="Tag:office=foundation" />
[9011]6957 <space />
6958 <key key="office" value="foundation" />
6959 <reference ref="name_brand_operator_oh_wheelchair" />
6960 <reference ref="link_contact_address" />
[10551]6961 </item> <!-- Foundation -->
[10565]6962 <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6963 <link wiki="Tag:office=government" />
[9011]6964 <space />
6965 <key key="office" value="government" />
[10544]6966 <text key="name" text="Name" />
[15634]6967 <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" />
[10544]6968 <reference ref="oh_wheelchair" />
[9011]6969 <reference ref="link_contact_address" />
[10551]6970 </item> <!-- Government -->
[10565]6971 <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6972 <link wiki="Tag:office=insurance" />
[9011]6973 <space />
6974 <key key="office" value="insurance" />
6975 <reference ref="name_brand_operator_oh_wheelchair" />
6976 <reference ref="link_contact_address" />
[10551]6977 </item> <!-- Insurance -->
[10565]6978 <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6979 <link wiki="Tag:office=it" />
[9011]6980 <space />
6981 <key key="office" value="it" />
6982 <reference ref="name_oh_wheelchair" />
6983 <reference ref="link_contact_address" />
[10551]6984 </item> <!-- It specialist -->
[10565]6985 <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6986 <link wiki="Tag:office=lawyer" />
[9011]6987 <space />
6988 <key key="office" value="lawyer" />
6989 <reference ref="name_operator_oh_wheelchair" />
6990 <reference ref="link_contact_address" />
[10551]6991 </item> <!-- Lawyer -->
[10565]6992 <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]6993 <link wiki="Tag:office=newspaper" />
[9011]6994 <space />
6995 <key key="office" value="newspaper" />
6996 <reference ref="name_operator_oh_wheelchair" />
6997 <reference ref="link_contact_address" />
[10551]6998 </item> <!-- Newspaper -->
[10565]6999 <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7000 <link wiki="Tag:office=ngo" />
[9011]7001 <space />
7002 <key key="office" value="ngo" />
7003 <reference ref="name_brand_operator_oh_wheelchair" />
7004 <reference ref="link_contact_address" />
[10551]7005 </item> <!-- Non-governmental organisation (NGO) -->
[10565]7006 <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7007 <link wiki="Tag:office=notary" />
[9011]7008 <space />
7009 <key key="office" value="notary" />
7010 <reference ref="name_oh_wheelchair" />
7011 <reference ref="link_contact_address" />
[10551]7012 </item> <!-- Notary -->
[10565]7013 <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7014 <link wiki="Tag:office=political_party" />
[9011]7015 <space />
7016 <key key="office" value="political_party" />
7017 <reference ref="name_oh_wheelchair" />
7018 <reference ref="link_contact_address" />
[10551]7019 </item> <!-- Political party -->
[10565]7020 <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7021 <link wiki="Tag:office=religion" />
[9011]7022 <space />
7023 <key key="office" value="religion" />
[14867]7024 <text key="name" text="Name" />
[9011]7025 <reference ref="religious" />
7026 <reference ref="oh_wheelchair" />
7027 <reference ref="link_contact_address" />
[10551]7028 </item> <!-- Religion -->
[10565]7029 <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7030 <link wiki="Tag:office=research" />
[9011]7031 <space />
7032 <key key="office" value="research" />
7033 <reference ref="name_operator_oh_wheelchair" />
7034 <reference ref="link_contact_address" />
[10551]7035 </item> <!-- Research -->
[10565]7036 <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7037 <link wiki="Tag:office=tax_advisor" />
[9011]7038 <space />
7039 <key key="office" value="tax_advisor" />
7040 <reference ref="name_brand_operator_oh_wheelchair" />
7041 <reference ref="link_contact_address" />
[10551]7042 </item> <!-- Tax advisor -->
[10565]7043 <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7044 <link wiki="Tag:office=telecommunication" />
[9011]7045 <space />
7046 <key key="office" value="telecommunication" />
7047 <reference ref="name_brand_operator_oh_wheelchair" />
7048 <reference ref="link_contact_address" />
[10551]7049 </item> <!-- Telecommunication -->
[9011]7050 </group> <!-- Offices -->
[10808]7051 <group name="Craft" icon="presets/craft/painter.svg">
[12404]7052 <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7053 <link wiki="Tag:craft=beekeeper" />
[9681]7054 <space />
[12404]7055 <key key="craft" value="beekeeper" />
[9681]7056 <reference ref="name_operator_oh_wheelchair" />
7057 <reference ref="link_contact_address" />
[12404]7058 </item> <!-- Beekeeper -->
7059 <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7060 <link wiki="Tag:craft=brewery" />
[9681]7061 <space />
[12404]7062 <key key="craft" value="brewery" />
[9681]7063 <reference ref="name_operator_oh_wheelchair" />
7064 <reference ref="link_contact_address" />
[12404]7065 </item> <!-- Brewery -->
7066 <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7067 <link wiki="Tag:craft=winery" />
[9681]7068 <space />
[12404]7069 <key key="craft" value="winery" />
[9681]7070 <reference ref="name_operator_oh_wheelchair" />
7071 <reference ref="link_contact_address" />
[12404]7072 </item> <!-- Winery -->
7073 <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7074 <link wiki="Tag:craft=caterer" />
[9681]7075 <space />
[12404]7076 <key key="craft" value="caterer" />
[9681]7077 <reference ref="name_operator_oh_wheelchair" />
7078 <reference ref="link_contact_address" />
[12404]7079 </item> <!-- Caterer -->
7080 <separator/> <!-- food group -->
[15648]7081 <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7082 <link wiki="Tag:craft=upholsterer" />
[12404]7083 <space />
7084 <key key="craft" value="upholsterer" />
7085 <reference ref="name_operator_oh_wheelchair" />
7086 <reference ref="link_contact_address" />
7087 </item> <!-- Upholsterer -->
[13833]7088 <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7089 <link wiki="Tag:craft=key_cutter" />
[12404]7090 <space />
7091 <key key="craft" value="key_cutter" />
7092 <reference ref="name_operator_oh_wheelchair" />
7093 <reference ref="link_contact_address" />
7094 </item> <!-- Key cutter -->
[13833]7095 <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7096 <link wiki="Tag:craft=locksmith" />
[12404]7097 <space />
7098 <key key="craft" value="locksmith" />
7099 <reference ref="name_operator_oh_wheelchair" />
7100 <reference ref="link_contact_address" />
7101 </item> <!-- Locksmith -->
[14363]7102 <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7103 <link wiki="Tag:craft=electrician" />
[9681]7104 <space />
7105 <key key="craft" value="electrician" />
7106 <reference ref="name_operator_oh_wheelchair" />
7107 <reference ref="link_contact_address" />
7108 </item> <!-- Electrician -->
[10808]7109 <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7110 <link wiki="Tag:craft=plumber" />
[9681]7111 <space />
7112 <key key="craft" value="plumber" />
7113 <reference ref="name_operator_oh_wheelchair" />
7114 <reference ref="link_contact_address" />
7115 </item> <!-- Plumber -->
[15170]7116 <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7117 <link wiki="Tag:craft=hvac" />
[9681]7118 <space />
7119 <key key="craft" value="hvac" />
7120 <reference ref="name_operator_oh_wheelchair" />
7121 <reference ref="link_contact_address" />
7122 </item> <!-- Hvac -->
[10808]7123 <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7124 <link wiki="Tag:craft=painter" />
[9681]7125 <space />
7126 <key key="craft" value="painter" />
7127 <reference ref="name_operator_oh_wheelchair" />
7128 <reference ref="link_contact_address" />
7129 </item> <!-- Painter -->
[12404]7130 <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7131 <link wiki="Tag:craft=tiler" />
[9681]7132 <space />
[12404]7133 <key key="craft" value="tiler" />
[9681]7134 <reference ref="name_operator_oh_wheelchair" />
7135 <reference ref="link_contact_address" />
[12404]7136 </item> <!-- Tiler -->
7137 <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7138 <link wiki="Tag:craft=window_construction" />
[12404]7139 <space />
7140 <key key="craft" value="window_construction" />
7141 <reference ref="name_operator_oh_wheelchair" />
7142 <reference ref="link_contact_address" />
7143 </item> <!-- Window construction -->
[15341]7144 <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7145 <link wiki="Tag:craft=carpenter" />
[12404]7146 <space />
7147 <key key="craft" value="carpenter" />
7148 <reference ref="name_operator_oh_wheelchair" />
7149 <reference ref="link_contact_address" />
7150 </item> <!-- Carpenter -->
7151 <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7152 <link wiki="Tag:craft=roofer" />
[12404]7153 <space />
7154 <key key="craft" value="roofer" />
7155 <reference ref="name_operator_oh_wheelchair" />
7156 <reference ref="link_contact_address" />
7157 </item> <!-- Roofer -->
7158 <separator/> <!-- apartment/house group -->
[16250]7159 <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7160 <link wiki="Tag:craft=photographer" />
[12404]7161 <space />
7162 <key key="craft" value="photographer" />
7163 <reference ref="name_operator_oh_wheelchair" />
7164 <reference ref="link_contact_address" />
7165 </item> <!-- Photographer -->
[9681]7166 <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7167 <link wiki="Tag:craft=handicraft" />
[9681]7168 <space />
7169 <key key="craft" value="handicraft" />
7170 <reference ref="name_operator_oh_wheelchair" />
7171 <reference ref="link_contact_address" />
7172 </item> <!-- Handicraft -->
[10808]7173 <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7174 <link wiki="Tag:craft=pottery" />
[9681]7175 <space />
7176 <key key="craft" value="pottery" />
7177 <reference ref="name_operator_oh_wheelchair" />
7178 <reference ref="link_contact_address" />
7179 </item> <!-- Pottery -->
[15648]7180 <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7181 <link wiki="Tag:craft=gardener" />
[9681]7182 <space />
[12404]7183 <key key="craft" value="gardener" />
[9681]7184 <reference ref="name_operator_oh_wheelchair" />
7185 <reference ref="link_contact_address" />
[12404]7186 </item> <!-- Gardener -->
[15648]7187 <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7188 <link wiki="Tag:craft=shoemaker" />
[9681]7189 <space />
[12404]7190 <key key="craft" value="shoemaker" />
[9681]7191 <reference ref="name_operator_oh_wheelchair" />
7192 <reference ref="link_contact_address" />
[12404]7193 </item> <!-- Shoemaker -->
7194 <separator/> <!-- other "soft"/art craft group -->
[14998]7195 <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7196 <link wiki="Tag:craft=sawmill" />
[9681]7197 <space />
[12404]7198 <key key="craft" value="sawmill" />
[9681]7199 <reference ref="name_operator_oh_wheelchair" />
7200 <reference ref="link_contact_address" />
[12404]7201 </item> <!-- Sawmill -->
[15931]7202 <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7203 <link wiki="Tag:craft=stonemason" />
[9681]7204 <space />
[12404]7205 <key key="craft" value="stonemason" />
[9681]7206 <reference ref="name_operator_oh_wheelchair" />
7207 <reference ref="link_contact_address" />
[12404]7208 </item> <!-- Stonemason -->
[15955]7209 <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7210 <link wiki="Tag:craft=blacksmith" />
[9681]7211 <space />
7212 <key key="craft" value="blacksmith" />
7213 <reference ref="name_operator_oh_wheelchair" />
7214 <reference ref="link_contact_address" />
7215 </item> <!-- Blacksmith -->
[15341]7216 <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7217 <link wiki="Tag:craft=metal_construction" />
[9681]7218 <space />
[12404]7219 <key key="craft" value="metal_construction" />
[9681]7220 <reference ref="name_operator_oh_wheelchair" />
7221 <reference ref="link_contact_address" />
[12404]7222 </item> <!-- Metal construction -->
7223 <!-- other "hard" craft group -->
[9681]7224 </group> <!-- Craft -->
[10706]7225 <group name="Geography" icon="presets/landmark/peak.svg">
[10808]7226 <group name="Boundaries" icon="presets/misc/boundaries.svg">
7227 <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7228 <link wiki="Tag:boundary=administrative" />
[7102]7229 <space />
7230 <key key="boundary" value="administrative" />
7231 <text key="name" text="Name" />
[9050]7232 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
[8010]7233 <check key="maritime" text="Maritime" disable_off="true" />
[7393]7234 </item> <!-- Administrative -->
[10808]7235 <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7236 <link wiki="Tag:boundary=political" />
[7102]7237 <space />
7238 <key key="boundary" value="political" />
[7316]7239 <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
[7102]7240 <text key="name" text="Name" />
[7393]7241 </item> <!-- Political -->
[10808]7242 <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7243 <link wiki="Tag:boundary=postal_code" />
[7102]7244 <space />
7245 <key key="boundary" value="postal_code" />
7246 <text key="postal_code" text="Postal Code" />
[7393]7247 </item> <!-- Postal Code -->
[10808]7248 <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7249 <link wiki="Tag:boundary=national_park" />
[7102]7250 <space />
7251 <key key="boundary" value="national_park" />
7252 <text key="name" text="Name" />
[7393]7253 </item> <!-- National Park -->
[10808]7254 <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
[14646]7255 <link wiki="Tag:boundary=protected_area" />
[7718]7256 <space />
7257 <key key="boundary" value="protected_area" />
[7972]7258 <text key="protect_class" text="Protect Class" length="2" />
[7723]7259 <text key="protection_title" text="Title or type of protection" />
[7718]7260 <optional>
[8013]7261 <reference ref="name_operator" />
7262 <reference ref="oh" />
[7718]7263 <text key="wikipedia" text="Wikipedia" />
7264 <text key="start_date" text="Start date" />
7265 </optional>
7266 </item> <!-- Protected Area -->
[10808]7267 <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
[14646]7268 <link wiki="Tag:boundary=maritime" />
[8010]7269 <space />
7270 <key key="boundary" value="maritime" />
[15170]7271 <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
[8010]7272 <text key="name" text="Name" />
7273 </item> <!-- Maritime -->
[7102]7274 </group> <!-- Boundaries -->
[10808]7275 <group name="Places" icon="presets/place/isolated_dwelling.svg">
[16245]7276 <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7277 <link wiki="Tag:place=continent" />
[7102]7278 <space />
7279 <key key="place" value="continent" />
7280 <reference ref="name_wikipedia" />
[7940]7281 </item> <!-- Continent -->
[16245]7282 <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7283 <link wiki="Tag:place=country" />
[7393]7284 <space />
[7102]7285 <key key="place" value="country" />
7286 <reference ref="name_wikipedia" />
[7393]7287 </item> <!-- Country -->
[16245]7288 <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7289 <link wiki="Tag:place=state" />
[7102]7290 <space />
7291 <key key="place" value="state" />
7292 <reference ref="name_wikipedia" />
[7393]7293 </item> <!-- State -->
[16245]7294 <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7295 <link wiki="Tag:place=region" />
[7102]7296 <space />
7297 <key key="place" value="region" />
7298 <reference ref="name_wikipedia" />
[7393]7299 </item> <!-- Region -->
[16245]7300 <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7301 <link wiki="Tag:place=county" />
[7102]7302 <space />
7303 <key key="place" value="county" />
7304 <reference ref="name_wikipedia" />
7305 <reference ref="population_postcode_website" />
[7393]7306 </item> <!-- County -->
[7102]7307 <separator/>
[16245]7308 <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7309 <link wiki="Tag:place=city" />
[7102]7310 <space />
7311 <key key="place" value="city" />
7312 <reference ref="name_wikipedia" />
7313 <reference ref="population_postcode_website" />
[7393]7314 </item> <!-- City -->
[16245]7315 <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7316 <link wiki="Tag:place=town" />
[7102]7317 <space />
7318 <key key="place" value="town" />
7319 <reference ref="name_wikipedia" />
7320 <reference ref="population_postcode_website" />
[7393]7321 </item> <!-- Town -->
[16245]7322 <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7323 <link wiki="Tag:place=village" />
[7102]7324 <space />
7325 <key key="place" value="village" />
7326 <reference ref="name_wikipedia" />
7327 <reference ref="population_postcode_website" />
[7393]7328 </item> <!-- Village -->
[16245]7329 <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7330 <link wiki="Tag:place=hamlet" />
[7102]7331 <space />
7332 <key key="place" value="hamlet" />
7333 <reference ref="name_wikipedia" />
7334 <reference ref="population_postcode_website" />
[7393]7335 </item> <!-- Hamlet -->
[16245]7336 <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7337 <link wiki="Tag:place=isolated_dwelling" />
[7102]7338 <space />
7339 <key key="place" value="isolated_dwelling" />
7340 <reference ref="name_wikipedia" />
7341 <reference ref="population_postcode_website" />
[7393]7342 </item> <!-- Isolated Dwelling -->
[7102]7343 <separator/>
[16245]7344 <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7345 <link wiki="Tag:place=suburb" />
[7984]7346 <space />
7347 <key key="place" value="suburb" />
7348 <reference ref="name_wikipedia" />
7349 <reference ref="population_postcode_website" />
7350 </item> <!-- Suburb -->
[16245]7351 <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7352 <link wiki="Tag:place=quarter" />
[12998]7353 <space />
7354 <key key="place" value="quarter" />
7355 <reference ref="name_wikipedia" />
7356 <text key="population" text="Population" />
7357 <text key="website" text="Website" />
7358 </item> <!-- Quarter -->
[16245]7359 <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7360 <link wiki="Tag:place=neighbourhood" />
[7984]7361 <space />
7362 <key key="place" value="neighbourhood" />
7363 <reference ref="name_wikipedia" />
7364 <text key="population" text="Population" />
7365 <text key="website" text="Website" />
7366 </item> <!-- Neighbourhood -->
[16245]7367 <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7368 <link wiki="Tag:place=farm" />
[7984]7369 <space />
7370 <label text="A farm within a bigger settlement" />
7371 <label text="(please use isolated_dwelling for an isolated farm)" />
7372 <key key="place" value="farm" />
7373 <reference ref="name_wikipedia" />
7374 <reference ref="population_postcode_website" />
7375 </item> <!-- Farm -->
7376 <separator/>
[16245]7377 <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
[14646]7378 <link wiki="Tag:place=locality" />
[7102]7379 <space />
7380 <key key="place" value="locality" />
7381 <reference ref="name_wikipedia" />
[7393]7382 </item> <!-- Locality -->
[13383]7383 <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7384 <link wiki="Tag:place=square" />
[13382]7385 <space />
7386 <key key="place" value="square" />
7387 <reference ref="name_wikipedia" />
7388 </item> <!-- Square -->
[7102]7389 </group> <!-- Places -->
[10706]7390 <group name="Geography" icon="presets/landmark/peak.svg">
7391 <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
[14646]7392 <link wiki="Tag:natural=peak" />
[7381]7393 <label text="The top (summit) of a mountain or hill." />
[7102]7394 <space />
7395 <key key="natural" value="peak" />
7396 <reference ref="name_wikipedia" />
[16707]7397 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7398 </item> <!-- Peak -->
[10706]7399 <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
[14646]7400 <link wiki="Tag:natural=saddle" />
[7381]7401 <label text="A saddle point between mountains or hills." />
[7102]7402 <space/>
7403 <key key="natural" value="saddle" />
7404 <reference ref="name_wikipedia" />
[16707]7405 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7406 </item> <!-- Saddle -->
[10706]7407 <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7408 <link wiki="Tag:natural=glacier" />
[7381]7409 <label text="A persistent body of dense ice that is constantly moving under its own weight." />
[7102]7410 <space />
7411 <key key="natural" value="glacier" />
7412 <reference ref="name_wikipedia" />
[16707]7413 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7414 </item> <!-- Glacier -->
[10706]7415 <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
[14646]7416 <link wiki="Tag:natural=volcano" />
[7381]7417 <label text="A volcano, either dormant, extinct or active." />
[7102]7418 <space />
7419 <key key="natural" value="volcano" />
7420 <reference ref="name_wikipedia" />
[16707]7421 <text key="ele" text="Elevation (meters)" length="10" />
[7381]7422 <optional>
7423 <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
7424 <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
7425 </optional>
7426 </item> <!-- Volcano -->
[10706]7427 <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
[14646]7428 <link wiki="Tag:natural=ridge" />
[8135]7429 <label text="A mountain or hill ridge." />
7430 <space />
7431 <key key="natural" value="ridge" />
7432 <reference ref="name_wikipedia" />
[16707]7433 <text key="ele" text="Elevation (meters)" length="10" />
[8135]7434 </item> <!-- Ridge -->
[10706]7435 <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
[14646]7436 <link wiki="Tag:natural=valley" />
[8135]7437 <label text="A low area between hills." />
7438 <space />
7439 <key key="natural" value="valley" />
7440 <reference ref="name_wikipedia" />
7441 </item> <!-- Valley -->
[10565]7442 <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
[14646]7443 <link wiki="Tag:natural=cliff" />
[9456]7444 <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
7445 <space />
7446 <key key="natural" value="cliff" />
7447 <text key="name" text="Name" />
[16474]7448 <text key="height" text="Height (meters)" length="7" />
[9456]7449 </item> <!-- Cliff -->
[10808]7450 <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
[14646]7451 <link wiki="Tag:natural=cave_entrance" />
[7381]7452 <label text="The entrance to a cave." />
[7102]7453 <space />
7454 <key key="natural" value="cave_entrance" />
7455 <reference ref="name_wikipedia" />
[8013]7456 <reference ref="oh_wheelchair" />
[16474]7457 <reference ref="POI_access" />
[7620]7458 <reference ref="fee" />
[7381]7459 </item> <!-- Cave Entrance -->
[7102]7460 <separator/>
[10706]7461 <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7462 <link wiki="Tag:place=island" />
[7102]7463 <space />
7464 <key key="place" value="island" />
7465 <reference ref="name_wikipedia" />
[7393]7466 </item> <!-- Island -->
[10706]7467 <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7468 <link wiki="Tag:place=islet" />
[7102]7469 <space />
7470 <key key="place" value="islet" />
7471 <reference ref="name_wikipedia" />
[7393]7472 </item> <!-- Islet -->
[10724]7473 <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7474 <link wiki="Tag:natural=reef" />
[10676]7475 <space />
7476 <key key="natural" value="reef" />
7477 <text key="name" text="Name" />
7478 <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
[10707]7479 </item> <!-- Reef -->
[7102]7480 </group> <!-- Geography -->
[10706]7481 <group name="Nature" icon="presets/landmark/trees.svg">
7482 <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
[14646]7483 <link wiki="Tag:natural=tree" />
[7381]7484 <label text="A single tree." />
[7102]7485 <space />
7486 <key key="natural" value="tree" />
[13786]7487 <reference ref="leaf_without_mixed" />
[13481]7488 <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
7489 <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
7490 <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
7491 <list_entry value="avenue" short_description="Trees aligned along a road." />
7492 <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
7493 <list_entry value="agricultural" short_description="Trees in agricultural use." />
7494 </combo>
[13786]7495 <optional>
7496 <reference ref="genus_species_taxon" />
7497 <space />
[16474]7498 <text key="height" text="Height (meters)" length="7" />
[13786]7499 <text key="diameter_crown" text="Diameter crown (meters)" />
7500 <text key="circumference" text="Circumference (meters)" />
7501 <space />
7502 <text key="name" text="Name" />
7503 <text key="start_date" text="Start date" />
7504 </optional>
[7381]7505 </item> <!-- Tree -->
[10706]7506 <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
[14646]7507 <link wiki="Tag:natural=tree_row" />
[7381]7508 <label text="A line of trees." />
7509 <space />
[7102]7510 <key key="natural" value="tree_row" />
[13786]7511 <reference ref="leaf" />
[7222]7512 <optional>
[12325]7513 <reference ref="genus_species_taxon" />
[16474]7514 <text key="height" text="Height (meters)" length="7" />
[7222]7515 </optional>
[7381]7516 </item> <!-- Tree Row -->
[16266]7517 <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
[14646]7518 <link wiki="Tag:natural=wood" />
[7381]7519 <label text="Woodland where timber production does not dominate use." />
[7102]7520 <space />
7521 <key key="natural" value="wood" />
7522 <text key="name" text="Name" />
[7222]7523 <reference ref="leaf" />
[7381]7524 </item> <!-- Wood -->
[10706]7525 <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7526 <link wiki="Tag:landuse=forest" />
[7102]7527 <space />
7528 <key key="landuse" value="forest" />
[7222]7529 <reference ref="leaf" />
[12908]7530 <reference ref="optional_name" />
[7381]7531 </item> <!-- Forest -->
[10706]7532 <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
[14646]7533 <link wiki="Tag:man_made=cutline" />
[8147]7534 <space />
7535 <key key="man_made" value="cutline" />
7536 <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
7537 </item> <!-- Cutline -->
[10706]7538 <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7539 <link wiki="Tag:natural=grassland" />
[7381]7540 <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
[7102]7541 <space />
7542 <key key="natural" value="grassland" />
7543 <text key="name" text="Name" />
7544 <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
[7381]7545 </item> <!-- Grassland -->
[14830]7546 <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7547 <link wiki="Tag:leisure=nature_reserve" />
[7102]7548 <space />
7549 <key key="leisure" value="nature_reserve" />
7550 <text key="name" text="Name" />
[7381]7551 </item> <!-- Nature Reserve -->
[7102]7552 <separator/>
[10996]7553 <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7554 <link wiki="Tag:natural=scree" />
[10996]7555 <label text="An accumulation of loose angular rocks." />
[7102]7556 <space />
7557 <key key="natural" value="scree" />
7558 <text key="name" text="Name" />
[7381]7559 </item> <!-- Scree -->
[10996]7560 <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7561 <link wiki="Tag:natural=shingle" />
[10996]7562 <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
7563 <space />
7564 <key key="natural" value="shingle" />
7565 <text key="name" text="Name" />
7566 </item> <!-- Shingle -->
[10706]7567 <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
[14646]7568 <link wiki="Tag:natural=fell" />
[7381]7569 <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
[7102]7570 <space />
7571 <key key="natural" value="fell" />
7572 <text key="name" text="Name" />
[7381]7573 </item> <!-- Fell -->
[10706]7574 <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7575 <link wiki="Tag:natural=scrub" />
[7381]7576 <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
[7102]7577 <space />
7578 <key key="natural" value="scrub" />
7579 <text key="name" text="Name" />
[7381]7580 <optional>
7581 <reference ref="leaf" />
7582 </optional>
7583 </item> <!-- Scrub -->
[10706]7584 <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
[14646]7585 <link wiki="Tag:natural=heath" />
[7381]7586 <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." />
[7102]7587 <space />
7588 <key key="natural" value="heath" />
7589 <text key="name" text="Name" />
[7381]7590 </item> <!-- Heath -->
[10706]7591 <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7592 <link wiki="Tag:natural=sand" />
[7381]7593 <label text="Large area covered with sand." />
[7102]7594 <space />
7595 <key key="natural" value="sand" />
7596 <text key="name" text="Name" />
[7381]7597 </item> <!-- Sand -->
[10706]7598 <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
[14646]7599 <link wiki="Tag:natural=bare_rock" />
[7381]7600 <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
7601 <space />
7602 <key key="natural" value="bare_rock" />
7603 <text key="name" text="Name" />
7604 </item> <!-- Bare Rock -->
[10565]7605 <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
[14646]7606 <link wiki="Tag:natural=rock" />
[8003]7607 <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
7608 <space />
7609 <key key="natural" value="rock" />
7610 <reference ref="name_wikipedia" />
7611 <optional>
7612 <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
7613 </optional>
7614 </item> <!-- Rock -->
[10565]7615 <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
[14646]7616 <link wiki="Tag:natural=stone" />
[7381]7617 <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
7618 <space />
7619 <key key="natural" value="stone" />
7620 <reference ref="name_wikipedia" />
7621 <optional>
7622 <text key="height" text="Height (meters)" length="7" />
7623 <text key="width" text="Width (meters)" />
7624 </optional>
7625 </item> <!-- Stone -->
[7102]7626 </group> <!-- Nature -->
[10808]7627 <group name="Land use" icon="presets/landuse/farmland.svg">
7628 <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7629 <link wiki="Tag:landuse=farmyard" />
[7102]7630 <space />
7631 <key key="landuse" value="farmyard" />
[12908]7632 <reference ref="optional_name" />
[7393]7633 </item> <!-- Farmyard -->
[10808]7634 <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7635 <link wiki="Tag:landuse=farmland" />
[7102]7636 <space />
7637 <key key="landuse" value="farmland" />
[16507]7638 <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
[12908]7639 <reference ref="optional_name" />
[7393]7640 </item> <!-- Farmland -->
[10706]7641 <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7642 <link wiki="Tag:landuse=meadow" />
[7102]7643 <space />
7644 <key key="landuse" value="meadow" />
[12908]7645 <reference ref="optional_name" />
[7393]7646 </item> <!-- Meadow -->
[10706]7647 <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7648 <link wiki="Tag:landuse=orchard" />
[7102]7649 <space />
7650 <key key="landuse" value="orchard" />
[16506]7651 <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" />
[12908]7652 <reference ref="optional_name" />
[7393]7653 </item> <!-- Orchard -->
[10808]7654 <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7655 <link wiki="Tag:landuse=vineyard" />
[7102]7656 <space />
7657 <key key="landuse" value="vineyard" />
[12934]7658 <key key="crop" value="grape" match="keyvalue" />
[12908]7659 <reference ref="optional_name" />
[7393]7660 </item> <!-- Vineyard -->
[10808]7661 <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7662 <link wiki="Tag:landuse=greenhouse_horticulture" />
[7102]7663 <space />
7664 <key key="landuse" value="greenhouse_horticulture" />
[12908]7665 <reference ref="optional_name_operator" />
[7393]7666 </item> <!-- Greenhouse Horticulture -->
[10808]7667 <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7668 <link wiki="Tag:landuse=plant_nursery" />
[13786]7669 <key key="landuse" value="plant_nursery" />
7670 <reference ref="optional_name_operator" />
[7102]7671 <space />
[13786]7672 <reference ref="leaf" />
[12325]7673 <reference ref="genus_species_taxon" />
[7393]7674 </item> <!-- Plant Nursery -->
[13008]7675 <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7676 <link wiki="Tag:landuse=salt_pond" />
[13008]7677 <space />
7678 <key key="landuse" value="salt_pond" />
7679 <reference ref="optional_name_operator" />
7680 </item> <!-- Salt Pond -->
[10798]7681 <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7682 <link wiki="Tag:landuse=aquaculture" />
[10798]7683 <space />
7684 <key key="landuse" value="aquaculture" />
7685 <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
[12908]7686 <reference ref="optional_name_operator" />
[10798]7687 </item> <!-- Aquaculture -->
[13383]7688 <separator/>
[10706]7689 <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7690 <link wiki="Tag:landuse=allotments" />
[7102]7691 <space />
7692 <key key="landuse" value="allotments" />
[12908]7693 <reference ref="optional_name" />
[7393]7694 </item> <!-- Allotments -->
[15697]7695 <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
7696 <link wiki="Tag:landuse=flowerbed" />
7697 <space />
7698 <key key="landuse" value="flowerbed" />
7699 <optional>
7700 <text key="operator" text="Operator" />
7701 <reference ref="genus_species_taxon" />
7702 </optional>
7703 </item> <!-- Flowerbed -->
[10808]7704 <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
[14646]7705 <link wiki="Tag:leisure=garden" />
[7102]7706 <space />
7707 <key key="leisure" value="garden" />
[12908]7708 <reference ref="optional_name" />
[7393]7709 </item> <!-- Garden -->
[10706]7710 <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7711 <link wiki="Tag:landuse=grass" />
[7102]7712 <space />
7713 <key key="landuse" value="grass" />
[12908]7714 <reference ref="optional_name" />
[7393]7715 </item> <!-- Grass -->
[10808]7716 <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7717 <link wiki="Tag:landuse=village_green" />
[7102]7718 <space />
7719 <key key="landuse" value="village_green" />
[12908]7720 <reference ref="optional_name" />
[7393]7721 </item> <!-- Village Green -->
[10808]7722 <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7723 <link wiki="Tag:leisure=park" />
[7102]7724 <space />
7725 <key key="leisure" value="park" />
[12908]7726 <reference ref="optional_name" />
[7393]7727 </item> <!-- Park -->
[10808]7728 <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7729 <link wiki="Tag:landuse=recreation_ground" />
[7102]7730 <space />
7731 <key key="landuse" value="recreation_ground" />
[12908]7732 <reference ref="optional_name" />
[7393]7733 </item> <!-- Recreation Ground -->
[7102]7734 <separator/>
[15169]7735 <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
7736 <link wiki="Tag:landuse=religious" />
[7102]7737 <space />
[15169]7738 <key key="landuse" value="religious" />
[14867]7739 <text key="name" text="Name" />
[7311]7740 <reference ref="religious" />
[15169]7741 </item> <!-- Religious -->
[10706]7742 <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7743 <link wiki="Tag:landuse=cemetery" />
[7102]7744 <space />
7745 <key key="landuse" value="cemetery" />
[14867]7746 <text key="name" text="Name" />
[7311]7747 <reference ref="religious" />
[7393]7748 </item> <!-- Cemetery -->
[15169]7749 <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
7750 <link wiki="Tag:amenity=grave_yard" />
[7311]7751 <space />
[15169]7752 <key key="amenity" value="grave_yard" />
[14867]7753 <text key="name" text="Name" />
[7311]7754 <reference ref="religious" />
[15169]7755 </item> <!-- Graveyard -->
7756 <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
7757 <link wiki="Tag:cemetery=sector" />
7758 <space />
7759 <key key="cemetery" value="sector" />
7760 <optional>
7761 <text key="ref" text="Reference" />
7762 <text key="name" text="Name" />
7763 </optional>
7764 </item> <!-- Cemetery sector-->
7765 <separator/>
7766 <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
7767 <link wiki="Tag:landuse=residential" />
7768 <space />
7769 <key key="landuse" value="residential" />
7770 <reference ref="optional_name" />
7771 </item> <!-- Residential Area -->
[10706]7772 <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7773 <link wiki="Tag:landuse=retail" />
[7102]7774 <space />
7775 <key key="landuse" value="retail" />
[12908]7776 <reference ref="optional_name" />
[7393]7777 </item> <!-- Retail -->
[10706]7778 <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7779 <link wiki="Tag:landuse=commercial" />
[7102]7780 <space />
7781 <key key="landuse" value="commercial" />
[12908]7782 <reference ref="optional_name" />
[7393]7783 </item> <!-- Commercial -->
[10706]7784 <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7785 <link wiki="Tag:landuse=industrial" />
[7102]7786 <space />
7787 <key key="landuse" value="industrial" />
[12611]7788 <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" />
[12908]7789 <reference ref="optional_name" />
[7393]7790 </item> <!-- Industrial -->
[10808]7791 <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7792 <link wiki="Tag:landuse=garages" />
[7102]7793 <space />
7794 <key key="landuse" value="garages" />
[12908]7795 <reference ref="optional_name_operator" />
[7393]7796 </item> <!-- Garages -->
[10808]7797 <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7798 <link wiki="Tag:landuse=railway" />
[7102]7799 <space />
7800 <key key="landuse" value="railway" />
[12908]7801 <reference ref="optional_name" />
[7393]7802 </item> <!-- Railway Land -->
[10706]7803 <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7804 <link wiki="Tag:landuse=military" />
[7102]7805 <space />
7806 <key key="landuse" value="military" />
[12908]7807 <reference ref="optional_name" />
[7393]7808 </item> <!-- Military -->
[7102]7809 <separator/>
[10706]7810 <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7811 <link wiki="Tag:landuse=construction" />
[7102]7812 <space />
7813 <key key="landuse" value="construction" />
[12908]7814 <reference ref="optional_name" />
[7393]7815 </item> <!-- Construction Area -->
[10808]7816 <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7817 <link wiki="Tag:landuse=brownfield" />
[7102]7818 <space />
7819 <key key="landuse" value="brownfield" />
[12908]7820 <reference ref="optional_name" />
[7393]7821 </item> <!-- Brownfield -->
[10808]7822 <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7823 <link wiki="Tag:landuse=greenfield" />
[7102]7824 <space />
7825 <key key="landuse" value="greenfield" />
[12908]7826 <reference ref="optional_name" />
[7393]7827 </item> <!-- Greenfield -->
[10706]7828 <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7829 <link wiki="Tag:landuse=landfill" />
[7102]7830 <space />
7831 <key key="landuse" value="landfill" />
[12908]7832 <reference ref="optional_name" />
[7393]7833 </item> <!-- Landfill -->
[10706]7834 <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
[14646]7835 <link wiki="Tag:landuse=quarry" />
[7102]7836 <space />
7837 <key key="landuse" value="quarry" />
7838 <reference ref="name_operator" />
[15298]7839 <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" />
[7393]7840 </item> <!-- Quarry -->
[7102]7841 </group> <!-- Landuse -->
[7393]7842 </group> <!-- Geography -->
[10808]7843 <group name="Annotation" icon="presets/misc/housenumber.svg">
[16245]7844 <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7845 <link wiki="Key:name" />
[7102]7846 <space />
7847 <text key="name" text="Name" />
7848 <optional>
7849 <text key="alt_name" text="Alternative name" match="key" />
7850 <text key="old_name" text="Historical name" match="key" />
7851 <text key="loc_name" text="Local name" match="key" />
7852 <text key="reg_name" text="Regional name" match="key" />
7853 <text key="nat_name" text="National name" match="key" />
7854 <text key="int_name" text="International name" match="key" />
7855 <text key="official_name" text="Official name" match="key" />
7856 <text key="short_name" text="Common name abbreviation" match="key" />
7857 </optional>
[7393]7858 </item> <!-- Name -->
[16245]7859 <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7860 <link wiki="Key:addr" />
[7102]7861 <space />
7862 <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
[8866]7863 <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
[7102]7864 <optional>
[7410]7865 <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
[7102]7866 <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
7867 <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
7868 <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
7869 </optional>
[7399]7870 <optional text="Optional values for specific countries">
[11463]7871 <text key="addr:unit" text="Unit/Suite" match="key" />
[7806]7872 <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
[7399]7873 <text key="addr:hamlet" text="Hamlet" match="key" />
7874 <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
7875 <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
7876 <text key="addr:district" text="District" use_last_as_default="force" match="key" />
[7430]7877 <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
[7431]7878 <!-- US States as defined in ISO 3166-2 -->
[8001]7879 <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" />
[7399]7880 </optional>
[10854]7881 </item> <!-- Address -->
[10808]7882 <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
[14646]7883 <link wiki="Key:addr" />
[7102]7884 <space />
7885 <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
7886 <optional>
7887 <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
7888 </optional>
[7393]7889 </item> <!-- Address Interpolation -->
[16245]7890 <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7891 <link wiki="Annotations" />
[7102]7892 <space />
[8669]7893 <text key="website" text="Website" match="key" />
7894 <text key="email" text="Email Address" match="key" />
7895 <space />
[13761]7896 <text key="phone" text="Phone number" match="key" />
[7102]7897 <text key="fax" text="Fax Number" match="key" />
[13785]7898 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7102]7899 <space />
7900 <text key="wikipedia" text="Wikipedia" />
7901 <text key="image" text="Image" />
[16474]7902 <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
[7393]7903 </item> <!-- Contact (Common Schema) -->
[16245]7904 <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7905 <link wiki="Key:contact" />
[7102]7906 <space />
[8669]7907 <text key="contact:website" text="Website" match="key" />
7908 <text key="contact:email" text="Email Address" match="key" />
7909 <space />
[13761]7910 <text key="contact:phone" text="Phone number" match="key" />
[7102]7911 <text key="contact:fax" text="Fax Number" match="key" />
[13785]7912 <label text="Use E.123 format, e.g. +49 11223 456 7890" />
[7102]7913 <space />
7914 <text key="wikipedia" text="Wikipedia" />
7915 <text key="image" text="Image" />
[16474]7916 <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
[7393]7917 </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
[16245]7918 <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7919 <link wiki="Key:description" />
[7910]7920 <space />
[7916]7921 <label text="A short text with additional information." text_context="description=*" />
7922 <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
[7910]7923 <space />
[7916]7924 <text key="description" text="Description" match="key" />
[16479]7925 <preset_link preset_name="Note" text="Similar but different tags:" />
7926 <preset_link preset_name="Fixme" text="Similar but different tags:" />
[7910]7927 </item> <!-- Description -->
[16245]7928 <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7929 <link wiki="Key:note" />
[7910]7930 <space />
[7916]7931 <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
[7910]7932 <space />
[7916]7933 <text key="note" text="Note" text_context="the tag note=*" match="key" />
[16479]7934 <preset_link preset_name="Fixme" text="Similar but different tags:" />
7935 <preset_link preset_name="Description" text="Similar but different tags:" />
[7910]7936 </item> <!-- Note -->
[16245]7937 <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
[14646]7938 <link wiki="Key:fixme" />
[7910]7939 <space />
[7916]7940 <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
[7910]7941 <space />
[7916]7942 <text key="fixme" text="Fixme" match="key" />
[16479]7943 <preset_link preset_name="Note" text="Similar but different tags:" />
7944 <preset_link preset_name="Description" text="Similar but different tags:" />
[7910]7945 </item> <!-- Fixme -->
[7102]7946 </group> <!-- Annotation -->
[10808]7947 <group name="Relations" icon="presets/misc/relations.svg">
[16245]7948 <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
[14646]7949 <link wiki="Relation:multipolygon" />
[7102]7950 <key key="type" value="multipolygon" />
7951 <optional>
7952 <text key="name" text="Name" />
7953 </optional>
7954 <roles>
[7901]7955 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7956 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
[7102]7957 </roles>
[7393]7958 </item> <!-- Multipolygon -->
[16245]7959 <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
[14646]7960 <link wiki="Relation:boundary" />
[7102]7961 <space />
7962 <key key="type" value="boundary" />
7963 <text key="name" text="Name" />
[8010]7964 <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
[7102]7965 <optional>
[9050]7966 <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
[7102]7967 </optional>
7968 <roles>
[7901]7969 <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
7970 <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
[7102]7971 <role key="subarea" text="Sub area" requisite="optional" type="relation" />
7972 <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
7973 <role key="label" text="Label point" requisite="optional" type="node" count="1" />
7974 </roles>
[7393]7975 </item> <!-- Boundary -->
[11989]7976 <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
[14646]7977 <link wiki="Relation:building" />
[11989]7978 <key key="type" value="building" />
7979 <preset_link preset_name="Building" />
7980 <preset_link preset_name="Entrance" />
7981 <preset_link preset_name="Building part" />
7982 <roles>
7983 <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
7984 <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
7985 <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
7986 <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
7987 <role key="entrance" text="Entrance" requisite="optional" type="node" />
7988 <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
7989 </roles>
7990 </item> <!-- Building -->
[7102]7991 <item name="Site" type="relation" preset_name_label="true">
[14646]7992 <link wiki="Relation:site" />
[7102]7993 <space />
7994 <key key="type" value="site" />
7995 <text key="name" text="Site name" />
7996 <roles>
7997 <role key="label" text="where to place the label" requisite="optional" type="node" />
[9587]7998 <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
[7102]7999 <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
[9587]8000 <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
[7102]8001 </roles>
[7393]8002 </item> <!-- Site -->
[7102]8003 <separator/>
[10706]8004 <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
[14646]8005 <link wiki="Relation:restriction" />
[7102]8006 <space />
8007 <key key="type" value="restriction" />
8008 <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" />
8009 <roles>
8010 <role key="from" text="from way" requisite="required" count="1" type="way" />
8011 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8012 <role key="to" text="to way" requisite="required" count="1" type="way" />
8013 </roles>
[7393]8014 </item> <!-- Turn Restriction -->
[16295]8015 <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
8016 <link wiki="Relation:connectivity" />
8017 <space />
8018 <key key="type" value="connectivity" />
8019 <text key="connectivity" text="Lane Connectivity" />
8020 <roles>
8021 <role key="from" text="from way" requisite="required" count="1" type="way" />
8022 <role key="via" text="via node or ways" requisite="required" type="way,node" />
8023 <role key="to" text="to way" requisite="required" count="1" type="way" />
8024 </roles>
8025 </item> <!-- Lane Connectivity -->
[10565]8026 <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
[14646]8027 <link wiki="Relation:enforcement" />
[7102]8028 <space />
8029 <key key="type" value="enforcement" />
[15201]8030 <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
[7102]8031 <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
8032 <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
8033 <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
8034 <roles>
8035 <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
8036 <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
8037 <role key="to" text="where enforcement ends" requisite="optional" type="node" />
8038 <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
8039 </roles>
[7393]8040 </item> <!-- Enforcement -->
[7102]8041 <separator/>
[10808]8042 <group name="Routes" icon="presets/misc/route.svg">
8043 <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8044 <link wiki="Tag:route=bicycle" />
[7102]8045 <space/>
8046 <key key="type" value="route"/>
8047 <key key="route" value="bicycle"/>
[10320]8048 <text key="name" text="Name" />
[13015]8049 <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
[7102]8050 <optional>
8051 <reference ref="route_hikebike_optionals" />
8052 </optional>
8053 <roles>
[15641]8054 <reference ref="route_segment_roles" />
[7102]8055 </roles>
[7393]8056 </item> <!-- Bicycle Route -->
[10808]8057 <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8058 <link wiki="Mountain_biking" />
[7102]8059 <space/>
8060 <key key="type" value="route"/>
8061 <key key="route" value="mtb"/>
[10320]8062 <text key="name" text="Name" />
[7102]8063 <optional>
8064 <reference ref="route_hikebike_optionals" />
8065 </optional>
8066 <roles>
[15641]8067 <reference ref="route_segment_roles" />
[7102]8068 </roles>
[7393]8069 </item> <!-- Mountain Biking Route -->
[10808]8070 <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8071 <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
[7102]8072 <space/>
8073 <key key="type" value="route"/>
8074 <key key="route" value="hiking"/>
[10320]8075 <text key="name" text="Name" />
[13015]8076 <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
[7102]8077 <optional>
8078 <reference ref="route_hikebike_optionals" />
8079 </optional>
[13998]8080 <reference ref="walking_routes_roles" />
[7393]8081 </item> <!-- Hiking Route -->
[10808]8082 <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8083 <link wiki="Tag:route=foot" />
[9852]8084 <space/>
8085 <key key="type" value="route"/>
8086 <key key="route" value="foot"/>
[10320]8087 <text key="name" text="Name" />
[13015]8088 <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
[9852]8089 <optional>
8090 <reference ref="route_hikebike_optionals" />
8091 </optional>
[13998]8092 <reference ref="walking_routes_roles" />
[9852]8093 </item> <!-- Walking Route -->
[15641]8094 <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8095 <link wiki="Tag:route=running" />
8096 <space/>
8097 <key key="type" value="route"/>
8098 <key key="route" value="running"/>
8099 <text key="name" text="Name" />
8100 <optional>
8101 <reference ref="route_hikebike_optionals" />
8102 </optional>
8103 <roles>
8104 <reference ref="route_segment_roles" />
8105 <reference ref="route_start_stop_roles" />
8106 </roles>
8107 </item> <!-- Running Route -->
8108 <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8109 <link wiki="Tag:route=fitness_trail" />
8110 <space/>
8111 <key key="type" value="route"/>
8112 <key key="route" value="fitness_trail"/>
8113 <text key="name" text="Name" />
8114 <optional>
8115 <reference ref="route_hikebike_optionals" />
8116 </optional>
8117 <roles>
8118 <reference ref="route_segment_roles" />
8119 <reference ref="route_start_stop_roles" />
8120 <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8121 <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
8122 </roles>
8123 </item> <!-- Fitness Trail -->
[10808]8124 <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8125 <link wiki="Tag:route=horse" />
[10086]8126 <space/>
8127 <key key="type" value="route"/>
8128 <key key="route" value="horse"/>
[10320]8129 <text key="name" text="Name" />
[13015]8130 <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
[10086]8131 <optional>
8132 <reference ref="route_hikebike_optionals" />
8133 </optional>
8134 <roles>
8135 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
8136 <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
8137 <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"/>
[15715]8138 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[10086]8139 </roles>
8140 </item> <!-- Riding Route -->
[10808]8141 <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8142 <link wiki="Tag:route=piste" />
[7102]8143 <space/>
8144 <key key="type" value="route"/>
8145 <key key="route" value="piste"/>
[10320]8146 <text key="name" text="Name" />
[15252]8147 <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
[7102]8148 <optional>
8149 <reference ref="route_hikebike_optionals" />
8150 </optional>
8151 <roles>
8152 <role key="" text="route segment" requisite="optional" type="way" />
8153 <role key="forward" text="forward segment" requisite="optional" type="way" />
8154 <role key="backward" text="backward segment" requisite="optional" type="way" />
8155 <role key="link" text="link segment" requisite="optional" type="way" />
8156 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8157 <role key="variant" text="variant segment" requisite="optional" type="way" />
8158 <role key="start" text="entry points" requisite="optional" type="node" />
[15715]8159 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8160 </roles>
[7393]8161 </item> <!-- Piste Route -->
[10808]8162 <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8163 <link wiki="Tag:route=ski" />
[7102]8164 <space/>
8165 <key key="type" value="route"/>
[10320]8166 <key key="route" value="ski"/>
8167 <text key="name" text="Name" />
[15252]8168 <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
[7102]8169 <optional>
8170 <reference ref="route_hikebike_optionals" />
8171 </optional>
8172 <roles>
8173 <role key="" text="route segment" requisite="optional" type="way" />
8174 <role key="forward" text="forward segment" requisite="optional" type="way" />
8175 <role key="backward" text="backward segment" requisite="optional" type="way" />
8176 <role key="link" text="link segment" requisite="optional" type="way" />
8177 <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
8178 <role key="variant" text="variant segment" requisite="optional" type="way" />
8179 <role key="start" text="entry points" requisite="optional" type="node" />
[15715]8180 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8181 </roles>
[7393]8182 </item> <!-- Ski Route -->
[7102]8183 <separator/>
[10808]8184 <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8185 <link wiki="Tag:route=detour" />
[7102]8186 <space/>
8187 <key key="type" value="route"/>
8188 <key key="route" value="detour"/>
[10320]8189 <reference ref="name_ref"/>
[7102]8190 <optional>
[10320]8191 <text key="operator" text="Operator" />
[7102]8192 <text key="destination" text="Destination"/>
[7297]8193 <text key="detour" text="Ref of the way this is a detour to"/>
[7102]8194 </optional>
8195 <roles>
[8703]8196 <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
[7102]8197 <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
[15715]8198 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8199 </roles>
[7393]8200 </item> <!-- Detour Route -->
[10808]8201 <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8202 <link wiki="Tag:route=power" />
[7102]8203 <space/>
8204 <key key="type" value="route"/>
8205 <key key="route" value="power"/>
8206 <reference ref="name_ref_operator"/>
8207 <roles>
[15453]8208 <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
8209 <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
[7102]8210 </roles>
[7393]8211 </item> <!-- Power Route -->
[10808]8212 <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8213 <link wiki="Tag:route=railway" />
[7102]8214 <space/>
8215 <key key="type" value="route"/>
8216 <key key="route" value="railway"/>
8217 <reference ref="name_ref_operator"/>
8218 <roles>
[8703]8219 <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
[7102]8220 </roles>
[7393]8221 </item> <!-- Railway Route -->
[10808]8222 <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14646]8223 <link wiki="Tag:route=road" />
[7102]8224 <space/>
8225 <key key="type" value="route"/>
8226 <key key="route" value="road"/>
8227 <reference ref="name_ref"/>
8228 <text key="network" text="Network" />
8229 <text key="operator" text="Operator" />
[16474]8230 <text key="distance" text="Distance (kilometers)"/>
[7102]8231 <roles>
[8703]8232 <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8233 <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8234 <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
8235 <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
[15715]8236 <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
[7102]8237 </roles>
[7393]8238 </item> <!-- Road Route -->
[15305]8239 <separator/>
8240 <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
8241 <link wiki="Relation:superroute" />
8242 <space/>
8243 <key key="type" value="superroute"/>
[15313]8244 <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" />
[15305]8245 <reference ref="name_ref_operator"/>
8246 <roles>
8247 <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
8248 </roles>
8249 </item> <!-- Superroute -->
[7102]8250 </group> <!-- Routes -->
[10808]8251 <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
[14998]8252 <link wiki="Relation:network" />
[7102]8253 <space />
8254 <key key="type" value="network" />
8255 <text key="name" text="Name" />
8256 <optional>
8257 <text key="network" text="Network" />
8258 <text key="operator" text="Operator" />
8259 </optional>
8260 <roles>
8261 <role key="" text="member" requisite="required" type="relation" />
8262 </roles>
[7393]8263 </item> <!-- Route Network -->
[7102]8264 <separator/>
[10808]8265 <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
[14646]8266 <link wiki="Relation:associatedStreet" />
[7102]8267 <space />
8268 <key key="type" value="associatedStreet" />
8269 <text key="name" text="Street name" />
8270 <roles>
[10967]8271 <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
[9587]8272 <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;" />
[7102]8273 </roles>
[7393]8274 </item> <!-- Associated Street -->
[7102]8275 <item name="Street" type="relation" preset_name_label="true">
[14646]8276 <link wiki="Relation:street" />
[7102]8277 <space />
8278 <key key="type" value="street" />
8279 <text key="name" text="Name" />
8280 <roles>
8281 <role key="street" text="ways being part of street" requisite="required" type="way" />
[16245]8282 <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8283 <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
8284 <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
[7102]8285 </roles>
[7393]8286 </item> <!-- Street -->
[10706]8287 <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
[14646]8288 <link wiki="Relation:destination_sign" />
[7102]8289 <space />
8290 <key key="type" value="destination_sign" />
8291 <text key="destination" text="Destination written on sign (w/o distance)" />
[16474]8292 <text key="distance" text="Distance (kilometers)" />
[7102]8293 <text key="time" text="Time (hh:mm, for trekking)" />
8294 <text key="colour:back" text="Colour of background" />
8295 <text key="colour:text" text="Colour of text" />
8296 <text key="colour:arrow" text="Colour of border/arrow" />
8297 <roles>
8298 <role key="from" text="last way before junction" requisite="optional" type="node,way" />
8299 <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
8300 <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
8301 <role key="sign" text="position of sign" requisite="optional" type="node" />
8302 </roles>
[7393]8303 </item> <!-- Destination Sign -->
[7102]8304 <separator/>
[10565]8305 <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
[14646]8306 <link wiki="Relation:waterway" />
[7102]8307 <space />
8308 <key key="type" value="waterway" />
8309 <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
8310 <text key="name" text="Name" />
8311 <optional>
[7498]8312 <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
[7102]8313 <text key="ref" text="Reference" />
8314 <text key="ref:sandre" text="Reference Sandre (FR)" />
8315 <text key="ref:fgkz" text="Reference FGKZ (DE)" />
8316 <text key="ref:regine" text="Reference REGINE (NO)" />
8317 <text key="ref:gnis" text="Reference GNIS (USA)" />
8318 <text key="ref:gnbc" text="Reference GNBC (CA)" />
8319 <text key="wikipedia" text="Wikipedia" />
8320 </optional>
8321 <roles>
8322 <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8323 <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8324 <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
8325 <role key="spring" text="spring of waterway" requisite="optional" type="node" />
8326 </roles>
[7393]8327 </item> <!-- Waterway -->
[10565]8328 <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
[14646]8329 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
[7102]8330 <space />
8331 <key key="type" value="bridge" />
8332 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8333 <reference ref="name_ref" />
[16474]8334 <text key="height" text="Height (meters)" length="7" />
[7102]8335 <text key="length" text="Length (meters)" />
8336 <text key="operator" text="Operator" />
8337 <roles>
8338 <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
8339 <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
[9587]8340 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
[7102]8341 <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
8342 </roles>
[7393]8343 </item> <!-- Bridge -->
[10706]8344 <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
[14646]8345 <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
[7102]8346 <space />
8347 <key key="type" value="tunnel" />
8348 <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
8349 <reference ref="name_ref" />
8350 <text key="length" text="Length (meters)" />
8351 <text key="operator" text="Operator" />
8352 <roles>
8353 <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
[9587]8354 <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
[7102]8355 <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
8356 </roles>
[7393]8357 </item> <!-- Tunnel -->
[7102]8358 </group> <!-- Relations -->
8359</presets>
Note: See TracBrowser for help on using the repository browser.