[7102] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
[13482] | 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
|
---|
[7102] | 3 | <!--
|
---|
[7667] | 4 | Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
|
---|
[7102] | 5 | -->
|
---|
| 6 |
|
---|
| 7 | <!-- Item chunks -->
|
---|
| 8 | <chunk id="surface">
|
---|
[10319] | 9 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,sand,grass,wood,metal" />
|
---|
[7102] | 10 | </chunk>
|
---|
[8028] | 11 | <chunk id="surface_smoothness">
|
---|
| 12 | <reference ref="surface" />
|
---|
[8877] | 13 | <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
|
---|
[8028] | 14 | <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
|
---|
| 15 | <list_entry value="good" short_description="Thin Wheels: racing bike" />
|
---|
| 16 | <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
|
---|
| 17 | <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
|
---|
| 18 | <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
|
---|
| 19 | <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
|
---|
| 20 | <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
|
---|
| 21 | <list_entry value="impassable" short_description="No wheeled vehicle" />
|
---|
| 22 | </combo>
|
---|
| 23 | </chunk>
|
---|
[16291] | 24 | <chunk id="sport_surface">
|
---|
| 25 | <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,decoturf,grass,sand,tartan,ground" />
|
---|
| 26 | </chunk>
|
---|
[7379] | 27 | <chunk id="riding_surface">
|
---|
[11153] | 28 | <combo key="leisure" text="Type" values="horse_riding,pitch,sports_centre,stadium,track" values_context="riding" />
|
---|
[7379] | 29 | <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" />
|
---|
| 30 | </chunk>
|
---|
[7102] | 31 | <chunk id="highway_base">
|
---|
[11133] | 32 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
|
---|
[8983] | 33 | <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
|
---|
| 34 | <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
|
---|
| 35 | <space />
|
---|
| 36 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
| 37 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
---|
| 38 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
---|
| 39 | <space />
|
---|
| 40 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[8028] | 41 | <reference ref="surface_smoothness" />
|
---|
[7102] | 42 | </chunk>
|
---|
[15074] | 43 | <chunk id="highway_yesno">
|
---|
[16741] | 44 | <checkgroup columns="4">
|
---|
[15074] | 45 | <check key="bridge" text="Bridge" disable_off="true" />
|
---|
[16741] | 46 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
---|
[15074] | 47 | <check key="embankment" text="Embankment" disable_off="true" />
|
---|
| 48 | <check key="cutting" text="Cutting" disable_off="true" />
|
---|
| 49 | </checkgroup>
|
---|
| 50 | </chunk>
|
---|
[7102] | 51 | <chunk id="highway_yesno_incline">
|
---|
[15074] | 52 | <reference ref="highway_yesno" />
|
---|
[16474] | 53 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
[7102] | 54 | </chunk>
|
---|
[15074] | 55 | <chunk id="highway_yesno_incline_oneway_lit_width">
|
---|
[16741] | 56 | <checkgroup columns="4">
|
---|
| 57 | <check key="bridge" text="Bridge" disable_off="true" />
|
---|
| 58 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
---|
| 59 | <check key="embankment" text="Embankment" disable_off="true" />
|
---|
| 60 | <check key="cutting" text="Cutting" disable_off="true" />
|
---|
| 61 | </checkgroup>
|
---|
| 62 | <checkgroup columns="4">
|
---|
| 63 | <check key="oneway" text="Oneway" />
|
---|
| 64 | <check key="lit" text="Lit" />
|
---|
| 65 | </checkgroup>
|
---|
| 66 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
[7102] | 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>
|
---|
[16741] | 73 | <chunk id="placement">
|
---|
| 74 | <combo key="placement" text="Placement" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5,transition" />
|
---|
| 75 | <combo key="placement:forward" text="Placement in way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
|
---|
| 76 | <combo key="placement:backward" text="Placement opposed to way direction" values="left_of:1,left_of:2,left_of:3,left_of:4,left_of:5,middle_of:1,middle_of:2,middle_of:3,middle_of:4,middle_of:5,right_of:1,right_of:2,right_of:3,right_of:4,right_of:5" />
|
---|
| 77 | </chunk>
|
---|
[7102] | 78 | <chunk id="railway_service">
|
---|
[9031] | 79 | <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
|
---|
[7102] | 80 | </chunk>
|
---|
[15074] | 81 | <chunk id="railway_electrified_yesno">
|
---|
[10540] | 82 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
|
---|
[7102] | 83 | <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
|
---|
| 84 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7" length="5" />
|
---|
[15074] | 85 | <reference ref="highway_yesno" />
|
---|
[7102] | 86 | </chunk>
|
---|
[15074] | 87 | <chunk id="railway_service_gauge_electrified_yesno">
|
---|
[7102] | 88 | <reference ref="railway_service" />
|
---|
| 89 | <combo key="tracks" text="Tracks" text_context="railway" values="1,2,3,4" length="4" />
|
---|
| 90 | <combo key="gauge" text="Gauge (mm)" values="1668,1676,1674,1600,1524,1520,1495,1435,1067,1000,914,762,760,750" length="4" />
|
---|
[15074] | 91 | <reference ref="railway_electrified_yesno" />
|
---|
[7102] | 92 | </chunk>
|
---|
| 93 | <chunk id="barrier_5">
|
---|
| 94 | <optional text="Allowed traffic:">
|
---|
[13155] | 95 | <check key="foot" text="Foot"/>
|
---|
| 96 | <check key="bicycle" text="Bicycle"/>
|
---|
[7102] | 97 | <check key="horse" text="Horse" />
|
---|
| 98 | <check key="motorcycle" text="Motorcycle" />
|
---|
| 99 | <check key="motorcar" text="Motorcar" />
|
---|
| 100 | </optional>
|
---|
| 101 | </chunk>
|
---|
| 102 | <chunk id="barrier_4">
|
---|
| 103 | <optional text="Allowed traffic:">
|
---|
[13155] | 104 | <check key="foot" text="Foot"/>
|
---|
| 105 | <check key="bicycle" text="Bicycle"/>
|
---|
[7102] | 106 | <check key="horse" text="Horse" />
|
---|
| 107 | <check key="motorcycle" text="Motorcycle" />
|
---|
| 108 | </optional>
|
---|
| 109 | </chunk>
|
---|
| 110 | <chunk id="barrier_2">
|
---|
| 111 | <optional text="Allowed traffic:">
|
---|
[13155] | 112 | <check key="foot" text="Foot"/>
|
---|
[11076] | 113 | <check key="bicycle" text="Bicycle"/>
|
---|
[7102] | 114 | </optional>
|
---|
| 115 | </chunk>
|
---|
[12957] | 116 | <chunk id="min_age">
|
---|
| 117 | <text key="min_age" text="Minimum age" />
|
---|
| 118 | </chunk>
|
---|
| 119 | <chunk id="max_age">
|
---|
| 120 | <text key="max_age" text="Maximum age" />
|
---|
| 121 | </chunk>
|
---|
[7102] | 122 | <chunk id="name_ref">
|
---|
| 123 | <text key="name" text="Name" />
|
---|
| 124 | <text key="ref" text="Reference" />
|
---|
| 125 | </chunk>
|
---|
[15112] | 126 | <chunk id="ref_operator">
|
---|
[7102] | 127 | <text key="ref" text="Reference" />
|
---|
| 128 | <text key="operator" text="Operator" />
|
---|
| 129 | </chunk>
|
---|
[15112] | 130 | <chunk id="name_ref_operator">
|
---|
| 131 | <text key="name" text="Name" />
|
---|
| 132 | <reference ref="ref_operator" />
|
---|
| 133 | </chunk>
|
---|
[7102] | 134 | <chunk id="name_operator">
|
---|
| 135 | <text key="name" text="Name" />
|
---|
| 136 | <text key="operator" text="Operator" />
|
---|
| 137 | </chunk>
|
---|
| 138 | <chunk id="name_layer">
|
---|
| 139 | <text key="name" text="Name" />
|
---|
| 140 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
| 141 | </chunk>
|
---|
| 142 | <chunk id="service_times">
|
---|
[11597] | 143 | <combo key="service_times" text="Service Times" delimiter="|" values="18:00|sunset,sunrise|Su 09:30,11:00|Sa,Su,PH 09:00|Sa 18:00; Su 10:45|Fr 08:00-18:00; Apr 10-15 off; Jun 07:00-20:00; Aug off; Dec 24 08:00-24:00|Sa 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" />
|
---|
[7102] | 144 | </chunk>
|
---|
| 145 | <chunk id="oh">
|
---|
[16474] | 146 | <combo key="opening_hours" text="Opening Hours" delimiter="|" values="24/7|08:30-12:30,15:30-20:00|Sa-Su 00:00-24:00|Mo-Su 09:00-21:00|Mo-Sa 08:00-18:00|Mo-Fr 09:00-17:00|Mo-Fr 08:30-20:00; Sa,Su 08:00-15:00; PH off|Mo-Fr 08:30-20:00; Tu-Su 08:00-15:00; Sa 08:00-12:00|Mo-Su 08:00-18:00; Apr 10-15 off; Jun 08:00-14:00; Aug off; Dec 25 off|sunrise-sunset|Su 10:00+|week 01-53/2 Fr 09:00-12:00; week 02-52/2 We 09:00-12:00" values_no_i18n="true" values_sort="false" />
|
---|
[7102] | 147 | </chunk>
|
---|
[8013] | 148 | <chunk id="wheelchair">
|
---|
[16742] | 149 | <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
|
---|
[8013] | 150 | </chunk>
|
---|
| 151 | <chunk id="oh_wheelchair">
|
---|
[7102] | 152 | <reference ref="oh" />
|
---|
[8013] | 153 | <reference ref="wheelchair" />
|
---|
[7102] | 154 | </chunk>
|
---|
[8013] | 155 | <chunk id="name_oh_wheelchair">
|
---|
| 156 | <text key="name" text="Name" />
|
---|
| 157 | <reference ref="oh_wheelchair" />
|
---|
| 158 | </chunk>
|
---|
| 159 | <chunk id="name_operator_oh_wheelchair">
|
---|
[7361] | 160 | <reference ref="name_operator" />
|
---|
[8013] | 161 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 162 | </chunk>
|
---|
[8013] | 163 | <chunk id="name_brand_operator_oh_wheelchair">
|
---|
[7102] | 164 | <text key="name" text="Name" />
|
---|
| 165 | <text key="brand" text="Brand" />
|
---|
| 166 | <text key="operator" text="Operator" />
|
---|
[8013] | 167 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 168 | </chunk>
|
---|
[8013] | 169 | <chunk id="name_brand_oh_wheelchair">
|
---|
[7102] | 170 | <text key="name" text="Name" />
|
---|
| 171 | <text key="brand" text="Brand" />
|
---|
[8013] | 172 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 173 | </chunk>
|
---|
[9652] | 174 | <chunk id="cuisine">
|
---|
[15597] | 175 | <multiselect key="cuisine" text="Cuisine" values="african;american;arab;argentinian;asian;bagel;balkan;barbecue;bavarian;beef_bowl;brazilian;burger;cake;caribbean;chicken;chinese;coffee_shop;crepe;curry;danish;donut;ethiopian;filipino;fish;fish_and_chips;french;friture;frozen_yogurt;german;georgian;greek;heuriger;hot_dog;ice_cream;indian;indonesian;international;italian;japanese;kebab;korean;lebanese;malaysian;mediterranean;mexican;moroccan;noodle;pancake;pasta;persian;peruvian;pizza;polish;portuguese;ramen;regional;russian;sandwich;sausage;seafood;soba;spanish;steak_house;sushi;tex-mex;tapas;thai;turkish;vietnamese;wings" values_searchable="true" />
|
---|
[9652] | 176 | </chunk>
|
---|
[7620] | 177 | <chunk id="internet">
|
---|
[7102] | 178 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
|
---|
| 179 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
|
---|
[7620] | 180 | </chunk>
|
---|
[8013] | 181 | <chunk id="internet_smoking">
|
---|
[7620] | 182 | <reference ref="internet" />
|
---|
[9035] | 183 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
|
---|
[7102] | 184 | </chunk>
|
---|
| 185 | <chunk id="optional_height">
|
---|
| 186 | <optional>
|
---|
| 187 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 188 | </optional>
|
---|
| 189 | </chunk>
|
---|
| 190 | <chunk id="optional_maxwidth">
|
---|
| 191 | <optional>
|
---|
| 192 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
---|
| 193 | </optional>
|
---|
| 194 | </chunk>
|
---|
| 195 | <chunk id="optional_maxheight_maxwidth">
|
---|
| 196 | <optional>
|
---|
| 197 | <text key="maxheight" text="Max. height (meters)" length="7" />
|
---|
| 198 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
---|
| 199 | </optional>
|
---|
| 200 | </chunk>
|
---|
[12908] | 201 | <chunk id="optional_name">
|
---|
| 202 | <optional>
|
---|
| 203 | <text key="name" text="Name" />
|
---|
| 204 | </optional>
|
---|
| 205 | </chunk>
|
---|
| 206 | <chunk id="optional_name_operator">
|
---|
| 207 | <optional>
|
---|
| 208 | <text key="name" text="Name" />
|
---|
| 209 | <text key="operator" text="Operator" />
|
---|
| 210 | </optional>
|
---|
| 211 | </chunk>
|
---|
[7102] | 212 | <chunk id="name_leisure_pitch">
|
---|
| 213 | <text key="name" text="Name" />
|
---|
| 214 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
|
---|
| 215 | </chunk>
|
---|
[8123] | 216 | <chunk id="sport">
|
---|
[16756] | 217 | <combo key="sport" text="Sport" values="10pin,9pin,american_football,archery,athletics,australian_football,baseball,basketball,beachvolleyball,billiards,boules,bowls,canadian_football,canoe,chess,climbing,cricket,croquet,curling,cycling,dog_racing,equestrian,field_hockey,fitness,gaelic_games,golf,gymnastics,handball,horse_racing,ice_hockey,ice_skating,karting,model_aerodrome,motocross,motor,multi,pelota,racquet,rc_car,roller_skating,rowing,rugby_league,rugby_union,running,safety_training,scuba_diving,shooting,skateboard,soccer,surfing,swimming,table_tennis,tennis,volleyball" values_context="sport" />
|
---|
[7379] | 218 | </chunk>
|
---|
[16742] | 219 | <chunk id="highway_access">
|
---|
| 220 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_sort="false" />
|
---|
| 221 | </chunk>
|
---|
| 222 | <chunk id="POI_access">
|
---|
| 223 | <combo key="access" text="General Access" values="yes,private,customers,permissive,no" values_sort="false" />
|
---|
| 224 | </chunk>
|
---|
| 225 | <chunk id="path_access_modes">
|
---|
| 226 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
---|
| 227 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 228 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
|
---|
| 229 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 230 | <space />
|
---|
| 231 | <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." />
|
---|
| 232 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 233 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 234 | </chunk>
|
---|
[7620] | 235 | <chunk id="fee">
|
---|
| 236 | <combo key="fee" text="Fee" values="yes,no" />
|
---|
| 237 | </chunk>
|
---|
| 238 | <chunk id="fee_interval">
|
---|
[16474] | 239 | <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] | 240 | </chunk>
|
---|
[7102] | 241 | <chunk id="parking_name_type_ref">
|
---|
| 242 | <text key="name" text="Name" />
|
---|
[7734] | 243 | <combo key="parking" text="Type" values="multi-storey,surface,underground,rooftop" values_context="parking" />
|
---|
[7102] | 244 | <text key="ref" text="Reference number" />
|
---|
| 245 | </chunk>
|
---|
[8028] | 246 | <chunk id="parking_access_fee_operator_surface_smoothness">
|
---|
[7102] | 247 | <space />
|
---|
[16474] | 248 | <reference ref="POI_access" />
|
---|
[7620] | 249 | <reference ref="fee_interval" />
|
---|
[7102] | 250 | <text key="operator" text="Operator" />
|
---|
[8028] | 251 | <reference ref="surface_smoothness" />
|
---|
[7102] | 252 | </chunk>
|
---|
[7449] | 253 | <chunk id="maxstay">
|
---|
[16340] | 254 | <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] | 255 | </chunk>
|
---|
[7620] | 256 | <chunk id="supervised">
|
---|
[16474] | 257 | <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] | 258 | </chunk>
|
---|
[7102] | 259 | <chunk id="supervised_lit_oh">
|
---|
[7620] | 260 | <reference ref="supervised" />
|
---|
[16474] | 261 | <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] | 262 | <reference ref="oh" />
|
---|
| 263 | </chunk>
|
---|
| 264 | <chunk id="name_wikipedia">
|
---|
| 265 | <text key="name" text="Name" />
|
---|
| 266 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 267 | </chunk>
|
---|
| 268 | <chunk id="population_postcode_website">
|
---|
| 269 | <text key="population" text="Population" />
|
---|
[10771] | 270 | <text key="postal_code" text="Postal Code" />
|
---|
[7102] | 271 | <text key="website" text="Website" />
|
---|
| 272 | </chunk>
|
---|
| 273 | <chunk id="route_hikebike_optionals">
|
---|
[10320] | 274 | <text key="ref" text="Reference" />
|
---|
| 275 | <text key="operator" text="Operator" />
|
---|
[16474] | 276 | <text key="distance" text="Distance (kilometers)"/>
|
---|
[7102] | 277 | <text key="ascent" text="Ascent (m)"/>
|
---|
| 278 | <text key="descent" text="Descent (m)"/>
|
---|
| 279 | <check key="roundtrip" text="Roundtrip"/>
|
---|
| 280 | <text key="symbol" text="Symbol description"/>
|
---|
| 281 | <text key="description" text="Description"/>
|
---|
[16710] | 282 | <text key="website" text="Website" />
|
---|
[7102] | 283 | </chunk>
|
---|
[12325] | 284 | <chunk id="genus_species_taxon">
|
---|
| 285 | <text key="genus" text="Genus" />
|
---|
| 286 | <text key="species" text="Species" />
|
---|
| 287 | <text key="taxon" text="Taxon" />
|
---|
| 288 | </chunk>
|
---|
[7222] | 289 | <chunk id="leaf">
|
---|
[13786] | 290 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" />
|
---|
| 291 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
|
---|
[8483] | 292 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
|
---|
| 293 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
|
---|
| 294 | <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." />
|
---|
| 295 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
|
---|
| 296 | <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
|
---|
| 297 | </combo>
|
---|
[7222] | 298 | </chunk>
|
---|
[13786] | 299 | <chunk id="leaf_without_mixed">
|
---|
| 300 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" />
|
---|
[13814] | 301 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
|
---|
[13786] | 302 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
|
---|
| 303 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
|
---|
| 304 | <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." />
|
---|
| 305 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
|
---|
| 306 | </combo>
|
---|
| 307 | </chunk>
|
---|
[14867] | 308 | <!-- start of religions and denominations -->
|
---|
[16711] | 309 | <chunk id="religious"> <!-- all religions and denominations -->
|
---|
| 310 | <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" />
|
---|
| 311 | <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" />
|
---|
| 312 | </chunk>
|
---|
| 313 | <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
|
---|
| 314 | <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" />
|
---|
| 315 | <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
|
---|
| 316 | </chunk>
|
---|
| 317 | <chunk id="other_religions"> <!-- religions which don't have an own preset -->
|
---|
| 318 | <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
|
---|
| 319 | </chunk>
|
---|
| 320 | <chunk id="christian_denominations"> <!-- christian denominations -->
|
---|
| 321 | <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" />
|
---|
| 322 | </chunk>
|
---|
| 323 | <chunk id="muslim_denominations"> <!-- muslim denominations -->
|
---|
| 324 | <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
|
---|
| 325 | </chunk>
|
---|
| 326 | <chunk id="jewish_denominations"> <!-- jewish denominations -->
|
---|
| 327 | <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
|
---|
| 328 | </chunk>
|
---|
| 329 | <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
|
---|
| 330 | <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
|
---|
| 331 | </chunk>
|
---|
| 332 | <chunk id="hindu_denominations"> <!-- hindu denominations -->
|
---|
| 333 | <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
|
---|
| 334 | </chunk>
|
---|
| 335 | <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
|
---|
[14867] | 336 | <!-- end of religions and denominations -->
|
---|
[7361] | 337 | <chunk id="voltage">
|
---|
[15203] | 338 | <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] | 339 | </chunk>
|
---|
| 340 | <chunk id="frequency">
|
---|
| 341 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,50,60" length="5" />
|
---|
| 342 | </chunk>
|
---|
| 343 | <chunk id="voltage_frequency">
|
---|
| 344 | <reference ref="voltage" />
|
---|
| 345 | <reference ref="frequency" />
|
---|
| 346 | </chunk>
|
---|
[13814] | 347 | <chunk id="transformer_voltage_frequency">
|
---|
| 348 | <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" />
|
---|
| 349 | <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" />
|
---|
| 350 | <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" />
|
---|
| 351 | <reference ref="frequency" />
|
---|
| 352 | </chunk>
|
---|
[12934] | 353 | <chunk id="cables">
|
---|
[10361] | 354 | <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
|
---|
[12934] | 355 | </chunk>
|
---|
| 356 | <chunk id="cables_circuits">
|
---|
| 357 | <reference ref="cables" />
|
---|
[10361] | 358 | <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
|
---|
[7361] | 359 | </chunk>
|
---|
| 360 | <chunk id="power_loc">
|
---|
[15372] | 361 | <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof" values_context="power" />
|
---|
[7361] | 362 | </chunk>
|
---|
| 363 | <chunk id="power_extra">
|
---|
| 364 | <reference ref="power_loc" />
|
---|
| 365 | <reference ref="voltage_frequency" />
|
---|
[15075] | 366 | <reference ref="ref_operator" />
|
---|
[7361] | 367 | </chunk>
|
---|
| 368 | <chunk id="power_line_extra">
|
---|
[12934] | 369 | <reference ref="cables_circuits" />
|
---|
[7361] | 370 | <reference ref="voltage_frequency" />
|
---|
| 371 | </chunk>
|
---|
| 372 | <chunk id="power_generator">
|
---|
[14646] | 373 | <link wiki="Tag:power=generator" />
|
---|
[7361] | 374 | <space />
|
---|
| 375 | <key key="power" value="generator" />
|
---|
| 376 | <reference ref="name_ref_operator" />
|
---|
| 377 | <text key="start_date" text="Start date" />
|
---|
| 378 | </chunk>
|
---|
| 379 | <chunk id="power_output">
|
---|
| 380 | <optional text="Output forms of energy:">
|
---|
| 381 | <combo key="generator:output:biogas" text="biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 382 | <combo key="generator:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 383 | <combo key="generator:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 384 | <combo key="generator:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 385 | <combo key="generator:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 386 | <combo key="generator:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 387 | <combo key="generator:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 388 | <combo key="generator:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 389 | <combo key="generator:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 390 | <space />
|
---|
[9500] | 391 | <reference ref="voltage_frequency" />
|
---|
[7361] | 392 | </optional>
|
---|
| 393 | </chunk>
|
---|
[12997] | 394 | <chunk id="power_pole">
|
---|
[16474] | 395 | <text key="height" text="Height (meters)" length="7" />
|
---|
[15170] | 396 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
---|
[15454] | 397 | <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
|
---|
[12997] | 398 | <check key="location:transition" text="Location transition" disable_off="true" />
|
---|
[15075] | 399 | <reference ref="ref_operator" />
|
---|
[12997] | 400 | </chunk>
|
---|
[13814] | 401 | <chunk id="rating_phases">
|
---|
| 402 | <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
|
---|
| 403 | <combo key="phases" text="Phases" values="1,3" length="1" />
|
---|
| 404 | </chunk>
|
---|
[12997] | 405 | <chunk id="optional_rating_phases">
|
---|
| 406 | <optional>
|
---|
[13814] | 407 | <reference ref="rating_phases" />
|
---|
[12997] | 408 | </optional>
|
---|
| 409 | </chunk>
|
---|
[13814] | 410 | <chunk id="optional_transformer_rating_phases_devices_windings">
|
---|
| 411 | <optional>
|
---|
| 412 | <reference ref="rating_phases" />
|
---|
| 413 | <combo key="devices" text="Number of devices" values="1,2,3,4" />
|
---|
| 414 | <combo key="windings" text="Number of windings" values="1,2,3,4" />
|
---|
[13894] | 415 | <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
|
---|
| 416 | <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
|
---|
[13814] | 417 | </optional>
|
---|
| 418 | </chunk>
|
---|
[15112] | 419 | <chunk id="telecom_medium">
|
---|
| 420 | <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
|
---|
| 421 | </chunk>
|
---|
[7490] | 422 | <chunk id="optional_bridge">
|
---|
| 423 | <optional>
|
---|
| 424 | <text key="name" text="Name" />
|
---|
[15266] | 425 | <text key="bridge:name" text="Bridge name" />
|
---|
[7490] | 426 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="1" length="3" />
|
---|
[8983] | 427 | <space />
|
---|
[7490] | 428 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
[8983] | 429 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
---|
| 430 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
---|
| 431 | <space />
|
---|
[7490] | 432 | <text key="maxweight" text="Max. weight (tonnes)" />
|
---|
| 433 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
| 434 | <text key="width" text="Width (meters)" />
|
---|
| 435 | <check key="toll" text="Toll" />
|
---|
| 436 | </optional>
|
---|
| 437 | </chunk>
|
---|
[8146] | 438 | <chunk id="waterway">
|
---|
[11280] | 439 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[9425] | 440 | <check key="intermittent" text="Intermittent" disable_off="true" />
|
---|
| 441 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
---|
[9028] | 442 | <check key="tidal" text="In the tidal range" disable_off="true" />
|
---|
[8146] | 443 | <combo key="tunnel" text="Tunnel" values="culvert,yes" />
|
---|
| 444 | <text key="width" text="Width (meters)" />
|
---|
| 445 | </chunk>
|
---|
| 446 | <chunk id="waterway_wikipedia">
|
---|
| 447 | <reference ref="waterway" />
|
---|
| 448 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 449 | </chunk>
|
---|
| 450 | <chunk id="water_access">
|
---|
| 451 | <optional text="Water access rules:">
|
---|
[16742] | 452 | <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
|
---|
| 453 | <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
|
---|
| 454 | <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
|
---|
| 455 | <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,private,no" values_sort="false" />
|
---|
[8146] | 456 | </optional>
|
---|
| 457 | </chunk>
|
---|
[9037] | 458 | <chunk id="operator_substance">
|
---|
| 459 | <text key="operator" text="Operator" />
|
---|
| 460 | <combo key="substance" text="Substance" values="water,gas,heat,oil,sewage" />
|
---|
| 461 | </chunk>
|
---|
| 462 | <chunk id="support">
|
---|
| 463 | <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
|
---|
| 464 | </chunk>
|
---|
[9039] | 465 | <chunk id="aerodrome">
|
---|
| 466 | <key key="aeroway" value="aerodrome" match="keyvalue" />
|
---|
| 467 | <text key="name" text="Name" />
|
---|
| 468 | <optional>
|
---|
| 469 | <text key="iata" text="IATA" />
|
---|
| 470 | <text key="icao" text="ICAO" />
|
---|
| 471 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 472 | </optional>
|
---|
| 473 | </chunk>
|
---|
[9080] | 474 | <chunk id="car_brands">
|
---|
[16711] | 475 | <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" />
|
---|
| 476 | </chunk>
|
---|
| 477 | <chunk id="motorcycle_brands">
|
---|
| 478 | <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" />
|
---|
| 479 | </chunk>
|
---|
| 480 | <chunk id="walking_routes_roles">
|
---|
| 481 | <roles>
|
---|
| 482 | <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry"/>
|
---|
| 483 | <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation"/>
|
---|
| 484 | <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation"/>
|
---|
| 485 | <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation"/>
|
---|
| 486 | <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation"/>
|
---|
| 487 | <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
|
---|
| 488 | <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"/>
|
---|
| 489 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
| 490 | </roles>
|
---|
| 491 | </chunk>
|
---|
| 492 | <chunk id="route_segment_roles">
|
---|
| 493 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track"/>
|
---|
| 494 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
|
---|
| 495 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
|
---|
| 496 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
| 497 | </chunk>
|
---|
| 498 | <chunk id="route_start_stop_roles">
|
---|
| 499 | <role key="start" text="start endpoint" requisite="optional" type="node" />
|
---|
| 500 | <role key="stop" text="stop endpoint" requisite="optional" type="node" />
|
---|
| 501 | <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
|
---|
| 502 | </chunk>
|
---|
| 503 | <chunk id="public_transport_route_optionals">
|
---|
| 504 | <text key="from" text="From (initial stop)" />
|
---|
| 505 | <text key="to" text="To (terminal stop)" />
|
---|
| 506 | <text key="via" text="Via (intermediate stops)" />
|
---|
| 507 | <text key="operator" text="Operator" />
|
---|
| 508 | <text key="network" text="Network" />
|
---|
| 509 | <text key="description" text="Description" />
|
---|
| 510 | <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" />
|
---|
| 511 | <reference ref="oh" />
|
---|
| 512 | <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" />
|
---|
| 513 | <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" />
|
---|
| 514 | <reference ref="fee" />
|
---|
| 515 | <text key="website" text="Website" />
|
---|
| 516 | </chunk>
|
---|
| 517 | <chunk id="climbing_styles">
|
---|
| 518 | <label text="Climbing styles:" />
|
---|
| 519 | <checkgroup columns="2">
|
---|
| 520 | <check key="climbing:boulder" text="Boulders" />
|
---|
| 521 | <check key="climbing:sport" text="Sport climbing" />
|
---|
| 522 | <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
|
---|
| 523 | <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
|
---|
| 524 | <check key="climbing:multipitch" text="Multi-pitch climbing" />
|
---|
| 525 | <check key="climbing:ice" text="Ice climbing" />
|
---|
| 526 | <check key="climbing:mixed" text="Mixed climbing" />
|
---|
| 527 | <check key="climbing:deepwater" text="Deep Water Soloing" />
|
---|
| 528 | </checkgroup>
|
---|
| 529 | </chunk>
|
---|
| 530 | <chunk id="climbing_optional_attributes">
|
---|
| 531 | <optional>
|
---|
| 532 | <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
|
---|
| 533 | <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
|
---|
| 534 | <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
|
---|
| 535 | <check key="climbing:summit_log" text="Summit/route log/register" />
|
---|
| 536 | <check key="indoor" text="Climbing routes indoor" />
|
---|
| 537 | <check key="outdoor" text="Climbing routes outdoor" />
|
---|
| 538 | <text key="website" text="Official web site (e.g. operator)" />
|
---|
| 539 | <text key="url" text="Unofficial web site" />
|
---|
| 540 | <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" />
|
---|
| 541 | <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
|
---|
| 542 | <reference ref="POI_access" />
|
---|
| 543 | </optional>
|
---|
| 544 | </chunk>
|
---|
[16758] | 545 | <chunk id="communication">
|
---|
| 546 | <space />
|
---|
| 547 | <label text="Communication type:" />
|
---|
| 548 | <checkgroup columns="3">
|
---|
| 549 | <check key="communication:mobile_phone" text="Mobile phone" />
|
---|
| 550 | <check key="communication:television" text="Television" />
|
---|
| 551 | <check key="communication:radio" text="Radio" />
|
---|
| 552 | <check key="communication:microwave" text="Microwave" />
|
---|
| 553 | <check key="communication:gsm-r" text="GSM-R" />
|
---|
| 554 | </checkgroup>
|
---|
| 555 | </chunk>
|
---|
[16712] | 556 | <!-- Link chunks -->
|
---|
| 557 | <chunk id="link_contact_address">
|
---|
| 558 | <preset_link preset_name="Contact (Common Schema)" />
|
---|
| 559 | <preset_link preset_name="Address" />
|
---|
| 560 | </chunk>
|
---|
| 561 | <chunk id="link_contact_address_payment">
|
---|
| 562 | <preset_link preset_name="Contact (Common Schema)" />
|
---|
| 563 | <preset_link preset_name="Address" />
|
---|
| 564 | <preset_link preset_name="Payment Methods" />
|
---|
| 565 | </chunk>
|
---|
[16743] | 566 | <chunk id="link_road_access_restrictions">
|
---|
| 567 | <preset_link preset_name="Road Restrictions" />
|
---|
| 568 | <preset_link preset_name="Access Restrictions" />
|
---|
| 569 | </chunk>
|
---|
[16744] | 570 | <!-- Groups -->
|
---|
[10565] | 571 | <group name="Highways" icon="presets/transport/way/way_secondary.svg">
|
---|
| 572 | <group name="Streets" icon="presets/transport/way/way_secondary.svg">
|
---|
| 573 | <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
|
---|
[14646] | 574 | <link wiki="Tag:highway=motorway" />
|
---|
[7102] | 575 | <space />
|
---|
| 576 | <key key="highway" value="motorway" />
|
---|
| 577 | <text key="ref" text="Reference" />
|
---|
[16741] | 578 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 579 | <optional>
|
---|
| 580 | <text key="name" text="Name" />
|
---|
[16741] | 581 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 582 | <reference ref="highway_base" />
|
---|
[10017] | 583 | <text key="destination" text="Destination" />
|
---|
| 584 | <text key="destination:ref" text="Destination reference" />
|
---|
[7703] | 585 | <text key="width" text="Width (meters)" />
|
---|
[16741] | 586 | <space />
|
---|
| 587 | <reference ref="highway_yesno" />
|
---|
[7102] | 588 | <checkgroup columns="4">
|
---|
| 589 | <check key="oneway" text="Oneway" default="on" />
|
---|
| 590 | <check key="lit" text="Lit" />
|
---|
| 591 | <check key="toll" text="Toll" />
|
---|
| 592 | </checkgroup>
|
---|
[16741] | 593 | <reference ref="placement" />
|
---|
[7102] | 594 | </optional>
|
---|
[16743] | 595 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 596 | </item> <!-- Motorway -->
|
---|
[10565] | 597 | <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
|
---|
[14646] | 598 | <link wiki="Tag:highway=motorway_link" />
|
---|
[7102] | 599 | <key key="highway" value="motorway_link" />
|
---|
| 600 | <optional>
|
---|
[16741] | 601 | <text key="ref" text="Reference" />
|
---|
| 602 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 603 | <reference ref="highway_base" />
|
---|
[10017] | 604 | <text key="destination" text="Destination" />
|
---|
| 605 | <text key="destination:ref" text="Destination reference" />
|
---|
[15189] | 606 | <text key="junction:ref" text="Junction reference" />
|
---|
[7703] | 607 | <text key="width" text="Width (meters)" />
|
---|
[16741] | 608 | <space />
|
---|
| 609 | <reference ref="highway_yesno" />
|
---|
[7102] | 610 | <checkgroup columns="4">
|
---|
| 611 | <check key="oneway" text="Oneway" default="on" />
|
---|
| 612 | <check key="lit" text="Lit" />
|
---|
| 613 | <check key="toll" text="Toll" />
|
---|
| 614 | </checkgroup>
|
---|
[16741] | 615 | <reference ref="placement" />
|
---|
[7102] | 616 | </optional>
|
---|
[16743] | 617 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 618 | </item> <!-- Motorway Link -->
|
---|
[10565] | 619 | <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
|
---|
[14646] | 620 | <link wiki="Tag:highway=trunk" />
|
---|
[7102] | 621 | <space />
|
---|
| 622 | <key key="highway" value="trunk" />
|
---|
| 623 | <text key="ref" text="Reference" />
|
---|
[16741] | 624 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 625 | <optional>
|
---|
| 626 | <text key="name" text="Name" />
|
---|
[16741] | 627 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 628 | <reference ref="highway_base" />
|
---|
[10017] | 629 | <text key="destination" text="Destination" />
|
---|
| 630 | <text key="destination:ref" text="Destination reference" />
|
---|
[7703] | 631 | <text key="width" text="Width (meters)" />
|
---|
[16741] | 632 | <space />
|
---|
| 633 | <reference ref="highway_yesno" />
|
---|
[7102] | 634 | <checkgroup columns="4">
|
---|
| 635 | <check key="oneway" text="Oneway" default="on" />
|
---|
| 636 | <check key="lit" text="Lit" />
|
---|
| 637 | <check key="toll" text="Toll" />
|
---|
[16741] | 638 | <check key="motorroad" text="Motorroad" default="on" />
|
---|
[7102] | 639 | </checkgroup>
|
---|
[16741] | 640 | <reference ref="placement" />
|
---|
[7102] | 641 | </optional>
|
---|
[16743] | 642 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 643 | </item> <!-- Trunk -->
|
---|
[10565] | 644 | <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
|
---|
[14646] | 645 | <link wiki="Highway_link" />
|
---|
[7102] | 646 | <space />
|
---|
| 647 | <key key="highway" value="trunk_link" />
|
---|
| 648 | <optional>
|
---|
[16741] | 649 | <text key="ref" text="Reference" />
|
---|
| 650 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 651 | <reference ref="highway_base" />
|
---|
[10017] | 652 | <text key="destination" text="Destination" />
|
---|
| 653 | <text key="destination:ref" text="Destination reference" />
|
---|
[15189] | 654 | <text key="junction:ref" text="Junction reference" />
|
---|
[7703] | 655 | <text key="width" text="Width (meters)" />
|
---|
[16741] | 656 | <space />
|
---|
| 657 | <reference ref="highway_yesno" />
|
---|
[7102] | 658 | <checkgroup columns="4">
|
---|
| 659 | <check key="oneway" text="Oneway" default="on" />
|
---|
| 660 | <check key="lit" text="Lit" />
|
---|
| 661 | <check key="toll" text="Toll" />
|
---|
[16741] | 662 | <check key="motorroad" text="Motorroad" default="on" />
|
---|
[7102] | 663 | </checkgroup>
|
---|
[16741] | 664 | <reference ref="placement" />
|
---|
[7102] | 665 | </optional>
|
---|
[16743] | 666 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 667 | </item> <!-- Trunk Link -->
|
---|
[7102] | 668 | <separator/>
|
---|
[10565] | 669 | <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 670 | <link wiki="Tag:highway=primary" />
|
---|
[7102] | 671 | <space />
|
---|
| 672 | <key key="highway" value="primary" />
|
---|
| 673 | <text key="ref" text="Reference" />
|
---|
[16741] | 674 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 675 | <optional>
|
---|
| 676 | <text key="name" text="Name" />
|
---|
[16741] | 677 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 678 | <reference ref="highway_base" />
|
---|
[7707] | 679 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 680 | <checkgroup columns="4">
|
---|
| 681 | <check key="motorroad" text="Motorroad" />
|
---|
| 682 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 683 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 684 | </checkgroup>
|
---|
| 685 | <reference ref="placement" />
|
---|
[7102] | 686 | </optional>
|
---|
[16743] | 687 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 688 | </item> <!-- Primary -->
|
---|
[10565] | 689 | <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
|
---|
[14646] | 690 | <link wiki="Highway_link" />
|
---|
[7102] | 691 | <key key="highway" value="primary_link" />
|
---|
| 692 | <optional>
|
---|
| 693 | <reference ref="highway_base" />
|
---|
[15189] | 694 | <text key="destination" text="Destination" />
|
---|
| 695 | <text key="destination:ref" text="Destination reference" />
|
---|
| 696 | <text key="junction:ref" text="Junction reference" />
|
---|
[7102] | 697 | <check key="motorroad" text="Motorroad" />
|
---|
[7707] | 698 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 699 | <space />
|
---|
| 700 | <reference ref="placement" />
|
---|
[7102] | 701 | </optional>
|
---|
[16743] | 702 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 703 | </item> <!-- Primary Link -->
|
---|
[10565] | 704 | <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 705 | <link wiki="Tag:highway=secondary" />
|
---|
[7102] | 706 | <space />
|
---|
| 707 | <key key="highway" value="secondary" />
|
---|
| 708 | <text key="ref" text="Reference" />
|
---|
[16741] | 709 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 710 | <optional>
|
---|
| 711 | <text key="name" text="Name" />
|
---|
[16741] | 712 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 713 | <reference ref="highway_base" />
|
---|
[7707] | 714 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 715 | <checkgroup columns="2">
|
---|
| 716 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 717 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 718 | </checkgroup>
|
---|
| 719 | <reference ref="placement" />
|
---|
[7102] | 720 | </optional>
|
---|
[16743] | 721 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 722 | </item> <!-- Secondary -->
|
---|
[10565] | 723 | <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
|
---|
[14646] | 724 | <link wiki="Highway_link" />
|
---|
[7102] | 725 | <key key="highway" value="secondary_link" />
|
---|
| 726 | <optional>
|
---|
| 727 | <reference ref="highway_base" />
|
---|
[15189] | 728 | <text key="destination" text="Destination" />
|
---|
| 729 | <text key="destination:ref" text="Destination reference" />
|
---|
[7707] | 730 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 731 | <space />
|
---|
| 732 | <reference ref="placement" />
|
---|
[7102] | 733 | </optional>
|
---|
[16743] | 734 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 735 | </item> <!-- Secondary Link -->
|
---|
[10565] | 736 | <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 737 | <link wiki="Tag:highway=tertiary" />
|
---|
[7102] | 738 | <space />
|
---|
| 739 | <key key="highway" value="tertiary" />
|
---|
| 740 | <text key="ref" text="Reference" />
|
---|
[16741] | 741 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 742 | <optional>
|
---|
| 743 | <text key="name" text="Name" />
|
---|
[16741] | 744 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 745 | <reference ref="highway_base" />
|
---|
[7707] | 746 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 747 | <checkgroup columns="2">
|
---|
| 748 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 749 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 750 | </checkgroup>
|
---|
| 751 | <reference ref="placement" />
|
---|
[7102] | 752 | </optional>
|
---|
[16743] | 753 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 754 | </item> <!-- Tertiary -->
|
---|
[10565] | 755 | <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
|
---|
[14646] | 756 | <link wiki="Highway_link" />
|
---|
[7102] | 757 | <key key="highway" value="tertiary_link" />
|
---|
| 758 | <optional>
|
---|
| 759 | <reference ref="highway_base" />
|
---|
[15189] | 760 | <text key="destination" text="Destination" />
|
---|
| 761 | <text key="destination:ref" text="Destination reference" />
|
---|
[7707] | 762 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 763 | <space />
|
---|
| 764 | <reference ref="placement" />
|
---|
[7102] | 765 | </optional>
|
---|
[16743] | 766 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 767 | </item> <!-- Tertiary Link -->
|
---|
[10565] | 768 | <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 769 | <link wiki="Tag:highway=unclassified" />
|
---|
[7102] | 770 | <key key="highway" value="unclassified" />
|
---|
| 771 | <optional>
|
---|
| 772 | <text key="name" text="Name" />
|
---|
[8755] | 773 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 774 | <text key="ref" text="Reference" />
|
---|
[16741] | 775 | <check key="noref" text="Street has no reference" disable_off="true" />
|
---|
[7102] | 776 | <reference ref="highway_base" />
|
---|
[7707] | 777 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[16741] | 778 | <checkgroup columns="3">
|
---|
| 779 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 780 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 781 | <check key="passing_places" text="Passing Places" />
|
---|
| 782 | </checkgroup>
|
---|
| 783 | <reference ref="placement" />
|
---|
[7102] | 784 | </optional>
|
---|
[16743] | 785 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 786 | </item> <!-- Unclassified -->
|
---|
[10565] | 787 | <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 788 | <link wiki="Tag:highway=residential" />
|
---|
[7102] | 789 | <space />
|
---|
| 790 | <key key="highway" value="residential" />
|
---|
| 791 | <text key="name" text="Name" />
|
---|
[16741] | 792 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 793 | <optional>
|
---|
| 794 | <text key="ref" text="Reference" />
|
---|
| 795 | <reference ref="highway_base" />
|
---|
[16741] | 796 | <reference ref="highway_yesno" />
|
---|
| 797 | <checkgroup columns="4">
|
---|
[15829] | 798 | <check key="oneway" text="Oneway" />
|
---|
| 799 | <check key="oneway:bicycle" text="Oneway for bicycle" />
|
---|
[16741] | 800 | <check key="lit" text="Lit" />
|
---|
[15829] | 801 | </checkgroup>
|
---|
| 802 | <text key="width" text="Width (meters)" />
|
---|
| 803 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
|
---|
[16741] | 804 | <checkgroup columns="2">
|
---|
| 805 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 806 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 807 | </checkgroup>
|
---|
[7102] | 808 | </optional>
|
---|
[16743] | 809 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 810 | </item> <!-- Residential -->
|
---|
[10565] | 811 | <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 812 | <link wiki="Key:bicycle_road" />
|
---|
[7102] | 813 | <space />
|
---|
| 814 | <key key="bicycle_road" value="yes" />
|
---|
| 815 | <key key="bicycle" value="designated" />
|
---|
| 816 | <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
|
---|
| 817 | <text key="name" text="Name" />
|
---|
[16741] | 818 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[16742] | 819 | <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
|
---|
[7102] | 820 | <text key="maxspeed" text="Max. speed (km/h)" default="30" />
|
---|
| 821 | <optional>
|
---|
[11133] | 822 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
---|
[7102] | 823 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" />
|
---|
[8028] | 824 | <reference ref="surface_smoothness" />
|
---|
[7102] | 825 | <reference ref="highway_yesno_incline" />
|
---|
[16741] | 826 | <checkgroup columns="4">
|
---|
| 827 | <check key="oneway" text="Oneway" />
|
---|
| 828 | <check key="oneway:bicycle" text="Oneway for bicycle" />
|
---|
| 829 | <check key="lit" text="Lit" />
|
---|
| 830 | </checkgroup>
|
---|
[7102] | 831 | <text key="width" text="Width (meters)" />
|
---|
[12771] | 832 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
|
---|
[7102] | 833 | </optional>
|
---|
[16743] | 834 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 835 | </item> <!-- Bicycle Road -->
|
---|
[10565] | 836 | <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 837 | <link wiki="Tag:highway=living_street" />
|
---|
[7102] | 838 | <space />
|
---|
| 839 | <key key="highway" value="living_street" />
|
---|
| 840 | <text key="name" text="Name" />
|
---|
[16741] | 841 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 842 | <optional>
|
---|
[11133] | 843 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
---|
[7102] | 844 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[8028] | 845 | <reference ref="surface_smoothness" />
|
---|
[7703] | 846 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16741] | 847 | <checkgroup columns="2">
|
---|
| 848 | <check key="narrow" text="Narrow" disable_off="true" />
|
---|
| 849 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
| 850 | </checkgroup>
|
---|
[7102] | 851 | </optional>
|
---|
[16743] | 852 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 853 | </item> <!-- Living Street -->
|
---|
[10565] | 854 | <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 855 | <link wiki="Tag:highway=pedestrian" />
|
---|
[7102] | 856 | <space />
|
---|
| 857 | <key key="highway" value="pedestrian" />
|
---|
| 858 | <text key="name" text="Name" />
|
---|
[16741] | 859 | <check key="noname" text="Street has no name" disable_off="true" />
|
---|
[7102] | 860 | <optional>
|
---|
| 861 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[8028] | 862 | <reference ref="surface_smoothness" />
|
---|
[7102] | 863 | <check key="area" text="Area" />
|
---|
| 864 | <reference ref="highway_yesno_incline" />
|
---|
| 865 | <check key="lit" text="Lit" />
|
---|
| 866 | <text key="width" text="Width (meters)" />
|
---|
| 867 | </optional>
|
---|
[16743] | 868 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 869 | </item> <!-- Pedestrian -->
|
---|
[10565] | 870 | <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 871 | <link wiki="Tag:highway=service" />
|
---|
[7102] | 872 | <space />
|
---|
| 873 | <key key="highway" value="service" />
|
---|
[9036] | 874 | <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" />
|
---|
[7102] | 875 | <optional>
|
---|
| 876 | <text key="name" text="Name" />
|
---|
[16741] | 877 | <space />
|
---|
[7102] | 878 | <reference ref="highway_base" />
|
---|
[7707] | 879 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[7102] | 880 | <check key="passing_places" text="Passing Places" />
|
---|
| 881 | </optional>
|
---|
[16743] | 882 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 883 | </item> <!-- Service -->
|
---|
[10565] | 884 | <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 885 | <link wiki="Tag:service=parking_aisle" />
|
---|
[7102] | 886 | <key key="highway" value="service" />
|
---|
| 887 | <key key="service" value="parking_aisle" />
|
---|
| 888 | <optional>
|
---|
[8028] | 889 | <reference ref="surface_smoothness" />
|
---|
[7102] | 890 | <check key="oneway" text="Oneway" />
|
---|
| 891 | <check key="lit" text="Lit" />
|
---|
| 892 | </optional>
|
---|
[16743] | 893 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 894 | </item> <!-- Parking Aisle -->
|
---|
[10565] | 895 | <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
|
---|
[14646] | 896 | <link wiki="Tag:highway=escape" />
|
---|
[7979] | 897 | <space />
|
---|
| 898 | <key key="highway" value="escape" />
|
---|
| 899 | <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
|
---|
| 900 | <optional>
|
---|
| 901 | <reference ref="surface" />
|
---|
| 902 | <text key="width" text="Width (meters)" />
|
---|
| 903 | <check key="lit" text="Lit" />
|
---|
| 904 | </optional>
|
---|
| 905 | </item> <!-- Escape -->
|
---|
[10565] | 906 | <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 907 | <link wiki="Tag:highway=raceway" />
|
---|
[8731] | 908 | <space />
|
---|
| 909 | <key key="highway" value="raceway" />
|
---|
| 910 | <text key="name" text="Name" />
|
---|
| 911 | </item> <!-- Raceway -->
|
---|
[10565] | 912 | <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 913 | <link wiki="Tag:highway=road" />
|
---|
[7102] | 914 | <key key="highway" value="road" />
|
---|
| 915 | <optional>
|
---|
| 916 | <text key="name" text="Name" />
|
---|
[16741] | 917 | <space />
|
---|
[7102] | 918 | <reference ref="highway_base" />
|
---|
[7707] | 919 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[9161] | 920 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
[7102] | 921 | </optional>
|
---|
[16743] | 922 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 923 | </item> <!-- Road (Unknown Type) -->
|
---|
[10565] | 924 | <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 925 | <link wiki="Key:construction" />
|
---|
[7102] | 926 | <key key="highway" value="construction" />
|
---|
[7926] | 927 | <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] | 928 | <optional>
|
---|
| 929 | <text key="name" text="Name" />
|
---|
[16741] | 930 | <space />
|
---|
[7102] | 931 | <reference ref="highway_base" />
|
---|
[7707] | 932 | <reference ref="highway_yesno_incline_oneway_lit_width_sidewalk" />
|
---|
[9161] | 933 | <check key="trolley_wire" text="Overhead trolley wires" />
|
---|
[7857] | 934 | <combo key="junction" text="Junction" values="roundabout,jughandle" />
|
---|
[7102] | 935 | </optional>
|
---|
[16743] | 936 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 937 | </item> <!-- Construction -->
|
---|
[7102] | 938 | <separator/>
|
---|
[16743] | 939 | <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 940 | <link wiki="Key:access" />
|
---|
[7102] | 941 | <space />
|
---|
[14534] | 942 | <checkgroup columns="3" >
|
---|
| 943 | <check key="oneway" text="Oneway" />
|
---|
| 944 | <check key="toll" text="Toll" />
|
---|
[15262] | 945 | <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
|
---|
[15433] | 946 | <check key="winter_road" text="Winter road" disable_off="true" />
|
---|
| 947 | <check key="ice_road" text="Ice road" disable_off="true" />
|
---|
[14534] | 948 | </checkgroup>
|
---|
[16743] | 949 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
| 950 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
---|
| 951 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
---|
| 952 | <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
|
---|
| 953 | <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
|
---|
| 954 | <text key="minspeed" text="Min. speed (km/h)" match="key" />
|
---|
[14534] | 955 | <space />
|
---|
[16743] | 956 | <text key="maxweight" text="Max. weight (tonnes)" match="key" />
|
---|
| 957 | <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
|
---|
| 958 | <space />
|
---|
| 959 | <text key="maxheight" text="Max. height (meters)" match="key" />
|
---|
| 960 | <text key="maxwidth" text="Max. width (meters)" match="key" />
|
---|
| 961 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
---|
| 962 | <space />
|
---|
| 963 | <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" />
|
---|
| 964 | <preset_link preset_name="Access Restrictions" />
|
---|
| 965 | </item> <!-- Road Restrictions -->
|
---|
| 966 | <item name="Access Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway" preset_name_label="true">
|
---|
| 967 | <link wiki="Key:access" />
|
---|
| 968 | <space />
|
---|
| 969 | <label text="Some road types already imply some access restrictions which should not be set again." />
|
---|
| 970 | <space />
|
---|
[7102] | 971 | <label text="Transport mode restrictions" />
|
---|
[16742] | 972 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,private,customers,agricultural,forestry,no" values_searchable="true" values_sort="false" match="key" />
|
---|
| 973 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
|
---|
| 974 | <reference ref="wheelchair" />
|
---|
| 975 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
---|
| 976 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
|
---|
| 977 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
|
---|
[14534] | 978 | <space />
|
---|
[7102] | 979 | <label text="Vehicles per type" />
|
---|
[16742] | 980 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 981 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,use_sidepath,no" values_sort="false" match="key" />
|
---|
| 982 | <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 983 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 984 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 985 | <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 986 | <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 987 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 988 | <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 989 | <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 990 | <combo key="bdouble" text="B-double road train" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 991 | <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
| 992 | <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" />
|
---|
| 993 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 994 | <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" match="key" />
|
---|
[14534] | 995 | <space />
|
---|
[7102] | 996 | <label text="Vehicles per use" />
|
---|
[16742] | 997 | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" />
|
---|
| 998 | <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 999 | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1000 | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1001 | <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1002 | <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1003 | <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1004 | <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,private,no" values_sort="false" match="key" />
|
---|
[16743] | 1005 | <preset_link preset_name="Road Restrictions" />
|
---|
| 1006 | </item> <!-- Access Restrictions -->
|
---|
[7102] | 1007 | <separator/>
|
---|
[10565] | 1008 | <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1009 | <link wiki="Tag:junction=roundabout" />
|
---|
[7102] | 1010 | <space />
|
---|
| 1011 | <key key="junction" value="roundabout" />
|
---|
[7926] | 1012 | <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] | 1013 | <optional>
|
---|
| 1014 | <reference ref="name_layer" />
|
---|
[11133] | 1015 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
---|
[15074] | 1016 | <reference ref="highway_yesno" />
|
---|
[7102] | 1017 | <text key="width" text="Width (meters)" />
|
---|
| 1018 | </optional>
|
---|
[16743] | 1019 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1020 | </item> <!-- Roundabout -->
|
---|
[10706] | 1021 | <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1022 | <link wiki="Tag:ford=yes" />
|
---|
[11010] | 1023 | <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
|
---|
[7102] | 1024 | <optional>
|
---|
| 1025 | <text key="name" text="Name" />
|
---|
| 1026 | </optional>
|
---|
[7393] | 1027 | </item> <!-- Ford -->
|
---|
[7102] | 1028 | </group> <!-- Streets -->
|
---|
[10565] | 1029 | <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
|
---|
| 1030 | <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1031 | <link wiki="Tag:highway=track" />
|
---|
[7102] | 1032 | <space />
|
---|
[10366] | 1033 | <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
|
---|
[15933] | 1034 | <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: paved or heavily compacted hardcore surface" />
|
---|
| 1035 | <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Mostly Solid: gravel/rock with some soft material mixed in" />
|
---|
| 1036 | <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Even mixture of hard and soft materials" />
|
---|
| 1037 | <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: soil/sand/grass with some hard material mixed in" />
|
---|
| 1038 | <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: soil/sand/grass" />
|
---|
[10366] | 1039 | </combo>
|
---|
[7102] | 1040 | <key key="highway" value="track" />
|
---|
| 1041 | <optional>
|
---|
| 1042 | <reference ref="name_layer" />
|
---|
[8028] | 1043 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1044 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[7102] | 1045 | <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
|
---|
[16474] | 1046 | <reference ref="highway_access" />
|
---|
[16742] | 1047 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1048 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1049 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1050 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1051 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
[7102] | 1052 | </optional>
|
---|
[16743] | 1053 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1054 | </item> <!-- Track -->
|
---|
[10565] | 1055 | <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1056 | <link wiki="Tag:highway=path" />
|
---|
[7102] | 1057 | <key key="highway" value="path" />
|
---|
| 1058 | <optional>
|
---|
| 1059 | <reference ref="name_layer" />
|
---|
[8028] | 1060 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1061 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16474] | 1062 | <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
|
---|
[7102] | 1063 | <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" />
|
---|
| 1064 | <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" />
|
---|
| 1065 | <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" />
|
---|
| 1066 | <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" />
|
---|
| 1067 | <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" />
|
---|
| 1068 | <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" />
|
---|
| 1069 | </combo>
|
---|
| 1070 | <combo key="mtb:scale" text="MTB Scale" values="0,1,2,3,4,5" />
|
---|
[8879] | 1071 | <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
|
---|
[16112] | 1072 | <check key="segregated" text="Segregated" />
|
---|
[16742] | 1073 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1074 | <reference ref="wheelchair" />
|
---|
| 1075 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1076 | <reference ref="path_access_modes" />
|
---|
[7102] | 1077 | </optional>
|
---|
[16743] | 1078 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1079 | </item> <!-- Path -->
|
---|
[7102] | 1080 | <separator/>
|
---|
[10565] | 1081 | <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1082 | <link wiki="Tag:highway=bridleway" />
|
---|
[7102] | 1083 | <key key="highway" value="bridleway" />
|
---|
| 1084 | <optional>
|
---|
| 1085 | <reference ref="name_layer" />
|
---|
| 1086 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
[8028] | 1087 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1088 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16742] | 1089 | <check key="segregated" text="Segregated" />
|
---|
| 1090 | <space />
|
---|
| 1091 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
---|
| 1092 | <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." />
|
---|
| 1093 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1094 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1095 | <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1096 | <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1097 | <reference ref="wheelchair" />
|
---|
| 1098 | <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1099 | <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" />
|
---|
| 1100 | <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1101 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1102 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
[7102] | 1103 | </optional>
|
---|
[16743] | 1104 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1105 | </item> <!-- Dedicated Bridleway -->
|
---|
[10565] | 1106 | <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1107 | <link wiki="Bicycle" />
|
---|
[7102] | 1108 | <space />
|
---|
[11907] | 1109 | <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
|
---|
[15825] | 1110 | <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane" match="key" />
|
---|
| 1111 | <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] | 1112 | <check key="oneway:bicycle" text="Oneway (bicycle)" />
|
---|
| 1113 | <space />
|
---|
| 1114 | <optional text="Edit Highway Attributes:">
|
---|
[16474] | 1115 | <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] | 1116 | <check key="oneway" text="Oneway" />
|
---|
| 1117 | </optional>
|
---|
[7393] | 1118 | </item> <!-- Cycle Lane/Track -->
|
---|
[10565] | 1119 | <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1120 | <link wiki="Tag:highway=cycleway" />
|
---|
[7102] | 1121 | <key key="highway" value="cycleway" />
|
---|
| 1122 | <optional>
|
---|
| 1123 | <reference ref="name_layer" />
|
---|
[8028] | 1124 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1125 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16112] | 1126 | <check key="segregated" text="Segregated" />
|
---|
[16742] | 1127 | <space />
|
---|
| 1128 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
---|
| 1129 | <label text="Globally, `bicycle=designated` is implied." />
|
---|
| 1130 | <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1131 | <reference ref="wheelchair" />
|
---|
| 1132 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
---|
| 1133 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1134 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1135 | <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1136 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1137 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
[7102] | 1138 | </optional>
|
---|
[16743] | 1139 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1140 | </item> <!-- Dedicated Cycleway -->
|
---|
[10565] | 1141 | <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1142 | <link wiki="Tag:highway=path" />
|
---|
[7102] | 1143 | <key key="highway" value="path" />
|
---|
| 1144 | <key key="bicycle" value="designated" />
|
---|
| 1145 | <key key="foot" value="designated" />
|
---|
| 1146 | <key key="segregated" value="yes" />
|
---|
| 1147 | <optional>
|
---|
| 1148 | <reference ref="name_layer" />
|
---|
[8028] | 1149 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1150 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16742] | 1151 | <space />
|
---|
| 1152 | <reference ref="wheelchair" />
|
---|
| 1153 | <reference ref="path_access_modes" />
|
---|
[7102] | 1154 | </optional>
|
---|
[16743] | 1155 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1156 | </item> <!-- Segregated Foot- and Cycleway -->
|
---|
[10565] | 1157 | <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1158 | <link wiki="Tag:highway=path" />
|
---|
[7102] | 1159 | <key key="highway" value="path" />
|
---|
| 1160 | <key key="bicycle" value="designated" />
|
---|
| 1161 | <key key="foot" value="designated" />
|
---|
| 1162 | <key key="segregated" value="no" />
|
---|
| 1163 | <optional>
|
---|
| 1164 | <reference ref="name_layer" />
|
---|
[8028] | 1165 | <reference ref="surface_smoothness" />
|
---|
[7703] | 1166 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[7102] | 1167 | <check key="passing_places" text="Passing Places" />
|
---|
[16742] | 1168 | <space />
|
---|
| 1169 | <reference ref="wheelchair" />
|
---|
| 1170 | <reference ref="path_access_modes" />
|
---|
[7102] | 1171 | </optional>
|
---|
[16743] | 1172 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1173 | </item> <!-- Combined Foot- and Cycleway -->
|
---|
[10565] | 1174 | <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1175 | <link wiki="Tag:highway=footway" />
|
---|
[7102] | 1176 | <key key="highway" value="footway" />
|
---|
| 1177 | <optional>
|
---|
[16646] | 1178 | <combo key="footway" text="Type" values="access_aisle,crossing,sidewalk" values_context="footway" />
|
---|
[7102] | 1179 | <reference ref="name_layer" />
|
---|
[8028] | 1180 | <reference ref="surface_smoothness" />
|
---|
[15257] | 1181 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[16112] | 1182 | <check key="segregated" text="Segregated" />
|
---|
[16742] | 1183 | <reference ref="wheelchair" />
|
---|
| 1184 | <space />
|
---|
| 1185 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
---|
| 1186 | <label text="Globally, `foot=designated` is implied." />
|
---|
| 1187 | <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1188 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
---|
| 1189 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1190 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,private,no" values_sort="false" match="key" />
|
---|
| 1191 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,private,no" values_sort="false" />
|
---|
| 1192 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" />
|
---|
| 1193 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,private,agricultural,forestry,no" values_sort="false" match="key" />
|
---|
[7102] | 1194 | </optional>
|
---|
[16743] | 1195 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 1196 | </item> <!-- Dedicated Footway -->
|
---|
[10565] | 1197 | <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1198 | <link wiki="Tag:highway=steps" />
|
---|
[7102] | 1199 | <key key="highway" value="steps" />
|
---|
| 1200 | <optional>
|
---|
[16289] | 1201 | <text key="name" text="Name" />
|
---|
| 1202 | <text key="level" text="Storey" />
|
---|
| 1203 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[7102] | 1204 | <reference ref="surface" />
|
---|
| 1205 | <text key="step_count" text="Amount of Steps" />
|
---|
[8011] | 1206 | <space />
|
---|
[15072] | 1207 | <check key="ramp" text="Ramp" />
|
---|
[8011] | 1208 | <checkgroup columns="2" >
|
---|
| 1209 | <check key="ramp:stroller" text="Stroller ramp" />
|
---|
| 1210 | <check key="ramp:bicycle" text="Bicycle ramp" />
|
---|
| 1211 | </checkgroup>
|
---|
| 1212 | <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
|
---|
| 1213 | <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
|
---|
| 1214 | <space />
|
---|
[15072] | 1215 | <check key="handrail" text="Handrail" />
|
---|
[8011] | 1216 | <checkgroup columns="3" >
|
---|
| 1217 | <check key="handrail:left" text="Left handrail" />
|
---|
| 1218 | <check key="handrail:center" text="Center handrail" />
|
---|
| 1219 | <check key="handrail:right" text="Right handrail" />
|
---|
| 1220 | </checkgroup>
|
---|
| 1221 | <space />
|
---|
[9115] | 1222 | <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
|
---|
| 1223 | <space />
|
---|
[7703] | 1224 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
---|
[7102] | 1225 | </optional>
|
---|
[7393] | 1226 | </item> <!-- Steps -->
|
---|
[7102] | 1227 | </group> <!-- Ways -->
|
---|
[10565] | 1228 | <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
|
---|
| 1229 | <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1230 | <link wiki="Tag:highway=motorway_junction" />
|
---|
[7102] | 1231 | <space />
|
---|
| 1232 | <key key="highway" value="motorway_junction" />
|
---|
| 1233 | <text key="name" text="Name" />
|
---|
[16741] | 1234 | <check key="noname" text="Junction has no name" disable_off="true" />
|
---|
[7102] | 1235 | <text key="ref" text="Number" />
|
---|
[16741] | 1236 | <check key="noref" text="Junction has no reference" disable_off="true" />
|
---|
[7393] | 1237 | </item> <!-- Motorway Junction -->
|
---|
[10565] | 1238 | <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1239 | <link wiki="Tag:highway=services" />
|
---|
[7102] | 1240 | <key key="highway" value="services" />
|
---|
| 1241 | <optional>
|
---|
| 1242 | <text key="name" text="Name" />
|
---|
| 1243 | <text key="operator" text="Operator" />
|
---|
| 1244 | <check key="toilets" text="Toilets" />
|
---|
| 1245 | </optional>
|
---|
[7393] | 1246 | </item> <!-- Services -->
|
---|
[10565] | 1247 | <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1248 | <link wiki="Tag:highway=rest_area" />
|
---|
[7102] | 1249 | <key key="highway" value="rest_area" />
|
---|
| 1250 | <optional>
|
---|
| 1251 | <text key="name" text="Name" />
|
---|
| 1252 | <check key="toilets" text="Toilets" />
|
---|
| 1253 | <check key="drinking_water" text="Drinking Water" />
|
---|
| 1254 | </optional>
|
---|
[7393] | 1255 | </item> <!-- Rest Area -->
|
---|
[7102] | 1256 | <separator/>
|
---|
[10565] | 1257 | <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1258 | <link wiki="Tag:highway=traffic_signals" />
|
---|
[7102] | 1259 | <key key="highway" value="traffic_signals" />
|
---|
[15195] | 1260 | <optional>
|
---|
| 1261 | <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
|
---|
| 1262 | </optional>
|
---|
[7102] | 1263 | <optional text="Optional crossing attributes:">
|
---|
[15273] | 1264 | <combo key="crossing" text="Pedestrian crossing type" values="uncontrolled,traffic_signals,unmarked,no" />
|
---|
[7381] | 1265 | <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" />
|
---|
[15648] | 1266 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
|
---|
[15273] | 1267 | <check key="crossing:island" text="With island" />
|
---|
[7745] | 1268 | <check key="button_operated" text="Button operated" />
|
---|
| 1269 | <check key="traffic_signals:sound" text="Sound signals" />
|
---|
[16474] | 1270 | <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] | 1271 | <check key="bicycle" text="Cross by bicycle" />
|
---|
| 1272 | <check key="horse" text="Cross on horseback" />
|
---|
[7102] | 1273 | </optional>
|
---|
[7874] | 1274 | <optional text="Optional values for specific countries">
|
---|
| 1275 | <text key="name" text="Name" />
|
---|
| 1276 | </optional>
|
---|
[7875] | 1277 | </item> <!-- Traffic Signal -->
|
---|
[10565] | 1278 | <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1279 | <link wiki="Tag:highway=stop" />
|
---|
[7102] | 1280 | <key key="highway" value="stop" />
|
---|
[15190] | 1281 | <optional>
|
---|
| 1282 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
---|
| 1283 | </optional>
|
---|
[7393] | 1284 | </item> <!-- Stop -->
|
---|
[10565] | 1285 | <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1286 | <link wiki="Tag:highway=give_way" />
|
---|
[7102] | 1287 | <key key="highway" value="give_way" />
|
---|
[15190] | 1288 | <optional>
|
---|
| 1289 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
---|
| 1290 | </optional>
|
---|
[7393] | 1291 | </item> <!-- Give Way -->
|
---|
[15201] | 1292 | <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
|
---|
[15197] | 1293 | <link wiki="Tag:cycleway=asl" />
|
---|
| 1294 | <key key="cycleway" value="asl" />
|
---|
| 1295 | </item> <!-- Advanced stop line -->
|
---|
[10565] | 1296 | <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1297 | <link wiki="Tag:highway=mini_roundabout" />
|
---|
[7102] | 1298 | <key key="highway" value="mini_roundabout" />
|
---|
| 1299 | <space />
|
---|
| 1300 | <combo key="direction" text="Direction" values="clockwise" />
|
---|
[7393] | 1301 | </item> <!-- Mini-Roundabout -->
|
---|
[10565] | 1302 | <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1303 | <link wiki="Key:crossing" />
|
---|
[7102] | 1304 | <space />
|
---|
| 1305 | <key key="highway" value="crossing" />
|
---|
[10437] | 1306 | <combo key="crossing" text="Pedestrian crossing type" >
|
---|
[10565] | 1307 | <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
|
---|
| 1308 | <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
|
---|
| 1309 | <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
|
---|
[10437] | 1310 | </combo>
|
---|
[7102] | 1311 | <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
|
---|
[15648] | 1312 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
|
---|
[16474] | 1313 | <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] | 1314 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
---|
[15273] | 1315 | <check key="crossing:island" text="With island" />
|
---|
[7102] | 1316 | <check key="bicycle" text="Cross by bicycle" />
|
---|
| 1317 | <check key="horse" text="Cross on horseback" />
|
---|
[8145] | 1318 | <label text="In case of traffic signals:" />
|
---|
| 1319 | <check key="button_operated" text="Button operated" />
|
---|
| 1320 | <check key="traffic_signals:sound" text="Sound signals" />
|
---|
[7393] | 1321 | </item> <!-- Pedestrian Crossing -->
|
---|
[10565] | 1322 | <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
|
---|
| 1323 | <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1324 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1325 | <space />
|
---|
| 1326 | <key key="traffic_calming" value="bump" />
|
---|
| 1327 | </item> <!-- Bump -->
|
---|
[14714] | 1328 | <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1329 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1330 | <space />
|
---|
[14714] | 1331 | <key key="traffic_calming" value="hump" />
|
---|
| 1332 | </item> <!-- Hump -->
|
---|
| 1333 | <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1334 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1335 | <space />
|
---|
[14714] | 1336 | <key key="traffic_calming" value="table" />
|
---|
| 1337 | </item> <!-- Table -->
|
---|
[10565] | 1338 | <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1339 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1340 | <space />
|
---|
| 1341 | <key key="traffic_calming" value="cushion" />
|
---|
| 1342 | </item> <!-- Cushion -->
|
---|
[14714] | 1343 | <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1344 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1345 | <space />
|
---|
[14714] | 1346 | <key key="traffic_calming" value="rumble_strip" />
|
---|
| 1347 | </item> <!-- Rumble strip -->
|
---|
| 1348 | <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1349 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1350 | <space />
|
---|
[14714] | 1351 | <key key="traffic_calming" value="dip" />
|
---|
| 1352 | </item> <!-- Dip -->
|
---|
| 1353 | <separator/>
|
---|
| 1354 | <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1355 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1356 | <space />
|
---|
[14714] | 1357 | <key key="traffic_calming" value="chicane" />
|
---|
| 1358 | </item> <!-- Chicane -->
|
---|
| 1359 | <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1360 | <link wiki="Key:traffic_calming" />
|
---|
[9724] | 1361 | <space />
|
---|
[14714] | 1362 | <key key="traffic_calming" value="choker" />
|
---|
| 1363 | </item> <!-- Choker -->
|
---|
| 1364 | <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
|
---|
| 1365 | <link wiki="Key:traffic_calming" />
|
---|
| 1366 | <space />
|
---|
| 1367 | <key key="traffic_calming" value="island" />
|
---|
| 1368 | </item> <!-- Island -->
|
---|
[9724] | 1369 | </group> <!-- Traffic Calming -->
|
---|
[10565] | 1370 | <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1371 | <link wiki="Tag:highway=passing_place" />
|
---|
[7102] | 1372 | <key key="highway" value="passing_place" />
|
---|
[7393] | 1373 | </item> <!-- Passing Place -->
|
---|
[10565] | 1374 | <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1375 | <link wiki="Tag:highway=turning_circle" />
|
---|
[7102] | 1376 | <key key="highway" value="turning_circle" />
|
---|
[7393] | 1377 | </item> <!-- Turning Circle -->
|
---|
[10565] | 1378 | <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1379 | <link wiki="Tag:highway=turning_loop" />
|
---|
[7328] | 1380 | <key key="highway" value="turning_loop" />
|
---|
[7393] | 1381 | </item> <!-- Turning Loop -->
|
---|
[10565] | 1382 | <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
|
---|
[14998] | 1383 | <link wiki="Tag:traffic_sign=city_limit" />
|
---|
[7102] | 1384 | <space />
|
---|
| 1385 | <key key="traffic_sign" value="city_limit" />
|
---|
| 1386 | <text key="name" text="Name" />
|
---|
[15190] | 1387 | <optional>
|
---|
[16653] | 1388 | <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
|
---|
[15190] | 1389 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
---|
| 1390 | </optional>
|
---|
[7393] | 1391 | </item> <!-- City Limit -->
|
---|
[10565] | 1392 | <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1393 | <link wiki="Key:traffic_sign" />
|
---|
[9034] | 1394 | <space />
|
---|
| 1395 | <key key="traffic_sign" value="maxspeed" />
|
---|
| 1396 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
[15190] | 1397 | <optional>
|
---|
| 1398 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
---|
| 1399 | </optional>
|
---|
[9037] | 1400 | </item> <!-- Speed Limit -->
|
---|
[10565] | 1401 | <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1402 | <link wiki="Tag:highway=speed_camera" />
|
---|
[7102] | 1403 | <key key="highway" value="speed_camera" />
|
---|
| 1404 | <optional>
|
---|
| 1405 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
| 1406 | </optional>
|
---|
[7393] | 1407 | </item> <!-- Speed Camera -->
|
---|
[15202] | 1408 | <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
|
---|
[15201] | 1409 | <link wiki="Tag:highway=toll_gantry" />
|
---|
| 1410 | <key key="highway" value="toll_gantry" />
|
---|
| 1411 | <optional>
|
---|
| 1412 | <text key="operator" text="Operator" />
|
---|
| 1413 | </optional>
|
---|
| 1414 | </item> <!-- Toll gantry -->
|
---|
[10565] | 1415 | <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1416 | <link wiki="Tag:highway=traffic_mirror" />
|
---|
[7810] | 1417 | <key key="highway" value="traffic_mirror" />
|
---|
| 1418 | </item> <!-- Traffic Mirror -->
|
---|
[10565] | 1419 | <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1420 | <link wiki="Tag:highway=milestone" />
|
---|
[8725] | 1421 | <key key="highway" value="milestone" />
|
---|
| 1422 | <text key="distance" text="Distance (kilometers)" />
|
---|
| 1423 | <text key="ref" text="Reference" />
|
---|
| 1424 | </item> <!-- Highway Milestone -->
|
---|
[10565] | 1425 | <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 1426 | <link wiki="Tag:junction=yes" />
|
---|
[7857] | 1427 | <key key="junction" value="yes" />
|
---|
| 1428 | <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
|
---|
| 1429 | <text key="name" text="Name" />
|
---|
| 1430 | </item> <!-- Named Junction -->
|
---|
[7102] | 1431 | <separator/>
|
---|
[10565] | 1432 | <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1433 | <link wiki="Tag:highway=elevator" />
|
---|
[7262] | 1434 | <key key="highway" value="elevator" />
|
---|
[15616] | 1435 | <text key="capacity:persons" text="Capacity (persons)" />
|
---|
| 1436 | <text key="maxweight" text="Max. weight (tonnes)" />
|
---|
| 1437 | <text key="level" text="Storey" />
|
---|
| 1438 | <optional>
|
---|
| 1439 | <text key="manufacturer" text="Manufacturer" />
|
---|
| 1440 | <reference ref="name_ref_operator" />
|
---|
| 1441 | <reference ref="oh_wheelchair" />
|
---|
| 1442 | <check key="handrail" text="Handrail" />
|
---|
| 1443 | <check key="bicycle" text="Bicycle" />
|
---|
| 1444 | <check key="indoor" text="Indoor" />
|
---|
| 1445 | <reference ref="fee" />
|
---|
| 1446 | <combo key="goods" text="Freight elevator" values="yes,designated,no" />
|
---|
[16474] | 1447 | <reference ref="POI_access" />
|
---|
[15616] | 1448 | <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
|
---|
| 1449 | </optional>
|
---|
[7393] | 1450 | </item> <!-- Elevator -->
|
---|
[7262] | 1451 | <separator/>
|
---|
[10565] | 1452 | <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1453 | <link wiki="Tag:amenity=grit_bin" />
|
---|
[7102] | 1454 | <key key="amenity" value="grit_bin" />
|
---|
[7393] | 1455 | </item> <!-- Grit Bin -->
|
---|
[7102] | 1456 | <separator/>
|
---|
[10706] | 1457 | <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1458 | <link wiki="Key:mountain_pass" />
|
---|
[7102] | 1459 | <key key="mountain_pass" value="yes" />
|
---|
| 1460 | <optional>
|
---|
| 1461 | <text key="name" text="Name" />
|
---|
[16707] | 1462 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7102] | 1463 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 1464 | </optional>
|
---|
[7393] | 1465 | </item> <!-- Mountain Pass -->
|
---|
[7102] | 1466 | </group> <!-- Waypoints -->
|
---|
[10808] | 1467 | <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
|
---|
[10706] | 1468 | <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1469 | <link wiki="Tag:barrier=block" />
|
---|
[7102] | 1470 | <key key="barrier" value="block" />
|
---|
| 1471 | <reference ref="barrier_4" />
|
---|
| 1472 | <optional>
|
---|
| 1473 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
---|
[15647] | 1474 | <combo key="material" text="Material" values="concrete,reinforced_concrete,stone" />
|
---|
[7102] | 1475 | </optional>
|
---|
[7393] | 1476 | </item> <!-- Block -->
|
---|
[10706] | 1477 | <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1478 | <link wiki="Tag:barrier=bollard" />
|
---|
[7102] | 1479 | <space />
|
---|
| 1480 | <key key="barrier" value="bollard" />
|
---|
| 1481 | <combo key="bollard" text="Bollard type" values="rising,removable" />
|
---|
| 1482 | <reference ref="barrier_4" />
|
---|
| 1483 | <optional>
|
---|
| 1484 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
---|
| 1485 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
---|
| 1486 | </optional>
|
---|
[7393] | 1487 | </item> <!-- Bollard -->
|
---|
[10706] | 1488 | <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1489 | <link wiki="Tag:barrier=cycle_barrier" />
|
---|
[7102] | 1490 | <key key="barrier" value="cycle_barrier" />
|
---|
| 1491 | <reference ref="barrier_4" />
|
---|
| 1492 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1493 | </item> <!-- Cycle Barrier -->
|
---|
[10808] | 1494 | <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1495 | <link wiki="Tag:barrier=cattle_grid" />
|
---|
[7102] | 1496 | <key key="barrier" value="cattle_grid" />
|
---|
| 1497 | <reference ref="barrier_4" />
|
---|
[7393] | 1498 | </item> <!-- Cattle Grid -->
|
---|
[10706] | 1499 | <item name="Bus Trap" type="node" preset_name_label="true">
|
---|
[14646] | 1500 | <link wiki="Tag:barrier=bus_trap" />
|
---|
[7102] | 1501 | <key key="barrier" value="bus_trap" />
|
---|
| 1502 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1503 | </item> <!-- Bus Trap -->
|
---|
[10706] | 1504 | <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1505 | <link wiki="Tag:barrier=spikes" />
|
---|
[7102] | 1506 | <key key="barrier" value="spikes" />
|
---|
| 1507 | <reference ref="barrier_5" />
|
---|
[7393] | 1508 | </item> <!-- Spikes -->
|
---|
[10808] | 1509 | <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 1510 | <link wiki="Tag:barrier=toll_booth" />
|
---|
[7102] | 1511 | <key key="barrier" value="toll_booth" />
|
---|
| 1512 | <optional>
|
---|
| 1513 | <text key="name" text="Name" />
|
---|
| 1514 | <text key="operator" text="Operator" />
|
---|
| 1515 | </optional>
|
---|
[7393] | 1516 | </item> <!-- Toll Booth -->
|
---|
[10808] | 1517 | <item name="Border Control" icon="presets/barrier/douane.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1518 | <link wiki="Tag:barrier=border_control" />
|
---|
[7102] | 1519 | <key key="barrier" value="border_control" />
|
---|
| 1520 | <reference ref="barrier_5" />
|
---|
[7393] | 1521 | </item> <!-- Border Control -->
|
---|
| 1522 | <separator/> <!-- *** Linear Barriers *** -->
|
---|
[10706] | 1523 | <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1524 | <link wiki="Tag:barrier=hedge" />
|
---|
[13786] | 1525 | <space />
|
---|
[7102] | 1526 | <key key="barrier" value="hedge" />
|
---|
[13786] | 1527 | <reference ref="leaf" />
|
---|
[7102] | 1528 | <optional>
|
---|
[13786] | 1529 | <reference ref="genus_species_taxon" />
|
---|
[7102] | 1530 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 1531 | </optional>
|
---|
[7393] | 1532 | </item> <!-- Hedge -->
|
---|
[10706] | 1533 | <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1534 | <link wiki="Tag:barrier=fence" />
|
---|
[7102] | 1535 | <key key="barrier" value="fence" />
|
---|
| 1536 | <optional>
|
---|
[13770] | 1537 | <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
|
---|
[7102] | 1538 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 1539 | </optional>
|
---|
[7393] | 1540 | </item> <!-- Fence -->
|
---|
[15304] | 1541 | <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
|
---|
| 1542 | <link wiki="Tag:barrier=handrail" />
|
---|
| 1543 | <key key="barrier" value="handrail" />
|
---|
| 1544 | <optional>
|
---|
| 1545 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
---|
| 1546 | <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" />
|
---|
| 1547 | </optional>
|
---|
| 1548 | </item> <!-- Handrail -->
|
---|
[15465] | 1549 | <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
|
---|
| 1550 | <link wiki="Tag:barrier=cable_barrier" />
|
---|
| 1551 | <key key="barrier" value="cable_barrier" />
|
---|
| 1552 | <reference ref="optional_height" />
|
---|
| 1553 | </item> <!-- Cable barrier -->
|
---|
[10825] | 1554 | <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1555 | <link wiki="Tag:barrier=guard_rail" />
|
---|
[7102] | 1556 | <key key="barrier" value="guard_rail" />
|
---|
| 1557 | <reference ref="optional_height" />
|
---|
[7393] | 1558 | </item> <!-- Guard Rail -->
|
---|
[16245] | 1559 | <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1560 | <link wiki="Tag:barrier=wall" />
|
---|
[7102] | 1561 | <key key="barrier" value="wall" />
|
---|
| 1562 | <reference ref="optional_height" />
|
---|
[16245] | 1563 | <combo key="wall" text="Type" values="castle_wall,dry_stone,flood_wall,noise_barrier,seawall" values_searchable="true" />
|
---|
[16474] | 1564 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
[7393] | 1565 | </item> <!-- Wall -->
|
---|
[16245] | 1566 | <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1567 | <link wiki="Tag:barrier=city_wall" />
|
---|
[7102] | 1568 | <key key="barrier" value="city_wall" />
|
---|
| 1569 | <reference ref="optional_height" />
|
---|
[16474] | 1570 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
[7393] | 1571 | </item> <!-- City Wall -->
|
---|
[10706] | 1572 | <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1573 | <link wiki="Tag:barrier=retaining_wall" />
|
---|
[7102] | 1574 | <key key="barrier" value="retaining_wall" />
|
---|
| 1575 | <reference ref="optional_height" />
|
---|
[16474] | 1576 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
[7393] | 1577 | </item> <!-- Retaining Wall -->
|
---|
[10825] | 1578 | <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1579 | <link wiki="Tag:barrier=jersey_barrier" />
|
---|
[9362] | 1580 | <key key="barrier" value="jersey_barrier" />
|
---|
| 1581 | <combo key="material" text="Material" values="concrete,plastic" />
|
---|
| 1582 | </item> <!-- Jersey Barrier -->
|
---|
[7821] | 1583 | <item name="Ditch" name_context="Barrier" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1584 | <link wiki="Tag:barrier=ditch" />
|
---|
[7102] | 1585 | <key key="barrier" value="ditch" />
|
---|
| 1586 | <optional>
|
---|
| 1587 | <text key="width" text="Width (meters)" length="7" />
|
---|
| 1588 | </optional>
|
---|
[7393] | 1589 | </item> <!-- Ditch -->
|
---|
[10706] | 1590 | <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1591 | <link wiki="Tag:barrier=kerb" />
|
---|
[7102] | 1592 | <key key="barrier" value="kerb" />
|
---|
| 1593 | <reference ref="optional_height" />
|
---|
[8013] | 1594 | <reference ref="wheelchair" />
|
---|
[10233] | 1595 | <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
|
---|
[7393] | 1596 | </item> <!-- Kerb -->
|
---|
| 1597 | <separator/> <!-- *** Access *** -->
|
---|
[10706] | 1598 | <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1599 | <link wiki="Tag:barrier=entrance" />
|
---|
[7102] | 1600 | <key key="barrier" value="entrance" />
|
---|
| 1601 | <reference ref="barrier_5" />
|
---|
| 1602 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1603 | </item> <!-- Entrance (Barrier Opening) -->
|
---|
[10808] | 1604 | <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1605 | <link wiki="Tag:barrier=gate" />
|
---|
[7102] | 1606 | <key key="barrier" value="gate" />
|
---|
| 1607 | <reference ref="barrier_5" />
|
---|
| 1608 | <reference ref="optional_maxheight_maxwidth" />
|
---|
[16474] | 1609 | <reference ref="highway_access" />
|
---|
[7393] | 1610 | </item> <!-- Gate -->
|
---|
[10706] | 1611 | <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1612 | <link wiki="Tag:barrier=lift_gate" />
|
---|
[7102] | 1613 | <key key="barrier" value="lift_gate" />
|
---|
| 1614 | <reference ref="barrier_5" />
|
---|
| 1615 | <reference ref="optional_maxwidth" />
|
---|
[16474] | 1616 | <reference ref="highway_access" />
|
---|
[7393] | 1617 | </item> <!-- Lift Gate -->
|
---|
[10706] | 1618 | <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1619 | <link wiki="Tag:barrier=swing_gate" />
|
---|
[7114] | 1620 | <key key="barrier" value="swing_gate" />
|
---|
| 1621 | <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" />
|
---|
| 1622 | <reference ref="barrier_5" />
|
---|
| 1623 | <reference ref="optional_maxwidth" />
|
---|
[16474] | 1624 | <reference ref="highway_access" />
|
---|
[7393] | 1625 | </item> <!-- Swing Gate -->
|
---|
[10706] | 1626 | <item name="Hampshire Gate" type="node" preset_name_label="true">
|
---|
[14646] | 1627 | <link wiki="Tag:barrier=hampshire_gate" />
|
---|
[7102] | 1628 | <key key="barrier" value="hampshire_gate" />
|
---|
| 1629 | <reference ref="barrier_5" />
|
---|
| 1630 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1631 | </item> <!-- Hampshire Gate -->
|
---|
[10706] | 1632 | <item name="Bump Gate" type="node" preset_name_label="true">
|
---|
[14646] | 1633 | <link wiki="Tag:barrier=bump_gate" />
|
---|
[7102] | 1634 | <key key="barrier" value="bump_gate" />
|
---|
| 1635 | <reference ref="barrier_5" />
|
---|
| 1636 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1637 | </item> <!-- Bump Gate -->
|
---|
[13481] | 1638 | <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1639 | <link wiki="Tag:barrier=kissing_gate" />
|
---|
[7102] | 1640 | <key key="barrier" value="kissing_gate" />
|
---|
| 1641 | <reference ref="barrier_2" />
|
---|
| 1642 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1643 | </item> <!-- Kissing Gate -->
|
---|
[10706] | 1644 | <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 1645 | <link wiki="Tag:barrier=chain" />
|
---|
[7102] | 1646 | <key key="barrier" value="chain" />
|
---|
| 1647 | <reference ref="barrier_5" />
|
---|
| 1648 | <reference ref="optional_maxwidth" />
|
---|
[7393] | 1649 | </item> <!-- Chain -->
|
---|
[10706] | 1650 | <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1651 | <link wiki="Tag:barrier=stile" />
|
---|
[7102] | 1652 | <space />
|
---|
| 1653 | <key key="barrier" value="stile" />
|
---|
| 1654 | <combo key="stile" text="Type" values="ladder,squeezer,stepover" />
|
---|
| 1655 | <optional>
|
---|
| 1656 | <combo key="material" text="Material" values="metal,stone,wood" />
|
---|
| 1657 | </optional>
|
---|
| 1658 | <reference ref="barrier_2" />
|
---|
[7393] | 1659 | </item> <!-- Stile -->
|
---|
[10706] | 1660 | <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1661 | <link wiki="Tag:barrier=turnstile" />
|
---|
[7102] | 1662 | <key key="barrier" value="turnstile" />
|
---|
| 1663 | <reference ref="barrier_2" />
|
---|
[7393] | 1664 | </item> <!-- Turnstile -->
|
---|
[10706] | 1665 | <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
|
---|
[14646] | 1666 | <link wiki="Tag:barrier=sally_port" />
|
---|
[7102] | 1667 | <key key="barrier" value="sally_port" />
|
---|
| 1668 | <reference ref="barrier_5" />
|
---|
[7373] | 1669 | <reference ref="optional_maxheight_maxwidth" />
|
---|
[7393] | 1670 | </item> <!-- Sally Port -->
|
---|
[7102] | 1671 | </group> <!-- Barriers -->
|
---|
[10565] | 1672 | <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
|
---|
| 1673 | <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1674 | <link wiki="Key:tunnel" />
|
---|
[7102] | 1675 | <key key="tunnel" value="yes" />
|
---|
| 1676 | <optional>
|
---|
| 1677 | <text key="name" text="Name" />
|
---|
| 1678 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
|
---|
| 1679 | <text key="width" text="Width (meters)" />
|
---|
[7373] | 1680 | <text key="maxheight" text="Max. height (meters)" />
|
---|
[8983] | 1681 | <space />
|
---|
[7102] | 1682 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
[8983] | 1683 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
---|
| 1684 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
---|
| 1685 | <space />
|
---|
[7102] | 1686 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
| 1687 | <check key="toll" text="Toll" />
|
---|
| 1688 | </optional>
|
---|
[7393] | 1689 | </item> <!-- Tunnel -->
|
---|
[10565] | 1690 | <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1691 | <link wiki="Key:tunnel" />
|
---|
[7102] | 1692 | <key key="tunnel" value="building_passage" />
|
---|
| 1693 | <optional>
|
---|
| 1694 | <reference ref="name_layer" />
|
---|
| 1695 | <text key="width" text="Width (meters)" />
|
---|
[7373] | 1696 | <text key="maxheight" text="Max. height (meters)" />
|
---|
[7102] | 1697 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
| 1698 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
| 1699 | </optional>
|
---|
[7393] | 1700 | </item> <!-- Building Passage -->
|
---|
[10565] | 1701 | <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1702 | <link wiki="Key:covered" />
|
---|
[7102] | 1703 | <space />
|
---|
| 1704 | <key key="covered" value="arcade" />
|
---|
| 1705 | <check key="arcade:left" value_on="open" text="Open on left side" />
|
---|
| 1706 | <check key="arcade:right" value_on="open" text="Open on right side" />
|
---|
| 1707 | <optional>
|
---|
| 1708 | <reference ref="name_layer" />
|
---|
| 1709 | <text key="width" text="Width (meters)" />
|
---|
| 1710 | </optional>
|
---|
[7393] | 1711 | </item> <!-- Arcade -->
|
---|
[10565] | 1712 | <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1713 | <link wiki="Key:covered" />
|
---|
[7102] | 1714 | <space />
|
---|
| 1715 | <key key="covered" value="colonnade" />
|
---|
| 1716 | <check key="colonnade:left" value_on="open" text="Open on left side" />
|
---|
| 1717 | <check key="colonnade:right" value_on="open" text="Open on right side" />
|
---|
| 1718 | <optional>
|
---|
| 1719 | <reference ref="name_layer" />
|
---|
| 1720 | <text key="width" text="Width (meters)" />
|
---|
| 1721 | </optional>
|
---|
[7393] | 1722 | </item> <!-- Colonnade -->
|
---|
[10565] | 1723 | <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1724 | <link wiki="Key:tunnel" />
|
---|
[7102] | 1725 | <space />
|
---|
| 1726 | <key key="tunnel" value="avalanche_protector" />
|
---|
| 1727 | <check key="avalanche_protector:left" value_on="open" text="Open on left side" />
|
---|
| 1728 | <check key="avalanche_protector:right" value_on="open" text="Open on right side" />
|
---|
| 1729 | <optional>
|
---|
| 1730 | <reference ref="name_layer" />
|
---|
| 1731 | <text key="width" text="Width (meters)" />
|
---|
| 1732 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
---|
| 1733 | </optional>
|
---|
[7393] | 1734 | </item> <!-- Avalanche Protector -->
|
---|
[7381] | 1735 | </group> <!-- Passageways -->
|
---|
[7393] | 1736 | </group> <!-- Highways -->
|
---|
[10565] | 1737 | <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
|
---|
| 1738 | <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
|
---|
[15535] | 1739 | <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
|
---|
| 1740 | <link wiki="Tag:waterway=river" />
|
---|
[7102] | 1741 | <space />
|
---|
[15535] | 1742 | <key key="waterway" value="river" />
|
---|
| 1743 | <text key="name" text="Name" />
|
---|
[8146] | 1744 | <optional>
|
---|
[15535] | 1745 | <reference ref="waterway_wikipedia" />
|
---|
| 1746 | <check key="lock" text="Lock" disable_off="true" />
|
---|
[8146] | 1747 | </optional>
|
---|
[15535] | 1748 | <reference ref="water_access" />
|
---|
| 1749 | </item> <!-- River -->
|
---|
[10565] | 1750 | <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1751 | <link wiki="Tag:waterway=stream" />
|
---|
[7102] | 1752 | <space />
|
---|
| 1753 | <key key="waterway" value="stream" />
|
---|
[11280] | 1754 | <text key="name" text="Name" />
|
---|
[8146] | 1755 | <optional>
|
---|
| 1756 | <reference ref="waterway_wikipedia" />
|
---|
| 1757 | </optional>
|
---|
| 1758 | <reference ref="water_access" />
|
---|
[7393] | 1759 | </item> <!-- Stream -->
|
---|
[15535] | 1760 | <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
|
---|
| 1761 | <link wiki="Tag:waterway=tidal_channel" />
|
---|
[7102] | 1762 | <space />
|
---|
[15535] | 1763 | <key key="waterway" value="tidal_channel" />
|
---|
[8146] | 1764 | <optional>
|
---|
[15535] | 1765 | <text key="name" text="Name" />
|
---|
| 1766 | <check key="salt" text="Salt Water" disable_off="true" />
|
---|
| 1767 | <check key="intermittent" text="Intermittent" disable_off="true" />
|
---|
| 1768 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
---|
| 1769 | <text key="width" text="Width (meters)" />
|
---|
| 1770 | <text key="wikipedia" text="Wikipedia" />
|
---|
[8146] | 1771 | </optional>
|
---|
[15535] | 1772 | </item> <!-- Tidal channel -->
|
---|
[10565] | 1773 | <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1774 | <link wiki="Tag:waterway=canal" />
|
---|
[8146] | 1775 | <space />
|
---|
| 1776 | <key key="waterway" value="canal" />
|
---|
[11280] | 1777 | <text key="name" text="Name" />
|
---|
[8146] | 1778 | <optional>
|
---|
[11280] | 1779 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[13895] | 1780 | <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" />
|
---|
[13896] | 1781 | <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" />
|
---|
[8146] | 1782 | <text key="width" text="Width (meters)" />
|
---|
| 1783 | <text key="wikipedia" text="Wikipedia" />
|
---|
[11280] | 1784 | <check key="lock" text="Lock" disable_off="true" />
|
---|
[8146] | 1785 | </optional>
|
---|
| 1786 | <reference ref="water_access" />
|
---|
| 1787 | </item> <!-- Canal -->
|
---|
[15535] | 1788 | <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
|
---|
| 1789 | <link wiki="Tag:waterway=drain" />
|
---|
| 1790 | <space />
|
---|
| 1791 | <key key="waterway" value="drain" />
|
---|
| 1792 | <optional>
|
---|
| 1793 | <text key="name" text="Name" />
|
---|
| 1794 | <reference ref="waterway" />
|
---|
| 1795 | </optional>
|
---|
| 1796 | </item> <!-- Drain -->
|
---|
| 1797 | <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
|
---|
| 1798 | <link wiki="Tag:waterway=ditch" />
|
---|
| 1799 | <space />
|
---|
| 1800 | <key key="waterway" value="ditch" />
|
---|
| 1801 | <optional>
|
---|
| 1802 | <text key="name" text="Name" />
|
---|
| 1803 | <reference ref="waterway" />
|
---|
| 1804 | </optional>
|
---|
| 1805 | </item> <!-- Ditch -->
|
---|
[7102] | 1806 | <separator/>
|
---|
[10706] | 1807 | <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 1808 | <link wiki="Tag:natural=spring" />
|
---|
[7381] | 1809 | <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
|
---|
[7102] | 1810 | <space />
|
---|
| 1811 | <key key="natural" value="spring" />
|
---|
| 1812 | <text key="name" text="Name" />
|
---|
[7381] | 1813 | <check key="drinking_water" text="Drinking Water" />
|
---|
| 1814 | </item> <!-- Spring -->
|
---|
[10565] | 1815 | <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1816 | <link wiki="Tag:waterway=waterfall" />
|
---|
[7102] | 1817 | <space />
|
---|
| 1818 | <key key="waterway" value="waterfall" />
|
---|
| 1819 | <reference ref="name_wikipedia" />
|
---|
[16474] | 1820 | <text key="height" text="Height (meters)" length="7" />
|
---|
[7393] | 1821 | </item> <!-- Waterfall -->
|
---|
[10565] | 1822 | <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 1823 | <link wiki="Tag:waterway=weir" />
|
---|
[7102] | 1824 | <space />
|
---|
| 1825 | <key key="waterway" value="weir" />
|
---|
| 1826 | <text key="name" text="Name" />
|
---|
[7393] | 1827 | </item> <!-- Weir -->
|
---|
[10565] | 1828 | <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1829 | <link wiki="Tag:waterway=dam" />
|
---|
[7102] | 1830 | <space />
|
---|
| 1831 | <key key="waterway" value="dam" />
|
---|
| 1832 | <reference ref="name_wikipedia" />
|
---|
[7393] | 1833 | </item> <!-- Dam -->
|
---|
[14050] | 1834 | <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1835 | <link wiki="Tag:man_made=dyke" />
|
---|
[14050] | 1836 | <space />
|
---|
| 1837 | <key key="man_made" value="dyke" />
|
---|
| 1838 | </item> <!-- Levee -->
|
---|
[16245] | 1839 | <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1840 | <link wiki="Tag:man_made=groyne" />
|
---|
[7102] | 1841 | <key key="man_made" value="groyne" />
|
---|
[7393] | 1842 | </item> <!-- Groyne -->
|
---|
[10565] | 1843 | <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1844 | <link wiki="Tag:man_made=breakwater" />
|
---|
[7102] | 1845 | <space />
|
---|
| 1846 | <key key="man_made" value="breakwater" />
|
---|
| 1847 | <text key="ref" text="Reference" />
|
---|
| 1848 | <text key="name" text="Name" />
|
---|
[7393] | 1849 | </item> <!-- Breakwater -->
|
---|
[7102] | 1850 | <separator/>
|
---|
[10565] | 1851 | <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1852 | <link wiki="Tag:tunnel=culvert" />
|
---|
[7102] | 1853 | <key key="tunnel" value="culvert" />
|
---|
| 1854 | <optional>
|
---|
| 1855 | <text key="name" text="Name" />
|
---|
| 1856 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" default="-1" length="3" />
|
---|
| 1857 | <text key="width" text="Width (meters)" />
|
---|
| 1858 | </optional>
|
---|
[7393] | 1859 | </item> <!-- Culvert -->
|
---|
[13895] | 1860 | <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
|
---|
[14646] | 1861 | <link wiki="Tag:usage=penstock" />
|
---|
[13895] | 1862 | <key key="waterway" value="pressurised" />
|
---|
| 1863 | <key key="man_made" value="pipeline" />
|
---|
| 1864 | <key key="substance" value="water" />
|
---|
| 1865 | <key key="usage" value="penstock" />
|
---|
[15170] | 1866 | <combo key="location" text="Location" values="overground,underground" values_context="pipeline" />
|
---|
[13895] | 1867 | <optional>
|
---|
| 1868 | <text key="name" text="Name" />
|
---|
| 1869 | <text key="operator" text="Operator" />
|
---|
[15062] | 1870 | <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" />
|
---|
| 1871 | <text key="pressure" text="Pressure (bar)" />
|
---|
[13895] | 1872 | <combo key="material" text="Material" values="metal,steel" />
|
---|
| 1873 | </optional>
|
---|
| 1874 | </item> <!-- Penstock -->
|
---|
[7102] | 1875 | <separator/>
|
---|
[10808] | 1876 | <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1877 | <link wiki="Tag:landuse=basin" />
|
---|
[7102] | 1878 | <space />
|
---|
| 1879 | <key key="landuse" value="basin" />
|
---|
[10860] | 1880 | <combo key="basin" text="Type" values="retention,infiltration,detention" />
|
---|
[12908] | 1881 | <reference ref="optional_name" />
|
---|
[7393] | 1882 | </item> <!-- Basin -->
|
---|
[10808] | 1883 | <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1884 | <link wiki="Tag:landuse=reservoir" />
|
---|
[7102] | 1885 | <space />
|
---|
| 1886 | <key key="landuse" value="reservoir" />
|
---|
[10860] | 1887 | <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" />
|
---|
[12908] | 1888 | <reference ref="optional_name" />
|
---|
[7393] | 1889 | </item> <!-- Reservoir -->
|
---|
[10706] | 1890 | <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1891 | <link wiki="Tag:man_made=reservoir_covered" />
|
---|
[7102] | 1892 | <space />
|
---|
| 1893 | <key key="man_made" value="reservoir_covered" />
|
---|
[12908] | 1894 | <reference ref="optional_name" />
|
---|
[7393] | 1895 | </item> <!-- Covered Reservoir -->
|
---|
[7102] | 1896 | <separator/>
|
---|
[10565] | 1897 | <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1898 | <link wiki="Tag:natural=water" />
|
---|
[7381] | 1899 | <label text="A body of standing water, such as a lake or pond." />
|
---|
[7102] | 1900 | <space />
|
---|
| 1901 | <key key="natural" value="water" />
|
---|
| 1902 | <text key="name" text="Name" />
|
---|
[10860] | 1903 | <combo key="water" text="Water Body" values="canal,lake,lagoon,oxbow,pond,reservoir,river,lock,wastewater" match="key" values_searchable="true" />
|
---|
[7381] | 1904 | <check key="salt" text="Salt Water" disable_off="true" />
|
---|
[14117] | 1905 | <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
|
---|
[9028] | 1906 | <check key="tidal" text="In the tidal range" disable_off="true" />
|
---|
[16707] | 1907 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[8146] | 1908 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 1909 | <reference ref="water_access" />
|
---|
[7381] | 1910 | </item> <!-- Water -->
|
---|
[10565] | 1911 | <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
|
---|
[14646] | 1912 | <link wiki="Tag:natural=coastline" />
|
---|
[7381] | 1913 | <label text="Line between the sea and land (with the water on the right side of the way)." />
|
---|
[7102] | 1914 | <space />
|
---|
| 1915 | <key key="natural" value="coastline" />
|
---|
| 1916 | <text key="name" text="Name" />
|
---|
[7381] | 1917 | </item> <!-- Coastline -->
|
---|
[10565] | 1918 | <item name="Riverbank" icon="presets/nautical/waterway_riverbank.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1919 | <link wiki="Tag:waterway=riverbank" />
|
---|
[7102] | 1920 | <space />
|
---|
| 1921 | <key key="waterway" value="riverbank" />
|
---|
| 1922 | <text key="name" text="Name" />
|
---|
[14117] | 1923 | <check key="intermittent" text="Intermittent (contains not permanently water)" disable_off="true" />
|
---|
[9028] | 1924 | <check key="tidal" text="In the tidal range" disable_off="true" />
|
---|
[7393] | 1925 | </item> <!-- Riverbank -->
|
---|
[7102] | 1926 | <separator/>
|
---|
[10706] | 1927 | <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1928 | <link wiki="Tag:natural=wetland" />
|
---|
[7381] | 1929 | <label text="Waterlogged area, either permanently or seasonally with vegetation." />
|
---|
[7102] | 1930 | <space />
|
---|
| 1931 | <key key="natural" value="wetland" />
|
---|
| 1932 | <text key="name" text="Name" />
|
---|
[15170] | 1933 | <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
|
---|
[9425] | 1934 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
---|
[7381] | 1935 | </item> <!-- Wetland -->
|
---|
[10706] | 1936 | <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1937 | <link wiki="Tag:natural=mud" />
|
---|
[7381] | 1938 | <label text="Large area covered with mud." />
|
---|
| 1939 | <space />
|
---|
[7102] | 1940 | <key key="natural" value="mud" />
|
---|
| 1941 | <text key="name" text="Name" />
|
---|
[7381] | 1942 | </item> <!-- Mud -->
|
---|
[10565] | 1943 | <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1944 | <link wiki="Tag:natural=beach" />
|
---|
[7381] | 1945 | <label text="A flat area of sand, gravel or pebble next to water." />
|
---|
[7102] | 1946 | <space />
|
---|
| 1947 | <key key="natural" value="beach" />
|
---|
[7381] | 1948 | <reference ref="name_wikipedia" />
|
---|
| 1949 | <optional>
|
---|
[7620] | 1950 | <reference ref="supervised" />
|
---|
[8013] | 1951 | <reference ref="oh_wheelchair" />
|
---|
[16474] | 1952 | <reference ref="POI_access" />
|
---|
[7381] | 1953 | <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
|
---|
| 1954 | <combo key="sport" text="Sport" values="swimming,surfing" />
|
---|
[16474] | 1955 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
---|
[7381] | 1956 | </optional>
|
---|
| 1957 | </item> <!-- Beach -->
|
---|
[15081] | 1958 | <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1959 | <link wiki="Tag:natural=bay" />
|
---|
[12768] | 1960 | <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
|
---|
[7102] | 1961 | <space />
|
---|
| 1962 | <key key="natural" value="bay" />
|
---|
| 1963 | <text key="name" text="Name" />
|
---|
[15081] | 1964 | <optional>
|
---|
| 1965 | <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
|
---|
| 1966 | </optional>
|
---|
[7381] | 1967 | </item> <!-- Bay -->
|
---|
[13945] | 1968 | <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1969 | <link wiki="Tag:natural=cape" />
|
---|
[13945] | 1970 | <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
|
---|
| 1971 | <space />
|
---|
| 1972 | <key key="natural" value="cape" />
|
---|
| 1973 | <text key="name" text="Name" />
|
---|
| 1974 | </item> <!-- Cape -->
|
---|
[15093] | 1975 | <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
| 1976 | <link wiki="Tag:natural=strait" />
|
---|
| 1977 | <space />
|
---|
| 1978 | <key key="natural" value="strait" />
|
---|
| 1979 | <text key="name" text="Name" />
|
---|
| 1980 | </item> <!-- Strait -->
|
---|
[7381] | 1981 | </group> <!-- Water -->
|
---|
[10565] | 1982 | <group name="Shipping" icon="presets/nautical/ferry.svg">
|
---|
| 1983 | <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 1984 | <link wiki="Tag:amenity=ferry_terminal" />
|
---|
[7102] | 1985 | <space />
|
---|
| 1986 | <key key="amenity" value="ferry_terminal" />
|
---|
| 1987 | <text key="name" text="Name" />
|
---|
| 1988 | <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
|
---|
[7393] | 1989 | </item> <!-- Ferry Terminal -->
|
---|
[10565] | 1990 | <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway,relation" preset_name_label="true">
|
---|
[14646] | 1991 | <link wiki="Tag:route=ferry" />
|
---|
[7102] | 1992 | <key key="route" value="ferry" />
|
---|
| 1993 | <optional>
|
---|
[15830] | 1994 | <reference ref="name_ref_operator" />
|
---|
[16710] | 1995 | <reference ref="wheelchair" />
|
---|
[15830] | 1996 | <space />
|
---|
[16710] | 1997 | <reference ref="oh" />
|
---|
| 1998 | <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" />
|
---|
| 1999 | <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] | 2000 | <reference ref="fee" />
|
---|
[16474] | 2001 | <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
|
---|
[15830] | 2002 | <check key="ferry:cable" text="Reaction ferry" />
|
---|
[7102] | 2003 | </optional>
|
---|
[16743] | 2004 | <reference ref="link_road_access_restrictions" />
|
---|
[7393] | 2005 | </item> <!-- Ferry Route -->
|
---|
[7102] | 2006 | <separator/>
|
---|
[10808] | 2007 | <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2008 | <link wiki="Tag:leisure=marina" />
|
---|
[7102] | 2009 | <space />
|
---|
| 2010 | <key key="leisure" value="marina" />
|
---|
| 2011 | <text key="name" text="Name" />
|
---|
[8188] | 2012 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
---|
[7393] | 2013 | </item> <!-- Marina -->
|
---|
[10808] | 2014 | <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2015 | <link wiki="Tag:waterway=fuel"/>
|
---|
[8402] | 2016 | <space />
|
---|
| 2017 | <key key="waterway" value="fuel" />
|
---|
| 2018 | <optional>
|
---|
| 2019 | <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" />
|
---|
| 2020 | <reference ref="name_operator" />
|
---|
| 2021 | <reference ref="oh" />
|
---|
| 2022 | <space />
|
---|
| 2023 | <label text="Fuel types:" />
|
---|
| 2024 | <checkgroup columns="2">
|
---|
| 2025 | <check key="fuel:diesel" text="Diesel" />
|
---|
| 2026 | <check key="fuel:biodiesel" text="Bio Diesel" />
|
---|
| 2027 | <check key="fuel:octane_80" text="Octane 80" />
|
---|
[13341] | 2028 | <check key="fuel:octane_87" text="Octane 87" />
|
---|
[8402] | 2029 | <check key="fuel:octane_91" text="Octane 91" />
|
---|
| 2030 | <check key="fuel:octane_92" text="Octane 92" />
|
---|
| 2031 | <check key="fuel:octane_95" text="Octane 95" />
|
---|
| 2032 | <check key="fuel:octane_98" text="Octane 98" />
|
---|
| 2033 | <check key="fuel:octane_100" text="Octane 100" />
|
---|
| 2034 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
|
---|
| 2035 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
|
---|
[13341] | 2036 | <check key="fuel:ethanol" text="Ethanol (alcohol)" />
|
---|
[8402] | 2037 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
|
---|
| 2038 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
|
---|
| 2039 | </checkgroup>
|
---|
| 2040 | </optional>
|
---|
| 2041 | <reference ref="link_contact_address_payment" />
|
---|
| 2042 | </item> <!-- Marine Fuel -->
|
---|
[10565] | 2043 | <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2044 | <link wiki="Tag:man_made=pier" />
|
---|
[7102] | 2045 | <space />
|
---|
| 2046 | <key key="man_made" value="pier" />
|
---|
| 2047 | <text key="name" text="Name" />
|
---|
[9029] | 2048 | <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
|
---|
| 2049 | <check key="floating" text="Floating" />
|
---|
[7393] | 2050 | </item> <!-- Pier -->
|
---|
[11281] | 2051 | <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 2052 | <link wiki="Tag:waterway=lock_gate" />
|
---|
[7102] | 2053 | <key key="waterway" value="lock_gate" />
|
---|
[7393] | 2054 | </item> <!-- Lock Gate -->
|
---|
[10706] | 2055 | <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2056 | <link wiki="Tag:waterway=turning_point" />
|
---|
[7102] | 2057 | <key key="waterway" value="turning_point" />
|
---|
[7393] | 2058 | </item> <!-- Turning Point -->
|
---|
[7102] | 2059 | <separator/>
|
---|
[10808] | 2060 | <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 2061 | <link wiki="Tag:leisure=slipway" />
|
---|
[7102] | 2062 | <key key="leisure" value="slipway" />
|
---|
| 2063 | <optional>
|
---|
| 2064 | <text key="name" text="Name" />
|
---|
| 2065 | </optional>
|
---|
[7393] | 2066 | </item> <!-- Slipway -->
|
---|
[10808] | 2067 | <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2068 | <link wiki="Tag:waterway=boatyard" />
|
---|
[7102] | 2069 | <space />
|
---|
| 2070 | <key key="waterway" value="boatyard" />
|
---|
| 2071 | <text key="name" text="Name" />
|
---|
[7393] | 2072 | </item> <!-- Boatyard -->
|
---|
[10808] | 2073 | <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2074 | <link wiki="Tag:waterway=dock" />
|
---|
[7102] | 2075 | <space />
|
---|
| 2076 | <key key="waterway" value="dock" />
|
---|
| 2077 | <text key="name" text="Name" />
|
---|
[7393] | 2078 | </item> <!-- Dock -->
|
---|
[7102] | 2079 | </group> <!-- Shipping -->
|
---|
[7393] | 2080 | </group> <!-- Water -->
|
---|
[10565] | 2081 | <group name="Transport" icon="presets/transport/railway/rail.svg">
|
---|
| 2082 | <group name="Railway" icon="presets/transport/railway/rail.svg">
|
---|
| 2083 | <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2084 | <link wiki="Tag:railway=rail" />
|
---|
[7102] | 2085 | <key key="railway" value="rail" />
|
---|
| 2086 | <optional>
|
---|
| 2087 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
---|
[15074] | 2088 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2089 | </optional>
|
---|
[7393] | 2090 | </item> <!-- Rail -->
|
---|
[10565] | 2091 | <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2092 | <link wiki="Tag:railway=narrow_gauge" />
|
---|
[7102] | 2093 | <key key="railway" value="narrow_gauge" />
|
---|
| 2094 | <optional>
|
---|
| 2095 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
---|
[15074] | 2096 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2097 | </optional>
|
---|
[7393] | 2098 | </item> <!-- Narrow Gauge Rail -->
|
---|
[10565] | 2099 | <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2100 | <link wiki="Tag:railway=monorail" />
|
---|
[7102] | 2101 | <key key="railway" value="monorail" />
|
---|
| 2102 | <optional>
|
---|
| 2103 | <reference ref="railway_service" />
|
---|
[15074] | 2104 | <reference ref="railway_electrified_yesno" />
|
---|
[7102] | 2105 | </optional>
|
---|
[7393] | 2106 | </item> <!-- Monorail -->
|
---|
[10565] | 2107 | <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2108 | <link wiki="Tag:railway=preserved" />
|
---|
[7102] | 2109 | <key key="railway" value="preserved" />
|
---|
| 2110 | <optional>
|
---|
[15074] | 2111 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2112 | </optional>
|
---|
[7393] | 2113 | </item> <!-- Preserved -->
|
---|
[10565] | 2114 | <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2115 | <link wiki="Tag:railway=light_rail" />
|
---|
[7102] | 2116 | <key key="railway" value="light_rail" />
|
---|
| 2117 | <optional>
|
---|
[15074] | 2118 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2119 | </optional>
|
---|
[7393] | 2120 | </item> <!-- Light Rail -->
|
---|
[10565] | 2121 | <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2122 | <link wiki="Tag:railway=subway" />
|
---|
[7102] | 2123 | <key key="railway" value="subway" />
|
---|
| 2124 | <optional>
|
---|
[15074] | 2125 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2126 | </optional>
|
---|
[7393] | 2127 | </item> <!-- Subway -->
|
---|
[10565] | 2128 | <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2129 | <link wiki="Tag:railway=tram" />
|
---|
[7102] | 2130 | <key key="railway" value="tram" />
|
---|
| 2131 | <optional>
|
---|
[15074] | 2132 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[7102] | 2133 | </optional>
|
---|
[7393] | 2134 | </item> <!-- Tram -->
|
---|
[10565] | 2135 | <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2136 | <link wiki="Tag:railway=funicular" />
|
---|
[10540] | 2137 | <key key="railway" value="funicular" />
|
---|
| 2138 | <optional>
|
---|
[15074] | 2139 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
[10540] | 2140 | </optional>
|
---|
| 2141 | </item> <!-- Funicular -->
|
---|
[10565] | 2142 | <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2143 | <link wiki="Tag:highway=bus_guideway" />
|
---|
[7102] | 2144 | <key key="highway" value="bus_guideway" />
|
---|
| 2145 | <optional>
|
---|
| 2146 | <text key="name" text="Name" />
|
---|
[15074] | 2147 | <reference ref="highway_yesno" />
|
---|
| 2148 | <check key="oneway" text="Oneway" />
|
---|
[7102] | 2149 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[8028] | 2150 | <reference ref="surface_smoothness" />
|
---|
[7102] | 2151 | <text key="maxspeed" text="Max. speed (km/h)" />
|
---|
| 2152 | <text key="width" text="Width (meters)" />
|
---|
| 2153 | </optional>
|
---|
[7393] | 2154 | </item> <!-- Bus Guideway -->
|
---|
[7102] | 2155 | <separator/>
|
---|
[15648] | 2156 | <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
|
---|
| 2157 | <link wiki="Key:construction" />
|
---|
| 2158 | <key key="railway" value="construction" />
|
---|
| 2159 | <combo key="construction" text="Railway type" values="rail,narrow_gauge,monorail,preserved,light_rail,subway,tram,funicular" />
|
---|
| 2160 | <optional>
|
---|
| 2161 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
---|
| 2162 | <reference ref="railway_service_gauge_electrified_yesno" />
|
---|
| 2163 | </optional>
|
---|
| 2164 | </item> <!-- Railway construction -->
|
---|
[10565] | 2165 | <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2166 | <link wiki="Tag:railway=disused" />
|
---|
[7102] | 2167 | <key key="railway" value="disused" />
|
---|
| 2168 | <optional>
|
---|
| 2169 | <reference ref="railway_service" />
|
---|
[15074] | 2170 | <reference ref="highway_yesno" />
|
---|
[7102] | 2171 | </optional>
|
---|
[7393] | 2172 | </item> <!-- Disused Rail -->
|
---|
[10565] | 2173 | <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2174 | <link wiki="Tag:railway=abandoned" />
|
---|
[7102] | 2175 | <key key="railway" value="abandoned" />
|
---|
| 2176 | <optional>
|
---|
| 2177 | <reference ref="railway_service" />
|
---|
[15074] | 2178 | <reference ref="highway_yesno" />
|
---|
[7102] | 2179 | </optional>
|
---|
[7393] | 2180 | </item> <!-- Abandoned Rail -->
|
---|
[7102] | 2181 | <separator/>
|
---|
[10565] | 2182 | <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2183 | <link wiki="Tag:railway=level_crossing" />
|
---|
[7102] | 2184 | <key key="railway" value="level_crossing" />
|
---|
| 2185 | <optional>
|
---|
[7620] | 2186 | <reference ref="supervised" />
|
---|
[7102] | 2187 | <check key="crossing:light" text="Traffic lights" />
|
---|
| 2188 | <check key="crossing:bell" text="Sound signals" />
|
---|
| 2189 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
|
---|
| 2190 | </optional>
|
---|
[7393] | 2191 | </item> <!-- Level Crossing -->
|
---|
[10565] | 2192 | <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2193 | <link wiki="Tag:railway=crossing" />
|
---|
[7102] | 2194 | <key key="railway" value="crossing" />
|
---|
| 2195 | <optional>
|
---|
[15273] | 2196 | <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
|
---|
[7620] | 2197 | <reference ref="supervised" />
|
---|
[7102] | 2198 | <check key="horse" text="Cross on horseback" />
|
---|
| 2199 | <check key="bicycle" text="Cross by bicycle" />
|
---|
| 2200 | <check key="crossing:light" text="Traffic lights" />
|
---|
| 2201 | <check key="crossing:bell" text="Sound signals" />
|
---|
| 2202 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
|
---|
| 2203 | </optional>
|
---|
[7393] | 2204 | </item> <!-- Crossing -->
|
---|
[10565] | 2205 | <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 2206 | <link wiki="Tag:railway=turntable" />
|
---|
[7102] | 2207 | <key key="railway" value="turntable" />
|
---|
[7393] | 2208 | </item> <!-- Turntable -->
|
---|
[10565] | 2209 | <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2210 | <link wiki="Tag:railway=buffer_stop" />
|
---|
[7102] | 2211 | <key key="railway" value="buffer_stop" />
|
---|
[7393] | 2212 | </item> <!-- Buffer Stop -->
|
---|
[10565] | 2213 | <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2214 | <link wiki="Tag:railway=switch" />
|
---|
[7102] | 2215 | <key key="railway" value="switch" />
|
---|
[15188] | 2216 | <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
|
---|
[7102] | 2217 | <text key="ref" text="Reference" />
|
---|
[9092] | 2218 | <text key="operator" text="Operator" />
|
---|
[7393] | 2219 | </item> <!-- Railway Switch -->
|
---|
[15188] | 2220 | <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
|
---|
| 2221 | <link wiki="Tag:railway=railway_crossing" />
|
---|
| 2222 | <key key="railway" value="railway_crossing" />
|
---|
| 2223 | <text key="ref" text="Reference" />
|
---|
| 2224 | <text key="operator" text="Operator" />
|
---|
| 2225 | </item> <!-- Railway crossing -->
|
---|
[10565] | 2226 | <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2227 | <link wiki="Tag:railway=signal" />
|
---|
[9092] | 2228 | <key key="railway" value="signal" />
|
---|
| 2229 | <text key="ref" text="Reference" />
|
---|
| 2230 | <text key="operator" text="Operator" />
|
---|
| 2231 | </item> <!-- Railway Signal -->
|
---|
[10565] | 2232 | <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2233 | <link wiki="Tag:railway=milestone" />
|
---|
[8725] | 2234 | <key key="railway" value="milestone" />
|
---|
| 2235 | <text key="distance" text="Distance (kilometers)" />
|
---|
| 2236 | <text key="ref" text="Reference" />
|
---|
| 2237 | </item> <!-- Railway Milestone -->
|
---|
[7102] | 2238 | </group> <!-- Railway -->
|
---|
[10706] | 2239 | <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
|
---|
| 2240 | <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2241 | <link wiki="Tag:aerialway=cable_car" />
|
---|
[7102] | 2242 | <space />
|
---|
| 2243 | <key key="aerialway" value="cable_car" />
|
---|
| 2244 | <reference ref="name_ref" />
|
---|
| 2245 | <optional>
|
---|
| 2246 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2247 | <text key="aerialway:occupancy" text="Number of people per car" />
|
---|
| 2248 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
| 2249 | <check key="aerialway:heating" text="Has heating?" />
|
---|
[16710] | 2250 | <space />
|
---|
| 2251 | <text key="operator" text="Operator" />
|
---|
| 2252 | <reference ref="oh" />
|
---|
| 2253 | <reference ref="fee" />
|
---|
[7102] | 2254 | </optional>
|
---|
[7393] | 2255 | </item> <!-- Cable Car -->
|
---|
[10706] | 2256 | <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2257 | <link wiki="Tag:aerialway=chair_lift" />
|
---|
[7915] | 2258 | <space />
|
---|
| 2259 | <key key="aerialway" value="chair_lift" />
|
---|
| 2260 | <reference ref="name_ref" />
|
---|
| 2261 | <optional>
|
---|
| 2262 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2263 | <text key="aerialway:occupancy" text="Number of people per chair" />
|
---|
| 2264 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
| 2265 | <check key="aerialway:bubble" text="Has bubble?" />
|
---|
| 2266 | <check key="aerialway:heating" text="Has heating?" />
|
---|
[16710] | 2267 | <space />
|
---|
| 2268 | <text key="operator" text="Operator" />
|
---|
| 2269 | <reference ref="oh" />
|
---|
| 2270 | <reference ref="fee" />
|
---|
[7915] | 2271 | </optional>
|
---|
| 2272 | </item> <!-- Chair Lift -->
|
---|
[10706] | 2273 | <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2274 | <link wiki="Tag:aerialway=gondola" />
|
---|
[7102] | 2275 | <space />
|
---|
| 2276 | <key key="aerialway" value="gondola" />
|
---|
| 2277 | <reference ref="name_ref" />
|
---|
| 2278 | <optional>
|
---|
| 2279 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2280 | <text key="aerialway:occupancy" text="Number of people per gondola" />
|
---|
| 2281 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
| 2282 | <check key="aerialway:heating" text="Has heating?" />
|
---|
[16710] | 2283 | <space />
|
---|
| 2284 | <text key="operator" text="Operator" />
|
---|
| 2285 | <reference ref="oh" />
|
---|
| 2286 | <reference ref="fee" />
|
---|
[7102] | 2287 | </optional>
|
---|
[7393] | 2288 | </item> <!-- Gondola -->
|
---|
[10706] | 2289 | <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2290 | <link wiki="Tag:aerialway=mixed_lift" />
|
---|
[7102] | 2291 | <space />
|
---|
| 2292 | <key key="aerialway" value="mixed_lift" />
|
---|
| 2293 | <reference ref="name_ref" />
|
---|
| 2294 | <optional>
|
---|
| 2295 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2296 | <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
|
---|
| 2297 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
| 2298 | <check key="aerialway:bubble" text="Has bubble?" />
|
---|
| 2299 | <check key="aerialway:heating" text="Has heating?" />
|
---|
[16710] | 2300 | <space />
|
---|
| 2301 | <text key="operator" text="Operator" />
|
---|
| 2302 | <reference ref="oh" />
|
---|
| 2303 | <reference ref="fee" />
|
---|
[7102] | 2304 | </optional>
|
---|
[7393] | 2305 | </item> <!-- Mixed Lift -->
|
---|
[10706] | 2306 | <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2307 | <link wiki="Tag:aerialway=drag_lift" />
|
---|
[7102] | 2308 | <space />
|
---|
[7915] | 2309 | <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] | 2310 | <reference ref="name_ref" />
|
---|
| 2311 | <optional>
|
---|
| 2312 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2313 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
[16710] | 2314 | <space />
|
---|
| 2315 | <text key="operator" text="Operator" />
|
---|
| 2316 | <reference ref="oh" />
|
---|
| 2317 | <reference ref="fee" />
|
---|
[7102] | 2318 | </optional>
|
---|
[7915] | 2319 | </item> <!-- Drag Lift -->
|
---|
[10808] | 2320 | <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2321 | <link wiki="Tag:aerialway=magic_carpet" />
|
---|
[7102] | 2322 | <space />
|
---|
| 2323 | <key key="aerialway" value="magic_carpet" />
|
---|
| 2324 | <reference ref="name_ref" />
|
---|
| 2325 | <optional>
|
---|
| 2326 | <text key="aerialway:capacity" text="Number of people per hour" />
|
---|
| 2327 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
[16710] | 2328 | <space />
|
---|
| 2329 | <text key="operator" text="Operator" />
|
---|
| 2330 | <reference ref="oh" />
|
---|
| 2331 | <reference ref="fee" />
|
---|
[7102] | 2332 | </optional>
|
---|
[7393] | 2333 | </item> <!-- Magic Carpet -->
|
---|
[10706] | 2334 | <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
|
---|
[14646] | 2335 | <link wiki="Tag:aerialway=goods" />
|
---|
[7102] | 2336 | <space />
|
---|
| 2337 | <key key="aerialway" value="goods" />
|
---|
| 2338 | <optional>
|
---|
[16710] | 2339 | <reference ref="name_ref_operator" />
|
---|
[7102] | 2340 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
---|
| 2341 | </optional>
|
---|
[7393] | 2342 | </item> <!-- Goods -->
|
---|
[15433] | 2343 | <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
|
---|
| 2344 | <link wiki="Tag:aerialway=zip_line" />
|
---|
| 2345 | <space />
|
---|
| 2346 | <key key="aerialway" value="zip_line" />
|
---|
| 2347 | <optional>
|
---|
| 2348 | <reference ref="name_ref_operator" />
|
---|
| 2349 | <reference ref="oh" />
|
---|
| 2350 | <reference ref="fee" />
|
---|
| 2351 | <reference ref="min_age" />
|
---|
| 2352 | <text key="maxweight" text="Max. weight (tonnes)" />
|
---|
| 2353 | </optional>
|
---|
| 2354 | </item> <!-- Zip line -->
|
---|
[7102] | 2355 | <separator/>
|
---|
[16245] | 2356 | <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2357 | <link wiki="Tag:aerialway=station" />
|
---|
[7102] | 2358 | <space />
|
---|
| 2359 | <key key="aerialway" value="station" />
|
---|
[16710] | 2360 | <reference ref="name_ref_operator" />
|
---|
[7393] | 2361 | </item> <!-- Station -->
|
---|
[10565] | 2362 | <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2363 | <link wiki="Tag:aerialway=pylon" />
|
---|
[7102] | 2364 | <space />
|
---|
| 2365 | <key key="aerialway" value="pylon" />
|
---|
[16710] | 2366 | <reference ref="name_ref" />
|
---|
[7393] | 2367 | </item> <!-- Pylon -->
|
---|
[7102] | 2368 | </group> <!-- Aerialway -->
|
---|
| 2369 | <separator/>
|
---|
[10706] | 2370 | <group name="Car" icon="presets/shop/vehicle.svg">
|
---|
[15367] | 2371 | <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2372 | <link wiki="Tag:amenity=parking" />
|
---|
[7102] | 2373 | <space />
|
---|
| 2374 | <key key="amenity" value="parking" />
|
---|
| 2375 | <reference ref="parking_name_type_ref" />
|
---|
| 2376 | <text key="maxheight" text="Max. height (meters)" />
|
---|
| 2377 | <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
|
---|
[8028] | 2378 | <reference ref="parking_access_fee_operator_surface_smoothness" />
|
---|
| 2379 | <space />
|
---|
[7102] | 2380 | <text key="capacity" text="Capacity (overall)" />
|
---|
[8023] | 2381 | <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
|
---|
| 2382 | <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
|
---|
| 2383 | <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
|
---|
[7102] | 2384 | <label text="See the Wiki for other capacity:[types]=*." />
|
---|
| 2385 | <space />
|
---|
[7449] | 2386 | <reference ref="maxstay" />
|
---|
[7102] | 2387 | <reference ref="supervised_lit_oh" />
|
---|
[7393] | 2388 | </item> <!-- Parking -->
|
---|
[10565] | 2389 | <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 2390 | <link wiki="Tag:amenity=parking_space" />
|
---|
[7102] | 2391 | <space />
|
---|
| 2392 | <key key="amenity" value="parking_space" />
|
---|
| 2393 | <reference ref="parking_name_type_ref" />
|
---|
| 2394 | <text key="capacity" text="Capacity" />
|
---|
[8028] | 2395 | <reference ref="parking_access_fee_operator_surface_smoothness" />
|
---|
[7449] | 2396 | <reference ref="maxstay" />
|
---|
[7102] | 2397 | <reference ref="supervised_lit_oh" />
|
---|
| 2398 | <check key="covered" text="Covered (with roof)" />
|
---|
[7393] | 2399 | </item> <!-- Parking Space -->
|
---|
[10706] | 2400 | <item name="Parking Entrance" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2401 | <link wiki="Tag:amenity=parking_entrance" />
|
---|
[7102] | 2402 | <space />
|
---|
| 2403 | <key key="amenity" value="parking_entrance" />
|
---|
| 2404 | <reference ref="parking_name_type_ref" />
|
---|
| 2405 | <text key="maxheight" text="Max. height (meters)" />
|
---|
[8028] | 2406 | <reference ref="parking_access_fee_operator_surface_smoothness" />
|
---|
[7102] | 2407 | <reference ref="supervised_lit_oh" />
|
---|
| 2408 | <check key="covered" text="Covered (with roof)" />
|
---|
[7393] | 2409 | </item> <!-- Parking Entrance -->
|
---|
[7102] | 2410 | <separator/>
|
---|
[10706] | 2411 | <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2412 | <link wiki="Tag:amenity=fuel" />
|
---|
[7102] | 2413 | <space />
|
---|
| 2414 | <key key="amenity" value="fuel" />
|
---|
[7994] | 2415 | <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] | 2416 | <optional>
|
---|
| 2417 | <text key="name" text="Name" />
|
---|
| 2418 | <text key="operator" text="Operator" />
|
---|
[8013] | 2419 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 2420 | <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
|
---|
[8076] | 2421 | <space />
|
---|
[7102] | 2422 | <label text="Fuel types:" />
|
---|
| 2423 | <checkgroup columns="2">
|
---|
| 2424 | <check key="fuel:diesel" text="Diesel" />
|
---|
| 2425 | <check key="fuel:biodiesel" text="Bio Diesel" />
|
---|
| 2426 | <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
|
---|
| 2427 | <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
|
---|
| 2428 | <check key="fuel:octane_80" text="Octane 80" />
|
---|
[13341] | 2429 | <check key="fuel:octane_87" text="Octane 87" />
|
---|
[7102] | 2430 | <check key="fuel:octane_91" text="Octane 91" />
|
---|
| 2431 | <check key="fuel:octane_92" text="Octane 92" />
|
---|
| 2432 | <check key="fuel:octane_95" text="Octane 95" />
|
---|
| 2433 | <check key="fuel:octane_98" text="Octane 98" />
|
---|
| 2434 | <check key="fuel:octane_100" text="Octane 100" />
|
---|
| 2435 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
|
---|
| 2436 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
|
---|
[13341] | 2437 | <check key="fuel:ethanol" text="Ethanol (alcohol)" />
|
---|
[14413] | 2438 | <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
|
---|
| 2439 | <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
|
---|
[7102] | 2440 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
|
---|
| 2441 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
|
---|
[14413] | 2442 | <check key="fuel:biogas" text="Biogas" />
|
---|
[7102] | 2443 | </checkgroup>
|
---|
[8076] | 2444 | <space />
|
---|
[13006] | 2445 | <label text="Additives:" />
|
---|
| 2446 | <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
|
---|
| 2447 | <space />
|
---|
[8076] | 2448 | <label text="Fuel cards:" />
|
---|
| 2449 | <checkgroup columns="3">
|
---|
| 2450 | <check key="payment:dkv" text="DKV" />
|
---|
| 2451 | <check key="payment:routex" text="Routex" />
|
---|
| 2452 | <check key="payment:uta" text="UTA" />
|
---|
| 2453 | </checkgroup>
|
---|
[7102] | 2454 | </optional>
|
---|
[8060] | 2455 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 2456 | <preset_link preset_name="Building" />
|
---|
[7393] | 2457 | </item> <!-- Fuel -->
|
---|
[10808] | 2458 | <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2459 | <link wiki="Tag:amenity=charging_station" />
|
---|
[7102] | 2460 | <space />
|
---|
| 2461 | <key key="amenity" value="charging_station" />
|
---|
[10330] | 2462 | <reference ref="name_ref_operator" />
|
---|
| 2463 | <reference ref="oh" />
|
---|
| 2464 | <reference ref="fee" />
|
---|
| 2465 | <space />
|
---|
| 2466 | <combo key="voltage" text="Voltage" values="230,400"/>
|
---|
| 2467 | <combo key="amperage" text="Amperage" values="16,32" />
|
---|
| 2468 | <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" />
|
---|
| 2469 | <space />
|
---|
| 2470 | <label text="Types of vehicles which can be charged:" />
|
---|
| 2471 | <checkgroup columns="4">
|
---|
| 2472 | <check key="bicycle" text="Bicycle" />
|
---|
| 2473 | <check key="scooter" text="Scooter" />
|
---|
[15867] | 2474 | <check key="motorcycle" text="Motorcycle" />
|
---|
[15919] | 2475 | <check key="motorcar" text="Motorcar" />
|
---|
[10330] | 2476 | <check key="truck" text="Truck" />
|
---|
| 2477 | </checkgroup>
|
---|
| 2478 | <space />
|
---|
| 2479 | <label text="Number of Sockets:" />
|
---|
[13385] | 2480 | <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" />
|
---|
| 2481 | <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" />
|
---|
| 2482 | <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" />
|
---|
| 2483 | <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" />
|
---|
[10330] | 2484 | <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" />
|
---|
| 2485 | <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" />
|
---|
| 2486 | <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" />
|
---|
| 2487 | <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" />
|
---|
| 2488 | <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" />
|
---|
| 2489 | <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" />
|
---|
| 2490 | <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" />
|
---|
| 2491 | <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" />
|
---|
| 2492 | <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" />
|
---|
| 2493 | <space />
|
---|
| 2494 | <label text="Authentication:" />
|
---|
| 2495 | <checkgroup columns="4">
|
---|
| 2496 | <check key="authentication:none" text="None" />
|
---|
| 2497 | <check key="authentication:phone_call" text="Phone call" />
|
---|
| 2498 | <check key="authentication:short_message" text="Short message" />
|
---|
| 2499 | <check key="authentication:nfc" text="NFC" />
|
---|
| 2500 | </checkgroup>
|
---|
| 2501 | <combo key="authentication:membership_card" text="Membership card" values="yes" />
|
---|
| 2502 | <preset_link preset_name="Payment Methods" />
|
---|
[7393] | 2503 | </item> <!-- Charging Station -->
|
---|
[10706] | 2504 | <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2505 | <link wiki="Tag:amenity=car_wash" />
|
---|
[7102] | 2506 | <space />
|
---|
| 2507 | <key key="amenity" value="car_wash" />
|
---|
[8013] | 2508 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[16382] | 2509 | <checkgroup columns="2">
|
---|
| 2510 | <check key="automated" text="Automated" text_context="car_wash" />
|
---|
| 2511 | <check key="self_service" text="Self Service" />
|
---|
| 2512 | </checkgroup>
|
---|
[8060] | 2513 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2514 | </item> <!-- Wash -->
|
---|
[7102] | 2515 | <separator/>
|
---|
[10706] | 2516 | <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2517 | <link wiki="Tag:shop=car" />
|
---|
[7102] | 2518 | <space />
|
---|
| 2519 | <key key="shop" value="car" />
|
---|
[9080] | 2520 | <reference ref="car_brands" />
|
---|
| 2521 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[15166] | 2522 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
---|
[8060] | 2523 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2524 | </item> <!-- Car Dealer -->
|
---|
[10706] | 2525 | <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2526 | <link wiki="Tag:shop=car_repair" />
|
---|
[7102] | 2527 | <space />
|
---|
| 2528 | <key key="shop" value="car_repair" />
|
---|
[9080] | 2529 | <reference ref="car_brands" />
|
---|
| 2530 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16482] | 2531 | <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="5" />
|
---|
[8060] | 2532 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2533 | </item> <!-- Repair -->
|
---|
[10565] | 2534 | <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2535 | <link wiki="Tag:shop=car_parts" />
|
---|
[7102] | 2536 | <space />
|
---|
| 2537 | <key key="shop" value="car_parts" />
|
---|
[9080] | 2538 | <reference ref="car_brands" />
|
---|
| 2539 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 2540 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2541 | </item> <!-- Parts -->
|
---|
[10706] | 2542 | <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2543 | <link wiki="Tag:shop=tyres" />
|
---|
[7102] | 2544 | <space />
|
---|
| 2545 | <key key="shop" value="tyres" />
|
---|
[8013] | 2546 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[8060] | 2547 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2548 | </item> <!-- Tires -->
|
---|
[7102] | 2549 | <separator/>
|
---|
[10706] | 2550 | <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2551 | <link wiki="Tag:amenity=car_rental" />
|
---|
[7102] | 2552 | <space />
|
---|
| 2553 | <key key="amenity" value="car_rental" />
|
---|
[8013] | 2554 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[8060] | 2555 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2556 | </item> <!-- Rental -->
|
---|
[15156] | 2557 | <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 2558 | <link wiki="Tag:amenity=car_pooling" />
|
---|
| 2559 | <space />
|
---|
| 2560 | <key key="amenity" value="car_pooling" />
|
---|
| 2561 | <text key="operator" text="Operator" />
|
---|
| 2562 | <text key="network" text="Network" />
|
---|
| 2563 | <text key="capacity" text="Capacity" />
|
---|
| 2564 | <reference ref="name_oh_wheelchair" />
|
---|
| 2565 | <text key="website" text="Website" />
|
---|
| 2566 | </item> <!-- Pooling -->
|
---|
[10706] | 2567 | <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2568 | <link wiki="Tag:amenity=car_sharing" />
|
---|
[7102] | 2569 | <space />
|
---|
| 2570 | <key key="amenity" value="car_sharing" />
|
---|
| 2571 | <text key="operator" text="Operator" />
|
---|
| 2572 | <text key="capacity" text="Capacity" />
|
---|
[8013] | 2573 | <reference ref="name_oh_wheelchair" />
|
---|
[7102] | 2574 | <text key="website" text="Website" />
|
---|
[7393] | 2575 | </item> <!-- Sharing -->
|
---|
[7102] | 2576 | </group> <!-- Car -->
|
---|
[10706] | 2577 | <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
|
---|
[15367] | 2578 | <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2579 | <link wiki="Tag:amenity=motorcycle_parking" />
|
---|
[7102] | 2580 | <space />
|
---|
| 2581 | <key key="amenity" value="motorcycle_parking" />
|
---|
[7620] | 2582 | <reference ref="parking_name_type_ref" />
|
---|
[7102] | 2583 | <text key="capacity" text="Capacity" />
|
---|
[8028] | 2584 | <reference ref="parking_access_fee_operator_surface_smoothness" />
|
---|
[7620] | 2585 | <reference ref="supervised_lit_oh" />
|
---|
[16340] | 2586 | <reference ref="maxstay" />
|
---|
[7620] | 2587 | <check key="covered" text="Covered (with roof)" />
|
---|
[7393] | 2588 | </item> <!-- Parking -->
|
---|
[10706] | 2589 | <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2590 | <link wiki="Tag:shop=motorcycle" />
|
---|
[7102] | 2591 | <space />
|
---|
| 2592 | <key key="shop" value="motorcycle" />
|
---|
| 2593 | <text key="name" text="Name" />
|
---|
[9080] | 2594 | <reference ref="motorcycle_brands" />
|
---|
[7102] | 2595 | <text key="operator" text="Operator" />
|
---|
[8013] | 2596 | <reference ref="oh_wheelchair" />
|
---|
[15166] | 2597 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
---|
[7102] | 2598 | <optional text="Services:">
|
---|
| 2599 | <combo key="sale" text="Sale" values="yes,brand,no" />
|
---|
| 2600 | <combo key="rental" text="Rental" values="yes,brand,no" />
|
---|
| 2601 | <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
|
---|
| 2602 | <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
|
---|
| 2603 | <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
|
---|
| 2604 | <combo key="clothes" text="Clothes" values="yes,brand,no" />
|
---|
| 2605 | <text key="services" text="Other" />
|
---|
| 2606 | </optional>
|
---|
[8060] | 2607 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2608 | </item> <!-- Motorcycle Dealer -->
|
---|
[7102] | 2609 | </group> <!-- Motorcycle -->
|
---|
[10706] | 2610 | <group name="Bicycle" icon="presets/shop/bicycle.svg">
|
---|
[15367] | 2611 | <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2612 | <link wiki="Tag:amenity=bicycle_parking" />
|
---|
[7102] | 2613 | <space />
|
---|
| 2614 | <key key="amenity" value="bicycle_parking" />
|
---|
[14915] | 2615 | <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
|
---|
[8668] | 2616 | <text key="name" text="Name" />
|
---|
[7102] | 2617 | <text key="capacity" text="Capacity" />
|
---|
[8668] | 2618 | <reference ref="parking_access_fee_operator_surface_smoothness" />
|
---|
[7102] | 2619 | <check key="covered" text="Covered" />
|
---|
[7620] | 2620 | <reference ref="supervised_lit_oh" />
|
---|
[7393] | 2621 | </item> <!-- Parking -->
|
---|
[10706] | 2622 | <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2623 | <link wiki="Tag:shop=bicycle" />
|
---|
[7102] | 2624 | <space />
|
---|
| 2625 | <key key="shop" value="bicycle" />
|
---|
[8013] | 2626 | <reference ref="name_oh_wheelchair" />
|
---|
[7102] | 2627 | <check key="service:bicycle:retail" text="Bicycles are sold" />
|
---|
| 2628 | <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
|
---|
| 2629 | <check key="service:bicycle:repair" text="Bicycles are repaired" />
|
---|
| 2630 | <check key="service:bicycle:rental" text="Bicycles are rented" />
|
---|
| 2631 | <check key="service:bicycle:pump" text="Free bicycle pump" />
|
---|
| 2632 | <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
|
---|
| 2633 | <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
|
---|
[8060] | 2634 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2635 | </item> <!-- Bike Dealer -->
|
---|
[10706] | 2636 | <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2637 | <link wiki="Tag:amenity=bicycle_rental" />
|
---|
[7102] | 2638 | <space />
|
---|
| 2639 | <key key="amenity" value="bicycle_rental" />
|
---|
| 2640 | <text key="name" text="Name" />
|
---|
[8060] | 2641 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 2642 | </item> <!-- Rental -->
|
---|
[10565] | 2643 | <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2644 | <link wiki="Tag:amenity=bicycle_repair_station" />
|
---|
[7928] | 2645 | <space />
|
---|
| 2646 | <key key="amenity" value="bicycle_repair_station" />
|
---|
| 2647 | <optional>
|
---|
[8019] | 2648 | <text key="name" text="Name" />
|
---|
| 2649 | <text key="brand" text="Brand" />
|
---|
| 2650 | <text key="operator" text="Operator" />
|
---|
| 2651 | <reference ref="oh" />
|
---|
[7928] | 2652 | <check key="service:bicycle:pump" text="Free bicycle pump" />
|
---|
[8107] | 2653 | <check key="service:bicycle:chain_tool" text="Chain tool" />
|
---|
[7928] | 2654 | </optional>
|
---|
| 2655 | </item> <!-- Public Bicycle Repair Station -->
|
---|
[7102] | 2656 | </group> <!-- Bicycle -->
|
---|
[10822] | 2657 | <group name="Public Transport" icon="presets/transport/bus.svg">
|
---|
[10808] | 2658 | <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14736] | 2659 | <link wiki="Public_transport#Service_routes" />
|
---|
[7102] | 2660 | <space />
|
---|
| 2661 | <key key="type" value="route" />
|
---|
[9931] | 2662 | <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
|
---|
[7102] | 2663 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
---|
| 2664 | <reference ref="name_ref" />
|
---|
| 2665 | <optional>
|
---|
[9931] | 2666 | <reference ref="public_transport_route_optionals" />
|
---|
[7102] | 2667 | </optional>
|
---|
| 2668 | <roles>
|
---|
[9932] | 2669 | <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)" />
|
---|
| 2670 | <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)" />
|
---|
| 2671 | <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] | 2672 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
[16245] | 2673 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
| 2674 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
[9931] | 2675 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway" />
|
---|
[7102] | 2676 | </roles>
|
---|
[9931] | 2677 | </item> <!-- Public Transport Route (Rail) -->
|
---|
[10808] | 2678 | <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14736] | 2679 | <link wiki="Public_transport#Service_routes" />
|
---|
[9931] | 2680 | <space />
|
---|
| 2681 | <key key="type" value="route" />
|
---|
[15766] | 2682 | <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
|
---|
[9931] | 2683 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
---|
| 2684 | <reference ref="name_ref" />
|
---|
| 2685 | <optional>
|
---|
| 2686 | <reference ref="public_transport_route_optionals" />
|
---|
[16710] | 2687 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
|
---|
[9931] | 2688 | </optional>
|
---|
| 2689 | <roles>
|
---|
[15766] | 2690 | <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)" />
|
---|
| 2691 | <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)" />
|
---|
| 2692 | <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] | 2693 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
[16245] | 2694 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
| 2695 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
[9931] | 2696 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway" />
|
---|
[15522] | 2697 | <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
|
---|
[9931] | 2698 | </roles>
|
---|
| 2699 | </item> <!-- Public Transport Route (Bus) -->
|
---|
[10808] | 2700 | <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14736] | 2701 | <link wiki="Public_transport#Route_Master_relations" />
|
---|
[7102] | 2702 | <space />
|
---|
| 2703 | <key key="type" value="route_master" />
|
---|
[15766] | 2704 | <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
|
---|
[7102] | 2705 | <reference ref="name_ref" />
|
---|
| 2706 | <optional>
|
---|
| 2707 | <text key="operator" text="Operator" />
|
---|
| 2708 | <text key="network" text="Network" />
|
---|
[15255] | 2709 | <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] | 2710 | <text key="website" text="Website" />
|
---|
[7102] | 2711 | </optional>
|
---|
| 2712 | <roles>
|
---|
[15305] | 2713 | <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] | 2714 | </roles>
|
---|
[7393] | 2715 | </item> <!-- Route Master -->
|
---|
[10808] | 2716 | <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
|
---|
[14736] | 2717 | <link wiki="Tag:public_transport=stop_area" />
|
---|
[7102] | 2718 | <space />
|
---|
| 2719 | <key key="type" value="public_transport" />
|
---|
| 2720 | <key key="public_transport" value="stop_area" />
|
---|
| 2721 | <text key="name" text="Name" />
|
---|
| 2722 | <optional>
|
---|
| 2723 | <text key="ref" text="Reference" />
|
---|
| 2724 | <text key="uic_ref" text="UIC reference" />
|
---|
| 2725 | <text key="uic_name" text="UIC name" />
|
---|
| 2726 | <text key="operator" text="Operator" />
|
---|
| 2727 | <text key="network" text="Network" />
|
---|
| 2728 | </optional>
|
---|
| 2729 | <roles>
|
---|
| 2730 | <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
|
---|
[9587] | 2731 | <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
---|
[8163] | 2732 | <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
|
---|
[16245] | 2733 | <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
|
---|
[7102] | 2734 | </roles>
|
---|
[7393] | 2735 | </item> <!-- Stop Area -->
|
---|
[7102] | 2736 | <separator/>
|
---|
[10808] | 2737 | <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
|
---|
[14736] | 2738 | <link wiki="Tag:public_transport=stop_position" />
|
---|
[7102] | 2739 | <space />
|
---|
| 2740 | <key key="public_transport" value="stop_position" />
|
---|
| 2741 | <text key="name" text="Name" />
|
---|
| 2742 | <optional>
|
---|
| 2743 | <text key="ref" text="Reference" />
|
---|
| 2744 | <text key="uic_ref" text="UIC reference" />
|
---|
| 2745 | <text key="uic_name" text="UIC name" />
|
---|
| 2746 | <text key="operator" text="Operator" />
|
---|
| 2747 | <text key="network" text="Network" />
|
---|
[10233] | 2748 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
---|
[7102] | 2749 | </optional>
|
---|
[10450] | 2750 | <space />
|
---|
[16710] | 2751 | <checkgroup columns="3">
|
---|
| 2752 | <check key="bus" text="Bus" icon="presets/transport/bus.svg" />
|
---|
| 2753 | <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" />
|
---|
| 2754 | <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" />
|
---|
| 2755 | <check key="train" text="Train" icon="presets/transport/train.svg" />
|
---|
| 2756 | <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" />
|
---|
| 2757 | <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" />
|
---|
| 2758 | <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" />
|
---|
| 2759 | <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" />
|
---|
| 2760 | <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" />
|
---|
| 2761 | <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" />
|
---|
| 2762 | <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" />
|
---|
| 2763 | </checkgroup>
|
---|
[7393] | 2764 | </item> <!-- Stop Position -->
|
---|
[10565] | 2765 | <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
|
---|
[14736] | 2766 | <link wiki="Tag:public_transport=platform" />
|
---|
[7102] | 2767 | <space />
|
---|
| 2768 | <key key="public_transport" value="platform" />
|
---|
| 2769 | <text key="name" text="Name" />
|
---|
| 2770 | <check key="bench" text="Bench" />
|
---|
| 2771 | <check key="shelter" text="Shelter" />
|
---|
[9089] | 2772 | <check key="bin" text="Waste Basket/Trash Can" />
|
---|
[7102] | 2773 | <check key="covered" text="Covered" />
|
---|
[15091] | 2774 | <check key="passenger_information_display" text="Passenger information display" />
|
---|
| 2775 | <text key="route_ref" text="Route references" />
|
---|
[8013] | 2776 | <reference ref="wheelchair" />
|
---|
[10233] | 2777 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
---|
[7393] | 2778 | </item> <!-- Platform -->
|
---|
[10565] | 2779 | <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
|
---|
[14646] | 2780 | <link wiki="Tag:public_transport=station" />
|
---|
[7102] | 2781 | <space />
|
---|
| 2782 | <key key="public_transport" value="station" />
|
---|
| 2783 | <text key="name" text="Name" />
|
---|
[7171] | 2784 | <check key="area" text="Area" disable_off="true" />
|
---|
| 2785 | <check key="building" text="Building" disable_off="true" />
|
---|
[7102] | 2786 | <text key="operator" text="Operator" />
|
---|
| 2787 | <text key="network" text="Network" />
|
---|
[7393] | 2788 | </item> <!-- Station -->
|
---|
| 2789 | <separator/> <!-- *** Access *** -->
|
---|
[10808] | 2790 | <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2791 | <link wiki="Tag:railway=subway_entrance" />
|
---|
[7102] | 2792 | <key key="railway" value="subway_entrance" />
|
---|
| 2793 | <optional>
|
---|
| 2794 | <text key="name" text="Name" />
|
---|
[8013] | 2795 | <reference ref="wheelchair" />
|
---|
[7102] | 2796 | <check key="bicycle" text="Bicycle" />
|
---|
| 2797 | </optional>
|
---|
[7393] | 2798 | </item> <!-- Subway Entrance -->
|
---|
[10706] | 2799 | <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2800 | <link wiki="Tag:amenity=vending_machine" />
|
---|
[7102] | 2801 | <space />
|
---|
| 2802 | <key key="amenity" value="vending_machine" />
|
---|
| 2803 | <key key="vending" value="public_transport_tickets" />
|
---|
| 2804 | <reference ref="name_operator" />
|
---|
[13761] | 2805 | <text key="ref" text="Reference number" />
|
---|
[8059] | 2806 | <preset_link preset_name="Payment Methods" />
|
---|
[7393] | 2807 | </item> <!-- Ticket Machine -->
|
---|
| 2808 | </group> <!-- Public Transport -->
|
---|
[10706] | 2809 | <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
|
---|
[10808] | 2810 | <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[7102] | 2811 | <key key="type" value="route" />
|
---|
[15766] | 2812 | <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" values_searchable="true" match="keyvalue!" />
|
---|
[7102] | 2813 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
|
---|
| 2814 | <reference ref="name_ref" />
|
---|
| 2815 | <optional>
|
---|
| 2816 | <text key="from" text="From (initial stop)" />
|
---|
| 2817 | <text key="to" text="To (terminal stop)" />
|
---|
| 2818 | <text key="via" text="Via (intermediate stops)" />
|
---|
| 2819 | <text key="operator" text="Operator" />
|
---|
| 2820 | <text key="network" text="Network" />
|
---|
| 2821 | <text key="description" text="Description" />
|
---|
[15255] | 2822 | <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] | 2823 | <reference ref="oh" />
|
---|
| 2824 | <reference ref="fee" />
|
---|
| 2825 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
|
---|
| 2826 | <text key="website" text="Website" />
|
---|
[7102] | 2827 | </optional>
|
---|
| 2828 | <roles>
|
---|
[7965] | 2829 | <role key="" text="route segment" requisite="optional" type="way,closedway" />
|
---|
| 2830 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" />
|
---|
| 2831 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" />
|
---|
[7102] | 2832 | <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" />
|
---|
| 2833 | <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" />
|
---|
| 2834 | <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] | 2835 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
|
---|
[7102] | 2836 | </roles>
|
---|
[7393] | 2837 | </item> <!-- Public transport route (Legacy) -->
|
---|
[10706] | 2838 | <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2839 | <link wiki="Tag:railway=station" />
|
---|
[7102] | 2840 | <key key="railway" value="station" />
|
---|
| 2841 | <optional>
|
---|
| 2842 | <text key="name" text="Name" />
|
---|
| 2843 | <text key="uic_ref" text="UIC-Reference" />
|
---|
| 2844 | </optional>
|
---|
[7393] | 2845 | </item> <!-- Station -->
|
---|
[10808] | 2846 | <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2847 | <link wiki="Tag:railway=halt" />
|
---|
[7102] | 2848 | <key key="railway" value="halt" />
|
---|
| 2849 | <optional>
|
---|
| 2850 | <text key="name" text="Name" />
|
---|
| 2851 | </optional>
|
---|
[7393] | 2852 | </item> <!-- Railway Halt -->
|
---|
[10706] | 2853 | <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2854 | <link wiki="Tag:railway=tram_stop" />
|
---|
[7102] | 2855 | <key key="railway" value="tram_stop" />
|
---|
| 2856 | <optional>
|
---|
| 2857 | <text key="name" text="Name" />
|
---|
| 2858 | </optional>
|
---|
[7393] | 2859 | </item> <!-- Tram Stop -->
|
---|
[10808] | 2860 | <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2861 | <link wiki="Tag:railway=platform" />
|
---|
[7102] | 2862 | <space />
|
---|
| 2863 | <key key="railway" value="platform" />
|
---|
| 2864 | <text key="ref" text="Reference (track number)" />
|
---|
| 2865 | <text key="width" text="Width (meters)" />
|
---|
| 2866 | <check key="area" text="Area" />
|
---|
[7393] | 2867 | </item> <!-- Railway Platform -->
|
---|
[7102] | 2868 | <separator/>
|
---|
[10706] | 2869 | <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2870 | <link wiki="Tag:amenity=bus_station" />
|
---|
[7102] | 2871 | <key key="amenity" value="bus_station" />
|
---|
| 2872 | <optional>
|
---|
| 2873 | <text key="name" text="Name" />
|
---|
| 2874 | </optional>
|
---|
[7393] | 2875 | </item> <!-- Bus Station -->
|
---|
[10808] | 2876 | <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2877 | <link wiki="Tag:highway=bus_stop" />
|
---|
[7102] | 2878 | <key key="highway" value="bus_stop" />
|
---|
| 2879 | <optional>
|
---|
| 2880 | <text key="name" text="Name" />
|
---|
[9089] | 2881 | <check key="bench" text="Bench" />
|
---|
[8122] | 2882 | <check key="shelter" text="Shelter" />
|
---|
[9089] | 2883 | <check key="bin" text="Waste Basket/Trash Can" />
|
---|
[15091] | 2884 | <check key="passenger_information_display" text="Passenger information display" />
|
---|
| 2885 | <text key="route_ref" text="Route references" />
|
---|
[8122] | 2886 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
---|
[7102] | 2887 | </optional>
|
---|
[7393] | 2888 | </item> <!-- Bus Stop -->
|
---|
[10808] | 2889 | <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2890 | <link wiki="Tag:highway=platform" />
|
---|
[7102] | 2891 | <space />
|
---|
| 2892 | <key key="highway" value="platform" />
|
---|
| 2893 | <text key="ref" text="Reference (track number)" />
|
---|
| 2894 | <text key="width" text="Width (meters)" />
|
---|
| 2895 | <check key="area" text="Area" />
|
---|
[10233] | 2896 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
---|
[7393] | 2897 | </item> <!-- Bus Platform -->
|
---|
[7102] | 2898 | </group> <!-- Public Transport -->
|
---|
[10706] | 2899 | <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2900 | <link wiki="Tag:amenity=taxi" />
|
---|
[7102] | 2901 | <space />
|
---|
| 2902 | <key key="amenity" value="taxi" />
|
---|
| 2903 | <text key="name" text="Name" />
|
---|
[7393] | 2904 | </item> <!-- Taxi -->
|
---|
[7102] | 2905 | <separator/>
|
---|
[10706] | 2906 | <group name="Airport" icon="presets/transport/airport.svg">
|
---|
| 2907 | <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2908 | <link wiki="Tag:aeroway=aerodrome" />
|
---|
[7102] | 2909 | <space />
|
---|
[9039] | 2910 | <reference ref="aerodrome" />
|
---|
[7393] | 2911 | </item> <!-- Airport Ground -->
|
---|
[7102] | 2912 | <separator/>
|
---|
[16245] | 2913 | <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2914 | <link wiki="Tag:aeroway=runway" />
|
---|
[7102] | 2915 | <key key="aeroway" value="runway" />
|
---|
| 2916 | <optional>
|
---|
| 2917 | <text key="ref" text="Reference" />
|
---|
[11497] | 2918 | <reference ref="surface" />
|
---|
[7102] | 2919 | </optional>
|
---|
[7393] | 2920 | </item> <!-- Runway -->
|
---|
[16245] | 2921 | <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2922 | <link wiki="Tag:aeroway=taxiway" />
|
---|
[7102] | 2923 | <key key="aeroway" value="taxiway" />
|
---|
| 2924 | <optional>
|
---|
| 2925 | <text key="ref" text="Reference" />
|
---|
| 2926 | </optional>
|
---|
[7393] | 2927 | </item> <!-- Taxiway -->
|
---|
[11005] | 2928 | <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2929 | <link wiki="Tag:aeroway=holding_position" />
|
---|
[11005] | 2930 | <key key="aeroway" value="holding_position" />
|
---|
| 2931 | <optional>
|
---|
| 2932 | <text key="ref" text="Reference" />
|
---|
| 2933 | </optional>
|
---|
| 2934 | </item> <!-- Holding Position -->
|
---|
[16245] | 2935 | <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2936 | <link wiki="Tag:aeroway=helipad" />
|
---|
[7102] | 2937 | <key key="aeroway" value="helipad" />
|
---|
| 2938 | <optional>
|
---|
| 2939 | <text key="ref" text="Reference" />
|
---|
[15325] | 2940 | <text key="iata" text="IATA" />
|
---|
| 2941 | <text key="icao" text="ICAO" />
|
---|
| 2942 | <text key="wikipedia" text="Wikipedia" />
|
---|
[7102] | 2943 | </optional>
|
---|
[7393] | 2944 | </item> <!-- Helipad -->
|
---|
[10706] | 2945 | <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2946 | <link wiki="Tag:aeroway=apron" />
|
---|
[7102] | 2947 | <key key="aeroway" value="apron" />
|
---|
[7393] | 2948 | </item> <!-- Apron -->
|
---|
[10808] | 2949 | <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 2950 | <link wiki="Tag:aeroway=parking_position" />
|
---|
[8021] | 2951 | <key key="aeroway" value="parking_position" />
|
---|
| 2952 | <text key="ref" text="Reference" />
|
---|
| 2953 | </item> <!-- Plane Parking Position -->
|
---|
[10706] | 2954 | <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2955 | <link wiki="Tag:aeroway=hangar" />
|
---|
[7978] | 2956 | <key key="aeroway" value="hangar" />
|
---|
| 2957 | <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
|
---|
[7393] | 2958 | </item> <!-- Hangar -->
|
---|
[12417] | 2959 | <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
|
---|
[14646] | 2960 | <link wiki="Tag:airmark=beacon" />
|
---|
[12417] | 2961 | <key key="airmark" value="beacon" />
|
---|
[7393] | 2962 | </item> <!-- Beacon -->
|
---|
[14310] | 2963 | <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2964 | <link wiki="Tag:aeroway=navigationaid" />
|
---|
[12417] | 2965 | <key key="aeroway" value="navigationaid" />
|
---|
[15930] | 2966 | <combo key="navigationaid" text="Type" values_searchable="true">
|
---|
| 2967 | <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
|
---|
| 2968 | <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
|
---|
| 2969 | <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
|
---|
| 2970 | </combo>
|
---|
[14310] | 2971 | </item> <!-- Navigation aid -->
|
---|
[10706] | 2972 | <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2973 | <link wiki="Tag:aeroway=windsock" />
|
---|
[7102] | 2974 | <key key="aeroway" value="windsock" />
|
---|
[7393] | 2975 | </item> <!-- Windsock -->
|
---|
[7102] | 2976 | <separator/>
|
---|
[10706] | 2977 | <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2978 | <link wiki="Tag:aeroway=terminal" />
|
---|
[7102] | 2979 | <space />
|
---|
| 2980 | <key key="aeroway" value="terminal" />
|
---|
| 2981 | <text key="name" text="Name" />
|
---|
[7620] | 2982 | <reference ref="internet" />
|
---|
[8026] | 2983 | <reference ref="link_contact_address" />
|
---|
[7393] | 2984 | </item> <!-- Terminal -->
|
---|
[10706] | 2985 | <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
|
---|
[14646] | 2986 | <link wiki="Tag:aeroway=gate" />
|
---|
[7102] | 2987 | <space />
|
---|
| 2988 | <key key="aeroway" value="gate" />
|
---|
| 2989 | <text key="ref" text="Reference" />
|
---|
[7393] | 2990 | </item> <!-- Gate -->
|
---|
| 2991 | </group> <!-- Airport -->
|
---|
| 2992 | </group> <!-- Transport -->
|
---|
[10706] | 2993 | <group name="Facilities" icon="presets/accommodation/hotel.svg">
|
---|
| 2994 | <group name="Accommodation" icon="presets/accommodation/hotel.svg">
|
---|
[10565] | 2995 | <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 2996 | <link wiki="Tag:tourism=hotel" />
|
---|
[7102] | 2997 | <space />
|
---|
| 2998 | <key key="tourism" value="hotel" />
|
---|
| 2999 | <reference ref="name_operator" />
|
---|
| 3000 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
[8427] | 3001 | <text key="rooms" text="Rooms" />
|
---|
| 3002 | <text key="beds" text="Beds" />
|
---|
[8013] | 3003 | <reference ref="wheelchair" />
|
---|
[7102] | 3004 | <space />
|
---|
[8013] | 3005 | <reference ref="internet_smoking" />
|
---|
[8060] | 3006 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3007 | <preset_link preset_name="Residential Building" />
|
---|
[7393] | 3008 | </item> <!-- Hotel -->
|
---|
[10565] | 3009 | <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3010 | <link wiki="Tag:tourism=motel" />
|
---|
[7102] | 3011 | <space />
|
---|
| 3012 | <key key="tourism" value="motel" />
|
---|
| 3013 | <reference ref="name_operator" />
|
---|
| 3014 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
[8427] | 3015 | <text key="rooms" text="Rooms" />
|
---|
| 3016 | <text key="beds" text="Beds" />
|
---|
[8013] | 3017 | <reference ref="wheelchair" />
|
---|
[7102] | 3018 | <space />
|
---|
[8013] | 3019 | <reference ref="internet_smoking" />
|
---|
[8060] | 3020 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3021 | <preset_link preset_name="Building" />
|
---|
[7393] | 3022 | </item> <!-- Motel -->
|
---|
[10706] | 3023 | <item name="Guest House/Bed & Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3024 | <link wiki="Tag:tourism=guest_house" />
|
---|
[7102] | 3025 | <space />
|
---|
| 3026 | <key key="tourism" value="guest_house" />
|
---|
| 3027 | <reference ref="name_operator" />
|
---|
| 3028 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
[8427] | 3029 | <text key="rooms" text="Rooms" />
|
---|
| 3030 | <text key="beds" text="Beds" />
|
---|
[15262] | 3031 | <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
|
---|
[8013] | 3032 | <reference ref="wheelchair" />
|
---|
[7102] | 3033 | <space />
|
---|
[8013] | 3034 | <reference ref="internet_smoking" />
|
---|
[8060] | 3035 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3036 | <preset_link preset_name="Building" />
|
---|
[7393] | 3037 | </item> <!-- Guest House/Bed & Breakfast -->
|
---|
[16245] | 3038 | <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3039 | <link wiki="Tag:tourism=apartment" />
|
---|
[11265] | 3040 | <space />
|
---|
| 3041 | <key key="tourism" value="apartment" />
|
---|
| 3042 | <reference ref="name_operator" />
|
---|
| 3043 | <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
|
---|
| 3044 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
| 3045 | <reference ref="wheelchair" />
|
---|
| 3046 | <space />
|
---|
| 3047 | <reference ref="internet_smoking" />
|
---|
| 3048 | <reference ref="link_contact_address_payment" />
|
---|
| 3049 | </item> <!-- Apartment -->
|
---|
[10709] | 3050 | <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3051 | <link wiki="Tag:tourism=chalet" />
|
---|
[7102] | 3052 | <space />
|
---|
| 3053 | <key key="tourism" value="chalet" />
|
---|
| 3054 | <reference ref="name_operator" />
|
---|
| 3055 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
[8427] | 3056 | <text key="rooms" text="Rooms" />
|
---|
| 3057 | <text key="beds" text="Beds" />
|
---|
[8013] | 3058 | <reference ref="wheelchair" />
|
---|
[7102] | 3059 | <space />
|
---|
[8013] | 3060 | <reference ref="internet_smoking" />
|
---|
[8060] | 3061 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3062 | <preset_link preset_name="Building" />
|
---|
[7393] | 3063 | </item> <!-- Chalet -->
|
---|
[10565] | 3064 | <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3065 | <link wiki="Tag:tourism=hostel" />
|
---|
[7102] | 3066 | <space />
|
---|
| 3067 | <key key="tourism" value="hostel" />
|
---|
| 3068 | <reference ref="name_operator" />
|
---|
| 3069 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
[8427] | 3070 | <text key="rooms" text="Rooms" />
|
---|
| 3071 | <text key="beds" text="Beds" />
|
---|
[8013] | 3072 | <reference ref="wheelchair" />
|
---|
[7102] | 3073 | <space />
|
---|
[8013] | 3074 | <reference ref="internet_smoking" />
|
---|
[8060] | 3075 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3076 | <preset_link preset_name="Building" />
|
---|
[7393] | 3077 | </item> <!-- Hostel -->
|
---|
[10808] | 3078 | <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3079 | <link wiki="Tag:tourism=alpine_hut" />
|
---|
[7102] | 3080 | <space />
|
---|
| 3081 | <key key="tourism" value="alpine_hut" />
|
---|
| 3082 | <reference ref="name_operator" />
|
---|
[16707] | 3083 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[8427] | 3084 | <text key="rooms" text="Rooms" />
|
---|
| 3085 | <text key="beds" text="Beds" />
|
---|
[15166] | 3086 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
[7102] | 3087 | <space />
|
---|
[8013] | 3088 | <reference ref="internet_smoking" />
|
---|
[8060] | 3089 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3090 | <preset_link preset_name="Building" />
|
---|
[7393] | 3091 | </item> <!-- Alpine Hut -->
|
---|
[10808] | 3092 | <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3093 | <link wiki="Tag:tourism=wilderness_hut" />
|
---|
[8869] | 3094 | <space />
|
---|
| 3095 | <key key="tourism" value="wilderness_hut" />
|
---|
| 3096 | <reference ref="name_operator" />
|
---|
[16474] | 3097 | <reference ref="POI_access" />
|
---|
[8869] | 3098 | <text key="capacity" text="Capacity" />
|
---|
| 3099 | <reference ref="fee" />
|
---|
| 3100 | <check key="toilets" text="Toilets" />
|
---|
| 3101 | <check key="shower" text="Shower" />
|
---|
| 3102 | <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
|
---|
| 3103 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
[16707] | 3104 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[13793] | 3105 | <text key="description" text="Closer description" />
|
---|
[8869] | 3106 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3107 | <preset_link preset_name="Building" />
|
---|
[8869] | 3108 | </item> <!-- Wilderness Hut -->
|
---|
[7102] | 3109 | <separator/>
|
---|
[10706] | 3110 | <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3111 | <link wiki="Tag:tourism=caravan_site" />
|
---|
[7102] | 3112 | <space />
|
---|
| 3113 | <key key="tourism" value="caravan_site" />
|
---|
| 3114 | <reference ref="name_operator" />
|
---|
[13085] | 3115 | <combo key="stars" text="Stars" values="1,2,3,4,5" />
|
---|
[16474] | 3116 | <reference ref="oh_wheelchair" />
|
---|
| 3117 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
[7102] | 3118 | <text key="capacity" text="Number of places" />
|
---|
[7620] | 3119 | <reference ref="fee_interval" />
|
---|
[8188] | 3120 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
---|
[7102] | 3121 | <check key="power_supply" text="Power supply" />
|
---|
| 3122 | <check key="tents" text="Tents allowed" />
|
---|
| 3123 | <space />
|
---|
[8188] | 3124 | <reference ref="internet_smoking" />
|
---|
[8060] | 3125 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3126 | </item> <!-- Caravan Site/RV Park -->
|
---|
[13085] | 3127 | <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3128 | <link wiki="Tag:tourism=camp_site" />
|
---|
[7102] | 3129 | <space />
|
---|
| 3130 | <key key="tourism" value="camp_site" />
|
---|
| 3131 | <reference ref="name_operator" />
|
---|
[13085] | 3132 | <combo key="stars" text="Stars" values="1,2,3,4,5" />
|
---|
[16474] | 3133 | <reference ref="oh_wheelchair" />
|
---|
| 3134 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
| 3135 | <text key="capacity" text="Number of places" />
|
---|
[13085] | 3136 | <checkgroup columns="2">
|
---|
| 3137 | <check key="tents" text="Tents allowed" />
|
---|
| 3138 | <check key="caravans" text="Caravans allowed" />
|
---|
| 3139 | </checkgroup>
|
---|
| 3140 | <checkgroup columns="2">
|
---|
| 3141 | <check key="backcountry" text="Backcountry" />
|
---|
| 3142 | <check key="group_only" text="Group only access" />
|
---|
| 3143 | </checkgroup>
|
---|
| 3144 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
---|
[8013] | 3145 | <reference ref="wheelchair" />
|
---|
[13085] | 3146 | <reference ref="internet" />
|
---|
[7102] | 3147 | <space />
|
---|
[16474] | 3148 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
---|
[8060] | 3149 | <reference ref="link_contact_address_payment" />
|
---|
[13085] | 3150 | </item> <!-- Campsite -->
|
---|
[15541] | 3151 | <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3152 | <link wiki="Tag:tourism=camp_pitch" />
|
---|
| 3153 | <space />
|
---|
| 3154 | <key key="tourism" value="camp_pitch" />
|
---|
| 3155 | <text key="ref" text="Reference" />
|
---|
| 3156 | <text key="addr:unit" text="Unit number" />
|
---|
| 3157 | <text key="capacity" text="Number of places" />
|
---|
| 3158 | <reference ref="surface" />
|
---|
| 3159 | <checkgroup columns="2">
|
---|
| 3160 | <check key="tents" text="Tents allowed" />
|
---|
| 3161 | <check key="caravans" text="Caravans allowed" />
|
---|
| 3162 | <check key="drinking_water" text="Drinking Water" />
|
---|
| 3163 | <check key="power_supply" text="Power supply" />
|
---|
| 3164 | <check key="permanent_camping" text="Permanent camping only" />
|
---|
| 3165 | </checkgroup>
|
---|
| 3166 | </item> <!-- Camp pitch -->
|
---|
[7379] | 3167 | </group> <!-- Accommodation -->
|
---|
[10565] | 3168 | <group name="Food+Drinks" icon="presets/food/restaurant.svg">
|
---|
| 3169 | <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3170 | <link wiki="Tag:amenity=restaurant" />
|
---|
[7102] | 3171 | <space />
|
---|
| 3172 | <key key="amenity" value="restaurant" />
|
---|
| 3173 | <reference ref="name_operator" />
|
---|
[9652] | 3174 | <reference ref="cuisine" />
|
---|
[7102] | 3175 | <check key="microbrewery" text="Microbrewery" />
|
---|
[8124] | 3176 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
[9027] | 3177 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
---|
[11231] | 3178 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
---|
[15166] | 3179 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
[15173] | 3180 | <reference ref="oh" />
|
---|
[16474] | 3181 | <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] | 3182 | <reference ref="wheelchair" />
|
---|
[7102] | 3183 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
---|
| 3184 | <space />
|
---|
[8013] | 3185 | <reference ref="internet_smoking" />
|
---|
[15166] | 3186 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3187 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3188 | </item> <!-- Restaurant -->
|
---|
[10808] | 3189 | <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3190 | <link wiki="Tag:amenity=fast_food" />
|
---|
[7102] | 3191 | <space />
|
---|
| 3192 | <key key="amenity" value="fast_food" />
|
---|
| 3193 | <reference ref="name_operator" />
|
---|
[9652] | 3194 | <reference ref="cuisine" />
|
---|
[8124] | 3195 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
[9027] | 3196 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
---|
[11231] | 3197 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
---|
[15173] | 3198 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3199 | <space />
|
---|
[8013] | 3200 | <reference ref="internet_smoking" />
|
---|
[15166] | 3201 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3202 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3203 | <preset_link preset_name="Building" />
|
---|
[7393] | 3204 | </item> <!-- Fast Food -->
|
---|
[10808] | 3205 | <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3206 | <link wiki="Tag:amenity=food_court" />
|
---|
[7102] | 3207 | <space />
|
---|
| 3208 | <key key="amenity" value="food_court" />
|
---|
[8124] | 3209 | <reference ref="name_operator" />
|
---|
| 3210 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
| 3211 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3212 | <space />
|
---|
[8013] | 3213 | <reference ref="internet_smoking" />
|
---|
[8060] | 3214 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3215 | </item> <!-- Food Court -->
|
---|
[10808] | 3216 | <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3217 | <link wiki="Tag:amenity=cafe" />
|
---|
[7102] | 3218 | <space />
|
---|
| 3219 | <key key="amenity" value="cafe" />
|
---|
| 3220 | <reference ref="name_operator" />
|
---|
| 3221 | <combo key="cuisine" text="Cuisine" values="ice_cream" />
|
---|
[8124] | 3222 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
[9027] | 3223 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
---|
[11231] | 3224 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
---|
[8013] | 3225 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3226 | <space />
|
---|
[8013] | 3227 | <reference ref="internet_smoking" />
|
---|
[15166] | 3228 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3229 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3230 | </item> <!-- Cafe -->
|
---|
[10808] | 3231 | <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3232 | <link wiki="Tag:amenity=ice_cream" />
|
---|
[9651] | 3233 | <space />
|
---|
| 3234 | <key key="amenity" value="ice_cream" />
|
---|
| 3235 | <reference ref="name_operator" />
|
---|
| 3236 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
| 3237 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
---|
[11231] | 3238 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
---|
[9651] | 3239 | <reference ref="oh_wheelchair" />
|
---|
| 3240 | <space />
|
---|
| 3241 | <reference ref="internet_smoking" />
|
---|
[15166] | 3242 | <preset_link preset_name="Diet" />
|
---|
[9651] | 3243 | <reference ref="link_contact_address_payment" />
|
---|
| 3244 | </item> <!-- Ice cream -->
|
---|
[10808] | 3245 | <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3246 | <link wiki="Tag:amenity=pub" />
|
---|
[7102] | 3247 | <space />
|
---|
| 3248 | <key key="amenity" value="pub" />
|
---|
| 3249 | <reference ref="name_operator" />
|
---|
| 3250 | <check key="microbrewery" text="Microbrewery" />
|
---|
[8124] | 3251 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
[9027] | 3252 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
---|
[11231] | 3253 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
---|
[8013] | 3254 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3255 | <space />
|
---|
[8013] | 3256 | <reference ref="internet_smoking" />
|
---|
[15166] | 3257 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3258 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3259 | </item> <!-- Pub -->
|
---|
[10808] | 3260 | <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3261 | <link wiki="Tag:amenity=biergarten" />
|
---|
[7102] | 3262 | <space />
|
---|
| 3263 | <key key="amenity" value="biergarten" />
|
---|
| 3264 | <reference ref="name_operator" />
|
---|
| 3265 | <check key="microbrewery" text="Microbrewery" />
|
---|
[8013] | 3266 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3267 | <space />
|
---|
[8013] | 3268 | <reference ref="internet_smoking" />
|
---|
[15166] | 3269 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3270 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3271 | </item> <!-- Beer Garden -->
|
---|
[16757] | 3272 | <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3273 | <link wiki="Tag:leisure=outdoor_seating" />
|
---|
| 3274 | <space />
|
---|
| 3275 | <key key="leisure" value="outdoor_seating" />
|
---|
| 3276 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3277 | </item> <!-- Outdoor seating -->
|
---|
[10706] | 3278 | <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3279 | <link wiki="Tag:amenity=bar" />
|
---|
[7102] | 3280 | <space />
|
---|
| 3281 | <key key="amenity" value="bar" />
|
---|
[8124] | 3282 | <reference ref="name_operator" />
|
---|
| 3283 | <check key="outdoor_seating" text="Outdoor seating" />
|
---|
| 3284 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3285 | <space />
|
---|
[8013] | 3286 | <reference ref="internet_smoking" />
|
---|
[15166] | 3287 | <preset_link preset_name="Diet" />
|
---|
[8060] | 3288 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3289 | </item> <!-- Bar -->
|
---|
[15166] | 3290 | <separator/>
|
---|
| 3291 | <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3292 | <link wiki="Key:diet" />
|
---|
| 3293 | <space />
|
---|
| 3294 | <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
|
---|
| 3295 | <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
|
---|
| 3296 | <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
|
---|
| 3297 | <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
|
---|
| 3298 | <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
|
---|
| 3299 | <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
|
---|
| 3300 | <combo key="diet:raw" text="Raw" values="yes,no,only" />
|
---|
| 3301 | <space />
|
---|
| 3302 | <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
|
---|
| 3303 | <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
|
---|
| 3304 | <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
|
---|
| 3305 | <space />
|
---|
| 3306 | <combo key="diet:halal" text="Halal" values="yes,no,only" />
|
---|
| 3307 | <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
|
---|
| 3308 | </item> <!-- Diet -->
|
---|
[7102] | 3309 | </group> <!-- Food+Drinks -->
|
---|
[10706] | 3310 | <group name="Tourism" icon="presets/sightseeing/attraction.svg">
|
---|
| 3311 | <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3312 | <link wiki="Tag:tourism=attraction" />
|
---|
[7102] | 3313 | <space />
|
---|
| 3314 | <key key="tourism" value="attraction" />
|
---|
[15166] | 3315 | <text key="name" text="Name" />
|
---|
| 3316 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
---|
| 3317 | <reference ref="oh_wheelchair" />
|
---|
[7393] | 3318 | </item> <!-- Attraction -->
|
---|
[10706] | 3319 | <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3320 | <link wiki="Tag:tourism=viewpoint" />
|
---|
[7102] | 3321 | <space />
|
---|
| 3322 | <key key="tourism" value="viewpoint" />
|
---|
| 3323 | <text key="name" text="Name" />
|
---|
[13163] | 3324 | <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] | 3325 | <space />
|
---|
| 3326 | <label text="" icon="presets/misc/angles.svg" icon_size="300" />
|
---|
[7393] | 3327 | </item> <!-- Viewpoint -->
|
---|
[7102] | 3328 | <separator/>
|
---|
[10706] | 3329 | <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14703] | 3330 | <link wiki="Tag:information=office" />
|
---|
[7381] | 3331 | <label text="An office where you can get information about a town or region." />
|
---|
[7102] | 3332 | <space />
|
---|
| 3333 | <key key="tourism" value="information" />
|
---|
| 3334 | <key key="information" value="office" />
|
---|
[8013] | 3335 | <reference ref="name_oh_wheelchair" />
|
---|
[7620] | 3336 | <reference ref="internet" />
|
---|
[8060] | 3337 | <reference ref="link_contact_address_payment" />
|
---|
[7384] | 3338 | </item> <!-- Information Office -->
|
---|
[10706] | 3339 | <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
|
---|
[14703] | 3340 | <link wiki="Tag:information=map" />
|
---|
[7384] | 3341 | <label text="A board with a map." />
|
---|
[7102] | 3342 | <space />
|
---|
| 3343 | <key key="tourism" value="information" />
|
---|
| 3344 | <key key="information" value="map" />
|
---|
| 3345 | <text key="name" text="Name" />
|
---|
| 3346 | <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
|
---|
[14621] | 3347 | <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
|
---|
[13793] | 3348 | <text key="description" text="Closer description" />
|
---|
[7102] | 3349 | <optional text="Routes shown for:">
|
---|
| 3350 | <check key="hiking" text="Hiking" />
|
---|
| 3351 | <check key="bicycle" text="Cycling" />
|
---|
| 3352 | <check key="mtb" text="Mountainbiking" />
|
---|
| 3353 | <check key="ski" text="Skiing" />
|
---|
| 3354 | <check key="horse" text="Riding" />
|
---|
| 3355 | <space />
|
---|
| 3356 | <label text="... other transportation modes possible" />
|
---|
| 3357 | </optional>
|
---|
[7384] | 3358 | </item> <!-- Map -->
|
---|
[10706] | 3359 | <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
|
---|
[14703] | 3360 | <link wiki="Tag:information=board" />
|
---|
[7102] | 3361 | <space />
|
---|
[7381] | 3362 | <label text="A board with information." />
|
---|
[7102] | 3363 | <key key="tourism" value="information" />
|
---|
| 3364 | <key key="information" value="board" />
|
---|
| 3365 | <text key="name" text="Name" />
|
---|
[7381] | 3366 | <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
|
---|
[13793] | 3367 | <text key="description" text="Closer description" />
|
---|
[7384] | 3368 | </item> <!-- Information Board -->
|
---|
[10706] | 3369 | <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
|
---|
[14646] | 3370 | <link wiki="Tag:information=guidepost" />
|
---|
[7381] | 3371 | <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
|
---|
[7102] | 3372 | <space />
|
---|
| 3373 | <key key="tourism" value="information" />
|
---|
| 3374 | <key key="information" value="guidepost" />
|
---|
[7381] | 3375 | <reference ref="name_ref_operator" />
|
---|
[16707] | 3376 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7102] | 3377 | <optional text="Routes shown for:">
|
---|
| 3378 | <check key="hiking" text="Hiking" />
|
---|
| 3379 | <check key="bicycle" text="Cycling" />
|
---|
| 3380 | <check key="mtb" text="Mountainbiking" />
|
---|
| 3381 | <check key="ski" text="Skiing" />
|
---|
| 3382 | <check key="horse" text="Riding" />
|
---|
| 3383 | <space />
|
---|
| 3384 | <label text="... other transportation modes possible" />
|
---|
| 3385 | </optional>
|
---|
[7384] | 3386 | </item> <!-- Guidepost -->
|
---|
[16249] | 3387 | <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
|
---|
| 3388 | <link wiki="Key:information" />
|
---|
| 3389 | <space />
|
---|
| 3390 | <key key="tourism" value="information" />
|
---|
| 3391 | <key key="information" value="route_marker" />
|
---|
| 3392 | <reference ref="name_ref_operator" />
|
---|
[16707] | 3393 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[16249] | 3394 | <optional text="Routes shown for:">
|
---|
| 3395 | <check key="hiking" text="Hiking" />
|
---|
| 3396 | <check key="bicycle" text="Cycling" />
|
---|
| 3397 | <check key="mtb" text="Mountainbiking" />
|
---|
| 3398 | <check key="ski" text="Skiing" />
|
---|
| 3399 | <check key="horse" text="Riding" />
|
---|
| 3400 | <space />
|
---|
| 3401 | <label text="... other transportation modes possible" />
|
---|
| 3402 | </optional>
|
---|
| 3403 | </item> <!-- Route marker -->
|
---|
[10706] | 3404 | <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
|
---|
[14703] | 3405 | <link wiki="Tag:information=terminal" />
|
---|
[7384] | 3406 | <label text="Information access via electronic methods." />
|
---|
[7102] | 3407 | <space />
|
---|
| 3408 | <key key="tourism" value="information" />
|
---|
| 3409 | <key key="information" value="terminal" />
|
---|
[7384] | 3410 | <reference ref="name_operator" />
|
---|
[8013] | 3411 | <reference ref="wheelchair" />
|
---|
[7102] | 3412 | <text key="description" text="Closer description" />
|
---|
| 3413 | <text key="ref" text="Reference number" />
|
---|
[7620] | 3414 | <reference ref="fee" />
|
---|
| 3415 | <reference ref="internet" />
|
---|
[7384] | 3416 | </item> <!-- Information Terminal -->
|
---|
[16249] | 3417 | <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
|
---|
[14703] | 3418 | <link wiki="Tag:information=audioguide" />
|
---|
[7384] | 3419 | <label text="Information using headphones or a mobile phone." />
|
---|
[7102] | 3420 | <space />
|
---|
| 3421 | <key key="tourism" value="information" />
|
---|
| 3422 | <key key="information" value="audioguide" />
|
---|
[7384] | 3423 | <reference ref="name_operator" />
|
---|
[8013] | 3424 | <reference ref="wheelchair" />
|
---|
[7102] | 3425 | <text key="description" text="Closer description" />
|
---|
| 3426 | <text key="ref" text="Reference number" />
|
---|
[7620] | 3427 | <reference ref="fee" />
|
---|
[7102] | 3428 | <space />
|
---|
| 3429 | <label text="Audioguide via mobile phone?" />
|
---|
| 3430 | <text key="phone" text="Phone number" />
|
---|
[13785] | 3431 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
---|
[7393] | 3432 | </item> <!-- Audio Guide -->
|
---|
[10706] | 3433 | <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 3434 | <link wiki="Tag:tourism=information" />
|
---|
[7102] | 3435 | <space />
|
---|
| 3436 | <key key="tourism" value="information" />
|
---|
| 3437 | <text key="name" text="Name" />
|
---|
[13793] | 3438 | <text key="description" text="Closer description" />
|
---|
[7384] | 3439 | </item> <!-- Other Information Point -->
|
---|
[7102] | 3440 | </group> <!-- Tourism -->
|
---|
[10706] | 3441 | <group name="Leisure" icon="presets/leisure/theme_park.svg">
|
---|
| 3442 | <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3443 | <link wiki="Tag:amenity=cinema" />
|
---|
[7102] | 3444 | <space />
|
---|
| 3445 | <key key="amenity" value="cinema" />
|
---|
[8013] | 3446 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7998] | 3447 | <check key="drive_in" text="Drive-in theater" />
|
---|
| 3448 | <check key="cinema:3D" text="3D" />
|
---|
| 3449 | <text key="screen" text="Number of screens" />
|
---|
[12957] | 3450 | <reference ref="min_age" />
|
---|
[8060] | 3451 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3452 | <preset_link preset_name="Building" />
|
---|
[7393] | 3453 | </item> <!-- Movie Theater/Cinema -->
|
---|
[13379] | 3454 | <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3455 | <link wiki="Tag:leisure=bandstand" />
|
---|
[13379] | 3456 | <space />
|
---|
| 3457 | <key key="leisure" value="bandstand" />
|
---|
| 3458 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16474] | 3459 | <reference ref="POI_access" />
|
---|
[13379] | 3460 | </item> <!-- Bandstand -->
|
---|
[10706] | 3461 | <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3462 | <link wiki="Tag:tourism=zoo" />
|
---|
[7102] | 3463 | <space />
|
---|
| 3464 | <key key="tourism" value="zoo" />
|
---|
[8013] | 3465 | <reference ref="name_oh_wheelchair" />
|
---|
[14715] | 3466 | <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
|
---|
[7102] | 3467 | <text key="wikipedia" text="Wikipedia" />
|
---|
[8060] | 3468 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3469 | </item> <!-- Zoo -->
|
---|
[14181] | 3470 | <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3471 | <link wiki="Tag:attraction=animal" />
|
---|
[14181] | 3472 | <space />
|
---|
| 3473 | <key key="attraction" value="animal" />
|
---|
| 3474 | <text key="name" text="Name" />
|
---|
| 3475 | </item> <!-- Animal enclosure -->
|
---|
[10808] | 3476 | <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3477 | <link wiki="Tag:leisure=dog_park" />
|
---|
[7102] | 3478 | <space />
|
---|
| 3479 | <key key="leisure" value="dog_park" />
|
---|
| 3480 | <text key="name" text="Name" />
|
---|
| 3481 | <check key="area" text="Area" />
|
---|
| 3482 | <combo key="barrier" text="Barrier" values="fence,wall" />
|
---|
[8013] | 3483 | <reference ref="oh_wheelchair" />
|
---|
[7102] | 3484 | <check key="lit" text="Lit" />
|
---|
[7393] | 3485 | </item> <!-- Dog Park -->
|
---|
[10706] | 3486 | <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3487 | <link wiki="Tag:tourism=theme_park" />
|
---|
[7102] | 3488 | <space />
|
---|
| 3489 | <key key="tourism" value="theme_park" />
|
---|
[8013] | 3490 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 3491 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3492 | </item> <!-- Amusement/Theme Park -->
|
---|
[10808] | 3493 | <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3494 | <link wiki="Tag:leisure=water_park" />
|
---|
[7102] | 3495 | <space />
|
---|
| 3496 | <key key="leisure" value="water_park" />
|
---|
[8013] | 3497 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 3498 | <reference ref="link_contact_address_payment" />
|
---|
[16479] | 3499 | <preset_link preset_name="Public bath" text="Similar but different tags:" />
|
---|
| 3500 | <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
|
---|
[7393] | 3501 | </item> <!-- Water Park -->
|
---|
[16479] | 3502 | <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3503 | <link wiki="Tag:amenity=public_bath" />
|
---|
| 3504 | <space />
|
---|
| 3505 | <key key="amenity" value="public_bath" />
|
---|
| 3506 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3507 | <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
|
---|
| 3508 | <check key="bath:open_air" text="Open air" />
|
---|
| 3509 | <check key="shower" text="Shower" />
|
---|
| 3510 | <checkgroup columns="3">
|
---|
| 3511 | <check key="female" text="Female" text_context="restroom" />
|
---|
| 3512 | <check key="male" text="Male" text_context="restroom" />
|
---|
| 3513 | <check key="unisex" text="Unisex" text_context="restroom" />
|
---|
| 3514 | </checkgroup>
|
---|
| 3515 | <reference ref="fee" />
|
---|
| 3516 | <reference ref="link_contact_address_payment" />
|
---|
| 3517 | <preset_link preset_name="Water Park" text="Similar but different tags:" />
|
---|
| 3518 | <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
|
---|
| 3519 | </item> <!-- Public bath -->
|
---|
[13789] | 3520 | <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3521 | <link wiki="Tag:leisure=resort" />
|
---|
[13789] | 3522 | <space />
|
---|
| 3523 | <key key="leisure" value="resort" />
|
---|
| 3524 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3525 | <reference ref="fee_interval" />
|
---|
| 3526 | <reference ref="link_contact_address_payment" />
|
---|
| 3527 | </item> <!-- Resort -->
|
---|
[10822] | 3528 | <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3529 | <link wiki="Tag:leisure=beach_resort" />
|
---|
[10822] | 3530 | <space />
|
---|
| 3531 | <key key="leisure" value="beach_resort" />
|
---|
| 3532 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3533 | <reference ref="fee_interval" />
|
---|
| 3534 | <space />
|
---|
[16474] | 3535 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
---|
[10822] | 3536 | <reference ref="link_contact_address_payment" />
|
---|
| 3537 | </item> <!-- Beach Resort -->
|
---|
[16245] | 3538 | <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3539 | <link wiki="Tag:leisure=swimming_pool" />
|
---|
[9690] | 3540 | <key key="leisure" value="swimming_pool" />
|
---|
| 3541 | <space />
|
---|
| 3542 | <label text="Used for the water area only." />
|
---|
| 3543 | <space />
|
---|
[16474] | 3544 | <reference ref="POI_access" />
|
---|
[9690] | 3545 | </item> <!-- Swimming Pool -->
|
---|
[15689] | 3546 | <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3547 | <link wiki="Tag:amenity=dive_centre" />
|
---|
| 3548 | <space />
|
---|
| 3549 | <key key="amenity" value="dive_centre" />
|
---|
| 3550 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3551 | <reference ref="link_contact_address_payment" />
|
---|
| 3552 | </item> <!-- Dive centre -->
|
---|
[10565] | 3553 | <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3554 | <link wiki="Tag:leisure=fitness_station" />
|
---|
[9851] | 3555 | <space />
|
---|
| 3556 | <key key="leisure" value="fitness_station" />
|
---|
| 3557 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3558 | <text key="ref" text="Reference" />
|
---|
| 3559 | <text key="description" text="Description" />
|
---|
| 3560 | </item> <!-- Fitness Station -->
|
---|
[10808] | 3561 | <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3562 | <link wiki="Tag:amenity=sauna" />
|
---|
[7102] | 3563 | <space />
|
---|
| 3564 | <key key="leisure" value="sauna" />
|
---|
[8013] | 3565 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16474] | 3566 | <reference ref="POI_access" />
|
---|
[8060] | 3567 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3568 | </item> <!-- Sauna -->
|
---|
[10808] | 3569 | <item name="Horse Riding" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3570 | <link wiki="Tag:leisure=horse_riding" />
|
---|
[7102] | 3571 | <space />
|
---|
| 3572 | <key key="leisure" value="horse_riding" />
|
---|
[8013] | 3573 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7620] | 3574 | <reference ref="fee" />
|
---|
[8060] | 3575 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3576 | </item> <!-- Horse Riding -->
|
---|
[16755] | 3577 | <item name="Club" icon="presets/leisure/club.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3578 | <link wiki="Key:club" />
|
---|
| 3579 | <space />
|
---|
| 3580 | <combo key="club" text="Type" values="amateur_radio,art,astronomy,automobile,board_games,card_games,charity,cinema,computer,cooking,culture,dog,doityourself,environment_protection,ethnic,fan,filmmaking,fishing,freemasonry,game,gardening,history,hunting,linux,motorcycle,music,nature,nudism,photography,politics,scout,smoke,social,sport,student,surf_life_saving,theatre,tourism,veterans,yachting,youth_movement" values_searchable="true" values_context="club" match="key!" />
|
---|
[16758] | 3581 | <optional>
|
---|
| 3582 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3583 | <space />
|
---|
| 3584 | <label text="In case of sport:" />
|
---|
[16755] | 3585 | <reference ref="sport" />
|
---|
| 3586 | </optional>
|
---|
| 3587 | <reference ref="link_contact_address" />
|
---|
| 3588 | </item> <!-- Club -->
|
---|
[15549] | 3589 | <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3590 | <link wiki="Tag:leisure=hackerspace" />
|
---|
| 3591 | <space />
|
---|
| 3592 | <key key="leisure" value="hackerspace" />
|
---|
| 3593 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3594 | <reference ref="link_contact_address" />
|
---|
| 3595 | </item> <!-- Hackerspace -->
|
---|
[7102] | 3596 | <separator/>
|
---|
[10706] | 3597 | <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3598 | <link wiki="Tag:leisure=playground" />
|
---|
[7102] | 3599 | <space />
|
---|
| 3600 | <key key="leisure" value="playground" />
|
---|
[8138] | 3601 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[12957] | 3602 | <reference ref="max_age" />
|
---|
[7393] | 3603 | </item> <!-- Playground -->
|
---|
[16500] | 3604 | <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
| 3605 | <link wiki="Key:playground" />
|
---|
| 3606 | <space />
|
---|
[16610] | 3607 | <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] | 3608 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3609 | <reference ref="max_age" />
|
---|
| 3610 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
---|
| 3611 | </item> <!-- Playground device -->
|
---|
[10808] | 3612 | <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3613 | <link wiki="Tag:tourism=picnic_site" />
|
---|
[7102] | 3614 | <space />
|
---|
| 3615 | <key key="tourism" value="picnic_site" />
|
---|
| 3616 | <text key="name" text="Name" />
|
---|
| 3617 | <check key="fireplace" text="Fireplace" />
|
---|
[7393] | 3618 | </item> <!-- Picnic Site -->
|
---|
[10808] | 3619 | <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
|
---|
[14646] | 3620 | <link wiki="Tag:leisure=picnic_table" />
|
---|
[7875] | 3621 | <space />
|
---|
| 3622 | <key key="leisure" value="picnic_table" />
|
---|
| 3623 | <check key="covered" text="Covered" />
|
---|
| 3624 | </item> <!-- Picnic Table -->
|
---|
[10808] | 3625 | <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3626 | <link wiki="Tag:amenity=bbq" />
|
---|
[7102] | 3627 | <space />
|
---|
| 3628 | <key key="amenity" value="bbq" />
|
---|
| 3629 | <text key="name" text="Name" />
|
---|
| 3630 | <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
|
---|
| 3631 | <check key="covered" text="Covered" />
|
---|
[7393] | 3632 | </item> <!-- Public Grill -->
|
---|
[10565] | 3633 | <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 3634 | <link wiki="Tag:leisure=firepit" />
|
---|
[7598] | 3635 | <space />
|
---|
| 3636 | <key key="leisure" value="firepit" />
|
---|
| 3637 | <text key="name" text="Name" />
|
---|
| 3638 | </item> <!-- Firepit -->
|
---|
[10808] | 3639 | <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3640 | <link wiki="Tag:leisure=fishing" />
|
---|
[7102] | 3641 | <space />
|
---|
| 3642 | <key key="leisure" value="fishing" />
|
---|
| 3643 | <text key="name" text="Name" />
|
---|
[7393] | 3644 | </item> <!-- Fishing -->
|
---|
[10565] | 3645 | <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 3646 | <link wiki="Tag:leisure=bird_hide" />
|
---|
[10005] | 3647 | <space />
|
---|
| 3648 | <key key="leisure" value="bird_hide" />
|
---|
| 3649 | <reference ref="name_ref_operator" />
|
---|
| 3650 | </item> <!-- Bird Hide -->
|
---|
[8888] | 3651 | <separator/>
|
---|
[16480] | 3652 | <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3653 | <link wiki="Tag:leisure=amusement_arcade" />
|
---|
[8888] | 3654 | <space />
|
---|
[16480] | 3655 | <key key="leisure" value="amusement_arcade" />
|
---|
[8888] | 3656 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[12957] | 3657 | <reference ref="min_age" />
|
---|
[8888] | 3658 | <space />
|
---|
| 3659 | <reference ref="internet_smoking" />
|
---|
[16480] | 3660 | <reference ref="link_contact_address_payment" />
|
---|
| 3661 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 3662 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
---|
| 3663 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
---|
| 3664 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
---|
| 3665 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
---|
| 3666 | </item> <!-- Amusement arcade -->
|
---|
| 3667 | <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3668 | <link wiki="Tag:leisure=adult_gaming_centre" />
|
---|
[8888] | 3669 | <space />
|
---|
[16480] | 3670 | <key key="leisure" value="adult_gaming_centre" />
|
---|
| 3671 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3672 | <reference ref="min_age" />
|
---|
| 3673 | <space />
|
---|
| 3674 | <reference ref="internet_smoking" />
|
---|
[8888] | 3675 | <reference ref="link_contact_address_payment" />
|
---|
[16480] | 3676 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
---|
| 3677 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 3678 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
---|
| 3679 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
---|
| 3680 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
---|
| 3681 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
---|
| 3682 | </item> <!-- Adult gaming centre -->
|
---|
| 3683 | <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3684 | <link wiki="Tag:amenity=gambling" />
|
---|
| 3685 | <space />
|
---|
| 3686 | <key key="amenity" value="gambling" />
|
---|
| 3687 | <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" />
|
---|
| 3688 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3689 | <reference ref="min_age" />
|
---|
| 3690 | <space />
|
---|
| 3691 | <reference ref="internet_smoking" />
|
---|
| 3692 | <reference ref="link_contact_address_payment" />
|
---|
| 3693 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
---|
| 3694 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 3695 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
---|
| 3696 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
---|
| 3697 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
---|
| 3698 | </item> <!-- Gambling -->
|
---|
[10565] | 3699 | <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3700 | <link wiki="Tag:amenity=casino" />
|
---|
[8888] | 3701 | <space />
|
---|
| 3702 | <key key="amenity" value="casino" />
|
---|
| 3703 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16480] | 3704 | <reference ref="min_age" />
|
---|
[8888] | 3705 | <space />
|
---|
| 3706 | <reference ref="internet_smoking" />
|
---|
[16480] | 3707 | <reference ref="link_contact_address_payment" />
|
---|
| 3708 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
---|
| 3709 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 3710 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
---|
| 3711 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
---|
| 3712 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
---|
| 3713 | </item> <!-- Casino -->
|
---|
| 3714 | <separator/>
|
---|
| 3715 | <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3716 | <link wiki="Tag:amenity=nightclub" />
|
---|
[8888] | 3717 | <space />
|
---|
[16480] | 3718 | <key key="amenity" value="nightclub" />
|
---|
| 3719 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3720 | <reference ref="min_age" />
|
---|
| 3721 | <space />
|
---|
| 3722 | <reference ref="internet_smoking" />
|
---|
[8888] | 3723 | <reference ref="link_contact_address_payment" />
|
---|
[16480] | 3724 | </item> <!-- Night Club -->
|
---|
[10808] | 3725 | <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3726 | <link wiki="Tag:amenity=stripclub" />
|
---|
[8888] | 3727 | <space />
|
---|
| 3728 | <key key="amenity" value="stripclub" />
|
---|
| 3729 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16480] | 3730 | <reference ref="min_age" />
|
---|
[8888] | 3731 | <space />
|
---|
| 3732 | <reference ref="internet_smoking" />
|
---|
| 3733 | <reference ref="link_contact_address_payment" />
|
---|
| 3734 | </item> <!-- Strip Club -->
|
---|
[10808] | 3735 | <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3736 | <link wiki="Tag:amenity=brothel" />
|
---|
[8888] | 3737 | <space />
|
---|
| 3738 | <key key="amenity" value="brothel" />
|
---|
| 3739 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 3740 | <space />
|
---|
| 3741 | <reference ref="internet_smoking" />
|
---|
| 3742 | <reference ref="link_contact_address_payment" />
|
---|
| 3743 | </item> <!-- Brothel -->
|
---|
[7102] | 3744 | </group> <!-- Leisure -->
|
---|
[10808] | 3745 | <group name="Culture" icon="presets/leisure/theater.svg">
|
---|
[10565] | 3746 | <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3747 | <link wiki="Tag:tourism=museum" />
|
---|
[7102] | 3748 | <space />
|
---|
| 3749 | <key key="tourism" value="museum" />
|
---|
[8013] | 3750 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7102] | 3751 | <text key="wikipedia" text="Wikipedia" />
|
---|
[8060] | 3752 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3753 | <preset_link preset_name="Building" />
|
---|
[7393] | 3754 | </item> <!-- Museum -->
|
---|
[10808] | 3755 | <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3756 | <link wiki="Tag:amenity=theatre" />
|
---|
[7102] | 3757 | <space />
|
---|
| 3758 | <key key="amenity" value="theatre" />
|
---|
| 3759 | <reference ref="name_operator" />
|
---|
[8013] | 3760 | <reference ref="wheelchair" />
|
---|
[8060] | 3761 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3762 | <preset_link preset_name="Building" />
|
---|
[7393] | 3763 | </item> <!-- Theatre -->
|
---|
[10808] | 3764 | <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3765 | <link wiki="Tag:amenity=library" />
|
---|
[7102] | 3766 | <space />
|
---|
| 3767 | <key key="amenity" value="library" />
|
---|
[8013] | 3768 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 3769 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3770 | <preset_link preset_name="Building" />
|
---|
[7393] | 3771 | </item> <!-- Library -->
|
---|
[16483] | 3772 | <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 3773 | <link wiki="Tag:amenity=public_bookcase" />
|
---|
| 3774 | <space />
|
---|
| 3775 | <key key="amenity" value="public_bookcase" />
|
---|
| 3776 | <text key="name" text="Name" />
|
---|
| 3777 | <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
|
---|
| 3778 | <text key="operator" text="Operator" />
|
---|
| 3779 | <reference ref="oh_wheelchair" />
|
---|
| 3780 | <reference ref="POI_access" />
|
---|
| 3781 | </item> <!-- Public bookcase -->
|
---|
[10808] | 3782 | <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3783 | <link wiki="Tag:amenity=arts_centre" />
|
---|
[7102] | 3784 | <space />
|
---|
| 3785 | <key key="amenity" value="arts_centre" />
|
---|
| 3786 | <text key="name" text="Name" />
|
---|
[8060] | 3787 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 3788 | <preset_link preset_name="Building" />
|
---|
[7393] | 3789 | </item> <!-- Arts Centre -->
|
---|
[10808] | 3790 | <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3791 | <link wiki="Tag:tourism=artwork" />
|
---|
[7102] | 3792 | <space />
|
---|
| 3793 | <key key="tourism" value="artwork" />
|
---|
[14263] | 3794 | <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
|
---|
[7102] | 3795 | <text key="name" text="Name" />
|
---|
[14229] | 3796 | <text key="artwork_subject" text="Subject" />
|
---|
[7102] | 3797 | <text key="artist_name" text="Artist Name" />
|
---|
[15647] | 3798 | <combo key="material" text="Material" values="brass,bronze,concrete,glass,granite,metal,plastic,steel,stone,wood" />
|
---|
[14151] | 3799 | <text key="start_date" text="Start date" />
|
---|
[7393] | 3800 | </item> <!-- Artwork -->
|
---|
[10808] | 3801 | <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3802 | <link wiki="Tag:amenity=studio" />
|
---|
[7102] | 3803 | <space />
|
---|
| 3804 | <key key="amenity" value="studio" />
|
---|
| 3805 | <reference ref="name_operator" />
|
---|
[8013] | 3806 | <reference ref="wheelchair" />
|
---|
[9363] | 3807 | <combo key="studio" text="Type" values="audio,radio,television,video" />
|
---|
[8060] | 3808 | <reference ref="link_contact_address_payment" />
|
---|
[9418] | 3809 | </item> <!-- Studio -->
|
---|
[7102] | 3810 | </group> <!-- Culture -->
|
---|
[10706] | 3811 | <group name="Place of Worship" icon="presets/religion/religion.svg">
|
---|
| 3812 | <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3813 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3814 | <space />
|
---|
| 3815 | <key key="amenity" value="place_of_worship" />
|
---|
| 3816 | <key key="religion" value="christian" />
|
---|
| 3817 | <text key="name" text="Name" />
|
---|
| 3818 | <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
|
---|
[14867] | 3819 | <reference ref="christian_denominations" />
|
---|
[7102] | 3820 | <reference ref="service_times" />
|
---|
[8013] | 3821 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3822 | <reference ref="link_contact_address" />
|
---|
[10111] | 3823 | <preset_link preset_name="Building" />
|
---|
[7393] | 3824 | </item> <!-- Church -->
|
---|
[10706] | 3825 | <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3826 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3827 | <space />
|
---|
| 3828 | <key key="amenity" value="place_of_worship" />
|
---|
| 3829 | <key key="religion" value="muslim" />
|
---|
| 3830 | <text key="name" text="Name" />
|
---|
| 3831 | <combo key="building" text="Building type" values="mosque" values_searchable="true" />
|
---|
[14867] | 3832 | <reference ref="muslim_denominations" />
|
---|
[7102] | 3833 | <reference ref="service_times" />
|
---|
[8013] | 3834 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3835 | <reference ref="link_contact_address" />
|
---|
[10111] | 3836 | <preset_link preset_name="Building" />
|
---|
[7393] | 3837 | </item> <!-- Mosque -->
|
---|
[10706] | 3838 | <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3839 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3840 | <space />
|
---|
| 3841 | <key key="amenity" value="place_of_worship" />
|
---|
| 3842 | <key key="religion" value="jewish" />
|
---|
| 3843 | <text key="name" text="Name" />
|
---|
| 3844 | <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
|
---|
[14867] | 3845 | <reference ref="jewish_denominations" />
|
---|
[7102] | 3846 | <reference ref="service_times" />
|
---|
[8013] | 3847 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3848 | <reference ref="link_contact_address" />
|
---|
[10111] | 3849 | <preset_link preset_name="Building" />
|
---|
[7393] | 3850 | </item> <!-- Synagogue -->
|
---|
[10706] | 3851 | <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3852 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3853 | <space />
|
---|
| 3854 | <key key="amenity" value="place_of_worship" />
|
---|
| 3855 | <key key="religion" value="buddhist" />
|
---|
| 3856 | <text key="name" text="Name" />
|
---|
[14867] | 3857 | <reference ref="buddhist_denominations" />
|
---|
[7102] | 3858 | <reference ref="service_times" />
|
---|
[8013] | 3859 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3860 | <reference ref="link_contact_address" />
|
---|
[10111] | 3861 | <preset_link preset_name="Building" />
|
---|
[7393] | 3862 | </item> <!-- Buddhist Temple -->
|
---|
[10706] | 3863 | <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3864 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3865 | <space />
|
---|
| 3866 | <key key="amenity" value="place_of_worship" />
|
---|
| 3867 | <key key="religion" value="hindu" />
|
---|
| 3868 | <text key="name" text="Name" />
|
---|
[14867] | 3869 | <reference ref="hindu_denominations" />
|
---|
[7102] | 3870 | <reference ref="service_times" />
|
---|
[8013] | 3871 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3872 | <reference ref="link_contact_address" />
|
---|
[10111] | 3873 | <preset_link preset_name="Building" />
|
---|
[7393] | 3874 | </item> <!-- Hindu Temple -->
|
---|
[10706] | 3875 | <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3876 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3877 | <space />
|
---|
| 3878 | <key key="amenity" value="place_of_worship" />
|
---|
| 3879 | <key key="religion" value="shinto" />
|
---|
| 3880 | <text key="name" text="Name" />
|
---|
| 3881 | <reference ref="service_times" />
|
---|
[8013] | 3882 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3883 | <reference ref="link_contact_address" />
|
---|
[10111] | 3884 | <preset_link preset_name="Building" />
|
---|
[7393] | 3885 | </item> <!-- Shinto Shrine -->
|
---|
[10706] | 3886 | <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3887 | <link wiki="Tag:amenity=place_of_worship" />
|
---|
[7102] | 3888 | <space />
|
---|
| 3889 | <key key="amenity" value="place_of_worship" />
|
---|
| 3890 | <text key="name" text="Name" />
|
---|
[14867] | 3891 | <reference ref="other_religions" />
|
---|
[7102] | 3892 | <reference ref="service_times" />
|
---|
[8013] | 3893 | <reference ref="oh_wheelchair" />
|
---|
[8026] | 3894 | <reference ref="link_contact_address" />
|
---|
[10111] | 3895 | <preset_link preset_name="Building" />
|
---|
[7393] | 3896 | </item> <!-- Other Place of Worship -->
|
---|
[7102] | 3897 | </group> <!-- Place of Worship -->
|
---|
[10808] | 3898 | <group name="Public Building" icon="presets/service/townhall.svg">
|
---|
| 3899 | <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3900 | <link wiki="Tag:amenity=townhall" />
|
---|
[7102] | 3901 | <space />
|
---|
| 3902 | <key key="amenity" value="townhall" />
|
---|
[8013] | 3903 | <reference ref="name_oh_wheelchair" />
|
---|
[8026] | 3904 | <reference ref="link_contact_address" />
|
---|
[10111] | 3905 | <preset_link preset_name="Building" />
|
---|
[7393] | 3906 | </item> <!-- Town Hall -->
|
---|
[10808] | 3907 | <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3908 | <link wiki="Tag:amenity=community_centre" />
|
---|
[7102] | 3909 | <label text="Community Centre" />
|
---|
| 3910 | <space />
|
---|
| 3911 | <key key="amenity" value="community_centre" />
|
---|
[8013] | 3912 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[15262] | 3913 | <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" />
|
---|
| 3914 | <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
|
---|
[8026] | 3915 | <reference ref="link_contact_address" />
|
---|
[10111] | 3916 | <preset_link preset_name="Building" />
|
---|
[7393] | 3917 | </item> <!-- Community Centre -->
|
---|
[10808] | 3918 | <item name="Embassy" icon="presets/service/embassy.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3919 | <link wiki="Tag:amenity=embassy" />
|
---|
[7102] | 3920 | <space />
|
---|
| 3921 | <key key="amenity" value="embassy" />
|
---|
[8013] | 3922 | <reference ref="name_oh_wheelchair" />
|
---|
[8026] | 3923 | <reference ref="link_contact_address" />
|
---|
[7393] | 3924 | </item> <!-- Embassy -->
|
---|
[10706] | 3925 | <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3926 | <link wiki="Tag:amenity=courthouse" />
|
---|
[7102] | 3927 | <space />
|
---|
| 3928 | <key key="amenity" value="courthouse" />
|
---|
[8013] | 3929 | <reference ref="name_oh_wheelchair" />
|
---|
[8026] | 3930 | <reference ref="link_contact_address" />
|
---|
[10111] | 3931 | <preset_link preset_name="Building" />
|
---|
[7393] | 3932 | </item> <!-- Courthouse -->
|
---|
[10706] | 3933 | <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3934 | <link wiki="Tag:amenity=prison" />
|
---|
[7102] | 3935 | <space />
|
---|
| 3936 | <key key="amenity" value="prison" />
|
---|
[7620] | 3937 | <reference ref="name_operator" />
|
---|
[8026] | 3938 | <reference ref="link_contact_address" />
|
---|
[7393] | 3939 | </item> <!-- Prison -->
|
---|
[10706] | 3940 | <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3941 | <link wiki="Tag:amenity=police" />
|
---|
[7102] | 3942 | <space />
|
---|
| 3943 | <key key="amenity" value="police" />
|
---|
[8013] | 3944 | <reference ref="name_oh_wheelchair" />
|
---|
[8026] | 3945 | <reference ref="link_contact_address" />
|
---|
[10111] | 3946 | <preset_link preset_name="Building" />
|
---|
[7393] | 3947 | </item> <!-- Police -->
|
---|
[10565] | 3948 | <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3949 | <link wiki="Tag:amenity=ranger_station" />
|
---|
[8025] | 3950 | <space />
|
---|
| 3951 | <key key="amenity" value="ranger_station" />
|
---|
| 3952 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8026] | 3953 | <reference ref="link_contact_address" />
|
---|
[8025] | 3954 | </item> <!-- Ranger Station -->
|
---|
[10706] | 3955 | <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3956 | <link wiki="Tag:amenity=fire_station" />
|
---|
[7102] | 3957 | <space />
|
---|
| 3958 | <key key="amenity" value="fire_station" />
|
---|
| 3959 | <text key="name" text="Name" />
|
---|
[8026] | 3960 | <reference ref="link_contact_address" />
|
---|
[10111] | 3961 | <preset_link preset_name="Building" />
|
---|
[7393] | 3962 | </item> <!-- Fire Station -->
|
---|
[10808] | 3963 | <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3964 | <link wiki="Tag:amenity=post_office" />
|
---|
[7102] | 3965 | <space />
|
---|
| 3966 | <key key="amenity" value="post_office" />
|
---|
[8013] | 3967 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7745] | 3968 | <text key="ref" text="Reference" />
|
---|
[8060] | 3969 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 3970 | </item> <!-- Post Office -->
|
---|
[7102] | 3971 | </group> <!-- Public Buildings -->
|
---|
[10808] | 3972 | <group name="Education" icon="presets/education/school.svg">
|
---|
[10706] | 3973 | <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3974 | <link wiki="Tag:amenity=kindergarten" />
|
---|
[7102] | 3975 | <space />
|
---|
| 3976 | <key key="amenity" value="kindergarten" />
|
---|
[8013] | 3977 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[12957] | 3978 | <reference ref="min_age" />
|
---|
| 3979 | <reference ref="max_age" />
|
---|
[15715] | 3980 | <combo key="isced:level" text="ISCED level" values="0" />
|
---|
[8026] | 3981 | <reference ref="link_contact_address" />
|
---|
[10111] | 3982 | <preset_link preset_name="Building" />
|
---|
[7393] | 3983 | </item> <!-- Kindergarten -->
|
---|
[10808] | 3984 | <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3985 | <link wiki="Tag:amenity=school" />
|
---|
[7102] | 3986 | <space />
|
---|
| 3987 | <key key="amenity" value="school" />
|
---|
[8013] | 3988 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[12957] | 3989 | <reference ref="min_age" />
|
---|
[16482] | 3990 | <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="6" />
|
---|
[8026] | 3991 | <reference ref="link_contact_address" />
|
---|
[10111] | 3992 | <preset_link preset_name="Building" />
|
---|
[7393] | 3993 | </item> <!-- School -->
|
---|
[10808] | 3994 | <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 3995 | <link wiki="Tag:amenity=university" />
|
---|
[7102] | 3996 | <space />
|
---|
| 3997 | <key key="amenity" value="university" />
|
---|
[8013] | 3998 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16482] | 3999 | <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="6" />
|
---|
[8026] | 4000 | <reference ref="link_contact_address" />
|
---|
[7393] | 4001 | </item> <!-- University -->
|
---|
[10808] | 4002 | <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4003 | <link wiki="Tag:amenity=college" />
|
---|
[7102] | 4004 | <space />
|
---|
| 4005 | <key key="amenity" value="college" />
|
---|
[8013] | 4006 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[16482] | 4007 | <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="6" />
|
---|
[8026] | 4008 | <reference ref="link_contact_address" />
|
---|
[7393] | 4009 | </item> <!-- College -->
|
---|
[10808] | 4010 | <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4011 | <link wiki="Tag:amenity=driving_school" />
|
---|
[7102] | 4012 | <space />
|
---|
| 4013 | <key key="amenity" value="driving_school" />
|
---|
[8013] | 4014 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7102] | 4015 | <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] | 4016 | <reference ref="link_contact_address" />
|
---|
[7393] | 4017 | </item> <!-- Driving School -->
|
---|
[7102] | 4018 | </group> <!-- Education -->
|
---|
[10565] | 4019 | <group name="Health" icon="presets/health/pharmacy.svg">
|
---|
| 4020 | <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4021 | <link wiki="Tag:amenity=hospital" />
|
---|
[7102] | 4022 | <space />
|
---|
| 4023 | <key key="amenity" value="hospital" />
|
---|
| 4024 | <reference ref="name_operator" />
|
---|
[8060] | 4025 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4026 | </item> <!-- Hospital -->
|
---|
[10565] | 4027 | <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4028 | <link wiki="Tag:amenity=clinic" />
|
---|
[7102] | 4029 | <space />
|
---|
| 4030 | <key key="amenity" value="clinic" />
|
---|
[7620] | 4031 | <reference ref="name_operator" />
|
---|
[8060] | 4032 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4033 | </item> <!-- Clinic -->
|
---|
[10565] | 4034 | <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4035 | <link wiki="Tag:amenity=doctors" />
|
---|
[7102] | 4036 | <space />
|
---|
| 4037 | <key key="amenity" value="doctors" />
|
---|
[8013] | 4038 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 4039 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4040 | </item> <!-- Doctor's Office -->
|
---|
[10565] | 4041 | <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4042 | <link wiki="Tag:amenity=dentist" />
|
---|
[7102] | 4043 | <space />
|
---|
| 4044 | <key key="amenity" value="dentist" />
|
---|
[8013] | 4045 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 4046 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4047 | </item> <!-- Dentist -->
|
---|
[10565] | 4048 | <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4049 | <link wiki="Tag:amenity=pharmacy" />
|
---|
[7102] | 4050 | <space />
|
---|
| 4051 | <key key="amenity" value="pharmacy" />
|
---|
[8013] | 4052 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8122] | 4053 | <check key="dispensing" text="Dispensing"/>
|
---|
[8060] | 4054 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4055 | </item> <!-- Pharmacy -->
|
---|
[16455] | 4056 | <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 4057 | <link wiki="Tag:healthcare=laboratory" />
|
---|
| 4058 | <space />
|
---|
| 4059 | <key key="healthcare" value="laboratory" />
|
---|
| 4060 | <optional>
|
---|
| 4061 | <reference ref="name_operator" />
|
---|
| 4062 | <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
|
---|
| 4063 | <reference ref="oh_wheelchair" />
|
---|
| 4064 | <text key="ref" text="Reference" />
|
---|
| 4065 | <reference ref="link_contact_address" />
|
---|
| 4066 | </optional>
|
---|
| 4067 | </item> <!-- Laboratory -->
|
---|
[7102] | 4068 | <separator/>
|
---|
[10565] | 4069 | <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4070 | <link wiki="Tag:amenity=baby_hatch" />
|
---|
[7102] | 4071 | <space />
|
---|
| 4072 | <key key="amenity" value="baby_hatch" />
|
---|
[8013] | 4073 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8026] | 4074 | <reference ref="link_contact_address" />
|
---|
[7393] | 4075 | </item> <!-- Baby Hatch/Safe Haven -->
|
---|
[7102] | 4076 | <separator/>
|
---|
[10565] | 4077 | <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4078 | <link wiki="Tag:highway=emergency_access_point" />
|
---|
[7102] | 4079 | <space />
|
---|
| 4080 | <key key="highway" value="emergency_access_point" />
|
---|
| 4081 | <text key="ref" text="Point Number" />
|
---|
| 4082 | <text key="name" text="Point Name" />
|
---|
| 4083 | <text key="operator" text="Operator" />
|
---|
[11025] | 4084 | <text key="emergency_telephone_code" text="Emergency Phone Number" />
|
---|
| 4085 | <label text="(Use number as shown on plate.)" />
|
---|
[7102] | 4086 | <space />
|
---|
[7393] | 4087 | </item> <!-- Emergency Access Point -->
|
---|
[7102] | 4088 | <separator/>
|
---|
[10565] | 4089 | <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4090 | <link wiki="Tag:amenity=veterinary" />
|
---|
[7102] | 4091 | <space />
|
---|
| 4092 | <key key="amenity" value="veterinary" />
|
---|
[8013] | 4093 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 4094 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4095 | </item> <!-- Veterinary -->
|
---|
[7102] | 4096 | </group> <!-- Health -->
|
---|
[10565] | 4097 | <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
|
---|
| 4098 | <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4099 | <link wiki="Tag:emergency=ambulance_station" />
|
---|
[9523] | 4100 | <space />
|
---|
| 4101 | <key key="emergency" value="ambulance_station" />
|
---|
| 4102 | <reference ref="name_operator" />
|
---|
| 4103 | <reference ref="link_contact_address" />
|
---|
| 4104 | </item> <!-- Ambulance Station -->
|
---|
[15308] | 4105 | <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
|
---|
| 4106 | <link wiki="Tag:emergency=emergency_ward_entrance" />
|
---|
| 4107 | <space />
|
---|
| 4108 | <key key="emergency" value="emergency_ward_entrance" />
|
---|
| 4109 | <reference ref="name_operator" />
|
---|
| 4110 | <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
|
---|
| 4111 | <reference ref="link_contact_address" />
|
---|
| 4112 | </item> <!-- Emergency ward entrance -->
|
---|
[10706] | 4113 | <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4114 | <link wiki="Tag:emergency=defibrillator" />
|
---|
[9523] | 4115 | <space />
|
---|
| 4116 | <key key="emergency" value="defibrillator" />
|
---|
| 4117 | <reference ref="oh_wheelchair" />
|
---|
[11150] | 4118 | <text key="operator" text="Operator" />
|
---|
| 4119 | <text key="defibrillator:location" text="Location description" />
|
---|
[13761] | 4120 | <text key="phone" text="Phone number" />
|
---|
[13785] | 4121 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
---|
[16474] | 4122 | <reference ref="POI_access" />
|
---|
[9523] | 4123 | <check key="indoor" text="Located inside a building?" />
|
---|
| 4124 | <!-- lastcheck is in use for aed devices, but not yet well discussed or documented
|
---|
| 4125 | <optional>
|
---|
| 4126 | <text key="lastcheck" text="Last check date (YYYY-MM-DD)" />
|
---|
| 4127 | <text key="lastcheck:note" text="Last check note" />
|
---|
| 4128 | </optional>
|
---|
| 4129 | -->
|
---|
| 4130 | </item> <!-- Automated Defibrillator -->
|
---|
| 4131 | <separator />
|
---|
[10565] | 4132 | <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4133 | <link wiki="Tag:emergency=fire_extinguisher" />
|
---|
[9523] | 4134 | <space />
|
---|
| 4135 | <key key="emergency" value="fire_extinguisher" />
|
---|
| 4136 | <text key="ref" text="Reference" />
|
---|
| 4137 | <text key="operator" text="Operator" />
|
---|
| 4138 | <check key="indoor" text="Indoor" />
|
---|
| 4139 | </item> <!-- Fire Extinguisher -->
|
---|
[10565] | 4140 | <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4141 | <link wiki="Tag:emergency=fire_hose" />
|
---|
[9523] | 4142 | <space />
|
---|
| 4143 | <key key="emergency" value="fire_hose" />
|
---|
| 4144 | <text key="ref" text="Reference" />
|
---|
| 4145 | <text key="operator" text="Operator" />
|
---|
| 4146 | </item> <!-- Fire Hose -->
|
---|
[10706] | 4147 | <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4148 | <link wiki="Tag:emergency=fire_hydrant" />
|
---|
[9523] | 4149 | <space />
|
---|
| 4150 | <key key="emergency" value="fire_hydrant" />
|
---|
[14593] | 4151 | <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
|
---|
| 4152 | <list_entry value="pillar" short_description="A pillar type hydrant." />
|
---|
| 4153 | <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
|
---|
| 4154 | <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
|
---|
| 4155 | <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
|
---|
| 4156 | </combo>
|
---|
| 4157 | <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
|
---|
| 4158 | <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
|
---|
| 4159 | <list_entry value="#" short_description="Pressure in bar." />
|
---|
| 4160 | <list_entry value="yes" short_description="Pressure but value unknown." />
|
---|
| 4161 | <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
|
---|
| 4162 | </combo>
|
---|
| 4163 | <optional>
|
---|
| 4164 | <text key="ref" text="Reference" />
|
---|
| 4165 | <combo key="water_source" text="Water source">
|
---|
| 4166 | <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
|
---|
| 4167 | <list_entry value="groundwater" short_description="A water well." />
|
---|
| 4168 | <list_entry value="stream" />
|
---|
| 4169 | <list_entry value="river" />
|
---|
| 4170 | <list_entry value="canal" />
|
---|
| 4171 | <list_entry value="drain" />
|
---|
| 4172 | <list_entry value="ditch" />
|
---|
| 4173 | <list_entry value="pond" />
|
---|
| 4174 | <list_entry value="lake" />
|
---|
| 4175 | <list_entry value="water_tank" />
|
---|
| 4176 | <list_entry value="swimming_pool" />
|
---|
| 4177 | </combo>
|
---|
| 4178 | <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
|
---|
| 4179 | <list_entry value="lane" short_description="on the side of a road lane" />
|
---|
| 4180 | <list_entry value="parking_lot" short_description="in a parking lot" />
|
---|
| 4181 | <list_entry value="sidewalk" short_description="on a sidewalk" />
|
---|
| 4182 | <list_entry value="green" short_description="in a grassy area" />
|
---|
| 4183 | </combo>
|
---|
| 4184 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
---|
| 4185 | <combo key="pillar:type" text="Pillar type">
|
---|
| 4186 | <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
|
---|
| 4187 | <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." />
|
---|
| 4188 | </combo>
|
---|
| 4189 | <space />
|
---|
| 4190 | <combo key="couplings" text="Number of couplings" values="1,2,3" />
|
---|
[14608] | 4191 | <!-- <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] | 4192 | <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
|
---|
| 4193 | <space />
|
---|
[15255] | 4194 | <combo key="colour" text="Colour" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
---|
| 4195 | <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" />
|
---|
| 4196 | <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] | 4197 | <space />
|
---|
| 4198 | <text key="manufacturer" text="Manufacturer" />
|
---|
| 4199 | <text key="operator" text="Operator" />
|
---|
| 4200 | <text key="name" text="Name" />
|
---|
| 4201 | </optional>
|
---|
[9523] | 4202 | </item> <!-- Fire Hydrant -->
|
---|
[10565] | 4203 | <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4204 | <link wiki="Tag:emergency=water_tank" />
|
---|
[9523] | 4205 | <space />
|
---|
| 4206 | <key key="emergency" value="water_tank" />
|
---|
| 4207 | <reference ref="name_ref_operator" />
|
---|
| 4208 | <space />
|
---|
| 4209 | <text key="water_tank:volume" text="Volume (in liters)" />
|
---|
| 4210 | </item> <!-- Water Tank -->
|
---|
| 4211 | <separator />
|
---|
[10565] | 4212 | <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4213 | <link wiki="Tag:emergency=assembly_point" />
|
---|
[9523] | 4214 | <space />
|
---|
| 4215 | <key key="emergency" value="assembly_point" />
|
---|
| 4216 | <reference ref="name_ref_operator" />
|
---|
| 4217 | </item> <!-- Assembly Point -->
|
---|
[10706] | 4218 | <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4219 | <link wiki="Tag:emergency=phone" />
|
---|
[9523] | 4220 | <key key="emergency" value="phone" />
|
---|
| 4221 | <text key="ref" text="Reference" />
|
---|
| 4222 | <text key="operator" text="Operator" />
|
---|
| 4223 | </item> <!-- Emergency Phone -->
|
---|
[10565] | 4224 | <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4225 | <link wiki="Tag:emergency=siren" />
|
---|
[9523] | 4226 | <key key="emergency" value="siren" />
|
---|
| 4227 | <text key="ref" text="Reference" />
|
---|
| 4228 | <text key="operator" text="Operator" />
|
---|
| 4229 | <space />
|
---|
| 4230 | <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
|
---|
[16482] | 4231 | <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" rows="5" values_searchable="true" />
|
---|
[9523] | 4232 | <text key="siren:range" text="Range (in meters)" />
|
---|
[13785] | 4233 | </item> <!-- Siren -->
|
---|
[9523] | 4234 | </group> <!-- Emergency -->
|
---|
[10565] | 4235 | <group name="Social Facility" icon="presets/social_facility/outreach.svg">
|
---|
| 4236 | <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4237 | <link wiki="Key:social_facility" />
|
---|
[12613] | 4238 | <space />
|
---|
| 4239 | <key key="amenity" value="social_facility" />
|
---|
| 4240 | <key key="social_facility" value="nursing_home" />
|
---|
| 4241 | <reference ref="name_operator" />
|
---|
| 4242 | <text key="capacity" text="Capacity" />
|
---|
| 4243 | <reference ref="link_contact_address" />
|
---|
| 4244 | </item> <!-- Nursing Home -->
|
---|
| 4245 | <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4246 | <link wiki="Tag:amenity=nursing_home" />
|
---|
[9285] | 4247 | <space />
|
---|
| 4248 | <key key="amenity" value="nursing_home" />
|
---|
| 4249 | <reference ref="name_operator" />
|
---|
| 4250 | <text key="capacity" text="Capacity" />
|
---|
| 4251 | <reference ref="link_contact_address" />
|
---|
[12613] | 4252 | </item> <!-- Nursing Home (Legacy)-->
|
---|
[10565] | 4253 | <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4254 | <link wiki="Key:social_facility" />
|
---|
[9285] | 4255 | <space />
|
---|
| 4256 | <key key="amenity" value="social_facility" />
|
---|
| 4257 | <key key="social_facility" value="group_home" />
|
---|
| 4258 | <reference ref="name_operator" />
|
---|
| 4259 | <combo key="social_facility:for" text="For" value="senior" default="senior" />
|
---|
| 4260 | <text key="capacity" text="Capacity" />
|
---|
| 4261 | <reference ref="link_contact_address" />
|
---|
| 4262 | </item> <!-- Group Home -->
|
---|
[10565] | 4263 | <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4264 | <link wiki="Key:social_facility" />
|
---|
[9285] | 4265 | <space />
|
---|
| 4266 | <key key="amenity" value="social_facility" />
|
---|
| 4267 | <key key="social_facility" value="assisted_living" />
|
---|
| 4268 | <reference ref="name_operator" />
|
---|
| 4269 | <combo key="social_facility:for" text="For" value="senior" default="senior" />
|
---|
| 4270 | <text key="capacity" text="Capacity" />
|
---|
| 4271 | <reference ref="link_contact_address" />
|
---|
| 4272 | </item> <!-- Assisted Living -->
|
---|
[10565] | 4273 | <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4274 | <link wiki="Key:social_facility" />
|
---|
[9285] | 4275 | <space />
|
---|
| 4276 | <key key="amenity" value="social_facility" />
|
---|
| 4277 | <key key="social_facility" value="outreach" />
|
---|
| 4278 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 4279 | <reference ref="link_contact_address" />
|
---|
| 4280 | </item> <!-- Outreach -->
|
---|
[10565] | 4281 | <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4282 | <link wiki="Key:social_facility" />
|
---|
[9285] | 4283 | <space />
|
---|
| 4284 | <key key="amenity" value="social_facility" />
|
---|
| 4285 | <key key="social_facility" value="shelter" />
|
---|
| 4286 | <reference ref="name_operator" />
|
---|
| 4287 | <text key="capacity" text="Capacity" />
|
---|
| 4288 | <reference ref="link_contact_address" />
|
---|
| 4289 | </item> <!-- Shelter -->
|
---|
[10565] | 4290 | <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4291 | <link wiki="Key:social_facility" />
|
---|
[9285] | 4292 | <space />
|
---|
| 4293 | <key key="amenity" value="social_facility" />
|
---|
| 4294 | <key key="social_facility" value="food_bank" />
|
---|
| 4295 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 4296 | <reference ref="link_contact_address" />
|
---|
| 4297 | </item> <!-- Food Bank -->
|
---|
| 4298 | </group> <!-- Social Facility -->
|
---|
[10706] | 4299 | <group name="Facilities" icon="presets/service/telephone.svg">
|
---|
| 4300 | <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4301 | <link wiki="Tag:amenity=toilets" />
|
---|
[7102] | 4302 | <space />
|
---|
| 4303 | <key key="amenity" value="toilets" />
|
---|
| 4304 | <optional>
|
---|
[16474] | 4305 | <reference ref="POI_access" />
|
---|
[8867] | 4306 | <checkgroup columns="3">
|
---|
[8885] | 4307 | <check key="female" text="Female" text_context="restroom" />
|
---|
| 4308 | <check key="male" text="Male" text_context="restroom" />
|
---|
| 4309 | <check key="unisex" text="Unisex" text_context="restroom" />
|
---|
[8867] | 4310 | </checkgroup>
|
---|
| 4311 | <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
|
---|
[7102] | 4312 | <text key="description" text="Description" />
|
---|
[7620] | 4313 | <reference ref="fee" />
|
---|
[7102] | 4314 | <text key="operator" text="Operator" />
|
---|
| 4315 | <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
|
---|
[8013] | 4316 | <reference ref="wheelchair" />
|
---|
[14365] | 4317 | <check key="drinking_water" text="Drinking Water" />
|
---|
[7102] | 4318 | </optional>
|
---|
[15263] | 4319 | <preset_link preset_name="Changing table" />
|
---|
[7393] | 4320 | </item> <!-- Toilets/Restrooms -->
|
---|
[10565] | 4321 | <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4322 | <link wiki="Tag:amenity=shower" />
|
---|
[7598] | 4323 | <space />
|
---|
| 4324 | <key key="amenity" value="shower" />
|
---|
[16474] | 4325 | <reference ref="POI_access" />
|
---|
[7598] | 4326 | <optional>
|
---|
[11550] | 4327 | <checkgroup columns="3">
|
---|
[11547] | 4328 | <check key="female" text="Female" text_context="restroom" />
|
---|
| 4329 | <check key="male" text="Male" text_context="restroom" />
|
---|
| 4330 | <check key="unisex" text="Unisex" text_context="restroom" />
|
---|
| 4331 | </checkgroup>
|
---|
[7598] | 4332 | <text key="description" text="Description" />
|
---|
[15263] | 4333 | <reference ref="fee" />
|
---|
[7598] | 4334 | <text key="operator" text="Operator" />
|
---|
[8013] | 4335 | <reference ref="oh_wheelchair" />
|
---|
[7598] | 4336 | </optional>
|
---|
| 4337 | </item> <!-- Shower -->
|
---|
[15263] | 4338 | <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
|
---|
| 4339 | <link wiki="Key:changing_table" />
|
---|
| 4340 | <space />
|
---|
| 4341 | <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
|
---|
| 4342 | <optional>
|
---|
| 4343 | <check key="changing_table:fee" text="Fee" />
|
---|
| 4344 | <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
|
---|
| 4345 | <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" />
|
---|
| 4346 | <text key="operator" text="Operator" />
|
---|
| 4347 | <reference ref="wheelchair" />
|
---|
| 4348 | </optional>
|
---|
| 4349 | </item> <!-- Changing table -->
|
---|
[11583] | 4350 | <separator/>
|
---|
[10808] | 4351 | <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4352 | <link wiki="Tag:amenity=post_box" />
|
---|
[7102] | 4353 | <space />
|
---|
| 4354 | <key key="amenity" value="post_box" />
|
---|
| 4355 | <text key="operator" text="Operator" />
|
---|
| 4356 | <text key="ref" text="Reference number" />
|
---|
[15272] | 4357 | <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] | 4358 | <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
|
---|
[7102] | 4359 | <check key="drive_through" text="Drive through" />
|
---|
[7393] | 4360 | </item> <!-- Post Box -->
|
---|
[10706] | 4361 | <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4362 | <link wiki="Tag:amenity=telephone" />
|
---|
[7102] | 4363 | <space />
|
---|
| 4364 | <key key="amenity" value="telephone" />
|
---|
| 4365 | <text key="operator" text="Operator" />
|
---|
[13663] | 4366 | <combo key="covered" text="Covered" values="yes,no,booth" />
|
---|
[8059] | 4367 | <space />
|
---|
| 4368 | <check key="payment:coins" text="Coins" />
|
---|
| 4369 | <check key="payment:notes" text="Notes" text_context="payment" />
|
---|
[7102] | 4370 | <check key="payment:telephone_cards" text="Telephone cards" />
|
---|
[8059] | 4371 | <preset_link preset_name="Payment Methods" />
|
---|
[7393] | 4372 | </item> <!-- Telephone -->
|
---|
[11585] | 4373 | <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4374 | <link wiki="Tag:amenity=internet_cafe" />
|
---|
[11585] | 4375 | <space />
|
---|
| 4376 | <key key="amenity" value="internet_cafe" />
|
---|
| 4377 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[11588] | 4378 | <reference ref="link_contact_address_payment" />
|
---|
[11585] | 4379 | </item> <!-- Internet Cafe -->
|
---|
[10706] | 4380 | <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 4381 | <link wiki="Key:internet_access" />
|
---|
[7102] | 4382 | <space />
|
---|
[16610] | 4383 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
|
---|
| 4384 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
|
---|
[7393] | 4385 | </item> <!-- Internet Access -->
|
---|
[10565] | 4386 | <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4387 | <link wiki="Tag:amenity=clock" />
|
---|
[7102] | 4388 | <key key="amenity" value="clock" />
|
---|
| 4389 | <optional>
|
---|
| 4390 | <combo key="display" text="Display" values="analog,digital,sundial,unorthodox" />
|
---|
[9037] | 4391 | <reference ref="support" />
|
---|
[13770] | 4392 | <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
|
---|
[14264] | 4393 | <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] | 4394 | <check key="date" text="Shows current date" />
|
---|
| 4395 | <check key="thermometer" text="Shows temperature" />
|
---|
| 4396 | <check key="barometer" text="Shows barometric pressure" />
|
---|
| 4397 | <check key="hygrometer" text="Shows humidity" />
|
---|
| 4398 | </optional>
|
---|
[7393] | 4399 | </item> <!-- Clock -->
|
---|
[11583] | 4400 | <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4401 | <link wiki="Tag:amenity=photo_booth" />
|
---|
[11583] | 4402 | <space />
|
---|
| 4403 | <key key="amenity" value="photo_booth" />
|
---|
| 4404 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 4405 | </item> <!-- Photo booth -->
|
---|
| 4406 | <separator/>
|
---|
[10565] | 4407 | <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4408 | <link wiki="Tag:amenity=recycling" />
|
---|
[7102] | 4409 | <space />
|
---|
| 4410 | <key key="amenity" value="recycling" />
|
---|
[8411] | 4411 | <key key="recycling_type" value="container" />
|
---|
[10119] | 4412 | <text key="operator" text="Operator" />
|
---|
[15648] | 4413 | <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" />
|
---|
[16742] | 4414 | <reference ref="wheelchair" />
|
---|
[8411] | 4415 | <space />
|
---|
| 4416 | <checkgroup columns="4">
|
---|
[16266] | 4417 | <check key="recycling:paper" text="Paper" />
|
---|
| 4418 | <check key="recycling:paper_packaging" text="Paper packaging" />
|
---|
[8411] | 4419 | <check key="recycling:cardboard" text="Cardboard" />
|
---|
[16266] | 4420 | <check key="recycling:newspaper" text="Newspaper" />
|
---|
| 4421 | <check key="recycling:magazines" text="Magazines" />
|
---|
| 4422 | <check key="recycling:books" text="Books" />
|
---|
[8411] | 4423 | <check key="recycling:plastic" text="Plastic" />
|
---|
| 4424 | <check key="recycling:plastic_bottles" text="Plastic Bottles" />
|
---|
| 4425 | <check key="recycling:plastic_packaging" text="Plastic Packaging" />
|
---|
[16266] | 4426 | <check key="recycling:beverage_cartons" text="Beverage cartons" />
|
---|
| 4427 | <check key="recycling:glass" text="Glass" />
|
---|
| 4428 | <check key="recycling:glass_bottles" text="Glass Bottles" />
|
---|
| 4429 | <check key="recycling:cans" text="Cans" />
|
---|
| 4430 | <check key="recycling:clothes" text="Clothes" />
|
---|
| 4431 | <check key="recycling:shoes" text="Shoes" />
|
---|
[8411] | 4432 | <check key="recycling:scrap_metal" text="Scrap Metal" />
|
---|
[16266] | 4433 | <check key="recycling:wood" text="Wood" />
|
---|
| 4434 | <check key="recycling:green_waste" text="Green Waste" />
|
---|
| 4435 | <check key="recycling:waste" text="Waste" />
|
---|
| 4436 | <check key="recycling:batteries" text="Batteries" />
|
---|
[8411] | 4437 | <check key="recycling:small_appliances" text="Small Appliances" />
|
---|
[16266] | 4438 | <check key="recycling:electrical_appliances" text="Electrical Appliances" />
|
---|
[8411] | 4439 | </checkgroup>
|
---|
| 4440 | </item> <!-- Recycling Container-->
|
---|
[10565] | 4441 | <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4442 | <link wiki="Tag:amenity=recycling" />
|
---|
[8411] | 4443 | <space />
|
---|
| 4444 | <key key="amenity" value="recycling" />
|
---|
| 4445 | <key key="recycling_type" value="centre" />
|
---|
| 4446 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 4447 | <space />
|
---|
| 4448 | <checkgroup columns="4">
|
---|
[16266] | 4449 | <check key="recycling:paper" text="Paper" />
|
---|
| 4450 | <check key="recycling:paper_packaging" text="Paper packaging" />
|
---|
[8411] | 4451 | <check key="recycling:cardboard" text="Cardboard" />
|
---|
[16266] | 4452 | <check key="recycling:newspaper" text="Newspaper" />
|
---|
| 4453 | <check key="recycling:magazines" text="Magazines" />
|
---|
| 4454 | <check key="recycling:books" text="Books" />
|
---|
[8411] | 4455 | <check key="recycling:plastic" text="Plastic" />
|
---|
| 4456 | <check key="recycling:plastic_bottles" text="Plastic Bottles" />
|
---|
| 4457 | <check key="recycling:plastic_packaging" text="Plastic Packaging" />
|
---|
[16266] | 4458 | <check key="recycling:beverage_cartons" text="Beverage cartons" />
|
---|
| 4459 | <check key="recycling:glass" text="Glass" />
|
---|
| 4460 | <check key="recycling:glass_bottles" text="Glass Bottles" />
|
---|
| 4461 | <check key="recycling:cans" text="Cans" />
|
---|
| 4462 | <check key="recycling:clothes" text="Clothes" />
|
---|
| 4463 | <check key="recycling:shoes" text="Shoes" />
|
---|
[8411] | 4464 | <check key="recycling:scrap_metal" text="Scrap Metal" />
|
---|
[16266] | 4465 | <check key="recycling:wood" text="Wood" />
|
---|
| 4466 | <check key="recycling:green_waste" text="Green Waste" />
|
---|
| 4467 | <check key="recycling:waste" text="Waste" />
|
---|
| 4468 | <check key="recycling:batteries" text="Batteries" />
|
---|
[8411] | 4469 | <check key="recycling:small_appliances" text="Small Appliances" />
|
---|
[16266] | 4470 | <check key="recycling:electrical_appliances" text="Electrical Appliances" />
|
---|
[8411] | 4471 | </checkgroup>
|
---|
| 4472 | <reference ref="link_contact_address_payment" />
|
---|
| 4473 | </item> <!-- Recycling Centre-->
|
---|
[10810] | 4474 | <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4475 | <link wiki="Tag:amenity=waste_basket" />
|
---|
[7102] | 4476 | <key key="amenity" value="waste_basket" />
|
---|
[13184] | 4477 | <combo key="waste" text="Waste" values="trash,dog_excrement" />
|
---|
[7393] | 4478 | </item> <!-- Waste Basket/Trash Can -->
|
---|
[10814] | 4479 | <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4480 | <link wiki="Tag:amenity=waste_disposal" />
|
---|
[7102] | 4481 | <key key="amenity" value="waste_disposal" />
|
---|
[13184] | 4482 | <combo key="waste" text="Waste" values="trash" />
|
---|
[7393] | 4483 | </item> <!-- Waste Disposal/Dumpster -->
|
---|
[10565] | 4484 | <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4485 | <link wiki="Toilet_Holding_Tank_Disposal" />
|
---|
[8188] | 4486 | <space />
|
---|
| 4487 | <key key="amenity" value="sanitary_dump_station" />
|
---|
[8329] | 4488 | <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
|
---|
| 4489 | <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
|
---|
| 4490 | <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
|
---|
[16474] | 4491 | <reference ref="POI_access" />
|
---|
[8188] | 4492 | <reference ref="fee" />
|
---|
| 4493 | <text key="operator" text="Operator" />
|
---|
[16474] | 4494 | <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
|
---|
[8188] | 4495 | </item> <!-- Sanitary Dump Station -->
|
---|
[7102] | 4496 | <separator/>
|
---|
[10808] | 4497 | <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 4498 | <link wiki="Tag:amenity=bench" />
|
---|
[7102] | 4499 | <space />
|
---|
| 4500 | <key key="amenity" value="bench" />
|
---|
[8122] | 4501 | <check key="backrest" text="Backrest" />
|
---|
[8386] | 4502 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
---|
[15255] | 4503 | <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] | 4504 | <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
|
---|
[7393] | 4505 | </item> <!-- Bench -->
|
---|
[10707] | 4506 | <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4507 | <link wiki="Tag:amenity=shelter" />
|
---|
[7102] | 4508 | <space />
|
---|
| 4509 | <key key="amenity" value="shelter" />
|
---|
| 4510 | <text key="name" text="Name" />
|
---|
| 4511 | <check key="fireplace" text="Fireplace" />
|
---|
[10500] | 4512 | <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
|
---|
[10808] | 4513 | <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
|
---|
[10565] | 4514 | <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
|
---|
[10808] | 4515 | <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
|
---|
[10825] | 4516 | <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
|
---|
[10707] | 4517 | <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
|
---|
| 4518 | <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
|
---|
[10500] | 4519 | </combo>
|
---|
[7393] | 4520 | </item> <!-- Shelter -->
|
---|
[10808] | 4521 | <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4522 | <link wiki="Tag:amenity=hunting_stand" />
|
---|
[7102] | 4523 | <space />
|
---|
| 4524 | <key key="amenity" value="hunting_stand" />
|
---|
[16474] | 4525 | <text key="height" text="Height (meters)" length="7" />
|
---|
[8122] | 4526 | <check key="shelter" text="Shelter" />
|
---|
[9772] | 4527 | <check key="hide" text="Hide" text_context="hunting stand" />
|
---|
[11263] | 4528 | <check key="lockable" text="Lockable" />
|
---|
[7393] | 4529 | </item> <!-- Hunting Stand -->
|
---|
[7102] | 4530 | <separator/>
|
---|
[10808] | 4531 | <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4532 | <link wiki="Tag:amenity=drinking_water" />
|
---|
[7102] | 4533 | <space />
|
---|
| 4534 | <key key="amenity" value="drinking_water" />
|
---|
| 4535 | <check key="indoor" text="Indoor" />
|
---|
| 4536 | <optional>
|
---|
| 4537 | <text key="name" text="Name" />
|
---|
| 4538 | <text key="description" text="Description" />
|
---|
| 4539 | </optional>
|
---|
[7393] | 4540 | </item> <!-- Drinking Water -->
|
---|
[10725] | 4541 | <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4542 | <link wiki="Tag:amenity=water_point" />
|
---|
[9651] | 4543 | <space />
|
---|
| 4544 | <key key="amenity" value="water_point" />
|
---|
| 4545 | <optional>
|
---|
| 4546 | <check key="drinking_water" text="Drinking Water" />
|
---|
| 4547 | <text key="name" text="Name" />
|
---|
| 4548 | <text key="description" text="Description" />
|
---|
| 4549 | </optional>
|
---|
| 4550 | </item> <!-- Water Point -->
|
---|
[11233] | 4551 | <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4552 | <link wiki="Tag:amenity=watering_place" />
|
---|
[11233] | 4553 | <space />
|
---|
| 4554 | <key key="amenity" value="watering_place" />
|
---|
| 4555 | <optional>
|
---|
| 4556 | <text key="name" text="Name" />
|
---|
| 4557 | <text key="description" text="Description" />
|
---|
| 4558 | </optional>
|
---|
| 4559 | </item> <!-- Animal watering place -->
|
---|
[10565] | 4560 | <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4561 | <link wiki="Tag:amenity=compressed_air" />
|
---|
[8865] | 4562 | <space />
|
---|
| 4563 | <key key="amenity" value="compressed_air" />
|
---|
[16474] | 4564 | <reference ref="name_ref_operator" />
|
---|
[8865] | 4565 | <reference ref="fee" />
|
---|
[16482] | 4566 | <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" rows="5" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" />
|
---|
[8865] | 4567 | </item> <!-- Compressed Air -->
|
---|
[7790] | 4568 | <separator/>
|
---|
[11976] | 4569 | <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4570 | <link wiki="Tag:advertising=column" />
|
---|
[7790] | 4571 | <space />
|
---|
| 4572 | <key key="advertising" value="column" />
|
---|
| 4573 | <optional>
|
---|
| 4574 | <check key="lit" text="Lit" />
|
---|
| 4575 | </optional>
|
---|
| 4576 | </item> <!-- Advertising Column -->
|
---|
[14560] | 4577 | <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 4578 | <link wiki="Tag:advertising=billboard" />
|
---|
[7790] | 4579 | <space />
|
---|
| 4580 | <key key="advertising" value="billboard" />
|
---|
| 4581 | <optional>
|
---|
| 4582 | <check key="lit" text="Lit" />
|
---|
| 4583 | </optional>
|
---|
[14560] | 4584 | </item> <!-- Billboard -->
|
---|
[7102] | 4585 | </group> <!-- Facilities -->
|
---|
| 4586 | </group> <!-- Facilities -->
|
---|
[10706] | 4587 | <group name="Sports" icon="presets/sport/soccer.svg">
|
---|
[10808] | 4588 | <group name="Sport Facilities" icon="presets/sport/stadium.svg">
|
---|
| 4589 | <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4590 | <link wiki="Tag:leisure=stadium" />
|
---|
[7102] | 4591 | <space />
|
---|
| 4592 | <key key="leisure" value="stadium" />
|
---|
| 4593 | <text key="name" text="Name" />
|
---|
[8123] | 4594 | <reference ref="sport" />
|
---|
[8060] | 4595 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4596 | </item> <!-- Stadium -->
|
---|
[10808] | 4597 | <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4598 | <link wiki="Tag:leisure=sports_centre" />
|
---|
[7102] | 4599 | <space />
|
---|
| 4600 | <key key="leisure" value="sports_centre" />
|
---|
| 4601 | <text key="name" text="Name" />
|
---|
[8123] | 4602 | <reference ref="sport" />
|
---|
[8060] | 4603 | <reference ref="link_contact_address_payment" />
|
---|
[10111] | 4604 | <preset_link preset_name="Building" />
|
---|
[7393] | 4605 | </item> <!-- Sports Centre -->
|
---|
[10808] | 4606 | <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4607 | <link wiki="Tag:leisure=fitness_centre" />
|
---|
[10539] | 4608 | <space />
|
---|
| 4609 | <key key="leisure" value="fitness_centre" />
|
---|
| 4610 | <text key="name" text="Name" />
|
---|
| 4611 | <reference ref="sport" />
|
---|
| 4612 | <reference ref="link_contact_address_payment" />
|
---|
| 4613 | <preset_link preset_name="Building" />
|
---|
| 4614 | </item> <!-- Fitness Centre -->
|
---|
[10808] | 4615 | <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4616 | <link wiki="Tag:leisure=pitch" />
|
---|
[7102] | 4617 | <space />
|
---|
| 4618 | <key key="leisure" value="pitch" />
|
---|
| 4619 | <text key="name" text="Name" />
|
---|
[8123] | 4620 | <reference ref="sport" />
|
---|
[16291] | 4621 | <reference ref="sport_surface" />
|
---|
[8060] | 4622 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 4623 | </item> <!-- Pitch -->
|
---|
[10808] | 4624 | <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4625 | <link wiki="Tag:leisure=track" />
|
---|
[7102] | 4626 | <space />
|
---|
| 4627 | <key key="leisure" value="track" />
|
---|
| 4628 | <text key="name" text="Name" />
|
---|
[9835] | 4629 | <combo key="sport" text="Sport" values="athletics,cycling,dog_racing,equestrian,horse_racing,running,roller_skating,ice_skating" values_context="sport" />
|
---|
[16291] | 4630 | <reference ref="sport_surface" />
|
---|
[16744] | 4631 | <check key="area" text="Area" />
|
---|
[7393] | 4632 | </item> <!-- Racetrack -->
|
---|
[10565] | 4633 | <group name="Golf" icon="presets/sport/golf/golf.svg">
|
---|
| 4634 | <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4635 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4636 | <space />
|
---|
| 4637 | <key key="leisure" value="golf_course" />
|
---|
| 4638 | <reference ref="name_oh_wheelchair" />
|
---|
| 4639 | </item> <!-- Golf Course -->
|
---|
| 4640 | <separator/>
|
---|
[10565] | 4641 | <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4642 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4643 | <space />
|
---|
| 4644 | <key key="golf" value="tee" />
|
---|
| 4645 | </item> <!-- Tee -->
|
---|
[10565] | 4646 | <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
|
---|
[14646] | 4647 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4648 | <space />
|
---|
| 4649 | <key key="golf" value="hole" />
|
---|
| 4650 | <text key="ref" text="Reference" />
|
---|
| 4651 | <text key="par" text="Par" />
|
---|
| 4652 | <optional>
|
---|
| 4653 | <text key="name" text="Name" />
|
---|
| 4654 | <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" />
|
---|
| 4655 | </optional>
|
---|
| 4656 | </item> <!-- Hole -->
|
---|
[10565] | 4657 | <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
|
---|
[14646] | 4658 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4659 | <space />
|
---|
| 4660 | <key key="golf" value="pin" />
|
---|
| 4661 | <text key="ref" text="Reference" />
|
---|
| 4662 | </item> <!-- Pin -->
|
---|
| 4663 | <separator/>
|
---|
[10565] | 4664 | <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
|
---|
[14646] | 4665 | <link wiki="Tag:golf=bunker" />
|
---|
[9640] | 4666 | <space />
|
---|
| 4667 | <key key="golf" value="bunker" />
|
---|
[9650] | 4668 | <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
|
---|
[9640] | 4669 | </item> <!-- Bunker -->
|
---|
[10565] | 4670 | <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
|
---|
[14646] | 4671 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4672 | <space />
|
---|
| 4673 | <key key="golf" value="water_hazard" />
|
---|
| 4674 | <key key="natural" value="water" match="keyvalue" />
|
---|
| 4675 | </item> <!-- Frontal Water hazard -->
|
---|
[10565] | 4676 | <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
|
---|
[14646] | 4677 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4678 | <space />
|
---|
| 4679 | <key key="golf" value="lateral_water_hazard" />
|
---|
| 4680 | <key key="natural" value="water" match="keyvalue" />
|
---|
| 4681 | </item> <!-- Lateral water hazard -->
|
---|
| 4682 | <separator/>
|
---|
[10565] | 4683 | <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4684 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4685 | <space />
|
---|
| 4686 | <key key="golf" value="green" />
|
---|
| 4687 | </item> <!-- Green -->
|
---|
[10565] | 4688 | <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4689 | <link wiki="Tag:golf=fairway" />
|
---|
[9640] | 4690 | <space />
|
---|
| 4691 | <key key="golf" value="fairway" />
|
---|
| 4692 | <key key="surface" value="grass" match="keyvalue" />
|
---|
| 4693 | </item> <!-- Fairway -->
|
---|
[10565] | 4694 | <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4695 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4696 | <space />
|
---|
| 4697 | <key key="golf" value="rough" />
|
---|
| 4698 | </item> <!-- Rough -->
|
---|
| 4699 | <separator/>
|
---|
[10565] | 4700 | <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 4701 | <link wiki="Tag:leisure=golf_course" />
|
---|
[9640] | 4702 | <space />
|
---|
| 4703 | <key key="golf" value="driving_range" />
|
---|
| 4704 | </item> <!-- Driving range -->
|
---|
| 4705 | </group> <!-- Golf -->
|
---|
[10565] | 4706 | <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4707 | <link wiki="Tag:leisure=miniature_golf" />
|
---|
[7102] | 4708 | <space />
|
---|
| 4709 | <key key="leisure" value="miniature_golf" />
|
---|
[8013] | 4710 | <reference ref="name_oh_wheelchair" />
|
---|
[7393] | 4711 | </item> <!-- Miniature Golf -->
|
---|
| 4712 | </group> <!-- Sport Facilities -->
|
---|
[10706] | 4713 | <group name="Sport" icon="presets/sport/multi.svg">
|
---|
| 4714 | <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4715 | <link wiki="Tag:sport=multi" />
|
---|
[7102] | 4716 | <space />
|
---|
| 4717 | <key key="sport" value="multi" />
|
---|
| 4718 | <text key="name" text="Name" />
|
---|
[10551] | 4719 | <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
|
---|
[16291] | 4720 | <reference ref="sport_surface" />
|
---|
[7393] | 4721 | </item> <!-- Multi -->
|
---|
[10808] | 4722 | <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4723 | <link wiki="Tag:sport=9pin" />
|
---|
[7102] | 4724 | <space />
|
---|
| 4725 | <key key="sport" value="9pin" />
|
---|
| 4726 | <text key="name" text="Name" />
|
---|
| 4727 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[16291] | 4728 | <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
|
---|
[7393] | 4729 | </item> <!-- Nine-pin Bowling -->
|
---|
[10706] | 4730 | <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4731 | <link wiki="Tag:sport=10pin" />
|
---|
[7102] | 4732 | <space />
|
---|
| 4733 | <key key="sport" value="10pin" />
|
---|
| 4734 | <text key="name" text="Name" />
|
---|
| 4735 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[16291] | 4736 | <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
|
---|
[7393] | 4737 | </item> <!-- Ten-pin Bowling -->
|
---|
[10706] | 4738 | <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4739 | <link wiki="Tag:sport=archery" />
|
---|
[7102] | 4740 | <space />
|
---|
| 4741 | <key key="sport" value="archery" />
|
---|
| 4742 | <text key="name" text="Name" />
|
---|
| 4743 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[7393] | 4744 | </item> <!-- Archery -->
|
---|
[10808] | 4745 | <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4746 | <link wiki="Tag:sports=athletics" />
|
---|
[7102] | 4747 | <space />
|
---|
| 4748 | <key key="sport" value="athletics" />
|
---|
| 4749 | <text key="name" text="Name" />
|
---|
| 4750 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
|
---|
[16291] | 4751 | <reference ref="sport_surface" />
|
---|
[7393] | 4752 | </item> <!-- Track and Field Athletics -->
|
---|
[10565] | 4753 | <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4754 | <link wiki="Tag:sport=running" />
|
---|
[8560] | 4755 | <space />
|
---|
| 4756 | <key key="sport" value="running" />
|
---|
| 4757 | <reference ref="name_operator" />
|
---|
| 4758 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
|
---|
[16291] | 4759 | <reference ref="sport_surface" />
|
---|
[8560] | 4760 | </item> <!-- Running -->
|
---|
[14591] | 4761 | <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4762 | <link wiki="Tag:sport=climbing" />
|
---|
[7102] | 4763 | <space />
|
---|
| 4764 | <key key="sport" value="climbing" />
|
---|
| 4765 | <text key="name" text="Name" />
|
---|
| 4766 | <combo key="leisure" text="Type" values="sports_centre" />
|
---|
[14592] | 4767 | <reference ref="climbing_styles" />
|
---|
[14591] | 4768 | <text key="climbing:routes" text="Number of routes" />
|
---|
[16707] | 4769 | <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
|
---|
[14591] | 4770 | <space />
|
---|
[14730] | 4771 | <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
---|
| 4772 | <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
---|
| 4773 | <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] | 4774 | <space />
|
---|
[14730] | 4775 | <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" />
|
---|
| 4776 | <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" />
|
---|
| 4777 | <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] | 4778 | <space />
|
---|
[14730] | 4779 | <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" />
|
---|
| 4780 | <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" />
|
---|
| 4781 | <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] | 4782 | <space />
|
---|
[14730] | 4783 | <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" />
|
---|
| 4784 | <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" />
|
---|
| 4785 | <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] | 4786 | <reference ref="climbing_optional_attributes" />
|
---|
| 4787 | <space />
|
---|
| 4788 | </item> <!-- Climbing site -->
|
---|
| 4789 | <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 4790 | <link wiki="Tag:sport=climbing" />
|
---|
[14591] | 4791 | <space />
|
---|
| 4792 | <key key="sport" value="climbing" />
|
---|
| 4793 | <key key="climbing" value="route" />
|
---|
| 4794 | <text key="name" text="Name" />
|
---|
[14592] | 4795 | <reference ref="climbing_styles" />
|
---|
[14730] | 4796 | <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
|
---|
| 4797 | <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
|
---|
| 4798 | <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
---|
[14591] | 4799 | <space />
|
---|
[14730] | 4800 | <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" />
|
---|
| 4801 | <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" />
|
---|
| 4802 | <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] | 4803 | <reference ref="climbing_optional_attributes" />
|
---|
| 4804 | </item> <!-- Climbing route -->
|
---|
[10565] | 4805 | <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4806 | <link wiki="Tag:sport=canoe" />
|
---|
[7102] | 4807 | <space />
|
---|
| 4808 | <key key="sport" value="canoe" />
|
---|
| 4809 | <text key="name" text="Name" />
|
---|
[7393] | 4810 | </item> <!-- Canoeing/Kayaking -->
|
---|
[14841] | 4811 | <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 4812 | <link wiki="Tag:sport=rowing" />
|
---|
| 4813 | <space />
|
---|
| 4814 | <key key="sport" value="rowing" />
|
---|
| 4815 | <text key="name" text="Name" />
|
---|
| 4816 | </item> <!-- Rowing -->
|
---|
[10706] | 4817 | <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4818 | <link wiki="Tag:sport=cycling" />
|
---|
[7102] | 4819 | <space />
|
---|
| 4820 | <key key="sport" value="cycling" />
|
---|
| 4821 | <text key="name" text="Name" />
|
---|
| 4822 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
---|
[16291] | 4823 | <reference ref="sport_surface" />
|
---|
[7393] | 4824 | </item> <!-- Cycling -->
|
---|
[10808] | 4825 | <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4826 | <link wiki="Tag:sport=dog_racing" />
|
---|
[7102] | 4827 | <space />
|
---|
| 4828 | <key key="sport" value="dog_racing" />
|
---|
| 4829 | <text key="name" text="Name" />
|
---|
| 4830 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
---|
[16291] | 4831 | <reference ref="sport_surface" />
|
---|
[7393] | 4832 | </item> <!-- Dog Racing -->
|
---|
[10808] | 4833 | <item name="Equestrian" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4834 | <link wiki="Tag:sport=equestrian" />
|
---|
[7102] | 4835 | <space />
|
---|
| 4836 | <key key="sport" value="equestrian" />
|
---|
| 4837 | <text key="name" text="Name" />
|
---|
[7379] | 4838 | <reference ref="riding_surface" />
|
---|
[7393] | 4839 | </item> <!-- Equestrian -->
|
---|
[10706] | 4840 | <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4841 | <link wiki="Tag:sport=horse_racing" />
|
---|
[7102] | 4842 | <space />
|
---|
| 4843 | <key key="sport" value="horse_racing" />
|
---|
| 4844 | <text key="name" text="Name" />
|
---|
[7379] | 4845 | <reference ref="riding_surface" />
|
---|
[7393] | 4846 | </item> <!-- Horse Racing -->
|
---|
[10706] | 4847 | <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4848 | <link wiki="Tag:sport=gymnastics" />
|
---|
[7102] | 4849 | <space />
|
---|
| 4850 | <key key="sport" value="gymnastics" />
|
---|
| 4851 | <text key="name" text="Name" />
|
---|
[10551] | 4852 | <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
|
---|
[7393] | 4853 | </item> <!-- Gymnastics -->
|
---|
[10808] | 4854 | <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4855 | <link wiki="Tag:sport=ice_skating" />
|
---|
[7102] | 4856 | <space />
|
---|
[9835] | 4857 | <key key="sport" value="ice_skating" />
|
---|
[7102] | 4858 | <text key="name" text="Name" />
|
---|
| 4859 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
|
---|
[9835] | 4860 | </item> <!-- Ice Skating -->
|
---|
[10565] | 4861 | <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4862 | <link wiki="Tag:sport=roller_skating"/>
|
---|
[9835] | 4863 | <space />
|
---|
| 4864 | <key key="sport" value="roller_skating" />
|
---|
| 4865 | <text key="name" text="Name" />
|
---|
| 4866 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[16291] | 4867 | <combo key="surface" text="Surface" values="asphalt,concrete" />
|
---|
[9835] | 4868 | </item> <!-- Roller Skating -->
|
---|
[10706] | 4869 | <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4870 | <link wiki="Tag:sport=skateboard" />
|
---|
[7102] | 4871 | <space />
|
---|
| 4872 | <key key="sport" value="skateboard" />
|
---|
| 4873 | <text key="name" text="Name" />
|
---|
| 4874 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
|
---|
[16291] | 4875 | <combo key="surface" text="Surface" values="asphalt,concrete" />
|
---|
[7393] | 4876 | </item> <!-- Skateboard -->
|
---|
[10706] | 4877 | <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4878 | <link wiki="Tag:sport=swimming" />
|
---|
[7102] | 4879 | <space />
|
---|
| 4880 | <key key="sport" value="swimming" />
|
---|
| 4881 | <text key="name" text="Name" />
|
---|
| 4882 | <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
|
---|
[7393] | 4883 | </item> <!-- Swimming -->
|
---|
[10565] | 4884 | <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4885 | <link wiki="Tag:sport=scuba_diving" />
|
---|
[7630] | 4886 | <space />
|
---|
| 4887 | <key key="sport" value="scuba_diving" />
|
---|
| 4888 | <text key="name" text="Name" />
|
---|
| 4889 | </item> <!-- Scuba Diving -->
|
---|
[10706] | 4890 | <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4891 | <link wiki="Piste_Maps" />
|
---|
[7102] | 4892 | <space />
|
---|
| 4893 | <text key="name" text="Name" />
|
---|
[15252] | 4894 | <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] | 4895 | <optional>
|
---|
[14301] | 4896 | <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
|
---|
[14821] | 4897 | <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
|
---|
[8121] | 4898 | </optional>
|
---|
[7393] | 4899 | </item> <!-- Skiing -->
|
---|
[10706] | 4900 | <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4901 | <link wiki="Tag:sport=shooting" />
|
---|
[7102] | 4902 | <space />
|
---|
| 4903 | <key key="sport" value="shooting" />
|
---|
| 4904 | <text key="name" text="Name" />
|
---|
| 4905 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[7393] | 4906 | </item> <!-- Shooting -->
|
---|
[16755] | 4907 | <item name="Chess" icon="presets/sport/chess.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 4908 | <link wiki="Tag:sport=chess" />
|
---|
| 4909 | <space />
|
---|
| 4910 | <key key="sport" value="chess" />
|
---|
| 4911 | <text key="name" text="Name" />
|
---|
| 4912 | <combo key="leisure" text="Type" values="pitch,picnic_table" />
|
---|
| 4913 | </item> <!-- Chess -->
|
---|
[7102] | 4914 | </group> <!-- Sport -->
|
---|
[10706] | 4915 | <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
|
---|
| 4916 | <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4917 | <link wiki="Tag:sport=soccer" />
|
---|
[7102] | 4918 | <space />
|
---|
| 4919 | <key key="sport" value="soccer" />
|
---|
| 4920 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4921 | <reference ref="sport_surface" />
|
---|
[7393] | 4922 | </item> <!-- Soccer -->
|
---|
[10706] | 4923 | <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4924 | <link wiki="Tag:sport=australian_football" />
|
---|
[7102] | 4925 | <space />
|
---|
| 4926 | <key key="sport" value="australian_football" />
|
---|
| 4927 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4928 | <reference ref="sport_surface" />
|
---|
[7393] | 4929 | </item> <!-- Australian Football -->
|
---|
[10706] | 4930 | <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4931 | <link wiki="Tag:sport=american_football" />
|
---|
[7102] | 4932 | <space />
|
---|
| 4933 | <key key="sport" value="american_football" />
|
---|
| 4934 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4935 | <reference ref="sport_surface" />
|
---|
[7393] | 4936 | </item> <!-- American Football -->
|
---|
[10706] | 4937 | <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4938 | <link wiki="Tag:sport=canadian_football" />
|
---|
[7102] | 4939 | <space />
|
---|
| 4940 | <key key="sport" value="canadian_football" />
|
---|
| 4941 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4942 | <reference ref="sport_surface" />
|
---|
[7393] | 4943 | </item> <!-- Canadian Football -->
|
---|
[10706] | 4944 | <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4945 | <link wiki="Tag:sport=gaelic_games" />
|
---|
[7102] | 4946 | <space />
|
---|
| 4947 | <key key="sport" value="gaelic_games" />
|
---|
| 4948 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4949 | <reference ref="sport_surface" />
|
---|
[7102] | 4950 | <optional>
|
---|
| 4951 | <check key="gaelic_games:hurling" text="Hurling" />
|
---|
| 4952 | <check key="gaelic_games:football" text="Football" />
|
---|
| 4953 | <check key="gaelic_games:camogie" text="Camogie" />
|
---|
| 4954 | <check key="gaelic_games:rounders" text="Rounders" />
|
---|
[15713] | 4955 | <check key="gaelic_games:handball" text="Handball" />
|
---|
[7102] | 4956 | </optional>
|
---|
[7393] | 4957 | </item> <!-- Gaelic Games -->
|
---|
[10706] | 4958 | <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4959 | <link wiki="Tag:sport=rugby_league" />
|
---|
[7102] | 4960 | <space />
|
---|
| 4961 | <key key="sport" value="rugby_league" />
|
---|
| 4962 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4963 | <reference ref="sport_surface" />
|
---|
[7393] | 4964 | </item> <!-- Rugby League -->
|
---|
[10706] | 4965 | <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4966 | <link wiki="Tag:sport=rugby_union" />
|
---|
[7102] | 4967 | <space />
|
---|
| 4968 | <key key="sport" value="rugby_union" />
|
---|
| 4969 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4970 | <reference ref="sport_surface" />
|
---|
[7393] | 4971 | </item> <!-- Rugby Union -->
|
---|
[10706] | 4972 | <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4973 | <link wiki="Tag:sport=baseball" />
|
---|
[7102] | 4974 | <space />
|
---|
| 4975 | <key key="sport" value="baseball" />
|
---|
| 4976 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4977 | <reference ref="sport_surface" />
|
---|
[7393] | 4978 | </item> <!-- Baseball -->
|
---|
[10706] | 4979 | <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4980 | <link wiki="Tag:sport=basketball" />
|
---|
[7102] | 4981 | <space />
|
---|
| 4982 | <key key="sport" value="basketball" />
|
---|
| 4983 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 4984 | <reference ref="sport_surface" />
|
---|
| 4985 | <combo key="hoops" text="Hoops" values="1,2,3,4" />
|
---|
[7393] | 4986 | </item> <!-- Basketball -->
|
---|
[10706] | 4987 | <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4988 | <link wiki="Tag:sport=handball" />
|
---|
[8560] | 4989 | <space />
|
---|
| 4990 | <key key="sport" value="handball" />
|
---|
| 4991 | <reference ref="name_operator" />
|
---|
| 4992 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
---|
[16291] | 4993 | <reference ref="sport_surface" />
|
---|
[8560] | 4994 | </item> <!-- Handball -->
|
---|
[10706] | 4995 | <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 4996 | <link wiki="Tag:sport=volleyball" />
|
---|
[7102] | 4997 | <space />
|
---|
| 4998 | <key key="sport" value="volleyball" />
|
---|
| 4999 | <reference ref="name_operator" />
|
---|
| 5000 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
---|
[16291] | 5001 | <reference ref="sport_surface" />
|
---|
[7393] | 5002 | </item> <!-- Volleyball -->
|
---|
[10808] | 5003 | <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5004 | <link wiki="Tag:sport=beachvolleyball" />
|
---|
[7102] | 5005 | <space />
|
---|
| 5006 | <key key="sport" value="beachvolleyball" />
|
---|
| 5007 | <reference ref="name_operator" />
|
---|
| 5008 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
---|
[7393] | 5009 | </item> <!-- Beach Volleyball -->
|
---|
[10565] | 5010 | <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5011 | <link wiki="Tag:sport=billiards" />
|
---|
[8428] | 5012 | <space />
|
---|
| 5013 | <key key="sport" value="billiards" />
|
---|
| 5014 | <reference ref="name_operator" />
|
---|
| 5015 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
---|
| 5016 | </item> <!-- Billiards -->
|
---|
[10565] | 5017 | <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5018 | <link wiki="Tag:sport=golf" />
|
---|
[7102] | 5019 | <space />
|
---|
| 5020 | <key key="sport" value="golf" />
|
---|
| 5021 | <text key="name" text="Name" />
|
---|
| 5022 | <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
|
---|
[7393] | 5023 | </item> <!-- Golf -->
|
---|
[10706] | 5024 | <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5025 | <link wiki="Tag:sport=boules" />
|
---|
[7102] | 5026 | <space />
|
---|
| 5027 | <key key="sport" value="boules" />
|
---|
| 5028 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5029 | <reference ref="sport_surface" />
|
---|
[7393] | 5030 | </item> <!-- Boule -->
|
---|
[10706] | 5031 | <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5032 | <link wiki="Tag:sport=bowls" />
|
---|
[7102] | 5033 | <space />
|
---|
| 5034 | <key key="sport" value="bowls" />
|
---|
| 5035 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5036 | <reference ref="sport_surface" />
|
---|
[7393] | 5037 | </item> <!-- Lawn Bowling -->
|
---|
[10706] | 5038 | <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5039 | <link wiki="Tag:sport=cricket" />
|
---|
[7102] | 5040 | <space />
|
---|
| 5041 | <key key="sport" value="cricket" />
|
---|
| 5042 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5043 | <reference ref="sport_surface" />
|
---|
[7393] | 5044 | </item> <!-- Cricket -->
|
---|
[10706] | 5045 | <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5046 | <link wiki="Tag:sport=croquet" />
|
---|
[7102] | 5047 | <space />
|
---|
| 5048 | <key key="sport" value="croquet" />
|
---|
| 5049 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5050 | <reference ref="sport_surface" />
|
---|
[7393] | 5051 | </item> <!-- Croquet -->
|
---|
[10808] | 5052 | <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5053 | <link wiki="Tag:sport=field_hockey" />
|
---|
[7102] | 5054 | <space />
|
---|
[8383] | 5055 | <key key="sport" value="field_hockey" />
|
---|
[7102] | 5056 | <text key="name" text="Name" />
|
---|
[8383] | 5057 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[16291] | 5058 | <reference ref="sport_surface" />
|
---|
[8383] | 5059 | </item> <!-- Field Hockey -->
|
---|
[10808] | 5060 | <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5061 | <link wiki="Tag:sport=ice_hockey" />
|
---|
[8383] | 5062 | <space />
|
---|
| 5063 | <key key="sport" value="ice_hockey" />
|
---|
| 5064 | <text key="name" text="Name" />
|
---|
[7102] | 5065 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
|
---|
[8383] | 5066 | </item> <!-- Ice Hockey -->
|
---|
[16746] | 5067 | <item name="Curling" icon="presets/sport/curling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 5068 | <link wiki="Tag:sport=curling" />
|
---|
| 5069 | <space />
|
---|
| 5070 | <key key="sport" value="curling" />
|
---|
| 5071 | <text key="name" text="Name" />
|
---|
| 5072 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
|
---|
| 5073 | </item> <!-- Curling -->
|
---|
[10808] | 5074 | <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5075 | <link wiki="Tag:sport=pelota" />
|
---|
[7102] | 5076 | <space />
|
---|
| 5077 | <key key="sport" value="pelota" />
|
---|
| 5078 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5079 | <reference ref="sport_surface" />
|
---|
[7393] | 5080 | </item> <!-- Pelota -->
|
---|
[10706] | 5081 | <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5082 | <link wiki="Tag:sport=racquet" />
|
---|
[7102] | 5083 | <space />
|
---|
| 5084 | <key key="sport" value="racquet" />
|
---|
| 5085 | <text key="name" text="Name" />
|
---|
| 5086 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[16291] | 5087 | <reference ref="sport_surface" />
|
---|
[7393] | 5088 | </item> <!-- Racquetball -->
|
---|
[10706] | 5089 | <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5090 | <link wiki="Tag:sport=table_tennis" />
|
---|
[7102] | 5091 | <space />
|
---|
| 5092 | <key key="sport" value="table_tennis" />
|
---|
| 5093 | <text key="name" text="Name" />
|
---|
| 5094 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
---|
[7393] | 5095 | </item> <!-- Table Tennis/Ping-Pong -->
|
---|
[10706] | 5096 | <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5097 | <link wiki="Tag:sport=tennis" />
|
---|
[7102] | 5098 | <space />
|
---|
| 5099 | <key key="sport" value="tennis" />
|
---|
| 5100 | <reference ref="name_leisure_pitch" />
|
---|
[16291] | 5101 | <reference ref="sport_surface" />
|
---|
[7393] | 5102 | </item> <!-- Tennis -->
|
---|
[7102] | 5103 | </group> <!-- Sport (Ball) -->
|
---|
[10706] | 5104 | <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
|
---|
[10808] | 5105 | <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5106 | <link wiki="Tag:sport=motor" />
|
---|
[7102] | 5107 | <space />
|
---|
| 5108 | <key key="sport" value="motor" />
|
---|
| 5109 | <text key="name" text="Name" />
|
---|
| 5110 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
---|
[16291] | 5111 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
---|
[7393] | 5112 | </item> <!-- Motorsport -->
|
---|
[10808] | 5113 | <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5114 | <link wiki="Tag:sport=karting" />
|
---|
[7102] | 5115 | <space />
|
---|
| 5116 | <key key="sport" value="karting" />
|
---|
| 5117 | <text key="name" text="Name" />
|
---|
| 5118 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
---|
[16291] | 5119 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
---|
[7393] | 5120 | </item> <!-- Kart Racing -->
|
---|
[10706] | 5121 | <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5122 | <link wiki="Tag:sport=motocross" />
|
---|
[7102] | 5123 | <space />
|
---|
| 5124 | <key key="sport" value="motocross" />
|
---|
| 5125 | <text key="name" text="Name" />
|
---|
| 5126 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
---|
[7393] | 5127 | </item> <!-- Motocross -->
|
---|
[7102] | 5128 | <separator/>
|
---|
[10706] | 5129 | <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5130 | <link wiki="Tag:sport=model_aerodrome" />
|
---|
[7102] | 5131 | <space />
|
---|
| 5132 | <key key="sport" value="model_aerodrome" />
|
---|
| 5133 | <text key="name" text="Name" />
|
---|
| 5134 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
|
---|
[16291] | 5135 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
---|
[7393] | 5136 | </item> <!-- Model Aerodrome -->
|
---|
[10706] | 5137 | <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5138 | <link wiki="Tag:sport=rc_car" />
|
---|
[7102] | 5139 | <space />
|
---|
| 5140 | <key key="sport" value="rc_car" />
|
---|
| 5141 | <text key="name" text="Name" />
|
---|
| 5142 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
---|
[16291] | 5143 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
---|
[7393] | 5144 | </item> <!-- RC Car -->
|
---|
[7102] | 5145 | </group> <!-- Motorsport -->
|
---|
| 5146 | </group> <!-- Sports -->
|
---|
[10706] | 5147 | <group name="Man Made" icon="presets/landmark/works.svg">
|
---|
| 5148 | <group name="Man Made" icon="presets/landmark/works.svg">
|
---|
| 5149 | <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5150 | <link wiki="Key:building" />
|
---|
[7102] | 5151 | <space />
|
---|
[16510] | 5152 | <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] | 5153 | <optional>
|
---|
| 5154 | <text key="name" text="Name" />
|
---|
| 5155 | <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
---|
[16474] | 5156 | <text key="height" text="Height (meters)" length="7" />
|
---|
[10111] | 5157 | </optional>
|
---|
[10854] | 5158 | <preset_link preset_name="Address" />
|
---|
[7393] | 5159 | </item> <!-- Building -->
|
---|
[10706] | 5160 | <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5161 | <link wiki="Key:building" />
|
---|
[7102] | 5162 | <space />
|
---|
[15648] | 5163 | <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] | 5164 | <optional>
|
---|
| 5165 | <text key="name" text="Name" />
|
---|
| 5166 | <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
---|
[16474] | 5167 | <text key="height" text="Height (meters)" length="7" />
|
---|
[10111] | 5168 | </optional>
|
---|
[10854] | 5169 | <preset_link preset_name="Address" />
|
---|
[7393] | 5170 | </item> <!-- Residential Building -->
|
---|
[10706] | 5171 | <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5172 | <link wiki="Key:building:part" />
|
---|
[8136] | 5173 | <space />
|
---|
[16510] | 5174 | <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] | 5175 | <text key="name" text="Name" />
|
---|
| 5176 | <combo key="building:levels" text="Levels" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
---|
| 5177 | <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
|
---|
[16474] | 5178 | <text key="height" text="Height (meters)" length="7" />
|
---|
[8136] | 5179 | <text key="min_height" text="Skipped height (meters)" />
|
---|
| 5180 | </item> <!-- Building part -->
|
---|
[10808] | 5181 | <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5182 | <link wiki="Key:entrance" />
|
---|
[7102] | 5183 | <space />
|
---|
[10437] | 5184 | <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
|
---|
[10808] | 5185 | <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
|
---|
| 5186 | <list_entry value="main" icon="presets/misc/entrance_main.svg" />
|
---|
| 5187 | <list_entry value="service" icon="presets/misc/entrance_service.svg" />
|
---|
| 5188 | <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
|
---|
| 5189 | <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
|
---|
| 5190 | <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
|
---|
[12436] | 5191 | <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
|
---|
[12437] | 5192 | </combo>
|
---|
[16474] | 5193 | <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,no" />
|
---|
[8013] | 5194 | <reference ref="wheelchair" />
|
---|
[7102] | 5195 | <optional>
|
---|
[16496] | 5196 | <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
|
---|
[7102] | 5197 | <text key="ref" text="Entrance number" />
|
---|
| 5198 | <text key="addr:flats" text="Flat numbers" />
|
---|
| 5199 | </optional>
|
---|
[7393] | 5200 | </item> <!-- Entrance -->
|
---|
[15307] | 5201 | <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 5202 | <link wiki="Key:police" />
|
---|
| 5203 | <space />
|
---|
| 5204 | <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" />
|
---|
| 5205 | <optional>
|
---|
| 5206 | <text key="name" text="Name" />
|
---|
| 5207 | <text key="operator" text="Operator" />
|
---|
| 5208 | </optional>
|
---|
[15308] | 5209 | <reference ref="link_contact_address" />
|
---|
[15307] | 5210 | </item> <!-- Non-public police facility -->
|
---|
[10808] | 5211 | <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5212 | <link wiki="Tag:man_made=flagpole" />
|
---|
[7102] | 5213 | <key key="man_made" value="flagpole" />
|
---|
[7393] | 5214 | </item> <!-- Flagpole -->
|
---|
[12446] | 5215 | <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5216 | <link wiki="Tag:man_made=cross" />
|
---|
[12446] | 5217 | <key key="man_made" value="cross" />
|
---|
| 5218 | </item> <!-- Cross -->
|
---|
[7102] | 5219 | <separator/>
|
---|
[10706] | 5220 | <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5221 | <link wiki="Tag:man_made=works" />
|
---|
[7102] | 5222 | <space />
|
---|
| 5223 | <key key="man_made" value="works" />
|
---|
| 5224 | <text key="name" text="Name" />
|
---|
[7393] | 5225 | </item> <!-- Works -->
|
---|
[10808] | 5226 | <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5227 | <link wiki="Tag:man_made=chimney" />
|
---|
[7102] | 5228 | <space />
|
---|
| 5229 | <key key="man_made" value="chimney" />
|
---|
| 5230 | <reference ref="name_operator" />
|
---|
[16474] | 5231 | <text key="height" text="Height (meters)" length="7" />
|
---|
[7393] | 5232 | </item> <!-- Chimney -->
|
---|
[13379] | 5233 | <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5234 | <link wiki="Tag:man_made=kiln" />
|
---|
[13379] | 5235 | <space />
|
---|
| 5236 | <key key="man_made" value="kiln" />
|
---|
| 5237 | <reference ref="name_operator" />
|
---|
| 5238 | <combo key="product" text="Product" values="lime,charcoal,bricks" />
|
---|
| 5239 | </item> <!-- Kiln -->
|
---|
[10706] | 5240 | <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5241 | <link wiki="Tag:man_made=windmill" />
|
---|
[7102] | 5242 | <space />
|
---|
| 5243 | <key key="man_made" value="windmill" />
|
---|
| 5244 | <text key="name" text="Name" />
|
---|
[7393] | 5245 | </item> <!-- Windmill -->
|
---|
[10706] | 5246 | <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5247 | <link wiki="Tag:man_made=gasometer" />
|
---|
[7102] | 5248 | <space />
|
---|
| 5249 | <key key="man_made" value="gasometer" />
|
---|
[8386] | 5250 | <optional>
|
---|
| 5251 | <reference ref="name_operator" />
|
---|
| 5252 | <combo key="building" text="Building" values="gasometer" values_context="building" />
|
---|
| 5253 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5254 | </optional>
|
---|
[7393] | 5255 | </item> <!-- Gasometer -->
|
---|
[10706] | 5256 | <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5257 | <link wiki="Tag:man_made=silo" />
|
---|
[9725] | 5258 | <space />
|
---|
| 5259 | <key key="man_made" value="silo" />
|
---|
| 5260 | <optional>
|
---|
| 5261 | <reference ref="name_operator" />
|
---|
| 5262 | <combo key="building" text="Building" values="silo" values_context="building" />
|
---|
| 5263 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5264 | </optional>
|
---|
| 5265 | </item> <!-- Silo -->
|
---|
[10706] | 5266 | <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
|
---|
[14646] | 5267 | <link wiki="Tag:man_made=storage_tank" />
|
---|
[8335] | 5268 | <key key="man_made" value="storage_tank" />
|
---|
[8386] | 5269 | <optional>
|
---|
| 5270 | <reference ref="name_operator" />
|
---|
| 5271 | <combo key="building" text="Building" values="storage_tank" values_context="building" />
|
---|
| 5272 | <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
|
---|
| 5273 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5274 | </optional>
|
---|
[8335] | 5275 | </item> <!-- Storage Tank -->
|
---|
[10706] | 5276 | <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5277 | <link wiki="Tag:man_made=bunker_silo" />
|
---|
[7710] | 5278 | <space />
|
---|
| 5279 | <key key="man_made" value="bunker_silo" />
|
---|
[8386] | 5280 | <optional>
|
---|
| 5281 | <reference ref="name_operator" />
|
---|
| 5282 | </optional>
|
---|
[7710] | 5283 | </item> <!-- Bunker Silo -->
|
---|
[10706] | 5284 | <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
|
---|
[14646] | 5285 | <link wiki="Tag:man_made=crane" />
|
---|
[7102] | 5286 | <space />
|
---|
| 5287 | <key key="man_made" value="crane" />
|
---|
[14574] | 5288 | <optional>
|
---|
| 5289 | <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
|
---|
| 5290 | <reference ref="name_operator" />
|
---|
| 5291 | </optional>
|
---|
[7393] | 5292 | </item> <!-- Crane -->
|
---|
[16718] | 5293 | <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
|
---|
| 5294 | <link wiki="Tag:man_made=goods_conveyor" />
|
---|
| 5295 | <space />
|
---|
| 5296 | <key key="man_made" value="goods_conveyor" />
|
---|
| 5297 | <optional>
|
---|
| 5298 | <reference ref="name_operator" />
|
---|
| 5299 | <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" />
|
---|
| 5300 | <checkgroup columns="3">
|
---|
| 5301 | <check key="covered" text="Covered" />
|
---|
| 5302 | <check key="bridge" text="Bridge" disable_off="true" />
|
---|
| 5303 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
---|
| 5304 | </checkgroup>
|
---|
| 5305 | </optional>
|
---|
| 5306 | </item> <!-- Goods conveyor -->
|
---|
[10706] | 5307 | <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5308 | <link wiki="Tag:man_made=mineshaft" />
|
---|
[7102] | 5309 | <space />
|
---|
| 5310 | <key key="man_made" value="mineshaft" />
|
---|
| 5311 | <text key="name" text="Name" />
|
---|
| 5312 | <combo key="mineshaft_type" text="Function" values="winding,air" />
|
---|
| 5313 | <text key="depth" text="Depth in meters" />
|
---|
| 5314 | <text key="operator" text="Operator" />
|
---|
| 5315 | <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] | 5316 | <check key="headframe" text="Visible Headframe" />
|
---|
[7102] | 5317 | <check key="disused" text="Disused" />
|
---|
[7393] | 5318 | </item> <!-- Mineshaft -->
|
---|
[10706] | 5319 | <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5320 | <link wiki="Tag:man_made=adit" />
|
---|
[7102] | 5321 | <space />
|
---|
| 5322 | <key key="man_made" value="adit" />
|
---|
| 5323 | <text key="name" text="Name" />
|
---|
| 5324 | <text key="length" text="Length in meters" />
|
---|
| 5325 | <text key="operator" text="Operator" />
|
---|
| 5326 | <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" />
|
---|
| 5327 | <check key="disused" text="Disused" />
|
---|
[7393] | 5328 | </item> <!-- Adit -->
|
---|
[10565] | 5329 | <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
|
---|
[14646] | 5330 | <link wiki="Tag:man_made=embankment" />
|
---|
[7374] | 5331 | <space />
|
---|
| 5332 | <key key="man_made" value="embankment" />
|
---|
[7393] | 5333 | </item> <!-- Embankment -->
|
---|
[7102] | 5334 | <separator/>
|
---|
[16756] | 5335 | <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
|
---|
| 5336 | <link wiki="Tag:highway=street_lamp" />
|
---|
| 5337 | <space />
|
---|
| 5338 | <key key="highway" value="street_lamp" />
|
---|
| 5339 | <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
|
---|
| 5340 | <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
|
---|
| 5341 | <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
|
---|
| 5342 | </item> <!-- Street Lamp -->
|
---|
| 5343 | <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5344 | <link wiki="Tag:man_made=street_cabinet" />
|
---|
| 5345 | <key key="man_made" value="street_cabinet" />
|
---|
| 5346 | <optional>
|
---|
| 5347 | <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" />
|
---|
| 5348 | <reference ref="ref_operator" />
|
---|
| 5349 | <text key="manufacturer" text="Manufacturer" />
|
---|
| 5350 | <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" />
|
---|
| 5351 | </optional>
|
---|
| 5352 | </item> <!-- Street cabinet -->
|
---|
| 5353 | <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5354 | <link wiki="Tag:man_made=monitoring_station" />
|
---|
| 5355 | <space />
|
---|
| 5356 | <key key="man_made" value="monitoring_station" />
|
---|
| 5357 | <reference ref="name_operator" />
|
---|
| 5358 | <label text="Monitoring:" />
|
---|
| 5359 | <checkgroup columns="3">
|
---|
| 5360 | <check key="monitoring:water_level" text="Water level" />
|
---|
| 5361 | <check key="monitoring:tide_gauge" text="Tide Level" />
|
---|
| 5362 | <check key="monitoring:groundwater" text="Groundwater" />
|
---|
| 5363 | <check key="monitoring:traffic" text="Traffic" />
|
---|
| 5364 | <check key="monitoring:air_quality" text="Air Quality" />
|
---|
| 5365 | <check key="monitoring:noise" text="Noise" />
|
---|
| 5366 | <check key="monitoring:gps" text="GPS Signals" />
|
---|
| 5367 | <check key="monitoring:glonass" text="GLONASS Signals" />
|
---|
| 5368 | <check key="monitoring:galileo" text="Galileo Signals" />
|
---|
| 5369 | <check key="monitoring:weather" text="Weather" />
|
---|
| 5370 | <check key="monitoring:radiation" text="Radiation" />
|
---|
| 5371 | <check key="monitoring:seismic_activity" text="Seismic Activity" />
|
---|
| 5372 | </checkgroup>
|
---|
| 5373 | <label text="Recording:" />
|
---|
| 5374 | <checkgroup columns="3">
|
---|
| 5375 | <check key="recording:automated" text="Automated" />
|
---|
| 5376 | <check key="recording:manually" text="Manually" />
|
---|
| 5377 | <check key="recording:remote" text="Remote" />
|
---|
| 5378 | </checkgroup>
|
---|
| 5379 | <label text="Display:" />
|
---|
| 5380 | <checkgroup columns="2">
|
---|
| 5381 | <check key="display:analog" text="Analog" />
|
---|
| 5382 | <check key="display:digital" text="Digital" />
|
---|
| 5383 | </checkgroup>
|
---|
| 5384 | </item> <!-- Monitoring Station -->
|
---|
[16759] | 5385 | <item name="Telescope" icon="presets/tower/telescope_dish.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5386 | <link wiki="Tag:man_made=telescope" />
|
---|
| 5387 | <space />
|
---|
| 5388 | <key key="man_made" value="telescope" />
|
---|
| 5389 | <combo key="telescope:type" text="Type" values_context="telescope" values_searchable="true">
|
---|
| 5390 | <list_entry value="optical" icon="presets/tower/telescope_dome.svg" />
|
---|
| 5391 | <list_entry value="radio" icon="presets/tower/telescope_dish.svg" />
|
---|
| 5392 | <list_entry value="gamma" icon="presets/tower/telescope_dish.svg" />
|
---|
| 5393 | </combo>
|
---|
| 5394 | <optional>
|
---|
| 5395 | <combo key="tower:construction" text="Type of construction" values="dish,dome" values_searchable="true" />
|
---|
| 5396 | <text key="telescope:diameter" text="Telescope Diameter (meters)" />
|
---|
| 5397 | <reference ref="name_ref_operator" />
|
---|
| 5398 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5399 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5400 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
| 5401 | <reference ref="POI_access" />
|
---|
| 5402 | </optional>
|
---|
| 5403 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
---|
| 5404 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
---|
| 5405 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
---|
| 5406 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
---|
| 5407 | </item> <!-- Telescope -->
|
---|
[16756] | 5408 | <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
|
---|
| 5409 | <link wiki="Tag:man_made=survey_point" />
|
---|
| 5410 | <space />
|
---|
| 5411 | <key key="man_made" value="survey_point" />
|
---|
| 5412 | <reference ref="name_ref" />
|
---|
| 5413 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5414 | <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
|
---|
| 5415 | </item> <!-- Survey Point -->
|
---|
| 5416 | <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
|
---|
| 5417 | <link wiki="Tag:man_made=surveillance" />
|
---|
| 5418 | <space />
|
---|
| 5419 | <key key="man_made" value="surveillance" />
|
---|
| 5420 | <key key="surveillance:type" value="camera" />
|
---|
| 5421 | <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
|
---|
| 5422 | <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
|
---|
| 5423 | <text key="operator" text="Operator" />
|
---|
| 5424 | <optional>
|
---|
| 5425 | <text key="name" text="Name" />
|
---|
| 5426 | <text key="ref" text="Reference" />
|
---|
| 5427 | </optional>
|
---|
| 5428 | <space />
|
---|
| 5429 | <label text="Camera" />
|
---|
| 5430 | <space />
|
---|
| 5431 | <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
|
---|
| 5432 | <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
|
---|
| 5433 | <optional>
|
---|
| 5434 | <text key="camera:direction" text="Direction in degrees" match="key" />
|
---|
| 5435 | <text key="camera:angle" text="Inclination in degrees" match="key" />
|
---|
| 5436 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5437 | </optional>
|
---|
| 5438 | </item> <!-- Surveillance Camera -->
|
---|
| 5439 | </group> <!-- Man Made -->
|
---|
[16759] | 5440 | <group name="Towers" icon="presets/tower/tower.svg">
|
---|
| 5441 | <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5442 | <link wiki="Tag:man_made=lighthouse" />
|
---|
| 5443 | <space />
|
---|
| 5444 | <key key="man_made" value="lighthouse" />
|
---|
| 5445 | <text key="name" text="Name" />
|
---|
| 5446 | </item> <!-- Lighthouse -->
|
---|
| 5447 | <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
|
---|
| 5448 | <link wiki="Tag:man_made=beacon" />
|
---|
| 5449 | <space />
|
---|
| 5450 | <key key="man_made" value="beacon" />
|
---|
| 5451 | <text key="name" text="Name" />
|
---|
| 5452 | </item> <!-- Beacon -->
|
---|
| 5453 | <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5454 | <link wiki="Tag:man_made=water_tower" />
|
---|
| 5455 | <space />
|
---|
| 5456 | <key key="man_made" value="water_tower" />
|
---|
| 5457 | <optional>
|
---|
| 5458 | <reference ref="name_operator" />
|
---|
| 5459 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5460 | </optional>
|
---|
| 5461 | </item> <!-- Water Tower -->
|
---|
| 5462 | <separator/>
|
---|
| 5463 | <item name="Antenna" icon="presets/tower/antenna.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5464 | <link wiki="Tag:man_made=antenna" />
|
---|
| 5465 | <space />
|
---|
| 5466 | <key key="man_made" value="antenna" />
|
---|
| 5467 | <optional>
|
---|
| 5468 | <reference ref="name_ref_operator" />
|
---|
| 5469 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5470 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5471 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
| 5472 | <reference ref="communication" />
|
---|
| 5473 | </optional>
|
---|
| 5474 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
---|
| 5475 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
---|
| 5476 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
---|
| 5477 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
---|
| 5478 | </item> <!-- Antenna -->
|
---|
| 5479 | <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
|
---|
| 5480 | <link wiki="Tag:man_made=mast" />
|
---|
| 5481 | <space />
|
---|
| 5482 | <key key="man_made" value="mast" />
|
---|
| 5483 | <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
|
---|
| 5484 | <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
|
---|
| 5485 | <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
|
---|
| 5486 | <list_entry value="monitoring" />
|
---|
| 5487 | <list_entry value="radar" />
|
---|
| 5488 | <list_entry value="siren" />
|
---|
| 5489 | </combo>
|
---|
| 5490 | <optional>
|
---|
| 5491 | <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
|
---|
| 5492 | <reference ref="name_ref_operator" />
|
---|
| 5493 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5494 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5495 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
| 5496 | <reference ref="communication" />
|
---|
| 5497 | </optional>
|
---|
| 5498 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
---|
| 5499 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
---|
| 5500 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
---|
| 5501 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
---|
| 5502 | </item> <!-- Mast -->
|
---|
| 5503 | <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 5504 | <link wiki="Tag:man_made=tower" />
|
---|
| 5505 | <space />
|
---|
| 5506 | <key key="man_made" value="tower" />
|
---|
| 5507 | <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
|
---|
| 5508 | <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
|
---|
| 5509 | <list_entry value="communication" icon="presets/tower/communication.svg" />
|
---|
| 5510 | <list_entry value="cooling" icon="presets/tower/cooling.svg" />
|
---|
| 5511 | <list_entry value="defensive" icon="presets/tower/defensive.svg" />
|
---|
| 5512 | <list_entry value="lighting" icon="presets/tower/lighting.svg" />
|
---|
| 5513 | <list_entry value="minaret" />
|
---|
| 5514 | <list_entry value="observation" icon="presets/tower/observation.svg" />
|
---|
| 5515 | <list_entry value="radar" />
|
---|
| 5516 | <list_entry value="watchtower" icon="presets/tower/observation.svg" />
|
---|
| 5517 | </combo>
|
---|
| 5518 | <optional>
|
---|
| 5519 | <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
|
---|
| 5520 | <reference ref="name_ref_operator" />
|
---|
| 5521 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5522 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5523 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
| 5524 | <reference ref="communication" />
|
---|
| 5525 | <space />
|
---|
| 5526 | <reference ref="POI_access" />
|
---|
| 5527 | <reference ref="oh" />
|
---|
| 5528 | <reference ref="fee_interval" />
|
---|
| 5529 | <space />
|
---|
| 5530 | </optional>
|
---|
| 5531 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
---|
| 5532 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
---|
| 5533 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
---|
| 5534 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
---|
| 5535 | <reference ref="link_contact_address" />
|
---|
| 5536 | </item> <!-- Tower -->
|
---|
| 5537 | <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 5538 | <link wiki="Tag:man_made=communications_tower" />
|
---|
| 5539 | <space />
|
---|
| 5540 | <label text="Big communication tower, usually higher than 100 meters." />
|
---|
| 5541 | <key key="man_made" value="communications_tower" />
|
---|
| 5542 | <optional>
|
---|
| 5543 | <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
|
---|
| 5544 | <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
|
---|
| 5545 | <reference ref="name_ref_operator" />
|
---|
| 5546 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 5547 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
| 5548 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
---|
| 5549 | <reference ref="communication" />
|
---|
| 5550 | <space />
|
---|
| 5551 | <reference ref="POI_access" />
|
---|
| 5552 | <reference ref="oh" />
|
---|
| 5553 | <reference ref="fee_interval" />
|
---|
| 5554 | </optional>
|
---|
| 5555 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
---|
| 5556 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
---|
| 5557 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
---|
| 5558 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
---|
| 5559 | <reference ref="link_contact_address" />
|
---|
| 5560 | </item> <!-- Big Communication Tower -->
|
---|
| 5561 | </group> <!-- Towers -->
|
---|
[16756] | 5562 | <group name="Pipeline" icon="presets/landmark/pipeline.svg">
|
---|
[10825] | 5563 | <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
|
---|
[14646] | 5564 | <link wiki="Tag:man_made=pipeline" />
|
---|
[9049] | 5565 | <space />
|
---|
| 5566 | <key key="man_made" value="pipeline" />
|
---|
| 5567 | <text key="name" text="Name" />
|
---|
| 5568 | <text key="ref" text="Reference" />
|
---|
| 5569 | <reference ref="operator_substance" />
|
---|
| 5570 | <combo key="location" text="Location" values="underground,underwater,overground" values_context="pipeline" />
|
---|
[15062] | 5571 | <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" />
|
---|
| 5572 | <text key="pressure" text="Pressure (bar)" />
|
---|
[9049] | 5573 | </item> <!-- Pipeline -->
|
---|
[16716] | 5574 | <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 5575 | <link wiki="Tag:pipeline=substation" />
|
---|
| 5576 | <space />
|
---|
| 5577 | <key key="pipeline" value="substation" />
|
---|
| 5578 | <text key="name" text="Name" />
|
---|
| 5579 | <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" />
|
---|
| 5580 | <text key="ref" text="Reference" />
|
---|
| 5581 | <reference ref="operator_substance" />
|
---|
| 5582 | </item> <!-- Pipeline Substation -->
|
---|
[10565] | 5583 | <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5584 | <link wiki="Tag:pipeline=valve" />
|
---|
[9049] | 5585 | <space />
|
---|
| 5586 | <key key="pipeline" value="valve" />
|
---|
[15139] | 5587 | <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" />
|
---|
[15170] | 5588 | <combo key="actuator" text="Actuator" values="electric_motor,hydraulic_cylinder,manual,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" />
|
---|
[15139] | 5589 | <combo key="handle" text="Handle" values="lever,wheel,cross,button" values_context="handle" />
|
---|
| 5590 | <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
|
---|
[15148] | 5591 | <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
|
---|
[15139] | 5592 | <reference ref="ref_operator" />
|
---|
[9049] | 5593 | </item> <!-- Pipeline Valve -->
|
---|
[15526] | 5594 | <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
|
---|
| 5595 | <link wiki="Key:marker" />
|
---|
| 5596 | <space />
|
---|
[15527] | 5597 | <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
|
---|
[15526] | 5598 | <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" />
|
---|
| 5599 | <optional>
|
---|
| 5600 | <reference ref="ref_operator" />
|
---|
[15527] | 5601 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
---|
[15526] | 5602 | <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" />
|
---|
| 5603 | <combo key="location" text="Location" values="underground,overground" values_context="pipeline" />
|
---|
| 5604 | </optional>
|
---|
| 5605 | </item> <!-- Marker -->
|
---|
[15260] | 5606 | <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
|
---|
| 5607 | <link wiki="Key:manhole" />
|
---|
| 5608 | <space />
|
---|
| 5609 | <key key="man_made" value="manhole" />
|
---|
| 5610 | <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
|
---|
| 5611 | <reference ref="ref_operator" />
|
---|
| 5612 | </item> <!-- Manhole -->
|
---|
[16756] | 5613 | </group> <!-- Pipeline -->
|
---|
| 5614 | <group name="Water" icon="presets/landmark/water_works.svg">
|
---|
[10808] | 5615 | <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5616 | <link wiki="Tag:man_made=water_works" />
|
---|
[7102] | 5617 | <space />
|
---|
| 5618 | <key key="man_made" value="water_works" />
|
---|
| 5619 | <reference ref="name_operator" />
|
---|
[7393] | 5620 | </item> <!-- Water Works -->
|
---|
[10706] | 5621 | <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5622 | <link wiki="Tag:man_made=wastewater_plant" />
|
---|
[7102] | 5623 | <space />
|
---|
| 5624 | <key key="man_made" value="wastewater_plant" />
|
---|
| 5625 | <text key="name" text="Name" />
|
---|
[7393] | 5626 | </item> <!-- Wastewater Treatment Plant -->
|
---|
[16245] | 5627 | <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5628 | <link wiki="Tag:man_made=watermill" />
|
---|
[7102] | 5629 | <space />
|
---|
| 5630 | <key key="man_made" value="watermill" />
|
---|
| 5631 | <text key="name" text="Name" />
|
---|
[7393] | 5632 | </item> <!-- Watermill -->
|
---|
[16245] | 5633 | <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5634 | <link wiki="Tag:amenity=fountain" />
|
---|
[7102] | 5635 | <space />
|
---|
| 5636 | <key key="amenity" value="fountain" />
|
---|
[13786] | 5637 | <optional>
|
---|
| 5638 | <text key="name" text="Name" />
|
---|
| 5639 | <check key="drinking_water" text="Drinking Water" />
|
---|
| 5640 | </optional>
|
---|
[7393] | 5641 | </item> <!-- Fountain -->
|
---|
[10706] | 5642 | <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5643 | <link wiki="Tag:man_made=water_well" />
|
---|
[7102] | 5644 | <space />
|
---|
| 5645 | <key key="man_made" value="water_well" />
|
---|
[13355] | 5646 | <optional>
|
---|
| 5647 | <text key="name" text="Name" />
|
---|
| 5648 | <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
|
---|
| 5649 | </optional>
|
---|
[7393] | 5650 | </item> <!-- Water Well -->
|
---|
[16756] | 5651 | </group> <!-- Water -->
|
---|
[10565] | 5652 | <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
|
---|
[16245] | 5653 | <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 5654 | <link wiki="Key:bridge" />
|
---|
[7490] | 5655 | <space />
|
---|
[7613] | 5656 | <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
|
---|
[15170] | 5657 | <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
|
---|
[7490] | 5658 | <reference ref="optional_bridge" />
|
---|
| 5659 | </item> <!-- Bridge -->
|
---|
[16245] | 5660 | <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 5661 | <link wiki="Key:bridge:movable" />
|
---|
[7490] | 5662 | <space />
|
---|
| 5663 | <key key="bridge" value="movable" />
|
---|
[15253] | 5664 | <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
|
---|
[7490] | 5665 | <reference ref="optional_bridge" />
|
---|
| 5666 | </item> <!-- Movable Bridge -->
|
---|
[10565] | 5667 | <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5668 | <link wiki="Key:bridge:support" />
|
---|
[7490] | 5669 | <space />
|
---|
[15170] | 5670 | <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
|
---|
[7490] | 5671 | </item> <!-- Bridge Support -->
|
---|
[10565] | 5672 | <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5673 | <link wiki="Tag:man_made=bridge" />
|
---|
[7648] | 5674 | <space />
|
---|
| 5675 | <key key="man_made" value="bridge" />
|
---|
| 5676 | <optional>
|
---|
| 5677 | <reference ref="name_layer" />
|
---|
| 5678 | </optional>
|
---|
| 5679 | </item> <!-- Bridge outline -->
|
---|
[7490] | 5680 | </group> <!-- Bridges -->
|
---|
[10706] | 5681 | <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
|
---|
| 5682 | <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5683 | <link wiki="Tag:military=airfield" />
|
---|
[9039] | 5684 | <space />
|
---|
| 5685 | <key key="military" value="airfield" match="keyvalue!" />
|
---|
| 5686 | <reference ref="aerodrome" />
|
---|
[9638] | 5687 | </item> <!-- Airfield -->
|
---|
[9574] | 5688 | <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5689 | <link wiki="Tag:military=barracks" />
|
---|
[9039] | 5690 | <space />
|
---|
| 5691 | <key key="military" value="barracks" />
|
---|
[9638] | 5692 | </item> <!-- Barracks -->
|
---|
[10706] | 5693 | <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5694 | <link wiki="Tag:military=bunker" />
|
---|
[9039] | 5695 | <space />
|
---|
| 5696 | <key key="military" value="bunker" />
|
---|
[15170] | 5697 | <combo key="bunker_type" text="Type" values="hardened_aircraft_shelter,munitions,pillbox" match="key" />
|
---|
| 5698 | <combo key="location" text="Location" values="overground,underground" values_context="bunker" />
|
---|
[9039] | 5699 | <text key="name" text="Name" />
|
---|
| 5700 | <check key="historic" text="Historic" />
|
---|
[9165] | 5701 | <check key="ruins" text="Ruins" />
|
---|
[9638] | 5702 | </item> <!-- Bunker -->
|
---|
[10706] | 5703 | <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5704 | <link wiki="Tag:military=range" />
|
---|
[9039] | 5705 | <space />
|
---|
| 5706 | <key key="military" value="range" />
|
---|
[9638] | 5707 | </item> <!-- Range -->
|
---|
[9039] | 5708 | </group> <!-- Military -->
|
---|
[10565] | 5709 | <group name="Power" icon="presets/power/power.svg">
|
---|
[16245] | 5710 | <item name="Power Plant" icon="presets/power/plant.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 5711 | <link wiki="Tag:power=plant" />
|
---|
[7102] | 5712 | <space />
|
---|
| 5713 | <key key="power" value="plant" />
|
---|
[7361] | 5714 | <reference ref="name_ref_operator" />
|
---|
[7102] | 5715 | <text key="start_date" text="Start date" />
|
---|
| 5716 | <optional text="Output forms of energy (optional):">
|
---|
| 5717 | <combo key="plant:output:electricity" text="electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5718 | <combo key="plant:output:hot_water" text="hot water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5719 | <combo key="plant:output:hot_air" text="hot air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5720 | <combo key="plant:output:cold_water" text="cold water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5721 | <combo key="plant:output:cold_air" text="cold air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5722 | <combo key="plant:output:compressed_air" text="compressed air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5723 | <combo key="plant:output:steam" text="steam" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5724 | <combo key="plant:output:vacuum" text="vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
|
---|
| 5725 | <space />
|
---|
[15170] | 5726 | <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] | 5727 | </optional>
|
---|
[7393] | 5728 | </item> <!-- Power Plant -->
|
---|
[10565] | 5729 | <group name="Power Generator" icon="presets/power/generator.svg">
|
---|
[10706] | 5730 | <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5731 | <key key="generator:source" value="biofuel" />
|
---|
| 5732 | <reference ref="power_generator" />
|
---|
| 5733 | <key key="generator:method" value="combustion" />
|
---|
| 5734 | <combo key="generator:type" text="Generator Type" values="gas_turbine,reciprocating_engine,steam_generator" />
|
---|
| 5735 | <reference ref="power_output" />
|
---|
[7393] | 5736 | </item> <!-- Power Generator -->
|
---|
[10706] | 5737 | <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5738 | <key key="generator:source" value="biogas" />
|
---|
| 5739 | <reference ref="power_generator" />
|
---|
| 5740 | <key key="generator:method" value="combustion" />
|
---|
| 5741 | <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
|
---|
| 5742 | <reference ref="power_output" />
|
---|
[7393] | 5743 | </item> <!-- Biogas Power Generator -->
|
---|
[10706] | 5744 | <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5745 | <key key="generator:source" value="biomass" />
|
---|
| 5746 | <reference ref="power_generator" />
|
---|
| 5747 | <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
|
---|
| 5748 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
| 5749 | <list_entry value="bioreactor" short_description="anaerobic_digestion / combustion" />
|
---|
| 5750 | <list_entry value="pyrolysis" short_description="" />
|
---|
| 5751 | <list_entry value="steam_generator" short_description="combustion" />
|
---|
| 5752 | <list_entry value="steam_turbine" short_description="combustion" />
|
---|
| 5753 | </combo>
|
---|
| 5754 | <reference ref="power_output" />
|
---|
[7393] | 5755 | </item> <!-- Biomass Power Generator -->
|
---|
[10706] | 5756 | <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5757 | <key key="generator:source" value="coal" />
|
---|
| 5758 | <reference ref="power_generator" />
|
---|
| 5759 | <key key="generator:method" value="combustion" />
|
---|
| 5760 | <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
|
---|
| 5761 | <reference ref="power_output" />
|
---|
[7393] | 5762 | </item> <!-- Coal Power Generator -->
|
---|
[10706] | 5763 | <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5764 | <key key="generator:source" value="gas" />
|
---|
| 5765 | <reference ref="power_generator" />
|
---|
| 5766 | <key key="generator:method" value="combustion" />
|
---|
| 5767 | <combo key="generator:type" text="Generator Type" values="combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
|
---|
| 5768 | <reference ref="power_output" />
|
---|
[7393] | 5769 | </item> <!-- Gas Power Generator -->
|
---|
[10706] | 5770 | <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5771 | <key key="generator:source" value="oil" />
|
---|
| 5772 | <reference ref="power_generator" />
|
---|
| 5773 | <key key="generator:method" value="combustion" />
|
---|
| 5774 | <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine" />
|
---|
| 5775 | <reference ref="power_output" />
|
---|
[7393] | 5776 | </item> <!-- Oil Power Generator -->
|
---|
[10706] | 5777 | <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5778 | <key key="generator:source" value="diesel" />
|
---|
| 5779 | <reference ref="power_generator" />
|
---|
| 5780 | <key key="generator:method" value="combustion" />
|
---|
| 5781 | <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
|
---|
| 5782 | <reference ref="power_output" />
|
---|
[7393] | 5783 | </item> <!-- Diesel Power Generator -->
|
---|
[10706] | 5784 | <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5785 | <key key="generator:source" value="gasoline" />
|
---|
| 5786 | <reference ref="power_generator" />
|
---|
| 5787 | <key key="generator:method" value="combustion" />
|
---|
| 5788 | <combo key="generator:type" text="Generator Type" values="reciprocating_engine,steam_generator" />
|
---|
| 5789 | <reference ref="power_output" />
|
---|
[7393] | 5790 | </item> <!-- Gasoline Power Generator -->
|
---|
[10706] | 5791 | <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5792 | <key key="generator:source" value="nuclear" />
|
---|
| 5793 | <reference ref="power_generator" />
|
---|
| 5794 | <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
|
---|
| 5795 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
| 5796 | <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
|
---|
| 5797 | <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
|
---|
| 5798 | <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
|
---|
| 5799 | <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
|
---|
| 5800 | <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
|
---|
| 5801 | <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
|
---|
| 5802 | <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
|
---|
| 5803 | <list_entry value="cold-fusion" short_description="fusion" />
|
---|
| 5804 | <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
|
---|
| 5805 | <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
|
---|
| 5806 | <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
|
---|
| 5807 | <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
|
---|
| 5808 | <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
|
---|
| 5809 | <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
|
---|
| 5810 | <list_entry value="stellarator" short_description="fusion" />
|
---|
| 5811 | <list_entry value="tokamak" short_description="fusion" />
|
---|
| 5812 | <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
|
---|
| 5813 | </combo>
|
---|
| 5814 | <reference ref="power_output" />
|
---|
[7393] | 5815 | </item> <!-- Nuclear Reactor -->
|
---|
[10706] | 5816 | <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5817 | <key key="generator:source" value="solar" />
|
---|
| 5818 | <reference ref="power_generator" />
|
---|
| 5819 | <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
|
---|
| 5820 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
| 5821 | <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
|
---|
| 5822 | <list_entry value="solar_thermal_collector" short_description="thermal" />
|
---|
| 5823 | <list_entry value="steam_turbine" short_description="thermal" />
|
---|
| 5824 | </combo>
|
---|
| 5825 | <reference ref="power_output" />
|
---|
[7393] | 5826 | </item> <!-- Solar Power Generator -->
|
---|
[10706] | 5827 | <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5828 | <key key="generator:source" value="waste" />
|
---|
| 5829 | <reference ref="power_generator" />
|
---|
| 5830 | <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
|
---|
| 5831 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
| 5832 | <list_entry value="bioreactor" short_description="gasification" />
|
---|
| 5833 | <list_entry value="pyrolysis" short_description="" />
|
---|
| 5834 | <list_entry value="reciprocating_engine" short_description="combustion" />
|
---|
| 5835 | <list_entry value="steam_generator" short_description="combustion" />
|
---|
| 5836 | </combo>
|
---|
| 5837 | <combo key="generator:type" text="Generator Type" values="bioreactor,reciprocating_engine,steam_generator" />
|
---|
| 5838 | <reference ref="power_output" />
|
---|
[7393] | 5839 | </item> <!-- Waste Power Generator -->
|
---|
[14299] | 5840 | <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5841 | <key key="generator:source" value="hydro" />
|
---|
| 5842 | <reference ref="power_generator" />
|
---|
| 5843 | <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
|
---|
| 5844 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
| 5845 | <list_entry value="francis_turbine" short_description="all methods" />
|
---|
| 5846 | <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
|
---|
| 5847 | <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
|
---|
| 5848 | <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
|
---|
| 5849 | </combo>
|
---|
| 5850 | <reference ref="power_output" />
|
---|
[7393] | 5851 | </item> <!-- Water Turbine -->
|
---|
[14299] | 5852 | <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5853 | <key key="generator:source" value="tidal" />
|
---|
| 5854 | <reference ref="power_generator" />
|
---|
| 5855 | <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
|
---|
| 5856 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
---|
[14780] | 5857 | <list_entry value="horizontal_axis" short_description="stream" />
|
---|
[7361] | 5858 | <list_entry value="kaplan_turbine" short_description="barrage" />
|
---|
[14780] | 5859 | <list_entry value="vertical_axis" short_description="stream" />
|
---|
[7361] | 5860 | </combo>
|
---|
| 5861 | <reference ref="power_output" />
|
---|
[7393] | 5862 | </item> <!-- Tidal Water Turbine -->
|
---|
[10706] | 5863 | <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5864 | <key key="generator:source" value="wave" />
|
---|
| 5865 | <reference ref="power_generator" />
|
---|
| 5866 | <reference ref="power_output" />
|
---|
[7393] | 5867 | </item> <!-- Wave Energy Converter -->
|
---|
[10706] | 5868 | <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5869 | <key key="generator:source" value="osmotic" />
|
---|
| 5870 | <reference ref="power_generator" />
|
---|
| 5871 | <reference ref="power_output" />
|
---|
[7393] | 5872 | </item> <!-- Osmotic Power Generator -->
|
---|
[10706] | 5873 | <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[7361] | 5874 | <key key="generator:source" value="geothermal" />
|
---|
| 5875 | <reference ref="power_generator" />
|
---|
| 5876 | <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
|
---|
| 5877 | <reference ref="power_output" />
|
---|
[7393] | 5878 | </item> <!-- Geothermal Power Generator -->
|
---|
[10706] | 5879 | <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
|
---|
[7361] | 5880 | <key key="generator:source" value="wind" />
|
---|
| 5881 | <reference ref="power_generator" />
|
---|
| 5882 | <key key="generator:method" value="wind_turbine" />
|
---|
| 5883 | <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
|
---|
| 5884 | <reference ref="power_output" />
|
---|
[7393] | 5885 | </item> <!-- Wind Turbine -->
|
---|
| 5886 | </group> <!-- Power Generator -->
|
---|
[7102] | 5887 | <separator/>
|
---|
[10565] | 5888 | <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5889 | <link wiki="Tag:power=substation" />
|
---|
[7102] | 5890 | <space />
|
---|
| 5891 | <key key="power" value="substation" />
|
---|
| 5892 | <text key="name" text="Name" />
|
---|
[15170] | 5893 | <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
|
---|
[7361] | 5894 | <reference ref="power_extra" />
|
---|
[7102] | 5895 | <optional>
|
---|
[7361] | 5896 | <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
|
---|
[7102] | 5897 | <text key="start_date" text="Start date" />
|
---|
| 5898 | <check key="gas_insulated" text="Gas insulated" />
|
---|
| 5899 | </optional>
|
---|
[7393] | 5900 | </item> <!-- Power Substation -->
|
---|
[10565] | 5901 | <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5902 | <link wiki="Tag:power=transformer" />
|
---|
[7102] | 5903 | <space />
|
---|
| 5904 | <key key="power" value="transformer" />
|
---|
[15170] | 5905 | <combo key="transformer" text="Type of transformer" values="auto,auxiliary,converter,distribution,generator,phase_angle_regulator,traction,yes" match="key" values_context="power" />
|
---|
[13814] | 5906 | <reference ref="power_loc" />
|
---|
| 5907 | <reference ref="transformer_voltage_frequency" />
|
---|
[15075] | 5908 | <reference ref="ref_operator" />
|
---|
[13814] | 5909 | <reference ref="optional_transformer_rating_phases_devices_windings" />
|
---|
[7393] | 5910 | </item> <!-- Power Transformer -->
|
---|
[14299] | 5911 | <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5912 | <link wiki="Tag:power=switchgear" />
|
---|
[7102] | 5913 | <space />
|
---|
| 5914 | <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
|
---|
| 5915 | <space />
|
---|
| 5916 | <key key="power" value="switchgear" />
|
---|
[7361] | 5917 | <reference ref="power_loc" />
|
---|
| 5918 | <reference ref="voltage" />
|
---|
[7102] | 5919 | <optional>
|
---|
| 5920 | <check key="gas_insulated" text="Gas insulated" />
|
---|
| 5921 | </optional>
|
---|
[7393] | 5922 | </item> <!-- Power Switchgear -->
|
---|
[10565] | 5923 | <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
|
---|
[14646] | 5924 | <link wiki="Tag:line=busbar" />
|
---|
[7102] | 5925 | <space />
|
---|
| 5926 | <key key="power" value="line" />
|
---|
| 5927 | <key key="line" value="busbar" />
|
---|
[7361] | 5928 | <reference ref="power_line_extra" />
|
---|
[7393] | 5929 | </item> <!-- Power Busbar -->
|
---|
[10565] | 5930 | <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
|
---|
[14646] | 5931 | <link wiki="Tag:line=bay" />
|
---|
[7102] | 5932 | <space />
|
---|
| 5933 | <key key="power" value="line" />
|
---|
| 5934 | <key key="line" value="bay" />
|
---|
[7361] | 5935 | <reference ref="power_line_extra" />
|
---|
[7393] | 5936 | </item> <!-- Power Bay -->
|
---|
[10565] | 5937 | <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5938 | <link wiki="Tag:power=switch" />
|
---|
[7102] | 5939 | <space />
|
---|
| 5940 | <key key="power" value="switch" />
|
---|
[15170] | 5941 | <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
|
---|
[12934] | 5942 | <reference ref="power_loc" />
|
---|
| 5943 | <optional>
|
---|
| 5944 | <reference ref="voltage" />
|
---|
| 5945 | <reference ref="cables" />
|
---|
[15075] | 5946 | <reference ref="ref_operator" />
|
---|
[12934] | 5947 | </optional>
|
---|
[7393] | 5948 | </item> <!-- Power Switch -->
|
---|
[7102] | 5949 | <separator/>
|
---|
[10565] | 5950 | <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 5951 | <link wiki="Tag:power=converter" />
|
---|
[7102] | 5952 | <space />
|
---|
| 5953 | <key key="power" value="converter" />
|
---|
| 5954 | <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
|
---|
[7361] | 5955 | <reference ref="voltage_frequency" />
|
---|
[15075] | 5956 | <reference ref="ref_operator" />
|
---|
[7102] | 5957 | <optional>
|
---|
| 5958 | <combo key="poles" text="Amount of poles" values="monopole,bipole" />
|
---|
| 5959 | <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
|
---|
| 5960 | </optional>
|
---|
[7393] | 5961 | </item> <!-- Power Converter -->
|
---|
[10565] | 5962 | <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5963 | <link wiki="Tag:power=compensator" />
|
---|
[7102] | 5964 | <space />
|
---|
| 5965 | <key key="power" value="compensator" />
|
---|
[15170] | 5966 | <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] | 5967 | <reference ref="voltage_frequency" />
|
---|
[15075] | 5968 | <reference ref="ref_operator" />
|
---|
[7102] | 5969 | <optional>
|
---|
| 5970 | <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
|
---|
| 5971 | </optional>
|
---|
[7393] | 5972 | </item> <!-- Power Compensator -->
|
---|
[7102] | 5973 | <separator/>
|
---|
[16475] | 5974 | <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5975 | <link wiki="Tag:man_made=street_cabinet" />
|
---|
[9434] | 5976 | <key key="man_made" value="street_cabinet" />
|
---|
| 5977 | <key key="street_cabinet" value="power" />
|
---|
[15175] | 5978 | <optional>
|
---|
| 5979 | <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
|
---|
| 5980 | <reference ref="ref_operator" />
|
---|
| 5981 | <text key="manufacturer" text="Manufacturer" />
|
---|
[15255] | 5982 | <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] | 5983 | </optional>
|
---|
[9434] | 5984 | </item> <!-- Power Street Cabinet -->
|
---|
[7102] | 5985 | <separator/>
|
---|
[10565] | 5986 | <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 5987 | <link wiki="Tag:building=transformer_tower" />
|
---|
[9433] | 5988 | <space />
|
---|
| 5989 | <key key="building" value="transformer_tower" />
|
---|
[16474] | 5990 | <text key="height" text="Height (meters)" length="7" />
|
---|
[15075] | 5991 | <reference ref="ref_operator" />
|
---|
[9433] | 5992 | <preset_link preset_name="Power Substation" />
|
---|
| 5993 | </item> <!-- Transformer Tower -->
|
---|
[14123] | 5994 | <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true">
|
---|
[14646] | 5995 | <link wiki="Tag:power=terminal" />
|
---|
[14123] | 5996 | <space />
|
---|
| 5997 | <key key="power" value="terminal" />
|
---|
| 5998 | <optional>
|
---|
[15454] | 5999 | <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
|
---|
[14123] | 6000 | <text key="ref" text="Reference" />
|
---|
| 6001 | <text key="operator" text="Operator" />
|
---|
| 6002 | </optional>
|
---|
| 6003 | </item> <!-- Terminal -->
|
---|
[10565] | 6004 | <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 6005 | <link wiki="Tag:power=portal" />
|
---|
[9433] | 6006 | <space />
|
---|
| 6007 | <key key="power" value="portal" />
|
---|
[16474] | 6008 | <text key="height" text="Height (meters)" length="7" />
|
---|
[9433] | 6009 | <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
|
---|
[15170] | 6010 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
---|
[9433] | 6011 | <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
|
---|
[15075] | 6012 | <reference ref="ref_operator" />
|
---|
[9433] | 6013 | <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
|
---|
[15454] | 6014 | <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
|
---|
[9433] | 6015 | </item> <!-- Power Portal -->
|
---|
[10565] | 6016 | <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6017 | <link wiki="Tag:power=tower" />
|
---|
[7102] | 6018 | <space />
|
---|
| 6019 | <key key="power" value="tower" />
|
---|
[16474] | 6020 | <text key="height" text="Height (meters)" length="7" />
|
---|
[8105] | 6021 | <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
|
---|
[15170] | 6022 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
---|
[7102] | 6023 | <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,red,white,gray,red/white" values_context="color" />
|
---|
[15075] | 6024 | <reference ref="ref_operator" />
|
---|
[7102] | 6025 | <optional>
|
---|
[15454] | 6026 | <combo key="tower:type" text="Tower type" values="termination,branch,transposing,crossing,transition" text_context="power" values_context="power" />
|
---|
[7102] | 6027 | <combo key="branch:type" text="Branch tower type" values="tap,split,loop,cross" values_context="power" />
|
---|
| 6028 | <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] | 6029 | <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
|
---|
[7102] | 6030 | <check key="triple_tower" text="Triple tower" />
|
---|
| 6031 | <check key="design:incomplete" text="Incomplete tower" />
|
---|
[10511] | 6032 | <check key="location:transition" text="Location transition" disable_off="true" />
|
---|
[7102] | 6033 | </optional>
|
---|
[7393] | 6034 | </item> <!-- Power Tower -->
|
---|
[10565] | 6035 | <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6036 | <link wiki="Tag:power=pole" />
|
---|
[7102] | 6037 | <space />
|
---|
| 6038 | <key key="power" value="pole" />
|
---|
[12997] | 6039 | <reference ref="power_pole" />
|
---|
[7393] | 6040 | </item> <!-- Pole -->
|
---|
[12997] | 6041 | <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6042 | <link wiki="Tag:power=pole" />
|
---|
[12997] | 6043 | <space />
|
---|
| 6044 | <key key="power" value="pole" />
|
---|
| 6045 | <label text="Pole Attributes:" />
|
---|
| 6046 | <reference ref="power_pole" />
|
---|
| 6047 | <space />
|
---|
| 6048 | <label text="Switch Attributes:" />
|
---|
[15170] | 6049 | <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
|
---|
[12997] | 6050 | <optional>
|
---|
| 6051 | <reference ref="voltage" />
|
---|
| 6052 | <reference ref="cables" />
|
---|
| 6053 | </optional>
|
---|
| 6054 | </item> <!-- Pole with Switch -->
|
---|
[10565] | 6055 | <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6056 | <link wiki="Tag:power=pole" />
|
---|
[7649] | 6057 | <space />
|
---|
| 6058 | <key key="power" value="pole" />
|
---|
| 6059 | <label text="Pole Attributes:" />
|
---|
[12997] | 6060 | <reference ref="power_pole" />
|
---|
[7649] | 6061 | <space />
|
---|
| 6062 | <label text="Transformer Attributes:" />
|
---|
[7653] | 6063 | <key key="transformer" value="distribution" match="key!" />
|
---|
[13814] | 6064 | <reference ref="transformer_voltage_frequency" />
|
---|
| 6065 | <reference ref="optional_transformer_rating_phases_devices_windings" />
|
---|
[12997] | 6066 | </item> <!-- Pole with Transformer -->
|
---|
[14123] | 6067 | <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6068 | <link wiki="Tag:power=catenary_mast" />
|
---|
[14123] | 6069 | <space />
|
---|
| 6070 | <key key="power" value="catenary_mast" />
|
---|
| 6071 | <optional>
|
---|
| 6072 | <text key="ref" text="Reference" />
|
---|
| 6073 | <text key="operator" text="Operator" />
|
---|
| 6074 | </optional>
|
---|
| 6075 | </item> <!-- Catenary mast -->
|
---|
[10565] | 6076 | <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
|
---|
[14646] | 6077 | <link wiki="Tag:power=insulator" />
|
---|
[9433] | 6078 | <space />
|
---|
| 6079 | <key key="power" value="insulator" />
|
---|
[15454] | 6080 | <combo key="line_attachment" text="Line attachment" values="anchor,pin,pulley,suspension" values_context="power" />
|
---|
[15075] | 6081 | <reference ref="ref_operator" />
|
---|
[9433] | 6082 | </item> <!-- Insulator -->
|
---|
[10565] | 6083 | <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
|
---|
[14646] | 6084 | <link wiki="Tag:power=line" />
|
---|
[7102] | 6085 | <space />
|
---|
[7613] | 6086 | <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
|
---|
[7361] | 6087 | <reference ref="voltage_frequency" />
|
---|
[15075] | 6088 | <reference ref="ref_operator" />
|
---|
[7102] | 6089 | <optional>
|
---|
[12934] | 6090 | <reference ref="cables_circuits" />
|
---|
[15170] | 6091 | <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] | 6092 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[7316] | 6093 | <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
|
---|
[7102] | 6094 | </optional>
|
---|
[7393] | 6095 | </item> <!-- Power Line -->
|
---|
[10565] | 6096 | <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
|
---|
[14646] | 6097 | <link wiki="Tag:power=cable" />
|
---|
[7102] | 6098 | <space />
|
---|
| 6099 | <key key="power" value="cable" />
|
---|
[7361] | 6100 | <reference ref="voltage_frequency" />
|
---|
[15075] | 6101 | <reference ref="ref_operator" />
|
---|
[7102] | 6102 | <optional>
|
---|
[12934] | 6103 | <reference ref="cables_circuits" />
|
---|
[7734] | 6104 | <combo key="location" text="Location" values="underground,underwater,overground" values_context="power cable" />
|
---|
[7102] | 6105 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
[7316] | 6106 | <check key="communication" text="Used for data communications" value_on="line" value_off="" default="off" />
|
---|
[7102] | 6107 | </optional>
|
---|
[7393] | 6108 | </item> <!-- Power Cable -->
|
---|
[7102] | 6109 | </group> <!-- Power -->
|
---|
[15112] | 6110 | <group name="Telecom" icon="presets/telecom/telecom.svg">
|
---|
[16475] | 6111 | <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
|
---|
[15112] | 6112 | <link wiki="Tag:man_made=street_cabinet" />
|
---|
| 6113 | <key key="man_made" value="street_cabinet" />
|
---|
| 6114 | <key key="street_cabinet" value="telecom" />
|
---|
[15175] | 6115 | <optional>
|
---|
| 6116 | <reference ref="ref_operator" />
|
---|
| 6117 | <text key="manufacturer" text="Manufacturer" />
|
---|
[15255] | 6118 | <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] | 6119 | </optional>
|
---|
[15112] | 6120 | </item> <!-- Telecom Street Cabinet -->
|
---|
| 6121 | <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
|
---|
| 6122 | <link wiki="Tag:telecom=exchange" />
|
---|
| 6123 | <space />
|
---|
| 6124 | <key key="telecom" value="exchange" />
|
---|
| 6125 | <reference ref="telecom_medium" />
|
---|
| 6126 | <reference ref="ref_operator" />
|
---|
| 6127 | </item> <!-- Telephone Exchange -->
|
---|
| 6128 | <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
|
---|
| 6129 | <link wiki="Tag:telecom=connection_point" />
|
---|
| 6130 | <space />
|
---|
| 6131 | <key key="telecom" value="connection_point" />
|
---|
| 6132 | <reference ref="telecom_medium" />
|
---|
| 6133 | <reference ref="ref_operator" />
|
---|
| 6134 | </item> <!-- Connection Point -->
|
---|
| 6135 | <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
|
---|
| 6136 | <link wiki="Tag:telecom=service_device" />
|
---|
| 6137 | <space />
|
---|
| 6138 | <key key="telecom" value="service_device" />
|
---|
| 6139 | <reference ref="telecom_medium" />
|
---|
| 6140 | <reference ref="ref_operator" />
|
---|
| 6141 | </item> <!-- Service Device -->
|
---|
| 6142 | </group> <!-- Telecom -->
|
---|
[10565] | 6143 | <group name="Historic Places" icon="presets/sightseeing/castle.svg">
|
---|
| 6144 | <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6145 | <link wiki="Tag:historic=castle" />
|
---|
[7102] | 6146 | <space />
|
---|
| 6147 | <key key="historic" value="castle" />
|
---|
[11550] | 6148 | <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
|
---|
[7102] | 6149 | <reference ref="name_wikipedia" />
|
---|
[9165] | 6150 | <check key="ruins" text="Ruins" />
|
---|
[8060] | 6151 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6152 | </item> <!-- Castle -->
|
---|
[15931] | 6153 | <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6154 | <link wiki="Tag:historic=fort" />
|
---|
| 6155 | <space />
|
---|
| 6156 | <key key="historic" value="fort" />
|
---|
| 6157 | <reference ref="name_wikipedia" />
|
---|
| 6158 | <check key="ruins" text="Ruins" />
|
---|
| 6159 | <reference ref="link_contact_address_payment" />
|
---|
| 6160 | </item> <!-- Fort -->
|
---|
[10706] | 6161 | <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6162 | <link wiki="Tag:historic=ruins" />
|
---|
[7102] | 6163 | <space />
|
---|
| 6164 | <key key="historic" value="ruins" />
|
---|
[8013] | 6165 | <reference ref="name_oh_wheelchair" />
|
---|
[7393] | 6166 | </item> <!-- Ruins -->
|
---|
[10706] | 6167 | <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6168 | <link wiki="Tag:historic=archaeological_site" />
|
---|
[7102] | 6169 | <space />
|
---|
| 6170 | <key key="historic" value="archaeological_site" />
|
---|
[11787] | 6171 | <combo key="site_type" text="Type" values="tumulus,megalith,fortification,settlement,necropolis,city" />
|
---|
[8013] | 6172 | <reference ref="name_oh_wheelchair" />
|
---|
[7393] | 6173 | </item> <!-- Archaeological Site -->
|
---|
[10706] | 6174 | <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6175 | <link wiki="Tag:historic=battlefield" />
|
---|
[7102] | 6176 | <space />
|
---|
| 6177 | <key key="historic" value="battlefield" />
|
---|
| 6178 | <text key="name" text="Name" />
|
---|
[7393] | 6179 | </item> <!-- Battlefield -->
|
---|
[10814] | 6180 | <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6181 | <link wiki="Tag:geological=palaeontological_site" />
|
---|
[7102] | 6182 | <space />
|
---|
| 6183 | <key key="geological" value="palaeontological_site" />
|
---|
| 6184 | <text key="name" text="Name" />
|
---|
[7393] | 6185 | </item> <!-- Palaeontological Site -->
|
---|
[16753] | 6186 | <item name="Citywalls" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
---|
[16748] | 6187 | <link wiki="Tag:historic=citywalls" />
|
---|
| 6188 | <space />
|
---|
| 6189 | <key key="historic" value="citywalls" />
|
---|
| 6190 | <optional>
|
---|
| 6191 | <text key="name" text="Name" />
|
---|
| 6192 | </optional>
|
---|
| 6193 | </item> <!-- Citywalls -->
|
---|
| 6194 | <item name="City gate" icon="presets/sightseeing/city_gate.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6195 | <link wiki="Tag:historic=city_gate" />
|
---|
| 6196 | <space />
|
---|
| 6197 | <key key="historic" value="city_gate" />
|
---|
| 6198 | <optional>
|
---|
| 6199 | <text key="name" text="Name" />
|
---|
| 6200 | </optional>
|
---|
| 6201 | </item> <!-- City gate -->
|
---|
| 6202 | <item name="Manor" icon="presets/sightseeing/manor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6203 | <link wiki="Tag:historic=manor" />
|
---|
| 6204 | <space />
|
---|
| 6205 | <key key="historic" value="manor" />
|
---|
| 6206 | <optional>
|
---|
| 6207 | <text key="name" text="Name" />
|
---|
| 6208 | </optional>
|
---|
| 6209 | </item> <!-- Manor -->
|
---|
| 6210 | <item name="Church" icon="presets/religion/historic_church.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6211 | <link wiki="Tag:historic=church" />
|
---|
| 6212 | <space />
|
---|
| 6213 | <key key="historic" value="church" />
|
---|
| 6214 | <optional>
|
---|
| 6215 | <text key="name" text="Name" />
|
---|
| 6216 | </optional>
|
---|
| 6217 | <reference ref="religious"/>
|
---|
| 6218 | </item> <!-- Church -->
|
---|
[7102] | 6219 | <separator/>
|
---|
[16754] | 6220 | <item name="Charcoal pile" icon="presets/misc/charcoal_pile.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[16748] | 6221 | <link wiki="Tag:historic=charcoal_pile" />
|
---|
| 6222 | <space />
|
---|
| 6223 | <key key="historic" value="charcoal_pile" />
|
---|
| 6224 | <optional>
|
---|
| 6225 | <text key="name" text="Name" />
|
---|
| 6226 | </optional>
|
---|
| 6227 | </item> <!-- Charcoal pile -->
|
---|
[16754] | 6228 | <item name="Mine" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[16748] | 6229 | <link wiki="Tag:historic=mine" />
|
---|
| 6230 | <space />
|
---|
| 6231 | <key key="historic" value="mine" />
|
---|
| 6232 | <optional>
|
---|
| 6233 | <text key="name" text="Name" />
|
---|
| 6234 | <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" />
|
---|
| 6235 | </optional>
|
---|
| 6236 | </item> <!-- Mine -->
|
---|
[16754] | 6237 | <item name="Mine shaft" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[16748] | 6238 | <link wiki="Tag:historic=mine_shaft" />
|
---|
| 6239 | <space />
|
---|
| 6240 | <key key="historic" value="mine_shaft" />
|
---|
| 6241 | <optional>
|
---|
| 6242 | <text key="name" text="Name" />
|
---|
| 6243 | </optional>
|
---|
| 6244 | </item> <!-- Mine shaft -->
|
---|
[16754] | 6245 | <item name="Shieling" icon="presets/landmark/shieling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[16748] | 6246 | <link wiki="Tag:historic=shieling" />
|
---|
| 6247 | <space />
|
---|
| 6248 | <key key="historic" value="shieling" />
|
---|
| 6249 | <optional>
|
---|
| 6250 | <text key="name" text="Name" />
|
---|
| 6251 | </optional>
|
---|
| 6252 | </item> <!-- Shieling -->
|
---|
| 6253 | <separator/>
|
---|
[12993] | 6254 | <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 6255 | <link wiki="Tag:cemetery=grave" />
|
---|
[12993] | 6256 | <space />
|
---|
| 6257 | <key key="cemetery" value="grave" />
|
---|
| 6258 | <text key="name" text="Name" />
|
---|
| 6259 | </item> <!-- Grave -->
|
---|
| 6260 | <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 6261 | <link wiki="Tag:historic=tomb" />
|
---|
[12993] | 6262 | <space />
|
---|
| 6263 | <key key="historic" value="tomb" />
|
---|
[15170] | 6264 | <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] | 6265 | <text key="name" text="Name" />
|
---|
| 6266 | </item> <!-- Tomb -->
|
---|
| 6267 | <separator/>
|
---|
[10706] | 6268 | <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6269 | <link wiki="Tag:historic=monument" />
|
---|
[7102] | 6270 | <space />
|
---|
| 6271 | <key key="historic" value="monument" />
|
---|
| 6272 | <text key="name" text="Name" />
|
---|
[7393] | 6273 | </item> <!-- Monument -->
|
---|
[10706] | 6274 | <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6275 | <link wiki="Tag:historic=memorial" />
|
---|
[7102] | 6276 | <space />
|
---|
| 6277 | <key key="historic" value="memorial" />
|
---|
| 6278 | <text key="name" text="Name" />
|
---|
[15170] | 6279 | <combo key="memorial" text="Type" values="bust,plaque,statue,stele,stone,war_memorial" values_context="memorial" values_searchable="true" />
|
---|
[7701] | 6280 | <optional>
|
---|
| 6281 | <text key="inscription" text="Inscription" />
|
---|
| 6282 | <text key="artist_name" text="Artist Name" />
|
---|
[15647] | 6283 | <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
|
---|
[7701] | 6284 | <text key="start_date" text="Start date" />
|
---|
| 6285 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 6286 | </optional>
|
---|
[7393] | 6287 | </item> <!-- Memorial -->
|
---|
[10706] | 6288 | <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 6289 | <link wiki="Tag:historic=wayside_cross" />
|
---|
[7102] | 6290 | <space />
|
---|
| 6291 | <key key="historic" value="wayside_cross" />
|
---|
| 6292 | <text key="name" text="Name" />
|
---|
[14867] | 6293 | <reference ref="religious_catholic_christian" />
|
---|
[8016] | 6294 | <text key="start_date" text="Start date" />
|
---|
| 6295 | <text key="inscription" text="Inscription" />
|
---|
[7393] | 6296 | </item> <!-- Wayside Cross -->
|
---|
[10706] | 6297 | <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 6298 | <link wiki="Tag:historic=wayside_shrine" />
|
---|
[7102] | 6299 | <space />
|
---|
| 6300 | <key key="historic" value="wayside_shrine" />
|
---|
| 6301 | <text key="name" text="Name" />
|
---|
[14867] | 6302 | <reference ref="religious_catholic_christian" />
|
---|
[8016] | 6303 | <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
|
---|
| 6304 | <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
|
---|
| 6305 | <text key="start_date" text="Start date" />
|
---|
| 6306 | <text key="inscription" text="Inscription" />
|
---|
[7393] | 6307 | </item> <!-- Wayside Shrine -->
|
---|
[10808] | 6308 | <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 6309 | <link wiki="Tag:historic=boundary_stone" />
|
---|
[7102] | 6310 | <space />
|
---|
| 6311 | <key key="historic" value="boundary_stone" />
|
---|
| 6312 | <text key="name" text="Name" />
|
---|
[7393] | 6313 | </item> <!-- Boundary Stone -->
|
---|
[16748] | 6314 | <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
|
---|
| 6315 | <link wiki="Tag:historic=milestone" />
|
---|
| 6316 | <space />
|
---|
| 6317 | <key key="historic" value="milestone" />
|
---|
| 6318 | <optional>
|
---|
| 6319 | <text key="name" text="Name" />
|
---|
| 6320 | </optional>
|
---|
| 6321 | </item> <!-- Milestone -->
|
---|
[7102] | 6322 | </group> <!-- Historic Places -->
|
---|
[7393] | 6323 | </group> <!-- Man Made -->
|
---|
[10706] | 6324 | <group name="Shops" icon="presets/shop/mall.svg">
|
---|
[10565] | 6325 | <group name="Food" icon="presets/shop/supermarket.svg">
|
---|
| 6326 | <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6327 | <link wiki="Tag:shop=supermarket" />
|
---|
[7102] | 6328 | <space />
|
---|
| 6329 | <key key="shop" value="supermarket" />
|
---|
[8013] | 6330 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6331 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6332 | </item> <!-- Supermarket -->
|
---|
[10808] | 6333 | <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6334 | <link wiki="Tag:shop=convenience" />
|
---|
[7102] | 6335 | <space />
|
---|
| 6336 | <key key="shop" value="convenience" />
|
---|
[8013] | 6337 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6338 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6339 | </item> <!-- Convenience Store -->
|
---|
[10706] | 6340 | <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6341 | <link wiki="Tag:shop=kiosk" />
|
---|
[7102] | 6342 | <space />
|
---|
| 6343 | <key key="shop" value="kiosk" />
|
---|
[8013] | 6344 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6345 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6346 | </item> <!-- Kiosk -->
|
---|
[7102] | 6347 | <separator/>
|
---|
[10808] | 6348 | <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6349 | <link wiki="Tag:shop=bakery" />
|
---|
[7102] | 6350 | <space />
|
---|
| 6351 | <key key="shop" value="bakery" />
|
---|
[8013] | 6352 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6353 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6354 | </item> <!-- Bakery -->
|
---|
[10808] | 6355 | <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6356 | <link wiki="Tag:shop=butcher" />
|
---|
[7102] | 6357 | <space />
|
---|
| 6358 | <key key="shop" value="butcher" />
|
---|
[8013] | 6359 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6360 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6361 | </item> <!-- Butcher -->
|
---|
[10808] | 6362 | <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6363 | <link wiki="Tag:shop=seafood" />
|
---|
[7102] | 6364 | <space />
|
---|
| 6365 | <key key="shop" value="seafood" />
|
---|
[8013] | 6366 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6367 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6368 | </item> <!-- Seafood -->
|
---|
[11346] | 6369 | <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6370 | <link wiki="Tag:shop=dairy" />
|
---|
[11346] | 6371 | <space />
|
---|
| 6372 | <key key="shop" value="dairy" />
|
---|
| 6373 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6374 | <reference ref="link_contact_address_payment" />
|
---|
| 6375 | </item> <!-- Dairy -->
|
---|
[12083] | 6376 | <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6377 | <link wiki="Tag:shop=cheese" />
|
---|
[12083] | 6378 | <space />
|
---|
| 6379 | <key key="shop" value="cheese" />
|
---|
| 6380 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6381 | <reference ref="link_contact_address_payment" />
|
---|
| 6382 | </item> <!-- Cheese -->
|
---|
[10808] | 6383 | <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6384 | <link wiki="Tag:shop=deli" />
|
---|
[7102] | 6385 | <space />
|
---|
| 6386 | <key key="shop" value="deli" />
|
---|
[8013] | 6387 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6388 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6389 | </item> <!-- Deli (Fine Food) -->
|
---|
[10897] | 6390 | <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6391 | <link wiki="Tag:shop=pastry" />
|
---|
[10897] | 6392 | <space />
|
---|
| 6393 | <key key="shop" value="pastry" />
|
---|
| 6394 | <reference ref="name_oh_wheelchair" />
|
---|
| 6395 | <reference ref="link_contact_address_payment" />
|
---|
| 6396 | </item> <!-- Pastry -->
|
---|
| 6397 | <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6398 | <link wiki="Tag:shop=confectionery" />
|
---|
[7102] | 6399 | <space />
|
---|
| 6400 | <key key="shop" value="confectionery" />
|
---|
[8013] | 6401 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6402 | <reference ref="link_contact_address_payment" />
|
---|
[10897] | 6403 | </item> <!-- Confectionery -->
|
---|
[10565] | 6404 | <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6405 | <link wiki="Tag:shop=tea" />
|
---|
[7296] | 6406 | <space />
|
---|
| 6407 | <key key="shop" value="tea" />
|
---|
[8013] | 6408 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6409 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6410 | </item> <!-- Tea -->
|
---|
[10565] | 6411 | <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6412 | <link wiki="Tag:shop=coffee" />
|
---|
[7296] | 6413 | <space />
|
---|
| 6414 | <key key="shop" value="coffee" />
|
---|
[8013] | 6415 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6416 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6417 | </item> <!-- Coffee -->
|
---|
[7102] | 6418 | <separator/>
|
---|
[10808] | 6419 | <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6420 | <link wiki="Tag:amenity=marketplace" />
|
---|
[7102] | 6421 | <space />
|
---|
| 6422 | <key key="amenity" value="marketplace" />
|
---|
[8013] | 6423 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[7102] | 6424 | <text key="website" text="Website" />
|
---|
[15166] | 6425 | <combo key="organic" text="Organic" values="yes,no,only" />
|
---|
[7393] | 6426 | </item> <!-- Public Market -->
|
---|
[10808] | 6427 | <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6428 | <link wiki="Tag:shop=greengrocer" />
|
---|
[7102] | 6429 | <space />
|
---|
| 6430 | <key key="shop" value="greengrocer" />
|
---|
[8013] | 6431 | <reference ref="name_oh_wheelchair" />
|
---|
[15166] | 6432 | <combo key="organic" text="Organic" values="yes,no,only" />
|
---|
[8060] | 6433 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6434 | </item> <!-- Greengrocer -->
|
---|
[10808] | 6435 | <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6436 | <link wiki="Tag:shop=farm" />
|
---|
[7102] | 6437 | <space />
|
---|
| 6438 | <key key="shop" value="farm" />
|
---|
[8013] | 6439 | <reference ref="name_oh_wheelchair" />
|
---|
[7102] | 6440 | <text key="description" text="Description" />
|
---|
[15166] | 6441 | <combo key="organic" text="Organic" values="yes,no,only" />
|
---|
[8060] | 6442 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6443 | </item> <!-- Farm Stand -->
|
---|
[7102] | 6444 | <separator/>
|
---|
[9574] | 6445 | <item name="Organic" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6446 | <link wiki="Key:organic" />
|
---|
[7102] | 6447 | <space />
|
---|
[15166] | 6448 | <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
|
---|
[7393] | 6449 | </item> <!-- Organic -->
|
---|
[9574] | 6450 | <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6451 | <link wiki="Key:fair_trade" />
|
---|
[7102] | 6452 | <space />
|
---|
| 6453 | <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
|
---|
[7393] | 6454 | </item> <!-- Fair Trade -->
|
---|
[7102] | 6455 | <separator/>
|
---|
[10706] | 6456 | <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6457 | <link wiki="Tag:shop=alcohol" />
|
---|
[7102] | 6458 | <space />
|
---|
| 6459 | <key key="shop" value="alcohol" />
|
---|
[8013] | 6460 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6461 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6462 | </item> <!-- Alcohol -->
|
---|
[10706] | 6463 | <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6464 | <link wiki="Tag:shop=beverages" />
|
---|
[7102] | 6465 | <space />
|
---|
| 6466 | <key key="shop" value="beverages" />
|
---|
[8013] | 6467 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6468 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6469 | </item> <!-- Beverages -->
|
---|
[10565] | 6470 | <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6471 | <link wiki="Tag:shop=wine" />
|
---|
[7686] | 6472 | <space />
|
---|
| 6473 | <key key="shop" value="wine" />
|
---|
[8013] | 6474 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6475 | <reference ref="link_contact_address_payment" />
|
---|
[7686] | 6476 | </item> <!-- Wine -->
|
---|
[7102] | 6477 | </group> <!-- Food -->
|
---|
[10706] | 6478 | <group name="Clothes" icon="presets/shop/clothes.svg">
|
---|
| 6479 | <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6480 | <link wiki="Tag:shop=clothes" />
|
---|
[7102] | 6481 | <space />
|
---|
| 6482 | <key key="shop" value="clothes" />
|
---|
[8013] | 6483 | <reference ref="name_oh_wheelchair" />
|
---|
[15166] | 6484 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
---|
| 6485 | <combo key="organic" text="Organic" values="yes,no,only" />
|
---|
[16745] | 6486 | <multiselect key="clothes" text="Clothes" values="babies;children;costumes;denim;fashion;fur;hats;leather;maternity;men;motorcycle;oversize;schoolwear;sports;suits;swimwear;traditional;underwear;wedding;women;workwear" values_context="clothes" values_searchable="true" />
|
---|
[8060] | 6487 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6488 | </item> <!-- Clothes -->
|
---|
[10808] | 6489 | <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6490 | <link wiki="Tag:shop=boutique" />
|
---|
[7102] | 6491 | <space />
|
---|
| 6492 | <key key="shop" value="boutique" />
|
---|
[8013] | 6493 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6494 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6495 | </item> <!-- Boutique -->
|
---|
[16492] | 6496 | <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
|
---|
[14646] | 6497 | <link wiki="Tag:shop=shoes" />
|
---|
[7102] | 6498 | <space />
|
---|
| 6499 | <key key="shop" value="shoes" />
|
---|
[8013] | 6500 | <reference ref="name_oh_wheelchair" />
|
---|
[15166] | 6501 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
---|
| 6502 | <combo key="organic" text="Organic" values="yes,no,only" />
|
---|
[14228] | 6503 | <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
|
---|
[8060] | 6504 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6505 | </item> <!-- Shoes -->
|
---|
[10706] | 6506 | <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6507 | <link wiki="Tag:shop=outdoor" />
|
---|
[7102] | 6508 | <space />
|
---|
| 6509 | <key key="shop" value="outdoor" />
|
---|
[8013] | 6510 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6511 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6512 | </item> <!-- Outdoor -->
|
---|
[10706] | 6513 | <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6514 | <link wiki="Tag:shop=sports" />
|
---|
[7102] | 6515 | <space />
|
---|
| 6516 | <key key="shop" value="sports" />
|
---|
[8013] | 6517 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6518 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6519 | </item> <!-- Sports -->
|
---|
[7102] | 6520 | <separator/>
|
---|
[10706] | 6521 | <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6522 | <link wiki="Tag:shop=dry_cleaning" />
|
---|
[7102] | 6523 | <space />
|
---|
| 6524 | <key key="shop" value="dry_cleaning" />
|
---|
[8013] | 6525 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6526 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6527 | </item> <!-- Dry Cleaning -->
|
---|
[10706] | 6528 | <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6529 | <link wiki="Tag:shop=laundry" />
|
---|
[7102] | 6530 | <space />
|
---|
| 6531 | <key key="shop" value="laundry" />
|
---|
[8013] | 6532 | <reference ref="name_oh_wheelchair" />
|
---|
[14228] | 6533 | <check key="self_service" text="Self Service" />
|
---|
| 6534 | <check key="laundry_service" text="Laundry Service" />
|
---|
[8060] | 6535 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6536 | </item> <!-- Laundry -->
|
---|
[10706] | 6537 | <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6538 | <link wiki="Tag:shop=tailor" />
|
---|
[7102] | 6539 | <space />
|
---|
| 6540 | <key key="shop" value="tailor" />
|
---|
[8013] | 6541 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6542 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6543 | </item> <!-- Tailor -->
|
---|
[10808] | 6544 | <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6545 | <link wiki="Tag:shop=fabric" />
|
---|
[7102] | 6546 | <space />
|
---|
| 6547 | <key key="shop" value="fabric" />
|
---|
[8013] | 6548 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6549 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6550 | </item> <!-- Fabric -->
|
---|
[7102] | 6551 | </group> <!-- Clothes -->
|
---|
[10706] | 6552 | <group name="Electronic" icon="presets/shop/electronics.svg">
|
---|
| 6553 | <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6554 | <link wiki="Tag:shop=computer" />
|
---|
[7102] | 6555 | <space />
|
---|
| 6556 | <key key="shop" value="computer" />
|
---|
[8013] | 6557 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6558 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6559 | </item> <!-- Computer -->
|
---|
[10706] | 6560 | <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6561 | <link wiki="Tag:shop=electronics" />
|
---|
[7102] | 6562 | <space />
|
---|
| 6563 | <key key="shop" value="electronics" />
|
---|
[8013] | 6564 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6565 | <reference ref="link_contact_address_payment" />
|
---|
[16714] | 6566 | </item> <!-- Electronics -->
|
---|
[10808] | 6567 | <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6568 | <link wiki="Tag:shop=mobile_phone" />
|
---|
[7102] | 6569 | <space />
|
---|
| 6570 | <key key="shop" value="mobile_phone" />
|
---|
[8013] | 6571 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6572 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6573 | </item> <!-- Mobile Phone -->
|
---|
[15092] | 6574 | <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6575 | <link wiki="Tag:shop=watches" />
|
---|
| 6576 | <space />
|
---|
| 6577 | <key key="shop" value="watches" />
|
---|
| 6578 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6579 | <reference ref="link_contact_address_payment" />
|
---|
| 6580 | </item> <!-- Watches -->
|
---|
[10808] | 6581 | <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6582 | <link wiki="Tag:shop=vacuum_cleaner" />
|
---|
[7102] | 6583 | <space />
|
---|
| 6584 | <key key="shop" value="vacuum_cleaner" />
|
---|
[8013] | 6585 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6586 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6587 | </item> <!-- Vacuum Cleaner -->
|
---|
[10565] | 6588 | <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6589 | <link wiki="Tag:shop=hifi" />
|
---|
[7102] | 6590 | <space />
|
---|
| 6591 | <key key="shop" value="hifi" />
|
---|
[8013] | 6592 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6593 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6594 | </item> <!-- Hifi -->
|
---|
[10808] | 6595 | <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6596 | <link wiki="Tag:shop=video" />
|
---|
[7102] | 6597 | <space />
|
---|
| 6598 | <key key="shop" value="video" />
|
---|
[8013] | 6599 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6600 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6601 | </item> <!-- Video -->
|
---|
[10808] | 6602 | <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6603 | <link wiki="Tag:shop=video_games" />
|
---|
[7296] | 6604 | <space />
|
---|
| 6605 | <key key="shop" value="video_games" />
|
---|
[8013] | 6606 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6607 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6608 | </item> <!-- Video Games -->
|
---|
[10565] | 6609 | <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6610 | <link wiki="Tag:shop=music" />
|
---|
[7685] | 6611 | <space />
|
---|
| 6612 | <key key="shop" value="music" />
|
---|
[8013] | 6613 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6614 | <reference ref="link_contact_address_payment" />
|
---|
[7685] | 6615 | </item> <!-- Music -->
|
---|
[7102] | 6616 | </group> <!-- Electronic -->
|
---|
[10565] | 6617 | <group name="Cash" icon="presets/money/dollar.svg">
|
---|
[10706] | 6618 | <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6619 | <link wiki="Tag:amenity=bank" />
|
---|
[7102] | 6620 | <space />
|
---|
| 6621 | <key key="amenity" value="bank" />
|
---|
[8013] | 6622 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[7102] | 6623 | <check key="atm" text="Automated Teller Machine" default="on" />
|
---|
[7745] | 6624 | <text key="ref" text="Reference" />
|
---|
[8026] | 6625 | <reference ref="link_contact_address" />
|
---|
[10111] | 6626 | <preset_link preset_name="Building" />
|
---|
[7393] | 6627 | </item> <!-- Bank -->
|
---|
[10706] | 6628 | <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6629 | <link wiki="Tag:amenity=bureau_de_change" />
|
---|
[7102] | 6630 | <space />
|
---|
| 6631 | <key key="amenity" value="bureau_de_change" />
|
---|
[8013] | 6632 | <reference ref="name_oh_wheelchair" />
|
---|
[8026] | 6633 | <reference ref="link_contact_address" />
|
---|
[7393] | 6634 | </item> <!-- Money Exchange -->
|
---|
[15199] | 6635 | <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6636 | <link wiki="Tag:amenity=money_transfer" />
|
---|
| 6637 | <space />
|
---|
| 6638 | <key key="amenity" value="money_transfer" />
|
---|
| 6639 | <reference ref="name_oh_wheelchair" />
|
---|
| 6640 | <reference ref="link_contact_address" />
|
---|
| 6641 | </item> <!-- Money transfer -->
|
---|
[10706] | 6642 | <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
|
---|
[14646] | 6643 | <link wiki="Tag:amenity=atm" />
|
---|
[7102] | 6644 | <space />
|
---|
| 6645 | <key key="amenity" value="atm" />
|
---|
| 6646 | <text key="brand" text="Brand" />
|
---|
| 6647 | <text key="operator" text="Operator" />
|
---|
[8013] | 6648 | <reference ref="oh_wheelchair" />
|
---|
[7393] | 6649 | </item> <!-- Automated Teller Machine -->
|
---|
[10706] | 6650 | <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6651 | <link wiki="Tag:shop=pawnbroker" />
|
---|
[7102] | 6652 | <space />
|
---|
| 6653 | <key key="shop" value="pawnbroker" />
|
---|
[8013] | 6654 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6655 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6656 | </item> <!-- Pawnbroker -->
|
---|
[7102] | 6657 | </group> <!-- Cash -->
|
---|
[10565] | 6658 | <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
|
---|
[15188] | 6659 | <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6660 | <link wiki="Tag:shop=doors" />
|
---|
| 6661 | <space />
|
---|
| 6662 | <key key="shop" value="doors" />
|
---|
| 6663 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 6664 | <reference ref="link_contact_address_payment" />
|
---|
| 6665 | </item> <!-- Doors -->
|
---|
[10706] | 6666 | <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6667 | <link wiki="Tag:shop=furniture" />
|
---|
[7317] | 6668 | <space />
|
---|
| 6669 | <key key="shop" value="furniture" />
|
---|
[8013] | 6670 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[8060] | 6671 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6672 | </item> <!-- Furniture -->
|
---|
[10808] | 6673 | <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6674 | <link wiki="Tag:shop=kitchen" />
|
---|
[7317] | 6675 | <space />
|
---|
| 6676 | <key key="shop" value="kitchen" />
|
---|
[8013] | 6677 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
[8060] | 6678 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6679 | </item> <!-- Kitchen -->
|
---|
[10565] | 6680 | <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6681 | <link wiki="Tag:shop=houseware" />
|
---|
[9718] | 6682 | <space />
|
---|
| 6683 | <key key="shop" value="houseware" />
|
---|
| 6684 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 6685 | <reference ref="link_contact_address_payment" />
|
---|
| 6686 | </item> <!-- Houseware -->
|
---|
[16715] | 6687 | <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6688 | <link wiki="Tag:shop=pottery" />
|
---|
| 6689 | <space />
|
---|
| 6690 | <key key="shop" value="pottery" />
|
---|
| 6691 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 6692 | <reference ref="link_contact_address_payment" />
|
---|
| 6693 | </item> <!-- Pottery -->
|
---|
[10808] | 6694 | <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6695 | <link wiki="Tag:shop=curtain" />
|
---|
[7317] | 6696 | <space />
|
---|
| 6697 | <key key="shop" value="curtain" />
|
---|
[8013] | 6698 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6699 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6700 | </item> <!-- Curtain -->
|
---|
[10565] | 6701 | <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6702 | <link wiki="Tag:shop=art" />
|
---|
[7705] | 6703 | <space />
|
---|
| 6704 | <key key="shop" value="art" />
|
---|
[8013] | 6705 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6706 | <reference ref="link_contact_address_payment" />
|
---|
[7705] | 6707 | </item> <!-- Art -->
|
---|
[10808] | 6708 | <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6709 | <link wiki="Tag:shop=frame" />
|
---|
[7317] | 6710 | <space />
|
---|
| 6711 | <key key="shop" value="frame" />
|
---|
[8013] | 6712 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6713 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6714 | </item> <!-- Frame -->
|
---|
[10565] | 6715 | <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6716 | <link wiki="Tag:shop=bed" />
|
---|
[7317] | 6717 | <space />
|
---|
| 6718 | <key key="shop" value="bed" />
|
---|
[8013] | 6719 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6720 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6721 | </item> <!-- Bed -->
|
---|
[14959] | 6722 | <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6723 | <link wiki="Tag:shop=carpet" />
|
---|
| 6724 | <space />
|
---|
| 6725 | <key key="shop" value="carpet" />
|
---|
| 6726 | <reference ref="name_oh_wheelchair" />
|
---|
| 6727 | <reference ref="link_contact_address_payment" />
|
---|
| 6728 | </item> <!-- Carpet -->
|
---|
[10565] | 6729 | <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6730 | <link wiki="Tag:shop=interior_decoration" />
|
---|
[7317] | 6731 | <space />
|
---|
| 6732 | <key key="shop" value="interior_decoration" />
|
---|
[8013] | 6733 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6734 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6735 | </item> <!-- Interior Decoration -->
|
---|
[16714] | 6736 | <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6737 | <link wiki="Tag:shop=lighting" />
|
---|
| 6738 | <space />
|
---|
| 6739 | <key key="shop" value="lighting" />
|
---|
| 6740 | <reference ref="name_oh_wheelchair" />
|
---|
| 6741 | <reference ref="link_contact_address_payment" />
|
---|
| 6742 | </item> <!-- Lighting -->
|
---|
[10565] | 6743 | <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6744 | <link wiki="Tag:shop=antiques" />
|
---|
[7600] | 6745 | <space />
|
---|
| 6746 | <key key="shop" value="antiques" />
|
---|
[8013] | 6747 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6748 | <reference ref="link_contact_address_payment" />
|
---|
[7600] | 6749 | </item> <!-- Antiques -->
|
---|
[16265] | 6750 | <separator/>
|
---|
| 6751 | <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6752 | <link wiki="Tag:shop=storage_rental" />
|
---|
| 6753 | <space />
|
---|
| 6754 | <key key="shop" value="storage_rental" />
|
---|
| 6755 | <reference ref="name_oh_wheelchair" />
|
---|
| 6756 | <reference ref="link_contact_address_payment" />
|
---|
| 6757 | </item> <!-- Storage Rental -->
|
---|
[7317] | 6758 | </group> <!-- Home decoration -->
|
---|
[10808] | 6759 | <group name="Printed Material" icon="presets/shop/stationery.svg">
|
---|
| 6760 | <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6761 | <link wiki="Tag:shop=stationery" />
|
---|
[7317] | 6762 | <space />
|
---|
| 6763 | <key key="shop" value="stationery" />
|
---|
[8013] | 6764 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6765 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6766 | </item> <!-- Stationery -->
|
---|
[10808] | 6767 | <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6768 | <link wiki="Tag:shop=copyshop" />
|
---|
[7317] | 6769 | <space />
|
---|
| 6770 | <key key="shop" value="copyshop" />
|
---|
[8013] | 6771 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6772 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6773 | </item> <!-- Copy Shop -->
|
---|
[10565] | 6774 | <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6775 | <link wiki="Tag:shop=books" />
|
---|
[7317] | 6776 | <space />
|
---|
| 6777 | <key key="shop" value="books" />
|
---|
[8013] | 6778 | <reference ref="name_brand_oh_wheelchair" />
|
---|
[15166] | 6779 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
---|
[8060] | 6780 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6781 | </item> <!-- Book Store -->
|
---|
[10565] | 6782 | <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6783 | <link wiki="Tag:shop=newsagent" />
|
---|
[7317] | 6784 | <space />
|
---|
| 6785 | <key key="shop" value="newsagent" />
|
---|
[8013] | 6786 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6787 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6788 | </item> <!-- Newspaper Stand -->
|
---|
[10565] | 6789 | <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6790 | <link wiki="Tag:shop=ticket" />
|
---|
[7317] | 6791 | <space />
|
---|
| 6792 | <key key="shop" value="ticket" />
|
---|
[8013] | 6793 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6794 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6795 | </item> <!-- Ticket -->
|
---|
| 6796 | </group> <!-- Printed Material -->
|
---|
[10565] | 6797 | <group name="For the body" icon="presets/shop/body.svg">
|
---|
[10706] | 6798 | <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6799 | <link wiki="Tag:shop=chemist" />
|
---|
[7102] | 6800 | <space />
|
---|
| 6801 | <key key="shop" value="chemist" />
|
---|
[8013] | 6802 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6803 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6804 | </item> <!-- Chemist -->
|
---|
[10565] | 6805 | <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6806 | <link wiki="Tag:shop=cosmetics" />
|
---|
[9550] | 6807 | <space />
|
---|
| 6808 | <key key="shop" value="cosmetics" />
|
---|
| 6809 | <reference ref="name_oh_wheelchair" />
|
---|
| 6810 | <reference ref="link_contact_address_payment" />
|
---|
| 6811 | </item> <!-- Cosmetics -->
|
---|
[10565] | 6812 | <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6813 | <link wiki="Tag:shop=perfumery" />
|
---|
[9550] | 6814 | <space />
|
---|
| 6815 | <key key="shop" value="perfumery" />
|
---|
| 6816 | <reference ref="name_oh_wheelchair" />
|
---|
| 6817 | <reference ref="link_contact_address_payment" />
|
---|
| 6818 | </item> <!-- Perfumery -->
|
---|
[10565] | 6819 | <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6820 | <link wiki="Tag:shop=beauty" />
|
---|
[9550] | 6821 | <space />
|
---|
| 6822 | <key key="shop" value="beauty" />
|
---|
| 6823 | <reference ref="name_oh_wheelchair" />
|
---|
| 6824 | <reference ref="link_contact_address_payment" />
|
---|
| 6825 | </item> <!-- Beauty -->
|
---|
[10565] | 6826 | <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6827 | <link wiki="Tag:shop=tobacco" />
|
---|
[9420] | 6828 | <space />
|
---|
| 6829 | <key key="shop" value="tobacco" />
|
---|
| 6830 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6831 | <reference ref="link_contact_address_payment" />
|
---|
| 6832 | </item> <!-- Tobacco -->
|
---|
[15466] | 6833 | <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6834 | <link wiki="Tag:shop=e-cigarette" />
|
---|
| 6835 | <space />
|
---|
| 6836 | <key key="shop" value="e-cigarette" />
|
---|
| 6837 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6838 | <reference ref="link_contact_address_payment" />
|
---|
| 6839 | </item> <!-- E-cigarette -->
|
---|
[10706] | 6840 | <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6841 | <link wiki="Tag:shop=hairdresser" />
|
---|
[7102] | 6842 | <space />
|
---|
| 6843 | <key key="shop" value="hairdresser" />
|
---|
[8013] | 6844 | <reference ref="name_oh_wheelchair" />
|
---|
[10537] | 6845 | <checkgroup columns="3">
|
---|
| 6846 | <check key="female" text="Female" />
|
---|
| 6847 | <check key="male" text="Male" />
|
---|
| 6848 | <check key="unisex" text="Unisex" />
|
---|
| 6849 | </checkgroup>
|
---|
[8060] | 6850 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6851 | </item> <!-- Hairdresser/Barber -->
|
---|
[14874] | 6852 | <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6853 | <link wiki="Tag:shop=massage" />
|
---|
| 6854 | <space />
|
---|
| 6855 | <key key="shop" value="massage" />
|
---|
| 6856 | <reference ref="name_oh_wheelchair" />
|
---|
| 6857 | <reference ref="link_contact_address_payment" />
|
---|
| 6858 | </item> <!-- Massage -->
|
---|
[10565] | 6859 | <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6860 | <link wiki="Tag:shop=tattoo" />
|
---|
[7705] | 6861 | <space />
|
---|
| 6862 | <key key="shop" value="tattoo" />
|
---|
[8013] | 6863 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6864 | <reference ref="link_contact_address_payment" />
|
---|
[7705] | 6865 | </item> <!-- Tattoo -->
|
---|
[10565] | 6866 | <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6867 | <link wiki="Tag:shop=optician" />
|
---|
[7102] | 6868 | <space />
|
---|
| 6869 | <key key="shop" value="optician" />
|
---|
[8013] | 6870 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6871 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6872 | </item> <!-- Optician -->
|
---|
[10808] | 6873 | <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6874 | <link wiki="Tag:shop=hearing_aids" />
|
---|
[8027] | 6875 | <space />
|
---|
| 6876 | <key key="shop" value="hearing_aids" />
|
---|
| 6877 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6878 | <reference ref="link_contact_address_payment" />
|
---|
[8027] | 6879 | </item> <!-- Hearing Aids -->
|
---|
[10565] | 6880 | <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6881 | <link wiki="Tag:shop=medical_supply" />
|
---|
[8053] | 6882 | <space />
|
---|
| 6883 | <key key="shop" value="medical_supply" />
|
---|
| 6884 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8122] | 6885 | <check key="dispensing" text="Dispensing" />
|
---|
[8060] | 6886 | <reference ref="link_contact_address_payment" />
|
---|
[8053] | 6887 | </item> <!-- Medical Supply -->
|
---|
[10706] | 6888 | <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6889 | <link wiki="Tag:shop=jewelry" />
|
---|
[7102] | 6890 | <space />
|
---|
| 6891 | <key key="shop" value="jewelry" />
|
---|
[8013] | 6892 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6893 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6894 | </item> <!-- Jewellery -->
|
---|
[10808] | 6895 | <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6896 | <link wiki="Tag:shop=erotic" />
|
---|
[7102] | 6897 | <space />
|
---|
| 6898 | <key key="shop" value="erotic" />
|
---|
[8013] | 6899 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[12957] | 6900 | <reference ref="min_age" />
|
---|
[8060] | 6901 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6902 | </item> <!-- Erotic -->
|
---|
[8890] | 6903 | </group> <!-- For the body -->
|
---|
[10706] | 6904 | <group name="Other" icon="presets/shop/mall.svg">
|
---|
| 6905 | <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6906 | <link wiki="Tag:shop=department_store" />
|
---|
[8890] | 6907 | <space />
|
---|
| 6908 | <key key="shop" value="department_store" />
|
---|
| 6909 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6910 | <reference ref="link_contact_address_payment" />
|
---|
| 6911 | </item> <!-- Department Store -->
|
---|
[10706] | 6912 | <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6913 | <link wiki="Tag:shop=mall" />
|
---|
[8890] | 6914 | <space />
|
---|
| 6915 | <key key="shop" value="mall" />
|
---|
| 6916 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6917 | <reference ref="link_contact_address_payment" />
|
---|
| 6918 | </item> <!-- Mall -->
|
---|
[7102] | 6919 | <separator/>
|
---|
[10706] | 6920 | <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6921 | <link wiki="Tag:shop=florist" />
|
---|
[7102] | 6922 | <space />
|
---|
| 6923 | <key key="shop" value="florist" />
|
---|
[8013] | 6924 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6925 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6926 | </item> <!-- Florist -->
|
---|
[10706] | 6927 | <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6928 | <link wiki="Tag:shop=garden_centre" />
|
---|
[7102] | 6929 | <space />
|
---|
| 6930 | <key key="shop" value="garden_centre" />
|
---|
[8013] | 6931 | <reference ref="name_brand_oh_wheelchair" />
|
---|
[8060] | 6932 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6933 | </item> <!-- Garden Centre -->
|
---|
[7102] | 6934 | <separator/>
|
---|
[10706] | 6935 | <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6936 | <link wiki="Tag:shop=doityourself" />
|
---|
[7102] | 6937 | <space />
|
---|
| 6938 | <key key="shop" value="doityourself" />
|
---|
[8013] | 6939 | <reference ref="name_brand_oh_wheelchair" />
|
---|
[8060] | 6940 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6941 | </item> <!-- Do-It-Yourself Store -->
|
---|
[10813] | 6942 | <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6943 | <link wiki="Tag:shop=hardware" />
|
---|
[7102] | 6944 | <space />
|
---|
| 6945 | <key key="shop" value="hardware" />
|
---|
[8013] | 6946 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 6947 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6948 | </item> <!-- Hardware -->
|
---|
[10808] | 6949 | <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6950 | <link wiki="Tag:shop=paint" />
|
---|
[7102] | 6951 | <space />
|
---|
| 6952 | <key key="shop" value="paint" />
|
---|
[8013] | 6953 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 6954 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6955 | </item> <!-- Paint -->
|
---|
[14575] | 6956 | <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6957 | <link wiki="Tag:shop=gas" />
|
---|
[14575] | 6958 | <space />
|
---|
| 6959 | <key key="shop" value="gas" />
|
---|
| 6960 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 6961 | <reference ref="link_contact_address_payment" />
|
---|
| 6962 | </item> <!-- Gas -->
|
---|
[16714] | 6963 | <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6964 | <link wiki="Tag:shop=wholesale" />
|
---|
| 6965 | <space />
|
---|
| 6966 | <key key="shop" value="wholesale" />
|
---|
| 6967 | <text key="name" text="Name" />
|
---|
| 6968 | <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
|
---|
| 6969 | <text key="operator" text="Operator" />
|
---|
| 6970 | <reference ref="oh_wheelchair" />
|
---|
| 6971 | <reference ref="link_contact_address_payment" />
|
---|
| 6972 | </item> <!-- Wholesale -->
|
---|
| 6973 | <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6974 | <link wiki="Tag:shop=trade" />
|
---|
| 6975 | <space />
|
---|
| 6976 | <key key="shop" value="trade" />
|
---|
| 6977 | <text key="name" text="Name" />
|
---|
[16723] | 6978 | <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
|
---|
[16714] | 6979 | <text key="operator" text="Operator" />
|
---|
| 6980 | <reference ref="oh_wheelchair" />
|
---|
| 6981 | <reference ref="link_contact_address_payment" />
|
---|
| 6982 | </item> <!-- Trade -->
|
---|
[7102] | 6983 | <separator/>
|
---|
[10808] | 6984 | <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6985 | <link wiki="Tag:shop=travel_agency" />
|
---|
[7102] | 6986 | <space />
|
---|
| 6987 | <key key="shop" value="travel_agency" />
|
---|
[8013] | 6988 | <reference ref="name_brand_oh_wheelchair" />
|
---|
[8060] | 6989 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 6990 | </item> <!-- Travel Agency -->
|
---|
[15536] | 6991 | <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 6992 | <link wiki="Tag:shop=scuba_diving" />
|
---|
| 6993 | <space />
|
---|
| 6994 | <key key="shop" value="scuba_diving" />
|
---|
| 6995 | <reference ref="name_brand_oh_wheelchair" />
|
---|
| 6996 | <reference ref="link_contact_address_payment" />
|
---|
| 6997 | </item> <!-- Scuba diving -->
|
---|
[10808] | 6998 | <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 6999 | <link wiki="Tag:shop=musical_instrument" />
|
---|
[7102] | 7000 | <space />
|
---|
| 7001 | <key key="shop" value="musical_instrument" />
|
---|
[8013] | 7002 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 7003 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 7004 | </item> <!-- Musical Instrument -->
|
---|
[10706] | 7005 | <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7006 | <link wiki="Tag:shop=toys" />
|
---|
[7102] | 7007 | <space />
|
---|
| 7008 | <key key="shop" value="toys" />
|
---|
[8013] | 7009 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 7010 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 7011 | </item> <!-- Toys -->
|
---|
[10706] | 7012 | <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7013 | <link wiki="Tag:shop=gift" />
|
---|
[8890] | 7014 | <space />
|
---|
| 7015 | <key key="shop" value="gift" />
|
---|
| 7016 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7017 | <optional>
|
---|
[14867] | 7018 | <reference ref="religious" />
|
---|
[8890] | 7019 | </optional>
|
---|
| 7020 | <reference ref="link_contact_address_payment" />
|
---|
| 7021 | </item> <!-- Gift/Souvenir -->
|
---|
[10808] | 7022 | <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7023 | <link wiki="Tag:shop=variety_store" />
|
---|
[7102] | 7024 | <space />
|
---|
| 7025 | <key key="shop" value="variety_store" />
|
---|
[8013] | 7026 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 7027 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 7028 | </item> <!-- Variety Store -->
|
---|
[15188] | 7029 | <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 7030 | <link wiki="Tag:shop=party" />
|
---|
| 7031 | <space />
|
---|
| 7032 | <key key="shop" value="party" />
|
---|
| 7033 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7034 | <reference ref="link_contact_address_payment" />
|
---|
| 7035 | </item> <!-- Party supplies -->
|
---|
[12612] | 7036 | <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7037 | <link wiki="Tag:shop=charity" />
|
---|
[12612] | 7038 | <space />
|
---|
| 7039 | <key key="shop" value="charity" />
|
---|
| 7040 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7041 | <reference ref="link_contact_address_payment" />
|
---|
| 7042 | </item> <!-- Charity -->
|
---|
[10706] | 7043 | <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7044 | <link wiki="Tag:shop=bookmaker" />
|
---|
[7102] | 7045 | <space />
|
---|
| 7046 | <key key="shop" value="bookmaker" />
|
---|
[8013] | 7047 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 7048 | <reference ref="link_contact_address_payment" />
|
---|
[16480] | 7049 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
---|
| 7050 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 7051 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
---|
| 7052 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
---|
| 7053 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
---|
[7393] | 7054 | </item> <!-- Bookmaker -->
|
---|
[10706] | 7055 | <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7056 | <link wiki="Tag:shop=lottery" />
|
---|
[7102] | 7057 | <space />
|
---|
| 7058 | <key key="shop" value="lottery" />
|
---|
[8013] | 7059 | <reference ref="name_operator_oh_wheelchair" />
|
---|
[8060] | 7060 | <reference ref="link_contact_address_payment" />
|
---|
[16480] | 7061 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
---|
| 7062 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
---|
| 7063 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
---|
| 7064 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
---|
| 7065 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
---|
[7393] | 7066 | </item> <!-- Lottery -->
|
---|
[10565] | 7067 | <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7068 | <link wiki="Tag:shop=bag" />
|
---|
[7296] | 7069 | <space />
|
---|
| 7070 | <key key="shop" value="bag" />
|
---|
[8013] | 7071 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 7072 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 7073 | </item> <!-- Bag -->
|
---|
[10565] | 7074 | <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7075 | <link wiki="Tag:shop=pet" />
|
---|
[7296] | 7076 | <space />
|
---|
| 7077 | <key key="shop" value="pet" />
|
---|
[8013] | 7078 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 7079 | <reference ref="link_contact_address_payment" />
|
---|
[7393] | 7080 | </item> <!-- Pet -->
|
---|
[15434] | 7081 | <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 7082 | <link wiki="Tag:shop=pet_grooming" />
|
---|
| 7083 | <space />
|
---|
| 7084 | <key key="shop" value="pet_grooming" />
|
---|
| 7085 | <reference ref="name_oh_wheelchair" />
|
---|
| 7086 | <reference ref="link_contact_address_payment" />
|
---|
| 7087 | </item> <!-- Pet grooming -->
|
---|
[10565] | 7088 | <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7089 | <link wiki="Tag:shop=photo" />
|
---|
[8868] | 7090 | <space />
|
---|
| 7091 | <key key="shop" value="photo" />
|
---|
| 7092 | <reference ref="name_oh_wheelchair" />
|
---|
| 7093 | <reference ref="link_contact_address_payment" />
|
---|
| 7094 | </item> <!-- Photo -->
|
---|
[16714] | 7095 | <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 7096 | <link wiki="Tag:shop=security" />
|
---|
| 7097 | <space />
|
---|
| 7098 | <key key="shop" value="security" />
|
---|
| 7099 | <reference ref="name_oh_wheelchair" />
|
---|
| 7100 | <reference ref="link_contact_address_payment" />
|
---|
| 7101 | </item> <!-- Security -->
|
---|
[15528] | 7102 | <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 7103 | <link wiki="Tag:shop=weapons" />
|
---|
| 7104 | <space />
|
---|
| 7105 | <key key="shop" value="weapons" />
|
---|
| 7106 | <reference ref="name_oh_wheelchair" />
|
---|
| 7107 | <reference ref="link_contact_address_payment" />
|
---|
| 7108 | </item> <!-- Weapons -->
|
---|
[10565] | 7109 | <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7110 | <link wiki="Tag:shop=funeral_directors" />
|
---|
[7686] | 7111 | <space />
|
---|
| 7112 | <key key="shop" value="funeral_directors" />
|
---|
[8013] | 7113 | <reference ref="name_oh_wheelchair" />
|
---|
[8060] | 7114 | <reference ref="link_contact_address_payment" />
|
---|
[7686] | 7115 | </item> <!-- Funeral Directors -->
|
---|
[7102] | 7116 | </group> <!-- Other -->
|
---|
[7317] | 7117 | <separator/>
|
---|
[10706] | 7118 | <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
|
---|
[14646] | 7119 | <link wiki="Tag:amenity=vending_machine" />
|
---|
[7102] | 7120 | <space />
|
---|
| 7121 | <key key="amenity" value="vending_machine" />
|
---|
[16763] | 7122 | <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;milk;newspapers;parking_tickets;parcel_pickup;parcel_mail_in;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys" values_searchable="true" />
|
---|
[7102] | 7123 | <text key="operator" text="Operator" />
|
---|
| 7124 | <text key="ref" text="Reference number" />
|
---|
[8059] | 7125 | <preset_link preset_name="Payment Methods" />
|
---|
[7393] | 7126 | </item> <!-- Vending Machine -->
|
---|
[10565] | 7127 | <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7128 | <link wiki="Key:payment" />
|
---|
[8059] | 7129 | <space />
|
---|
[8547] | 7130 | <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
|
---|
[8059] | 7131 | <checkgroup columns="4">
|
---|
[8547] | 7132 | <check key="payment:coins" text="Coins" match="keyvalue" />
|
---|
| 7133 | <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
|
---|
[8059] | 7134 | </checkgroup>
|
---|
| 7135 | <space />
|
---|
[8547] | 7136 | <combo key="payment:debit_cards" text="Debit cards" values="no" match="keyvalue" />
|
---|
[8059] | 7137 | <checkgroup columns="4">
|
---|
[8547] | 7138 | <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
|
---|
| 7139 | <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
|
---|
| 7140 | <check key="payment:girocard" text="Girocard" match="keyvalue" />
|
---|
| 7141 | <check key="payment:laser" text="Laser" match="keyvalue" />
|
---|
| 7142 | <check key="payment:maestro" text="Maestro" match="keyvalue" />
|
---|
[13786] | 7143 | <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" />
|
---|
[8547] | 7144 | <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
|
---|
| 7145 | <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
|
---|
[8059] | 7146 | </checkgroup>
|
---|
| 7147 | <space />
|
---|
[8547] | 7148 | <combo key="payment:credit_cards" text="Credit cards" values="no" match="keyvalue" />
|
---|
[8059] | 7149 | <checkgroup columns="4">
|
---|
[8547] | 7150 | <check key="payment:american_express" text="American Express" match="keyvalue" />
|
---|
| 7151 | <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
|
---|
| 7152 | <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
|
---|
| 7153 | <check key="payment:jcb" text="JCB" match="keyvalue" />
|
---|
| 7154 | <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
|
---|
| 7155 | <check key="payment:visa" text="Visa" match="keyvalue" />
|
---|
[8059] | 7156 | </checkgroup>
|
---|
| 7157 | <space />
|
---|
[15892] | 7158 | <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
|
---|
| 7159 | <space />
|
---|
[8547] | 7160 | <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="no" match="keyvalue" />
|
---|
[8059] | 7161 | <checkgroup columns="4">
|
---|
[8547] | 7162 | <check key="payment:ep_avant" text="Avant (fi)" match="keyvalue" />
|
---|
| 7163 | <check key="payment:ep_geldkarte" text="Geldkarte (de)" match="keyvalue" />
|
---|
| 7164 | <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" />
|
---|
| 7165 | <check key="payment:ep_minicash" text="Minicash (lu)" match="keyvalue" />
|
---|
| 7166 | <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" />
|
---|
| 7167 | <check key="payment:ep_monedero" text="Mondero (ar)" match="keyvalue" />
|
---|
| 7168 | <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" />
|
---|
| 7169 | <check key="payment:ep_moneo" text="Moneo (fr)" match="keyvalue" />
|
---|
[8059] | 7170 | </checkgroup>
|
---|
| 7171 | <space />
|
---|
[8547] | 7172 | <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="no" match="keyvalue" />
|
---|
[8059] | 7173 | <checkgroup columns="4">
|
---|
[8547] | 7174 | <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
|
---|
| 7175 | <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
|
---|
| 7176 | <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
|
---|
[8059] | 7177 | </checkgroup>
|
---|
| 7178 | </item> <!-- Payment Methods -->
|
---|
[7102] | 7179 | </group> <!-- Shops -->
|
---|
[10565] | 7180 | <group name="Offices" icon="presets/office/private_company.svg">
|
---|
| 7181 | <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7182 | <link wiki="Tag:office=accountant" />
|
---|
[9011] | 7183 | <space />
|
---|
| 7184 | <key key="office" value="accountant" />
|
---|
| 7185 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7186 | <reference ref="link_contact_address" />
|
---|
[10551] | 7187 | </item> <!-- Accountant -->
|
---|
[10565] | 7188 | <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7189 | <link wiki="Tag:office=advertising_agency" />
|
---|
[9011] | 7190 | <space />
|
---|
| 7191 | <key key="office" value="advertising_agency" />
|
---|
| 7192 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7193 | <reference ref="link_contact_address" />
|
---|
[10551] | 7194 | </item> <!-- Advertising agency -->
|
---|
[10565] | 7195 | <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7196 | <link wiki="Tag:office=architect" />
|
---|
[9011] | 7197 | <space />
|
---|
| 7198 | <key key="office" value="architect" />
|
---|
| 7199 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7200 | <reference ref="link_contact_address" />
|
---|
[10551] | 7201 | </item> <!-- Architect -->
|
---|
[10565] | 7202 | <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7203 | <link wiki="Tag:office=association" />
|
---|
[9011] | 7204 | <space />
|
---|
| 7205 | <key key="office" value="association" />
|
---|
| 7206 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7207 | <reference ref="link_contact_address" />
|
---|
[10551] | 7208 | </item> <!-- Association -->
|
---|
[10565] | 7209 | <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7210 | <link wiki="Tag:office=company" />
|
---|
[9011] | 7211 | <space />
|
---|
| 7212 | <key key="office" value="company" />
|
---|
| 7213 | <reference ref="name_oh_wheelchair" />
|
---|
| 7214 | <reference ref="link_contact_address" />
|
---|
[10551] | 7215 | </item> <!-- Private company -->
|
---|
[10565] | 7216 | <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7217 | <link wiki="Tag:office=educational_institution" />
|
---|
[9011] | 7218 | <space />
|
---|
| 7219 | <key key="office" value="educational_institution" />
|
---|
| 7220 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7221 | <reference ref="link_contact_address" />
|
---|
[10551] | 7222 | </item> <!-- Educational institution -->
|
---|
[10565] | 7223 | <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7224 | <link wiki="Tag:office=employment_agency" />
|
---|
[9011] | 7225 | <space />
|
---|
| 7226 | <key key="office" value="employment_agency" />
|
---|
| 7227 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7228 | <reference ref="link_contact_address" />
|
---|
[10551] | 7229 | </item> <!-- Employment agency -->
|
---|
[10565] | 7230 | <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7231 | <link wiki="Tag:office=estate_agent" />
|
---|
[9011] | 7232 | <space />
|
---|
| 7233 | <key key="office" value="estate_agent" />
|
---|
| 7234 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7235 | <reference ref="link_contact_address" />
|
---|
[10551] | 7236 | </item> <!-- Estate agent -->
|
---|
[10565] | 7237 | <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7238 | <link wiki="Tag:office=foundation" />
|
---|
[9011] | 7239 | <space />
|
---|
| 7240 | <key key="office" value="foundation" />
|
---|
| 7241 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7242 | <reference ref="link_contact_address" />
|
---|
[10551] | 7243 | </item> <!-- Foundation -->
|
---|
[10565] | 7244 | <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7245 | <link wiki="Tag:office=government" />
|
---|
[9011] | 7246 | <space />
|
---|
| 7247 | <key key="office" value="government" />
|
---|
[10544] | 7248 | <text key="name" text="Name" />
|
---|
[15634] | 7249 | <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] | 7250 | <reference ref="oh_wheelchair" />
|
---|
[9011] | 7251 | <reference ref="link_contact_address" />
|
---|
[10551] | 7252 | </item> <!-- Government -->
|
---|
[10565] | 7253 | <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7254 | <link wiki="Tag:office=insurance" />
|
---|
[9011] | 7255 | <space />
|
---|
| 7256 | <key key="office" value="insurance" />
|
---|
| 7257 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7258 | <reference ref="link_contact_address" />
|
---|
[10551] | 7259 | </item> <!-- Insurance -->
|
---|
[10565] | 7260 | <item name="It specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7261 | <link wiki="Tag:office=it" />
|
---|
[9011] | 7262 | <space />
|
---|
| 7263 | <key key="office" value="it" />
|
---|
| 7264 | <reference ref="name_oh_wheelchair" />
|
---|
| 7265 | <reference ref="link_contact_address" />
|
---|
[10551] | 7266 | </item> <!-- It specialist -->
|
---|
[10565] | 7267 | <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7268 | <link wiki="Tag:office=lawyer" />
|
---|
[9011] | 7269 | <space />
|
---|
| 7270 | <key key="office" value="lawyer" />
|
---|
| 7271 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7272 | <reference ref="link_contact_address" />
|
---|
[10551] | 7273 | </item> <!-- Lawyer -->
|
---|
[10565] | 7274 | <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7275 | <link wiki="Tag:office=newspaper" />
|
---|
[9011] | 7276 | <space />
|
---|
| 7277 | <key key="office" value="newspaper" />
|
---|
| 7278 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7279 | <reference ref="link_contact_address" />
|
---|
[10551] | 7280 | </item> <!-- Newspaper -->
|
---|
[10565] | 7281 | <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7282 | <link wiki="Tag:office=ngo" />
|
---|
[9011] | 7283 | <space />
|
---|
| 7284 | <key key="office" value="ngo" />
|
---|
| 7285 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7286 | <reference ref="link_contact_address" />
|
---|
[10551] | 7287 | </item> <!-- Non-governmental organisation (NGO) -->
|
---|
[10565] | 7288 | <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7289 | <link wiki="Tag:office=notary" />
|
---|
[9011] | 7290 | <space />
|
---|
| 7291 | <key key="office" value="notary" />
|
---|
| 7292 | <reference ref="name_oh_wheelchair" />
|
---|
| 7293 | <reference ref="link_contact_address" />
|
---|
[10551] | 7294 | </item> <!-- Notary -->
|
---|
[10565] | 7295 | <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7296 | <link wiki="Tag:office=political_party" />
|
---|
[9011] | 7297 | <space />
|
---|
| 7298 | <key key="office" value="political_party" />
|
---|
| 7299 | <reference ref="name_oh_wheelchair" />
|
---|
| 7300 | <reference ref="link_contact_address" />
|
---|
[10551] | 7301 | </item> <!-- Political party -->
|
---|
[10565] | 7302 | <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7303 | <link wiki="Tag:office=religion" />
|
---|
[9011] | 7304 | <space />
|
---|
| 7305 | <key key="office" value="religion" />
|
---|
[14867] | 7306 | <text key="name" text="Name" />
|
---|
[9011] | 7307 | <reference ref="religious" />
|
---|
| 7308 | <reference ref="oh_wheelchair" />
|
---|
| 7309 | <reference ref="link_contact_address" />
|
---|
[10551] | 7310 | </item> <!-- Religion -->
|
---|
[10565] | 7311 | <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7312 | <link wiki="Tag:office=research" />
|
---|
[9011] | 7313 | <space />
|
---|
| 7314 | <key key="office" value="research" />
|
---|
| 7315 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7316 | <reference ref="link_contact_address" />
|
---|
[10551] | 7317 | </item> <!-- Research -->
|
---|
[10565] | 7318 | <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7319 | <link wiki="Tag:office=tax_advisor" />
|
---|
[9011] | 7320 | <space />
|
---|
| 7321 | <key key="office" value="tax_advisor" />
|
---|
| 7322 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7323 | <reference ref="link_contact_address" />
|
---|
[10551] | 7324 | </item> <!-- Tax advisor -->
|
---|
[10565] | 7325 | <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7326 | <link wiki="Tag:office=telecommunication" />
|
---|
[9011] | 7327 | <space />
|
---|
| 7328 | <key key="office" value="telecommunication" />
|
---|
| 7329 | <reference ref="name_brand_operator_oh_wheelchair" />
|
---|
| 7330 | <reference ref="link_contact_address" />
|
---|
[10551] | 7331 | </item> <!-- Telecommunication -->
|
---|
[9011] | 7332 | </group> <!-- Offices -->
|
---|
[10808] | 7333 | <group name="Craft" icon="presets/craft/painter.svg">
|
---|
[12404] | 7334 | <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7335 | <link wiki="Tag:craft=beekeeper" />
|
---|
[9681] | 7336 | <space />
|
---|
[12404] | 7337 | <key key="craft" value="beekeeper" />
|
---|
[9681] | 7338 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7339 | <reference ref="link_contact_address" />
|
---|
[12404] | 7340 | </item> <!-- Beekeeper -->
|
---|
| 7341 | <item name="Brewery" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7342 | <link wiki="Tag:craft=brewery" />
|
---|
[9681] | 7343 | <space />
|
---|
[12404] | 7344 | <key key="craft" value="brewery" />
|
---|
[9681] | 7345 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7346 | <reference ref="link_contact_address" />
|
---|
[12404] | 7347 | </item> <!-- Brewery -->
|
---|
| 7348 | <item name="Winery" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7349 | <link wiki="Tag:craft=winery" />
|
---|
[9681] | 7350 | <space />
|
---|
[12404] | 7351 | <key key="craft" value="winery" />
|
---|
[9681] | 7352 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7353 | <reference ref="link_contact_address" />
|
---|
[12404] | 7354 | </item> <!-- Winery -->
|
---|
| 7355 | <item name="Caterer" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7356 | <link wiki="Tag:craft=caterer" />
|
---|
[9681] | 7357 | <space />
|
---|
[12404] | 7358 | <key key="craft" value="caterer" />
|
---|
[9681] | 7359 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7360 | <reference ref="link_contact_address" />
|
---|
[12404] | 7361 | </item> <!-- Caterer -->
|
---|
| 7362 | <separator/> <!-- food group -->
|
---|
[15648] | 7363 | <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7364 | <link wiki="Tag:craft=upholsterer" />
|
---|
[12404] | 7365 | <space />
|
---|
| 7366 | <key key="craft" value="upholsterer" />
|
---|
| 7367 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7368 | <reference ref="link_contact_address" />
|
---|
| 7369 | </item> <!-- Upholsterer -->
|
---|
[13833] | 7370 | <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7371 | <link wiki="Tag:craft=key_cutter" />
|
---|
[12404] | 7372 | <space />
|
---|
| 7373 | <key key="craft" value="key_cutter" />
|
---|
| 7374 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7375 | <reference ref="link_contact_address" />
|
---|
| 7376 | </item> <!-- Key cutter -->
|
---|
[13833] | 7377 | <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7378 | <link wiki="Tag:craft=locksmith" />
|
---|
[12404] | 7379 | <space />
|
---|
| 7380 | <key key="craft" value="locksmith" />
|
---|
| 7381 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7382 | <reference ref="link_contact_address" />
|
---|
| 7383 | </item> <!-- Locksmith -->
|
---|
[14363] | 7384 | <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7385 | <link wiki="Tag:craft=electrician" />
|
---|
[9681] | 7386 | <space />
|
---|
| 7387 | <key key="craft" value="electrician" />
|
---|
| 7388 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7389 | <reference ref="link_contact_address" />
|
---|
| 7390 | </item> <!-- Electrician -->
|
---|
[10808] | 7391 | <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7392 | <link wiki="Tag:craft=plumber" />
|
---|
[9681] | 7393 | <space />
|
---|
| 7394 | <key key="craft" value="plumber" />
|
---|
| 7395 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7396 | <reference ref="link_contact_address" />
|
---|
| 7397 | </item> <!-- Plumber -->
|
---|
[15170] | 7398 | <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7399 | <link wiki="Tag:craft=hvac" />
|
---|
[9681] | 7400 | <space />
|
---|
| 7401 | <key key="craft" value="hvac" />
|
---|
| 7402 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7403 | <reference ref="link_contact_address" />
|
---|
| 7404 | </item> <!-- Hvac -->
|
---|
[10808] | 7405 | <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7406 | <link wiki="Tag:craft=painter" />
|
---|
[9681] | 7407 | <space />
|
---|
| 7408 | <key key="craft" value="painter" />
|
---|
| 7409 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7410 | <reference ref="link_contact_address" />
|
---|
| 7411 | </item> <!-- Painter -->
|
---|
[12404] | 7412 | <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7413 | <link wiki="Tag:craft=tiler" />
|
---|
[9681] | 7414 | <space />
|
---|
[12404] | 7415 | <key key="craft" value="tiler" />
|
---|
[9681] | 7416 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7417 | <reference ref="link_contact_address" />
|
---|
[12404] | 7418 | </item> <!-- Tiler -->
|
---|
| 7419 | <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7420 | <link wiki="Tag:craft=window_construction" />
|
---|
[12404] | 7421 | <space />
|
---|
| 7422 | <key key="craft" value="window_construction" />
|
---|
| 7423 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7424 | <reference ref="link_contact_address" />
|
---|
| 7425 | </item> <!-- Window construction -->
|
---|
[15341] | 7426 | <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7427 | <link wiki="Tag:craft=carpenter" />
|
---|
[12404] | 7428 | <space />
|
---|
| 7429 | <key key="craft" value="carpenter" />
|
---|
| 7430 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7431 | <reference ref="link_contact_address" />
|
---|
| 7432 | </item> <!-- Carpenter -->
|
---|
| 7433 | <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7434 | <link wiki="Tag:craft=roofer" />
|
---|
[12404] | 7435 | <space />
|
---|
| 7436 | <key key="craft" value="roofer" />
|
---|
| 7437 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7438 | <reference ref="link_contact_address" />
|
---|
| 7439 | </item> <!-- Roofer -->
|
---|
| 7440 | <separator/> <!-- apartment/house group -->
|
---|
[16250] | 7441 | <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7442 | <link wiki="Tag:craft=photographer" />
|
---|
[12404] | 7443 | <space />
|
---|
| 7444 | <key key="craft" value="photographer" />
|
---|
| 7445 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7446 | <reference ref="link_contact_address" />
|
---|
| 7447 | </item> <!-- Photographer -->
|
---|
[9681] | 7448 | <item name="Handicraft" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7449 | <link wiki="Tag:craft=handicraft" />
|
---|
[9681] | 7450 | <space />
|
---|
| 7451 | <key key="craft" value="handicraft" />
|
---|
| 7452 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7453 | <reference ref="link_contact_address" />
|
---|
| 7454 | </item> <!-- Handicraft -->
|
---|
[10808] | 7455 | <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7456 | <link wiki="Tag:craft=pottery" />
|
---|
[9681] | 7457 | <space />
|
---|
| 7458 | <key key="craft" value="pottery" />
|
---|
| 7459 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7460 | <reference ref="link_contact_address" />
|
---|
| 7461 | </item> <!-- Pottery -->
|
---|
[15648] | 7462 | <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7463 | <link wiki="Tag:craft=gardener" />
|
---|
[9681] | 7464 | <space />
|
---|
[12404] | 7465 | <key key="craft" value="gardener" />
|
---|
[9681] | 7466 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7467 | <reference ref="link_contact_address" />
|
---|
[12404] | 7468 | </item> <!-- Gardener -->
|
---|
[15648] | 7469 | <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7470 | <link wiki="Tag:craft=shoemaker" />
|
---|
[9681] | 7471 | <space />
|
---|
[12404] | 7472 | <key key="craft" value="shoemaker" />
|
---|
[9681] | 7473 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7474 | <reference ref="link_contact_address" />
|
---|
[12404] | 7475 | </item> <!-- Shoemaker -->
|
---|
| 7476 | <separator/> <!-- other "soft"/art craft group -->
|
---|
[14998] | 7477 | <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7478 | <link wiki="Tag:craft=sawmill" />
|
---|
[9681] | 7479 | <space />
|
---|
[12404] | 7480 | <key key="craft" value="sawmill" />
|
---|
[9681] | 7481 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7482 | <reference ref="link_contact_address" />
|
---|
[12404] | 7483 | </item> <!-- Sawmill -->
|
---|
[15931] | 7484 | <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7485 | <link wiki="Tag:craft=stonemason" />
|
---|
[9681] | 7486 | <space />
|
---|
[12404] | 7487 | <key key="craft" value="stonemason" />
|
---|
[9681] | 7488 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7489 | <reference ref="link_contact_address" />
|
---|
[12404] | 7490 | </item> <!-- Stonemason -->
|
---|
[15955] | 7491 | <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7492 | <link wiki="Tag:craft=blacksmith" />
|
---|
[9681] | 7493 | <space />
|
---|
| 7494 | <key key="craft" value="blacksmith" />
|
---|
| 7495 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7496 | <reference ref="link_contact_address" />
|
---|
| 7497 | </item> <!-- Blacksmith -->
|
---|
[15341] | 7498 | <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7499 | <link wiki="Tag:craft=metal_construction" />
|
---|
[9681] | 7500 | <space />
|
---|
[12404] | 7501 | <key key="craft" value="metal_construction" />
|
---|
[9681] | 7502 | <reference ref="name_operator_oh_wheelchair" />
|
---|
| 7503 | <reference ref="link_contact_address" />
|
---|
[12404] | 7504 | </item> <!-- Metal construction -->
|
---|
| 7505 | <!-- other "hard" craft group -->
|
---|
[9681] | 7506 | </group> <!-- Craft -->
|
---|
[10706] | 7507 | <group name="Geography" icon="presets/landmark/peak.svg">
|
---|
[10808] | 7508 | <group name="Boundaries" icon="presets/misc/boundaries.svg">
|
---|
| 7509 | <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
---|
[14646] | 7510 | <link wiki="Tag:boundary=administrative" />
|
---|
[7102] | 7511 | <space />
|
---|
| 7512 | <key key="boundary" value="administrative" />
|
---|
| 7513 | <text key="name" text="Name" />
|
---|
[9050] | 7514 | <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
|
---|
[8010] | 7515 | <check key="maritime" text="Maritime" disable_off="true" />
|
---|
[7393] | 7516 | </item> <!-- Administrative -->
|
---|
[10808] | 7517 | <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
---|
[14646] | 7518 | <link wiki="Tag:boundary=political" />
|
---|
[7102] | 7519 | <space />
|
---|
| 7520 | <key key="boundary" value="political" />
|
---|
[7316] | 7521 | <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
|
---|
[7102] | 7522 | <text key="name" text="Name" />
|
---|
[7393] | 7523 | </item> <!-- Political -->
|
---|
[10808] | 7524 | <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
---|
[14646] | 7525 | <link wiki="Tag:boundary=postal_code" />
|
---|
[7102] | 7526 | <space />
|
---|
| 7527 | <key key="boundary" value="postal_code" />
|
---|
| 7528 | <text key="postal_code" text="Postal Code" />
|
---|
[7393] | 7529 | </item> <!-- Postal Code -->
|
---|
[10808] | 7530 | <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
---|
[14646] | 7531 | <link wiki="Tag:boundary=national_park" />
|
---|
[7102] | 7532 | <space />
|
---|
| 7533 | <key key="boundary" value="national_park" />
|
---|
| 7534 | <text key="name" text="Name" />
|
---|
[7393] | 7535 | </item> <!-- National Park -->
|
---|
[10808] | 7536 | <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
---|
[14646] | 7537 | <link wiki="Tag:boundary=protected_area" />
|
---|
[7718] | 7538 | <space />
|
---|
| 7539 | <key key="boundary" value="protected_area" />
|
---|
[7972] | 7540 | <text key="protect_class" text="Protect Class" length="2" />
|
---|
[7723] | 7541 | <text key="protection_title" text="Title or type of protection" />
|
---|
[7718] | 7542 | <optional>
|
---|
[8013] | 7543 | <reference ref="name_operator" />
|
---|
| 7544 | <reference ref="oh" />
|
---|
[7718] | 7545 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 7546 | <text key="start_date" text="Start date" />
|
---|
| 7547 | </optional>
|
---|
| 7548 | </item> <!-- Protected Area -->
|
---|
[10808] | 7549 | <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
---|
[14646] | 7550 | <link wiki="Tag:boundary=maritime" />
|
---|
[8010] | 7551 | <space />
|
---|
| 7552 | <key key="boundary" value="maritime" />
|
---|
[15170] | 7553 | <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
|
---|
[8010] | 7554 | <text key="name" text="Name" />
|
---|
| 7555 | </item> <!-- Maritime -->
|
---|
[7102] | 7556 | </group> <!-- Boundaries -->
|
---|
[10808] | 7557 | <group name="Places" icon="presets/place/isolated_dwelling.svg">
|
---|
[16245] | 7558 | <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7559 | <link wiki="Tag:place=continent" />
|
---|
[7102] | 7560 | <space />
|
---|
| 7561 | <key key="place" value="continent" />
|
---|
| 7562 | <reference ref="name_wikipedia" />
|
---|
[7940] | 7563 | </item> <!-- Continent -->
|
---|
[16245] | 7564 | <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7565 | <link wiki="Tag:place=country" />
|
---|
[7393] | 7566 | <space />
|
---|
[7102] | 7567 | <key key="place" value="country" />
|
---|
| 7568 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7569 | </item> <!-- Country -->
|
---|
[16245] | 7570 | <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7571 | <link wiki="Tag:place=state" />
|
---|
[7102] | 7572 | <space />
|
---|
| 7573 | <key key="place" value="state" />
|
---|
| 7574 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7575 | </item> <!-- State -->
|
---|
[16245] | 7576 | <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7577 | <link wiki="Tag:place=region" />
|
---|
[7102] | 7578 | <space />
|
---|
| 7579 | <key key="place" value="region" />
|
---|
| 7580 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7581 | </item> <!-- Region -->
|
---|
[16245] | 7582 | <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7583 | <link wiki="Tag:place=county" />
|
---|
[7102] | 7584 | <space />
|
---|
| 7585 | <key key="place" value="county" />
|
---|
| 7586 | <reference ref="name_wikipedia" />
|
---|
| 7587 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7588 | </item> <!-- County -->
|
---|
[7102] | 7589 | <separator/>
|
---|
[16245] | 7590 | <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7591 | <link wiki="Tag:place=city" />
|
---|
[7102] | 7592 | <space />
|
---|
| 7593 | <key key="place" value="city" />
|
---|
| 7594 | <reference ref="name_wikipedia" />
|
---|
| 7595 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7596 | </item> <!-- City -->
|
---|
[16245] | 7597 | <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7598 | <link wiki="Tag:place=town" />
|
---|
[7102] | 7599 | <space />
|
---|
| 7600 | <key key="place" value="town" />
|
---|
| 7601 | <reference ref="name_wikipedia" />
|
---|
| 7602 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7603 | </item> <!-- Town -->
|
---|
[16245] | 7604 | <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7605 | <link wiki="Tag:place=village" />
|
---|
[7102] | 7606 | <space />
|
---|
| 7607 | <key key="place" value="village" />
|
---|
| 7608 | <reference ref="name_wikipedia" />
|
---|
| 7609 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7610 | </item> <!-- Village -->
|
---|
[16245] | 7611 | <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7612 | <link wiki="Tag:place=hamlet" />
|
---|
[7102] | 7613 | <space />
|
---|
| 7614 | <key key="place" value="hamlet" />
|
---|
| 7615 | <reference ref="name_wikipedia" />
|
---|
| 7616 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7617 | </item> <!-- Hamlet -->
|
---|
[16245] | 7618 | <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7619 | <link wiki="Tag:place=isolated_dwelling" />
|
---|
[7102] | 7620 | <space />
|
---|
| 7621 | <key key="place" value="isolated_dwelling" />
|
---|
| 7622 | <reference ref="name_wikipedia" />
|
---|
| 7623 | <reference ref="population_postcode_website" />
|
---|
[7393] | 7624 | </item> <!-- Isolated Dwelling -->
|
---|
[7102] | 7625 | <separator/>
|
---|
[16245] | 7626 | <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7627 | <link wiki="Tag:place=suburb" />
|
---|
[7984] | 7628 | <space />
|
---|
| 7629 | <key key="place" value="suburb" />
|
---|
| 7630 | <reference ref="name_wikipedia" />
|
---|
| 7631 | <reference ref="population_postcode_website" />
|
---|
| 7632 | </item> <!-- Suburb -->
|
---|
[16245] | 7633 | <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7634 | <link wiki="Tag:place=quarter" />
|
---|
[12998] | 7635 | <space />
|
---|
| 7636 | <key key="place" value="quarter" />
|
---|
| 7637 | <reference ref="name_wikipedia" />
|
---|
| 7638 | <text key="population" text="Population" />
|
---|
| 7639 | <text key="website" text="Website" />
|
---|
| 7640 | </item> <!-- Quarter -->
|
---|
[16245] | 7641 | <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7642 | <link wiki="Tag:place=neighbourhood" />
|
---|
[7984] | 7643 | <space />
|
---|
| 7644 | <key key="place" value="neighbourhood" />
|
---|
| 7645 | <reference ref="name_wikipedia" />
|
---|
| 7646 | <text key="population" text="Population" />
|
---|
| 7647 | <text key="website" text="Website" />
|
---|
| 7648 | </item> <!-- Neighbourhood -->
|
---|
[16245] | 7649 | <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7650 | <link wiki="Tag:place=farm" />
|
---|
[7984] | 7651 | <space />
|
---|
| 7652 | <label text="A farm within a bigger settlement" />
|
---|
| 7653 | <label text="(please use isolated_dwelling for an isolated farm)" />
|
---|
| 7654 | <key key="place" value="farm" />
|
---|
| 7655 | <reference ref="name_wikipedia" />
|
---|
| 7656 | <reference ref="population_postcode_website" />
|
---|
| 7657 | </item> <!-- Farm -->
|
---|
| 7658 | <separator/>
|
---|
[16245] | 7659 | <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 7660 | <link wiki="Tag:place=locality" />
|
---|
[7102] | 7661 | <space />
|
---|
| 7662 | <key key="place" value="locality" />
|
---|
| 7663 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7664 | </item> <!-- Locality -->
|
---|
[13383] | 7665 | <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7666 | <link wiki="Tag:place=square" />
|
---|
[13382] | 7667 | <space />
|
---|
| 7668 | <key key="place" value="square" />
|
---|
| 7669 | <reference ref="name_wikipedia" />
|
---|
| 7670 | </item> <!-- Square -->
|
---|
[7102] | 7671 | </group> <!-- Places -->
|
---|
[10706] | 7672 | <group name="Geography" icon="presets/landmark/peak.svg">
|
---|
| 7673 | <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
|
---|
[14646] | 7674 | <link wiki="Tag:natural=peak" />
|
---|
[7381] | 7675 | <label text="The top (summit) of a mountain or hill." />
|
---|
[7102] | 7676 | <space />
|
---|
| 7677 | <key key="natural" value="peak" />
|
---|
| 7678 | <reference ref="name_wikipedia" />
|
---|
[16707] | 7679 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7381] | 7680 | </item> <!-- Peak -->
|
---|
[10706] | 7681 | <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
|
---|
[14646] | 7682 | <link wiki="Tag:natural=saddle" />
|
---|
[7381] | 7683 | <label text="A saddle point between mountains or hills." />
|
---|
[7102] | 7684 | <space/>
|
---|
| 7685 | <key key="natural" value="saddle" />
|
---|
| 7686 | <reference ref="name_wikipedia" />
|
---|
[16707] | 7687 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7381] | 7688 | </item> <!-- Saddle -->
|
---|
[10706] | 7689 | <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7690 | <link wiki="Tag:natural=glacier" />
|
---|
[7381] | 7691 | <label text="A persistent body of dense ice that is constantly moving under its own weight." />
|
---|
[7102] | 7692 | <space />
|
---|
| 7693 | <key key="natural" value="glacier" />
|
---|
| 7694 | <reference ref="name_wikipedia" />
|
---|
[16707] | 7695 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7381] | 7696 | </item> <!-- Glacier -->
|
---|
[10706] | 7697 | <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
|
---|
[14646] | 7698 | <link wiki="Tag:natural=volcano" />
|
---|
[7381] | 7699 | <label text="A volcano, either dormant, extinct or active." />
|
---|
[7102] | 7700 | <space />
|
---|
| 7701 | <key key="natural" value="volcano" />
|
---|
| 7702 | <reference ref="name_wikipedia" />
|
---|
[16707] | 7703 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[7381] | 7704 | <optional>
|
---|
| 7705 | <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" />
|
---|
| 7706 | <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
|
---|
| 7707 | </optional>
|
---|
| 7708 | </item> <!-- Volcano -->
|
---|
[10706] | 7709 | <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
|
---|
[14646] | 7710 | <link wiki="Tag:natural=ridge" />
|
---|
[8135] | 7711 | <label text="A mountain or hill ridge." />
|
---|
| 7712 | <space />
|
---|
| 7713 | <key key="natural" value="ridge" />
|
---|
| 7714 | <reference ref="name_wikipedia" />
|
---|
[16707] | 7715 | <text key="ele" text="Elevation (meters)" length="10" />
|
---|
[8135] | 7716 | </item> <!-- Ridge -->
|
---|
[10706] | 7717 | <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
|
---|
[14646] | 7718 | <link wiki="Tag:natural=valley" />
|
---|
[8135] | 7719 | <label text="A low area between hills." />
|
---|
| 7720 | <space />
|
---|
| 7721 | <key key="natural" value="valley" />
|
---|
| 7722 | <reference ref="name_wikipedia" />
|
---|
| 7723 | </item> <!-- Valley -->
|
---|
[10565] | 7724 | <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7725 | <link wiki="Tag:natural=cliff" />
|
---|
[9456] | 7726 | <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
|
---|
| 7727 | <space />
|
---|
| 7728 | <key key="natural" value="cliff" />
|
---|
| 7729 | <text key="name" text="Name" />
|
---|
[16474] | 7730 | <text key="height" text="Height (meters)" length="7" />
|
---|
[9456] | 7731 | </item> <!-- Cliff -->
|
---|
[10808] | 7732 | <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 7733 | <link wiki="Tag:natural=cave_entrance" />
|
---|
[7381] | 7734 | <label text="The entrance to a cave." />
|
---|
[7102] | 7735 | <space />
|
---|
| 7736 | <key key="natural" value="cave_entrance" />
|
---|
| 7737 | <reference ref="name_wikipedia" />
|
---|
[8013] | 7738 | <reference ref="oh_wheelchair" />
|
---|
[16474] | 7739 | <reference ref="POI_access" />
|
---|
[7620] | 7740 | <reference ref="fee" />
|
---|
[7381] | 7741 | </item> <!-- Cave Entrance -->
|
---|
[7102] | 7742 | <separator/>
|
---|
[10706] | 7743 | <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7744 | <link wiki="Tag:place=island" />
|
---|
[7102] | 7745 | <space />
|
---|
| 7746 | <key key="place" value="island" />
|
---|
| 7747 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7748 | </item> <!-- Island -->
|
---|
[10706] | 7749 | <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7750 | <link wiki="Tag:place=islet" />
|
---|
[7102] | 7751 | <space />
|
---|
| 7752 | <key key="place" value="islet" />
|
---|
| 7753 | <reference ref="name_wikipedia" />
|
---|
[7393] | 7754 | </item> <!-- Islet -->
|
---|
[10724] | 7755 | <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7756 | <link wiki="Tag:natural=reef" />
|
---|
[10676] | 7757 | <space />
|
---|
| 7758 | <key key="natural" value="reef" />
|
---|
| 7759 | <text key="name" text="Name" />
|
---|
| 7760 | <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
|
---|
[10707] | 7761 | </item> <!-- Reef -->
|
---|
[7102] | 7762 | </group> <!-- Geography -->
|
---|
[10706] | 7763 | <group name="Nature" icon="presets/landmark/trees.svg">
|
---|
| 7764 | <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
|
---|
[14646] | 7765 | <link wiki="Tag:natural=tree" />
|
---|
[7381] | 7766 | <label text="A single tree." />
|
---|
[7102] | 7767 | <space />
|
---|
| 7768 | <key key="natural" value="tree" />
|
---|
[13786] | 7769 | <reference ref="leaf_without_mixed" />
|
---|
[13481] | 7770 | <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
|
---|
| 7771 | <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
|
---|
| 7772 | <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
|
---|
| 7773 | <list_entry value="avenue" short_description="Trees aligned along a road." />
|
---|
| 7774 | <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
|
---|
| 7775 | <list_entry value="agricultural" short_description="Trees in agricultural use." />
|
---|
| 7776 | </combo>
|
---|
[13786] | 7777 | <optional>
|
---|
| 7778 | <reference ref="genus_species_taxon" />
|
---|
| 7779 | <space />
|
---|
[16474] | 7780 | <text key="height" text="Height (meters)" length="7" />
|
---|
[13786] | 7781 | <text key="diameter_crown" text="Diameter crown (meters)" />
|
---|
| 7782 | <text key="circumference" text="Circumference (meters)" />
|
---|
| 7783 | <space />
|
---|
| 7784 | <text key="name" text="Name" />
|
---|
| 7785 | <text key="start_date" text="Start date" />
|
---|
| 7786 | </optional>
|
---|
[7381] | 7787 | </item> <!-- Tree -->
|
---|
[10706] | 7788 | <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
|
---|
[14646] | 7789 | <link wiki="Tag:natural=tree_row" />
|
---|
[7381] | 7790 | <label text="A line of trees." />
|
---|
| 7791 | <space />
|
---|
[7102] | 7792 | <key key="natural" value="tree_row" />
|
---|
[13786] | 7793 | <reference ref="leaf" />
|
---|
[7222] | 7794 | <optional>
|
---|
[12325] | 7795 | <reference ref="genus_species_taxon" />
|
---|
[16474] | 7796 | <text key="height" text="Height (meters)" length="7" />
|
---|
[7222] | 7797 | </optional>
|
---|
[7381] | 7798 | </item> <!-- Tree Row -->
|
---|
[16266] | 7799 | <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
|
---|
[14646] | 7800 | <link wiki="Tag:natural=wood" />
|
---|
[7381] | 7801 | <label text="Woodland where timber production does not dominate use." />
|
---|
[7102] | 7802 | <space />
|
---|
| 7803 | <key key="natural" value="wood" />
|
---|
| 7804 | <text key="name" text="Name" />
|
---|
[7222] | 7805 | <reference ref="leaf" />
|
---|
[7381] | 7806 | </item> <!-- Wood -->
|
---|
[10706] | 7807 | <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7808 | <link wiki="Tag:landuse=forest" />
|
---|
[7102] | 7809 | <space />
|
---|
| 7810 | <key key="landuse" value="forest" />
|
---|
[7222] | 7811 | <reference ref="leaf" />
|
---|
[12908] | 7812 | <reference ref="optional_name" />
|
---|
[7381] | 7813 | </item> <!-- Forest -->
|
---|
[10706] | 7814 | <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
|
---|
[14646] | 7815 | <link wiki="Tag:man_made=cutline" />
|
---|
[8147] | 7816 | <space />
|
---|
| 7817 | <key key="man_made" value="cutline" />
|
---|
| 7818 | <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
|
---|
| 7819 | </item> <!-- Cutline -->
|
---|
[10706] | 7820 | <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7821 | <link wiki="Tag:natural=grassland" />
|
---|
[7381] | 7822 | <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
|
---|
[7102] | 7823 | <space />
|
---|
| 7824 | <key key="natural" value="grassland" />
|
---|
| 7825 | <text key="name" text="Name" />
|
---|
| 7826 | <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
|
---|
[7381] | 7827 | </item> <!-- Grassland -->
|
---|
[14830] | 7828 | <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7829 | <link wiki="Tag:leisure=nature_reserve" />
|
---|
[7102] | 7830 | <space />
|
---|
| 7831 | <key key="leisure" value="nature_reserve" />
|
---|
| 7832 | <text key="name" text="Name" />
|
---|
[7381] | 7833 | </item> <!-- Nature Reserve -->
|
---|
[7102] | 7834 | <separator/>
|
---|
[10996] | 7835 | <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7836 | <link wiki="Tag:natural=scree" />
|
---|
[10996] | 7837 | <label text="An accumulation of loose angular rocks." />
|
---|
[7102] | 7838 | <space />
|
---|
| 7839 | <key key="natural" value="scree" />
|
---|
| 7840 | <text key="name" text="Name" />
|
---|
[7381] | 7841 | </item> <!-- Scree -->
|
---|
[10996] | 7842 | <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7843 | <link wiki="Tag:natural=shingle" />
|
---|
[10996] | 7844 | <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
|
---|
| 7845 | <space />
|
---|
| 7846 | <key key="natural" value="shingle" />
|
---|
| 7847 | <text key="name" text="Name" />
|
---|
| 7848 | </item> <!-- Shingle -->
|
---|
[10706] | 7849 | <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7850 | <link wiki="Tag:natural=fell" />
|
---|
[7381] | 7851 | <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
|
---|
[7102] | 7852 | <space />
|
---|
| 7853 | <key key="natural" value="fell" />
|
---|
| 7854 | <text key="name" text="Name" />
|
---|
[7381] | 7855 | </item> <!-- Fell -->
|
---|
[10706] | 7856 | <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7857 | <link wiki="Tag:natural=scrub" />
|
---|
[7381] | 7858 | <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
|
---|
[7102] | 7859 | <space />
|
---|
| 7860 | <key key="natural" value="scrub" />
|
---|
| 7861 | <text key="name" text="Name" />
|
---|
[7381] | 7862 | <optional>
|
---|
| 7863 | <reference ref="leaf" />
|
---|
| 7864 | </optional>
|
---|
| 7865 | </item> <!-- Scrub -->
|
---|
[10706] | 7866 | <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7867 | <link wiki="Tag:natural=heath" />
|
---|
[7381] | 7868 | <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] | 7869 | <space />
|
---|
| 7870 | <key key="natural" value="heath" />
|
---|
| 7871 | <text key="name" text="Name" />
|
---|
[7381] | 7872 | </item> <!-- Heath -->
|
---|
[10706] | 7873 | <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7874 | <link wiki="Tag:natural=sand" />
|
---|
[7381] | 7875 | <label text="Large area covered with sand." />
|
---|
[7102] | 7876 | <space />
|
---|
| 7877 | <key key="natural" value="sand" />
|
---|
| 7878 | <text key="name" text="Name" />
|
---|
[7381] | 7879 | </item> <!-- Sand -->
|
---|
[10706] | 7880 | <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7881 | <link wiki="Tag:natural=bare_rock" />
|
---|
[7381] | 7882 | <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
|
---|
| 7883 | <space />
|
---|
| 7884 | <key key="natural" value="bare_rock" />
|
---|
| 7885 | <text key="name" text="Name" />
|
---|
| 7886 | </item> <!-- Bare Rock -->
|
---|
[10565] | 7887 | <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 7888 | <link wiki="Tag:natural=rock" />
|
---|
[8003] | 7889 | <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
|
---|
| 7890 | <space />
|
---|
| 7891 | <key key="natural" value="rock" />
|
---|
| 7892 | <reference ref="name_wikipedia" />
|
---|
| 7893 | <optional>
|
---|
| 7894 | <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
|
---|
| 7895 | </optional>
|
---|
| 7896 | </item> <!-- Rock -->
|
---|
[10565] | 7897 | <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
|
---|
[14646] | 7898 | <link wiki="Tag:natural=stone" />
|
---|
[7381] | 7899 | <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
|
---|
| 7900 | <space />
|
---|
| 7901 | <key key="natural" value="stone" />
|
---|
| 7902 | <reference ref="name_wikipedia" />
|
---|
| 7903 | <optional>
|
---|
| 7904 | <text key="height" text="Height (meters)" length="7" />
|
---|
| 7905 | <text key="width" text="Width (meters)" />
|
---|
| 7906 | </optional>
|
---|
| 7907 | </item> <!-- Stone -->
|
---|
[7102] | 7908 | </group> <!-- Nature -->
|
---|
[10808] | 7909 | <group name="Land use" icon="presets/landuse/farmland.svg">
|
---|
| 7910 | <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7911 | <link wiki="Tag:landuse=farmyard" />
|
---|
[7102] | 7912 | <space />
|
---|
| 7913 | <key key="landuse" value="farmyard" />
|
---|
[12908] | 7914 | <reference ref="optional_name" />
|
---|
[7393] | 7915 | </item> <!-- Farmyard -->
|
---|
[10808] | 7916 | <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7917 | <link wiki="Tag:landuse=farmland" />
|
---|
[7102] | 7918 | <space />
|
---|
| 7919 | <key key="landuse" value="farmland" />
|
---|
[16507] | 7920 | <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
|
---|
[12908] | 7921 | <reference ref="optional_name" />
|
---|
[7393] | 7922 | </item> <!-- Farmland -->
|
---|
[10706] | 7923 | <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7924 | <link wiki="Tag:landuse=meadow" />
|
---|
[7102] | 7925 | <space />
|
---|
| 7926 | <key key="landuse" value="meadow" />
|
---|
[12908] | 7927 | <reference ref="optional_name" />
|
---|
[7393] | 7928 | </item> <!-- Meadow -->
|
---|
[10706] | 7929 | <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7930 | <link wiki="Tag:landuse=orchard" />
|
---|
[7102] | 7931 | <space />
|
---|
| 7932 | <key key="landuse" value="orchard" />
|
---|
[16506] | 7933 | <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] | 7934 | <reference ref="optional_name" />
|
---|
[7393] | 7935 | </item> <!-- Orchard -->
|
---|
[10808] | 7936 | <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7937 | <link wiki="Tag:landuse=vineyard" />
|
---|
[7102] | 7938 | <space />
|
---|
| 7939 | <key key="landuse" value="vineyard" />
|
---|
[12934] | 7940 | <key key="crop" value="grape" match="keyvalue" />
|
---|
[12908] | 7941 | <reference ref="optional_name" />
|
---|
[7393] | 7942 | </item> <!-- Vineyard -->
|
---|
[10808] | 7943 | <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7944 | <link wiki="Tag:landuse=greenhouse_horticulture" />
|
---|
[7102] | 7945 | <space />
|
---|
| 7946 | <key key="landuse" value="greenhouse_horticulture" />
|
---|
[12908] | 7947 | <reference ref="optional_name_operator" />
|
---|
[7393] | 7948 | </item> <!-- Greenhouse Horticulture -->
|
---|
[10808] | 7949 | <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7950 | <link wiki="Tag:landuse=plant_nursery" />
|
---|
[13786] | 7951 | <key key="landuse" value="plant_nursery" />
|
---|
| 7952 | <reference ref="optional_name_operator" />
|
---|
[7102] | 7953 | <space />
|
---|
[13786] | 7954 | <reference ref="leaf" />
|
---|
[12325] | 7955 | <reference ref="genus_species_taxon" />
|
---|
[7393] | 7956 | </item> <!-- Plant Nursery -->
|
---|
[13008] | 7957 | <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7958 | <link wiki="Tag:landuse=salt_pond" />
|
---|
[13008] | 7959 | <space />
|
---|
| 7960 | <key key="landuse" value="salt_pond" />
|
---|
| 7961 | <reference ref="optional_name_operator" />
|
---|
| 7962 | </item> <!-- Salt Pond -->
|
---|
[10798] | 7963 | <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7964 | <link wiki="Tag:landuse=aquaculture" />
|
---|
[10798] | 7965 | <space />
|
---|
| 7966 | <key key="landuse" value="aquaculture" />
|
---|
| 7967 | <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
|
---|
[12908] | 7968 | <reference ref="optional_name_operator" />
|
---|
[10798] | 7969 | </item> <!-- Aquaculture -->
|
---|
[13383] | 7970 | <separator/>
|
---|
[10706] | 7971 | <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7972 | <link wiki="Tag:landuse=allotments" />
|
---|
[7102] | 7973 | <space />
|
---|
| 7974 | <key key="landuse" value="allotments" />
|
---|
[12908] | 7975 | <reference ref="optional_name" />
|
---|
[7393] | 7976 | </item> <!-- Allotments -->
|
---|
[15697] | 7977 | <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
| 7978 | <link wiki="Tag:landuse=flowerbed" />
|
---|
| 7979 | <space />
|
---|
| 7980 | <key key="landuse" value="flowerbed" />
|
---|
| 7981 | <optional>
|
---|
| 7982 | <text key="operator" text="Operator" />
|
---|
| 7983 | <reference ref="genus_species_taxon" />
|
---|
| 7984 | </optional>
|
---|
| 7985 | </item> <!-- Flowerbed -->
|
---|
[10808] | 7986 | <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7987 | <link wiki="Tag:leisure=garden" />
|
---|
[7102] | 7988 | <space />
|
---|
| 7989 | <key key="leisure" value="garden" />
|
---|
[12908] | 7990 | <reference ref="optional_name" />
|
---|
[7393] | 7991 | </item> <!-- Garden -->
|
---|
[10706] | 7992 | <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7993 | <link wiki="Tag:landuse=grass" />
|
---|
[7102] | 7994 | <space />
|
---|
| 7995 | <key key="landuse" value="grass" />
|
---|
[12908] | 7996 | <reference ref="optional_name" />
|
---|
[7393] | 7997 | </item> <!-- Grass -->
|
---|
[10808] | 7998 | <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 7999 | <link wiki="Tag:landuse=village_green" />
|
---|
[7102] | 8000 | <space />
|
---|
| 8001 | <key key="landuse" value="village_green" />
|
---|
[12908] | 8002 | <reference ref="optional_name" />
|
---|
[7393] | 8003 | </item> <!-- Village Green -->
|
---|
[10808] | 8004 | <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8005 | <link wiki="Tag:leisure=park" />
|
---|
[7102] | 8006 | <space />
|
---|
| 8007 | <key key="leisure" value="park" />
|
---|
[12908] | 8008 | <reference ref="optional_name" />
|
---|
[7393] | 8009 | </item> <!-- Park -->
|
---|
[10808] | 8010 | <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8011 | <link wiki="Tag:landuse=recreation_ground" />
|
---|
[7102] | 8012 | <space />
|
---|
| 8013 | <key key="landuse" value="recreation_ground" />
|
---|
[12908] | 8014 | <reference ref="optional_name" />
|
---|
[7393] | 8015 | </item> <!-- Recreation Ground -->
|
---|
[7102] | 8016 | <separator/>
|
---|
[15169] | 8017 | <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
| 8018 | <link wiki="Tag:landuse=religious" />
|
---|
[7102] | 8019 | <space />
|
---|
[15169] | 8020 | <key key="landuse" value="religious" />
|
---|
[14867] | 8021 | <text key="name" text="Name" />
|
---|
[7311] | 8022 | <reference ref="religious" />
|
---|
[15169] | 8023 | </item> <!-- Religious -->
|
---|
[10706] | 8024 | <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8025 | <link wiki="Tag:landuse=cemetery" />
|
---|
[7102] | 8026 | <space />
|
---|
| 8027 | <key key="landuse" value="cemetery" />
|
---|
[14867] | 8028 | <text key="name" text="Name" />
|
---|
[7311] | 8029 | <reference ref="religious" />
|
---|
[7393] | 8030 | </item> <!-- Cemetery -->
|
---|
[15169] | 8031 | <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 8032 | <link wiki="Tag:amenity=grave_yard" />
|
---|
[7311] | 8033 | <space />
|
---|
[15169] | 8034 | <key key="amenity" value="grave_yard" />
|
---|
[14867] | 8035 | <text key="name" text="Name" />
|
---|
[7311] | 8036 | <reference ref="religious" />
|
---|
[15169] | 8037 | </item> <!-- Graveyard -->
|
---|
| 8038 | <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
---|
| 8039 | <link wiki="Tag:cemetery=sector" />
|
---|
| 8040 | <space />
|
---|
| 8041 | <key key="cemetery" value="sector" />
|
---|
| 8042 | <optional>
|
---|
| 8043 | <text key="ref" text="Reference" />
|
---|
| 8044 | <text key="name" text="Name" />
|
---|
| 8045 | </optional>
|
---|
| 8046 | </item> <!-- Cemetery sector-->
|
---|
| 8047 | <separator/>
|
---|
| 8048 | <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
| 8049 | <link wiki="Tag:landuse=residential" />
|
---|
| 8050 | <space />
|
---|
| 8051 | <key key="landuse" value="residential" />
|
---|
| 8052 | <reference ref="optional_name" />
|
---|
| 8053 | </item> <!-- Residential Area -->
|
---|
[10706] | 8054 | <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8055 | <link wiki="Tag:landuse=retail" />
|
---|
[7102] | 8056 | <space />
|
---|
| 8057 | <key key="landuse" value="retail" />
|
---|
[12908] | 8058 | <reference ref="optional_name" />
|
---|
[7393] | 8059 | </item> <!-- Retail -->
|
---|
[10706] | 8060 | <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8061 | <link wiki="Tag:landuse=commercial" />
|
---|
[7102] | 8062 | <space />
|
---|
| 8063 | <key key="landuse" value="commercial" />
|
---|
[12908] | 8064 | <reference ref="optional_name" />
|
---|
[7393] | 8065 | </item> <!-- Commercial -->
|
---|
[10706] | 8066 | <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8067 | <link wiki="Tag:landuse=industrial" />
|
---|
[7102] | 8068 | <space />
|
---|
| 8069 | <key key="landuse" value="industrial" />
|
---|
[12611] | 8070 | <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] | 8071 | <reference ref="optional_name" />
|
---|
[7393] | 8072 | </item> <!-- Industrial -->
|
---|
[10808] | 8073 | <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8074 | <link wiki="Tag:landuse=garages" />
|
---|
[7102] | 8075 | <space />
|
---|
| 8076 | <key key="landuse" value="garages" />
|
---|
[12908] | 8077 | <reference ref="optional_name_operator" />
|
---|
[7393] | 8078 | </item> <!-- Garages -->
|
---|
[10808] | 8079 | <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8080 | <link wiki="Tag:landuse=railway" />
|
---|
[7102] | 8081 | <space />
|
---|
| 8082 | <key key="landuse" value="railway" />
|
---|
[12908] | 8083 | <reference ref="optional_name" />
|
---|
[7393] | 8084 | </item> <!-- Railway Land -->
|
---|
[10706] | 8085 | <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8086 | <link wiki="Tag:landuse=military" />
|
---|
[7102] | 8087 | <space />
|
---|
| 8088 | <key key="landuse" value="military" />
|
---|
[12908] | 8089 | <reference ref="optional_name" />
|
---|
[7393] | 8090 | </item> <!-- Military -->
|
---|
[7102] | 8091 | <separator/>
|
---|
[10706] | 8092 | <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8093 | <link wiki="Tag:landuse=construction" />
|
---|
[7102] | 8094 | <space />
|
---|
| 8095 | <key key="landuse" value="construction" />
|
---|
[12908] | 8096 | <reference ref="optional_name" />
|
---|
[7393] | 8097 | </item> <!-- Construction Area -->
|
---|
[10808] | 8098 | <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8099 | <link wiki="Tag:landuse=brownfield" />
|
---|
[7102] | 8100 | <space />
|
---|
| 8101 | <key key="landuse" value="brownfield" />
|
---|
[12908] | 8102 | <reference ref="optional_name" />
|
---|
[7393] | 8103 | </item> <!-- Brownfield -->
|
---|
[10808] | 8104 | <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8105 | <link wiki="Tag:landuse=greenfield" />
|
---|
[7102] | 8106 | <space />
|
---|
| 8107 | <key key="landuse" value="greenfield" />
|
---|
[12908] | 8108 | <reference ref="optional_name" />
|
---|
[7393] | 8109 | </item> <!-- Greenfield -->
|
---|
[10706] | 8110 | <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8111 | <link wiki="Tag:landuse=landfill" />
|
---|
[7102] | 8112 | <space />
|
---|
| 8113 | <key key="landuse" value="landfill" />
|
---|
[12908] | 8114 | <reference ref="optional_name" />
|
---|
[7393] | 8115 | </item> <!-- Landfill -->
|
---|
[10706] | 8116 | <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
|
---|
[14646] | 8117 | <link wiki="Tag:landuse=quarry" />
|
---|
[7102] | 8118 | <space />
|
---|
| 8119 | <key key="landuse" value="quarry" />
|
---|
| 8120 | <reference ref="name_operator" />
|
---|
[15298] | 8121 | <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] | 8122 | </item> <!-- Quarry -->
|
---|
[7102] | 8123 | </group> <!-- Landuse -->
|
---|
[7393] | 8124 | </group> <!-- Geography -->
|
---|
[10808] | 8125 | <group name="Annotation" icon="presets/misc/housenumber.svg">
|
---|
[16245] | 8126 | <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8127 | <link wiki="Key:name" />
|
---|
[7102] | 8128 | <space />
|
---|
| 8129 | <text key="name" text="Name" />
|
---|
| 8130 | <optional>
|
---|
| 8131 | <text key="alt_name" text="Alternative name" match="key" />
|
---|
| 8132 | <text key="old_name" text="Historical name" match="key" />
|
---|
| 8133 | <text key="loc_name" text="Local name" match="key" />
|
---|
| 8134 | <text key="reg_name" text="Regional name" match="key" />
|
---|
| 8135 | <text key="nat_name" text="National name" match="key" />
|
---|
| 8136 | <text key="int_name" text="International name" match="key" />
|
---|
| 8137 | <text key="official_name" text="Official name" match="key" />
|
---|
| 8138 | <text key="short_name" text="Common name abbreviation" match="key" />
|
---|
| 8139 | </optional>
|
---|
[7393] | 8140 | </item> <!-- Name -->
|
---|
[16245] | 8141 | <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8142 | <link wiki="Key:addr" />
|
---|
[7102] | 8143 | <space />
|
---|
| 8144 | <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
|
---|
[8866] | 8145 | <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
---|
[7102] | 8146 | <optional>
|
---|
[7410] | 8147 | <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
---|
[7102] | 8148 | <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
|
---|
| 8149 | <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
|
---|
| 8150 | <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" />
|
---|
| 8151 | </optional>
|
---|
[7399] | 8152 | <optional text="Optional values for specific countries">
|
---|
[11463] | 8153 | <text key="addr:unit" text="Unit/Suite" match="key" />
|
---|
[7806] | 8154 | <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
|
---|
[7399] | 8155 | <text key="addr:hamlet" text="Hamlet" match="key" />
|
---|
| 8156 | <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
|
---|
| 8157 | <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
|
---|
| 8158 | <text key="addr:district" text="District" use_last_as_default="force" match="key" />
|
---|
[7430] | 8159 | <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
|
---|
[16744] | 8160 | <!-- US States as defined in ISO 3166-2 -->
|
---|
[8001] | 8161 | <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] | 8162 | </optional>
|
---|
[10854] | 8163 | </item> <!-- Address -->
|
---|
[10808] | 8164 | <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
|
---|
[14646] | 8165 | <link wiki="Key:addr" />
|
---|
[7102] | 8166 | <space />
|
---|
| 8167 | <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
|
---|
| 8168 | <optional>
|
---|
| 8169 | <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
|
---|
| 8170 | </optional>
|
---|
[7393] | 8171 | </item> <!-- Address Interpolation -->
|
---|
[16245] | 8172 | <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8173 | <link wiki="Annotations" />
|
---|
[7102] | 8174 | <space />
|
---|
[8669] | 8175 | <text key="website" text="Website" match="key" />
|
---|
| 8176 | <text key="email" text="Email Address" match="key" />
|
---|
| 8177 | <space />
|
---|
[13761] | 8178 | <text key="phone" text="Phone number" match="key" />
|
---|
[7102] | 8179 | <text key="fax" text="Fax Number" match="key" />
|
---|
[13785] | 8180 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
---|
[7102] | 8181 | <space />
|
---|
| 8182 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 8183 | <text key="image" text="Image" />
|
---|
[16474] | 8184 | <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
|
---|
[7393] | 8185 | </item> <!-- Contact (Common Schema) -->
|
---|
[16245] | 8186 | <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8187 | <link wiki="Key:contact" />
|
---|
[7102] | 8188 | <space />
|
---|
[8669] | 8189 | <text key="contact:website" text="Website" match="key" />
|
---|
| 8190 | <text key="contact:email" text="Email Address" match="key" />
|
---|
| 8191 | <space />
|
---|
[13761] | 8192 | <text key="contact:phone" text="Phone number" match="key" />
|
---|
[7102] | 8193 | <text key="contact:fax" text="Fax Number" match="key" />
|
---|
[13785] | 8194 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
---|
[7102] | 8195 | <space />
|
---|
| 8196 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 8197 | <text key="image" text="Image" />
|
---|
[16474] | 8198 | <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
|
---|
[7393] | 8199 | </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
|
---|
[16245] | 8200 | <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8201 | <link wiki="Key:description" />
|
---|
[7910] | 8202 | <space />
|
---|
[7916] | 8203 | <label text="A short text with additional information." text_context="description=*" />
|
---|
| 8204 | <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] | 8205 | <space />
|
---|
[7916] | 8206 | <text key="description" text="Description" match="key" />
|
---|
[16479] | 8207 | <preset_link preset_name="Note" text="Similar but different tags:" />
|
---|
| 8208 | <preset_link preset_name="Fixme" text="Similar but different tags:" />
|
---|
[7910] | 8209 | </item> <!-- Description -->
|
---|
[16245] | 8210 | <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8211 | <link wiki="Key:note" />
|
---|
[7910] | 8212 | <space />
|
---|
[7916] | 8213 | <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
|
---|
[7910] | 8214 | <space />
|
---|
[7916] | 8215 | <text key="note" text="Note" text_context="the tag note=*" match="key" />
|
---|
[16479] | 8216 | <preset_link preset_name="Fixme" text="Similar but different tags:" />
|
---|
| 8217 | <preset_link preset_name="Description" text="Similar but different tags:" />
|
---|
[7910] | 8218 | </item> <!-- Note -->
|
---|
[16245] | 8219 | <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8220 | <link wiki="Key:fixme" />
|
---|
[7910] | 8221 | <space />
|
---|
[7916] | 8222 | <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
|
---|
[7910] | 8223 | <space />
|
---|
[7916] | 8224 | <text key="fixme" text="Fixme" match="key" />
|
---|
[16479] | 8225 | <preset_link preset_name="Note" text="Similar but different tags:" />
|
---|
| 8226 | <preset_link preset_name="Description" text="Similar but different tags:" />
|
---|
[7910] | 8227 | </item> <!-- Fixme -->
|
---|
[7102] | 8228 | </group> <!-- Annotation -->
|
---|
[10808] | 8229 | <group name="Relations" icon="presets/misc/relations.svg">
|
---|
[16245] | 8230 | <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8231 | <link wiki="Relation:multipolygon" />
|
---|
[7102] | 8232 | <key key="type" value="multipolygon" />
|
---|
| 8233 | <optional>
|
---|
| 8234 | <text key="name" text="Name" />
|
---|
| 8235 | </optional>
|
---|
| 8236 | <roles>
|
---|
[7901] | 8237 | <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
|
---|
| 8238 | <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
|
---|
[7102] | 8239 | </roles>
|
---|
[7393] | 8240 | </item> <!-- Multipolygon -->
|
---|
[16245] | 8241 | <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
|
---|
[14646] | 8242 | <link wiki="Relation:boundary" />
|
---|
[7102] | 8243 | <space />
|
---|
| 8244 | <key key="type" value="boundary" />
|
---|
| 8245 | <text key="name" text="Name" />
|
---|
[8010] | 8246 | <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area" values_searchable="true" />
|
---|
[7102] | 8247 | <optional>
|
---|
[9050] | 8248 | <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
|
---|
[7102] | 8249 | </optional>
|
---|
| 8250 | <roles>
|
---|
[7901] | 8251 | <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
|
---|
| 8252 | <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
|
---|
[7102] | 8253 | <role key="subarea" text="Sub area" requisite="optional" type="relation" />
|
---|
| 8254 | <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
|
---|
| 8255 | <role key="label" text="Label point" requisite="optional" type="node" count="1" />
|
---|
| 8256 | </roles>
|
---|
[7393] | 8257 | </item> <!-- Boundary -->
|
---|
[11989] | 8258 | <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8259 | <link wiki="Relation:building" />
|
---|
[11989] | 8260 | <key key="type" value="building" />
|
---|
| 8261 | <preset_link preset_name="Building" />
|
---|
| 8262 | <preset_link preset_name="Entrance" />
|
---|
| 8263 | <preset_link preset_name="Building part" />
|
---|
| 8264 | <roles>
|
---|
| 8265 | <role key="outline" text="Outline of building" requisite="required" type="way,closedway,multipolygon" />
|
---|
| 8266 | <role key="part" text="Inner segment" requisite="required" type="way,closedway" />
|
---|
| 8267 | <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" />
|
---|
| 8268 | <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" />
|
---|
| 8269 | <role key="entrance" text="Entrance" requisite="optional" type="node" />
|
---|
| 8270 | <role key="level_-?\d+" text="Building level" regexp="true" requisite="optional" type="relation" />
|
---|
| 8271 | </roles>
|
---|
| 8272 | </item> <!-- Building -->
|
---|
[7102] | 8273 | <item name="Site" type="relation" preset_name_label="true">
|
---|
[14646] | 8274 | <link wiki="Relation:site" />
|
---|
[7102] | 8275 | <space />
|
---|
| 8276 | <key key="type" value="site" />
|
---|
| 8277 | <text key="name" text="Site name" />
|
---|
| 8278 | <roles>
|
---|
| 8279 | <role key="label" text="where to place the label" requisite="optional" type="node" />
|
---|
[9587] | 8280 | <role key="perimeter" text="perimeter of the site" requisite="optional" type="closedway,multipolygon" />
|
---|
[7102] | 8281 | <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
|
---|
[9587] | 8282 | <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
|
---|
[7102] | 8283 | </roles>
|
---|
[7393] | 8284 | </item> <!-- Site -->
|
---|
[7102] | 8285 | <separator/>
|
---|
[10706] | 8286 | <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8287 | <link wiki="Relation:restriction" />
|
---|
[7102] | 8288 | <space />
|
---|
| 8289 | <key key="type" value="restriction" />
|
---|
| 8290 | <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" />
|
---|
| 8291 | <roles>
|
---|
| 8292 | <role key="from" text="from way" requisite="required" count="1" type="way" />
|
---|
| 8293 | <role key="via" text="via node or ways" requisite="required" type="way,node" />
|
---|
| 8294 | <role key="to" text="to way" requisite="required" count="1" type="way" />
|
---|
| 8295 | </roles>
|
---|
[7393] | 8296 | </item> <!-- Turn Restriction -->
|
---|
[16295] | 8297 | <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
|
---|
| 8298 | <link wiki="Relation:connectivity" />
|
---|
| 8299 | <space />
|
---|
| 8300 | <key key="type" value="connectivity" />
|
---|
| 8301 | <text key="connectivity" text="Lane Connectivity" />
|
---|
| 8302 | <roles>
|
---|
| 8303 | <role key="from" text="from way" requisite="required" count="1" type="way" />
|
---|
| 8304 | <role key="via" text="via node or ways" requisite="required" type="way,node" />
|
---|
| 8305 | <role key="to" text="to way" requisite="required" count="1" type="way" />
|
---|
| 8306 | </roles>
|
---|
| 8307 | </item> <!-- Lane Connectivity -->
|
---|
[10565] | 8308 | <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8309 | <link wiki="Relation:enforcement" />
|
---|
[7102] | 8310 | <space />
|
---|
| 8311 | <key key="type" value="enforcement" />
|
---|
[15201] | 8312 | <combo key="enforcement" text="Type of enforcement" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" />
|
---|
[7102] | 8313 | <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
|
---|
| 8314 | <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
|
---|
| 8315 | <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
|
---|
| 8316 | <roles>
|
---|
| 8317 | <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
|
---|
| 8318 | <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
|
---|
| 8319 | <role key="to" text="where enforcement ends" requisite="optional" type="node" />
|
---|
| 8320 | <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
|
---|
| 8321 | </roles>
|
---|
[7393] | 8322 | </item> <!-- Enforcement -->
|
---|
[7102] | 8323 | <separator/>
|
---|
[10808] | 8324 | <group name="Routes" icon="presets/misc/route.svg">
|
---|
| 8325 | <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8326 | <link wiki="Tag:route=bicycle" />
|
---|
[7102] | 8327 | <space/>
|
---|
| 8328 | <key key="type" value="route"/>
|
---|
| 8329 | <key key="route" value="bicycle"/>
|
---|
[10320] | 8330 | <text key="name" text="Name" />
|
---|
[13015] | 8331 | <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
|
---|
[7102] | 8332 | <optional>
|
---|
| 8333 | <reference ref="route_hikebike_optionals" />
|
---|
| 8334 | </optional>
|
---|
| 8335 | <roles>
|
---|
[15641] | 8336 | <reference ref="route_segment_roles" />
|
---|
[7102] | 8337 | </roles>
|
---|
[7393] | 8338 | </item> <!-- Bicycle Route -->
|
---|
[10808] | 8339 | <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8340 | <link wiki="Mountain_biking" />
|
---|
[7102] | 8341 | <space/>
|
---|
| 8342 | <key key="type" value="route"/>
|
---|
| 8343 | <key key="route" value="mtb"/>
|
---|
[10320] | 8344 | <text key="name" text="Name" />
|
---|
[7102] | 8345 | <optional>
|
---|
| 8346 | <reference ref="route_hikebike_optionals" />
|
---|
| 8347 | </optional>
|
---|
| 8348 | <roles>
|
---|
[15641] | 8349 | <reference ref="route_segment_roles" />
|
---|
[7102] | 8350 | </roles>
|
---|
[7393] | 8351 | </item> <!-- Mountain Biking Route -->
|
---|
[10808] | 8352 | <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8353 | <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
|
---|
[7102] | 8354 | <space/>
|
---|
| 8355 | <key key="type" value="route"/>
|
---|
| 8356 | <key key="route" value="hiking"/>
|
---|
[10320] | 8357 | <text key="name" text="Name" />
|
---|
[13015] | 8358 | <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
|
---|
[7102] | 8359 | <optional>
|
---|
| 8360 | <reference ref="route_hikebike_optionals" />
|
---|
| 8361 | </optional>
|
---|
[13998] | 8362 | <reference ref="walking_routes_roles" />
|
---|
[7393] | 8363 | </item> <!-- Hiking Route -->
|
---|
[10808] | 8364 | <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8365 | <link wiki="Tag:route=foot" />
|
---|
[9852] | 8366 | <space/>
|
---|
| 8367 | <key key="type" value="route"/>
|
---|
| 8368 | <key key="route" value="foot"/>
|
---|
[10320] | 8369 | <text key="name" text="Name" />
|
---|
[13015] | 8370 | <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
|
---|
[9852] | 8371 | <optional>
|
---|
| 8372 | <reference ref="route_hikebike_optionals" />
|
---|
| 8373 | </optional>
|
---|
[13998] | 8374 | <reference ref="walking_routes_roles" />
|
---|
[9852] | 8375 | </item> <!-- Walking Route -->
|
---|
[15641] | 8376 | <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
| 8377 | <link wiki="Tag:route=running" />
|
---|
| 8378 | <space/>
|
---|
| 8379 | <key key="type" value="route"/>
|
---|
| 8380 | <key key="route" value="running"/>
|
---|
| 8381 | <text key="name" text="Name" />
|
---|
| 8382 | <optional>
|
---|
| 8383 | <reference ref="route_hikebike_optionals" />
|
---|
| 8384 | </optional>
|
---|
| 8385 | <roles>
|
---|
| 8386 | <reference ref="route_segment_roles" />
|
---|
| 8387 | <reference ref="route_start_stop_roles" />
|
---|
| 8388 | </roles>
|
---|
| 8389 | </item> <!-- Running Route -->
|
---|
| 8390 | <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
| 8391 | <link wiki="Tag:route=fitness_trail" />
|
---|
| 8392 | <space/>
|
---|
| 8393 | <key key="type" value="route"/>
|
---|
| 8394 | <key key="route" value="fitness_trail"/>
|
---|
| 8395 | <text key="name" text="Name" />
|
---|
| 8396 | <optional>
|
---|
| 8397 | <reference ref="route_hikebike_optionals" />
|
---|
| 8398 | </optional>
|
---|
| 8399 | <roles>
|
---|
| 8400 | <reference ref="route_segment_roles" />
|
---|
| 8401 | <reference ref="route_start_stop_roles" />
|
---|
| 8402 | <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
|
---|
| 8403 | <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
|
---|
| 8404 | </roles>
|
---|
| 8405 | </item> <!-- Fitness Trail -->
|
---|
[10808] | 8406 | <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8407 | <link wiki="Tag:route=horse" />
|
---|
[10086] | 8408 | <space/>
|
---|
| 8409 | <key key="type" value="route"/>
|
---|
| 8410 | <key key="route" value="horse"/>
|
---|
[10320] | 8411 | <text key="name" text="Name" />
|
---|
[13015] | 8412 | <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
|
---|
[10086] | 8413 | <optional>
|
---|
| 8414 | <reference ref="route_hikebike_optionals" />
|
---|
| 8415 | </optional>
|
---|
| 8416 | <roles>
|
---|
| 8417 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
| 8418 | <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
|
---|
| 8419 | <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] | 8420 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
[10086] | 8421 | </roles>
|
---|
| 8422 | </item> <!-- Riding Route -->
|
---|
[10808] | 8423 | <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8424 | <link wiki="Tag:route=piste" />
|
---|
[7102] | 8425 | <space/>
|
---|
| 8426 | <key key="type" value="route"/>
|
---|
| 8427 | <key key="route" value="piste"/>
|
---|
[10320] | 8428 | <text key="name" text="Name" />
|
---|
[15252] | 8429 | <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
|
---|
[7102] | 8430 | <optional>
|
---|
| 8431 | <reference ref="route_hikebike_optionals" />
|
---|
| 8432 | </optional>
|
---|
| 8433 | <roles>
|
---|
| 8434 | <role key="" text="route segment" requisite="optional" type="way" />
|
---|
| 8435 | <role key="forward" text="forward segment" requisite="optional" type="way" />
|
---|
| 8436 | <role key="backward" text="backward segment" requisite="optional" type="way" />
|
---|
| 8437 | <role key="link" text="link segment" requisite="optional" type="way" />
|
---|
| 8438 | <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
|
---|
| 8439 | <role key="variant" text="variant segment" requisite="optional" type="way" />
|
---|
| 8440 | <role key="start" text="entry points" requisite="optional" type="node" />
|
---|
[15715] | 8441 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
[7102] | 8442 | </roles>
|
---|
[7393] | 8443 | </item> <!-- Piste Route -->
|
---|
[10808] | 8444 | <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8445 | <link wiki="Tag:route=ski" />
|
---|
[7102] | 8446 | <space/>
|
---|
| 8447 | <key key="type" value="route"/>
|
---|
[10320] | 8448 | <key key="route" value="ski"/>
|
---|
| 8449 | <text key="name" text="Name" />
|
---|
[15252] | 8450 | <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
|
---|
[7102] | 8451 | <optional>
|
---|
| 8452 | <reference ref="route_hikebike_optionals" />
|
---|
| 8453 | </optional>
|
---|
| 8454 | <roles>
|
---|
| 8455 | <role key="" text="route segment" requisite="optional" type="way" />
|
---|
| 8456 | <role key="forward" text="forward segment" requisite="optional" type="way" />
|
---|
| 8457 | <role key="backward" text="backward segment" requisite="optional" type="way" />
|
---|
| 8458 | <role key="link" text="link segment" requisite="optional" type="way" />
|
---|
| 8459 | <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
|
---|
| 8460 | <role key="variant" text="variant segment" requisite="optional" type="way" />
|
---|
| 8461 | <role key="start" text="entry points" requisite="optional" type="node" />
|
---|
[15715] | 8462 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
[7102] | 8463 | </roles>
|
---|
[7393] | 8464 | </item> <!-- Ski Route -->
|
---|
[7102] | 8465 | <separator/>
|
---|
[10808] | 8466 | <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8467 | <link wiki="Tag:route=detour" />
|
---|
[7102] | 8468 | <space/>
|
---|
| 8469 | <key key="type" value="route"/>
|
---|
| 8470 | <key key="route" value="detour"/>
|
---|
[10320] | 8471 | <reference ref="name_ref"/>
|
---|
[7102] | 8472 | <optional>
|
---|
[10320] | 8473 | <text key="operator" text="Operator" />
|
---|
[7102] | 8474 | <text key="destination" text="Destination"/>
|
---|
[7297] | 8475 | <text key="detour" text="Ref of the way this is a detour to"/>
|
---|
[7102] | 8476 | </optional>
|
---|
| 8477 | <roles>
|
---|
[8703] | 8478 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
[7102] | 8479 | <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
|
---|
[15715] | 8480 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
[7102] | 8481 | </roles>
|
---|
[7393] | 8482 | </item> <!-- Detour Route -->
|
---|
[10808] | 8483 | <item name="Power Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8484 | <link wiki="Tag:route=power" />
|
---|
[7102] | 8485 | <space/>
|
---|
| 8486 | <key key="type" value="route"/>
|
---|
| 8487 | <key key="route" value="power"/>
|
---|
| 8488 | <reference ref="name_ref_operator"/>
|
---|
| 8489 | <roles>
|
---|
[15453] | 8490 | <role key="line" text="route segment" requisite="required" type="way" member_expression="power=line|power=cable"/>
|
---|
| 8491 | <role key="substation" text="Power Substation" requisite="optional" type="way,closedway,multipolygon" member_expression="power"/>
|
---|
[7102] | 8492 | </roles>
|
---|
[7393] | 8493 | </item> <!-- Power Route -->
|
---|
[10808] | 8494 | <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8495 | <link wiki="Tag:route=railway" />
|
---|
[7102] | 8496 | <space/>
|
---|
| 8497 | <key key="type" value="route"/>
|
---|
| 8498 | <key key="route" value="railway"/>
|
---|
| 8499 | <reference ref="name_ref_operator"/>
|
---|
| 8500 | <roles>
|
---|
[8703] | 8501 | <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
|
---|
[7102] | 8502 | </roles>
|
---|
[7393] | 8503 | </item> <!-- Railway Route -->
|
---|
[10808] | 8504 | <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8505 | <link wiki="Tag:route=road" />
|
---|
[7102] | 8506 | <space/>
|
---|
| 8507 | <key key="type" value="route"/>
|
---|
| 8508 | <key key="route" value="road"/>
|
---|
| 8509 | <reference ref="name_ref"/>
|
---|
| 8510 | <text key="network" text="Network" />
|
---|
| 8511 | <text key="operator" text="Operator" />
|
---|
[16474] | 8512 | <text key="distance" text="Distance (kilometers)"/>
|
---|
[7102] | 8513 | <roles>
|
---|
[8703] | 8514 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
| 8515 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
| 8516 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
| 8517 | <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
---|
[15715] | 8518 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
---|
[7102] | 8519 | </roles>
|
---|
[7393] | 8520 | </item> <!-- Road Route -->
|
---|
[15305] | 8521 | <separator/>
|
---|
| 8522 | <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
| 8523 | <link wiki="Relation:superroute" />
|
---|
| 8524 | <space/>
|
---|
| 8525 | <key key="type" value="superroute"/>
|
---|
[15313] | 8526 | <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] | 8527 | <reference ref="name_ref_operator"/>
|
---|
| 8528 | <roles>
|
---|
| 8529 | <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
|
---|
| 8530 | </roles>
|
---|
| 8531 | </item> <!-- Superroute -->
|
---|
[7102] | 8532 | </group> <!-- Routes -->
|
---|
[10808] | 8533 | <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
---|
[14998] | 8534 | <link wiki="Relation:network" />
|
---|
[7102] | 8535 | <space />
|
---|
| 8536 | <key key="type" value="network" />
|
---|
| 8537 | <text key="name" text="Name" />
|
---|
| 8538 | <optional>
|
---|
| 8539 | <text key="network" text="Network" />
|
---|
| 8540 | <text key="operator" text="Operator" />
|
---|
| 8541 | </optional>
|
---|
| 8542 | <roles>
|
---|
| 8543 | <role key="" text="member" requisite="required" type="relation" />
|
---|
| 8544 | </roles>
|
---|
[7393] | 8545 | </item> <!-- Route Network -->
|
---|
[7102] | 8546 | <separator/>
|
---|
[10808] | 8547 | <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8548 | <link wiki="Relation:associatedStreet" />
|
---|
[7102] | 8549 | <space />
|
---|
| 8550 | <key key="type" value="associatedStreet" />
|
---|
| 8551 | <text key="name" text="Street name" />
|
---|
| 8552 | <roles>
|
---|
[10967] | 8553 | <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
|
---|
[9587] | 8554 | <role key="house" text="house" requisite="required" type="node,way,closedway,multipolygon" member_expression=""addr:housenumber" | "addr:interpolation" | "addr:housename"" />
|
---|
[7102] | 8555 | </roles>
|
---|
[7393] | 8556 | </item> <!-- Associated Street -->
|
---|
[7102] | 8557 | <item name="Street" type="relation" preset_name_label="true">
|
---|
[14646] | 8558 | <link wiki="Relation:street" />
|
---|
[7102] | 8559 | <space />
|
---|
| 8560 | <key key="type" value="street" />
|
---|
| 8561 | <text key="name" text="Name" />
|
---|
| 8562 | <roles>
|
---|
| 8563 | <role key="street" text="ways being part of street" requisite="required" type="way" />
|
---|
[16245] | 8564 | <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
---|
| 8565 | <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
---|
| 8566 | <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
---|
[7102] | 8567 | </roles>
|
---|
[7393] | 8568 | </item> <!-- Street -->
|
---|
[10706] | 8569 | <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8570 | <link wiki="Relation:destination_sign" />
|
---|
[7102] | 8571 | <space />
|
---|
| 8572 | <key key="type" value="destination_sign" />
|
---|
| 8573 | <text key="destination" text="Destination written on sign (w/o distance)" />
|
---|
[16474] | 8574 | <text key="distance" text="Distance (kilometers)" />
|
---|
[7102] | 8575 | <text key="time" text="Time (hh:mm, for trekking)" />
|
---|
| 8576 | <text key="colour:back" text="Colour of background" />
|
---|
| 8577 | <text key="colour:text" text="Colour of text" />
|
---|
| 8578 | <text key="colour:arrow" text="Colour of border/arrow" />
|
---|
| 8579 | <roles>
|
---|
| 8580 | <role key="from" text="last way before junction" requisite="optional" type="node,way" />
|
---|
| 8581 | <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
|
---|
| 8582 | <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
|
---|
| 8583 | <role key="sign" text="position of sign" requisite="optional" type="node" />
|
---|
| 8584 | </roles>
|
---|
[7393] | 8585 | </item> <!-- Destination Sign -->
|
---|
[7102] | 8586 | <separator/>
|
---|
[10565] | 8587 | <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8588 | <link wiki="Relation:waterway" />
|
---|
[7102] | 8589 | <space />
|
---|
| 8590 | <key key="type" value="waterway" />
|
---|
| 8591 | <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
|
---|
| 8592 | <text key="name" text="Name" />
|
---|
| 8593 | <optional>
|
---|
[7498] | 8594 | <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
|
---|
[7102] | 8595 | <text key="ref" text="Reference" />
|
---|
| 8596 | <text key="ref:sandre" text="Reference Sandre (FR)" />
|
---|
| 8597 | <text key="ref:fgkz" text="Reference FGKZ (DE)" />
|
---|
| 8598 | <text key="ref:regine" text="Reference REGINE (NO)" />
|
---|
| 8599 | <text key="ref:gnis" text="Reference GNIS (USA)" />
|
---|
| 8600 | <text key="ref:gnbc" text="Reference GNBC (CA)" />
|
---|
| 8601 | <text key="wikipedia" text="Wikipedia" />
|
---|
| 8602 | </optional>
|
---|
| 8603 | <roles>
|
---|
| 8604 | <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
---|
| 8605 | <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
---|
| 8606 | <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
---|
| 8607 | <role key="spring" text="spring of waterway" requisite="optional" type="node" />
|
---|
| 8608 | </roles>
|
---|
[7393] | 8609 | </item> <!-- Waterway -->
|
---|
[10565] | 8610 | <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8611 | <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
|
---|
[7102] | 8612 | <space />
|
---|
| 8613 | <key key="type" value="bridge" />
|
---|
| 8614 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
| 8615 | <reference ref="name_ref" />
|
---|
[16474] | 8616 | <text key="height" text="Height (meters)" length="7" />
|
---|
[7102] | 8617 | <text key="length" text="Length (meters)" />
|
---|
| 8618 | <text key="operator" text="Operator" />
|
---|
| 8619 | <roles>
|
---|
| 8620 | <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
|
---|
| 8621 | <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
|
---|
[9587] | 8622 | <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
|
---|
[7102] | 8623 | <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
|
---|
| 8624 | </roles>
|
---|
[7393] | 8625 | </item> <!-- Bridge -->
|
---|
[10706] | 8626 | <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
|
---|
[14646] | 8627 | <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
|
---|
[7102] | 8628 | <space />
|
---|
| 8629 | <key key="type" value="tunnel" />
|
---|
| 8630 | <combo key="layer" text="Layer" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" length="3" />
|
---|
| 8631 | <reference ref="name_ref" />
|
---|
| 8632 | <text key="length" text="Length (meters)" />
|
---|
| 8633 | <text key="operator" text="Operator" />
|
---|
| 8634 | <roles>
|
---|
| 8635 | <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
|
---|
[9587] | 8636 | <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
|
---|
[7102] | 8637 | <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
|
---|
| 8638 | </roles>
|
---|
[7393] | 8639 | </item> <!-- Tunnel -->
|
---|
[7102] | 8640 | </group> <!-- Relations -->
|
---|
| 8641 | </presets>
|
---|