| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <presets xmlns="http://josm.openstreetmap.de/tagging-preset-1.0">
|
|---|
| 3 | <!--
|
|---|
| 4 | Format description: https://josm.openstreetmap.de/wiki/TaggingPresets
|
|---|
| 5 | -->
|
|---|
| 6 |
|
|---|
| 7 | <!-- Item chunks -->
|
|---|
| 8 | <chunk id="surface">
|
|---|
| 9 | <combo key="surface" text="Surface" values="paved,unpaved,asphalt,concrete,concrete:plates,concrete:lanes,paving_stones,sett,cobblestone,unhewn_cobblestone,grass_paver,compacted,fine_gravel,gravel,pebblestone,ground,mud,rock,sand,grass,wood,metal,stone,woodchips" />
|
|---|
| 10 | </chunk>
|
|---|
| 11 | <chunk id="surface_smoothness">
|
|---|
| 12 | <reference ref="surface" />
|
|---|
| 13 | <combo key="smoothness" text="Smoothness" values_searchable="true" values_sort="false">
|
|---|
| 14 | <list_entry value="excellent" short_description="Thin Rollers: rollerblade, skateboard" />
|
|---|
| 15 | <list_entry value="good" short_description="Thin Wheels: racing bike" />
|
|---|
| 16 | <list_entry value="intermediate" short_description="Wheels: city bike, wheelchair, scooter" />
|
|---|
| 17 | <list_entry value="bad" short_description="Robust Wheels: trekking bike, car, rickshaw" />
|
|---|
| 18 | <list_entry value="very_bad" short_description="High Clearance: light duty off-road vehicle" />
|
|---|
| 19 | <list_entry value="horrible" short_description="Off-Road: heavy duty off-road vehicle" />
|
|---|
| 20 | <list_entry value="very_horrible" short_description="Specialized off-road: tractor, ATV" />
|
|---|
| 21 | <list_entry value="impassable" short_description="No wheeled vehicle" />
|
|---|
| 22 | </combo>
|
|---|
| 23 | </chunk>
|
|---|
| 24 | <chunk id="sport_surface">
|
|---|
| 25 | <combo key="surface" text="Surface" values="artificial_turf,asphalt,clay,concrete,acrylic,grass,sand,tartan,ground,woodchips" />
|
|---|
| 26 | </chunk>
|
|---|
| 27 | <chunk id="riding_surface">
|
|---|
| 28 | <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted,woodchips" />
|
|---|
| 29 | </chunk>
|
|---|
| 30 | <chunk id="highway_base">
|
|---|
| 31 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
|
|---|
| 32 | <combo key="lanes:forward" text="Lanes in way direction" values="1,2,3,4,5" length="3" />
|
|---|
| 33 | <combo key="lanes:backward" text="Lanes opposed to way direction" values="1,2,3,4,5" length="3" />
|
|---|
| 34 | <space />
|
|---|
| 35 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 36 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
|---|
| 37 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
|---|
| 38 | <space />
|
|---|
| 39 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 40 | <reference ref="surface_smoothness" />
|
|---|
| 41 | </chunk>
|
|---|
| 42 | <chunk id="highway_yesno">
|
|---|
| 43 | <checkgroup columns="5">
|
|---|
| 44 | <check key="bridge" text="Bridge" disable_off="true" />
|
|---|
| 45 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
|---|
| 46 | <check key="embankment" text="Embankment" disable_off="true" />
|
|---|
| 47 | <check key="cutting" text="Cutting" disable_off="true" />
|
|---|
| 48 | <check key="lane_markings" text="Lane Markings" />
|
|---|
| 49 | <check key="flood_prone" text="Flood prone" disable_off="true" />
|
|---|
| 50 | </checkgroup>
|
|---|
| 51 | </chunk>
|
|---|
| 52 | <chunk id="highway_yesno_incline">
|
|---|
| 53 | <reference ref="highway_yesno" />
|
|---|
| 54 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 55 | </chunk>
|
|---|
| 56 | <chunk id="lit_common_no_times">
|
|---|
| 57 | <combo key="lit" text="Lit" values="yes,no,24/7,automatic,limited,disused"/>
|
|---|
| 58 | </chunk>
|
|---|
| 59 | <chunk id="highway_yesno_incline_oneway_lit_width">
|
|---|
| 60 | <checkgroup columns="5">
|
|---|
| 61 | <check key="bridge" text="Bridge" disable_off="true" />
|
|---|
| 62 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
|---|
| 63 | <check key="embankment" text="Embankment" disable_off="true" />
|
|---|
| 64 | <check key="cutting" text="Cutting" disable_off="true" />
|
|---|
| 65 | <check key="oneway" text="Oneway" />
|
|---|
| 66 | <check key="flood_prone" text="Flood prone" disable_off="true" />
|
|---|
| 67 | </checkgroup>
|
|---|
| 68 | <reference ref="lit_common_no_times"/>
|
|---|
| 69 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 70 | <text key="width" text="Width (meters)" />
|
|---|
| 71 | </chunk>
|
|---|
| 72 | <chunk id="highway_yesno_incline_oneway_lit_width_busbay_sidewalk">
|
|---|
| 73 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 74 | <combo key="bus_bay" text="Bus bay" values="both,left,right" values_context="sidewalk" />
|
|---|
| 75 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
|
|---|
| 76 | </chunk>
|
|---|
| 77 | <chunk id="highway_max">
|
|---|
| 78 | <text key="maxweight" text="Max. weight (tonnes)" match="key" />
|
|---|
| 79 | <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" />
|
|---|
| 80 | <space />
|
|---|
| 81 | <text key="maxheight" text="Max. height (meters)" match="key" />
|
|---|
| 82 | <text key="maxwidth" text="Max. width (meters)" match="key" />
|
|---|
| 83 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
|---|
| 84 | </chunk>
|
|---|
| 85 | <chunk id="placement_shoulder">
|
|---|
| 86 | <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" />
|
|---|
| 87 | <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" />
|
|---|
| 88 | <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" />
|
|---|
| 89 | <combo key="shoulder" text="Shoulder" values="yes,no,left,right,both" />
|
|---|
| 90 | </chunk>
|
|---|
| 91 | <chunk id="railway_service">
|
|---|
| 92 | <combo key="service" text="Service type" values="yard,siding,spur,crossover" />
|
|---|
| 93 | </chunk>
|
|---|
| 94 | <chunk id="railway_electrified_yesno">
|
|---|
| 95 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" />
|
|---|
| 96 | <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" />
|
|---|
| 97 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25" length="5" values_sort="false" />
|
|---|
| 98 | <reference ref="highway_yesno" />
|
|---|
| 99 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 100 | </chunk>
|
|---|
| 101 | <chunk id="railway_service_gauge_electrified_yesno">
|
|---|
| 102 | <reference ref="railway_service" />
|
|---|
| 103 | <combo key="gauge" text="Gauge (mm)" values="1676,1668,1638,1600,1588,1581,1524,1520,1495,1458,1450,1435,1372,1219,1067,1000,914,900,891,762,760,750,610,600" length="4" />
|
|---|
| 104 | <reference ref="railway_electrified_yesno" />
|
|---|
| 105 | </chunk>
|
|---|
| 106 | <chunk id="check_access_nomotor">
|
|---|
| 107 | <optional text="Non-motorized traffic:">
|
|---|
| 108 | <checkgroup columns="3">
|
|---|
| 109 | <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
|
|---|
| 110 | <check key="bicycle" text="Bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" />
|
|---|
| 111 | <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
|
|---|
| 112 | </checkgroup>
|
|---|
| 113 | <space />
|
|---|
| 114 | <reference ref="wheelchair" />
|
|---|
| 115 | </optional>
|
|---|
| 116 | </chunk>
|
|---|
| 117 | <chunk id="check_access_motor">
|
|---|
| 118 | <optional text="Motor vehicle traffic:">
|
|---|
| 119 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 120 | <space />
|
|---|
| 121 | <checkgroup columns="2">
|
|---|
| 122 | <check key="motorcar" text="Motorcar" icon="presets/vehicle/restriction/plain/motorcar.svg" />
|
|---|
| 123 | <check key="motorcycle" text="Motorcycle" icon="presets/vehicle/restriction/plain/motorcycle.svg" />
|
|---|
| 124 | <check key="moped" text="Moped" icon="presets/vehicle/restriction/plain/moped.svg" />
|
|---|
| 125 | <check key="mofa" text="Mofa" icon="presets/vehicle/restriction/plain/mofa.svg" />
|
|---|
| 126 | </checkgroup>
|
|---|
| 127 | </optional>
|
|---|
| 128 | </chunk>
|
|---|
| 129 | <chunk id="check_crossing_access">
|
|---|
| 130 | <checkgroup columns="2">
|
|---|
| 131 | <check key="bicycle" text="Cross by bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" disable_off="true" />
|
|---|
| 132 | <check key="horse" text="Cross on horseback" icon="presets/vehicle/restriction/plain/horse.svg" disable_off="true" />
|
|---|
| 133 | </checkgroup>
|
|---|
| 134 | </chunk>
|
|---|
| 135 | <chunk id="common_advertising">
|
|---|
| 136 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 137 | <combo key="animated" text="Animated" values="yes,winding_posters,screen,trivision_blades,revolving,digital_messages,digital_prices,no" values_sort="false" />
|
|---|
| 138 | <check key="luminous" text="Luminous" />
|
|---|
| 139 | <reference ref="lit_common_no_times"/>
|
|---|
| 140 | </chunk>
|
|---|
| 141 | <chunk id="min_age">
|
|---|
| 142 | <text key="min_age" text="Minimum age" />
|
|---|
| 143 | </chunk>
|
|---|
| 144 | <chunk id="max_age">
|
|---|
| 145 | <text key="max_age" text="Maximum age" />
|
|---|
| 146 | </chunk>
|
|---|
| 147 | <chunk id="name_ref">
|
|---|
| 148 | <text key="name" text="Name" />
|
|---|
| 149 | <text key="ref" text="Reference" />
|
|---|
| 150 | </chunk>
|
|---|
| 151 | <chunk id="ref_operator">
|
|---|
| 152 | <text key="ref" text="Reference" />
|
|---|
| 153 | <text key="operator" text="Operator" />
|
|---|
| 154 | </chunk>
|
|---|
| 155 | <chunk id="name_ref_operator">
|
|---|
| 156 | <text key="name" text="Name" />
|
|---|
| 157 | <reference ref="ref_operator" />
|
|---|
| 158 | </chunk>
|
|---|
| 159 | <chunk id="name_operator">
|
|---|
| 160 | <text key="name" text="Name" />
|
|---|
| 161 | <text key="operator" text="Operator" />
|
|---|
| 162 | </chunk>
|
|---|
| 163 | <chunk id="name_layer">
|
|---|
| 164 | <text key="name" text="Name" />
|
|---|
| 165 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 166 | </chunk>
|
|---|
| 167 | <chunk id="service_times">
|
|---|
| 168 | <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" />
|
|---|
| 169 | </chunk>
|
|---|
| 170 | <chunk id="oh">
|
|---|
| 171 | <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" />
|
|---|
| 172 | </chunk>
|
|---|
| 173 | <chunk id="wheelchair">
|
|---|
| 174 | <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" />
|
|---|
| 175 | </chunk>
|
|---|
| 176 | <chunk id="oh_wheelchair">
|
|---|
| 177 | <reference ref="oh" />
|
|---|
| 178 | <reference ref="wheelchair" />
|
|---|
| 179 | </chunk>
|
|---|
| 180 | <chunk id="name_oh_wheelchair">
|
|---|
| 181 | <text key="name" text="Name" />
|
|---|
| 182 | <reference ref="oh_wheelchair" />
|
|---|
| 183 | </chunk>
|
|---|
| 184 | <chunk id="name_operator_oh_wheelchair">
|
|---|
| 185 | <reference ref="name_operator" />
|
|---|
| 186 | <reference ref="oh_wheelchair" />
|
|---|
| 187 | </chunk>
|
|---|
| 188 | <chunk id="name_brand_operator_oh_wheelchair">
|
|---|
| 189 | <text key="name" text="Name" />
|
|---|
| 190 | <text key="brand" text="Brand" />
|
|---|
| 191 | <text key="operator" text="Operator" />
|
|---|
| 192 | <reference ref="oh_wheelchair" />
|
|---|
| 193 | </chunk>
|
|---|
| 194 | <chunk id="name_brand_oh_wheelchair">
|
|---|
| 195 | <text key="name" text="Name" />
|
|---|
| 196 | <text key="brand" text="Brand" />
|
|---|
| 197 | <reference ref="oh_wheelchair" />
|
|---|
| 198 | </chunk>
|
|---|
| 199 | <chunk id="toilets">
|
|---|
| 200 | <check key="toilets" text="Toilets" />
|
|---|
| 201 | <check key="toilets:unisex" text="Gender neutral" />
|
|---|
| 202 | <combo key="toilets:wheelchair" values="yes,no,limited" values_context="toilets" text="Wheelchair accessible" />
|
|---|
| 203 | <combo key="toilets:access" values="customers,yes,no" text="Access" />
|
|---|
| 204 | </chunk>
|
|---|
| 205 | <chunk id="color">
|
|---|
| 206 | <combo key="colour" text="Color (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 207 | </chunk>
|
|---|
| 208 | <chunk id="cuisine">
|
|---|
| 209 | <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" />
|
|---|
| 210 | </chunk>
|
|---|
| 211 | <chunk id="internet">
|
|---|
| 212 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" />
|
|---|
| 213 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
|
|---|
| 214 | </chunk>
|
|---|
| 215 | <chunk id="internet_smoking">
|
|---|
| 216 | <reference ref="internet" />
|
|---|
| 217 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" />
|
|---|
| 218 | </chunk>
|
|---|
| 219 | <chunk id="optional_height">
|
|---|
| 220 | <optional>
|
|---|
| 221 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 222 | </optional>
|
|---|
| 223 | </chunk>
|
|---|
| 224 | <chunk id="optional_maxwidth">
|
|---|
| 225 | <optional>
|
|---|
| 226 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
|---|
| 227 | </optional>
|
|---|
| 228 | </chunk>
|
|---|
| 229 | <chunk id="optional_maxheight_maxwidth">
|
|---|
| 230 | <optional>
|
|---|
| 231 | <text key="maxheight" text="Max. height (meters)" length="7" />
|
|---|
| 232 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
|---|
| 233 | </optional>
|
|---|
| 234 | </chunk>
|
|---|
| 235 | <chunk id="optional_name">
|
|---|
| 236 | <optional>
|
|---|
| 237 | <text key="name" text="Name" />
|
|---|
| 238 | </optional>
|
|---|
| 239 | </chunk>
|
|---|
| 240 | <chunk id="optional_name_operator">
|
|---|
| 241 | <optional>
|
|---|
| 242 | <text key="name" text="Name" />
|
|---|
| 243 | <text key="operator" text="Operator" />
|
|---|
| 244 | </optional>
|
|---|
| 245 | </chunk>
|
|---|
| 246 | <chunk id="name_leisure_pitch">
|
|---|
| 247 | <text key="name" text="Name" />
|
|---|
| 248 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" />
|
|---|
| 249 | </chunk>
|
|---|
| 250 | <chunk id="sport">
|
|---|
| 251 | <multiselect key="sport" text="Sport" values="10pin;9pin;american_football;archery;athletics;australian_football;baseball;basketball;beachvolleyball;billiards;boules;bowls;canadian_football;canoe;chess;climbing;cricket;croquet;curling;cycling;dog_racing;equestrian;field_hockey;fitness;gaelic_games;golf;gymnastics;handball;horse_racing;ice_hockey;ice_skating;karting;model_aerodrome;motocross;motor;multi;pelota;racquet;rc_car;roller_skating;rowing;rugby_league;rugby_union;running;safety_training;scuba_diving;shooting;skateboard;soccer;surfing;swimming;table_tennis;tennis;volleyball" values_context="sport" />
|
|---|
| 252 | </chunk>
|
|---|
| 253 | <chunk id="highway_access">
|
|---|
| 254 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,permit,private,customers,agricultural,forestry,no" values_sort="false" />
|
|---|
| 255 | </chunk>
|
|---|
| 256 | <chunk id="highway_access_vehicle">
|
|---|
| 257 | <reference ref="highway_access" />
|
|---|
| 258 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 259 | </chunk>
|
|---|
| 260 | <chunk id="POI_access">
|
|---|
| 261 | <combo key="access" text="General Access" values="yes,private,customers,permissive,permit,no" values_sort="false" />
|
|---|
| 262 | </chunk>
|
|---|
| 263 | <chunk id="path_access_modes">
|
|---|
| 264 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,permit,private,no" values_sort="false" />
|
|---|
| 265 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 266 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 267 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 268 | <space />
|
|---|
| 269 | <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." />
|
|---|
| 270 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 271 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 272 | </chunk>
|
|---|
| 273 | <chunk id="fee">
|
|---|
| 274 | <combo key="fee" text="Fee" values="yes,no" />
|
|---|
| 275 | </chunk>
|
|---|
| 276 | <chunk id="fee_interval">
|
|---|
| 277 | <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" />
|
|---|
| 278 | </chunk>
|
|---|
| 279 | <chunk id="parking_name_ref">
|
|---|
| 280 | <combo key="parking" text="Type of parking" values="carports,garage_boxes,lane,layby,multi-storey,rooftop,sheds,street_side,surface,underground" values_context="parking" />
|
|---|
| 281 | <text key="name" text="Name" />
|
|---|
| 282 | <text key="ref" text="Reference number" />
|
|---|
| 283 | </chunk>
|
|---|
| 284 | <chunk id="access_fee_operator_surface_smoothness">
|
|---|
| 285 | <space />
|
|---|
| 286 | <reference ref="POI_access" />
|
|---|
| 287 | <reference ref="fee_interval" />
|
|---|
| 288 | <text key="operator" text="Operator" />
|
|---|
| 289 | <reference ref="surface_smoothness" />
|
|---|
| 290 | </chunk>
|
|---|
| 291 | <chunk id="maxstay">
|
|---|
| 292 | <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" />
|
|---|
| 293 | </chunk>
|
|---|
| 294 | <chunk id="supervised">
|
|---|
| 295 | <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" />
|
|---|
| 296 | </chunk>
|
|---|
| 297 | <chunk id="supervised_lit_oh">
|
|---|
| 298 | <reference ref="supervised" />
|
|---|
| 299 | <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" />
|
|---|
| 300 | <reference ref="oh" />
|
|---|
| 301 | </chunk>
|
|---|
| 302 | <chunk id="wikipedia_wikidata">
|
|---|
| 303 | <text key="wikipedia" text="Wikipedia" />
|
|---|
| 304 | <text key="wikidata" text="Wikidata" />
|
|---|
| 305 | </chunk>
|
|---|
| 306 | <chunk id="name_wikipedia_wikidata">
|
|---|
| 307 | <text key="name" text="Name" />
|
|---|
| 308 | <reference ref="wikipedia_wikidata" />
|
|---|
| 309 | </chunk>
|
|---|
| 310 | <chunk id="population_postcode_website">
|
|---|
| 311 | <text key="population" text="Population" />
|
|---|
| 312 | <text key="postal_code" text="Postal Code" />
|
|---|
| 313 | <text key="website" text="Website" />
|
|---|
| 314 | </chunk>
|
|---|
| 315 | <chunk id="route_hikebike_optionals">
|
|---|
| 316 | <text key="ref" text="Reference" />
|
|---|
| 317 | <text key="operator" text="Operator" />
|
|---|
| 318 | <text key="distance" text="Distance (kilometers)"/>
|
|---|
| 319 | <text key="ascent" text="Ascent (m)"/>
|
|---|
| 320 | <text key="descent" text="Descent (m)"/>
|
|---|
| 321 | <check key="roundtrip" text="Roundtrip"/>
|
|---|
| 322 | <text key="symbol" text="Symbol description"/>
|
|---|
| 323 | <text key="description" text="Description"/>
|
|---|
| 324 | <text key="website" text="Website" />
|
|---|
| 325 | </chunk>
|
|---|
| 326 | <chunk id="genus_species_taxon">
|
|---|
| 327 | <text key="genus" text="Genus" />
|
|---|
| 328 | <text key="species" text="Species" />
|
|---|
| 329 | <text key="taxon" text="Taxon" />
|
|---|
| 330 | </chunk>
|
|---|
| 331 | <chunk id="leaf">
|
|---|
| 332 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless,palm" values_searchable="true" />
|
|---|
| 333 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
|
|---|
| 334 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
|
|---|
| 335 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
|
|---|
| 336 | <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." />
|
|---|
| 337 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
|
|---|
| 338 | <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." />
|
|---|
| 339 | </combo>
|
|---|
| 340 | </chunk>
|
|---|
| 341 | <chunk id="leaf_without_mixed">
|
|---|
| 342 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless,palm" values_searchable="true" />
|
|---|
| 343 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" >
|
|---|
| 344 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." />
|
|---|
| 345 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." />
|
|---|
| 346 | <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." />
|
|---|
| 347 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." />
|
|---|
| 348 | </combo>
|
|---|
| 349 | </chunk>
|
|---|
| 350 | <!-- start of religions and denominations -->
|
|---|
| 351 | <chunk id="religious"> <!-- all religions and denominations -->
|
|---|
| 352 | <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" />
|
|---|
| 353 | <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" />
|
|---|
| 354 | </chunk>
|
|---|
| 355 | <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian -->
|
|---|
| 356 | <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" />
|
|---|
| 357 | <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" />
|
|---|
| 358 | </chunk>
|
|---|
| 359 | <chunk id="other_religions"> <!-- religions which don't have an own preset -->
|
|---|
| 360 | <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,none,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" />
|
|---|
| 361 | </chunk>
|
|---|
| 362 | <chunk id="christian_denominations"> <!-- christian denominations -->
|
|---|
| 363 | <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" />
|
|---|
| 364 | </chunk>
|
|---|
| 365 | <chunk id="muslim_denominations"> <!-- muslim denominations -->
|
|---|
| 366 | <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" />
|
|---|
| 367 | </chunk>
|
|---|
| 368 | <chunk id="jewish_denominations"> <!-- jewish denominations -->
|
|---|
| 369 | <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 -->
|
|---|
| 370 | </chunk>
|
|---|
| 371 | <chunk id="buddhist_denominations"> <!-- buddhist denominations -->
|
|---|
| 372 | <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" />
|
|---|
| 373 | </chunk>
|
|---|
| 374 | <chunk id="hindu_denominations"> <!-- hindu denominations -->
|
|---|
| 375 | <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" />
|
|---|
| 376 | </chunk>
|
|---|
| 377 | <!-- shinto and the religions which don't have an own preset don't have denominations (yet) -->
|
|---|
| 378 | <!-- end of religions and denominations -->
|
|---|
| 379 | <chunk id="voltage">
|
|---|
| 380 | <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" />
|
|---|
| 381 | </chunk>
|
|---|
| 382 | <chunk id="frequency">
|
|---|
| 383 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25,50,60" length="5" values_sort="false" />
|
|---|
| 384 | </chunk>
|
|---|
| 385 | <chunk id="voltage_frequency">
|
|---|
| 386 | <reference ref="voltage" />
|
|---|
| 387 | <reference ref="frequency" />
|
|---|
| 388 | </chunk>
|
|---|
| 389 | <chunk id="transformer_voltage_frequency">
|
|---|
| 390 | <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" />
|
|---|
| 391 | <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" />
|
|---|
| 392 | <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" />
|
|---|
| 393 | <reference ref="frequency" />
|
|---|
| 394 | </chunk>
|
|---|
| 395 | <chunk id="cables">
|
|---|
| 396 | <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" />
|
|---|
| 397 | </chunk>
|
|---|
| 398 | <chunk id="cables_circuits">
|
|---|
| 399 | <reference ref="cables" />
|
|---|
| 400 | <combo key="circuits" text="Amount of circuits" values="1,2,3,4" />
|
|---|
| 401 | </chunk>
|
|---|
| 402 | <chunk id="line_properties">
|
|---|
| 403 | <combo key="line_attachment" text="Line attachment" values="suspension,anchor,pin,pulley" values_sort="false" values_context="power" />
|
|---|
| 404 | <combo key="line_arrangement" text="Line arrangement" values="horizontal,semi_horizontal,vertical,semi_vertical,triangular,delta,square,unarranged" values_sort="false" values_context="power" />
|
|---|
| 405 | <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" />
|
|---|
| 406 | </chunk>
|
|---|
| 407 | <chunk id="power_loc">
|
|---|
| 408 | <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof,surface" values_context="power" />
|
|---|
| 409 | </chunk>
|
|---|
| 410 | <chunk id="power_line_extra">
|
|---|
| 411 | <reference ref="cables_circuits" />
|
|---|
| 412 | <reference ref="voltage_frequency" />
|
|---|
| 413 | </chunk>
|
|---|
| 414 | <chunk id="power_source">
|
|---|
| 415 | <list_entry value="biofuel" display_value="Biofuel" icon="presets/power/power_source-biofuel.svg" />
|
|---|
| 416 | <list_entry value="oil" display_value="Oil" icon="presets/power/power_source-oil.svg" />
|
|---|
| 417 | <list_entry value="diesel" display_value="Diesel" icon="presets/power/power_source-oil.svg" />
|
|---|
| 418 | <list_entry value="gasoline" display_value="Gasoline" icon="presets/power/power_source-oil.svg" />
|
|---|
| 419 | <list_entry value="biogas" display_value="Biogas" icon="presets/power/power_source-biofuel.svg" />
|
|---|
| 420 | <list_entry value="gas" display_value="Gas" icon="presets/power/power_source-gas.svg" />
|
|---|
| 421 | <list_entry value="biomass" display_value="Biomass" icon="presets/power/power_source-biofuel.svg" />
|
|---|
| 422 | <list_entry value="waste" display_value="Waste" icon="presets/power/power_source-waste.svg" />
|
|---|
| 423 | <list_entry value="coal" display_value="Coal" icon="presets/power/power_source-coal.svg" />
|
|---|
| 424 | <list_entry value="nuclear" display_value="Nuclear" icon="presets/power/power_source-nuclear.svg" />
|
|---|
| 425 | <list_entry value="geothermal" display_value="Geothermal" icon="presets/power/power_source-geothermal.svg" />
|
|---|
| 426 | <list_entry value="hydro" display_value="Hydro" icon="presets/power/power_source-water.svg" />
|
|---|
| 427 | <list_entry value="osmotic" display_value="Osmotic" icon="presets/power/power_source-water.svg" />
|
|---|
| 428 | <list_entry value="tidal" display_value="Tidal" icon="presets/power/power_source-water.svg" />
|
|---|
| 429 | <list_entry value="wave" display_value="Wave" icon="presets/power/power_source-water.svg" />
|
|---|
| 430 | <list_entry value="solar" display_value="Solar" icon="presets/power/power_source-sun.svg" />
|
|---|
| 431 | <list_entry value="wind" display_value="Wind" icon="presets/power/power_source-wind.svg" />
|
|---|
| 432 | </chunk>
|
|---|
| 433 | <chunk id="power_generator">
|
|---|
| 434 | <key key="power" value="generator" />
|
|---|
| 435 | <reference ref="name_ref_operator" />
|
|---|
| 436 | <text key="start_date" text="Start date" />
|
|---|
| 437 | </chunk>
|
|---|
| 438 | <chunk id="power_output">
|
|---|
| 439 | <combo key="generator:plant" text="Plant generator type" values="output,intermediate" />
|
|---|
| 440 | <optional text="Output forms of energy:">
|
|---|
| 441 | <combo key="generator:output:biogas" text="Biogas" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 442 | <combo key="generator:output:electricity" text="Electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 443 | <combo key="generator:output:hot_water" text="Hot Water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 444 | <combo key="generator:output:hot_air" text="Hot Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 445 | <combo key="generator:output:cold_water" text="Cold Water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 446 | <combo key="generator:output:cold_air" text="Cold Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 447 | <combo key="generator:output:compressed_air" text="Compressed Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 448 | <combo key="generator:output:steam" text="Steam" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 449 | <combo key="generator:output:vacuum" text="Vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 450 | <space />
|
|---|
| 451 | <reference ref="voltage_frequency" />
|
|---|
| 452 | </optional>
|
|---|
| 453 | </chunk>
|
|---|
| 454 | <chunk id="power_plant">
|
|---|
| 455 | <key key="power" value="plant" />
|
|---|
| 456 | <reference ref="name_ref_operator" />
|
|---|
| 457 | <text key="start_date" text="Start date" />
|
|---|
| 458 | <optional text="Output forms of energy (optional):">
|
|---|
| 459 | <combo key="plant:output:electricity" text="Electricity" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 460 | <combo key="plant:output:hot_water" text="Hot Water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 461 | <combo key="plant:output:hot_air" text="Hot Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 462 | <combo key="plant:output:cold_water" text="Cold Water" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 463 | <combo key="plant:output:cold_air" text="Cold Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 464 | <combo key="plant:output:compressed_air" text="Compressed Air" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 465 | <combo key="plant:output:steam" text="Steam" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 466 | <combo key="plant:output:vacuum" text="Vacuum" values="yes,2 W,3 kW,5 MW,7 GW" />
|
|---|
| 467 | </optional>
|
|---|
| 468 | </chunk>
|
|---|
| 469 | <chunk id="power_source_values">
|
|---|
| 470 | </chunk>
|
|---|
| 471 | <chunk id="utilities">
|
|---|
| 472 | <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" values_searchable="true"/>
|
|---|
| 473 | </chunk>
|
|---|
| 474 | <chunk id="pole">
|
|---|
| 475 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 476 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 477 | <reference ref="ref_operator" />
|
|---|
| 478 | </chunk>
|
|---|
| 479 | <chunk id="power_pole">
|
|---|
| 480 | <reference ref="line_properties" />
|
|---|
| 481 | <check key="location:transition" text="Location transition" disable_off="true" />
|
|---|
| 482 | <reference ref="pole" />
|
|---|
| 483 | </chunk>
|
|---|
| 484 | <chunk id="rating_phases">
|
|---|
| 485 | <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
|
|---|
| 486 | <combo key="phases" text="Phases" values="1,3" length="1" />
|
|---|
| 487 | </chunk>
|
|---|
| 488 | <chunk id="optional_rating_phases">
|
|---|
| 489 | <optional>
|
|---|
| 490 | <reference ref="rating_phases" />
|
|---|
| 491 | </optional>
|
|---|
| 492 | </chunk>
|
|---|
| 493 | <chunk id="optional_transformer_rating_phases_devices_windings">
|
|---|
| 494 | <optional>
|
|---|
| 495 | <reference ref="rating_phases" />
|
|---|
| 496 | <combo key="devices" text="Number of devices" values="1,2,3,4" />
|
|---|
| 497 | <combo key="windings" text="Number of windings" values="1,2,3,4" />
|
|---|
| 498 | <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers -->
|
|---|
| 499 | <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" />
|
|---|
| 500 | </optional>
|
|---|
| 501 | </chunk>
|
|---|
| 502 | <chunk id="power_topology">
|
|---|
| 503 | <combo key="topology" text="Circuit topology" values="linear,branched" />
|
|---|
| 504 | </chunk>
|
|---|
| 505 | <chunk id="telecom_medium">
|
|---|
| 506 | <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" />
|
|---|
| 507 | </chunk>
|
|---|
| 508 | <chunk id="optional_bridge">
|
|---|
| 509 | <optional>
|
|---|
| 510 | <text key="name" text="Name" />
|
|---|
| 511 | <text key="bridge:name" text="Bridge name" />
|
|---|
| 512 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" />
|
|---|
| 513 | <space />
|
|---|
| 514 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 515 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
|---|
| 516 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
|---|
| 517 | <space />
|
|---|
| 518 | <text key="maxweight" text="Max. weight (tonnes)" />
|
|---|
| 519 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 520 | <text key="width" text="Width (meters)" />
|
|---|
| 521 | <check key="toll" text="Toll" />
|
|---|
| 522 | </optional>
|
|---|
| 523 | </chunk>
|
|---|
| 524 | <chunk id="waterway">
|
|---|
| 525 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 526 | <check key="intermittent" text="Intermittent" disable_off="true" />
|
|---|
| 527 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
|---|
| 528 | <check key="tidal" text="In the tidal range" disable_off="true" />
|
|---|
| 529 | <combo key="tunnel" text="Tunnel" values="culvert,yes" />
|
|---|
| 530 | <text key="width" text="Width (meters)" />
|
|---|
| 531 | </chunk>
|
|---|
| 532 | <chunk id="water_access">
|
|---|
| 533 | <optional text="Water access rules:">
|
|---|
| 534 | <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" />
|
|---|
| 535 | <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" />
|
|---|
| 536 | <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" />
|
|---|
| 537 | <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" />
|
|---|
| 538 | </optional>
|
|---|
| 539 | </chunk>
|
|---|
| 540 | <chunk id="managed">
|
|---|
| 541 | <optional>
|
|---|
| 542 | <combo key="managed" text="Managed" values="no,yes,grazing,undergrowth,mowing,scientific" values_context="Key:managed" />
|
|---|
| 543 | </optional>
|
|---|
| 544 | </chunk>
|
|---|
| 545 | <chunk id="substance">
|
|---|
| 546 | <combo key="substance" text="Substance" values="water,hot_water,steam,sewage,gas,oil" values_sort="false" values_searchable="true" />
|
|---|
| 547 | </chunk>
|
|---|
| 548 | <chunk id="handle">
|
|---|
| 549 | <optional text="Only in case of manual actuator or manual mechanical drive: ">
|
|---|
| 550 | <combo key="handle" text="Handle" values="wheel,cross,lever,crank,button,no" values_context="handle" values_sort="false" values_searchable="true" />
|
|---|
| 551 | <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" />
|
|---|
| 552 | </optional>
|
|---|
| 553 | <space />
|
|---|
| 554 | </chunk>
|
|---|
| 555 | <chunk id="pumpMechanism">
|
|---|
| 556 | <combo key="pump_mechanism" text="Pump mechanism" values="gear,screw,progressive_cavity,diaphragm,peristaltic,rope,rotary_vane,piston,centrifugal,axial_flow,eductor_jet,ram,siphon,pulser,airlift" values_sort="false" values_searchable="true" />
|
|---|
| 557 | </chunk>
|
|---|
| 558 | <chunk id="mechCoupling">
|
|---|
| 559 | <combo key="mechanical_coupling" text="Mechanical coupling" values="direct,reducer,gearbox,nodding_donkey,belt" values_sort="false" values_searchable="true" />
|
|---|
| 560 | </chunk>
|
|---|
| 561 | <chunk id="pump_details">
|
|---|
| 562 | <reference ref="pumpMechanism" />
|
|---|
| 563 | <combo key="mechanical_driver" text="Mechanical driver" values="manual,electric_motor,combustion_engine,reciprocating_solenoid,cylinder,turbine" values_sort="false" values_searchable="true" />
|
|---|
| 564 | <reference ref="mechCoupling" />
|
|---|
| 565 | </chunk>
|
|---|
| 566 | <chunk id="support">
|
|---|
| 567 | <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" />
|
|---|
| 568 | </chunk>
|
|---|
| 569 | <chunk id="aerodrome">
|
|---|
| 570 | <key key="aeroway" value="aerodrome" match="keyvalue" />
|
|---|
| 571 | <text key="name" text="Name" />
|
|---|
| 572 | <optional>
|
|---|
| 573 | <text key="iata" text="IATA" />
|
|---|
| 574 | <text key="icao" text="ICAO" />
|
|---|
| 575 | <reference ref="wikipedia_wikidata" />
|
|---|
| 576 | </optional>
|
|---|
| 577 | </chunk>
|
|---|
| 578 | <chunk id="car_brands">
|
|---|
| 579 | <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" />
|
|---|
| 580 | </chunk>
|
|---|
| 581 | <chunk id="motorcycle_brands">
|
|---|
| 582 | <multiselect key="brand" text="Motorcycle brand" values="Aprilia;BMW;Ducati;Gilera;Harley-Davidson;Honda;Kawasaki;KTM;Kymco;Moto Guzzi;Peugeot;Piaggio;Suzuki;Triumph;Vespa;Yamaha" values_no_i18n="true" />
|
|---|
| 583 | </chunk>
|
|---|
| 584 | <chunk id="walking_routes_roles">
|
|---|
| 585 | <roles>
|
|---|
| 586 | <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry" />
|
|---|
| 587 | <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" />
|
|---|
| 588 | <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" />
|
|---|
| 589 | <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" />
|
|---|
| 590 | <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" />
|
|---|
| 591 | <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity" />
|
|---|
| 592 | <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" />
|
|---|
| 593 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost" />
|
|---|
| 594 | </roles>
|
|---|
| 595 | </chunk>
|
|---|
| 596 | <chunk id="route_segment_roles">
|
|---|
| 597 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" />
|
|---|
| 598 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" />
|
|---|
| 599 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" />
|
|---|
| 600 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost" />
|
|---|
| 601 | </chunk>
|
|---|
| 602 | <chunk id="route_start_stop_roles">
|
|---|
| 603 | <role key="start" text="start endpoint" requisite="optional" type="node" />
|
|---|
| 604 | <role key="stop" text="stop endpoint" requisite="optional" type="node" />
|
|---|
| 605 | <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" />
|
|---|
| 606 | </chunk>
|
|---|
| 607 | <chunk id="public_transport_route_optionals">
|
|---|
| 608 | <text key="from" text="From (initial stop)" />
|
|---|
| 609 | <text key="to" text="To (terminal stop)" />
|
|---|
| 610 | <text key="via" text="Via (intermediate stops)" />
|
|---|
| 611 | <text key="operator" text="Operator" />
|
|---|
| 612 | <text key="network" text="Network" />
|
|---|
| 613 | <text key="description" text="Description" />
|
|---|
| 614 | <reference ref="color" />
|
|---|
| 615 | <reference ref="oh" />
|
|---|
| 616 | </chunk>
|
|---|
| 617 | <chunk id="fee_reservation_roundtrip_website">
|
|---|
| 618 | <reference ref="fee" />
|
|---|
| 619 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended" />
|
|---|
| 620 | <check key="roundtrip" text="Roundtrip"/>
|
|---|
| 621 | <text key="website" text="Website" />
|
|---|
| 622 | </chunk>
|
|---|
| 623 | <chunk id="pt_route_opt2">
|
|---|
| 624 | <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" />
|
|---|
| 625 | <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" />
|
|---|
| 626 | <reference ref="fee_reservation_roundtrip_website" />
|
|---|
| 627 | </chunk>
|
|---|
| 628 | <chunk id="climbing_styles">
|
|---|
| 629 | <label text="Climbing styles:" />
|
|---|
| 630 | <checkgroup columns="2">
|
|---|
| 631 | <check key="climbing:boulder" text="Boulders" />
|
|---|
| 632 | <check key="climbing:sport" text="Sport climbing" />
|
|---|
| 633 | <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" />
|
|---|
| 634 | <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" />
|
|---|
| 635 | <check key="climbing:multipitch" text="Multi-pitch climbing" />
|
|---|
| 636 | <check key="climbing:ice" text="Ice climbing" />
|
|---|
| 637 | <check key="climbing:mixed" text="Mixed climbing" />
|
|---|
| 638 | <check key="climbing:deepwater" text="Deep Water Soloing" />
|
|---|
| 639 | </checkgroup>
|
|---|
| 640 | </chunk>
|
|---|
| 641 | <chunk id="climbing_optional_attributes">
|
|---|
| 642 | <optional>
|
|---|
| 643 | <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/>
|
|---|
| 644 | <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" />
|
|---|
| 645 | <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" />
|
|---|
| 646 | <check key="climbing:summit_log" text="Summit/route log/register" />
|
|---|
| 647 | <check key="indoor" text="Climbing routes indoor" />
|
|---|
| 648 | <check key="outdoor" text="Climbing routes outdoor" />
|
|---|
| 649 | <text key="website" text="Official web site (e.g. operator)" />
|
|---|
| 650 | <text key="url" text="Unofficial web site" />
|
|---|
| 651 | <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" />
|
|---|
| 652 | <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/>
|
|---|
| 653 | <reference ref="POI_access" />
|
|---|
| 654 | </optional>
|
|---|
| 655 | </chunk>
|
|---|
| 656 | <chunk id="communication">
|
|---|
| 657 | <space />
|
|---|
| 658 | <label text="Communication type:" />
|
|---|
| 659 | <checkgroup columns="3">
|
|---|
| 660 | <check key="communication:mobile_phone" text="Mobile phone" />
|
|---|
| 661 | <check key="communication:television" text="Television" />
|
|---|
| 662 | <check key="communication:radio" text="Radio" />
|
|---|
| 663 | <check key="communication:microwave" text="Microwave" />
|
|---|
| 664 | <check key="communication:gsm-r" text="GSM-R" />
|
|---|
| 665 | </checkgroup>
|
|---|
| 666 | </chunk>
|
|---|
| 667 | <chunk id="crossing_markings">
|
|---|
| 668 | <multiselect key="crossing:markings" text="Markings" values_sort="false" values_context="crossing:markings">
|
|---|
| 669 | <list_entry value="no" icon="presets/vehicle/crossing_unmarked.svg" />
|
|---|
| 670 | <list_entry value="yes" icon="presets/vehicle/crossing.svg" />
|
|---|
| 671 | <list_entry value="surface" icon="presets/vehicle/crossing_markings_surface.svg" />
|
|---|
| 672 | <list_entry value="lines" icon="presets/vehicle/crossing_markings_lines.svg" />
|
|---|
| 673 | <list_entry value="lines:paired" icon="presets/vehicle/crossing_markings_lines_paired.svg" />
|
|---|
| 674 | <list_entry value="dashes" icon="presets/vehicle/crossing_markings_dashes.svg" />
|
|---|
| 675 | <list_entry value="dots" icon="presets/vehicle/crossing_markings_dots.svg" />
|
|---|
| 676 | <list_entry value="zebra" icon="presets/vehicle/crossing_ref_zebra.svg" />
|
|---|
| 677 | <list_entry value="zebra:double" icon="presets/vehicle/crossing_markings_zebra_double.svg" />
|
|---|
| 678 | <list_entry value="zebra:paired" icon="presets/vehicle/crossing_markings_zebra_paired.svg" />
|
|---|
| 679 | <list_entry value="zebra:bicolour" icon="presets/vehicle/crossing_markings_zebra_bicolour.svg" />
|
|---|
| 680 | <list_entry value="ladder" icon="presets/vehicle/crossing_markings_ladder.svg" />
|
|---|
| 681 | <list_entry value="ladder:skewed" icon="presets/vehicle/crossing_markings_ladder_skewed.svg" />
|
|---|
| 682 | <list_entry value="ladder:paired" icon="presets/vehicle/crossing_markings_ladder_paired.svg" />
|
|---|
| 683 | <list_entry value="pictograms" />
|
|---|
| 684 | </multiselect>
|
|---|
| 685 | </chunk>
|
|---|
| 686 | <!-- Link chunks -->
|
|---|
| 687 | <chunk id="link_contact_address">
|
|---|
| 688 | <preset_link preset_name="Contact (Common Schema)" />
|
|---|
| 689 | <preset_link preset_name="Address" />
|
|---|
| 690 | </chunk>
|
|---|
| 691 | <chunk id="link_contact_address_payment">
|
|---|
| 692 | <preset_link preset_name="Contact (Common Schema)" />
|
|---|
| 693 | <preset_link preset_name="Address" />
|
|---|
| 694 | <preset_link preset_name="Payment Methods" />
|
|---|
| 695 | </chunk>
|
|---|
| 696 | <chunk id="link_road_access_restrictions">
|
|---|
| 697 | <preset_link preset_name="Road Restrictions" />
|
|---|
| 698 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 699 | </chunk>
|
|---|
| 700 | <chunk id="school_common">
|
|---|
| 701 | <combo key="school:gender" values="mixed,male,female,separated" values_context="gender" text="Gender of students"/>
|
|---|
| 702 | </chunk>
|
|---|
| 703 | <chunk id="trailblazed">
|
|---|
| 704 | <combo key="trailblazed" text="Trail marking" values="yes,poles,cairns,symbols,no" values_sort="false" match="key" />
|
|---|
| 705 | </chunk>
|
|---|
| 706 | <!-- Groups -->
|
|---|
| 707 | <group name="Highways" icon="presets/transport/way/way_secondary.svg">
|
|---|
| 708 | <group name="Streets" icon="presets/transport/way/way_secondary.svg">
|
|---|
| 709 | <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true">
|
|---|
| 710 | <link wiki="Tag:highway=motorway" />
|
|---|
| 711 | <space />
|
|---|
| 712 | <key key="highway" value="motorway" />
|
|---|
| 713 | <text key="ref" text="Reference" />
|
|---|
| 714 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 715 | <optional>
|
|---|
| 716 | <text key="name" text="Name" />
|
|---|
| 717 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 718 | <reference ref="highway_base" />
|
|---|
| 719 | <text key="destination" text="Destination" />
|
|---|
| 720 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 721 | <text key="width" text="Width (meters)" />
|
|---|
| 722 | <space />
|
|---|
| 723 | <reference ref="highway_yesno" />
|
|---|
| 724 | <checkgroup columns="4">
|
|---|
| 725 | <check key="oneway" text="Oneway" default="on" />
|
|---|
| 726 | <check key="toll" text="Toll" />
|
|---|
| 727 | </checkgroup>
|
|---|
| 728 | <reference ref="lit_common_no_times"/>
|
|---|
| 729 | <reference ref="placement_shoulder" />
|
|---|
| 730 | </optional>
|
|---|
| 731 | <reference ref="link_road_access_restrictions" />
|
|---|
| 732 | </item> <!-- Motorway -->
|
|---|
| 733 | <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true">
|
|---|
| 734 | <link wiki="Tag:highway=motorway_link" />
|
|---|
| 735 | <key key="highway" value="motorway_link" />
|
|---|
| 736 | <optional>
|
|---|
| 737 | <text key="ref" text="Reference" />
|
|---|
| 738 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 739 | <reference ref="highway_base" />
|
|---|
| 740 | <text key="destination" text="Destination" />
|
|---|
| 741 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 742 | <text key="junction:ref" text="Junction reference" />
|
|---|
| 743 | <text key="width" text="Width (meters)" />
|
|---|
| 744 | <space />
|
|---|
| 745 | <reference ref="highway_yesno" />
|
|---|
| 746 | <checkgroup columns="4">
|
|---|
| 747 | <check key="oneway" text="Oneway" default="on" />
|
|---|
| 748 | <check key="toll" text="Toll" />
|
|---|
| 749 | </checkgroup>
|
|---|
| 750 | <reference ref="lit_common_no_times"/>
|
|---|
| 751 | <reference ref="placement_shoulder" />
|
|---|
| 752 | </optional>
|
|---|
| 753 | <reference ref="link_road_access_restrictions" />
|
|---|
| 754 | </item> <!-- Motorway Link -->
|
|---|
| 755 | <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true">
|
|---|
| 756 | <link wiki="Tag:highway=trunk" />
|
|---|
| 757 | <space />
|
|---|
| 758 | <key key="highway" value="trunk" />
|
|---|
| 759 | <text key="ref" text="Reference" />
|
|---|
| 760 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 761 | <optional>
|
|---|
| 762 | <text key="name" text="Name" />
|
|---|
| 763 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 764 | <reference ref="highway_base" />
|
|---|
| 765 | <text key="destination" text="Destination" />
|
|---|
| 766 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 767 | <text key="width" text="Width (meters)" />
|
|---|
| 768 | <space />
|
|---|
| 769 | <reference ref="highway_yesno" />
|
|---|
| 770 | <checkgroup columns="4">
|
|---|
| 771 | <check key="oneway" text="Oneway" default="on" />
|
|---|
| 772 | <check key="toll" text="Toll" />
|
|---|
| 773 | <check key="motorroad" text="Motorroad" default="on" />
|
|---|
| 774 | <check key="dual_carriageway" text="Divided highway" />
|
|---|
| 775 | </checkgroup>
|
|---|
| 776 | <reference ref="lit_common_no_times"/>
|
|---|
| 777 | <reference ref="placement_shoulder" />
|
|---|
| 778 | </optional>
|
|---|
| 779 | <reference ref="link_road_access_restrictions" />
|
|---|
| 780 | </item> <!-- Trunk -->
|
|---|
| 781 | <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true">
|
|---|
| 782 | <link wiki="Highway_link" />
|
|---|
| 783 | <space />
|
|---|
| 784 | <key key="highway" value="trunk_link" />
|
|---|
| 785 | <optional>
|
|---|
| 786 | <text key="ref" text="Reference" />
|
|---|
| 787 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 788 | <reference ref="highway_base" />
|
|---|
| 789 | <text key="destination" text="Destination" />
|
|---|
| 790 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 791 | <text key="junction:ref" text="Junction reference" />
|
|---|
| 792 | <text key="width" text="Width (meters)" />
|
|---|
| 793 | <space />
|
|---|
| 794 | <reference ref="highway_yesno" />
|
|---|
| 795 | <checkgroup columns="4">
|
|---|
| 796 | <check key="oneway" text="Oneway" default="on" />
|
|---|
| 797 | <check key="toll" text="Toll" />
|
|---|
| 798 | <check key="motorroad" text="Motorroad" default="on" />
|
|---|
| 799 | </checkgroup>
|
|---|
| 800 | <reference ref="lit_common_no_times"/>
|
|---|
| 801 | <reference ref="placement_shoulder" />
|
|---|
| 802 | </optional>
|
|---|
| 803 | <reference ref="link_road_access_restrictions" />
|
|---|
| 804 | </item> <!-- Trunk Link -->
|
|---|
| 805 | <separator/>
|
|---|
| 806 | <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 807 | <link wiki="Tag:highway=primary" />
|
|---|
| 808 | <space />
|
|---|
| 809 | <key key="highway" value="primary" />
|
|---|
| 810 | <text key="ref" text="Reference" />
|
|---|
| 811 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 812 | <optional>
|
|---|
| 813 | <text key="name" text="Name" />
|
|---|
| 814 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 815 | <reference ref="highway_base" />
|
|---|
| 816 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 817 | <checkgroup columns="3">
|
|---|
| 818 | <check key="motorroad" text="Motorroad" />
|
|---|
| 819 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 820 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 821 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 822 | <check key="frontage_road" text="Frontage road" disable_off="true" />
|
|---|
| 823 | </checkgroup>
|
|---|
| 824 | <reference ref="placement_shoulder" />
|
|---|
| 825 | </optional>
|
|---|
| 826 | <reference ref="link_road_access_restrictions" />
|
|---|
| 827 | </item> <!-- Primary -->
|
|---|
| 828 | <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true">
|
|---|
| 829 | <link wiki="Highway_link" />
|
|---|
| 830 | <key key="highway" value="primary_link" />
|
|---|
| 831 | <optional>
|
|---|
| 832 | <reference ref="highway_base" />
|
|---|
| 833 | <text key="destination" text="Destination" />
|
|---|
| 834 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 835 | <text key="junction:ref" text="Junction reference" />
|
|---|
| 836 | <check key="motorroad" text="Motorroad" />
|
|---|
| 837 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 838 | <space />
|
|---|
| 839 | <reference ref="placement_shoulder" />
|
|---|
| 840 | </optional>
|
|---|
| 841 | <reference ref="link_road_access_restrictions" />
|
|---|
| 842 | </item> <!-- Primary Link -->
|
|---|
| 843 | <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 844 | <link wiki="Tag:highway=secondary" />
|
|---|
| 845 | <space />
|
|---|
| 846 | <key key="highway" value="secondary" />
|
|---|
| 847 | <text key="ref" text="Reference" />
|
|---|
| 848 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 849 | <optional>
|
|---|
| 850 | <text key="name" text="Name" />
|
|---|
| 851 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 852 | <reference ref="highway_base" />
|
|---|
| 853 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 854 | <checkgroup columns="2">
|
|---|
| 855 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 856 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 857 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 858 | <check key="frontage_road" text="Frontage road" disable_off="true" />
|
|---|
| 859 | </checkgroup>
|
|---|
| 860 | <reference ref="placement_shoulder" />
|
|---|
| 861 | </optional>
|
|---|
| 862 | <reference ref="link_road_access_restrictions" />
|
|---|
| 863 | </item> <!-- Secondary -->
|
|---|
| 864 | <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true">
|
|---|
| 865 | <link wiki="Highway_link" />
|
|---|
| 866 | <key key="highway" value="secondary_link" />
|
|---|
| 867 | <optional>
|
|---|
| 868 | <reference ref="highway_base" />
|
|---|
| 869 | <text key="destination" text="Destination" />
|
|---|
| 870 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 871 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 872 | <space />
|
|---|
| 873 | <reference ref="placement_shoulder" />
|
|---|
| 874 | </optional>
|
|---|
| 875 | <reference ref="link_road_access_restrictions" />
|
|---|
| 876 | </item> <!-- Secondary Link -->
|
|---|
| 877 | <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 878 | <link wiki="Tag:highway=tertiary" />
|
|---|
| 879 | <space />
|
|---|
| 880 | <key key="highway" value="tertiary" />
|
|---|
| 881 | <text key="ref" text="Reference" />
|
|---|
| 882 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 883 | <optional>
|
|---|
| 884 | <text key="name" text="Name" />
|
|---|
| 885 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 886 | <reference ref="highway_base" />
|
|---|
| 887 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 888 | <checkgroup columns="2">
|
|---|
| 889 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 890 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 891 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 892 | <check key="frontage_road" text="Frontage road" disable_off="true" />
|
|---|
| 893 | </checkgroup>
|
|---|
| 894 | <reference ref="placement_shoulder" />
|
|---|
| 895 | </optional>
|
|---|
| 896 | <reference ref="link_road_access_restrictions" />
|
|---|
| 897 | </item> <!-- Tertiary -->
|
|---|
| 898 | <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true">
|
|---|
| 899 | <link wiki="Highway_link" />
|
|---|
| 900 | <key key="highway" value="tertiary_link" />
|
|---|
| 901 | <optional>
|
|---|
| 902 | <reference ref="highway_base" />
|
|---|
| 903 | <text key="destination" text="Destination" />
|
|---|
| 904 | <text key="destination:ref" text="Destination reference" />
|
|---|
| 905 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 906 | <space />
|
|---|
| 907 | <reference ref="placement_shoulder" />
|
|---|
| 908 | </optional>
|
|---|
| 909 | <reference ref="link_road_access_restrictions" />
|
|---|
| 910 | </item> <!-- Tertiary Link -->
|
|---|
| 911 | <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 912 | <link wiki="Tag:highway=unclassified" />
|
|---|
| 913 | <key key="highway" value="unclassified" />
|
|---|
| 914 | <optional>
|
|---|
| 915 | <text key="name" text="Name" />
|
|---|
| 916 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 917 | <text key="ref" text="Reference" />
|
|---|
| 918 | <check key="noref" text="Street has no reference" disable_off="true" />
|
|---|
| 919 | <reference ref="highway_base" />
|
|---|
| 920 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 921 | <checkgroup columns="4">
|
|---|
| 922 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 923 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 924 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 925 | <check key="passing_places" text="Passing Places" />
|
|---|
| 926 | </checkgroup>
|
|---|
| 927 | <reference ref="placement_shoulder" />
|
|---|
| 928 | </optional>
|
|---|
| 929 | <reference ref="link_road_access_restrictions" />
|
|---|
| 930 | </item> <!-- Unclassified -->
|
|---|
| 931 | <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 932 | <link wiki="Tag:highway=residential" />
|
|---|
| 933 | <space />
|
|---|
| 934 | <key key="highway" value="residential" />
|
|---|
| 935 | <text key="name" text="Name" />
|
|---|
| 936 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 937 | <optional>
|
|---|
| 938 | <text key="ref" text="Reference" />
|
|---|
| 939 | <reference ref="highway_base" />
|
|---|
| 940 | <reference ref="highway_yesno" />
|
|---|
| 941 | <checkgroup columns="4">
|
|---|
| 942 | <check key="oneway" text="Oneway" />
|
|---|
| 943 | <check key="oneway:bicycle" text="Oneway for bicycle" />
|
|---|
| 944 | </checkgroup>
|
|---|
| 945 | <reference ref="lit_common_no_times"/>
|
|---|
| 946 | <text key="width" text="Width (meters)" />
|
|---|
| 947 | <combo key="bus_bay" text="Bus bay" values="both,left,right" />
|
|---|
| 948 | <combo key="sidewalk:both" text="Sidewalk (both)" values="yes,no,separate" values_context="sidewalk" />
|
|---|
| 949 | <combo key="sidewalk:left" text="Sidewalk (left)" values="yes,no,separate" values_context="sidewalk" />
|
|---|
| 950 | <combo key="sidewalk:right" text="Sidewalk (right)" values="yes,no,separate" values_context="sidewalk" />
|
|---|
| 951 | <checkgroup columns="3">
|
|---|
| 952 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 953 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 954 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 955 | </checkgroup>
|
|---|
| 956 | </optional>
|
|---|
| 957 | <reference ref="link_road_access_restrictions" />
|
|---|
| 958 | </item> <!-- Residential -->
|
|---|
| 959 | <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 960 | <link wiki="Key:bicycle_road" />
|
|---|
| 961 | <space />
|
|---|
| 962 | <key key="bicycle_road" value="yes" />
|
|---|
| 963 | <key key="bicycle" value="designated" />
|
|---|
| 964 | <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" />
|
|---|
| 965 | <text key="name" text="Name" />
|
|---|
| 966 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 967 | <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" />
|
|---|
| 968 | <text key="maxspeed" text="Max. speed (km/h)" default="30" />
|
|---|
| 969 | <optional>
|
|---|
| 970 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
|---|
| 971 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 972 | <reference ref="surface_smoothness" />
|
|---|
| 973 | <reference ref="highway_yesno_incline" />
|
|---|
| 974 | <checkgroup columns="4">
|
|---|
| 975 | <check key="oneway" text="Oneway" />
|
|---|
| 976 | <check key="oneway:bicycle" text="Oneway for bicycle" />
|
|---|
| 977 | </checkgroup>
|
|---|
| 978 | <reference ref="lit_common_no_times"/>
|
|---|
| 979 | <text key="width" text="Width (meters)" />
|
|---|
| 980 | <combo key="bus_bay" text="Bus bay" values="both,left,right" />
|
|---|
| 981 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
|
|---|
| 982 | </optional>
|
|---|
| 983 | <reference ref="link_road_access_restrictions" />
|
|---|
| 984 | </item> <!-- Bicycle Road -->
|
|---|
| 985 | <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 986 | <link wiki="Tag:highway=living_street" />
|
|---|
| 987 | <space />
|
|---|
| 988 | <key key="highway" value="living_street" />
|
|---|
| 989 | <text key="name" text="Name" />
|
|---|
| 990 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 991 | <optional>
|
|---|
| 992 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
|---|
| 993 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 994 | <reference ref="surface_smoothness" />
|
|---|
| 995 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 996 | <checkgroup columns="2">
|
|---|
| 997 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 998 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 999 | </checkgroup>
|
|---|
| 1000 | </optional>
|
|---|
| 1001 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1002 | </item> <!-- Living Street -->
|
|---|
| 1003 | <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1004 | <link wiki="Tag:highway=pedestrian" />
|
|---|
| 1005 | <space />
|
|---|
| 1006 | <key key="highway" value="pedestrian" />
|
|---|
| 1007 | <text key="name" text="Name" />
|
|---|
| 1008 | <check key="noname" text="Street has no name" disable_off="true" />
|
|---|
| 1009 | <optional>
|
|---|
| 1010 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 1011 | <reference ref="surface_smoothness" />
|
|---|
| 1012 | <check key="area" text="Area" />
|
|---|
| 1013 | <reference ref="highway_yesno_incline" />
|
|---|
| 1014 | <reference ref="lit_common_no_times"/>
|
|---|
| 1015 | <text key="width" text="Width (meters)" />
|
|---|
| 1016 | </optional>
|
|---|
| 1017 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1018 | </item> <!-- Pedestrian -->
|
|---|
| 1019 | <item name="Busway" icon="presets/transport/way/way_busway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1020 | <link wiki="Tag:highway=busway"/>
|
|---|
| 1021 | <space />
|
|---|
| 1022 | <key key="highway" value="busway" />
|
|---|
| 1023 | <optional>
|
|---|
| 1024 | <text key="name" text="Name" />
|
|---|
| 1025 | <space />
|
|---|
| 1026 | <reference ref="highway_base" />
|
|---|
| 1027 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 1028 | <text key="operator" text="Operator" />
|
|---|
| 1029 | <combo key="embedded_rails" values="abandoned,construction,disused,funicular,light_rail,miniature,narrow_gauge,rail,tram,yes" text="Embedded rails" />
|
|---|
| 1030 | <check key="trolley_wire" text="Trolley wire" />
|
|---|
| 1031 | </optional>
|
|---|
| 1032 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1033 | </item> <!-- Busway -->
|
|---|
| 1034 | <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1035 | <link wiki="Tag:highway=service" />
|
|---|
| 1036 | <space />
|
|---|
| 1037 | <key key="highway" value="service" />
|
|---|
| 1038 | <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access,slipway" />
|
|---|
| 1039 | <optional>
|
|---|
| 1040 | <text key="name" text="Name" />
|
|---|
| 1041 | <space />
|
|---|
| 1042 | <reference ref="highway_base" />
|
|---|
| 1043 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 1044 | <check key="passing_places" text="Passing Places" />
|
|---|
| 1045 | </optional>
|
|---|
| 1046 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1047 | </item> <!-- Service -->
|
|---|
| 1048 | <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1049 | <link wiki="Tag:service=parking_aisle" />
|
|---|
| 1050 | <key key="highway" value="service" />
|
|---|
| 1051 | <key key="service" value="parking_aisle" />
|
|---|
| 1052 | <optional>
|
|---|
| 1053 | <reference ref="surface_smoothness" />
|
|---|
| 1054 | <check key="oneway" text="Oneway" />
|
|---|
| 1055 | <reference ref="lit_common_no_times"/>
|
|---|
| 1056 | </optional>
|
|---|
| 1057 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1058 | </item> <!-- Parking Aisle -->
|
|---|
| 1059 | <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true">
|
|---|
| 1060 | <link wiki="Tag:highway=escape" />
|
|---|
| 1061 | <space />
|
|---|
| 1062 | <key key="highway" value="escape" />
|
|---|
| 1063 | <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
|
|---|
| 1064 | <optional>
|
|---|
| 1065 | <reference ref="surface" />
|
|---|
| 1066 | <text key="width" text="Width (meters)" />
|
|---|
| 1067 | <reference ref="lit_common_no_times"/>
|
|---|
| 1068 | </optional>
|
|---|
| 1069 | </item> <!-- Escape -->
|
|---|
| 1070 | <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1071 | <link wiki="Tag:highway=raceway" />
|
|---|
| 1072 | <space />
|
|---|
| 1073 | <key key="highway" value="raceway" />
|
|---|
| 1074 | <text key="name" text="Name" />
|
|---|
| 1075 | </item> <!-- Raceway -->
|
|---|
| 1076 | <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1077 | <link wiki="Tag:highway=road" />
|
|---|
| 1078 | <key key="highway" value="road" />
|
|---|
| 1079 | <optional>
|
|---|
| 1080 | <text key="name" text="Name" />
|
|---|
| 1081 | <space />
|
|---|
| 1082 | <reference ref="highway_base" />
|
|---|
| 1083 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 1084 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 1085 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 1086 | </optional>
|
|---|
| 1087 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1088 | </item> <!-- Road (Unknown Type) -->
|
|---|
| 1089 | <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1090 | <link wiki="Key:construction" />
|
|---|
| 1091 | <key key="highway" value="construction" />
|
|---|
| 1092 | <combo key="construction" text="Highway type" values_sort="false" values_context="Highway">
|
|---|
| 1093 | <list_entry value="motorway" display_value="Motorway" icon="presets/transport/way/way_motorway.svg" />
|
|---|
| 1094 | <list_entry value="motorway_link" display_value="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" />
|
|---|
| 1095 | <list_entry value="trunk" display_value="Trunk" icon="presets/transport/way/way_trunk.svg" />
|
|---|
| 1096 | <list_entry value="trunk_link" display_value="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" />
|
|---|
| 1097 | <list_entry value="primary" display_value="Primary" icon="presets/transport/way/way_primary.svg" />
|
|---|
| 1098 | <list_entry value="primary_link" display_value="Primary Link" icon="presets/transport/way/way_primary_link.svg" />
|
|---|
| 1099 | <list_entry value="secondary" display_value="Secondary" icon="presets/transport/way/way_secondary.svg" />
|
|---|
| 1100 | <list_entry value="secondary_link" display_value="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" />
|
|---|
| 1101 | <list_entry value="tertiary" display_value="Tertiary" icon="presets/transport/way/way_tertiary.svg" />
|
|---|
| 1102 | <list_entry value="tertiary_link" display_value="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" />
|
|---|
| 1103 | <list_entry value="unclassified" display_value="Unclassified" icon="presets/transport/way/way_unclassified.svg" />
|
|---|
| 1104 | <list_entry value="residential" display_value="Residential" icon="presets/transport/way/way_residential.svg" />
|
|---|
| 1105 | <list_entry value="service" display_value="Service" icon="presets/transport/way/way_service.svg" />
|
|---|
| 1106 | <list_entry value="pedestrian" display_value="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" />
|
|---|
| 1107 | <list_entry value="bus_guideway" display_value="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" />
|
|---|
| 1108 | <list_entry value="busway" display_value="Bus Rapid Transit" />
|
|---|
| 1109 | <list_entry value="escape" display_value="Escape" icon="presets/transport/way/way_escape.svg" />
|
|---|
| 1110 | <list_entry value="raceway" display_value="Raceway" icon="presets/sport/raceway.svg" />
|
|---|
| 1111 | <list_entry value="track" display_value="Track" icon="presets/transport/way/track.svg" />
|
|---|
| 1112 | <list_entry value="path" display_value="Path" icon="presets/transport/way/path.svg" />
|
|---|
| 1113 | <list_entry value="bridleway" display_value="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" />
|
|---|
| 1114 | <list_entry value="cycleway" display_value="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" />
|
|---|
| 1115 | <list_entry value="footway" display_value="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" />
|
|---|
| 1116 | <list_entry value="steps" display_value="Steps" icon="presets/transport/way/steps.svg" />
|
|---|
| 1117 | </combo>
|
|---|
| 1118 | <optional>
|
|---|
| 1119 | <text key="name" text="Name" />
|
|---|
| 1120 | <space />
|
|---|
| 1121 | <reference ref="highway_base" />
|
|---|
| 1122 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" />
|
|---|
| 1123 | <check key="trolley_wire" text="Overhead trolley wires" />
|
|---|
| 1124 | <combo key="junction" text="Junction" values="roundabout,jughandle" />
|
|---|
| 1125 | </optional>
|
|---|
| 1126 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1127 | </item> <!-- Construction -->
|
|---|
| 1128 | <separator/>
|
|---|
| 1129 | <item name="Road Restrictions" icon="presets/vehicle/restriction/maxspeed.svg" type="node,way,closedway,multipolygon" preset_name_label="true" > <!-- There are links from MP relations to this preset -->
|
|---|
| 1130 | <link wiki="Key:access" />
|
|---|
| 1131 | <space />
|
|---|
| 1132 | <checkgroup columns="3" >
|
|---|
| 1133 | <check key="oneway" text="Oneway" />
|
|---|
| 1134 | <check key="toll" text="Toll" />
|
|---|
| 1135 | <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" />
|
|---|
| 1136 | <check key="winter_road" text="Winter road" disable_off="true" />
|
|---|
| 1137 | <check key="ice_road" text="Ice road" disable_off="true" />
|
|---|
| 1138 | </checkgroup>
|
|---|
| 1139 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 1140 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
|---|
| 1141 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
|---|
| 1142 | <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" />
|
|---|
| 1143 | <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" />
|
|---|
| 1144 | <text key="minspeed" text="Min. speed (km/h)" match="key" />
|
|---|
| 1145 | <space />
|
|---|
| 1146 | <reference ref="highway_max" />
|
|---|
| 1147 | <space />
|
|---|
| 1148 | <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" />
|
|---|
| 1149 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1150 | </item> <!-- Road Restrictions -->
|
|---|
| 1151 | <item name="Access Restrictions" icon="presets/vehicle/restriction/restrictions.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true"> <!-- There are links from MPs and route relations to this preset -->
|
|---|
| 1152 | <link wiki="Key:access" />
|
|---|
| 1153 | <space />
|
|---|
| 1154 | <label text="Some road types already imply some access restrictions which should not be set again." />
|
|---|
| 1155 | <space />
|
|---|
| 1156 | <label text="Transport mode restrictions" />
|
|---|
| 1157 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,permit,private,customers,agricultural,forestry,no" values_searchable="true" values_sort="false" match="key" />
|
|---|
| 1158 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,permit,private,use_sidepath,no" values_sort="false" match="key" />
|
|---|
| 1159 | <reference ref="wheelchair" />
|
|---|
| 1160 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,permit,private,no" values_sort="false" />
|
|---|
| 1161 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1162 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1163 | <space />
|
|---|
| 1164 | <label text="Vehicles per type" />
|
|---|
| 1165 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1166 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,permit,private,use_sidepath,customers,no" values_sort="false" match="key" />
|
|---|
| 1167 | <check key="cyclestreet" text="Bicycle street" disable_off="true" />
|
|---|
| 1168 | <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1169 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1170 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1171 | <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1172 | <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1173 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1174 | <combo key="goods" text="Light Commercial Vehicles (goods)" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1175 | <combo key="hgv" text="Heavy Goods Vehicles (hgv)" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1176 | <combo key="bdouble" text="B-double road train" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1177 | <combo key="agricultural" text="Agricultural Vehicles (with restrictions e.g. max. 25 km/h)" values="yes,official,designated,destination,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1178 | <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" />
|
|---|
| 1179 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1180 | <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1181 | <space />
|
|---|
| 1182 | <label text="Vehicles per use" />
|
|---|
| 1183 | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" />
|
|---|
| 1184 | <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1185 | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1186 | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1187 | <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1188 | <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1189 | <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1190 | <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1191 | <preset_link preset_name="Road Restrictions" />
|
|---|
| 1192 | </item> <!-- Access Restrictions -->
|
|---|
| 1193 | <separator/>
|
|---|
| 1194 | <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 1195 | <link wiki="Tag:junction=roundabout" />
|
|---|
| 1196 | <space />
|
|---|
| 1197 | <key key="junction" value="roundabout" />
|
|---|
| 1198 | <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" />
|
|---|
| 1199 | <optional>
|
|---|
| 1200 | <reference ref="name_layer" />
|
|---|
| 1201 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
|---|
| 1202 | <reference ref="highway_yesno" />
|
|---|
| 1203 | <text key="width" text="Width (meters)" />
|
|---|
| 1204 | </optional>
|
|---|
| 1205 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1206 | <preset_link preset_name="Circular junction" text="Similar but different tags:" />
|
|---|
| 1207 | <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" />
|
|---|
| 1208 | </item> <!-- Roundabout -->
|
|---|
| 1209 | <item name="Circular junction" icon="presets/vehicle/restriction/junction_circular.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1210 | <link wiki="Tag:junction=circular" />
|
|---|
| 1211 | <space />
|
|---|
| 1212 | <key key="junction" value="circular" />
|
|---|
| 1213 | <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" />
|
|---|
| 1214 | <optional>
|
|---|
| 1215 | <reference ref="name_layer" />
|
|---|
| 1216 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" />
|
|---|
| 1217 | <reference ref="highway_yesno" />
|
|---|
| 1218 | <check key="oneway" text="Oneway" />
|
|---|
| 1219 | <text key="width" text="Width (meters)" />
|
|---|
| 1220 | </optional>
|
|---|
| 1221 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1222 | <preset_link preset_name="Roundabout" text="Similar but different tags:" />
|
|---|
| 1223 | <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" />
|
|---|
| 1224 | </item> <!-- Circular junction -->
|
|---|
| 1225 | <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true">
|
|---|
| 1226 | <link wiki="Tag:ford=yes" />
|
|---|
| 1227 | <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" />
|
|---|
| 1228 | <optional>
|
|---|
| 1229 | <text key="name" text="Name" />
|
|---|
| 1230 | </optional>
|
|---|
| 1231 | </item> <!-- Ford -->
|
|---|
| 1232 | <item name="Traffic Hazard" icon="presets/transport/hazard.svg" type="node,way" preset_name_label="true">
|
|---|
| 1233 | <link wiki="Key:hazard" />
|
|---|
| 1234 | <space />
|
|---|
| 1235 | <combo key="hazard" text="Hazard" values="animal_crossing,bump,children,curve,curves,cyclists,dangerous_junction,dip,falling_rocks,frost_heave,horse_riders,ice,landslide,loose_gravel,low_flying_aircraft,pedestrians,queues_likely,school_zone,side_winds,slippery,turn,turns" values_context="hazard" />
|
|---|
| 1236 | </item> <!-- Traffic Hazard -->
|
|---|
| 1237 | </group> <!-- Streets -->
|
|---|
| 1238 | <group name="Ways" icon="presets/transport/way/way_unclassified.svg">
|
|---|
| 1239 | <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1240 | <link wiki="Tag:highway=track" />
|
|---|
| 1241 | <space />
|
|---|
| 1242 | <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false">
|
|---|
| 1243 | <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: Usually a paved or sealed surface" />
|
|---|
| 1244 | <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Solid but unpaved: Usually an unpaved track with surface of gravel" />
|
|---|
| 1245 | <list_entry value="grade3" icon="presets/transport/way/tracktype_grade3.svg" short_description="Mostly Solid: Even mixture of hard and soft materials. Almost always an unpaved track" />
|
|---|
| 1246 | <list_entry value="grade4" icon="presets/transport/way/tracktype_grade4.svg" short_description="Mostly Soft: Almost always an unpaved track prominently with soil/sand/grass, but with some hard or compacted materials mixed in" />
|
|---|
| 1247 | <list_entry value="grade5" icon="presets/transport/way/tracktype_grade5.svg" short_description="Soft: Almost always an unimproved track lacking hard materials, same as surrounding soil" />
|
|---|
| 1248 | </combo>
|
|---|
| 1249 | <key key="highway" value="track" />
|
|---|
| 1250 | <optional>
|
|---|
| 1251 | <reference ref="name_layer" />
|
|---|
| 1252 | <reference ref="surface_smoothness" />
|
|---|
| 1253 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1254 | <combo key="mtb:scale" text="MTB Scale" values="0-,0,0+,1-,1,1+,2-,2,2+,3-,3,3+,4-,4,4+,5-,5,5+,6-,6,6+" values_sort="false" values_no_i18n="true" />
|
|---|
| 1255 | <reference ref="trailblazed" />
|
|---|
| 1256 | <reference ref="highway_access" />
|
|---|
| 1257 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1258 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1259 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1260 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1261 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1262 | </optional>
|
|---|
| 1263 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1264 | </item> <!-- Track -->
|
|---|
| 1265 | <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1266 | <link wiki="Tag:highway=path" />
|
|---|
| 1267 | <key key="highway" value="path" />
|
|---|
| 1268 | <optional>
|
|---|
| 1269 | <reference ref="name_layer" />
|
|---|
| 1270 | <reference ref="surface_smoothness" />
|
|---|
| 1271 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1272 | <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false">
|
|---|
| 1273 | <list_entry value="strolling" display_value="smooth strolling trail" short_description="Smooth trail with no obstacles usually wide enough to be walked side-by-side. No exposed areas. Terrain level; no risk of falling or tripping over minor obstacles." />
|
|---|
| 1274 | <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared or with rather minor obstacles like roots, usually walked single file. Exposed areas well secured. Terrain level or inclined; no risk of falling with appropriate behaviour." />
|
|---|
| 1275 | <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Continuous trail, with somewhat bigger obstacles like stones, smaller rocks. Exposed areas made more secure. Terrain steep in places and may pose fall hazards." />
|
|---|
| 1276 | <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="Obstacles like boulders. Exposed areas ordinarily secured with fixed ropes or chains. Use of hands for balance potentially needed. Portions of the route exposed with danger of falling. Trail may have unmarked portions and cross fields of loose scree or talus." />
|
|---|
| 1277 | <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="Use of hands needed in order to advance in certain places. Terrain already quite exposed, including steep grassy pitches, talus slopes, easy snowfields, or snow-free glacier crossings." />
|
|---|
| 1278 | <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="Individual easy climbing sections. Exposed and demanding terrain. May include steep rock scrambles, glaciers and snowfields with risk of sliding." />
|
|---|
| 1279 | <list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="Includes climbing pitches up to UIAA grade II. Severe exposure. Difficult craggy terrain. Glaciers with high risk of sliding." />
|
|---|
| 1280 | </combo>
|
|---|
| 1281 | <combo key="mtb:scale" text="MTB Scale" values="0-,0,0+,1-,1,1+,2-,2,2+,3-,3,3+,4-,4,4+,5-,5,5+,6-,6,6+" values_sort="false" values_no_i18n="true" />
|
|---|
| 1282 | <reference ref="trailblazed" />
|
|---|
| 1283 | <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" />
|
|---|
| 1284 | <checkgroup columns="2">
|
|---|
| 1285 | <check key="segregated" text="Segregated" />
|
|---|
| 1286 | <check key="informal" text="Informal" />
|
|---|
| 1287 | </checkgroup>
|
|---|
| 1288 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1289 | <reference ref="wheelchair" />
|
|---|
| 1290 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1291 | <reference ref="path_access_modes" />
|
|---|
| 1292 | </optional>
|
|---|
| 1293 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1294 | </item> <!-- Path -->
|
|---|
| 1295 | <separator/>
|
|---|
| 1296 | <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1297 | <link wiki="Tag:highway=bridleway" />
|
|---|
| 1298 | <key key="highway" value="bridleway" />
|
|---|
| 1299 | <optional>
|
|---|
| 1300 | <reference ref="name_layer" />
|
|---|
| 1301 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 1302 | <reference ref="surface_smoothness" />
|
|---|
| 1303 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1304 | <check key="segregated" text="Segregated" />
|
|---|
| 1305 | <space />
|
|---|
| 1306 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
|---|
| 1307 | <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." />
|
|---|
| 1308 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1309 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1310 | <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1311 | <reference ref="wheelchair" />
|
|---|
| 1312 | <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1313 | <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" />
|
|---|
| 1314 | <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1315 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1316 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1317 | </optional>
|
|---|
| 1318 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1319 | </item> <!-- Dedicated Bridleway -->
|
|---|
| 1320 | <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1321 | <link wiki="Bicycle" />
|
|---|
| 1322 | <space />
|
|---|
| 1323 | <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" />
|
|---|
| 1324 | <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" />
|
|---|
| 1325 | <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" />
|
|---|
| 1326 | <check key="oneway:bicycle" text="Oneway (bicycle)" />
|
|---|
| 1327 | <space />
|
|---|
| 1328 | <optional text="Cycleway Lane Attributes">
|
|---|
| 1329 | <combo key="cycleway:both:lane" text="Lane type (both)" values_context="cycleway" values="advisory,exclusive"/>
|
|---|
| 1330 | <check key="cycleway:both:buffer" text="Has buffer between automobiles and cycleway (both)" />
|
|---|
| 1331 | <combo key="cycleway:left:lane" text="Lane type (left)" values_context="cycleway" values="advisory,exclusive"/>
|
|---|
| 1332 | <check key="cycleway:left:buffer" text="Has buffer between automobiles and cycleway (left)" />
|
|---|
| 1333 | <combo key="cycleway:right:lane" text="Lane type (right)" values_context="cycleway" values="advisory,exclusive"/>
|
|---|
| 1334 | <check key="cycleway:right:buffer" text="Has buffer between automobiles and cycleway (right)" />
|
|---|
| 1335 | </optional>
|
|---|
| 1336 | <optional text="Edit Highway Attributes:">
|
|---|
| 1337 | <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" />
|
|---|
| 1338 | <check key="oneway" text="Oneway" />
|
|---|
| 1339 | </optional>
|
|---|
| 1340 | </item> <!-- Cycle Lane/Track -->
|
|---|
| 1341 | <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1342 | <link wiki="Tag:highway=cycleway" />
|
|---|
| 1343 | <key key="highway" value="cycleway" />
|
|---|
| 1344 | <optional>
|
|---|
| 1345 | <reference ref="name_layer" />
|
|---|
| 1346 | <reference ref="surface_smoothness" />
|
|---|
| 1347 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1348 | <check key="segregated" text="Segregated" />
|
|---|
| 1349 | <space />
|
|---|
| 1350 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
|---|
| 1351 | <label text="Globally, `bicycle=designated` is implied." />
|
|---|
| 1352 | <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1353 | <reference ref="wheelchair" />
|
|---|
| 1354 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
|---|
| 1355 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1356 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1357 | <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1358 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1359 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1360 | </optional>
|
|---|
| 1361 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1362 | </item> <!-- Dedicated Cycleway -->
|
|---|
| 1363 | <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1364 | <link wiki="Tag:highway=path" />
|
|---|
| 1365 | <key key="highway" value="path" />
|
|---|
| 1366 | <key key="bicycle" value="designated" />
|
|---|
| 1367 | <key key="foot" value="designated" />
|
|---|
| 1368 | <key key="segregated" value="yes" />
|
|---|
| 1369 | <optional>
|
|---|
| 1370 | <reference ref="name_layer" />
|
|---|
| 1371 | <reference ref="surface_smoothness" />
|
|---|
| 1372 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1373 | <space />
|
|---|
| 1374 | <reference ref="wheelchair" />
|
|---|
| 1375 | <reference ref="path_access_modes" />
|
|---|
| 1376 | </optional>
|
|---|
| 1377 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1378 | </item> <!-- Segregated Foot- and Cycleway -->
|
|---|
| 1379 | <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1380 | <link wiki="Tag:highway=path" />
|
|---|
| 1381 | <key key="highway" value="path" />
|
|---|
| 1382 | <key key="bicycle" value="designated" />
|
|---|
| 1383 | <key key="foot" value="designated" />
|
|---|
| 1384 | <key key="segregated" value="no" />
|
|---|
| 1385 | <optional>
|
|---|
| 1386 | <reference ref="name_layer" />
|
|---|
| 1387 | <reference ref="surface_smoothness" />
|
|---|
| 1388 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1389 | <check key="passing_places" text="Passing Places" />
|
|---|
| 1390 | <space />
|
|---|
| 1391 | <reference ref="wheelchair" />
|
|---|
| 1392 | <reference ref="path_access_modes" />
|
|---|
| 1393 | </optional>
|
|---|
| 1394 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1395 | </item> <!-- Combined Foot- and Cycleway -->
|
|---|
| 1396 | <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1397 | <link wiki="Tag:highway=footway" />
|
|---|
| 1398 | <key key="highway" value="footway" />
|
|---|
| 1399 | <optional>
|
|---|
| 1400 | <combo key="footway" text="Type" values_context="footway" >
|
|---|
| 1401 | <list_entry value="access_aisle" short_description="Marked footpath in a parking lot" />
|
|---|
| 1402 | <list_entry value="crossing" short_description="A pedestrian crossing"/>
|
|---|
| 1403 | <list_entry value="sidewalk" short_description="A footway alongside a street"/>
|
|---|
| 1404 | <list_entry value="link" short_description="Footway sections that do not exist but are necessary for routing"/>
|
|---|
| 1405 | <list_entry value="traffic_island" short_description="Footway sections inside a crossing island"/>
|
|---|
| 1406 | <list_entry value="alley" short_description="Access for back entrances and/or emergency access"/>
|
|---|
| 1407 | </combo>
|
|---|
| 1408 | <reference ref="name_layer" />
|
|---|
| 1409 | <reference ref="surface_smoothness" />
|
|---|
| 1410 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1411 | <check key="segregated" text="Segregated" />
|
|---|
| 1412 | <reference ref="wheelchair" />
|
|---|
| 1413 | <space />
|
|---|
| 1414 | <label text="Depending on the country, several access tags are implied and do not need to be set." />
|
|---|
| 1415 | <label text="Globally, `foot=designated` is implied." />
|
|---|
| 1416 | <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1417 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" />
|
|---|
| 1418 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1419 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" />
|
|---|
| 1420 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" />
|
|---|
| 1421 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" />
|
|---|
| 1422 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" />
|
|---|
| 1423 | </optional>
|
|---|
| 1424 | <reference ref="link_road_access_restrictions" />
|
|---|
| 1425 | </item> <!-- Dedicated Footway -->
|
|---|
| 1426 | <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true">
|
|---|
| 1427 | <link wiki="Tag:highway=steps" />
|
|---|
| 1428 | <key key="highway" value="steps" />
|
|---|
| 1429 | <optional>
|
|---|
| 1430 | <text key="name" text="Name" />
|
|---|
| 1431 | <combo key="level" text="Storeys" values="1;2,0;1,-1;0,-2;-1,1.5;2,1;1.5,0.5;1,0;0.5,-0.5;0,-1;-0.5,-1.5;-1,-2;-1.5" values_sort="false" values_no_i18n="true" />
|
|---|
| 1432 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 1433 | <reference ref="surface" />
|
|---|
| 1434 | <text key="step_count" text="Amount of Steps" />
|
|---|
| 1435 | <space />
|
|---|
| 1436 | <check key="ramp" text="Ramp" />
|
|---|
| 1437 | <checkgroup columns="2" >
|
|---|
| 1438 | <check key="ramp:stroller" text="Stroller ramp" />
|
|---|
| 1439 | <check key="ramp:bicycle" text="Bicycle ramp" />
|
|---|
| 1440 | </checkgroup>
|
|---|
| 1441 | <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" />
|
|---|
| 1442 | <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" />
|
|---|
| 1443 | <space />
|
|---|
| 1444 | <check key="handrail" text="Handrail" />
|
|---|
| 1445 | <checkgroup columns="3" >
|
|---|
| 1446 | <check key="handrail:left" text="Left handrail" />
|
|---|
| 1447 | <check key="handrail:center" text="Center handrail" />
|
|---|
| 1448 | <check key="handrail:right" text="Right handrail" />
|
|---|
| 1449 | </checkgroup>
|
|---|
| 1450 | <space />
|
|---|
| 1451 | <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" />
|
|---|
| 1452 | <space />
|
|---|
| 1453 | <reference ref="highway_yesno_incline_oneway_lit_width" />
|
|---|
| 1454 | </optional>
|
|---|
| 1455 | </item> <!-- Steps -->
|
|---|
| 1456 | </group> <!-- Ways -->
|
|---|
| 1457 | <group name="Waypoints" icon="presets/vehicle/waypoints.svg">
|
|---|
| 1458 | <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true">
|
|---|
| 1459 | <link wiki="Tag:highway=motorway_junction" />
|
|---|
| 1460 | <space />
|
|---|
| 1461 | <key key="highway" value="motorway_junction" />
|
|---|
| 1462 | <text key="name" text="Name" />
|
|---|
| 1463 | <check key="noname" text="Junction has no name" disable_off="true" />
|
|---|
| 1464 | <text key="ref" text="Number" />
|
|---|
| 1465 | <check key="noref" text="Junction has no reference" disable_off="true" />
|
|---|
| 1466 | </item> <!-- Motorway Junction -->
|
|---|
| 1467 | <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1468 | <link wiki="Tag:highway=services" />
|
|---|
| 1469 | <key key="highway" value="services" />
|
|---|
| 1470 | <optional>
|
|---|
| 1471 | <reference ref="name_operator" />
|
|---|
| 1472 | <reference ref="toilets" />
|
|---|
| 1473 | </optional>
|
|---|
| 1474 | </item> <!-- Services -->
|
|---|
| 1475 | <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1476 | <link wiki="Tag:highway=rest_area" />
|
|---|
| 1477 | <key key="highway" value="rest_area" />
|
|---|
| 1478 | <optional>
|
|---|
| 1479 | <text key="name" text="Name" />
|
|---|
| 1480 | <reference ref="toilets" />
|
|---|
| 1481 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 1482 | </optional>
|
|---|
| 1483 | </item> <!-- Rest Area -->
|
|---|
| 1484 | <separator/>
|
|---|
| 1485 | <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true">
|
|---|
| 1486 | <link wiki="Tag:highway=traffic_signals" />
|
|---|
| 1487 | <key key="highway" value="traffic_signals" />
|
|---|
| 1488 | <optional>
|
|---|
| 1489 | <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" />
|
|---|
| 1490 | </optional>
|
|---|
| 1491 | <optional text="Optional crossing attributes:">
|
|---|
| 1492 | <combo key="crossing" text="Pedestrian crossing type" >
|
|---|
| 1493 | <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
|
|---|
| 1494 | <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
|
|---|
| 1495 | <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
|
|---|
| 1496 | <list_entry value="no" />
|
|---|
| 1497 | </combo>
|
|---|
| 1498 | <combo key="crossing_ref" text="Crossing type name" values="zebra,pelican,toucan,puffin,pegasus,tiger"/>
|
|---|
| 1499 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
|
|---|
| 1500 | <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" />
|
|---|
| 1501 | <check key="crossing:island" text="With island" />
|
|---|
| 1502 | <reference ref="check_crossing_access" />
|
|---|
| 1503 | <label text="In case of crossing traffic signals:" />
|
|---|
| 1504 | <checkgroup columns="2">
|
|---|
| 1505 | <check key="button_operated" text="Button operated" />
|
|---|
| 1506 | <check key="traffic_signals:sound" text="Sound signals" />
|
|---|
| 1507 | </checkgroup>
|
|---|
| 1508 | </optional>
|
|---|
| 1509 | <optional text="Optional values for specific countries">
|
|---|
| 1510 | <text key="name" text="Name" />
|
|---|
| 1511 | </optional>
|
|---|
| 1512 | </item> <!-- Traffic Signal -->
|
|---|
| 1513 | <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true">
|
|---|
| 1514 | <link wiki="Tag:highway=stop" />
|
|---|
| 1515 | <key key="highway" value="stop" />
|
|---|
| 1516 | <optional>
|
|---|
| 1517 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
|---|
| 1518 | </optional>
|
|---|
| 1519 | </item> <!-- Stop -->
|
|---|
| 1520 | <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true">
|
|---|
| 1521 | <link wiki="Tag:highway=give_way" />
|
|---|
| 1522 | <key key="highway" value="give_way" />
|
|---|
| 1523 | <optional>
|
|---|
| 1524 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
|---|
| 1525 | </optional>
|
|---|
| 1526 | </item> <!-- Give Way -->
|
|---|
| 1527 | <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true">
|
|---|
| 1528 | <link wiki="Tag:cycleway=asl" />
|
|---|
| 1529 | <key key="cycleway" value="asl" />
|
|---|
| 1530 | <optional>
|
|---|
| 1531 | <combo key="direction" text="Direction" values="forward,backward" values_sort="false" />
|
|---|
| 1532 | </optional>
|
|---|
| 1533 | </item> <!-- Advanced stop line -->
|
|---|
| 1534 | <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true">
|
|---|
| 1535 | <link wiki="Tag:highway=mini_roundabout" />
|
|---|
| 1536 | <key key="highway" value="mini_roundabout" />
|
|---|
| 1537 | <space />
|
|---|
| 1538 | <combo key="direction" text="Direction" values="clockwise" />
|
|---|
| 1539 | <preset_link preset_name="Roundabout" text="Similar but different tags:" />
|
|---|
| 1540 | <preset_link preset_name="Circular junction" text="Similar but different tags:" />
|
|---|
| 1541 | </item> <!-- Mini-Roundabout -->
|
|---|
| 1542 | <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true">
|
|---|
| 1543 | <link wiki="Key:crossing" />
|
|---|
| 1544 | <space />
|
|---|
| 1545 | <key key="highway" value="crossing" />
|
|---|
| 1546 | <combo key="crossing" text="Pedestrian crossing type" >
|
|---|
| 1547 | <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" />
|
|---|
| 1548 | <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" />
|
|---|
| 1549 | <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" />
|
|---|
| 1550 | <list_entry value="informal" icon="presets/vehicle/crossing_unmarked.svg" />
|
|---|
| 1551 | </combo>
|
|---|
| 1552 | <reference ref="crossing_markings" />
|
|---|
| 1553 | <combo key="crossing_ref" text="Crossing type name" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" />
|
|---|
| 1554 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" />
|
|---|
| 1555 | <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" />
|
|---|
| 1556 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
|---|
| 1557 | <check key="crossing:island" text="With island" />
|
|---|
| 1558 | <reference ref="check_crossing_access" />
|
|---|
| 1559 | <label text="In case of traffic signals:" />
|
|---|
| 1560 | <check key="crossing:signals" text="With signals" />
|
|---|
| 1561 | <checkgroup columns="2">
|
|---|
| 1562 | <check key="button_operated" text="Button operated" />
|
|---|
| 1563 | <check key="traffic_signals:sound" text="Sound signals" />
|
|---|
| 1564 | </checkgroup>
|
|---|
| 1565 | </item> <!-- Pedestrian Crossing -->
|
|---|
| 1566 | <group name="Traffic Calming" icon="presets/vehicle/choker.svg">
|
|---|
| 1567 | <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true">
|
|---|
| 1568 | <link wiki="Key:traffic_calming" />
|
|---|
| 1569 | <space />
|
|---|
| 1570 | <key key="traffic_calming" value="bump" />
|
|---|
| 1571 | </item> <!-- Bump -->
|
|---|
| 1572 | <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true">
|
|---|
| 1573 | <link wiki="Key:traffic_calming" />
|
|---|
| 1574 | <space />
|
|---|
| 1575 | <key key="traffic_calming" value="hump" />
|
|---|
| 1576 | </item> <!-- Hump -->
|
|---|
| 1577 | <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true">
|
|---|
| 1578 | <link wiki="Key:traffic_calming" />
|
|---|
| 1579 | <space />
|
|---|
| 1580 | <key key="traffic_calming" value="table" />
|
|---|
| 1581 | </item> <!-- Table -->
|
|---|
| 1582 | <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true">
|
|---|
| 1583 | <link wiki="Key:traffic_calming" />
|
|---|
| 1584 | <space />
|
|---|
| 1585 | <key key="traffic_calming" value="cushion" />
|
|---|
| 1586 | </item> <!-- Cushion -->
|
|---|
| 1587 | <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true">
|
|---|
| 1588 | <link wiki="Key:traffic_calming" />
|
|---|
| 1589 | <space />
|
|---|
| 1590 | <key key="traffic_calming" value="rumble_strip" />
|
|---|
| 1591 | </item> <!-- Rumble strip -->
|
|---|
| 1592 | <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true">
|
|---|
| 1593 | <link wiki="Key:traffic_calming" />
|
|---|
| 1594 | <space />
|
|---|
| 1595 | <key key="traffic_calming" value="dip" />
|
|---|
| 1596 | </item> <!-- Dip -->
|
|---|
| 1597 | <separator/>
|
|---|
| 1598 | <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true">
|
|---|
| 1599 | <link wiki="Key:traffic_calming" />
|
|---|
| 1600 | <space />
|
|---|
| 1601 | <key key="traffic_calming" value="chicane" />
|
|---|
| 1602 | </item> <!-- Chicane -->
|
|---|
| 1603 | <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true">
|
|---|
| 1604 | <link wiki="Key:traffic_calming" />
|
|---|
| 1605 | <space />
|
|---|
| 1606 | <key key="traffic_calming" value="choker" />
|
|---|
| 1607 | </item> <!-- Choker -->
|
|---|
| 1608 | <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true">
|
|---|
| 1609 | <link wiki="Key:traffic_calming" />
|
|---|
| 1610 | <space />
|
|---|
| 1611 | <key key="traffic_calming" value="island" />
|
|---|
| 1612 | </item> <!-- Island -->
|
|---|
| 1613 | <item name="Mini bumps" icon="presets/vehicle/mini_bumps.svg" type="node,way" preset_name_label="true">
|
|---|
| 1614 | <link wiki="Key:traffic_calming" />
|
|---|
| 1615 | <space />
|
|---|
| 1616 | <key key="traffic_calming" value="mini_bumps" />
|
|---|
| 1617 | </item> <!-- Mini bumps -->
|
|---|
| 1618 | </group> <!-- Traffic Calming -->
|
|---|
| 1619 | <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true">
|
|---|
| 1620 | <link wiki="Tag:highway=passing_place" />
|
|---|
| 1621 | <key key="highway" value="passing_place" />
|
|---|
| 1622 | <preset_link preset_name="Emergency Bay" text="Similar but different tags:"/>
|
|---|
| 1623 | </item> <!-- Passing Place -->
|
|---|
| 1624 | <item name="Emergency Bay" icon="presets/vehicle/emergency_bay.svg" type="node,way" preset_name_label="true">
|
|---|
| 1625 | <link wiki="Tag:highway=emergency_bay" />
|
|---|
| 1626 | <key key="highway" value="emergency_bay" />
|
|---|
| 1627 | <optional text="Node attributes">
|
|---|
| 1628 | <combo key="direction" text="Direction" values="forward,backward" values_sort="false" />
|
|---|
| 1629 | </optional>
|
|---|
| 1630 | <optional text="Way attributes">
|
|---|
| 1631 | <reference ref="highway_base" />
|
|---|
| 1632 | <reference ref="highway_yesno" />
|
|---|
| 1633 | <checkgroup columns="2">
|
|---|
| 1634 | <check key="oneway" text="Oneway" />
|
|---|
| 1635 | <check key="oneway:bicycle" text="Oneway for bicycle" />
|
|---|
| 1636 | </checkgroup>
|
|---|
| 1637 | <reference ref="lit_common_no_times"/>
|
|---|
| 1638 | <text key="width" text="Width (meters)" />
|
|---|
| 1639 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" />
|
|---|
| 1640 | <checkgroup columns="2">
|
|---|
| 1641 | <check key="dual_carriageway" text="Divided highway" disable_off="true" />
|
|---|
| 1642 | <check key="narrow" text="Narrow" disable_off="true" />
|
|---|
| 1643 | </checkgroup>
|
|---|
| 1644 | </optional>
|
|---|
| 1645 | <preset_link preset_name="Passing Place" text="Similar but different tags:"/>
|
|---|
| 1646 | </item>
|
|---|
| 1647 | <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true">
|
|---|
| 1648 | <link wiki="Tag:highway=turning_circle" />
|
|---|
| 1649 | <key key="highway" value="turning_circle" />
|
|---|
| 1650 | <optional>
|
|---|
| 1651 | <link wiki="Key:turning_circle" />
|
|---|
| 1652 | <combo key="turning_circle" text="Type of Turning Circle" values="circle,oval,knuckle,hammer,square" values_sort="false" />
|
|---|
| 1653 | </optional>
|
|---|
| 1654 | </item> <!-- Turning Circle -->
|
|---|
| 1655 | <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true">
|
|---|
| 1656 | <link wiki="Tag:highway=turning_loop" />
|
|---|
| 1657 | <key key="highway" value="turning_loop" />
|
|---|
| 1658 | </item> <!-- Turning Loop -->
|
|---|
| 1659 | <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true">
|
|---|
| 1660 | <link wiki="Tag:traffic_sign=city_limit" />
|
|---|
| 1661 | <space />
|
|---|
| 1662 | <key key="traffic_sign" value="city_limit" />
|
|---|
| 1663 | <text key="name" text="Name" />
|
|---|
| 1664 | <optional>
|
|---|
| 1665 | <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" />
|
|---|
| 1666 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
|---|
| 1667 | <combo key="colour:back" text="Color of background (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 1668 | </optional>
|
|---|
| 1669 | </item> <!-- City Limit -->
|
|---|
| 1670 | <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true">
|
|---|
| 1671 | <link wiki="Key:traffic_sign" />
|
|---|
| 1672 | <space />
|
|---|
| 1673 | <key key="traffic_sign" value="maxspeed" />
|
|---|
| 1674 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 1675 | <optional>
|
|---|
| 1676 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" />
|
|---|
| 1677 | </optional>
|
|---|
| 1678 | </item> <!-- Speed Limit -->
|
|---|
| 1679 | <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true">
|
|---|
| 1680 | <link wiki="Tag:highway=speed_camera" />
|
|---|
| 1681 | <key key="highway" value="speed_camera" />
|
|---|
| 1682 | <optional>
|
|---|
| 1683 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 1684 | </optional>
|
|---|
| 1685 | </item> <!-- Speed Camera -->
|
|---|
| 1686 | <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true">
|
|---|
| 1687 | <link wiki="Tag:highway=toll_gantry" />
|
|---|
| 1688 | <key key="highway" value="toll_gantry" />
|
|---|
| 1689 | <optional>
|
|---|
| 1690 | <text key="operator" text="Operator" />
|
|---|
| 1691 | </optional>
|
|---|
| 1692 | </item> <!-- Toll gantry -->
|
|---|
| 1693 | <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true">
|
|---|
| 1694 | <link wiki="Tag:highway=traffic_mirror" />
|
|---|
| 1695 | <key key="highway" value="traffic_mirror" />
|
|---|
| 1696 | </item> <!-- Traffic Mirror -->
|
|---|
| 1697 | <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true">
|
|---|
| 1698 | <link wiki="Tag:highway=milestone" />
|
|---|
| 1699 | <key key="highway" value="milestone" />
|
|---|
| 1700 | <text key="distance" text="Distance (kilometers)" />
|
|---|
| 1701 | <text key="ref" text="Reference" />
|
|---|
| 1702 | </item> <!-- Highway Milestone -->
|
|---|
| 1703 | <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 1704 | <link wiki="Tag:junction=yes" />
|
|---|
| 1705 | <space />
|
|---|
| 1706 | <label text="Used in some countries for a named road junction who’s name serves for local orientation." />
|
|---|
| 1707 | <space />
|
|---|
| 1708 | <key key="junction" value="yes" />
|
|---|
| 1709 | <text key="name" text="Name" />
|
|---|
| 1710 | </item> <!-- Named Junction -->
|
|---|
| 1711 | <item name="Trailhead" icon="presets/landmark/trailhead.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1712 | <link wiki="Tag:highway=trailhead" />
|
|---|
| 1713 | <key key="highway" value="trailhead" />
|
|---|
| 1714 | <reference ref="name_operator"/>
|
|---|
| 1715 | <optional>
|
|---|
| 1716 | <reference ref="fee" />
|
|---|
| 1717 | <text key="website" text="Website" />
|
|---|
| 1718 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 1719 | <reference ref="toilets" />
|
|---|
| 1720 | <check key="bin" text="Waste Basket/Trash Can" />
|
|---|
| 1721 | </optional>
|
|---|
| 1722 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1723 | </item> <!-- Trailhead -->
|
|---|
| 1724 | <separator/>
|
|---|
| 1725 | <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 1726 | <link wiki="Tag:highway=elevator" />
|
|---|
| 1727 | <key key="highway" value="elevator" />
|
|---|
| 1728 | <text key="capacity:persons" text="Capacity (persons)" />
|
|---|
| 1729 | <text key="maxweight" text="Max. weight (tonnes)" />
|
|---|
| 1730 | <combo key="level" text="Storeys" values="0;1;2;3;4;5;6;7,-2;-1;0;1;2;3;4;5;6;7;8;9" values_sort="false" values_no_i18n="true" />
|
|---|
| 1731 | <optional>
|
|---|
| 1732 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 1733 | <reference ref="name_ref_operator" />
|
|---|
| 1734 | <reference ref="oh_wheelchair" />
|
|---|
| 1735 | <check key="handrail" text="Handrail" />
|
|---|
| 1736 | <check key="bicycle" text="Bicycle" />
|
|---|
| 1737 | <check key="indoor" text="Indoor" />
|
|---|
| 1738 | <reference ref="fee" />
|
|---|
| 1739 | <combo key="goods" text="Freight elevator" values="yes,designated,no" />
|
|---|
| 1740 | <reference ref="POI_access" />
|
|---|
| 1741 | <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" />
|
|---|
| 1742 | </optional>
|
|---|
| 1743 | </item> <!-- Elevator -->
|
|---|
| 1744 | <separator/>
|
|---|
| 1745 | <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true">
|
|---|
| 1746 | <link wiki="Tag:amenity=grit_bin" />
|
|---|
| 1747 | <key key="amenity" value="grit_bin" />
|
|---|
| 1748 | </item> <!-- Grit Bin -->
|
|---|
| 1749 | <separator/>
|
|---|
| 1750 | <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true">
|
|---|
| 1751 | <link wiki="Key:mountain_pass" />
|
|---|
| 1752 | <key key="mountain_pass" value="yes" />
|
|---|
| 1753 | <optional>
|
|---|
| 1754 | <text key="name" text="Name" />
|
|---|
| 1755 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 1756 | <reference ref="wikipedia_wikidata" />
|
|---|
| 1757 | </optional>
|
|---|
| 1758 | </item> <!-- Mountain Pass -->
|
|---|
| 1759 | </group> <!-- Waypoints -->
|
|---|
| 1760 | <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** -->
|
|---|
| 1761 | <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 1762 | <link wiki="Tag:barrier=block" />
|
|---|
| 1763 | <key key="barrier" value="block" />
|
|---|
| 1764 | <reference ref="optional_maxwidth" />
|
|---|
| 1765 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1766 | <space />
|
|---|
| 1767 | <reference ref="highway_access_vehicle" />
|
|---|
| 1768 | <reference ref="check_access_nomotor" />
|
|---|
| 1769 | <reference ref="check_access_motor" />
|
|---|
| 1770 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1771 | </item> <!-- Block -->
|
|---|
| 1772 | <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true">
|
|---|
| 1773 | <link wiki="Tag:barrier=bollard" />
|
|---|
| 1774 | <key key="barrier" value="bollard" />
|
|---|
| 1775 | <space />
|
|---|
| 1776 | <combo key="bollard" text="Bollard type" values="rising,removable,foldable,fixed" values_searchable="true" />
|
|---|
| 1777 | <reference ref="optional_maxwidth" />
|
|---|
| 1778 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1779 | <space />
|
|---|
| 1780 | <label text="Tags which are implied and do not need to be set are:" />
|
|---|
| 1781 | <label text="`access=no`, `foot=yes` and `bicycle=yes`" />
|
|---|
| 1782 | <space />
|
|---|
| 1783 | <reference ref="highway_access_vehicle" />
|
|---|
| 1784 | <reference ref="check_access_nomotor" />
|
|---|
| 1785 | <reference ref="check_access_motor" />
|
|---|
| 1786 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1787 | </item> <!-- Bollard -->
|
|---|
| 1788 | <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true">
|
|---|
| 1789 | <link wiki="Tag:barrier=cycle_barrier" />
|
|---|
| 1790 | <key key="barrier" value="cycle_barrier" />
|
|---|
| 1791 | <reference ref="optional_maxwidth" />
|
|---|
| 1792 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1793 | <space />
|
|---|
| 1794 | <reference ref="highway_access_vehicle" />
|
|---|
| 1795 | <optional text="Non-motorized traffic:">
|
|---|
| 1796 | <checkgroup columns="2">
|
|---|
| 1797 | <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" />
|
|---|
| 1798 | <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" />
|
|---|
| 1799 | </checkgroup>
|
|---|
| 1800 | <space />
|
|---|
| 1801 | <reference ref="wheelchair" />
|
|---|
| 1802 | <combo key="bicycle" text="Bicycle" values="yes,designated,no" values_sort="false" />
|
|---|
| 1803 | </optional>
|
|---|
| 1804 | <reference ref="check_access_motor" />
|
|---|
| 1805 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1806 | </item> <!-- Cycle Barrier -->
|
|---|
| 1807 | <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true">
|
|---|
| 1808 | <link wiki="Tag:barrier=cattle_grid" />
|
|---|
| 1809 | <key key="barrier" value="cattle_grid" />
|
|---|
| 1810 | <reference ref="optional_maxwidth" />
|
|---|
| 1811 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1812 | <space />
|
|---|
| 1813 | <reference ref="highway_access_vehicle" />
|
|---|
| 1814 | <reference ref="check_access_nomotor" />
|
|---|
| 1815 | <reference ref="check_access_motor" />
|
|---|
| 1816 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1817 | </item> <!-- Cattle Grid -->
|
|---|
| 1818 | <item name="Bus Trap" icon="presets/barrier/bus_trap.svg" type="node" preset_name_label="true">
|
|---|
| 1819 | <link wiki="Tag:barrier=bus_trap" />
|
|---|
| 1820 | <key key="barrier" value="bus_trap" />
|
|---|
| 1821 | <reference ref="optional_maxwidth" />
|
|---|
| 1822 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1823 | <space />
|
|---|
| 1824 | <label text="Tags which are implied and do not need to be set are:" />
|
|---|
| 1825 | <label text="`motor_vehicle=no`, `psv=yes`, `foot=yes` and `bicycle=yes`" />
|
|---|
| 1826 | <space />
|
|---|
| 1827 | <reference ref="highway_access_vehicle" />
|
|---|
| 1828 | <reference ref="check_access_nomotor" />
|
|---|
| 1829 | <reference ref="check_access_motor" />
|
|---|
| 1830 | </item> <!-- Bus Trap -->
|
|---|
| 1831 | <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true">
|
|---|
| 1832 | <link wiki="Tag:barrier=spikes" />
|
|---|
| 1833 | <key key="barrier" value="spikes" />
|
|---|
| 1834 | <reference ref="optional_maxwidth" />
|
|---|
| 1835 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1836 | <space />
|
|---|
| 1837 | <reference ref="highway_access_vehicle" />
|
|---|
| 1838 | <reference ref="check_access_nomotor" />
|
|---|
| 1839 | <reference ref="check_access_motor" />
|
|---|
| 1840 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1841 | </item> <!-- Spikes -->
|
|---|
| 1842 | <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1843 | <link wiki="Tag:barrier=toll_booth" />
|
|---|
| 1844 | <key key="barrier" value="toll_booth" />
|
|---|
| 1845 | <optional>
|
|---|
| 1846 | <reference ref="name_ref_operator" />
|
|---|
| 1847 | <reference ref="oh" />
|
|---|
| 1848 | <reference ref="fee_interval" />
|
|---|
| 1849 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
|
|---|
| 1850 | <text key="maxheight" text="Max. height (meters)" length="7" />
|
|---|
| 1851 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
|---|
| 1852 | </optional>
|
|---|
| 1853 | <space />
|
|---|
| 1854 | <reference ref="highway_access_vehicle" />
|
|---|
| 1855 | <reference ref="check_access_nomotor" />
|
|---|
| 1856 | <reference ref="check_access_motor" />
|
|---|
| 1857 | <preset_link preset_name="Payment Methods" />
|
|---|
| 1858 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1859 | </item> <!-- Toll Booth -->
|
|---|
| 1860 | <item name="Border Control" icon="presets/barrier/douane.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1861 | <link wiki="Tag:barrier=border_control" />
|
|---|
| 1862 | <key key="barrier" value="border_control" />
|
|---|
| 1863 | <optional>
|
|---|
| 1864 | <reference ref="name_ref_operator" />
|
|---|
| 1865 | <reference ref="oh" />
|
|---|
| 1866 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" />
|
|---|
| 1867 | <text key="maxheight" text="Max. height (meters)" length="7" />
|
|---|
| 1868 | <text key="maxwidth" text="Max. width (meters)" length="7" />
|
|---|
| 1869 | </optional>
|
|---|
| 1870 | <space />
|
|---|
| 1871 | <reference ref="highway_access_vehicle" />
|
|---|
| 1872 | <reference ref="check_access_nomotor" />
|
|---|
| 1873 | <reference ref="check_access_motor" />
|
|---|
| 1874 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1875 | </item> <!-- Border Control -->
|
|---|
| 1876 | <separator/> <!-- *** Linear Barriers *** -->
|
|---|
| 1877 | <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1878 | <link wiki="Tag:barrier=hedge" />
|
|---|
| 1879 | <space />
|
|---|
| 1880 | <key key="barrier" value="hedge" />
|
|---|
| 1881 | <reference ref="leaf" />
|
|---|
| 1882 | <optional>
|
|---|
| 1883 | <reference ref="genus_species_taxon" />
|
|---|
| 1884 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 1885 | </optional>
|
|---|
| 1886 | </item> <!-- Hedge -->
|
|---|
| 1887 | <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1888 | <link wiki="Tag:barrier=fence" />
|
|---|
| 1889 | <key key="barrier" value="fence" />
|
|---|
| 1890 | <optional>
|
|---|
| 1891 | <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" />
|
|---|
| 1892 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 1893 | </optional>
|
|---|
| 1894 | </item> <!-- Fence -->
|
|---|
| 1895 | <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1896 | <link wiki="Tag:barrier=handrail" />
|
|---|
| 1897 | <key key="barrier" value="handrail" />
|
|---|
| 1898 | <optional>
|
|---|
| 1899 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1900 | <reference ref="color" />
|
|---|
| 1901 | </optional>
|
|---|
| 1902 | </item> <!-- Handrail -->
|
|---|
| 1903 | <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1904 | <link wiki="Tag:barrier=cable_barrier" />
|
|---|
| 1905 | <key key="barrier" value="cable_barrier" />
|
|---|
| 1906 | <reference ref="optional_height" />
|
|---|
| 1907 | </item> <!-- Cable barrier -->
|
|---|
| 1908 | <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1909 | <link wiki="Tag:barrier=guard_rail" />
|
|---|
| 1910 | <key key="barrier" value="guard_rail" />
|
|---|
| 1911 | <reference ref="optional_height" />
|
|---|
| 1912 | </item> <!-- Guard Rail -->
|
|---|
| 1913 | <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1914 | <link wiki="Tag:barrier=wall" />
|
|---|
| 1915 | <key key="barrier" value="wall" />
|
|---|
| 1916 | <reference ref="optional_height" />
|
|---|
| 1917 | <combo key="wall" text="Type" values="brick,castle_wall,concrete,dry_stone,flood_wall,noise_barrier,seawall,stone" values_searchable="true" />
|
|---|
| 1918 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 1919 | </item> <!-- Wall -->
|
|---|
| 1920 | <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 1921 | <link wiki="Tag:barrier=city_wall" />
|
|---|
| 1922 | <key key="barrier" value="city_wall" />
|
|---|
| 1923 | <reference ref="optional_height" />
|
|---|
| 1924 | <check key="two_sided" text="Two-sided" disable_off="true" />
|
|---|
| 1925 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 1926 | </item> <!-- City Wall -->
|
|---|
| 1927 | <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1928 | <link wiki="Tag:barrier=retaining_wall" />
|
|---|
| 1929 | <key key="barrier" value="retaining_wall" />
|
|---|
| 1930 | <reference ref="optional_height" />
|
|---|
| 1931 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 1932 | </item> <!-- Retaining Wall -->
|
|---|
| 1933 | <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 1934 | <link wiki="Tag:barrier=jersey_barrier" />
|
|---|
| 1935 | <key key="barrier" value="jersey_barrier" />
|
|---|
| 1936 | <combo key="material" text="Material" values="concrete,plastic" />
|
|---|
| 1937 | </item> <!-- Jersey Barrier -->
|
|---|
| 1938 | <item name="Log" icon="presets/barrier/log.svg" type="node,way" preset_name_label="true">
|
|---|
| 1939 | <link wiki="Tag:barrier=log" />
|
|---|
| 1940 | <key key="barrier" value="log" />
|
|---|
| 1941 | <space />
|
|---|
| 1942 | <reference ref="highway_access_vehicle" />
|
|---|
| 1943 | <reference ref="check_access_nomotor" />
|
|---|
| 1944 | <reference ref="check_access_motor" />
|
|---|
| 1945 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1946 | </item> <!-- Log -->
|
|---|
| 1947 | <item name="Ditch" name_context="Barrier" icon="presets/barrier/ditch.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 1948 | <link wiki="Tag:barrier=ditch" />
|
|---|
| 1949 | <key key="barrier" value="ditch" />
|
|---|
| 1950 | <optional>
|
|---|
| 1951 | <text key="width" text="Width (meters)" length="7" />
|
|---|
| 1952 | </optional>
|
|---|
| 1953 | </item> <!-- Ditch -->
|
|---|
| 1954 | <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 1955 | <link wiki="Tag:barrier=kerb" />
|
|---|
| 1956 | <key key="barrier" value="kerb" />
|
|---|
| 1957 | <reference ref="optional_height" />
|
|---|
| 1958 | <reference ref="wheelchair" />
|
|---|
| 1959 | <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" />
|
|---|
| 1960 | </item> <!-- Kerb -->
|
|---|
| 1961 | <separator/> <!-- *** Access *** -->
|
|---|
| 1962 | <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true">
|
|---|
| 1963 | <link wiki="Tag:barrier=entrance" />
|
|---|
| 1964 | <key key="barrier" value="entrance" />
|
|---|
| 1965 | <reference ref="optional_maxheight_maxwidth" />
|
|---|
| 1966 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1967 | <space />
|
|---|
| 1968 | <reference ref="highway_access_vehicle" />
|
|---|
| 1969 | <reference ref="check_access_nomotor" />
|
|---|
| 1970 | <reference ref="check_access_motor" />
|
|---|
| 1971 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1972 | </item> <!-- Entrance (Barrier Opening) -->
|
|---|
| 1973 | <item name="Gate" icon="presets/barrier/gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 1974 | <link wiki="Tag:barrier=gate" />
|
|---|
| 1975 | <key key="barrier" value="gate" />
|
|---|
| 1976 | <reference ref="optional_maxheight_maxwidth" />
|
|---|
| 1977 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1978 | <space />
|
|---|
| 1979 | <reference ref="highway_access_vehicle" />
|
|---|
| 1980 | <reference ref="check_access_nomotor" />
|
|---|
| 1981 | <reference ref="check_access_motor" />
|
|---|
| 1982 | <check key="locked" text="Usually locked"/>
|
|---|
| 1983 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1984 | </item> <!-- Gate -->
|
|---|
| 1985 | <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 1986 | <link wiki="Tag:barrier=lift_gate" />
|
|---|
| 1987 | <key key="barrier" value="lift_gate" />
|
|---|
| 1988 | <space />
|
|---|
| 1989 | <combo key="lift_gate:type" text="Type" values="single,double" values_context="lift_gate" values_searchable="true" />
|
|---|
| 1990 | <reference ref="optional_maxwidth" />
|
|---|
| 1991 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 1992 | <space />
|
|---|
| 1993 | <reference ref="highway_access_vehicle" />
|
|---|
| 1994 | <reference ref="check_access_nomotor" />
|
|---|
| 1995 | <reference ref="check_access_motor" />
|
|---|
| 1996 | <check key="locked" text="Usually locked"/>
|
|---|
| 1997 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 1998 | </item> <!-- Lift Gate -->
|
|---|
| 1999 | <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 2000 | <link wiki="Tag:barrier=swing_gate" />
|
|---|
| 2001 | <key key="barrier" value="swing_gate" />
|
|---|
| 2002 | <space />
|
|---|
| 2003 | <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" values_searchable="true" />
|
|---|
| 2004 | <reference ref="optional_maxwidth" />
|
|---|
| 2005 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2006 | <space />
|
|---|
| 2007 | <reference ref="highway_access_vehicle" />
|
|---|
| 2008 | <reference ref="check_access_nomotor" />
|
|---|
| 2009 | <reference ref="check_access_motor" />
|
|---|
| 2010 | <check key="locked" text="Usually locked"/>
|
|---|
| 2011 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2012 | </item> <!-- Swing Gate -->
|
|---|
| 2013 | <item name="Hampshire Gate" type="node,way" preset_name_label="true">
|
|---|
| 2014 | <link wiki="Tag:barrier=hampshire_gate" />
|
|---|
| 2015 | <key key="barrier" value="hampshire_gate" />
|
|---|
| 2016 | <reference ref="optional_maxwidth" />
|
|---|
| 2017 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
|---|
| 2018 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2019 | <space />
|
|---|
| 2020 | <reference ref="highway_access_vehicle" />
|
|---|
| 2021 | <reference ref="check_access_nomotor" />
|
|---|
| 2022 | <reference ref="check_access_motor" />
|
|---|
| 2023 | <check key="locked" text="Usually locked"/>
|
|---|
| 2024 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2025 | </item> <!-- Hampshire Gate -->
|
|---|
| 2026 | <item name="Bump Gate" type="node,way" preset_name_label="true">
|
|---|
| 2027 | <link wiki="Tag:barrier=bump_gate" />
|
|---|
| 2028 | <key key="barrier" value="bump_gate" />
|
|---|
| 2029 | <reference ref="optional_maxheight_maxwidth" />
|
|---|
| 2030 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
|---|
| 2031 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2032 | <space />
|
|---|
| 2033 | <reference ref="highway_access_vehicle" />
|
|---|
| 2034 | <reference ref="check_access_nomotor" />
|
|---|
| 2035 | <reference ref="check_access_motor" />
|
|---|
| 2036 | <check key="locked" text="Usually locked"/>
|
|---|
| 2037 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2038 | </item> <!-- Bump Gate -->
|
|---|
| 2039 | <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 2040 | <link wiki="Tag:barrier=kissing_gate" />
|
|---|
| 2041 | <key key="barrier" value="kissing_gate" />
|
|---|
| 2042 | <reference ref="optional_maxwidth" />
|
|---|
| 2043 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2044 | <space />
|
|---|
| 2045 | <label text="The tag `foot=yes` is implied and does not need to be set." />
|
|---|
| 2046 | <space />
|
|---|
| 2047 | <reference ref="highway_access_vehicle" />
|
|---|
| 2048 | <reference ref="check_access_nomotor" />
|
|---|
| 2049 | <check key="locked" text="Usually locked"/>
|
|---|
| 2050 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2051 | </item> <!-- Kissing Gate -->
|
|---|
| 2052 | <item name="Wicket Gate" icon="presets/barrier/wicket_gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 2053 | <label text="A pedestrian door or gate near a larger gate"/>
|
|---|
| 2054 | <link wiki="Tag:barrier=wicket_gate" />
|
|---|
| 2055 | <key key="barrier" value="wicket_gate" />
|
|---|
| 2056 | <reference ref="optional_maxwidth" />
|
|---|
| 2057 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2058 | <space />
|
|---|
| 2059 | <label text="The tag `foot=yes` is implied and does not need to be set." />
|
|---|
| 2060 | <space />
|
|---|
| 2061 | <reference ref="highway_access_vehicle" />
|
|---|
| 2062 | <reference ref="check_access_nomotor" />
|
|---|
| 2063 | <check key="locked" text="Usually locked"/>
|
|---|
| 2064 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2065 | </item> <!-- Wicket Gate -->
|
|---|
| 2066 | <item name="Height Restrictor" icon="presets/barrier/height_restrictor.svg" type="node" preset_name_label="true">
|
|---|
| 2067 | <link wiki="Tag:barrier=height_restrictor" />
|
|---|
| 2068 | <key key="barrier" value="height_restrictor" />
|
|---|
| 2069 | <reference ref="optional_maxheight_maxwidth" />
|
|---|
| 2070 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2071 | <space />
|
|---|
| 2072 | <reference ref="highway_access_vehicle" />
|
|---|
| 2073 | <reference ref="check_access_nomotor" />
|
|---|
| 2074 | <reference ref="check_access_motor" />
|
|---|
| 2075 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2076 | </item> <!-- Height Restrictor -->
|
|---|
| 2077 | <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 2078 | <link wiki="Tag:barrier=chain" />
|
|---|
| 2079 | <key key="barrier" value="chain" />
|
|---|
| 2080 | <reference ref="optional_maxwidth" />
|
|---|
| 2081 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2082 | <space />
|
|---|
| 2083 | <reference ref="highway_access_vehicle" />
|
|---|
| 2084 | <reference ref="check_access_nomotor" />
|
|---|
| 2085 | <reference ref="check_access_motor" />
|
|---|
| 2086 | <check key="locked" text="Usually locked"/>
|
|---|
| 2087 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2088 | </item> <!-- Chain -->
|
|---|
| 2089 | <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true">
|
|---|
| 2090 | <link wiki="Tag:barrier=stile" />
|
|---|
| 2091 | <space />
|
|---|
| 2092 | <key key="barrier" value="stile" />
|
|---|
| 2093 | <combo key="stile" text="Type" values="ladder,squeezer,stepover" values_searchable="true" />
|
|---|
| 2094 | <reference ref="optional_maxwidth" />
|
|---|
| 2095 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2096 | <space />
|
|---|
| 2097 | <reference ref="highway_access_vehicle" />
|
|---|
| 2098 | <reference ref="check_access_nomotor" />
|
|---|
| 2099 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2100 | </item> <!-- Stile -->
|
|---|
| 2101 | <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true">
|
|---|
| 2102 | <link wiki="Tag:barrier=turnstile" />
|
|---|
| 2103 | <key key="barrier" value="turnstile" />
|
|---|
| 2104 | <reference ref="optional_maxwidth" />
|
|---|
| 2105 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
|---|
| 2106 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2107 | <space />
|
|---|
| 2108 | <reference ref="highway_access_vehicle" />
|
|---|
| 2109 | <reference ref="check_access_nomotor" />
|
|---|
| 2110 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2111 | </item> <!-- Turnstile -->
|
|---|
| 2112 | <item name="Full-Height Turnstile" icon="presets/barrier/full-height_turnstile.svg" type="node" preset_name_label="true">
|
|---|
| 2113 | <link wiki="Tag:barrier=full-height_turnstile" />
|
|---|
| 2114 | <key key="barrier" value="full-height_turnstile" />
|
|---|
| 2115 | <reference ref="optional_maxheight_maxwidth" />
|
|---|
| 2116 | <text key="maxlength" text="Max. length (meters)" match="key" />
|
|---|
| 2117 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2118 | <space />
|
|---|
| 2119 | <reference ref="highway_access_vehicle" />
|
|---|
| 2120 | <reference ref="check_access_nomotor" />
|
|---|
| 2121 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2122 | </item> <!-- Full-Height Turnstile -->
|
|---|
| 2123 | <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true">
|
|---|
| 2124 | <link wiki="Tag:barrier=sally_port" />
|
|---|
| 2125 | <space />
|
|---|
| 2126 | <key key="barrier" value="sally_port" />
|
|---|
| 2127 | <text key="maxheight" text="Max. height (meters)" match="key" />
|
|---|
| 2128 | <text key="maxwidth" text="Max. width (meters)" match="key" />
|
|---|
| 2129 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 2130 | <space />
|
|---|
| 2131 | <reference ref="highway_access_vehicle" />
|
|---|
| 2132 | <reference ref="check_access_nomotor" />
|
|---|
| 2133 | <reference ref="check_access_motor" />
|
|---|
| 2134 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2135 | </item> <!-- Sally Port -->
|
|---|
| 2136 | </group> <!-- Barriers -->
|
|---|
| 2137 | <group name="Passageways" icon="presets/transport/passage/tunnel.svg">
|
|---|
| 2138 | <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true">
|
|---|
| 2139 | <link wiki="Key:tunnel" />
|
|---|
| 2140 | <key key="tunnel" value="yes" />
|
|---|
| 2141 | <optional>
|
|---|
| 2142 | <text key="name" text="Name" />
|
|---|
| 2143 | <text key="tunnel:name" text="Tunnel name" />
|
|---|
| 2144 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
|
|---|
| 2145 | <text key="width" text="Width (meters)" />
|
|---|
| 2146 | <text key="maxheight" text="Max. height (meters)" />
|
|---|
| 2147 | <text key="maxwidth" text="Max. width (meters)" match="key" />
|
|---|
| 2148 | <space />
|
|---|
| 2149 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 2150 | <text key="maxspeed:forward" text="Max. speed in way direction" />
|
|---|
| 2151 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" />
|
|---|
| 2152 | <space />
|
|---|
| 2153 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 2154 | <check key="toll" text="Toll" />
|
|---|
| 2155 | </optional>
|
|---|
| 2156 | </item> <!-- Tunnel -->
|
|---|
| 2157 | <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true">
|
|---|
| 2158 | <link wiki="Key:tunnel" />
|
|---|
| 2159 | <key key="tunnel" value="building_passage" />
|
|---|
| 2160 | <optional>
|
|---|
| 2161 | <reference ref="name_layer" />
|
|---|
| 2162 | <text key="width" text="Width (meters)" />
|
|---|
| 2163 | <text key="maxheight" text="Max. height (meters)" />
|
|---|
| 2164 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 2165 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 2166 | </optional>
|
|---|
| 2167 | </item> <!-- Building Passage -->
|
|---|
| 2168 | <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true">
|
|---|
| 2169 | <link wiki="Key:covered" />
|
|---|
| 2170 | <space />
|
|---|
| 2171 | <key key="covered" value="arcade" />
|
|---|
| 2172 | <check key="arcade:left" value_on="open" text="Open on left side" disable_off="true" />
|
|---|
| 2173 | <check key="arcade:right" value_on="open" text="Open on right side" disable_off="true" />
|
|---|
| 2174 | <optional>
|
|---|
| 2175 | <reference ref="name_layer" />
|
|---|
| 2176 | <text key="width" text="Width (meters)" />
|
|---|
| 2177 | </optional>
|
|---|
| 2178 | </item> <!-- Arcade -->
|
|---|
| 2179 | <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true">
|
|---|
| 2180 | <link wiki="Key:covered" />
|
|---|
| 2181 | <space />
|
|---|
| 2182 | <key key="covered" value="colonnade" />
|
|---|
| 2183 | <check key="colonnade:left" value_on="open" text="Open on left side" disable_off="true" />
|
|---|
| 2184 | <check key="colonnade:right" value_on="open" text="Open on right side" disable_off="true" />
|
|---|
| 2185 | <optional>
|
|---|
| 2186 | <reference ref="name_layer" />
|
|---|
| 2187 | <text key="width" text="Width (meters)" />
|
|---|
| 2188 | </optional>
|
|---|
| 2189 | </item> <!-- Colonnade -->
|
|---|
| 2190 | <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true">
|
|---|
| 2191 | <link wiki="Key:tunnel" />
|
|---|
| 2192 | <space />
|
|---|
| 2193 | <key key="tunnel" value="avalanche_protector" />
|
|---|
| 2194 | <check key="avalanche_protector:left" value_on="open" text="Open on left side" disable_off="true" />
|
|---|
| 2195 | <check key="avalanche_protector:right" value_on="open" text="Open on right side" disable_off="true" />
|
|---|
| 2196 | <optional>
|
|---|
| 2197 | <reference ref="name_layer" />
|
|---|
| 2198 | <text key="width" text="Width (meters)" />
|
|---|
| 2199 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 2200 | </optional>
|
|---|
| 2201 | </item> <!-- Avalanche Protector -->
|
|---|
| 2202 | </group> <!-- Passageways -->
|
|---|
| 2203 | </group> <!-- Highways -->
|
|---|
| 2204 | <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg">
|
|---|
| 2205 | <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg">
|
|---|
| 2206 | <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true">
|
|---|
| 2207 | <link wiki="Tag:waterway=river" />
|
|---|
| 2208 | <space />
|
|---|
| 2209 | <key key="waterway" value="river" />
|
|---|
| 2210 | <text key="name" text="Name" />
|
|---|
| 2211 | <optional>
|
|---|
| 2212 | <reference ref="waterway" />
|
|---|
| 2213 | <reference ref="wikipedia_wikidata" />
|
|---|
| 2214 | <check key="lock" text="Lock" disable_off="true" />
|
|---|
| 2215 | </optional>
|
|---|
| 2216 | <reference ref="water_access" />
|
|---|
| 2217 | </item> <!-- River -->
|
|---|
| 2218 | <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
|
|---|
| 2219 | <link wiki="Tag:waterway=stream" />
|
|---|
| 2220 | <space />
|
|---|
| 2221 | <key key="waterway" value="stream" />
|
|---|
| 2222 | <text key="name" text="Name" />
|
|---|
| 2223 | <optional>
|
|---|
| 2224 | <reference ref="waterway" />
|
|---|
| 2225 | <reference ref="wikipedia_wikidata" />
|
|---|
| 2226 | </optional>
|
|---|
| 2227 | <reference ref="water_access" />
|
|---|
| 2228 | </item> <!-- Stream -->
|
|---|
| 2229 | <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true">
|
|---|
| 2230 | <link wiki="Tag:waterway=tidal_channel" />
|
|---|
| 2231 | <space />
|
|---|
| 2232 | <key key="waterway" value="tidal_channel" />
|
|---|
| 2233 | <optional>
|
|---|
| 2234 | <text key="name" text="Name" />
|
|---|
| 2235 | <check key="salt" text="Salt Water" disable_off="true" />
|
|---|
| 2236 | <check key="intermittent" text="Intermittent" disable_off="true" />
|
|---|
| 2237 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
|---|
| 2238 | <text key="width" text="Width (meters)" />
|
|---|
| 2239 | <reference ref="wikipedia_wikidata" />
|
|---|
| 2240 | </optional>
|
|---|
| 2241 | </item> <!-- Tidal channel -->
|
|---|
| 2242 | <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true">
|
|---|
| 2243 | <link wiki="Tag:waterway=canal" />
|
|---|
| 2244 | <space />
|
|---|
| 2245 | <key key="waterway" value="canal" />
|
|---|
| 2246 | <text key="name" text="Name" />
|
|---|
| 2247 | <optional>
|
|---|
| 2248 | <combo key="canal" text="Type" values="qanat" values_searchable="true" />
|
|---|
| 2249 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 2250 | <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" values_searchable="true" />
|
|---|
| 2251 | <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" values_searchable="true" />
|
|---|
| 2252 | <text key="width" text="Width (meters)" />
|
|---|
| 2253 | <reference ref="wikipedia_wikidata" />
|
|---|
| 2254 | <check key="lock" text="Lock" disable_off="true" />
|
|---|
| 2255 | </optional>
|
|---|
| 2256 | <reference ref="water_access" />
|
|---|
| 2257 | </item> <!-- Canal -->
|
|---|
| 2258 | <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true">
|
|---|
| 2259 | <link wiki="Tag:waterway=drain" />
|
|---|
| 2260 | <space />
|
|---|
| 2261 | <key key="waterway" value="drain" />
|
|---|
| 2262 | <optional>
|
|---|
| 2263 | <text key="name" text="Name" />
|
|---|
| 2264 | <reference ref="waterway" />
|
|---|
| 2265 | </optional>
|
|---|
| 2266 | </item> <!-- Drain -->
|
|---|
| 2267 | <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true">
|
|---|
| 2268 | <link wiki="Tag:waterway=ditch" />
|
|---|
| 2269 | <space />
|
|---|
| 2270 | <key key="waterway" value="ditch" />
|
|---|
| 2271 | <optional>
|
|---|
| 2272 | <text key="name" text="Name" />
|
|---|
| 2273 | <reference ref="waterway" />
|
|---|
| 2274 | </optional>
|
|---|
| 2275 | </item> <!-- Ditch -->
|
|---|
| 2276 | <separator/>
|
|---|
| 2277 | <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 2278 | <link wiki="Tag:natural=spring" />
|
|---|
| 2279 | <space />
|
|---|
| 2280 | <label text="A point where groundwater naturally flows to the surface of the earth from underground." />
|
|---|
| 2281 | <space />
|
|---|
| 2282 | <key key="natural" value="spring" />
|
|---|
| 2283 | <text key="name" text="Name" />
|
|---|
| 2284 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 2285 | </item> <!-- Spring -->
|
|---|
| 2286 | <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true">
|
|---|
| 2287 | <link wiki="Tag:waterway=waterfall" />
|
|---|
| 2288 | <space />
|
|---|
| 2289 | <key key="waterway" value="waterfall" />
|
|---|
| 2290 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 2291 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 2292 | </item> <!-- Waterfall -->
|
|---|
| 2293 | <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true">
|
|---|
| 2294 | <link wiki="Tag:waterway=weir" />
|
|---|
| 2295 | <space />
|
|---|
| 2296 | <key key="waterway" value="weir" />
|
|---|
| 2297 | <text key="name" text="Name" />
|
|---|
| 2298 | </item> <!-- Weir -->
|
|---|
| 2299 | <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2300 | <link wiki="Tag:waterway=dam" />
|
|---|
| 2301 | <space />
|
|---|
| 2302 | <key key="waterway" value="dam" />
|
|---|
| 2303 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 2304 | </item> <!-- Dam -->
|
|---|
| 2305 | <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true">
|
|---|
| 2306 | <link wiki="Tag:man_made=dyke" />
|
|---|
| 2307 | <space />
|
|---|
| 2308 | <key key="man_made" value="dyke" />
|
|---|
| 2309 | </item> <!-- Levee -->
|
|---|
| 2310 | <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2311 | <link wiki="Tag:man_made=groyne" />
|
|---|
| 2312 | <key key="man_made" value="groyne" />
|
|---|
| 2313 | </item> <!-- Groyne -->
|
|---|
| 2314 | <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2315 | <link wiki="Tag:man_made=breakwater" />
|
|---|
| 2316 | <space />
|
|---|
| 2317 | <key key="man_made" value="breakwater" />
|
|---|
| 2318 | <text key="ref" text="Reference" />
|
|---|
| 2319 | <text key="name" text="Name" />
|
|---|
| 2320 | </item> <!-- Breakwater -->
|
|---|
| 2321 | <separator/>
|
|---|
| 2322 | <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true">
|
|---|
| 2323 | <link wiki="Tag:tunnel=culvert" />
|
|---|
| 2324 | <key key="tunnel" value="culvert" />
|
|---|
| 2325 | <optional>
|
|---|
| 2326 | <text key="name" text="Name" />
|
|---|
| 2327 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
|
|---|
| 2328 | <text key="width" text="Width (meters)" />
|
|---|
| 2329 | </optional>
|
|---|
| 2330 | </item> <!-- Culvert -->
|
|---|
| 2331 | <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true">
|
|---|
| 2332 | <link wiki="Tag:usage=penstock" />
|
|---|
| 2333 | <key key="waterway" value="pressurised" />
|
|---|
| 2334 | <key key="man_made" value="pipeline" />
|
|---|
| 2335 | <key key="substance" value="water" />
|
|---|
| 2336 | <key key="usage" value="penstock" />
|
|---|
| 2337 | <combo key="location" text="Location" values="overground,overhead,surface,underground,underwater" values_context="pipeline" />
|
|---|
| 2338 | <optional>
|
|---|
| 2339 | <reference ref="name_operator" />
|
|---|
| 2340 | <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" />
|
|---|
| 2341 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 2342 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 2343 | <combo key="material" text="Material" values="metal,steel" />
|
|---|
| 2344 | </optional>
|
|---|
| 2345 | </item> <!-- Penstock -->
|
|---|
| 2346 | <separator/>
|
|---|
| 2347 | <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2348 | <link wiki="Tag:landuse=basin" />
|
|---|
| 2349 | <space />
|
|---|
| 2350 | <key key="landuse" value="basin" />
|
|---|
| 2351 | <combo key="basin" text="Type" values="retention,infiltration,detention,evaporation,settling" />
|
|---|
| 2352 | <reference ref="optional_name" />
|
|---|
| 2353 | </item> <!-- Basin -->
|
|---|
| 2354 | <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2355 | <link wiki="Tag:water=reservoir" />
|
|---|
| 2356 | <space />
|
|---|
| 2357 | <key key="natural" value="water" />
|
|---|
| 2358 | <key key="water" value="reservoir" />
|
|---|
| 2359 | <reference ref="optional_name" />
|
|---|
| 2360 | </item> <!-- Reservoir -->
|
|---|
| 2361 | <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2362 | <link wiki="Tag:man_made=reservoir_covered" />
|
|---|
| 2363 | <space />
|
|---|
| 2364 | <key key="man_made" value="reservoir_covered" />
|
|---|
| 2365 | <reference ref="optional_name" />
|
|---|
| 2366 | </item> <!-- Covered Reservoir -->
|
|---|
| 2367 | <separator/>
|
|---|
| 2368 | <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 2369 | <link wiki="Tag:natural=water" />
|
|---|
| 2370 | <space />
|
|---|
| 2371 | <label text="A body of water, such as a lake, pond or river." />
|
|---|
| 2372 | <space />
|
|---|
| 2373 | <key key="natural" value="water" />
|
|---|
| 2374 | <text key="name" text="Name" />
|
|---|
| 2375 | <combo key="water" text="Water Body" match="key" values_searchable="true" >
|
|---|
| 2376 | <list_entry value="stream" icon="presets/nautical/waterway_stream.svg" />
|
|---|
| 2377 | <list_entry value="river" icon="presets/nautical/waterway_river.svg" />
|
|---|
| 2378 | <list_entry value="canal" icon="presets/nautical/waterway_canal.svg" />
|
|---|
| 2379 | <list_entry value="drain" icon="presets/nautical/waterway_drain.svg" />
|
|---|
| 2380 | <list_entry value="ditch" icon="presets/nautical/waterway_ditch.svg" />
|
|---|
| 2381 | <list_entry value="pond" />
|
|---|
| 2382 | <list_entry value="lake" />
|
|---|
| 2383 | <list_entry value="lagoon" />
|
|---|
| 2384 | <list_entry value="oxbow" />
|
|---|
| 2385 | <list_entry value="lock" icon="presets/nautical/lock_gate.svg" />
|
|---|
| 2386 | <list_entry value="basin" icon="presets/landuse/basin.svg" />
|
|---|
| 2387 | <list_entry value="reservoir" icon="presets/landuse/reservoir.svg" />
|
|---|
| 2388 | <list_entry value="wastewater" />
|
|---|
| 2389 | </combo>
|
|---|
| 2390 | <check key="salt" text="Salt Water" disable_off="true" />
|
|---|
| 2391 | <check key="intermittent" text="Intermittent (does not permanently contain water)" disable_off="true" />
|
|---|
| 2392 | <check key="tidal" text="In the tidal range" disable_off="true" />
|
|---|
| 2393 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 2394 | <reference ref="wikipedia_wikidata" />
|
|---|
| 2395 | <reference ref="water_access" />
|
|---|
| 2396 | </item> <!-- Water -->
|
|---|
| 2397 | <item name="Flowline" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true">
|
|---|
| 2398 | <link wiki="Tag:waterway=flowline" />
|
|---|
| 2399 | <space />
|
|---|
| 2400 | <key key="waterway" value="flowline" />
|
|---|
| 2401 | <text key="name" text="Name" />
|
|---|
| 2402 | <reference ref="water_access" />
|
|---|
| 2403 | </item> <!-- Stream -->
|
|---|
| 2404 | <item name="Tailings Pond" icon="presets/misc/tailings_pond.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 2405 | <link wiki="Tag:man_made=tailings_pond" />
|
|---|
| 2406 | <space />
|
|---|
| 2407 | <label text="An area in which waterborn tailings are pumped to allow the separation of solids from the water" />
|
|---|
| 2408 | <space />
|
|---|
| 2409 | <key key="man_made" value="tailings_pond" />
|
|---|
| 2410 | <optional>
|
|---|
| 2411 | <combo key="resource" text="Material associated with the tailings" values="aggregate,bauxite,basalt,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 2412 | <check key="intermittent" text="Intermittent (sometimes wet, sometimes dry)" />
|
|---|
| 2413 | <check key="hazard" value_on="contamination" disable_off="true" text="Hazardous to human health due to chemical contamination"/>
|
|---|
| 2414 | </optional>
|
|---|
| 2415 | </item>
|
|---|
| 2416 | <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 2417 | <link wiki="Tag:natural=coastline" />
|
|---|
| 2418 | <space />
|
|---|
| 2419 | <label text="Line between the sea and land (with the water on the right side of the way)." />
|
|---|
| 2420 | <space />
|
|---|
| 2421 | <key key="natural" value="coastline" />
|
|---|
| 2422 | <text key="name" text="Name" />
|
|---|
| 2423 | </item> <!-- Coastline -->
|
|---|
| 2424 | <separator/>
|
|---|
| 2425 | <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 2426 | <link wiki="Tag:natural=wetland" />
|
|---|
| 2427 | <space />
|
|---|
| 2428 | <label text="Waterlogged area, either permanently or seasonally with vegetation." />
|
|---|
| 2429 | <space />
|
|---|
| 2430 | <key key="natural" value="wetland" />
|
|---|
| 2431 | <text key="name" text="Name" />
|
|---|
| 2432 | <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" />
|
|---|
| 2433 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
|---|
| 2434 | <reference ref="managed" />
|
|---|
| 2435 | </item> <!-- Wetland -->
|
|---|
| 2436 | <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 2437 | <link wiki="Tag:natural=mud" />
|
|---|
| 2438 | <space />
|
|---|
| 2439 | <label text="Large area covered with mud." />
|
|---|
| 2440 | <space />
|
|---|
| 2441 | <key key="natural" value="mud" />
|
|---|
| 2442 | <text key="name" text="Name" />
|
|---|
| 2443 | </item> <!-- Mud -->
|
|---|
| 2444 | <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 2445 | <link wiki="Tag:natural=beach" />
|
|---|
| 2446 | <space />
|
|---|
| 2447 | <label text="A flat area of sand, gravel or pebble next to water." />
|
|---|
| 2448 | <space />
|
|---|
| 2449 | <key key="natural" value="beach" />
|
|---|
| 2450 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 2451 | <optional>
|
|---|
| 2452 | <reference ref="supervised" />
|
|---|
| 2453 | <reference ref="oh_wheelchair" />
|
|---|
| 2454 | <reference ref="POI_access" />
|
|---|
| 2455 | <combo key="surface" text="Surface" values="gravel,pebblestone,sand" />
|
|---|
| 2456 | <multiselect key="sport" text="Sport" values="swimming;surfing" rows="2"/>
|
|---|
| 2457 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
|---|
| 2458 | </optional>
|
|---|
| 2459 | </item> <!-- Beach -->
|
|---|
| 2460 | <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2461 | <link wiki="Tag:natural=bay" />
|
|---|
| 2462 | <space />
|
|---|
| 2463 | <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." />
|
|---|
| 2464 | <space />
|
|---|
| 2465 | <key key="natural" value="bay" />
|
|---|
| 2466 | <text key="name" text="Name" />
|
|---|
| 2467 | <optional>
|
|---|
| 2468 | <check key="bay" text="Fjord" value_on="fjord" disable_off="true" />
|
|---|
| 2469 | </optional>
|
|---|
| 2470 | </item> <!-- Bay -->
|
|---|
| 2471 | <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2472 | <link wiki="Tag:natural=cape" />
|
|---|
| 2473 | <space />
|
|---|
| 2474 | <label text="A prominent, elevated piece of land sticking out into the sea or large lake." />
|
|---|
| 2475 | <space />
|
|---|
| 2476 | <key key="natural" value="cape" />
|
|---|
| 2477 | <text key="name" text="Name" />
|
|---|
| 2478 | </item> <!-- Cape -->
|
|---|
| 2479 | <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2480 | <link wiki="Tag:natural=strait" />
|
|---|
| 2481 | <space />
|
|---|
| 2482 | <key key="natural" value="strait" />
|
|---|
| 2483 | <text key="name" text="Name" />
|
|---|
| 2484 | </item> <!-- Strait -->
|
|---|
| 2485 | </group> <!-- Water -->
|
|---|
| 2486 | <group name="Shipping" icon="presets/nautical/ferry.svg">
|
|---|
| 2487 | <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2488 | <link wiki="Tag:amenity=ferry_terminal" />
|
|---|
| 2489 | <space />
|
|---|
| 2490 | <key key="amenity" value="ferry_terminal" />
|
|---|
| 2491 | <text key="name" text="Name" />
|
|---|
| 2492 | <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" />
|
|---|
| 2493 | </item> <!-- Ferry Terminal -->
|
|---|
| 2494 | <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway" preset_name_label="true">
|
|---|
| 2495 | <link wiki="Tag:route=ferry" />
|
|---|
| 2496 | <key key="route" value="ferry" />
|
|---|
| 2497 | <optional>
|
|---|
| 2498 | <reference ref="name_ref_operator" />
|
|---|
| 2499 | <reference ref="wheelchair" />
|
|---|
| 2500 | <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
|
|---|
| 2501 | <check key="ferry:cable" text="Reaction ferry" />
|
|---|
| 2502 | <space />
|
|---|
| 2503 | <reference ref="oh" />
|
|---|
| 2504 | <reference ref="pt_route_opt2" />
|
|---|
| 2505 | <space />
|
|---|
| 2506 | <reference ref="highway_max" />
|
|---|
| 2507 | </optional>
|
|---|
| 2508 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 2509 | </item> <!-- Ferry Route -->
|
|---|
| 2510 | <separator/>
|
|---|
| 2511 | <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2512 | <link wiki="Tag:leisure=marina" />
|
|---|
| 2513 | <space />
|
|---|
| 2514 | <key key="leisure" value="marina" />
|
|---|
| 2515 | <text key="name" text="Name" />
|
|---|
| 2516 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
|---|
| 2517 | </item> <!-- Marina -->
|
|---|
| 2518 | <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2519 | <link wiki="Tag:waterway=fuel"/>
|
|---|
| 2520 | <space />
|
|---|
| 2521 | <key key="waterway" value="fuel" />
|
|---|
| 2522 | <optional>
|
|---|
| 2523 | <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" />
|
|---|
| 2524 | <reference ref="name_operator" />
|
|---|
| 2525 | <reference ref="oh" />
|
|---|
| 2526 | <space />
|
|---|
| 2527 | <label text="Fuel types:" />
|
|---|
| 2528 | <checkgroup columns="2">
|
|---|
| 2529 | <check key="fuel:diesel" text="Diesel" />
|
|---|
| 2530 | <check key="fuel:biodiesel" text="Bio Diesel" />
|
|---|
| 2531 | <check key="fuel:octane_80" text="Octane 80" />
|
|---|
| 2532 | <check key="fuel:octane_87" text="Octane 87" />
|
|---|
| 2533 | <check key="fuel:octane_91" text="Octane 91" />
|
|---|
| 2534 | <check key="fuel:octane_92" text="Octane 92" />
|
|---|
| 2535 | <check key="fuel:octane_95" text="Octane 95" />
|
|---|
| 2536 | <check key="fuel:octane_98" text="Octane 98" />
|
|---|
| 2537 | <check key="fuel:octane_100" text="Octane 100" />
|
|---|
| 2538 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
|
|---|
| 2539 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
|
|---|
| 2540 | <check key="fuel:ethanol" text="Ethanol (alcohol)" />
|
|---|
| 2541 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
|
|---|
| 2542 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
|
|---|
| 2543 | </checkgroup>
|
|---|
| 2544 | </optional>
|
|---|
| 2545 | <reference ref="link_contact_address_payment" />
|
|---|
| 2546 | </item> <!-- Marine Fuel -->
|
|---|
| 2547 | <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2548 | <link wiki="Tag:man_made=pier" />
|
|---|
| 2549 | <space />
|
|---|
| 2550 | <key key="man_made" value="pier" />
|
|---|
| 2551 | <text key="name" text="Name" />
|
|---|
| 2552 | <combo key="mooring" text="Mooring" values="yes,no,private,commercial" />
|
|---|
| 2553 | <check key="floating" text="Floating" />
|
|---|
| 2554 | </item> <!-- Pier -->
|
|---|
| 2555 | <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true">
|
|---|
| 2556 | <link wiki="Tag:waterway=lock_gate" />
|
|---|
| 2557 | <key key="waterway" value="lock_gate" />
|
|---|
| 2558 | </item> <!-- Lock Gate -->
|
|---|
| 2559 | <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true">
|
|---|
| 2560 | <link wiki="Tag:waterway=turning_point" />
|
|---|
| 2561 | <key key="waterway" value="turning_point" />
|
|---|
| 2562 | </item> <!-- Turning Point -->
|
|---|
| 2563 | <separator/>
|
|---|
| 2564 | <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true">
|
|---|
| 2565 | <link wiki="Tag:leisure=slipway" />
|
|---|
| 2566 | <key key="leisure" value="slipway" />
|
|---|
| 2567 | <optional>
|
|---|
| 2568 | <text key="name" text="Name" />
|
|---|
| 2569 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" />
|
|---|
| 2570 | <reference ref="surface" />
|
|---|
| 2571 | <reference ref="fee" />
|
|---|
| 2572 | </optional>
|
|---|
| 2573 | </item> <!-- Slipway -->
|
|---|
| 2574 | <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2575 | <link wiki="Tag:waterway=boatyard" />
|
|---|
| 2576 | <space />
|
|---|
| 2577 | <key key="waterway" value="boatyard" />
|
|---|
| 2578 | <text key="name" text="Name" />
|
|---|
| 2579 | </item> <!-- Boatyard -->
|
|---|
| 2580 | <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2581 | <link wiki="Tag:waterway=dock" />
|
|---|
| 2582 | <space />
|
|---|
| 2583 | <key key="waterway" value="dock" />
|
|---|
| 2584 | <text key="name" text="Name" />
|
|---|
| 2585 | </item> <!-- Dock -->
|
|---|
| 2586 | </group> <!-- Shipping -->
|
|---|
| 2587 | </group> <!-- Water -->
|
|---|
| 2588 | <group name="Transport" icon="presets/transport/railway/rail.svg">
|
|---|
| 2589 | <group name="Railway" icon="presets/transport/railway/rail.svg">
|
|---|
| 2590 | <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true">
|
|---|
| 2591 | <link wiki="Tag:railway=rail" />
|
|---|
| 2592 | <key key="railway" value="rail" />
|
|---|
| 2593 | <optional>
|
|---|
| 2594 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
|---|
| 2595 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2596 | </optional>
|
|---|
| 2597 | </item> <!-- Rail -->
|
|---|
| 2598 | <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true">
|
|---|
| 2599 | <link wiki="Tag:railway=narrow_gauge" />
|
|---|
| 2600 | <key key="railway" value="narrow_gauge" />
|
|---|
| 2601 | <optional>
|
|---|
| 2602 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
|---|
| 2603 | <reference ref="railway_service" />
|
|---|
| 2604 | <combo key="gauge" text="Gauge (mm)" values="1372,1219,1067,1000,914,900,891,762,760,750,610,600" length="4" />
|
|---|
| 2605 | <reference ref="railway_electrified_yesno" />
|
|---|
| 2606 | </optional>
|
|---|
| 2607 | </item> <!-- Narrow Gauge Rail -->
|
|---|
| 2608 | <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true">
|
|---|
| 2609 | <link wiki="Tag:railway=monorail" />
|
|---|
| 2610 | <key key="railway" value="monorail" />
|
|---|
| 2611 | <optional>
|
|---|
| 2612 | <reference ref="railway_service" />
|
|---|
| 2613 | <reference ref="railway_electrified_yesno" />
|
|---|
| 2614 | </optional>
|
|---|
| 2615 | </item> <!-- Monorail -->
|
|---|
| 2616 | <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true">
|
|---|
| 2617 | <link wiki="Tag:railway=preserved" />
|
|---|
| 2618 | <key key="railway" value="preserved" />
|
|---|
| 2619 | <optional>
|
|---|
| 2620 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2621 | </optional>
|
|---|
| 2622 | </item> <!-- Preserved -->
|
|---|
| 2623 | <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true">
|
|---|
| 2624 | <link wiki="Tag:railway=light_rail" />
|
|---|
| 2625 | <key key="railway" value="light_rail" />
|
|---|
| 2626 | <optional>
|
|---|
| 2627 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2628 | </optional>
|
|---|
| 2629 | </item> <!-- Light Rail -->
|
|---|
| 2630 | <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true">
|
|---|
| 2631 | <link wiki="Tag:railway=subway" />
|
|---|
| 2632 | <key key="railway" value="subway" />
|
|---|
| 2633 | <optional>
|
|---|
| 2634 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2635 | </optional>
|
|---|
| 2636 | </item> <!-- Subway -->
|
|---|
| 2637 | <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true">
|
|---|
| 2638 | <link wiki="Tag:railway=tram" />
|
|---|
| 2639 | <key key="railway" value="tram" />
|
|---|
| 2640 | <optional>
|
|---|
| 2641 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2642 | </optional>
|
|---|
| 2643 | </item> <!-- Tram -->
|
|---|
| 2644 | <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true">
|
|---|
| 2645 | <link wiki="Tag:railway=funicular" />
|
|---|
| 2646 | <key key="railway" value="funicular" />
|
|---|
| 2647 | <optional>
|
|---|
| 2648 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2649 | </optional>
|
|---|
| 2650 | </item> <!-- Funicular -->
|
|---|
| 2651 | <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true">
|
|---|
| 2652 | <link wiki="Tag:highway=bus_guideway" />
|
|---|
| 2653 | <key key="highway" value="bus_guideway" />
|
|---|
| 2654 | <optional>
|
|---|
| 2655 | <text key="name" text="Name" />
|
|---|
| 2656 | <reference ref="highway_yesno" />
|
|---|
| 2657 | <check key="oneway" text="Oneway" />
|
|---|
| 2658 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 2659 | <reference ref="surface_smoothness" />
|
|---|
| 2660 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 2661 | <text key="width" text="Width (meters)" />
|
|---|
| 2662 | </optional>
|
|---|
| 2663 | </item> <!-- Bus Guideway -->
|
|---|
| 2664 | <item name="Miniature Rail" icon="presets/transport/railway/miniature_rail.svg" type="way" preset_name_label="true">
|
|---|
| 2665 | <link wiki="Tag:railway=miniature" />
|
|---|
| 2666 | <key key="railway" value="miniature" />
|
|---|
| 2667 | <optional>
|
|---|
| 2668 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2669 | </optional>
|
|---|
| 2670 | </item>
|
|---|
| 2671 | <separator/>
|
|---|
| 2672 | <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true">
|
|---|
| 2673 | <link wiki="Key:construction" />
|
|---|
| 2674 | <key key="railway" value="construction" />
|
|---|
| 2675 | <combo key="construction" text="Railway type" values_sort="false">
|
|---|
| 2676 | <list_entry value="rail" display_value="Rail" icon="presets/transport/railway/rail.svg" />
|
|---|
| 2677 | <list_entry value="narrow_gauge" display_value="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" />
|
|---|
| 2678 | <list_entry value="monorail" display_value="Monorail" icon="presets/transport/railway/monorail.svg" />
|
|---|
| 2679 | <list_entry value="preserved" display_value="Preserved" icon="presets/transport/railway/preserved.svg" />
|
|---|
| 2680 | <list_entry value="light_rail" display_value="Light Rail" icon="presets/transport/railway/light_rail.svg" />
|
|---|
| 2681 | <list_entry value="subway" display_value="Subway" icon="presets/transport/railway/subway.svg" />
|
|---|
| 2682 | <list_entry value="tram" display_value="Tram" icon="presets/transport/railway/tram.svg" />
|
|---|
| 2683 | <list_entry value="funicular" display_value="Funicular" icon="presets/transport/railway/funicular.svg" />
|
|---|
| 2684 | </combo>
|
|---|
| 2685 | <optional>
|
|---|
| 2686 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" />
|
|---|
| 2687 | <reference ref="railway_service_gauge_electrified_yesno" />
|
|---|
| 2688 | </optional>
|
|---|
| 2689 | </item> <!-- Railway construction -->
|
|---|
| 2690 | <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true">
|
|---|
| 2691 | <link wiki="Tag:railway=disused" />
|
|---|
| 2692 | <key key="railway" value="disused" />
|
|---|
| 2693 | <optional>
|
|---|
| 2694 | <reference ref="railway_service" />
|
|---|
| 2695 | <reference ref="highway_yesno" />
|
|---|
| 2696 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 2697 | </optional>
|
|---|
| 2698 | </item> <!-- Disused Rail -->
|
|---|
| 2699 | <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true">
|
|---|
| 2700 | <link wiki="Tag:railway=abandoned" />
|
|---|
| 2701 | <key key="railway" value="abandoned" />
|
|---|
| 2702 | <optional>
|
|---|
| 2703 | <reference ref="railway_service" />
|
|---|
| 2704 | <reference ref="highway_yesno" />
|
|---|
| 2705 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 2706 | </optional>
|
|---|
| 2707 | </item> <!-- Abandoned Rail -->
|
|---|
| 2708 | <separator/>
|
|---|
| 2709 | <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true">
|
|---|
| 2710 | <link wiki="Tag:railway=level_crossing" />
|
|---|
| 2711 | <key key="railway" value="level_crossing" />
|
|---|
| 2712 | <optional>
|
|---|
| 2713 | <reference ref="supervised" />
|
|---|
| 2714 | <check key="crossing:light" text="Traffic lights" />
|
|---|
| 2715 | <check key="crossing:bell" text="Sound signals" />
|
|---|
| 2716 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
|
|---|
| 2717 | </optional>
|
|---|
| 2718 | </item> <!-- Level Crossing -->
|
|---|
| 2719 | <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true">
|
|---|
| 2720 | <link wiki="Tag:railway=crossing" />
|
|---|
| 2721 | <key key="railway" value="crossing" />
|
|---|
| 2722 | <optional>
|
|---|
| 2723 | <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" />
|
|---|
| 2724 | <reference ref="supervised" />
|
|---|
| 2725 | <reference ref="check_crossing_access" />
|
|---|
| 2726 | <check key="crossing:light" text="Traffic lights" />
|
|---|
| 2727 | <check key="crossing:bell" text="Sound signals" />
|
|---|
| 2728 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" />
|
|---|
| 2729 | <reference ref="crossing_markings" />
|
|---|
| 2730 | </optional>
|
|---|
| 2731 | </item> <!-- Crossing -->
|
|---|
| 2732 | <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 2733 | <link wiki="Tag:railway=turntable" />
|
|---|
| 2734 | <key key="railway" value="turntable" />
|
|---|
| 2735 | </item> <!-- Turntable -->
|
|---|
| 2736 | <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true">
|
|---|
| 2737 | <link wiki="Tag:railway=buffer_stop" />
|
|---|
| 2738 | <key key="railway" value="buffer_stop" />
|
|---|
| 2739 | </item> <!-- Buffer Stop -->
|
|---|
| 2740 | <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true">
|
|---|
| 2741 | <link wiki="Tag:railway=switch" />
|
|---|
| 2742 | <key key="railway" value="switch" />
|
|---|
| 2743 | <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" />
|
|---|
| 2744 | <reference ref="ref_operator" />
|
|---|
| 2745 | </item> <!-- Railway Switch -->
|
|---|
| 2746 | <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true">
|
|---|
| 2747 | <link wiki="Tag:railway=railway_crossing" />
|
|---|
| 2748 | <key key="railway" value="railway_crossing" />
|
|---|
| 2749 | <reference ref="ref_operator" />
|
|---|
| 2750 | </item> <!-- Railway crossing -->
|
|---|
| 2751 | <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true">
|
|---|
| 2752 | <link wiki="Tag:railway=signal" />
|
|---|
| 2753 | <key key="railway" value="signal" />
|
|---|
| 2754 | <reference ref="ref_operator" />
|
|---|
| 2755 | </item> <!-- Railway Signal -->
|
|---|
| 2756 | <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true">
|
|---|
| 2757 | <link wiki="Tag:railway=milestone" />
|
|---|
| 2758 | <key key="railway" value="milestone" />
|
|---|
| 2759 | <text key="railway:position" text="Position (kilometers)" />
|
|---|
| 2760 | <text key="ref" text="Reference" />
|
|---|
| 2761 | </item> <!-- Railway Milestone -->
|
|---|
| 2762 | </group> <!-- Railway -->
|
|---|
| 2763 | <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg">
|
|---|
| 2764 | <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true">
|
|---|
| 2765 | <link wiki="Tag:aerialway=cable_car" />
|
|---|
| 2766 | <space />
|
|---|
| 2767 | <key key="aerialway" value="cable_car" />
|
|---|
| 2768 | <reference ref="name_ref" />
|
|---|
| 2769 | <optional>
|
|---|
| 2770 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2771 | <text key="aerialway:occupancy" text="Number of people per car" />
|
|---|
| 2772 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2773 | <check key="aerialway:heating" text="Has heating?" />
|
|---|
| 2774 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2775 | <space />
|
|---|
| 2776 | <text key="operator" text="Operator" />
|
|---|
| 2777 | <reference ref="oh" />
|
|---|
| 2778 | <reference ref="fee" />
|
|---|
| 2779 | </optional>
|
|---|
| 2780 | </item> <!-- Cable Car -->
|
|---|
| 2781 | <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true">
|
|---|
| 2782 | <link wiki="Tag:aerialway=chair_lift" />
|
|---|
| 2783 | <space />
|
|---|
| 2784 | <key key="aerialway" value="chair_lift" />
|
|---|
| 2785 | <reference ref="name_ref" />
|
|---|
| 2786 | <optional>
|
|---|
| 2787 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2788 | <text key="aerialway:occupancy" text="Number of people per chair" />
|
|---|
| 2789 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2790 | <check key="aerialway:bubble" text="Has bubble?" />
|
|---|
| 2791 | <check key="aerialway:heating" text="Has heating?" />
|
|---|
| 2792 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2793 | <space />
|
|---|
| 2794 | <text key="operator" text="Operator" />
|
|---|
| 2795 | <reference ref="oh" />
|
|---|
| 2796 | <reference ref="fee" />
|
|---|
| 2797 | </optional>
|
|---|
| 2798 | </item> <!-- Chair Lift -->
|
|---|
| 2799 | <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true">
|
|---|
| 2800 | <link wiki="Tag:aerialway=gondola" />
|
|---|
| 2801 | <space />
|
|---|
| 2802 | <key key="aerialway" value="gondola" />
|
|---|
| 2803 | <reference ref="name_ref" />
|
|---|
| 2804 | <optional>
|
|---|
| 2805 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2806 | <text key="aerialway:occupancy" text="Number of people per gondola" />
|
|---|
| 2807 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2808 | <check key="aerialway:heating" text="Has heating?" />
|
|---|
| 2809 | <space />
|
|---|
| 2810 | <text key="operator" text="Operator" />
|
|---|
| 2811 | <reference ref="oh" />
|
|---|
| 2812 | <reference ref="fee" />
|
|---|
| 2813 | </optional>
|
|---|
| 2814 | </item> <!-- Gondola -->
|
|---|
| 2815 | <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true">
|
|---|
| 2816 | <link wiki="Tag:aerialway=mixed_lift" />
|
|---|
| 2817 | <space />
|
|---|
| 2818 | <key key="aerialway" value="mixed_lift" />
|
|---|
| 2819 | <reference ref="name_ref" />
|
|---|
| 2820 | <optional>
|
|---|
| 2821 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2822 | <text key="aerialway:occupancy" text="Number of people per gondola/chair" />
|
|---|
| 2823 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2824 | <check key="aerialway:bubble" text="Has bubble?" />
|
|---|
| 2825 | <check key="aerialway:heating" text="Has heating?" />
|
|---|
| 2826 | <space />
|
|---|
| 2827 | <text key="operator" text="Operator" />
|
|---|
| 2828 | <reference ref="oh" />
|
|---|
| 2829 | <reference ref="fee" />
|
|---|
| 2830 | </optional>
|
|---|
| 2831 | </item> <!-- Mixed Lift -->
|
|---|
| 2832 | <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true">
|
|---|
| 2833 | <link wiki="Tag:aerialway=drag_lift" />
|
|---|
| 2834 | <space />
|
|---|
| 2835 | <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" />
|
|---|
| 2836 | <reference ref="name_ref" />
|
|---|
| 2837 | <optional>
|
|---|
| 2838 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2839 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2840 | <space />
|
|---|
| 2841 | <text key="operator" text="Operator" />
|
|---|
| 2842 | <reference ref="oh" />
|
|---|
| 2843 | <reference ref="fee" />
|
|---|
| 2844 | </optional>
|
|---|
| 2845 | </item> <!-- Drag Lift -->
|
|---|
| 2846 | <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true">
|
|---|
| 2847 | <link wiki="Tag:aerialway=magic_carpet" />
|
|---|
| 2848 | <space />
|
|---|
| 2849 | <key key="aerialway" value="magic_carpet" />
|
|---|
| 2850 | <reference ref="name_ref" />
|
|---|
| 2851 | <optional>
|
|---|
| 2852 | <text key="aerialway:capacity" text="Number of people per hour" />
|
|---|
| 2853 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2854 | <space />
|
|---|
| 2855 | <text key="operator" text="Operator" />
|
|---|
| 2856 | <reference ref="oh" />
|
|---|
| 2857 | <reference ref="fee" />
|
|---|
| 2858 | </optional>
|
|---|
| 2859 | </item> <!-- Magic Carpet -->
|
|---|
| 2860 | <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true">
|
|---|
| 2861 | <link wiki="Tag:aerialway=goods" />
|
|---|
| 2862 | <space />
|
|---|
| 2863 | <key key="aerialway" value="goods" />
|
|---|
| 2864 | <optional>
|
|---|
| 2865 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2866 | <reference ref="name_ref_operator" />
|
|---|
| 2867 | <text key="aerialway:duration" text="Typical journey time in minutes" />
|
|---|
| 2868 | </optional>
|
|---|
| 2869 | </item> <!-- Goods -->
|
|---|
| 2870 | <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true">
|
|---|
| 2871 | <link wiki="Tag:aerialway=zip_line" />
|
|---|
| 2872 | <space />
|
|---|
| 2873 | <key key="aerialway" value="zip_line" />
|
|---|
| 2874 | <optional>
|
|---|
| 2875 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2876 | <space />
|
|---|
| 2877 | <reference ref="name_ref_operator" />
|
|---|
| 2878 | <reference ref="oh" />
|
|---|
| 2879 | <reference ref="fee" />
|
|---|
| 2880 | <reference ref="min_age" />
|
|---|
| 2881 | <text key="maxweight" text="Max. weight (tonnes)" />
|
|---|
| 2882 | </optional>
|
|---|
| 2883 | </item> <!-- Zip line -->
|
|---|
| 2884 | <separator/>
|
|---|
| 2885 | <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2886 | <link wiki="Tag:aerialway=station" />
|
|---|
| 2887 | <space />
|
|---|
| 2888 | <key key="aerialway" value="station" />
|
|---|
| 2889 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2890 | <reference ref="name_ref_operator" />
|
|---|
| 2891 | </item> <!-- Station -->
|
|---|
| 2892 | <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true">
|
|---|
| 2893 | <link wiki="Tag:aerialway=pylon" />
|
|---|
| 2894 | <space />
|
|---|
| 2895 | <key key="aerialway" value="pylon" />
|
|---|
| 2896 | <combo key="usage" text="Usage" values="industrial,freight,tourism" values_context="usage" values_searchable="true" />
|
|---|
| 2897 | <reference ref="name_ref" />
|
|---|
| 2898 | </item> <!-- Pylon -->
|
|---|
| 2899 | </group> <!-- Aerialway -->
|
|---|
| 2900 | <separator/>
|
|---|
| 2901 | <group name="Car" icon="presets/shop/vehicle.svg">
|
|---|
| 2902 | <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2903 | <link wiki="Tag:amenity=parking" />
|
|---|
| 2904 | <space />
|
|---|
| 2905 | <key key="amenity" value="parking" />
|
|---|
| 2906 | <reference ref="parking_name_ref" />
|
|---|
| 2907 | <text key="maxheight" text="Max. height (meters)" />
|
|---|
| 2908 | <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" />
|
|---|
| 2909 | <reference ref="access_fee_operator_surface_smoothness" />
|
|---|
| 2910 | <space />
|
|---|
| 2911 | <text key="capacity" text="Capacity (overall)" />
|
|---|
| 2912 | <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" />
|
|---|
| 2913 | <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" />
|
|---|
| 2914 | <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" />
|
|---|
| 2915 | <label text="See the Wiki for other capacity:[types]=*." />
|
|---|
| 2916 | <space />
|
|---|
| 2917 | <reference ref="maxstay" />
|
|---|
| 2918 | <reference ref="supervised_lit_oh" />
|
|---|
| 2919 | <space />
|
|---|
| 2920 | <label text="Only for street side parking: "/>
|
|---|
| 2921 | <combo key="orientation" text="Orientation" values="diagonal,parallel,perpendicular" />
|
|---|
| 2922 | </item> <!-- Parking -->
|
|---|
| 2923 | <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 2924 | <link wiki="Tag:amenity=parking_space" />
|
|---|
| 2925 | <space />
|
|---|
| 2926 | <key key="amenity" value="parking_space" />
|
|---|
| 2927 | <combo key="parking_space" text="Type of parking space" values="disabled,normal,charging,hgv,bus,motorcycle,parent" />
|
|---|
| 2928 | <reference ref="parking_name_ref" />
|
|---|
| 2929 | <text key="capacity" text="Capacity" />
|
|---|
| 2930 | <reference ref="access_fee_operator_surface_smoothness" />
|
|---|
| 2931 | <reference ref="maxstay" />
|
|---|
| 2932 | <reference ref="supervised_lit_oh" />
|
|---|
| 2933 | <check key="covered" text="Covered (with roof)" />
|
|---|
| 2934 | </item> <!-- Parking Space -->
|
|---|
| 2935 | <item name="Trolley Bay/Cart Corral" icon="presets/vehicle/parking/trolley_bay.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 2936 | <link wiki="Tag:amenity=trolley_bay" />
|
|---|
| 2937 | <label text="This is for shopping carts, not public transport vehicles." text_context="Tag:amenity=trolley_bay" />
|
|---|
| 2938 | <space />
|
|---|
| 2939 | <key key="amenity" value="trolley_bay" />
|
|---|
| 2940 | </item>
|
|---|
| 2941 | <item name="Parking Entrance/Exit" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true">
|
|---|
| 2942 | <link wiki="Tag:amenity=parking_entrance" />
|
|---|
| 2943 | <space />
|
|---|
| 2944 | <key key="amenity" value="parking_entrance" />
|
|---|
| 2945 | <reference ref="parking_name_ref" />
|
|---|
| 2946 | <text key="maxheight" text="Max. height (meters)" />
|
|---|
| 2947 | <reference ref="access_fee_operator_surface_smoothness" />
|
|---|
| 2948 | <reference ref="supervised_lit_oh" />
|
|---|
| 2949 | <check key="covered" text="Covered (with roof)" />
|
|---|
| 2950 | </item> <!-- Parking Entrance/Exit -->
|
|---|
| 2951 | <separator/>
|
|---|
| 2952 | <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 2953 | <link wiki="Tag:amenity=fuel" />
|
|---|
| 2954 | <space />
|
|---|
| 2955 | <key key="amenity" value="fuel" />
|
|---|
| 2956 | <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" />
|
|---|
| 2957 | <optional>
|
|---|
| 2958 | <reference ref="name_operator" />
|
|---|
| 2959 | <reference ref="oh_wheelchair" />
|
|---|
| 2960 | <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" />
|
|---|
| 2961 | <space />
|
|---|
| 2962 | <label text="Fuel types:" />
|
|---|
| 2963 | <checkgroup columns="2">
|
|---|
| 2964 | <check key="fuel:diesel" text="Diesel" />
|
|---|
| 2965 | <check key="fuel:biodiesel" text="Bio Diesel" />
|
|---|
| 2966 | <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" />
|
|---|
| 2967 | <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" />
|
|---|
| 2968 | <check key="fuel:octane_80" text="Octane 80" />
|
|---|
| 2969 | <check key="fuel:octane_87" text="Octane 87" />
|
|---|
| 2970 | <check key="fuel:octane_91" text="Octane 91" />
|
|---|
| 2971 | <check key="fuel:octane_92" text="Octane 92" />
|
|---|
| 2972 | <check key="fuel:octane_95" text="Octane 95" />
|
|---|
| 2973 | <check key="fuel:octane_98" text="Octane 98" />
|
|---|
| 2974 | <check key="fuel:octane_100" text="Octane 100" />
|
|---|
| 2975 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" />
|
|---|
| 2976 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" />
|
|---|
| 2977 | <check key="fuel:ethanol" text="Ethanol (alcohol)" />
|
|---|
| 2978 | <check key="fuel:1_25" text="1/25 mix (mofa/moped)" />
|
|---|
| 2979 | <check key="fuel:1_50" text="1/50 mix (mofa/moped)" />
|
|---|
| 2980 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" />
|
|---|
| 2981 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" />
|
|---|
| 2982 | <check key="fuel:biogas" text="Biogas" />
|
|---|
| 2983 | </checkgroup>
|
|---|
| 2984 | <space />
|
|---|
| 2985 | <label text="Additives:" />
|
|---|
| 2986 | <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" />
|
|---|
| 2987 | <space />
|
|---|
| 2988 | <label text="Fuel cards:" />
|
|---|
| 2989 | <checkgroup columns="3">
|
|---|
| 2990 | <check key="payment:dkv" text="DKV" />
|
|---|
| 2991 | <check key="payment:routex" text="Routex" />
|
|---|
| 2992 | <check key="payment:uta" text="UTA" />
|
|---|
| 2993 | </checkgroup>
|
|---|
| 2994 | </optional>
|
|---|
| 2995 | <reference ref="link_contact_address_payment" />
|
|---|
| 2996 | <preset_link preset_name="Building" />
|
|---|
| 2997 | </item> <!-- Fuel -->
|
|---|
| 2998 | <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 2999 | <link wiki="Tag:amenity=charging_station" />
|
|---|
| 3000 | <space />
|
|---|
| 3001 | <key key="amenity" value="charging_station" />
|
|---|
| 3002 | <reference ref="name_ref"/>
|
|---|
| 3003 | <text key="network" text="Charging Network (Mobility Service Provider)" />
|
|---|
| 3004 | <text key="operator" text="Operator (Charge Point Operator)" />
|
|---|
| 3005 | <reference ref="oh" />
|
|---|
| 3006 | <text key="capacity" text="Simultaneously usable charging spots" default="" delete_if_empty="true" />
|
|---|
| 3007 | <text key="level" text="Storey" default="" delete_if_empty="true" />
|
|---|
| 3008 | <label text="Surroundings and Fees:" />
|
|---|
| 3009 | <checkgroup columns="3">
|
|---|
| 3010 | <check key="covered" text="Covered" default="" delete_if_empty="true" />
|
|---|
| 3011 | <check key="fee" text="Charging fee" default="on" delete_if_empty="true" />
|
|---|
| 3012 | <check key="parking:fee" text="Parking fee" default="" delete_if_empty="true" />
|
|---|
| 3013 | </checkgroup>
|
|---|
| 3014 | <label text="Types of vehicles which can be charged:" />
|
|---|
| 3015 | <checkgroup columns="3">
|
|---|
| 3016 | <check key="motorcar" text="Cars" default="on" delete_if_empty="true" />
|
|---|
| 3017 | <check key="motorcycle" text="Motorcycles" default="on" delete_if_empty="true" />
|
|---|
| 3018 | <check key="hgv" text="Trucks (HGV)" default="" delete_if_empty="true" />
|
|---|
| 3019 | </checkgroup>
|
|---|
| 3020 | <label text="(Note: For most charging stations, check 'Cars' and 'Motorcycles'. Check 'Trucks' only if there is sufficient space.)" />
|
|---|
| 3021 | <space />
|
|---|
| 3022 | <label text="Number of Sockets:" />
|
|---|
| 3023 | <text key="socket:type1" text="IEC Type 1" default="" delete_if_empty="true" />
|
|---|
| 3024 | <text key="socket:type2" text="IEC Type 2 (Mennekes) socket only" default="" delete_if_empty="true" />
|
|---|
| 3025 | <text key="socket:type2_cable" text="IEC Type 2 (Mennekes) with cable" default="" delete_if_empty="true" />
|
|---|
| 3026 | <text key="socket:type2_combo" text="IEC Type 2 Combo (CCS)" default="" delete_if_empty="true" />
|
|---|
| 3027 | <text key="socket:chademo" text="CHAdeMO" default="" delete_if_empty="true" />
|
|---|
| 3028 | <text key="socket:tesla_supercharger" text="Tesla Supercharger" default="" delete_if_empty="true" />
|
|---|
| 3029 | <text key="socket:schuko" text="Schuko" default="" delete_if_empty="true" />
|
|---|
| 3030 | <space />
|
|---|
| 3031 | <label text="Charging Power (e.g. '22 kW'):" />
|
|---|
| 3032 | <text key="socket:type1:output" text="IEC Type 1" default="" delete_if_empty="true" />
|
|---|
| 3033 | <text key="socket:type2:output" text="IEC Type 2 (Mennekes) socket only" default="" delete_if_empty="true" />
|
|---|
| 3034 | <text key="socket:type2_cable:output" text="IEC Type 2 (Mennekes) with cable" default="" delete_if_empty="true" />
|
|---|
| 3035 | <text key="socket:type2_combo:output" text="IEC Type 2 Combo (CCS)" default="" delete_if_empty="true" />
|
|---|
| 3036 | <text key="socket:chademo:output" text="CHAdeMO" default="" delete_if_empty="true" />
|
|---|
| 3037 | <text key="socket:tesla_supercharger:output" text="Tesla Supercharger" default="" delete_if_empty="true" />
|
|---|
| 3038 | <text key="socket:schuko:output" text="Schuko" default="" delete_if_empty="true" />
|
|---|
| 3039 | <space />
|
|---|
| 3040 | <label text="Unlocking (Authentication):" />
|
|---|
| 3041 | <checkgroup columns="3">
|
|---|
| 3042 | <check key="authentication:app" text="Unlock through App" />
|
|---|
| 3043 | <check key="authentication:contactless" text="Unlock through RFID/NFC" />
|
|---|
| 3044 | <check key="authentication:none" text="Usable without registration" />
|
|---|
| 3045 | </checkgroup>
|
|---|
| 3046 | <preset_link preset_name="Payment Methods" text="Edit Payment Methods (only if usable without registration)" />
|
|---|
| 3047 | </item> <!-- Charging Station -->
|
|---|
| 3048 | <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3049 | <link wiki="Tag:amenity=car_wash" />
|
|---|
| 3050 | <space />
|
|---|
| 3051 | <key key="amenity" value="car_wash" />
|
|---|
| 3052 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 3053 | <checkgroup columns="2">
|
|---|
| 3054 | <check key="automated" text="Automated" text_context="car_wash" />
|
|---|
| 3055 | <check key="self_service" text="Self Service" />
|
|---|
| 3056 | </checkgroup>
|
|---|
| 3057 | <reference ref="link_contact_address_payment" />
|
|---|
| 3058 | </item> <!-- Wash -->
|
|---|
| 3059 | <separator/>
|
|---|
| 3060 | <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3061 | <link wiki="Tag:shop=car" />
|
|---|
| 3062 | <space />
|
|---|
| 3063 | <key key="shop" value="car" />
|
|---|
| 3064 | <reference ref="car_brands" />
|
|---|
| 3065 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 3066 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
|---|
| 3067 | <reference ref="link_contact_address_payment" />
|
|---|
| 3068 | </item> <!-- Car Dealer -->
|
|---|
| 3069 | <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3070 | <link wiki="Tag:shop=car_repair" />
|
|---|
| 3071 | <space />
|
|---|
| 3072 | <key key="shop" value="car_repair" />
|
|---|
| 3073 | <reference ref="car_brands" />
|
|---|
| 3074 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 3075 | <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres;inspection" rows="4" />
|
|---|
| 3076 | <optional text="Alternate service tagging">
|
|---|
| 3077 | <checkgroup columns="4">
|
|---|
| 3078 | <check key="service:vehicle:car_repair" text="Car repair" text_context="shop=car_repair"/> <!-- If it doesn't repair cars, we want to know -->
|
|---|
| 3079 | <check key="service:vehicle:truck_repair" text="Truck repair" text_context="shop=car_repair"/> <!-- If it doesn't repair trucks, we want to know -->
|
|---|
| 3080 | <check key="service:vehicle:new_car_sales" text="Sells new cars" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3081 | <check key="service:vehicle:used_car_sales" text="Sells used cars" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3082 | <check key="service:vehicle:air_conditioning" text="Repairs AC" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3083 | <check key="service:vehicle:alignment" text="Aligns tyres" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3084 | <check key="service:vehicle:batteries" text="Repairs/replaces batteries" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3085 | <check key="service:vehicle:body_repair" text="Repairs body" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3086 | <check key="service:vehicle:brakes" text="Services brakes" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3087 | <check key="service:vehicle:car_parts" text="Sells car parts" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3088 | <check key="service:vehicle:diagnostics" text="Performs diagnostics" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3089 | <check key="service:vehicle:electrical" text="Repairs electrical" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3090 | <check key="service:vehicle:glass" text="Repairs glass" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3091 | <check key="service:vehicle:inspection" text="State mandated inspections" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3092 | <check key="service:vehicle:motor" text="Repairs motor" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3093 | <check key="service:vehicle:muffler" text="Repairs muffler" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3094 | <check key="service:vehicle:oil_change" text="Performs oil changes" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3095 | <check key="service:vehicle:painting" text="Paints exterior" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3096 | <check key="service:vehicle:transmission" text="Repairs transmission" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3097 | <check key="service:vehicle:tyres" text="Replaces tires" text_context="shop=car_repair" disable_off="true"/>
|
|---|
| 3098 | </checkgroup>
|
|---|
| 3099 | </optional>
|
|---|
| 3100 | <reference ref="link_contact_address_payment" />
|
|---|
| 3101 | </item> <!-- Repair -->
|
|---|
| 3102 | <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3103 | <link wiki="Tag:shop=car_parts" />
|
|---|
| 3104 | <space />
|
|---|
| 3105 | <key key="shop" value="car_parts" />
|
|---|
| 3106 | <reference ref="car_brands" />
|
|---|
| 3107 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 3108 | <reference ref="link_contact_address_payment" />
|
|---|
| 3109 | </item> <!-- Parts -->
|
|---|
| 3110 | <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3111 | <link wiki="Tag:shop=tyres" />
|
|---|
| 3112 | <space />
|
|---|
| 3113 | <key key="shop" value="tyres" />
|
|---|
| 3114 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 3115 | <reference ref="link_contact_address_payment" />
|
|---|
| 3116 | </item> <!-- Tires -->
|
|---|
| 3117 | <separator/>
|
|---|
| 3118 | <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3119 | <link wiki="Tag:amenity=car_rental" />
|
|---|
| 3120 | <space />
|
|---|
| 3121 | <key key="amenity" value="car_rental" />
|
|---|
| 3122 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 3123 | <reference ref="link_contact_address_payment" />
|
|---|
| 3124 | </item> <!-- Rental -->
|
|---|
| 3125 | <item name="Vehicle Inspection" icon="presets/vehicle/vehicle_inspection.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3126 | <link wiki="Tag:amenity=vehicle_inspection" />
|
|---|
| 3127 | <space />
|
|---|
| 3128 | <key key="amenity" value="vehicle_inspection" />
|
|---|
| 3129 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 3130 | <reference ref="link_contact_address_payment" />
|
|---|
| 3131 | <preset_link preset_name="Repair" text="Similar but different tags:"/>
|
|---|
| 3132 | </item> <!-- Vehicle Inspection -->
|
|---|
| 3133 | <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3134 | <link wiki="Tag:amenity=car_pooling" />
|
|---|
| 3135 | <space />
|
|---|
| 3136 | <key key="amenity" value="car_pooling" />
|
|---|
| 3137 | <text key="operator" text="Operator" />
|
|---|
| 3138 | <text key="network" text="Network" />
|
|---|
| 3139 | <text key="capacity" text="Capacity" />
|
|---|
| 3140 | <reference ref="name_oh_wheelchair" />
|
|---|
| 3141 | <text key="website" text="Website" />
|
|---|
| 3142 | </item> <!-- Pooling -->
|
|---|
| 3143 | <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3144 | <link wiki="Tag:amenity=car_sharing" />
|
|---|
| 3145 | <space />
|
|---|
| 3146 | <key key="amenity" value="car_sharing" />
|
|---|
| 3147 | <text key="operator" text="Operator" />
|
|---|
| 3148 | <text key="capacity" text="Capacity" />
|
|---|
| 3149 | <reference ref="name_oh_wheelchair" />
|
|---|
| 3150 | <text key="website" text="Website" />
|
|---|
| 3151 | </item> <!-- Sharing -->
|
|---|
| 3152 | </group> <!-- Car -->
|
|---|
| 3153 | <group name="Motorcycle" icon="presets/vehicle/motorbike.svg">
|
|---|
| 3154 | <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3155 | <link wiki="Tag:amenity=motorcycle_parking" />
|
|---|
| 3156 | <space />
|
|---|
| 3157 | <key key="amenity" value="motorcycle_parking" />
|
|---|
| 3158 | <reference ref="parking_name_ref" />
|
|---|
| 3159 | <text key="capacity" text="Capacity" />
|
|---|
| 3160 | <reference ref="access_fee_operator_surface_smoothness" />
|
|---|
| 3161 | <reference ref="supervised_lit_oh" />
|
|---|
| 3162 | <reference ref="maxstay" />
|
|---|
| 3163 | <check key="covered" text="Covered (with roof)" />
|
|---|
| 3164 | <space />
|
|---|
| 3165 | <label text="Only for street side parking: "/>
|
|---|
| 3166 | <combo key="orientation" text="Orientation" values="diagonal,parallel,perpendicular" />
|
|---|
| 3167 | </item> <!-- Parking -->
|
|---|
| 3168 | <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3169 | <link wiki="Tag:shop=motorcycle" />
|
|---|
| 3170 | <space />
|
|---|
| 3171 | <key key="shop" value="motorcycle" />
|
|---|
| 3172 | <text key="name" text="Name" />
|
|---|
| 3173 | <reference ref="motorcycle_brands" />
|
|---|
| 3174 | <text key="operator" text="Operator" />
|
|---|
| 3175 | <reference ref="oh_wheelchair" />
|
|---|
| 3176 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
|---|
| 3177 | <optional text="Services:">
|
|---|
| 3178 | <combo key="sale" text="Sale" values="yes,brand,no" />
|
|---|
| 3179 | <combo key="rental" text="Rental" values="yes,brand,no" />
|
|---|
| 3180 | <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" />
|
|---|
| 3181 | <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" />
|
|---|
| 3182 | <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" />
|
|---|
| 3183 | <combo key="clothes" text="Clothes" values="yes,brand,no" />
|
|---|
| 3184 | <text key="services" text="Other" />
|
|---|
| 3185 | </optional>
|
|---|
| 3186 | <reference ref="link_contact_address_payment" />
|
|---|
| 3187 | </item> <!-- Motorcycle Dealer -->
|
|---|
| 3188 | </group> <!-- Motorcycle -->
|
|---|
| 3189 | <group name="Bicycle" icon="presets/shop/bicycle.svg">
|
|---|
| 3190 | <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3191 | <link wiki="Tag:amenity=bicycle_parking" />
|
|---|
| 3192 | <space />
|
|---|
| 3193 | <key key="amenity" value="bicycle_parking" />
|
|---|
| 3194 | <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" />
|
|---|
| 3195 | <text key="name" text="Name" />
|
|---|
| 3196 | <text key="capacity" text="Capacity" />
|
|---|
| 3197 | <reference ref="access_fee_operator_surface_smoothness" />
|
|---|
| 3198 | <check key="covered" text="Covered" />
|
|---|
| 3199 | <reference ref="supervised_lit_oh" />
|
|---|
| 3200 | </item> <!-- Parking -->
|
|---|
| 3201 | <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3202 | <link wiki="Tag:shop=bicycle" />
|
|---|
| 3203 | <space />
|
|---|
| 3204 | <key key="shop" value="bicycle" />
|
|---|
| 3205 | <reference ref="name_oh_wheelchair" />
|
|---|
| 3206 | <check key="service:bicycle:retail" text="Bicycles are sold" />
|
|---|
| 3207 | <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" />
|
|---|
| 3208 | <check key="service:bicycle:repair" text="Bicycles are repaired" />
|
|---|
| 3209 | <check key="service:bicycle:rental" text="Bicycles are rented" />
|
|---|
| 3210 | <check key="service:bicycle:pump" text="Free bicycle pump" />
|
|---|
| 3211 | <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" />
|
|---|
| 3212 | <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" />
|
|---|
| 3213 | <reference ref="link_contact_address_payment" />
|
|---|
| 3214 | </item> <!-- Bike Dealer -->
|
|---|
| 3215 | <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3216 | <link wiki="Tag:amenity=bicycle_rental" />
|
|---|
| 3217 | <space />
|
|---|
| 3218 | <key key="amenity" value="bicycle_rental" />
|
|---|
| 3219 | <text key="name" text="Name" />
|
|---|
| 3220 | <reference ref="link_contact_address_payment" />
|
|---|
| 3221 | </item> <!-- Rental -->
|
|---|
| 3222 | <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3223 | <link wiki="Tag:amenity=bicycle_repair_station" />
|
|---|
| 3224 | <space />
|
|---|
| 3225 | <key key="amenity" value="bicycle_repair_station" />
|
|---|
| 3226 | <optional>
|
|---|
| 3227 | <text key="name" text="Name" />
|
|---|
| 3228 | <text key="brand" text="Brand" />
|
|---|
| 3229 | <text key="operator" text="Operator" />
|
|---|
| 3230 | <reference ref="oh" />
|
|---|
| 3231 | <check key="service:bicycle:stand" text="Stand" />
|
|---|
| 3232 | <check key="service:bicycle:pump" text="Free bicycle pump" />
|
|---|
| 3233 | <check key="service:bicycle:tools" text="Tools" text_context="bicycle_repair_station"/>
|
|---|
| 3234 | <check key="service:bicycle:chain_tool" text="Chain tool" />
|
|---|
| 3235 | </optional>
|
|---|
| 3236 | </item> <!-- Public Bicycle Repair Station -->
|
|---|
| 3237 | <item name="Bicycle Wash" icon="presets/vehicle/bicycle_wash.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3238 | <link wiki="Tag:amenity=bicycle_wash" />
|
|---|
| 3239 | <space />
|
|---|
| 3240 | <key key="amenity" value="bicycle_wash" />
|
|---|
| 3241 | <optional>
|
|---|
| 3242 | <reference ref="name_operator" />
|
|---|
| 3243 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 3244 | <reference ref="oh" />
|
|---|
| 3245 | <check key="self_service" text="Self Service" />
|
|---|
| 3246 | <check key="automated" text="Automated" />
|
|---|
| 3247 | <check key="fee" text="Fee" />
|
|---|
| 3248 | </optional>
|
|---|
| 3249 | </item> <!-- Bicycle Wash -->
|
|---|
| 3250 | </group> <!-- Bicycle -->
|
|---|
| 3251 | <group name="Public Transport" icon="presets/transport/bus.svg">
|
|---|
| 3252 | <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3253 | <link wiki="Public_transport#Service_routes" />
|
|---|
| 3254 | <space />
|
|---|
| 3255 | <key key="type" value="route" />
|
|---|
| 3256 | <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" />
|
|---|
| 3257 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3258 | <reference ref="name_ref" />
|
|---|
| 3259 | <optional>
|
|---|
| 3260 | <reference ref="public_transport_route_optionals" />
|
|---|
| 3261 | <reference ref="pt_route_opt2" />
|
|---|
| 3262 | </optional>
|
|---|
| 3263 | <roles>
|
|---|
| 3264 | <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)" />
|
|---|
| 3265 | <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)" />
|
|---|
| 3266 | <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)" />
|
|---|
| 3267 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3268 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3269 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3270 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway|route=ferry" />
|
|---|
| 3271 | </roles>
|
|---|
| 3272 | </item> <!-- Public Transport Route (Rail) -->
|
|---|
| 3273 | <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3274 | <link wiki="Tag:route=bus" />
|
|---|
| 3275 | <space />
|
|---|
| 3276 | <key key="type" value="route" />
|
|---|
| 3277 | <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" />
|
|---|
| 3278 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3279 | <reference ref="name_ref" />
|
|---|
| 3280 | <optional>
|
|---|
| 3281 | <reference ref="public_transport_route_optionals" />
|
|---|
| 3282 | <reference ref="pt_route_opt2" />
|
|---|
| 3283 | </optional>
|
|---|
| 3284 | <roles>
|
|---|
| 3285 | <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)" />
|
|---|
| 3286 | <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)" />
|
|---|
| 3287 | <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)" />
|
|---|
| 3288 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3289 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3290 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3291 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry" />
|
|---|
| 3292 | <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" />
|
|---|
| 3293 | </roles>
|
|---|
| 3294 | </item> <!-- Public Transport Route (Bus) -->
|
|---|
| 3295 | <item name="Public Transport Route (Ferry)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3296 | <link wiki="Tag:route=ferry" />
|
|---|
| 3297 | <key key="type" value="route" />
|
|---|
| 3298 | <key key="route" value="ferry" />
|
|---|
| 3299 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3300 | <optional>
|
|---|
| 3301 | <check key="ferry:cable" text="Reaction ferry" />
|
|---|
| 3302 | <space />
|
|---|
| 3303 | <reference ref="public_transport_route_optionals" />
|
|---|
| 3304 | <reference ref="pt_route_opt2" />
|
|---|
| 3305 | <space />
|
|---|
| 3306 | <reference ref="highway_max" />
|
|---|
| 3307 | </optional>
|
|---|
| 3308 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 3309 | <roles>
|
|---|
| 3310 | <role key="stop" text="stop_position" requisite="optional" type="node" member_expression="public_transport=stop_position ferry=yes" />
|
|---|
| 3311 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" />
|
|---|
| 3312 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" />
|
|---|
| 3313 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" />
|
|---|
| 3314 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="route=ferry" />
|
|---|
| 3315 | </roles>
|
|---|
| 3316 | </item> <!-- Public Transport Route (Ferry) -->
|
|---|
| 3317 | <item name="Public Transport Route (Aerialway)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3318 | <link wiki="Public_transport" />
|
|---|
| 3319 | <space />
|
|---|
| 3320 | <key key="type" value="route" />
|
|---|
| 3321 | <key key="route" value="aerialway"/>
|
|---|
| 3322 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3323 | <reference ref="name_ref" />
|
|---|
| 3324 | <optional>
|
|---|
| 3325 | <reference ref="public_transport_route_optionals" />
|
|---|
| 3326 | <reference ref="pt_route_opt2" />
|
|---|
| 3327 | </optional>
|
|---|
| 3328 | <roles>
|
|---|
| 3329 | <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (aerialway=yes OR aerialway=station)" />
|
|---|
| 3330 | <role key="stop_exit_only" text="stop position (exit only)" requisite="optional" type="node" member_expression="public_transport=stop_position (aerialway=yes OR aerialway=station)" />
|
|---|
| 3331 | <role key="stop_entry_only" text="stop position (entry only)" requisite="optional" type="node" member_expression="public_transport=stop_position (aerialway=yes OR aerialway=station)" />
|
|---|
| 3332 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3333 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3334 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3335 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="aerialway" />
|
|---|
| 3336 | </roles>
|
|---|
| 3337 | </item> <!-- Public Transport Route (Aerialway) -->
|
|---|
| 3338 | <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3339 | <link wiki="Public_transport#Route_Master_relations" />
|
|---|
| 3340 | <space />
|
|---|
| 3341 | <key key="type" value="route_master" />
|
|---|
| 3342 | <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" />
|
|---|
| 3343 | <reference ref="name_ref" />
|
|---|
| 3344 | <optional>
|
|---|
| 3345 | <text key="operator" text="Operator" />
|
|---|
| 3346 | <text key="network" text="Network" />
|
|---|
| 3347 | <reference ref="color" />
|
|---|
| 3348 | <text key="website" text="Website" />
|
|---|
| 3349 | </optional>
|
|---|
| 3350 | <roles>
|
|---|
| 3351 | <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required -->
|
|---|
| 3352 | </roles>
|
|---|
| 3353 | </item> <!-- Route Master -->
|
|---|
| 3354 | <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true">
|
|---|
| 3355 | <link wiki="Tag:public_transport=stop_area" />
|
|---|
| 3356 | <space />
|
|---|
| 3357 | <key key="type" value="public_transport" />
|
|---|
| 3358 | <key key="public_transport" value="stop_area" />
|
|---|
| 3359 | <text key="name" text="Name" />
|
|---|
| 3360 | <optional>
|
|---|
| 3361 | <text key="ref" text="Reference" />
|
|---|
| 3362 | <text key="uic_ref" text="UIC reference" />
|
|---|
| 3363 | <text key="uic_name" text="UIC name" />
|
|---|
| 3364 | <text key="operator" text="Operator" />
|
|---|
| 3365 | <text key="network" text="Network" />
|
|---|
| 3366 | </optional>
|
|---|
| 3367 | <roles>
|
|---|
| 3368 | <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" />
|
|---|
| 3369 | <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3370 | <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" />
|
|---|
| 3371 | <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" />
|
|---|
| 3372 | </roles>
|
|---|
| 3373 | </item> <!-- Stop Area -->
|
|---|
| 3374 | <separator/>
|
|---|
| 3375 | <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true">
|
|---|
| 3376 | <link wiki="Tag:public_transport=stop_position" />
|
|---|
| 3377 | <space />
|
|---|
| 3378 | <key key="public_transport" value="stop_position" />
|
|---|
| 3379 | <text key="name" text="Name" />
|
|---|
| 3380 | <optional>
|
|---|
| 3381 | <text key="ref" text="Reference" />
|
|---|
| 3382 | <text key="uic_ref" text="UIC reference" />
|
|---|
| 3383 | <text key="uic_name" text="UIC name" />
|
|---|
| 3384 | <text key="operator" text="Operator" />
|
|---|
| 3385 | <text key="network" text="Network" />
|
|---|
| 3386 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
|---|
| 3387 | </optional>
|
|---|
| 3388 | <space />
|
|---|
| 3389 | <checkgroup columns="3">
|
|---|
| 3390 | <check key="bus" text="Bus" icon="presets/transport/bus.svg" disable_off="true" />
|
|---|
| 3391 | <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" disable_off="true" />
|
|---|
| 3392 | <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" disable_off="true" />
|
|---|
| 3393 | <check key="train" text="Train" icon="presets/transport/train.svg" disable_off="true" />
|
|---|
| 3394 | <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" disable_off="true" />
|
|---|
| 3395 | <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" disable_off="true" />
|
|---|
| 3396 | <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" disable_off="true" />
|
|---|
| 3397 | <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" disable_off="true" />
|
|---|
| 3398 | <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" disable_off="true" />
|
|---|
| 3399 | <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" disable_off="true" />
|
|---|
| 3400 | <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" disable_off="true" />
|
|---|
| 3401 | </checkgroup>
|
|---|
| 3402 | </item> <!-- Stop Position -->
|
|---|
| 3403 | <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true">
|
|---|
| 3404 | <link wiki="Tag:public_transport=platform" />
|
|---|
| 3405 | <space />
|
|---|
| 3406 | <key key="public_transport" value="platform" />
|
|---|
| 3407 | <text key="name" text="Name" />
|
|---|
| 3408 | <check key="bench" text="Bench" />
|
|---|
| 3409 | <check key="shelter" text="Shelter" />
|
|---|
| 3410 | <check key="bin" text="Waste Basket/Trash Can" />
|
|---|
| 3411 | <check key="covered" text="Covered" />
|
|---|
| 3412 | <check key="passenger_information_display" text="Passenger information display" />
|
|---|
| 3413 | <text key="route_ref" text="Route references" />
|
|---|
| 3414 | <reference ref="wheelchair" />
|
|---|
| 3415 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
|---|
| 3416 | </item> <!-- Platform -->
|
|---|
| 3417 | <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true">
|
|---|
| 3418 | <link wiki="Tag:public_transport=station" />
|
|---|
| 3419 | <space />
|
|---|
| 3420 | <key key="public_transport" value="station" />
|
|---|
| 3421 | <text key="name" text="Name" />
|
|---|
| 3422 | <check key="area" text="Area" disable_off="true" />
|
|---|
| 3423 | <check key="building" text="Building" disable_off="true" />
|
|---|
| 3424 | <text key="operator" text="Operator" />
|
|---|
| 3425 | <text key="network" text="Network" />
|
|---|
| 3426 | </item> <!-- Station -->
|
|---|
| 3427 | <separator/> <!-- *** Access *** -->
|
|---|
| 3428 | <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true">
|
|---|
| 3429 | <link wiki="Tag:railway=subway_entrance" />
|
|---|
| 3430 | <key key="railway" value="subway_entrance" />
|
|---|
| 3431 | <optional>
|
|---|
| 3432 | <text key="name" text="Name" />
|
|---|
| 3433 | <reference ref="wheelchair" />
|
|---|
| 3434 | <check key="bicycle" text="Bicycle" />
|
|---|
| 3435 | </optional>
|
|---|
| 3436 | </item> <!-- Subway Entrance -->
|
|---|
| 3437 | <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
|
|---|
| 3438 | <link wiki="Tag:amenity=vending_machine" />
|
|---|
| 3439 | <space />
|
|---|
| 3440 | <key key="amenity" value="vending_machine" />
|
|---|
| 3441 | <key key="vending" value="public_transport_tickets" />
|
|---|
| 3442 | <reference ref="name_operator" />
|
|---|
| 3443 | <text key="ref" text="Reference number" />
|
|---|
| 3444 | <preset_link preset_name="Payment Methods" />
|
|---|
| 3445 | </item> <!-- Ticket Machine -->
|
|---|
| 3446 | </group> <!-- Public Transport -->
|
|---|
| 3447 | <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg">
|
|---|
| 3448 | <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3449 | <link wiki="Public_transport#Service_routes" />
|
|---|
| 3450 | <space />
|
|---|
| 3451 | <key key="type" value="route" />
|
|---|
| 3452 | <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi" values_searchable="true" match="keyvalue!" />
|
|---|
| 3453 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3454 | <reference ref="name_ref" />
|
|---|
| 3455 | <optional>
|
|---|
| 3456 | <reference ref="public_transport_route_optionals" />
|
|---|
| 3457 | <reference ref="fee_reservation_roundtrip_website" />
|
|---|
| 3458 | </optional>
|
|---|
| 3459 | <roles>
|
|---|
| 3460 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" />
|
|---|
| 3461 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" />
|
|---|
| 3462 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" />
|
|---|
| 3463 | <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" />
|
|---|
| 3464 | <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" />
|
|---|
| 3465 | <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" />
|
|---|
| 3466 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" />
|
|---|
| 3467 | </roles>
|
|---|
| 3468 | </item> <!-- Public transport route (Legacy) -->
|
|---|
| 3469 | <item name="Public transport route (Legacy) (Ferry)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3470 | <link wiki="Tag:route=ferry" />
|
|---|
| 3471 | <space />
|
|---|
| 3472 | <key key="type" value="route" />
|
|---|
| 3473 | <key key="route" value="ferry" />
|
|---|
| 3474 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3475 | <reference ref="name_ref_operator" />
|
|---|
| 3476 | <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" />
|
|---|
| 3477 | <check key="ferry:cable" text="Reaction ferry" />
|
|---|
| 3478 | <optional>
|
|---|
| 3479 | <reference ref="oh_wheelchair" />
|
|---|
| 3480 | <text key="network" text="Network" />
|
|---|
| 3481 | <text key="description" text="Description" />
|
|---|
| 3482 | <reference ref="color" />
|
|---|
| 3483 | <reference ref="pt_route_opt2" />
|
|---|
| 3484 | <space />
|
|---|
| 3485 | <reference ref="highway_max" />
|
|---|
| 3486 | </optional>
|
|---|
| 3487 | <preset_link preset_name="Access Restrictions" />
|
|---|
| 3488 | <roles>
|
|---|
| 3489 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="route=ferry" />
|
|---|
| 3490 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="route=ferry" />
|
|---|
| 3491 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="route=ferry" />
|
|---|
| 3492 | <role key="stop" text="halt point" requisite="optional" type="node" member_expression="amenity=ferry_terminal OR (public_transport=stop_position ferry=yes)" />
|
|---|
| 3493 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="man_made=pier OR (public_transport=platform ferry=yes)" />
|
|---|
| 3494 | </roles>
|
|---|
| 3495 | </item> <!-- Public transport route (Legacy) (Ferry) -->
|
|---|
| 3496 | <item name="Public transport route (Legacy) (Aerialway)" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 3497 | <link wiki="Public_transport" />
|
|---|
| 3498 | <space />
|
|---|
| 3499 | <key key="type" value="route" />
|
|---|
| 3500 | <key key="route" value="aerialway" />
|
|---|
| 3501 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives -->
|
|---|
| 3502 | <reference ref="name_ref_operator" />
|
|---|
| 3503 | <optional>
|
|---|
| 3504 | <reference ref="oh_wheelchair" />
|
|---|
| 3505 | <text key="network" text="Network" />
|
|---|
| 3506 | <text key="description" text="Description" />
|
|---|
| 3507 | <reference ref="color" />
|
|---|
| 3508 | <reference ref="pt_route_opt2" />
|
|---|
| 3509 | </optional>
|
|---|
| 3510 | <roles>
|
|---|
| 3511 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="aerialway" />
|
|---|
| 3512 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="aerialway" />
|
|---|
| 3513 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="aerialway" />
|
|---|
| 3514 | <role key="stop" text="halt point" requisite="optional" type="node" member_expression="aerialway=station OR (public_transport=stop_position aerialway=yes)" />
|
|---|
| 3515 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" />
|
|---|
| 3516 | </roles>
|
|---|
| 3517 | </item> <!-- Public transport route (Legacy) (Aerialway) -->
|
|---|
| 3518 | <separator/>
|
|---|
| 3519 | <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3520 | <link wiki="Tag:railway=station" />
|
|---|
| 3521 | <key key="railway" value="station" />
|
|---|
| 3522 | <optional>
|
|---|
| 3523 | <text key="name" text="Name" />
|
|---|
| 3524 | <text key="uic_ref" text="UIC-Reference" />
|
|---|
| 3525 | </optional>
|
|---|
| 3526 | </item> <!-- Station -->
|
|---|
| 3527 | <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true">
|
|---|
| 3528 | <link wiki="Tag:railway=halt" />
|
|---|
| 3529 | <key key="railway" value="halt" />
|
|---|
| 3530 | <optional>
|
|---|
| 3531 | <text key="name" text="Name" />
|
|---|
| 3532 | </optional>
|
|---|
| 3533 | </item> <!-- Railway Halt -->
|
|---|
| 3534 | <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true">
|
|---|
| 3535 | <link wiki="Tag:railway=tram_stop" />
|
|---|
| 3536 | <key key="railway" value="tram_stop" />
|
|---|
| 3537 | <optional>
|
|---|
| 3538 | <text key="name" text="Name" />
|
|---|
| 3539 | </optional>
|
|---|
| 3540 | </item> <!-- Tram Stop -->
|
|---|
| 3541 | <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3542 | <link wiki="Tag:railway=platform" />
|
|---|
| 3543 | <space />
|
|---|
| 3544 | <key key="railway" value="platform" />
|
|---|
| 3545 | <text key="ref" text="Reference (track number)" />
|
|---|
| 3546 | <text key="width" text="Width (meters)" />
|
|---|
| 3547 | <check key="area" text="Area" />
|
|---|
| 3548 | </item> <!-- Railway Platform -->
|
|---|
| 3549 | <item name="Railway Platform Edge" icon="presets/transport/platform_rail.svg" type="way" preset_name_label="true">
|
|---|
| 3550 | <link wiki="Tag:railway=platform_edge" />
|
|---|
| 3551 | <space />
|
|---|
| 3552 | <key key="railway" value="platform_edge" />
|
|---|
| 3553 | <text key="ref" text="Reference (track number)" />
|
|---|
| 3554 | </item> <!-- Railway Platform -->
|
|---|
| 3555 | <separator/>
|
|---|
| 3556 | <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3557 | <link wiki="Tag:amenity=bus_station" />
|
|---|
| 3558 | <key key="amenity" value="bus_station" />
|
|---|
| 3559 | <optional>
|
|---|
| 3560 | <text key="name" text="Name" />
|
|---|
| 3561 | </optional>
|
|---|
| 3562 | </item> <!-- Bus Station -->
|
|---|
| 3563 | <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true">
|
|---|
| 3564 | <link wiki="Tag:highway=bus_stop" />
|
|---|
| 3565 | <key key="highway" value="bus_stop" />
|
|---|
| 3566 | <optional>
|
|---|
| 3567 | <text key="name" text="Name" />
|
|---|
| 3568 | <check key="bench" text="Bench" />
|
|---|
| 3569 | <check key="shelter" text="Shelter" />
|
|---|
| 3570 | <check key="bin" text="Waste Basket/Trash Can" />
|
|---|
| 3571 | <check key="passenger_information_display" text="Passenger information display" />
|
|---|
| 3572 | <text key="route_ref" text="Route references" />
|
|---|
| 3573 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
|---|
| 3574 | </optional>
|
|---|
| 3575 | </item> <!-- Bus Stop -->
|
|---|
| 3576 | <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3577 | <link wiki="Tag:highway=platform" />
|
|---|
| 3578 | <space />
|
|---|
| 3579 | <key key="highway" value="platform" />
|
|---|
| 3580 | <text key="ref" text="Reference (track number)" />
|
|---|
| 3581 | <text key="width" text="Width (meters)" />
|
|---|
| 3582 | <check key="area" text="Area" />
|
|---|
| 3583 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" />
|
|---|
| 3584 | </item> <!-- Bus Platform -->
|
|---|
| 3585 | </group> <!-- Public Transport -->
|
|---|
| 3586 | <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3587 | <link wiki="Tag:amenity=taxi" />
|
|---|
| 3588 | <space />
|
|---|
| 3589 | <key key="amenity" value="taxi" />
|
|---|
| 3590 | <text key="name" text="Name" />
|
|---|
| 3591 | </item> <!-- Taxi -->
|
|---|
| 3592 | <separator/>
|
|---|
| 3593 | <group name="Airport" icon="presets/transport/airport.svg">
|
|---|
| 3594 | <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3595 | <link wiki="Tag:aeroway=aerodrome" />
|
|---|
| 3596 | <space />
|
|---|
| 3597 | <reference ref="aerodrome" />
|
|---|
| 3598 | </item> <!-- Airport Ground -->
|
|---|
| 3599 | <separator/>
|
|---|
| 3600 | <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3601 | <link wiki="Tag:aeroway=runway" />
|
|---|
| 3602 | <key key="aeroway" value="runway" />
|
|---|
| 3603 | <optional>
|
|---|
| 3604 | <text key="ref" text="Reference" />
|
|---|
| 3605 | <text key="length" text="Length (meters)" />
|
|---|
| 3606 | <combo key="width" text="Width (meters)" values="18,23,30,45,60" />
|
|---|
| 3607 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 3608 | <reference ref="surface" />
|
|---|
| 3609 | </optional>
|
|---|
| 3610 | </item> <!-- Runway -->
|
|---|
| 3611 | <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3612 | <link wiki="Tag:aeroway=taxiway" />
|
|---|
| 3613 | <key key="aeroway" value="taxiway" />
|
|---|
| 3614 | <optional>
|
|---|
| 3615 | <text key="ref" text="Reference" />
|
|---|
| 3616 | <text key="width" text="Width (meters)" />
|
|---|
| 3617 | <reference ref="surface" />
|
|---|
| 3618 | </optional>
|
|---|
| 3619 | </item> <!-- Taxiway -->
|
|---|
| 3620 | <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node,way" preset_name_label="true">
|
|---|
| 3621 | <link wiki="Tag:aeroway=holding_position" />
|
|---|
| 3622 | <key key="aeroway" value="holding_position" />
|
|---|
| 3623 | <combo key="holding_position:type" text="Type" values="ILS,intermediate,runway" values_context="aeroway holding_position" />
|
|---|
| 3624 | <optional>
|
|---|
| 3625 | <text key="ref" text="Reference" />
|
|---|
| 3626 | </optional>
|
|---|
| 3627 | </item> <!-- Holding Position -->
|
|---|
| 3628 | <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3629 | <link wiki="Tag:aeroway=helipad" />
|
|---|
| 3630 | <key key="aeroway" value="helipad" />
|
|---|
| 3631 | <optional>
|
|---|
| 3632 | <reference ref="name_ref" />
|
|---|
| 3633 | <text key="iata" text="IATA" />
|
|---|
| 3634 | <text key="icao" text="ICAO" />
|
|---|
| 3635 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 3636 | <reference ref="surface"/>
|
|---|
| 3637 | <reference ref="wikipedia_wikidata" />
|
|---|
| 3638 | </optional>
|
|---|
| 3639 | </item> <!-- Helipad -->
|
|---|
| 3640 | <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 3641 | <link wiki="Tag:aeroway=apron" />
|
|---|
| 3642 | <key key="aeroway" value="apron" />
|
|---|
| 3643 | <optional>
|
|---|
| 3644 | <reference ref="name_ref" />
|
|---|
| 3645 | <reference ref="surface"/>
|
|---|
| 3646 | </optional>
|
|---|
| 3647 | </item> <!-- Apron -->
|
|---|
| 3648 | <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true">
|
|---|
| 3649 | <link wiki="Tag:aeroway=parking_position" />
|
|---|
| 3650 | <key key="aeroway" value="parking_position" />
|
|---|
| 3651 | <text key="ref" text="Reference" />
|
|---|
| 3652 | </item> <!-- Plane Parking Position -->
|
|---|
| 3653 | <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3654 | <link wiki="Tag:aeroway=hangar" />
|
|---|
| 3655 | <key key="aeroway" value="hangar" />
|
|---|
| 3656 | <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" />
|
|---|
| 3657 | </item> <!-- Hangar -->
|
|---|
| 3658 | <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true">
|
|---|
| 3659 | <link wiki="Tag:airmark=beacon" />
|
|---|
| 3660 | <key key="airmark" value="beacon" />
|
|---|
| 3661 | </item> <!-- Beacon -->
|
|---|
| 3662 | <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true">
|
|---|
| 3663 | <link wiki="Tag:aeroway=navigationaid" />
|
|---|
| 3664 | <key key="aeroway" value="navigationaid" />
|
|---|
| 3665 | <combo key="navigationaid" text="Type" values_searchable="true">
|
|---|
| 3666 | <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" />
|
|---|
| 3667 | <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" />
|
|---|
| 3668 | <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" />
|
|---|
| 3669 | </combo>
|
|---|
| 3670 | </item> <!-- Navigation aid -->
|
|---|
| 3671 | <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true">
|
|---|
| 3672 | <link wiki="Tag:aeroway=windsock" />
|
|---|
| 3673 | <key key="aeroway" value="windsock" />
|
|---|
| 3674 | </item> <!-- Windsock -->
|
|---|
| 3675 | <separator/>
|
|---|
| 3676 | <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3677 | <link wiki="Tag:aeroway=terminal" />
|
|---|
| 3678 | <space />
|
|---|
| 3679 | <key key="aeroway" value="terminal" />
|
|---|
| 3680 | <text key="name" text="Name" />
|
|---|
| 3681 | <reference ref="internet" />
|
|---|
| 3682 | <reference ref="link_contact_address" />
|
|---|
| 3683 | </item> <!-- Terminal -->
|
|---|
| 3684 | <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true">
|
|---|
| 3685 | <link wiki="Tag:aeroway=gate" />
|
|---|
| 3686 | <space />
|
|---|
| 3687 | <key key="aeroway" value="gate" />
|
|---|
| 3688 | <text key="ref" text="Reference" />
|
|---|
| 3689 | </item> <!-- Gate -->
|
|---|
| 3690 | </group> <!-- Airport -->
|
|---|
| 3691 | </group> <!-- Transport -->
|
|---|
| 3692 | <group name="Facilities" icon="presets/accommodation/hotel.svg">
|
|---|
| 3693 | <group name="Accommodation" icon="presets/accommodation/hotel.svg">
|
|---|
| 3694 | <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3695 | <link wiki="Tag:tourism=hotel" />
|
|---|
| 3696 | <space />
|
|---|
| 3697 | <key key="tourism" value="hotel" />
|
|---|
| 3698 | <reference ref="name_operator" />
|
|---|
| 3699 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3700 | <text key="rooms" text="Rooms" />
|
|---|
| 3701 | <text key="beds" text="Beds" />
|
|---|
| 3702 | <reference ref="wheelchair" />
|
|---|
| 3703 | <space />
|
|---|
| 3704 | <reference ref="internet_smoking" />
|
|---|
| 3705 | <reference ref="link_contact_address_payment" />
|
|---|
| 3706 | <preset_link preset_name="Residential Building" />
|
|---|
| 3707 | </item> <!-- Hotel -->
|
|---|
| 3708 | <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3709 | <link wiki="Tag:tourism=motel" />
|
|---|
| 3710 | <space />
|
|---|
| 3711 | <key key="tourism" value="motel" />
|
|---|
| 3712 | <reference ref="name_operator" />
|
|---|
| 3713 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3714 | <text key="rooms" text="Rooms" />
|
|---|
| 3715 | <text key="beds" text="Beds" />
|
|---|
| 3716 | <reference ref="wheelchair" />
|
|---|
| 3717 | <space />
|
|---|
| 3718 | <reference ref="internet_smoking" />
|
|---|
| 3719 | <reference ref="link_contact_address_payment" />
|
|---|
| 3720 | <preset_link preset_name="Building" />
|
|---|
| 3721 | </item> <!-- Motel -->
|
|---|
| 3722 | <item name="Guest House/Bed & Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3723 | <link wiki="Tag:tourism=guest_house" />
|
|---|
| 3724 | <space />
|
|---|
| 3725 | <key key="tourism" value="guest_house" />
|
|---|
| 3726 | <reference ref="name_operator" />
|
|---|
| 3727 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3728 | <text key="rooms" text="Rooms" />
|
|---|
| 3729 | <text key="beds" text="Beds" />
|
|---|
| 3730 | <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" />
|
|---|
| 3731 | <reference ref="wheelchair" />
|
|---|
| 3732 | <space />
|
|---|
| 3733 | <reference ref="internet_smoking" />
|
|---|
| 3734 | <reference ref="link_contact_address_payment" />
|
|---|
| 3735 | <preset_link preset_name="Building" />
|
|---|
| 3736 | </item> <!-- Guest House/Bed & Breakfast -->
|
|---|
| 3737 | <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3738 | <link wiki="Tag:tourism=apartment" />
|
|---|
| 3739 | <space />
|
|---|
| 3740 | <key key="tourism" value="apartment" />
|
|---|
| 3741 | <reference ref="name_operator" />
|
|---|
| 3742 | <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" />
|
|---|
| 3743 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3744 | <reference ref="wheelchair" />
|
|---|
| 3745 | <space />
|
|---|
| 3746 | <reference ref="internet_smoking" />
|
|---|
| 3747 | <reference ref="link_contact_address_payment" />
|
|---|
| 3748 | </item> <!-- Apartment -->
|
|---|
| 3749 | <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3750 | <link wiki="Tag:tourism=chalet" />
|
|---|
| 3751 | <space />
|
|---|
| 3752 | <key key="tourism" value="chalet" />
|
|---|
| 3753 | <reference ref="name_operator" />
|
|---|
| 3754 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3755 | <text key="rooms" text="Rooms" />
|
|---|
| 3756 | <text key="beds" text="Beds" />
|
|---|
| 3757 | <reference ref="wheelchair" />
|
|---|
| 3758 | <space />
|
|---|
| 3759 | <reference ref="internet_smoking" />
|
|---|
| 3760 | <reference ref="link_contact_address_payment" />
|
|---|
| 3761 | <preset_link preset_name="Building" />
|
|---|
| 3762 | </item> <!-- Chalet -->
|
|---|
| 3763 | <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3764 | <link wiki="Tag:tourism=hostel" />
|
|---|
| 3765 | <space />
|
|---|
| 3766 | <key key="tourism" value="hostel" />
|
|---|
| 3767 | <reference ref="name_operator" />
|
|---|
| 3768 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3769 | <text key="rooms" text="Rooms" />
|
|---|
| 3770 | <text key="beds" text="Beds" />
|
|---|
| 3771 | <reference ref="wheelchair" />
|
|---|
| 3772 | <space />
|
|---|
| 3773 | <reference ref="internet_smoking" />
|
|---|
| 3774 | <reference ref="link_contact_address_payment" />
|
|---|
| 3775 | <preset_link preset_name="Building" />
|
|---|
| 3776 | </item> <!-- Hostel -->
|
|---|
| 3777 | <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3778 | <link wiki="Tag:tourism=alpine_hut" />
|
|---|
| 3779 | <space />
|
|---|
| 3780 | <key key="tourism" value="alpine_hut" />
|
|---|
| 3781 | <reference ref="name_operator" />
|
|---|
| 3782 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 3783 | <text key="rooms" text="Rooms" />
|
|---|
| 3784 | <text key="beds" text="Beds" />
|
|---|
| 3785 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 3786 | <space />
|
|---|
| 3787 | <reference ref="internet_smoking" />
|
|---|
| 3788 | <reference ref="link_contact_address_payment" />
|
|---|
| 3789 | <preset_link preset_name="Building" />
|
|---|
| 3790 | </item> <!-- Alpine Hut -->
|
|---|
| 3791 | <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3792 | <link wiki="Tag:tourism=wilderness_hut" />
|
|---|
| 3793 | <space />
|
|---|
| 3794 | <key key="tourism" value="wilderness_hut" />
|
|---|
| 3795 | <reference ref="name_operator" />
|
|---|
| 3796 | <reference ref="POI_access" />
|
|---|
| 3797 | <text key="capacity" text="Capacity" />
|
|---|
| 3798 | <reference ref="fee" />
|
|---|
| 3799 | <reference ref="toilets" />
|
|---|
| 3800 | <check key="shower" text="Shower" />
|
|---|
| 3801 | <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" />
|
|---|
| 3802 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 3803 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 3804 | <text key="description" text="Closer description" />
|
|---|
| 3805 | <reference ref="link_contact_address_payment" />
|
|---|
| 3806 | <preset_link preset_name="Building" />
|
|---|
| 3807 | </item> <!-- Wilderness Hut -->
|
|---|
| 3808 | <separator/>
|
|---|
| 3809 | <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3810 | <link wiki="Tag:tourism=caravan_site" />
|
|---|
| 3811 | <space />
|
|---|
| 3812 | <key key="tourism" value="caravan_site" />
|
|---|
| 3813 | <reference ref="name_operator" />
|
|---|
| 3814 | <combo key="stars" text="Stars" values="1,2,3,4,5" />
|
|---|
| 3815 | <reference ref="oh_wheelchair" />
|
|---|
| 3816 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 3817 | <text key="capacity" text="Number of places" />
|
|---|
| 3818 | <reference ref="fee_interval" />
|
|---|
| 3819 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
|---|
| 3820 | <check key="power_supply" text="Power supply" />
|
|---|
| 3821 | <check key="tents" text="Tents allowed" />
|
|---|
| 3822 | <space />
|
|---|
| 3823 | <reference ref="internet_smoking" />
|
|---|
| 3824 | <reference ref="link_contact_address_payment" />
|
|---|
| 3825 | </item> <!-- Caravan Site/RV Park -->
|
|---|
| 3826 | <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3827 | <link wiki="Tag:tourism=camp_site" />
|
|---|
| 3828 | <space />
|
|---|
| 3829 | <key key="tourism" value="camp_site" />
|
|---|
| 3830 | <reference ref="name_operator" />
|
|---|
| 3831 | <combo key="stars" text="Stars" values="1,2,3,4,5" />
|
|---|
| 3832 | <reference ref="oh_wheelchair" />
|
|---|
| 3833 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 3834 | <text key="capacity" text="Number of places" />
|
|---|
| 3835 | <checkgroup columns="2">
|
|---|
| 3836 | <check key="tents" text="Tents allowed" />
|
|---|
| 3837 | <check key="caravans" text="Caravans allowed" />
|
|---|
| 3838 | </checkgroup>
|
|---|
| 3839 | <checkgroup columns="2">
|
|---|
| 3840 | <check key="backcountry" text="Backcountry" />
|
|---|
| 3841 | <check key="group_only" text="Group only access" />
|
|---|
| 3842 | </checkgroup>
|
|---|
| 3843 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" />
|
|---|
| 3844 | <reference ref="internet" />
|
|---|
| 3845 | <space />
|
|---|
| 3846 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
|---|
| 3847 | <reference ref="link_contact_address_payment" />
|
|---|
| 3848 | </item> <!-- Campsite -->
|
|---|
| 3849 | <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3850 | <link wiki="Tag:tourism=camp_pitch" />
|
|---|
| 3851 | <space />
|
|---|
| 3852 | <key key="tourism" value="camp_pitch" />
|
|---|
| 3853 | <text key="ref" text="Reference" />
|
|---|
| 3854 | <text key="addr:unit" text="Unit number" />
|
|---|
| 3855 | <text key="capacity" text="Number of places" />
|
|---|
| 3856 | <reference ref="surface" />
|
|---|
| 3857 | <checkgroup columns="2">
|
|---|
| 3858 | <check key="tents" text="Tents allowed" />
|
|---|
| 3859 | <check key="caravans" text="Caravans allowed" />
|
|---|
| 3860 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 3861 | <check key="power_supply" text="Power supply" />
|
|---|
| 3862 | <check key="permanent_camping" text="Permanent camping only" />
|
|---|
| 3863 | </checkgroup>
|
|---|
| 3864 | </item> <!-- Camp pitch -->
|
|---|
| 3865 | </group> <!-- Accommodation -->
|
|---|
| 3866 | <group name="Food+Drinks" icon="presets/food/restaurant.svg">
|
|---|
| 3867 | <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3868 | <link wiki="Tag:amenity=restaurant" />
|
|---|
| 3869 | <space />
|
|---|
| 3870 | <key key="amenity" value="restaurant" />
|
|---|
| 3871 | <reference ref="name_operator" />
|
|---|
| 3872 | <reference ref="cuisine" />
|
|---|
| 3873 | <check key="microbrewery" text="Microbrewery" />
|
|---|
| 3874 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3875 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
|---|
| 3876 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
|---|
| 3877 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 3878 | <reference ref="oh" />
|
|---|
| 3879 | <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" />
|
|---|
| 3880 | <reference ref="wheelchair" />
|
|---|
| 3881 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" />
|
|---|
| 3882 | <space />
|
|---|
| 3883 | <reference ref="internet_smoking" />
|
|---|
| 3884 | <preset_link preset_name="Diet" />
|
|---|
| 3885 | <reference ref="toilets" />
|
|---|
| 3886 | <reference ref="link_contact_address_payment" />
|
|---|
| 3887 | </item> <!-- Restaurant -->
|
|---|
| 3888 | <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3889 | <link wiki="Tag:amenity=fast_food" />
|
|---|
| 3890 | <space />
|
|---|
| 3891 | <key key="amenity" value="fast_food" />
|
|---|
| 3892 | <reference ref="name_operator" />
|
|---|
| 3893 | <reference ref="cuisine" />
|
|---|
| 3894 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3895 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
|---|
| 3896 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
|---|
| 3897 | <reference ref="oh_wheelchair" />
|
|---|
| 3898 | <space />
|
|---|
| 3899 | <reference ref="internet_smoking" />
|
|---|
| 3900 | <preset_link preset_name="Diet" />
|
|---|
| 3901 | <reference ref="toilets" />
|
|---|
| 3902 | <reference ref="link_contact_address_payment" />
|
|---|
| 3903 | <preset_link preset_name="Building" />
|
|---|
| 3904 | </item> <!-- Fast Food -->
|
|---|
| 3905 | <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3906 | <link wiki="Tag:amenity=food_court" />
|
|---|
| 3907 | <space />
|
|---|
| 3908 | <key key="amenity" value="food_court" />
|
|---|
| 3909 | <reference ref="name_operator" />
|
|---|
| 3910 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3911 | <reference ref="oh_wheelchair" />
|
|---|
| 3912 | <space />
|
|---|
| 3913 | <reference ref="internet_smoking" />
|
|---|
| 3914 | <reference ref="link_contact_address_payment" />
|
|---|
| 3915 | </item> <!-- Food Court -->
|
|---|
| 3916 | <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3917 | <link wiki="Tag:amenity=cafe" />
|
|---|
| 3918 | <space />
|
|---|
| 3919 | <key key="amenity" value="cafe" />
|
|---|
| 3920 | <reference ref="name_operator" />
|
|---|
| 3921 | <combo key="cuisine" text="Cuisine" values="ice_cream" />
|
|---|
| 3922 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3923 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
|---|
| 3924 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
|---|
| 3925 | <reference ref="oh_wheelchair" />
|
|---|
| 3926 | <space />
|
|---|
| 3927 | <reference ref="internet_smoking" />
|
|---|
| 3928 | <preset_link preset_name="Diet" />
|
|---|
| 3929 | <reference ref="toilets" />
|
|---|
| 3930 | <reference ref="link_contact_address_payment" />
|
|---|
| 3931 | </item> <!-- Cafe -->
|
|---|
| 3932 | <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3933 | <link wiki="Tag:amenity=ice_cream" />
|
|---|
| 3934 | <space />
|
|---|
| 3935 | <key key="amenity" value="ice_cream" />
|
|---|
| 3936 | <reference ref="name_operator" />
|
|---|
| 3937 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3938 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
|---|
| 3939 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
|---|
| 3940 | <reference ref="oh_wheelchair" />
|
|---|
| 3941 | <space />
|
|---|
| 3942 | <reference ref="internet_smoking" />
|
|---|
| 3943 | <preset_link preset_name="Diet" />
|
|---|
| 3944 | <reference ref="toilets" />
|
|---|
| 3945 | <reference ref="link_contact_address_payment" />
|
|---|
| 3946 | </item> <!-- Ice cream -->
|
|---|
| 3947 | <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3948 | <link wiki="Tag:amenity=pub" />
|
|---|
| 3949 | <space />
|
|---|
| 3950 | <key key="amenity" value="pub" />
|
|---|
| 3951 | <reference ref="name_operator" />
|
|---|
| 3952 | <check key="microbrewery" text="Microbrewery" />
|
|---|
| 3953 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3954 | <combo key="takeaway" text="Takeaway" values="yes,no,only" />
|
|---|
| 3955 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" />
|
|---|
| 3956 | <reference ref="oh_wheelchair" />
|
|---|
| 3957 | <space />
|
|---|
| 3958 | <reference ref="internet_smoking" />
|
|---|
| 3959 | <preset_link preset_name="Diet" />
|
|---|
| 3960 | <reference ref="toilets" />
|
|---|
| 3961 | <reference ref="link_contact_address_payment" />
|
|---|
| 3962 | </item> <!-- Pub -->
|
|---|
| 3963 | <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3964 | <link wiki="Tag:amenity=biergarten" />
|
|---|
| 3965 | <space />
|
|---|
| 3966 | <key key="amenity" value="biergarten" />
|
|---|
| 3967 | <reference ref="name_operator" />
|
|---|
| 3968 | <check key="microbrewery" text="Microbrewery" />
|
|---|
| 3969 | <reference ref="oh_wheelchair" />
|
|---|
| 3970 | <space />
|
|---|
| 3971 | <reference ref="internet_smoking" />
|
|---|
| 3972 | <preset_link preset_name="Diet" />
|
|---|
| 3973 | <reference ref="toilets" />
|
|---|
| 3974 | <reference ref="link_contact_address_payment" />
|
|---|
| 3975 | </item> <!-- Beer Garden -->
|
|---|
| 3976 | <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3977 | <link wiki="Tag:leisure=outdoor_seating" />
|
|---|
| 3978 | <space />
|
|---|
| 3979 | <key key="leisure" value="outdoor_seating" />
|
|---|
| 3980 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 3981 | </item> <!-- Outdoor seating -->
|
|---|
| 3982 | <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3983 | <link wiki="Tag:amenity=bar" />
|
|---|
| 3984 | <space />
|
|---|
| 3985 | <key key="amenity" value="bar" />
|
|---|
| 3986 | <reference ref="name_operator" />
|
|---|
| 3987 | <check key="outdoor_seating" text="Outdoor seating" />
|
|---|
| 3988 | <reference ref="oh_wheelchair" />
|
|---|
| 3989 | <space />
|
|---|
| 3990 | <reference ref="internet_smoking" />
|
|---|
| 3991 | <preset_link preset_name="Diet" />
|
|---|
| 3992 | <reference ref="toilets" />
|
|---|
| 3993 | <reference ref="link_contact_address_payment" />
|
|---|
| 3994 | </item> <!-- Bar -->
|
|---|
| 3995 | <separator/>
|
|---|
| 3996 | <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 3997 | <link wiki="Key:diet" />
|
|---|
| 3998 | <space />
|
|---|
| 3999 | <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" />
|
|---|
| 4000 | <combo key="diet:vegan" text="Vegan" values="yes,no,only" />
|
|---|
| 4001 | <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" />
|
|---|
| 4002 | <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" />
|
|---|
| 4003 | <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" />
|
|---|
| 4004 | <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" />
|
|---|
| 4005 | <combo key="diet:raw" text="Raw" values="yes,no,only" />
|
|---|
| 4006 | <space />
|
|---|
| 4007 | <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" />
|
|---|
| 4008 | <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" />
|
|---|
| 4009 | <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" />
|
|---|
| 4010 | <space />
|
|---|
| 4011 | <combo key="diet:halal" text="Halal" values="yes,no,only" />
|
|---|
| 4012 | <combo key="diet:kosher" text="Kosher" values="yes,no,only" />
|
|---|
| 4013 | </item> <!-- Diet -->
|
|---|
| 4014 | </group> <!-- Food+Drinks -->
|
|---|
| 4015 | <group name="Tourism" icon="presets/sightseeing/attraction.svg">
|
|---|
| 4016 | <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4017 | <link wiki="Tag:tourism=attraction" />
|
|---|
| 4018 | <space />
|
|---|
| 4019 | <key key="tourism" value="attraction" />
|
|---|
| 4020 | <text key="name" text="Name" />
|
|---|
| 4021 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" />
|
|---|
| 4022 | <reference ref="oh_wheelchair" />
|
|---|
| 4023 | </item> <!-- Attraction -->
|
|---|
| 4024 | <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4025 | <link wiki="Tag:tourism=viewpoint" />
|
|---|
| 4026 | <space />
|
|---|
| 4027 | <key key="tourism" value="viewpoint" />
|
|---|
| 4028 | <text key="name" text="Name" />
|
|---|
| 4029 | <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" />
|
|---|
| 4030 | <space />
|
|---|
| 4031 | <label text="" icon="presets/misc/angles.svg" icon_size="315" />
|
|---|
| 4032 | </item> <!-- Viewpoint -->
|
|---|
| 4033 | <separator/>
|
|---|
| 4034 | <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4035 | <link wiki="Tag:information=office" />
|
|---|
| 4036 | <space />
|
|---|
| 4037 | <label text="An office where you can get information about a town or region." />
|
|---|
| 4038 | <space />
|
|---|
| 4039 | <key key="tourism" value="information" />
|
|---|
| 4040 | <key key="information" value="office" />
|
|---|
| 4041 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4042 | <reference ref="internet" />
|
|---|
| 4043 | <reference ref="link_contact_address_payment" />
|
|---|
| 4044 | </item> <!-- Information Office -->
|
|---|
| 4045 | <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true">
|
|---|
| 4046 | <link wiki="Tag:information=map" />
|
|---|
| 4047 | <space />
|
|---|
| 4048 | <label text="A board with a map." />
|
|---|
| 4049 | <space />
|
|---|
| 4050 | <key key="tourism" value="information" />
|
|---|
| 4051 | <key key="information" value="map" />
|
|---|
| 4052 | <reference ref="name_ref_operator" />
|
|---|
| 4053 | <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" />
|
|---|
| 4054 | <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" />
|
|---|
| 4055 | <text key="description" text="Closer description" />
|
|---|
| 4056 | <optional text="Routes shown for:">
|
|---|
| 4057 | <check key="hiking" text="Hiking" />
|
|---|
| 4058 | <check key="bicycle" text="Cycling" />
|
|---|
| 4059 | <check key="mtb" text="Mountainbiking" />
|
|---|
| 4060 | <check key="ski" text="Skiing" />
|
|---|
| 4061 | <check key="horse" text="Riding" />
|
|---|
| 4062 | <space />
|
|---|
| 4063 | <label text="... other transportation modes possible" />
|
|---|
| 4064 | </optional>
|
|---|
| 4065 | </item> <!-- Map -->
|
|---|
| 4066 | <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true">
|
|---|
| 4067 | <link wiki="Tag:information=board" />
|
|---|
| 4068 | <space />
|
|---|
| 4069 | <label text="A board with information." />
|
|---|
| 4070 | <space />
|
|---|
| 4071 | <key key="tourism" value="information" />
|
|---|
| 4072 | <key key="information" value="board" />
|
|---|
| 4073 | <reference ref="name_ref_operator" />
|
|---|
| 4074 | <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" />
|
|---|
| 4075 | <text key="description" text="Closer description" />
|
|---|
| 4076 | </item> <!-- Information Board -->
|
|---|
| 4077 | <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true">
|
|---|
| 4078 | <link wiki="Tag:information=guidepost" />
|
|---|
| 4079 | <space />
|
|---|
| 4080 | <label text="A Signpost/Guidepost to indicate the directions to different destinations." />
|
|---|
| 4081 | <space />
|
|---|
| 4082 | <key key="tourism" value="information" />
|
|---|
| 4083 | <key key="information" value="guidepost" />
|
|---|
| 4084 | <reference ref="name_ref_operator" />
|
|---|
| 4085 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 4086 | <optional text="Routes shown for:">
|
|---|
| 4087 | <check key="hiking" text="Hiking" />
|
|---|
| 4088 | <check key="bicycle" text="Cycling" />
|
|---|
| 4089 | <check key="mtb" text="Mountainbiking" />
|
|---|
| 4090 | <check key="ski" text="Skiing" />
|
|---|
| 4091 | <check key="horse" text="Riding" />
|
|---|
| 4092 | <space />
|
|---|
| 4093 | <label text="... other transportation modes possible" />
|
|---|
| 4094 | </optional>
|
|---|
| 4095 | </item> <!-- Guidepost -->
|
|---|
| 4096 | <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true">
|
|---|
| 4097 | <link wiki="Key:information" />
|
|---|
| 4098 | <space />
|
|---|
| 4099 | <key key="tourism" value="information" />
|
|---|
| 4100 | <key key="information" value="route_marker" />
|
|---|
| 4101 | <reference ref="name_ref_operator" />
|
|---|
| 4102 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 4103 | <optional text="Routes shown for:">
|
|---|
| 4104 | <check key="hiking" text="Hiking" />
|
|---|
| 4105 | <check key="bicycle" text="Cycling" />
|
|---|
| 4106 | <check key="mtb" text="Mountainbiking" />
|
|---|
| 4107 | <check key="ski" text="Skiing" />
|
|---|
| 4108 | <check key="horse" text="Riding" />
|
|---|
| 4109 | <space />
|
|---|
| 4110 | <label text="... other transportation modes possible" />
|
|---|
| 4111 | </optional>
|
|---|
| 4112 | </item> <!-- Route marker -->
|
|---|
| 4113 | <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true">
|
|---|
| 4114 | <link wiki="Tag:information=terminal" />
|
|---|
| 4115 | <space />
|
|---|
| 4116 | <label text="Information access via electronic methods." />
|
|---|
| 4117 | <space />
|
|---|
| 4118 | <key key="tourism" value="information" />
|
|---|
| 4119 | <key key="information" value="terminal" />
|
|---|
| 4120 | <reference ref="name_operator" />
|
|---|
| 4121 | <reference ref="wheelchair" />
|
|---|
| 4122 | <text key="description" text="Closer description" />
|
|---|
| 4123 | <text key="ref" text="Reference number" />
|
|---|
| 4124 | <reference ref="fee" />
|
|---|
| 4125 | <reference ref="internet" />
|
|---|
| 4126 | </item> <!-- Information Terminal -->
|
|---|
| 4127 | <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true">
|
|---|
| 4128 | <link wiki="Tag:information=audioguide" />
|
|---|
| 4129 | <space />
|
|---|
| 4130 | <label text="Information using headphones or a mobile phone." />
|
|---|
| 4131 | <space />
|
|---|
| 4132 | <key key="tourism" value="information" />
|
|---|
| 4133 | <key key="information" value="audioguide" />
|
|---|
| 4134 | <reference ref="name_operator" />
|
|---|
| 4135 | <reference ref="wheelchair" />
|
|---|
| 4136 | <text key="description" text="Closer description" />
|
|---|
| 4137 | <text key="ref" text="Reference number" />
|
|---|
| 4138 | <reference ref="fee" />
|
|---|
| 4139 | <space />
|
|---|
| 4140 | <label text="Audioguide via mobile phone?" />
|
|---|
| 4141 | <text key="phone" text="Phone number" />
|
|---|
| 4142 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
|---|
| 4143 | </item> <!-- Audio Guide -->
|
|---|
| 4144 | <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4145 | <link wiki="Tag:tourism=information" />
|
|---|
| 4146 | <space />
|
|---|
| 4147 | <key key="tourism" value="information" />
|
|---|
| 4148 | <reference ref="name_ref_operator" />
|
|---|
| 4149 | <text key="description" text="Closer description" />
|
|---|
| 4150 | </item> <!-- Other Information Point -->
|
|---|
| 4151 | </group> <!-- Tourism -->
|
|---|
| 4152 | <group name="Leisure" icon="presets/leisure/theme_park.svg">
|
|---|
| 4153 | <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4154 | <link wiki="Tag:amenity=cinema" />
|
|---|
| 4155 | <space />
|
|---|
| 4156 | <key key="amenity" value="cinema" />
|
|---|
| 4157 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4158 | <check key="drive_in" text="Drive-in theater" />
|
|---|
| 4159 | <check key="cinema:3D" text="3D" />
|
|---|
| 4160 | <text key="screen" text="Number of screens" />
|
|---|
| 4161 | <reference ref="min_age" />
|
|---|
| 4162 | <reference ref="link_contact_address_payment" />
|
|---|
| 4163 | <preset_link preset_name="Building" />
|
|---|
| 4164 | </item> <!-- Movie Theater/Cinema -->
|
|---|
| 4165 | <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4166 | <link wiki="Tag:leisure=bandstand" />
|
|---|
| 4167 | <space />
|
|---|
| 4168 | <key key="leisure" value="bandstand" />
|
|---|
| 4169 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4170 | <reference ref="POI_access" />
|
|---|
| 4171 | </item> <!-- Bandstand -->
|
|---|
| 4172 | <item name="Dance" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4173 | <link wiki="Tag:leisure=dance" />
|
|---|
| 4174 | <space />
|
|---|
| 4175 | <key key="leisure" value="dance" />
|
|---|
| 4176 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4177 | <reference ref="POI_access" />
|
|---|
| 4178 | </item> <!-- Dance -->
|
|---|
| 4179 | <item name="Bleachers" icon="presets/leisure/bleachers.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4180 | <link wiki="Tag:leisure=bleachers" />
|
|---|
| 4181 | <space />
|
|---|
| 4182 | <key key="leisure" value="bleachers" />
|
|---|
| 4183 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4184 | <reference ref="POI_access" />
|
|---|
| 4185 | <check key="backrest" text="Backrest" />
|
|---|
| 4186 | </item> <!-- Bleachers -->
|
|---|
| 4187 | <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4188 | <link wiki="Tag:tourism=zoo" />
|
|---|
| 4189 | <space />
|
|---|
| 4190 | <key key="tourism" value="zoo" />
|
|---|
| 4191 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4192 | <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" />
|
|---|
| 4193 | <reference ref="wikipedia_wikidata" />
|
|---|
| 4194 | <reference ref="link_contact_address_payment" />
|
|---|
| 4195 | </item> <!-- Zoo -->
|
|---|
| 4196 | <item name="Animal enclosure" icon="presets/attraction/animal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4197 | <link wiki="Tag:attraction=animal" />
|
|---|
| 4198 | <space />
|
|---|
| 4199 | <key key="attraction" value="animal" />
|
|---|
| 4200 | <text key="name" text="Name" />
|
|---|
| 4201 | </item> <!-- Animal enclosure -->
|
|---|
| 4202 | <item name="Dog Park" icon="presets/leisure/dogpark.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4203 | <link wiki="Tag:leisure=dog_park" />
|
|---|
| 4204 | <space />
|
|---|
| 4205 | <key key="leisure" value="dog_park" />
|
|---|
| 4206 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4207 | <reference ref="lit_common_no_times"/>
|
|---|
| 4208 | </item> <!-- Dog Park -->
|
|---|
| 4209 | <item name="Amusement/Theme Park" icon="presets/leisure/theme_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4210 | <link wiki="Tag:tourism=theme_park" />
|
|---|
| 4211 | <space />
|
|---|
| 4212 | <key key="tourism" value="theme_park" />
|
|---|
| 4213 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4214 | <reference ref="link_contact_address_payment" />
|
|---|
| 4215 | </item> <!-- Amusement/Theme Park -->
|
|---|
| 4216 | <item name="Water Park" icon="presets/leisure/water_park.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4217 | <link wiki="Tag:leisure=water_park" />
|
|---|
| 4218 | <space />
|
|---|
| 4219 | <key key="leisure" value="water_park" />
|
|---|
| 4220 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4221 | <reference ref="link_contact_address_payment" />
|
|---|
| 4222 | <preset_link preset_name="Public bath" text="Similar but different tags:" />
|
|---|
| 4223 | <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
|
|---|
| 4224 | </item> <!-- Water Park -->
|
|---|
| 4225 | <item name="Water Slide" icon="presets/attraction/water_slide.svg" type="node,way" preset_name_label="true">
|
|---|
| 4226 | <link wiki="Tag:attraction=water_slide" />
|
|---|
| 4227 | <space />
|
|---|
| 4228 | <key key="attraction" value="water_slide" />
|
|---|
| 4229 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4230 | </item> <!-- Water Slide -->
|
|---|
| 4231 | <item name="Public bath" icon="presets/leisure/public_bath.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4232 | <link wiki="Tag:amenity=public_bath" />
|
|---|
| 4233 | <space />
|
|---|
| 4234 | <key key="amenity" value="public_bath" />
|
|---|
| 4235 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4236 | <combo key="bath:type" text="Type" values="hammam,hot_spring,lake,onsen,river,sento,thermal" values_context="bath:type" />
|
|---|
| 4237 | <check key="bath:open_air" text="Open air" />
|
|---|
| 4238 | <check key="shower" text="Shower" />
|
|---|
| 4239 | <checkgroup columns="3">
|
|---|
| 4240 | <check key="female" text="Female" text_context="restroom" />
|
|---|
| 4241 | <check key="male" text="Male" text_context="restroom" />
|
|---|
| 4242 | <check key="unisex" text="Unisex" text_context="restroom" />
|
|---|
| 4243 | </checkgroup>
|
|---|
| 4244 | <reference ref="fee" />
|
|---|
| 4245 | <reference ref="link_contact_address_payment" />
|
|---|
| 4246 | <preset_link preset_name="Water Park" text="Similar but different tags:" />
|
|---|
| 4247 | <preset_link preset_name="Sports Centre" text="Similar but different tags:" />
|
|---|
| 4248 | </item> <!-- Public bath -->
|
|---|
| 4249 | <item name="Resort" icon="presets/leisure/resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4250 | <link wiki="Tag:leisure=resort" />
|
|---|
| 4251 | <space />
|
|---|
| 4252 | <key key="leisure" value="resort" />
|
|---|
| 4253 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4254 | <reference ref="fee_interval" />
|
|---|
| 4255 | <reference ref="link_contact_address_payment" />
|
|---|
| 4256 | </item> <!-- Resort -->
|
|---|
| 4257 | <item name="Beach Resort" icon="presets/leisure/beach_resort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4258 | <link wiki="Tag:leisure=beach_resort" />
|
|---|
| 4259 | <space />
|
|---|
| 4260 | <key key="leisure" value="beach_resort" />
|
|---|
| 4261 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4262 | <reference ref="fee_interval" />
|
|---|
| 4263 | <space />
|
|---|
| 4264 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" />
|
|---|
| 4265 | <reference ref="link_contact_address_payment" />
|
|---|
| 4266 | </item> <!-- Beach Resort -->
|
|---|
| 4267 | <item name="Swimming Pool" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4268 | <link wiki="Tag:leisure=swimming_pool" />
|
|---|
| 4269 | <key key="leisure" value="swimming_pool" />
|
|---|
| 4270 | <space />
|
|---|
| 4271 | <label text="Used for the water area only." />
|
|---|
| 4272 | <space />
|
|---|
| 4273 | <reference ref="POI_access" />
|
|---|
| 4274 | </item> <!-- Swimming Pool -->
|
|---|
| 4275 | <item name="Dive centre" icon="presets/leisure/dive_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4276 | <link wiki="Tag:amenity=dive_centre" />
|
|---|
| 4277 | <space />
|
|---|
| 4278 | <key key="amenity" value="dive_centre" />
|
|---|
| 4279 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4280 | <reference ref="link_contact_address_payment" />
|
|---|
| 4281 | </item> <!-- Dive centre -->
|
|---|
| 4282 | <item name="Fitness Station" icon="presets/leisure/fitness_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4283 | <link wiki="Tag:leisure=fitness_station" />
|
|---|
| 4284 | <space />
|
|---|
| 4285 | <key key="leisure" value="fitness_station" />
|
|---|
| 4286 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4287 | <text key="ref" text="Reference" />
|
|---|
| 4288 | <text key="description" text="Description" />
|
|---|
| 4289 | </item> <!-- Fitness Station -->
|
|---|
| 4290 | <item name="Sauna" icon="presets/leisure/sauna.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4291 | <link wiki="Tag:leisure=sauna" />
|
|---|
| 4292 | <space />
|
|---|
| 4293 | <key key="leisure" value="sauna" />
|
|---|
| 4294 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4295 | <reference ref="POI_access" />
|
|---|
| 4296 | <reference ref="link_contact_address_payment" />
|
|---|
| 4297 | </item> <!-- Sauna -->
|
|---|
| 4298 | <item name="Horse Riding Centre" icon="presets/leisure/horse_riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4299 | <link wiki="Tag:leisure=horse_riding" />
|
|---|
| 4300 | <space />
|
|---|
| 4301 | <key key="leisure" value="horse_riding" />
|
|---|
| 4302 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4303 | <reference ref="fee" />
|
|---|
| 4304 | <reference ref="link_contact_address_payment" />
|
|---|
| 4305 | <preset_link preset_name="Equestrian Sport" text="Similar but different tags:" />
|
|---|
| 4306 | <preset_link preset_name="Horse Racing" text="Similar but different tags:" />
|
|---|
| 4307 | </item> <!-- Horse Riding Centre -->
|
|---|
| 4308 | <item name="Club" icon="presets/leisure/club.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4309 | <link wiki="Key:club" />
|
|---|
| 4310 | <space />
|
|---|
| 4311 | <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!" />
|
|---|
| 4312 | <optional>
|
|---|
| 4313 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4314 | <space />
|
|---|
| 4315 | <label text="In case of sport:" />
|
|---|
| 4316 | <reference ref="sport" />
|
|---|
| 4317 | </optional>
|
|---|
| 4318 | <reference ref="link_contact_address" />
|
|---|
| 4319 | </item> <!-- Club -->
|
|---|
| 4320 | <item name="Hackerspace" icon="presets/leisure/hackerspace.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4321 | <link wiki="Tag:leisure=hackerspace" />
|
|---|
| 4322 | <space />
|
|---|
| 4323 | <key key="leisure" value="hackerspace" />
|
|---|
| 4324 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4325 | <reference ref="link_contact_address" />
|
|---|
| 4326 | </item> <!-- Hackerspace -->
|
|---|
| 4327 | <item name="Events Venue" icon="presets/service/events_venue.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4328 | <link wiki="Tag:amenity=events_venue" />
|
|---|
| 4329 | <space />
|
|---|
| 4330 | <key key="amenity" value="events_venue" />
|
|---|
| 4331 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4332 | <reference ref="link_contact_address" />
|
|---|
| 4333 | <preset_link preset_name="Building" />
|
|---|
| 4334 | </item> <!-- Events Venue -->
|
|---|
| 4335 | <separator/>
|
|---|
| 4336 | <item name="Playground" icon="presets/leisure/playground.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4337 | <link wiki="Tag:leisure=playground" />
|
|---|
| 4338 | <space />
|
|---|
| 4339 | <key key="leisure" value="playground" />
|
|---|
| 4340 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4341 | <reference ref="max_age" />
|
|---|
| 4342 | </item> <!-- Playground -->
|
|---|
| 4343 | <item name="Playground device" icon="presets/leisure/playground_device.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4344 | <link wiki="Key:playground" />
|
|---|
| 4345 | <space />
|
|---|
| 4346 | <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!" />
|
|---|
| 4347 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4348 | <reference ref="max_age" />
|
|---|
| 4349 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 4350 | </item> <!-- Playground device -->
|
|---|
| 4351 | <item name="Picnic Site" icon="presets/leisure/picnic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4352 | <link wiki="Tag:tourism=picnic_site" />
|
|---|
| 4353 | <space />
|
|---|
| 4354 | <key key="tourism" value="picnic_site" />
|
|---|
| 4355 | <text key="name" text="Name" />
|
|---|
| 4356 | <check key="fireplace" text="Fireplace" />
|
|---|
| 4357 | </item> <!-- Picnic Site -->
|
|---|
| 4358 | <item name="Picnic Table" icon="presets/leisure/picnic.svg" type="node" preset_name_label="true">
|
|---|
| 4359 | <link wiki="Tag:leisure=picnic_table" />
|
|---|
| 4360 | <space />
|
|---|
| 4361 | <key key="leisure" value="picnic_table" />
|
|---|
| 4362 | <check key="covered" text="Covered" />
|
|---|
| 4363 | </item> <!-- Picnic Table -->
|
|---|
| 4364 | <item name="Public Grill" icon="presets/leisure/bbq.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4365 | <link wiki="Tag:amenity=bbq" />
|
|---|
| 4366 | <space />
|
|---|
| 4367 | <key key="amenity" value="bbq" />
|
|---|
| 4368 | <text key="name" text="Name" />
|
|---|
| 4369 | <combo key="fuel" text="Fuel" text_context="grill" values="charcoal,electric,wood" />
|
|---|
| 4370 | <check key="covered" text="Covered" />
|
|---|
| 4371 | </item> <!-- Public Grill -->
|
|---|
| 4372 | <item name="Firepit" icon="presets/leisure/firepit.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4373 | <link wiki="Tag:leisure=firepit" />
|
|---|
| 4374 | <space />
|
|---|
| 4375 | <key key="leisure" value="firepit" />
|
|---|
| 4376 | <text key="name" text="Name" />
|
|---|
| 4377 | </item> <!-- Firepit -->
|
|---|
| 4378 | <item name="Fishing" icon="presets/sport/fishing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4379 | <link wiki="Tag:leisure=fishing" />
|
|---|
| 4380 | <space />
|
|---|
| 4381 | <key key="leisure" value="fishing" />
|
|---|
| 4382 | <text key="name" text="Name" />
|
|---|
| 4383 | </item> <!-- Fishing -->
|
|---|
| 4384 | <item name="Bird Hide" icon="presets/leisure/bird_hide.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4385 | <link wiki="Tag:leisure=bird_hide" />
|
|---|
| 4386 | <space />
|
|---|
| 4387 | <key key="leisure" value="bird_hide" />
|
|---|
| 4388 | <reference ref="name_ref_operator" />
|
|---|
| 4389 | </item> <!-- Bird Hide -->
|
|---|
| 4390 | <separator/>
|
|---|
| 4391 | <item name="Amusement arcade" icon="presets/leisure/amusement_arcade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4392 | <link wiki="Tag:leisure=amusement_arcade" />
|
|---|
| 4393 | <space />
|
|---|
| 4394 | <key key="leisure" value="amusement_arcade" />
|
|---|
| 4395 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4396 | <reference ref="min_age" />
|
|---|
| 4397 | <space />
|
|---|
| 4398 | <reference ref="internet_smoking" />
|
|---|
| 4399 | <reference ref="link_contact_address_payment" />
|
|---|
| 4400 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 4401 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
|---|
| 4402 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
|---|
| 4403 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
|---|
| 4404 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
|---|
| 4405 | </item> <!-- Amusement arcade -->
|
|---|
| 4406 | <item name="Adult gaming centre" icon="presets/leisure/adult_gaming_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4407 | <link wiki="Tag:leisure=adult_gaming_centre" />
|
|---|
| 4408 | <space />
|
|---|
| 4409 | <key key="leisure" value="adult_gaming_centre" />
|
|---|
| 4410 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4411 | <reference ref="min_age" />
|
|---|
| 4412 | <space />
|
|---|
| 4413 | <reference ref="internet_smoking" />
|
|---|
| 4414 | <reference ref="link_contact_address_payment" />
|
|---|
| 4415 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
|---|
| 4416 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 4417 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
|---|
| 4418 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
|---|
| 4419 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
|---|
| 4420 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
|---|
| 4421 | </item> <!-- Adult gaming centre -->
|
|---|
| 4422 | <item name="Gambling" icon="presets/leisure/gambling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4423 | <link wiki="Tag:amenity=gambling" />
|
|---|
| 4424 | <space />
|
|---|
| 4425 | <key key="amenity" value="gambling" />
|
|---|
| 4426 | <multiselect key="gambling" text="Type" values="yes;lottery;pachinko;slot_machines;bingo;betting;poker" rows="7" />
|
|---|
| 4427 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4428 | <reference ref="min_age" />
|
|---|
| 4429 | <space />
|
|---|
| 4430 | <reference ref="internet_smoking" />
|
|---|
| 4431 | <reference ref="link_contact_address_payment" />
|
|---|
| 4432 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
|---|
| 4433 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 4434 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
|---|
| 4435 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
|---|
| 4436 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
|---|
| 4437 | </item> <!-- Gambling -->
|
|---|
| 4438 | <item name="Casino" icon="presets/leisure/casino.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4439 | <link wiki="Tag:amenity=casino" />
|
|---|
| 4440 | <space />
|
|---|
| 4441 | <key key="amenity" value="casino" />
|
|---|
| 4442 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4443 | <reference ref="min_age" />
|
|---|
| 4444 | <space />
|
|---|
| 4445 | <reference ref="internet_smoking" />
|
|---|
| 4446 | <reference ref="link_contact_address_payment" />
|
|---|
| 4447 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
|---|
| 4448 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 4449 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
|---|
| 4450 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
|---|
| 4451 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
|---|
| 4452 | </item> <!-- Casino -->
|
|---|
| 4453 | <separator/>
|
|---|
| 4454 | <item name="Night Club" icon="presets/leisure/nightclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4455 | <link wiki="Tag:amenity=nightclub" />
|
|---|
| 4456 | <space />
|
|---|
| 4457 | <key key="amenity" value="nightclub" />
|
|---|
| 4458 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4459 | <reference ref="min_age" />
|
|---|
| 4460 | <space />
|
|---|
| 4461 | <reference ref="internet_smoking" />
|
|---|
| 4462 | <reference ref="link_contact_address_payment" />
|
|---|
| 4463 | </item> <!-- Night Club -->
|
|---|
| 4464 | <item name="Strip Club" icon="presets/leisure/stripclub.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4465 | <link wiki="Tag:amenity=stripclub" />
|
|---|
| 4466 | <space />
|
|---|
| 4467 | <key key="amenity" value="stripclub" />
|
|---|
| 4468 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4469 | <reference ref="min_age" />
|
|---|
| 4470 | <space />
|
|---|
| 4471 | <reference ref="internet_smoking" />
|
|---|
| 4472 | <reference ref="link_contact_address_payment" />
|
|---|
| 4473 | </item> <!-- Strip Club -->
|
|---|
| 4474 | <item name="Brothel" icon="presets/leisure/brothel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4475 | <link wiki="Tag:amenity=brothel" />
|
|---|
| 4476 | <space />
|
|---|
| 4477 | <key key="amenity" value="brothel" />
|
|---|
| 4478 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4479 | <space />
|
|---|
| 4480 | <reference ref="internet_smoking" />
|
|---|
| 4481 | <reference ref="link_contact_address_payment" />
|
|---|
| 4482 | </item> <!-- Brothel -->
|
|---|
| 4483 | </group> <!-- Leisure -->
|
|---|
| 4484 | <group name="Culture" icon="presets/leisure/theater.svg">
|
|---|
| 4485 | <item name="Museum" icon="presets/sightseeing/museum.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4486 | <link wiki="Tag:tourism=museum" />
|
|---|
| 4487 | <space />
|
|---|
| 4488 | <key key="tourism" value="museum" />
|
|---|
| 4489 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4490 | <reference ref="wikipedia_wikidata" />
|
|---|
| 4491 | <reference ref="link_contact_address_payment" />
|
|---|
| 4492 | <preset_link preset_name="Building" />
|
|---|
| 4493 | </item> <!-- Museum -->
|
|---|
| 4494 | <item name="Gallery" icon="presets/sightseeing/gallery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4495 | <link wiki="Tag:tourism=gallery" />
|
|---|
| 4496 | <space />
|
|---|
| 4497 | <key key="tourism" value="gallery" />
|
|---|
| 4498 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4499 | <reference ref="wikipedia_wikidata" />
|
|---|
| 4500 | <reference ref="link_contact_address_payment" />
|
|---|
| 4501 | <preset_link preset_name="Building" />
|
|---|
| 4502 | </item> <!-- Gallery -->
|
|---|
| 4503 | <item name="Theatre" icon="presets/leisure/theater.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4504 | <link wiki="Tag:amenity=theatre" />
|
|---|
| 4505 | <space />
|
|---|
| 4506 | <key key="amenity" value="theatre" />
|
|---|
| 4507 | <reference ref="name_operator" />
|
|---|
| 4508 | <reference ref="wheelchair" />
|
|---|
| 4509 | <reference ref="link_contact_address_payment" />
|
|---|
| 4510 | <preset_link preset_name="Building" />
|
|---|
| 4511 | </item> <!-- Theatre -->
|
|---|
| 4512 | <item name="Library" icon="presets/education/library.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4513 | <link wiki="Tag:amenity=library" />
|
|---|
| 4514 | <space />
|
|---|
| 4515 | <key key="amenity" value="library" />
|
|---|
| 4516 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4517 | <reference ref="link_contact_address_payment" />
|
|---|
| 4518 | <preset_link preset_name="Building" />
|
|---|
| 4519 | </item> <!-- Library -->
|
|---|
| 4520 | <item name="Public bookcase" icon="presets/education/public_bookcase.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4521 | <link wiki="Tag:amenity=public_bookcase" />
|
|---|
| 4522 | <space />
|
|---|
| 4523 | <key key="amenity" value="public_bookcase" />
|
|---|
| 4524 | <text key="name" text="Name" />
|
|---|
| 4525 | <combo key="public_bookcase:type" text="Type" values="building,glass_cabinet,metal_cabinet,wooden_cabinet,movable_cabinet,phone_box,reading_box,sculpture,shelf,shelter" />
|
|---|
| 4526 | <text key="operator" text="Operator" />
|
|---|
| 4527 | <reference ref="oh_wheelchair" />
|
|---|
| 4528 | <reference ref="POI_access" />
|
|---|
| 4529 | </item> <!-- Public bookcase -->
|
|---|
| 4530 | <item name="Arts Centre" icon="presets/sightseeing/arts_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4531 | <link wiki="Tag:amenity=arts_centre" />
|
|---|
| 4532 | <space />
|
|---|
| 4533 | <key key="amenity" value="arts_centre" />
|
|---|
| 4534 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4535 | <reference ref="link_contact_address_payment" />
|
|---|
| 4536 | <preset_link preset_name="Building" />
|
|---|
| 4537 | </item> <!-- Arts Centre -->
|
|---|
| 4538 | <item name="Artwork" icon="presets/sightseeing/arts_centre.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4539 | <link wiki="Tag:tourism=artwork" />
|
|---|
| 4540 | <space />
|
|---|
| 4541 | <key key="tourism" value="artwork" />
|
|---|
| 4542 | <combo key="artwork_type" text="Type" values="architecture,mural,painting,sculpture,statue,bust,stone,installation,graffiti" values_searchable="true" />
|
|---|
| 4543 | <text key="name" text="Name" />
|
|---|
| 4544 | <text key="artwork_subject" text="Subject" />
|
|---|
| 4545 | <text key="artist_name" text="Artist Name" />
|
|---|
| 4546 | <combo key="material" text="Material" values="aluminium,brass,bronze,ceramic,concrete,copper,glass,gold,granite,iron,marble,metal,plastic,steel,stone,wood" />
|
|---|
| 4547 | <text key="start_date" text="Start date" />
|
|---|
| 4548 | </item> <!-- Artwork -->
|
|---|
| 4549 | <item name="Studio" icon="presets/service/studio.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4550 | <link wiki="Tag:amenity=studio" />
|
|---|
| 4551 | <space />
|
|---|
| 4552 | <key key="amenity" value="studio" />
|
|---|
| 4553 | <reference ref="name_operator" />
|
|---|
| 4554 | <reference ref="wheelchair" />
|
|---|
| 4555 | <combo key="studio" text="Type" values="audio,radio,television,video" />
|
|---|
| 4556 | <reference ref="link_contact_address_payment" />
|
|---|
| 4557 | </item> <!-- Studio -->
|
|---|
| 4558 | </group> <!-- Culture -->
|
|---|
| 4559 | <group name="Place of Worship" icon="presets/religion/religion.svg">
|
|---|
| 4560 | <item name="Church" icon="presets/religion/church.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4561 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4562 | <space />
|
|---|
| 4563 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4564 | <key key="religion" value="christian" />
|
|---|
| 4565 | <text key="name" text="Name" />
|
|---|
| 4566 | <combo key="building" text="Building type" values="basilica,cathedral,chapel,church,temple" values_searchable="true" />
|
|---|
| 4567 | <reference ref="christian_denominations" />
|
|---|
| 4568 | <reference ref="service_times" />
|
|---|
| 4569 | <reference ref="oh_wheelchair" />
|
|---|
| 4570 | <reference ref="link_contact_address" />
|
|---|
| 4571 | <preset_link preset_name="Building" />
|
|---|
| 4572 | </item> <!-- Church -->
|
|---|
| 4573 | <item name="Mosque" icon="presets/religion/muslim.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4574 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4575 | <space />
|
|---|
| 4576 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4577 | <key key="religion" value="muslim" />
|
|---|
| 4578 | <text key="name" text="Name" />
|
|---|
| 4579 | <combo key="building" text="Building type" values="mosque" values_searchable="true" />
|
|---|
| 4580 | <reference ref="muslim_denominations" />
|
|---|
| 4581 | <reference ref="service_times" />
|
|---|
| 4582 | <reference ref="oh_wheelchair" />
|
|---|
| 4583 | <reference ref="link_contact_address" />
|
|---|
| 4584 | <preset_link preset_name="Building" />
|
|---|
| 4585 | </item> <!-- Mosque -->
|
|---|
| 4586 | <item name="Synagogue" icon="presets/religion/jewish.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4587 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4588 | <space />
|
|---|
| 4589 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4590 | <key key="religion" value="jewish" />
|
|---|
| 4591 | <text key="name" text="Name" />
|
|---|
| 4592 | <combo key="building" text="Building type" values="synagogue" values_searchable="true" />
|
|---|
| 4593 | <reference ref="jewish_denominations" />
|
|---|
| 4594 | <reference ref="service_times" />
|
|---|
| 4595 | <reference ref="oh_wheelchair" />
|
|---|
| 4596 | <reference ref="link_contact_address" />
|
|---|
| 4597 | <preset_link preset_name="Building" />
|
|---|
| 4598 | </item> <!-- Synagogue -->
|
|---|
| 4599 | <item name="Buddhist Temple" icon="presets/religion/buddhism.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4600 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4601 | <space />
|
|---|
| 4602 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4603 | <key key="religion" value="buddhist" />
|
|---|
| 4604 | <text key="name" text="Name" />
|
|---|
| 4605 | <reference ref="buddhist_denominations" />
|
|---|
| 4606 | <reference ref="service_times" />
|
|---|
| 4607 | <reference ref="oh_wheelchair" />
|
|---|
| 4608 | <reference ref="link_contact_address" />
|
|---|
| 4609 | <preset_link preset_name="Building" />
|
|---|
| 4610 | </item> <!-- Buddhist Temple -->
|
|---|
| 4611 | <item name="Hindu Temple" icon="presets/religion/hinduism.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4612 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4613 | <space />
|
|---|
| 4614 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4615 | <key key="religion" value="hindu" />
|
|---|
| 4616 | <text key="name" text="Name" />
|
|---|
| 4617 | <reference ref="hindu_denominations" />
|
|---|
| 4618 | <reference ref="service_times" />
|
|---|
| 4619 | <reference ref="oh_wheelchair" />
|
|---|
| 4620 | <reference ref="link_contact_address" />
|
|---|
| 4621 | <preset_link preset_name="Building" />
|
|---|
| 4622 | </item> <!-- Hindu Temple -->
|
|---|
| 4623 | <item name="Shinto Shrine" icon="presets/religion/shinto.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4624 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4625 | <space />
|
|---|
| 4626 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4627 | <key key="religion" value="shinto" />
|
|---|
| 4628 | <text key="name" text="Name" />
|
|---|
| 4629 | <reference ref="service_times" />
|
|---|
| 4630 | <reference ref="oh_wheelchair" />
|
|---|
| 4631 | <reference ref="link_contact_address" />
|
|---|
| 4632 | <preset_link preset_name="Building" />
|
|---|
| 4633 | </item> <!-- Shinto Shrine -->
|
|---|
| 4634 | <item name="Other Place of Worship" icon="presets/religion/religion.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4635 | <link wiki="Tag:amenity=place_of_worship" />
|
|---|
| 4636 | <space />
|
|---|
| 4637 | <key key="amenity" value="place_of_worship" />
|
|---|
| 4638 | <text key="name" text="Name" />
|
|---|
| 4639 | <reference ref="other_religions" />
|
|---|
| 4640 | <reference ref="service_times" />
|
|---|
| 4641 | <reference ref="oh_wheelchair" />
|
|---|
| 4642 | <reference ref="link_contact_address" />
|
|---|
| 4643 | <preset_link preset_name="Building" />
|
|---|
| 4644 | </item> <!-- Other Place of Worship -->
|
|---|
| 4645 | <separator/>
|
|---|
| 4646 | <item name="Monastery" icon="presets/religion/monastery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4647 | <link wiki="Tag:amenity=monastery" />
|
|---|
| 4648 | <space />
|
|---|
| 4649 | <key key="amenity" value="monastery" />
|
|---|
| 4650 | <text key="name" text="Name" />
|
|---|
| 4651 | <reference ref="religious" />
|
|---|
| 4652 | <combo key="community:gender" text="Community gender" values="female,male,mixed" values_context="gender" />
|
|---|
| 4653 | <reference ref="oh_wheelchair" />
|
|---|
| 4654 | <reference ref="wikipedia_wikidata" />
|
|---|
| 4655 | <reference ref="link_contact_address" />
|
|---|
| 4656 | <preset_link preset_name="Historic monastery" text="Similar but different tags:" />
|
|---|
| 4657 | </item> <!-- Monastery -->
|
|---|
| 4658 | </group> <!-- Place of Worship -->
|
|---|
| 4659 | <group name="Public Building" icon="presets/service/townhall.svg">
|
|---|
| 4660 | <item name="Town Hall" icon="presets/service/townhall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4661 | <link wiki="Tag:amenity=townhall" />
|
|---|
| 4662 | <space />
|
|---|
| 4663 | <key key="amenity" value="townhall" />
|
|---|
| 4664 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4665 | <reference ref="link_contact_address" />
|
|---|
| 4666 | <preset_link preset_name="Building" />
|
|---|
| 4667 | </item> <!-- Town Hall -->
|
|---|
| 4668 | <item name="Community Centre" icon="presets/service/community_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4669 | <link wiki="Tag:amenity=community_centre" />
|
|---|
| 4670 | <space />
|
|---|
| 4671 | <label text="Community Centre" />
|
|---|
| 4672 | <space />
|
|---|
| 4673 | <key key="amenity" value="community_centre" />
|
|---|
| 4674 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4675 | <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" />
|
|---|
| 4676 | <multiselect key="community_centre:for" text="For" values="child;juvenile;student;girl;boy;man;woman;senior;family;homosexual;multigeneration;disabled;athlete;immigrant;lgbtq" />
|
|---|
| 4677 | <reference ref="link_contact_address" />
|
|---|
| 4678 | <preset_link preset_name="Building" />
|
|---|
| 4679 | </item> <!-- Community Centre -->
|
|---|
| 4680 | <item name="Courthouse" icon="presets/service/courthouse.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4681 | <link wiki="Tag:amenity=courthouse" />
|
|---|
| 4682 | <space />
|
|---|
| 4683 | <key key="amenity" value="courthouse" />
|
|---|
| 4684 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4685 | <reference ref="link_contact_address" />
|
|---|
| 4686 | <preset_link preset_name="Building" />
|
|---|
| 4687 | </item> <!-- Courthouse -->
|
|---|
| 4688 | <item name="Prison" icon="presets/service/prison.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4689 | <link wiki="Tag:amenity=prison" />
|
|---|
| 4690 | <space />
|
|---|
| 4691 | <key key="amenity" value="prison" />
|
|---|
| 4692 | <reference ref="name_operator" />
|
|---|
| 4693 | <reference ref="link_contact_address" />
|
|---|
| 4694 | </item> <!-- Prison -->
|
|---|
| 4695 | <item name="Police" icon="presets/service/police.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4696 | <link wiki="Tag:amenity=police" />
|
|---|
| 4697 | <space />
|
|---|
| 4698 | <key key="amenity" value="police" />
|
|---|
| 4699 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4700 | <reference ref="link_contact_address" />
|
|---|
| 4701 | <preset_link preset_name="Building" />
|
|---|
| 4702 | </item> <!-- Police -->
|
|---|
| 4703 | <item name="Ranger Station" icon="presets/service/ranger_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4704 | <link wiki="Tag:amenity=ranger_station" />
|
|---|
| 4705 | <space />
|
|---|
| 4706 | <key key="amenity" value="ranger_station" />
|
|---|
| 4707 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4708 | <reference ref="link_contact_address" />
|
|---|
| 4709 | </item> <!-- Ranger Station -->
|
|---|
| 4710 | <item name="Fire Station" icon="presets/service/firebrigade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4711 | <link wiki="Tag:amenity=fire_station" />
|
|---|
| 4712 | <space />
|
|---|
| 4713 | <key key="amenity" value="fire_station" />
|
|---|
| 4714 | <text key="name" text="Name" />
|
|---|
| 4715 | <reference ref="link_contact_address" />
|
|---|
| 4716 | <preset_link preset_name="Building" />
|
|---|
| 4717 | </item> <!-- Fire Station -->
|
|---|
| 4718 | <item name="Post Office" icon="presets/service/post_office.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4719 | <link wiki="Tag:amenity=post_office" />
|
|---|
| 4720 | <space />
|
|---|
| 4721 | <key key="amenity" value="post_office" />
|
|---|
| 4722 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4723 | <text key="ref" text="Reference" />
|
|---|
| 4724 | <reference ref="link_contact_address_payment" />
|
|---|
| 4725 | </item> <!-- Post Office -->
|
|---|
| 4726 | </group> <!-- Public Buildings -->
|
|---|
| 4727 | <group name="Education" icon="presets/education/school.svg">
|
|---|
| 4728 | <item name="Kindergarten" icon="presets/education/kindergarten.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4729 | <link wiki="Tag:amenity=kindergarten" />
|
|---|
| 4730 | <space />
|
|---|
| 4731 | <key key="amenity" value="kindergarten" />
|
|---|
| 4732 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4733 | <reference ref="min_age" />
|
|---|
| 4734 | <reference ref="max_age" />
|
|---|
| 4735 | <combo key="isced:level" text="ISCED level" values="0" />
|
|---|
| 4736 | <reference ref="school_common"/>
|
|---|
| 4737 | <reference ref="link_contact_address" />
|
|---|
| 4738 | <preset_link preset_name="Building" />
|
|---|
| 4739 | </item> <!-- Kindergarten -->
|
|---|
| 4740 | <item name="School" icon="presets/education/school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4741 | <link wiki="Tag:amenity=school" />
|
|---|
| 4742 | <space />
|
|---|
| 4743 | <key key="amenity" value="school" />
|
|---|
| 4744 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4745 | <reference ref="min_age" />
|
|---|
| 4746 | <multiselect key="isced:level" text="ISCED level" values="0;1;2;3;4" rows="5" />
|
|---|
| 4747 | <reference ref="school_common"/>
|
|---|
| 4748 | <reference ref="link_contact_address" />
|
|---|
| 4749 | <preset_link preset_name="Building" />
|
|---|
| 4750 | </item> <!-- School -->
|
|---|
| 4751 | <item name="University" icon="presets/education/university.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4752 | <link wiki="Tag:amenity=university" />
|
|---|
| 4753 | <space />
|
|---|
| 4754 | <key key="amenity" value="university" />
|
|---|
| 4755 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4756 | <multiselect key="isced:level" text="ISCED level" values="4;5;6;7;8" rows="5" />
|
|---|
| 4757 | <reference ref="school_common"/>
|
|---|
| 4758 | <reference ref="link_contact_address" />
|
|---|
| 4759 | </item> <!-- University -->
|
|---|
| 4760 | <item name="College" icon="presets/education/college.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4761 | <link wiki="Tag:amenity=college" />
|
|---|
| 4762 | <space />
|
|---|
| 4763 | <key key="amenity" value="college" />
|
|---|
| 4764 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4765 | <multiselect key="isced:level" text="ISCED level" values="3;4;5;6;7" rows="5" />
|
|---|
| 4766 | <reference ref="school_common"/>
|
|---|
| 4767 | <reference ref="link_contact_address" />
|
|---|
| 4768 | </item> <!-- College -->
|
|---|
| 4769 | <item name="Driving School" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4770 | <link wiki="Tag:amenity=driving_school" />
|
|---|
| 4771 | <space />
|
|---|
| 4772 | <key key="amenity" value="driving_school" />
|
|---|
| 4773 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4774 | <multiselect key="license_classes" text="License Classes" values="AM;A1;A2;A;B;BE;B1;C1;C1E;C;CE;D1;D1E;D;DE" values_sort="false" values_no_i18n="true" />
|
|---|
| 4775 | <reference ref="link_contact_address" />
|
|---|
| 4776 | <preset_link preset_name="Driver Training" text="Similar but different tags:" />
|
|---|
| 4777 | </item> <!-- Driving School -->
|
|---|
| 4778 | <item name="Driver Training" icon="presets/education/driving_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4779 | <link wiki="Tag:amenity=driver_training" />
|
|---|
| 4780 | <space />
|
|---|
| 4781 | <key key="amenity" value="driver_training" />
|
|---|
| 4782 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4783 | <multiselect key="license_classes" text="License Classes" values="AM;A1;A2;A;B;BE;B1;C1;C1E;C;CE;D1;D1E;D;DE" values_sort="false" values_no_i18n="true" />
|
|---|
| 4784 | <reference ref="link_contact_address" />
|
|---|
| 4785 | <preset_link preset_name="Driving School" text="Similar but different tags:" />
|
|---|
| 4786 | </item> <!-- Driver Training -->
|
|---|
| 4787 | <item name="Language school" icon="presets/education/language_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4788 | <link wiki="Tag:amenity=language_school" />
|
|---|
| 4789 | <space />
|
|---|
| 4790 | <key key="amenity" value="language_school" />
|
|---|
| 4791 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4792 | <reference ref="school_common"/>
|
|---|
| 4793 | <reference ref="link_contact_address" />
|
|---|
| 4794 | </item> <!-- Language school -->
|
|---|
| 4795 | <item name="Music school" icon="presets/education/music_school.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4796 | <link wiki="Tag:amenity=music_school" />
|
|---|
| 4797 | <space />
|
|---|
| 4798 | <key key="amenity" value="music_school" />
|
|---|
| 4799 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4800 | <reference ref="school_common"/>
|
|---|
| 4801 | <reference ref="link_contact_address" />
|
|---|
| 4802 | </item> <!-- Music school -->
|
|---|
| 4803 | </group> <!-- Education -->
|
|---|
| 4804 | <group name="Animal" icon="presets/health/animal_shelter.svg">
|
|---|
| 4805 | <item name="Animal boarding" icon="presets/accommodation/animal_boarding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4806 | <link wiki="Tag:amenity=animal_boarding" />
|
|---|
| 4807 | <space />
|
|---|
| 4808 | <key key="amenity" value="animal_boarding" />
|
|---|
| 4809 | <text key="name" text="Name" />
|
|---|
| 4810 | <multiselect key="animal_boarding" text="Type" values="bird;cat;dog;duck;horse;mammal;wildlife" values_searchable="true" rows="7" />
|
|---|
| 4811 | <reference ref="oh_wheelchair" />
|
|---|
| 4812 | <reference ref="link_contact_address_payment" />
|
|---|
| 4813 | </item> <!-- Animal boarding -->
|
|---|
| 4814 | <item name="Animal breeding" icon="presets/misc/animal_breeding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4815 | <link wiki="Tag:amenity=animal_breeding" />
|
|---|
| 4816 | <space />
|
|---|
| 4817 | <key key="amenity" value="animal_breeding" />
|
|---|
| 4818 | <reference ref="name_operator" />
|
|---|
| 4819 | <multiselect key="animal_breeding" text="Animals bred" values="alpaca;bird;cat;chicken;cow;dog;donkey;fish;goat;sheep;horse;pig;poultry;rabbit" values_context="animal_breeding" />
|
|---|
| 4820 | <reference ref="oh_wheelchair" />
|
|---|
| 4821 | <reference ref="link_contact_address_payment" />
|
|---|
| 4822 | </item> <!-- Animal breeding -->
|
|---|
| 4823 | <item name="Veterinary" icon="presets/health/veterinary.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4824 | <link wiki="Tag:amenity=veterinary" />
|
|---|
| 4825 | <space />
|
|---|
| 4826 | <key key="amenity" value="veterinary" />
|
|---|
| 4827 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4828 | <reference ref="link_contact_address_payment" />
|
|---|
| 4829 | </item> <!-- Veterinary -->
|
|---|
| 4830 | <item name="Animal shelter" icon="presets/health/animal_shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4831 | <link wiki="Tag:amenity=animal_shelter" />
|
|---|
| 4832 | <space />
|
|---|
| 4833 | <key key="amenity" value="animal_shelter" />
|
|---|
| 4834 | <text key="name" text="Name" />
|
|---|
| 4835 | <multiselect key="animal_shelter" text="Type" values="bird;cat;dog;duck;horse;mammal;wildlife" values_searchable="true" rows="7" />
|
|---|
| 4836 | <reference ref="oh_wheelchair" />
|
|---|
| 4837 | <reference ref="link_contact_address_payment" />
|
|---|
| 4838 | </item> <!-- Animal shelter -->
|
|---|
| 4839 | <item name="Animal watering place" icon="presets/misc/watering_place.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4840 | <link wiki="Tag:amenity=watering_place" />
|
|---|
| 4841 | <space />
|
|---|
| 4842 | <key key="amenity" value="watering_place" />
|
|---|
| 4843 | <optional>
|
|---|
| 4844 | <text key="name" text="Name" />
|
|---|
| 4845 | <text key="description" text="Description" />
|
|---|
| 4846 | </optional>
|
|---|
| 4847 | </item> <!-- Animal watering place -->
|
|---|
| 4848 | </group> <!-- Animal -->
|
|---|
| 4849 | <group name="Health" icon="presets/health/pharmacy.svg">
|
|---|
| 4850 | <item name="Hospital" icon="presets/health/hospital.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4851 | <link wiki="Tag:amenity=hospital" />
|
|---|
| 4852 | <space />
|
|---|
| 4853 | <key key="amenity" value="hospital" />
|
|---|
| 4854 | <reference ref="name_operator" />
|
|---|
| 4855 | <reference ref="link_contact_address_payment" />
|
|---|
| 4856 | </item> <!-- Hospital -->
|
|---|
| 4857 | <item name="Clinic" icon="presets/health/clinic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4858 | <link wiki="Tag:amenity=clinic" />
|
|---|
| 4859 | <space />
|
|---|
| 4860 | <key key="amenity" value="clinic" />
|
|---|
| 4861 | <reference ref="name_operator" />
|
|---|
| 4862 | <reference ref="link_contact_address_payment" />
|
|---|
| 4863 | </item> <!-- Clinic -->
|
|---|
| 4864 | <item name="Doctor's Office" icon="presets/health/doctors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4865 | <link wiki="Tag:amenity=doctors" />
|
|---|
| 4866 | <space />
|
|---|
| 4867 | <key key="amenity" value="doctors" />
|
|---|
| 4868 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4869 | <reference ref="link_contact_address_payment" />
|
|---|
| 4870 | </item> <!-- Doctor's Office -->
|
|---|
| 4871 | <item name="Dentist" icon="presets/health/dentist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4872 | <link wiki="Tag:amenity=dentist" />
|
|---|
| 4873 | <space />
|
|---|
| 4874 | <key key="amenity" value="dentist" />
|
|---|
| 4875 | <reference ref="name_oh_wheelchair" />
|
|---|
| 4876 | <reference ref="link_contact_address_payment" />
|
|---|
| 4877 | </item> <!-- Dentist -->
|
|---|
| 4878 | <item name="Pharmacy" icon="presets/health/pharmacy.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4879 | <link wiki="Tag:amenity=pharmacy" />
|
|---|
| 4880 | <space />
|
|---|
| 4881 | <key key="amenity" value="pharmacy" />
|
|---|
| 4882 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4883 | <check key="dispensing" text="Dispensing"/>
|
|---|
| 4884 | <reference ref="link_contact_address_payment" />
|
|---|
| 4885 | </item> <!-- Pharmacy -->
|
|---|
| 4886 | <item name="Laboratory" icon="presets/health/laboratory.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4887 | <link wiki="Tag:healthcare=laboratory" />
|
|---|
| 4888 | <space />
|
|---|
| 4889 | <key key="healthcare" value="laboratory" />
|
|---|
| 4890 | <optional>
|
|---|
| 4891 | <reference ref="name_operator" />
|
|---|
| 4892 | <combo key="healthcare:speciality" text="Speciality" values="biology,blood_check,clinical_pathology" values_context="healthcare" />
|
|---|
| 4893 | <reference ref="oh_wheelchair" />
|
|---|
| 4894 | <text key="ref" text="Reference" />
|
|---|
| 4895 | <reference ref="link_contact_address" />
|
|---|
| 4896 | </optional>
|
|---|
| 4897 | </item> <!-- Laboratory -->
|
|---|
| 4898 | <separator/>
|
|---|
| 4899 | <item name="Baby Hatch/Safe Haven" icon="presets/health/baby_hatch.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4900 | <link wiki="Tag:amenity=baby_hatch" />
|
|---|
| 4901 | <space />
|
|---|
| 4902 | <key key="amenity" value="baby_hatch" />
|
|---|
| 4903 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 4904 | <reference ref="link_contact_address" />
|
|---|
| 4905 | </item> <!-- Baby Hatch/Safe Haven -->
|
|---|
| 4906 | <separator/>
|
|---|
| 4907 | <item name="Emergency Access Point" icon="presets/service/emergency_access_point.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 4908 | <link wiki="Tag:highway=emergency_access_point" />
|
|---|
| 4909 | <space />
|
|---|
| 4910 | <key key="highway" value="emergency_access_point" />
|
|---|
| 4911 | <text key="ref" text="Point Number" />
|
|---|
| 4912 | <text key="name" text="Point Name" />
|
|---|
| 4913 | <text key="operator" text="Operator" />
|
|---|
| 4914 | <text key="emergency_telephone_code" text="Emergency Phone Number" />
|
|---|
| 4915 | <label text="(Use number as shown on plate.)" />
|
|---|
| 4916 | <space />
|
|---|
| 4917 | </item> <!-- Emergency Access Point -->
|
|---|
| 4918 | </group> <!-- Health -->
|
|---|
| 4919 | <group name="Emergency" icon="presets/emergency/ambulance_station.svg">
|
|---|
| 4920 | <item name="Ambulance Station" icon="presets/emergency/ambulance_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 4921 | <link wiki="Tag:emergency=ambulance_station" />
|
|---|
| 4922 | <space />
|
|---|
| 4923 | <key key="emergency" value="ambulance_station" />
|
|---|
| 4924 | <reference ref="name_operator" />
|
|---|
| 4925 | <reference ref="link_contact_address" />
|
|---|
| 4926 | </item> <!-- Ambulance Station -->
|
|---|
| 4927 | <item name="Emergency ward entrance" icon="presets/emergency/emergency_ward_entrance.svg" type="node" preset_name_label="true">
|
|---|
| 4928 | <link wiki="Tag:emergency=emergency_ward_entrance" />
|
|---|
| 4929 | <space />
|
|---|
| 4930 | <key key="emergency" value="emergency_ward_entrance" />
|
|---|
| 4931 | <reference ref="name_operator" />
|
|---|
| 4932 | <combo key="emergency_ward_entrance" text="Type" values="walk-in,rescue_service,all" values_searchable="true" />
|
|---|
| 4933 | <reference ref="link_contact_address" />
|
|---|
| 4934 | </item> <!-- Emergency ward entrance -->
|
|---|
| 4935 | <item name="Automated Defibrillator" icon="presets/emergency/aed.svg" type="node" preset_name_label="true">
|
|---|
| 4936 | <link wiki="Tag:emergency=defibrillator" />
|
|---|
| 4937 | <space />
|
|---|
| 4938 | <key key="emergency" value="defibrillator" />
|
|---|
| 4939 | <text key="defibrillator:location" text="Location description" />
|
|---|
| 4940 | <reference ref="POI_access" />
|
|---|
| 4941 | <space />
|
|---|
| 4942 | <check key="indoor" text="Located inside a building?" />
|
|---|
| 4943 | <combo key="level" text="Storey" values="5,4,3,2,1,0,-1,-2,-3,-4,-5" values_sort="false" />
|
|---|
| 4944 | <space />
|
|---|
| 4945 | <reference ref="oh_wheelchair" />
|
|---|
| 4946 | <text key="operator" text="Operator" />
|
|---|
| 4947 | <text key="phone" text="Phone number" />
|
|---|
| 4948 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
|---|
| 4949 | </item> <!-- Automated Defibrillator -->
|
|---|
| 4950 | <separator />
|
|---|
| 4951 | <item name="Fire Extinguisher" icon="presets/emergency/fire_extinguisher.svg" type="node" preset_name_label="true">
|
|---|
| 4952 | <link wiki="Tag:emergency=fire_extinguisher" />
|
|---|
| 4953 | <space />
|
|---|
| 4954 | <key key="emergency" value="fire_extinguisher" />
|
|---|
| 4955 | <reference ref="ref_operator" />
|
|---|
| 4956 | <check key="indoor" text="Indoor" />
|
|---|
| 4957 | </item> <!-- Fire Extinguisher -->
|
|---|
| 4958 | <item name="Fire Hose" icon="presets/emergency/fire_hose.svg" type="node" preset_name_label="true">
|
|---|
| 4959 | <link wiki="Tag:emergency=fire_hose" />
|
|---|
| 4960 | <space />
|
|---|
| 4961 | <key key="emergency" value="fire_hose" />
|
|---|
| 4962 | <reference ref="ref_operator" />
|
|---|
| 4963 | </item> <!-- Fire Hose -->
|
|---|
| 4964 | <item name="Fire Hydrant" icon="presets/service/fire_hydrant.svg" type="node" preset_name_label="true">
|
|---|
| 4965 | <link wiki="Tag:emergency=fire_hydrant" />
|
|---|
| 4966 | <space />
|
|---|
| 4967 | <key key="emergency" value="fire_hydrant" />
|
|---|
| 4968 | <combo key="fire_hydrant:type" text="Shape" values_searchable="true" values_context="pipeline" >
|
|---|
| 4969 | <list_entry value="pillar" short_description="A pillar type hydrant." />
|
|---|
| 4970 | <list_entry value="underground" short_description="A fire hydrant simple outlet located underground." />
|
|---|
| 4971 | <list_entry value="wall" short_description="A wall-mounted fire hydrant." />
|
|---|
| 4972 | <list_entry value="pipe" short_description="A simple capped pipe, without the usual hydrant shape." />
|
|---|
| 4973 | </combo>
|
|---|
| 4974 | <combo key="fire_hydrant:diameter" text="Diameter (mm)" values="50,70,75,80,100,110,125,150,200,250,300,400" />
|
|---|
| 4975 | <combo key="fire_hydrant:pressure" text="Pressure (bar) or suction" values_searchable="true" values_sort="false">
|
|---|
| 4976 | <list_entry value="#" short_description="Pressure in bar." />
|
|---|
| 4977 | <list_entry value="yes" short_description="Pressure but value unknown." />
|
|---|
| 4978 | <list_entry value="suction" short_description="Water is not pressurized, a pump is needed." />
|
|---|
| 4979 | </combo>
|
|---|
| 4980 | <optional>
|
|---|
| 4981 | <text key="ref" text="Reference" />
|
|---|
| 4982 | <combo key="water_source" text="Water source">
|
|---|
| 4983 | <list_entry value="main" short_description="Hydrant is fed by the local distribution network." />
|
|---|
| 4984 | <list_entry value="groundwater" icon="presets/landmark/water_well.svg" icon_size="24" short_description="A water well." />
|
|---|
| 4985 | <list_entry value="stream" icon="presets/nautical/waterway_stream.svg" icon_size="24" />
|
|---|
| 4986 | <list_entry value="river" icon="presets/nautical/waterway_river.svg" icon_size="24" />
|
|---|
| 4987 | <list_entry value="canal" icon="presets/nautical/waterway_canal.svg" icon_size="24" />
|
|---|
| 4988 | <list_entry value="drain" icon="presets/nautical/waterway_drain.svg" icon_size="24" />
|
|---|
| 4989 | <list_entry value="ditch" icon="presets/nautical/waterway_ditch.svg" icon_size="24" />
|
|---|
| 4990 | <list_entry value="pond" />
|
|---|
| 4991 | <list_entry value="lake" />
|
|---|
| 4992 | <list_entry value="water_tank" icon="presets/emergency/water_tank.svg" icon_size="24" />
|
|---|
| 4993 | <list_entry value="swimming_pool" icon="presets/sport/swimming.svg" icon_size="24" />
|
|---|
| 4994 | </combo>
|
|---|
| 4995 | <combo key="fire_hydrant:position" text="Hydrant Position" values_context="hydrant position" >
|
|---|
| 4996 | <list_entry value="lane" short_description="on the side of a road lane" />
|
|---|
| 4997 | <list_entry value="parking_lot" short_description="in a parking lot" />
|
|---|
| 4998 | <list_entry value="sidewalk" short_description="on a sidewalk" />
|
|---|
| 4999 | <list_entry value="green" short_description="in a grassy area" />
|
|---|
| 5000 | </combo>
|
|---|
| 5001 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 5002 | <combo key="pillar:type" text="Pillar type">
|
|---|
| 5003 | <list_entry value="dry_barrel" short_description="A style of pillar hydrant where the water shutoff valve is below ground." />
|
|---|
| 5004 | <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." />
|
|---|
| 5005 | </combo>
|
|---|
| 5006 | <space />
|
|---|
| 5007 | <combo key="couplings" text="Number of couplings" values="1,2,3" />
|
|---|
| 5008 | <!-- <combo key="couplings:type" text="Coupling standard" values="Bayonet,Barcelona,Guillemin,Klaue,Sprawny,Storz,UNI" /> capitalized values which is contrary to general tagging conventions -->
|
|---|
| 5009 | <text key="couplings:diameters" text="Each coupling diameter (separated by ;)" />
|
|---|
| 5010 | <space />
|
|---|
| 5011 | <reference ref="color" />
|
|---|
| 5012 | <combo key="bonnet:colour" text="Color of the top section (bonnet) (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 5013 | <combo key="cap:colour" text="Color of the caps (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 5014 | <space />
|
|---|
| 5015 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 5016 | <text key="operator" text="Operator" />
|
|---|
| 5017 | <text key="name" text="Name" />
|
|---|
| 5018 | </optional>
|
|---|
| 5019 | </item> <!-- Fire Hydrant -->
|
|---|
| 5020 | <item name="Water Tank" icon="presets/emergency/water_tank.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5021 | <link wiki="Tag:emergency=water_tank" />
|
|---|
| 5022 | <space />
|
|---|
| 5023 | <key key="emergency" value="water_tank" />
|
|---|
| 5024 | <reference ref="name_ref_operator" />
|
|---|
| 5025 | <space />
|
|---|
| 5026 | <text key="water_tank:volume" text="Volume (liters)" />
|
|---|
| 5027 | </item> <!-- Water Tank -->
|
|---|
| 5028 | <item name="Suction point" icon="presets/emergency/suction_point.svg" type="node" preset_name_label="true">
|
|---|
| 5029 | <link wiki="Tag:emergency=suction_point" />
|
|---|
| 5030 | <space />
|
|---|
| 5031 | <key key="emergency" value="suction_point" />
|
|---|
| 5032 | <reference ref="name_ref_operator" />
|
|---|
| 5033 | </item> <!-- Suction point -->
|
|---|
| 5034 | <separator />
|
|---|
| 5035 | <item name="Life Ring" icon="presets/emergency/life_ring.svg" type="node" preset_name_label="true">
|
|---|
| 5036 | <link wiki="Tag:emergency=life_ring" />
|
|---|
| 5037 | <space />
|
|---|
| 5038 | <key key="emergency" value="life_ring" />
|
|---|
| 5039 | <reference ref="ref_operator" />
|
|---|
| 5040 | <combo key="support" text="Support" values="pole,pillar,wall_mounted,fence" values_context="mounting/support" />
|
|---|
| 5041 | <reference ref="color" />
|
|---|
| 5042 | <preset_link preset_name="Life Guard" text="Similar but different tags:" />
|
|---|
| 5043 | </item>
|
|---|
| 5044 | <item name="Life Guard" icon="presets/emergency/lifeguard.svg" type="node,closedway,multipolygon" preset_name_label="true" >
|
|---|
| 5045 | <link wiki="Tag:emergency=lifeguard" />
|
|---|
| 5046 | <space />
|
|---|
| 5047 | <key key="emergency" value="lifeguard" />
|
|---|
| 5048 | <combo key="lifeguard" text="Type" values="tower,base" values_context="Tag:emergency=lifeguard" />
|
|---|
| 5049 | <reference ref="name_ref_operator" />
|
|---|
| 5050 | <reference ref="oh" />
|
|---|
| 5051 | <check key="seasonal" text="Seasonal" disable_off="true" />
|
|---|
| 5052 | <preset_link preset_name="Life Ring" text="Similar but different tags:" />
|
|---|
| 5053 | </item>
|
|---|
| 5054 | <separator />
|
|---|
| 5055 | <item name="Assembly Point" icon="presets/emergency/assembly_point.svg" type="node" preset_name_label="true">
|
|---|
| 5056 | <link wiki="Tag:emergency=assembly_point" />
|
|---|
| 5057 | <space />
|
|---|
| 5058 | <key key="emergency" value="assembly_point" />
|
|---|
| 5059 | <reference ref="name_ref_operator" />
|
|---|
| 5060 | </item> <!-- Assembly Point -->
|
|---|
| 5061 | <item name="Emergency Phone" icon="presets/vehicle/emergency_phone.svg" type="node" preset_name_label="true">
|
|---|
| 5062 | <link wiki="Tag:emergency=phone" />
|
|---|
| 5063 | <key key="emergency" value="phone" />
|
|---|
| 5064 | <reference ref="ref_operator" />
|
|---|
| 5065 | </item> <!-- Emergency Phone -->
|
|---|
| 5066 | <item name="Siren" icon="presets/emergency/siren.svg" type="node" preset_name_label="true">
|
|---|
| 5067 | <link wiki="Tag:emergency=siren" />
|
|---|
| 5068 | <key key="emergency" value="siren" />
|
|---|
| 5069 | <reference ref="ref_operator" />
|
|---|
| 5070 | <space />
|
|---|
| 5071 | <combo key="siren:type" text="Type" values="pneumatic,electronic,mechanical" />
|
|---|
| 5072 | <multiselect key="siren:purpose" text="Purpose" values="tornado;fire;air_raid;civil_defense" values_searchable="true" rows="4" />
|
|---|
| 5073 | <text key="siren:range" text="Range (meters)" />
|
|---|
| 5074 | </item> <!-- Siren -->
|
|---|
| 5075 | </group> <!-- Emergency -->
|
|---|
| 5076 | <group name="Social Facility" icon="presets/social_facility/outreach.svg">
|
|---|
| 5077 | <item name="Nursing Home" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5078 | <link wiki="Key:social_facility" />
|
|---|
| 5079 | <space />
|
|---|
| 5080 | <key key="amenity" value="social_facility" />
|
|---|
| 5081 | <key key="social_facility" value="nursing_home" />
|
|---|
| 5082 | <reference ref="name_operator" />
|
|---|
| 5083 | <text key="capacity" text="Capacity" />
|
|---|
| 5084 | <reference ref="link_contact_address" />
|
|---|
| 5085 | </item> <!-- Nursing Home -->
|
|---|
| 5086 | <item name="Nursing Home (Legacy)" icon="presets/social_facility/nursing_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5087 | <link wiki="Tag:amenity=nursing_home" />
|
|---|
| 5088 | <space />
|
|---|
| 5089 | <key key="amenity" value="nursing_home" />
|
|---|
| 5090 | <reference ref="name_operator" />
|
|---|
| 5091 | <text key="capacity" text="Capacity" />
|
|---|
| 5092 | <reference ref="link_contact_address" />
|
|---|
| 5093 | </item> <!-- Nursing Home (Legacy)-->
|
|---|
| 5094 | <item name="Group Home" icon="presets/social_facility/group_home.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5095 | <link wiki="Key:social_facility" />
|
|---|
| 5096 | <space />
|
|---|
| 5097 | <key key="amenity" value="social_facility" />
|
|---|
| 5098 | <key key="social_facility" value="group_home" />
|
|---|
| 5099 | <reference ref="name_operator" />
|
|---|
| 5100 | <combo key="social_facility:for" text="For" values="senior" default="senior" />
|
|---|
| 5101 | <text key="capacity" text="Capacity" />
|
|---|
| 5102 | <reference ref="link_contact_address" />
|
|---|
| 5103 | </item> <!-- Group Home -->
|
|---|
| 5104 | <item name="Assisted Living" icon="presets/social_facility/assisted_living.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5105 | <link wiki="Key:social_facility" />
|
|---|
| 5106 | <space />
|
|---|
| 5107 | <key key="amenity" value="social_facility" />
|
|---|
| 5108 | <key key="social_facility" value="assisted_living" />
|
|---|
| 5109 | <reference ref="name_operator" />
|
|---|
| 5110 | <combo key="social_facility:for" text="For" values="senior" default="senior" />
|
|---|
| 5111 | <text key="capacity" text="Capacity" />
|
|---|
| 5112 | <reference ref="link_contact_address" />
|
|---|
| 5113 | </item> <!-- Assisted Living -->
|
|---|
| 5114 | <item name="Outreach" icon="presets/social_facility/outreach.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5115 | <link wiki="Key:social_facility" />
|
|---|
| 5116 | <space />
|
|---|
| 5117 | <key key="amenity" value="social_facility" />
|
|---|
| 5118 | <key key="social_facility" value="outreach" />
|
|---|
| 5119 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5120 | <reference ref="link_contact_address" />
|
|---|
| 5121 | </item> <!-- Outreach -->
|
|---|
| 5122 | <item name="Shelter" name_context="social_facility" icon="presets/social_facility/shelter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5123 | <link wiki="Key:social_facility" />
|
|---|
| 5124 | <space />
|
|---|
| 5125 | <key key="amenity" value="social_facility" />
|
|---|
| 5126 | <key key="social_facility" value="shelter" />
|
|---|
| 5127 | <reference ref="name_operator" />
|
|---|
| 5128 | <text key="capacity" text="Capacity" />
|
|---|
| 5129 | <reference ref="link_contact_address" />
|
|---|
| 5130 | </item> <!-- Shelter -->
|
|---|
| 5131 | <item name="Food Bank" icon="presets/social_facility/food_bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5132 | <link wiki="Key:social_facility" />
|
|---|
| 5133 | <space />
|
|---|
| 5134 | <key key="amenity" value="social_facility" />
|
|---|
| 5135 | <key key="social_facility" value="food_bank" />
|
|---|
| 5136 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5137 | <reference ref="link_contact_address" />
|
|---|
| 5138 | </item> <!-- Food Bank -->
|
|---|
| 5139 | <item name="Social Centre" icon="presets/social_facility/social_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5140 | <link wiki="Tag:amenity=social_centre" />
|
|---|
| 5141 | <space />
|
|---|
| 5142 | <key key="amenity" value="social_centre" />
|
|---|
| 5143 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5144 | <reference ref="link_contact_address" />
|
|---|
| 5145 | </item>
|
|---|
| 5146 | </group> <!-- Social Facility -->
|
|---|
| 5147 | <group name="Facilities" icon="presets/service/telephone.svg">
|
|---|
| 5148 | <item name="Toilets/Restrooms" icon="presets/service/toilets.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5149 | <link wiki="Tag:amenity=toilets" />
|
|---|
| 5150 | <space />
|
|---|
| 5151 | <key key="amenity" value="toilets" />
|
|---|
| 5152 | <optional>
|
|---|
| 5153 | <reference ref="POI_access" />
|
|---|
| 5154 | <checkgroup columns="3">
|
|---|
| 5155 | <check key="female" text="Female" text_context="restroom" />
|
|---|
| 5156 | <check key="male" text="Male" text_context="restroom" />
|
|---|
| 5157 | <check key="unisex" text="Unisex" text_context="restroom" />
|
|---|
| 5158 | </checkgroup>
|
|---|
| 5159 | <combo key="toilets:disposal" text="Type" values="flush,pitlatrine,chemical,bucket" />
|
|---|
| 5160 | <text key="description" text="Description" />
|
|---|
| 5161 | <reference ref="fee" />
|
|---|
| 5162 | <text key="operator" text="Operator" />
|
|---|
| 5163 | <combo key="toilets:position" text="Usage Position" values="seated,seated;urinal,squat,urinal" />
|
|---|
| 5164 | <reference ref="wheelchair" />
|
|---|
| 5165 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 5166 | </optional>
|
|---|
| 5167 | <preset_link preset_name="Changing table" />
|
|---|
| 5168 | </item> <!-- Toilets/Restrooms -->
|
|---|
| 5169 | <item name="Shower" icon="presets/service/shower.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5170 | <link wiki="Tag:amenity=shower" />
|
|---|
| 5171 | <space />
|
|---|
| 5172 | <key key="amenity" value="shower" />
|
|---|
| 5173 | <reference ref="POI_access" />
|
|---|
| 5174 | <optional>
|
|---|
| 5175 | <checkgroup columns="3">
|
|---|
| 5176 | <check key="female" text="Female" text_context="restroom" />
|
|---|
| 5177 | <check key="male" text="Male" text_context="restroom" />
|
|---|
| 5178 | <check key="unisex" text="Unisex" text_context="restroom" />
|
|---|
| 5179 | </checkgroup>
|
|---|
| 5180 | <text key="description" text="Description" />
|
|---|
| 5181 | <reference ref="fee" />
|
|---|
| 5182 | <text key="operator" text="Operator" />
|
|---|
| 5183 | <reference ref="oh_wheelchair" />
|
|---|
| 5184 | </optional>
|
|---|
| 5185 | </item> <!-- Shower -->
|
|---|
| 5186 | <item name="Changing table" icon="presets/service/changing_table.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5187 | <link wiki="Key:changing_table" />
|
|---|
| 5188 | <space />
|
|---|
| 5189 | <combo key="changing_table" text="Changing table" values="yes,limited,no" default="yes" match="keyvalue!" />
|
|---|
| 5190 | <optional>
|
|---|
| 5191 | <check key="changing_table:fee" text="Fee" />
|
|---|
| 5192 | <combo key="changing_table:count" text="Count" values="1,2,3,4,5" />
|
|---|
| 5193 | <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" />
|
|---|
| 5194 | <text key="operator" text="Operator" />
|
|---|
| 5195 | <reference ref="wheelchair" />
|
|---|
| 5196 | </optional>
|
|---|
| 5197 | </item> <!-- Changing table -->
|
|---|
| 5198 | <separator/>
|
|---|
| 5199 | <item name="Post Box" icon="presets/service/post_box.svg" type="node" preset_name_label="true">
|
|---|
| 5200 | <link wiki="Tag:amenity=post_box" />
|
|---|
| 5201 | <space />
|
|---|
| 5202 | <key key="amenity" value="post_box" />
|
|---|
| 5203 | <text key="operator" text="Operator" />
|
|---|
| 5204 | <text key="ref" text="Reference number" />
|
|---|
| 5205 | <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" />
|
|---|
| 5206 | <combo key="post_box:type" text="Type" values="pillar,lamp,wall,meter" values_context="post_box" />
|
|---|
| 5207 | <check key="drive_through" text="Drive through" />
|
|---|
| 5208 | </item> <!-- Post Box -->
|
|---|
| 5209 | <item name="Private Mailbox" icon="presets/service/letter_box.svg" type="node" preset_name_label="true">
|
|---|
| 5210 | <link wiki="Tag:amenity=letter_box" />
|
|---|
| 5211 | <space />
|
|---|
| 5212 | <key key="amenity" value="letter_box" />
|
|---|
| 5213 | <!-- post:<*> keys were copied from Address, with the addr: replaced by post: -->
|
|---|
| 5214 | <optional>
|
|---|
| 5215 | <reference ref="support"/>
|
|---|
| 5216 | <text key="post:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
|
|---|
| 5217 | <text key="post:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 5218 | <text key="post:city" text="City name" use_last_as_default="force" match="key" />
|
|---|
| 5219 | <text key="post:postcode" text="Post code" use_last_as_default="force" match="key" />
|
|---|
| 5220 | <combo key="post:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" values_context="country codes" />
|
|---|
| 5221 | </optional>
|
|---|
| 5222 | <optional text="Optional tag only for address without post:street">
|
|---|
| 5223 | <text key="post:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 5224 | </optional>
|
|---|
| 5225 | <optional text="Optional tags for specific countries">
|
|---|
| 5226 | <text key="post:unit" text="Unit/Suite" match="key" />
|
|---|
| 5227 | <text key="post:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 5228 | <text key="post:hamlet" text="Hamlet" match="key" />
|
|---|
| 5229 | <text key="post:suburb" text="Suburb" use_last_as_default="force" match="key" />
|
|---|
| 5230 | <text key="post:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
|
|---|
| 5231 | <text key="post:district" text="District" use_last_as_default="force" match="key" />
|
|---|
| 5232 | <text key="post:province" text="Province" use_last_as_default="force" match="key" />
|
|---|
| 5233 | <!-- US States as defined in ISO 3166-2 -->
|
|---|
| 5234 | <combo key="post: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" />
|
|---|
| 5235 | </optional>
|
|---|
| 5236 | <preset_link preset_name="Post Box" text="Similar but different tags:" />
|
|---|
| 5237 | <preset_link preset_name="Post Office" text="Similar but different tags:" />
|
|---|
| 5238 | </item> <!-- Private Mailbox -->
|
|---|
| 5239 | <item name="Telephone" icon="presets/service/telephone.svg" type="node" preset_name_label="true">
|
|---|
| 5240 | <link wiki="Tag:amenity=telephone" />
|
|---|
| 5241 | <space />
|
|---|
| 5242 | <key key="amenity" value="telephone" />
|
|---|
| 5243 | <text key="operator" text="Operator" />
|
|---|
| 5244 | <combo key="covered" text="Covered" values="yes,no,booth" />
|
|---|
| 5245 | <space />
|
|---|
| 5246 | <check key="payment:coins" text="Coins" />
|
|---|
| 5247 | <check key="payment:notes" text="Notes" text_context="payment" />
|
|---|
| 5248 | <check key="payment:telephone_cards" text="Telephone cards" />
|
|---|
| 5249 | <preset_link preset_name="Payment Methods" />
|
|---|
| 5250 | </item> <!-- Telephone -->
|
|---|
| 5251 | <item name="Internet Cafe" icon="presets/service/internet_cafe.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5252 | <link wiki="Tag:amenity=internet_cafe" />
|
|---|
| 5253 | <space />
|
|---|
| 5254 | <key key="amenity" value="internet_cafe" />
|
|---|
| 5255 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5256 | <reference ref="link_contact_address_payment" />
|
|---|
| 5257 | </item> <!-- Internet Cafe -->
|
|---|
| 5258 | <item name="Internet Access" icon="presets/service/network-wireless.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 5259 | <link wiki="Key:internet_access" />
|
|---|
| 5260 | <space />
|
|---|
| 5261 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" match="keyvalue!" />
|
|---|
| 5262 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" />
|
|---|
| 5263 | </item> <!-- Internet Access -->
|
|---|
| 5264 | <item name="Clock" icon="presets/service/clock.svg" type="node" preset_name_label="true">
|
|---|
| 5265 | <link wiki="Tag:amenity=clock" />
|
|---|
| 5266 | <key key="amenity" value="clock" />
|
|---|
| 5267 | <optional>
|
|---|
| 5268 | <combo key="display" text="Display" text_context="clock" values="analog,digital,sundial,unorthodox" />
|
|---|
| 5269 | <reference ref="support" />
|
|---|
| 5270 | <combo key="faces" text="Faces" text_context="clock" values="1,2,3,4" />
|
|---|
| 5271 | <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" />
|
|---|
| 5272 | <check key="date" text="Shows current date" />
|
|---|
| 5273 | <check key="thermometer" text="Shows temperature" />
|
|---|
| 5274 | <check key="barometer" text="Shows barometric pressure" />
|
|---|
| 5275 | <check key="hygrometer" text="Shows humidity" />
|
|---|
| 5276 | </optional>
|
|---|
| 5277 | </item> <!-- Clock -->
|
|---|
| 5278 | <item name="Photo booth" icon="presets/service/photo_booth.svg" type="node" preset_name_label="true">
|
|---|
| 5279 | <link wiki="Tag:amenity=photo_booth" />
|
|---|
| 5280 | <space />
|
|---|
| 5281 | <key key="amenity" value="photo_booth" />
|
|---|
| 5282 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5283 | </item> <!-- Photo booth -->
|
|---|
| 5284 | <separator/>
|
|---|
| 5285 | <item name="Recycling Container" icon="presets/service/recycling/recycling_container.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5286 | <link wiki="Tag:amenity=recycling" />
|
|---|
| 5287 | <space />
|
|---|
| 5288 | <key key="amenity" value="recycling" />
|
|---|
| 5289 | <key key="recycling_type" value="container" />
|
|---|
| 5290 | <text key="operator" text="Operator" />
|
|---|
| 5291 | <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" />
|
|---|
| 5292 | <reference ref="wheelchair" />
|
|---|
| 5293 | <space />
|
|---|
| 5294 | <checkgroup columns="4">
|
|---|
| 5295 | <check key="recycling:paper" text="Paper" />
|
|---|
| 5296 | <check key="recycling:paper_packaging" text="Paper packaging" />
|
|---|
| 5297 | <check key="recycling:cardboard" text="Cardboard" />
|
|---|
| 5298 | <check key="recycling:newspaper" text="Newspaper" />
|
|---|
| 5299 | <check key="recycling:magazines" text="Magazines" />
|
|---|
| 5300 | <check key="recycling:books" text="Books" />
|
|---|
| 5301 | <check key="recycling:plastic" text="Plastic" />
|
|---|
| 5302 | <check key="recycling:plastic_bottles" text="Plastic Bottles" />
|
|---|
| 5303 | <check key="recycling:plastic_packaging" text="Plastic Packaging" />
|
|---|
| 5304 | <check key="recycling:beverage_cartons" text="Beverage cartons" />
|
|---|
| 5305 | <check key="recycling:glass" text="Glass" />
|
|---|
| 5306 | <check key="recycling:glass_bottles" text="Glass Bottles" />
|
|---|
| 5307 | <check key="recycling:cans" text="Cans" />
|
|---|
| 5308 | <check key="recycling:clothes" text="Clothes" />
|
|---|
| 5309 | <check key="recycling:shoes" text="Shoes" />
|
|---|
| 5310 | <check key="recycling:scrap_metal" text="Scrap Metal" />
|
|---|
| 5311 | <check key="recycling:wood" text="Wood" />
|
|---|
| 5312 | <check key="recycling:green_waste" text="Green Waste" />
|
|---|
| 5313 | <check key="recycling:waste" text="Waste" />
|
|---|
| 5314 | <check key="recycling:batteries" text="Batteries" />
|
|---|
| 5315 | <check key="recycling:small_appliances" text="Small Appliances" />
|
|---|
| 5316 | <check key="recycling:electrical_appliances" text="Electrical Appliances" />
|
|---|
| 5317 | </checkgroup>
|
|---|
| 5318 | </item> <!-- Recycling Container-->
|
|---|
| 5319 | <item name="Recycling Centre" icon="presets/service/recycling/recycling_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5320 | <link wiki="Tag:amenity=recycling" />
|
|---|
| 5321 | <space />
|
|---|
| 5322 | <key key="amenity" value="recycling" />
|
|---|
| 5323 | <key key="recycling_type" value="centre" />
|
|---|
| 5324 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 5325 | <space />
|
|---|
| 5326 | <checkgroup columns="4">
|
|---|
| 5327 | <check key="recycling:paper" text="Paper" />
|
|---|
| 5328 | <check key="recycling:paper_packaging" text="Paper packaging" />
|
|---|
| 5329 | <check key="recycling:cardboard" text="Cardboard" />
|
|---|
| 5330 | <check key="recycling:newspaper" text="Newspaper" />
|
|---|
| 5331 | <check key="recycling:magazines" text="Magazines" />
|
|---|
| 5332 | <check key="recycling:books" text="Books" />
|
|---|
| 5333 | <check key="recycling:plastic" text="Plastic" />
|
|---|
| 5334 | <check key="recycling:plastic_bottles" text="Plastic Bottles" />
|
|---|
| 5335 | <check key="recycling:plastic_packaging" text="Plastic Packaging" />
|
|---|
| 5336 | <check key="recycling:beverage_cartons" text="Beverage cartons" />
|
|---|
| 5337 | <check key="recycling:glass" text="Glass" />
|
|---|
| 5338 | <check key="recycling:glass_bottles" text="Glass Bottles" />
|
|---|
| 5339 | <check key="recycling:cans" text="Cans" />
|
|---|
| 5340 | <check key="recycling:clothes" text="Clothes" />
|
|---|
| 5341 | <check key="recycling:shoes" text="Shoes" />
|
|---|
| 5342 | <check key="recycling:scrap_metal" text="Scrap Metal" />
|
|---|
| 5343 | <check key="recycling:wood" text="Wood" />
|
|---|
| 5344 | <check key="recycling:green_waste" text="Green Waste" />
|
|---|
| 5345 | <check key="recycling:waste" text="Waste" />
|
|---|
| 5346 | <check key="recycling:batteries" text="Batteries" />
|
|---|
| 5347 | <check key="recycling:small_appliances" text="Small Appliances" />
|
|---|
| 5348 | <check key="recycling:electrical_appliances" text="Electrical Appliances" />
|
|---|
| 5349 | </checkgroup>
|
|---|
| 5350 | <reference ref="link_contact_address_payment" />
|
|---|
| 5351 | </item> <!-- Recycling Centre-->
|
|---|
| 5352 | <item name="Waste Basket/Trash Can" icon="presets/service/recycling/waste_basket.svg" type="node" preset_name_label="true">
|
|---|
| 5353 | <link wiki="Tag:amenity=waste_basket" />
|
|---|
| 5354 | <key key="amenity" value="waste_basket" />
|
|---|
| 5355 | <combo key="waste" text="Waste" values="trash,dog_excrement" />
|
|---|
| 5356 | </item> <!-- Waste Basket/Trash Can -->
|
|---|
| 5357 | <item name="Waste Disposal/Dumpster" icon="presets/service/recycling/waste_disposal.svg" type="node" preset_name_label="true">
|
|---|
| 5358 | <link wiki="Tag:amenity=waste_disposal" />
|
|---|
| 5359 | <key key="amenity" value="waste_disposal" />
|
|---|
| 5360 | <combo key="waste" text="Waste" values="trash" />
|
|---|
| 5361 | </item> <!-- Waste Disposal/Dumpster -->
|
|---|
| 5362 | <item name="Sanitary Dump Station" icon="presets/service/recycling/sanitary_dump_station.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5363 | <link wiki="Toilet_Holding_Tank_Disposal" />
|
|---|
| 5364 | <space />
|
|---|
| 5365 | <key key="amenity" value="sanitary_dump_station" />
|
|---|
| 5366 | <check key="sanitary_dump_station:pump-out" text="Suction pumpout" />
|
|---|
| 5367 | <check key="sanitary_dump_station:round_drain" text="Gravity drain for hose" />
|
|---|
| 5368 | <check key="sanitary_dump_station:basin" text="Casette or Elsan Disposal" />
|
|---|
| 5369 | <reference ref="POI_access" />
|
|---|
| 5370 | <reference ref="fee" />
|
|---|
| 5371 | <text key="operator" text="Operator" />
|
|---|
| 5372 | <combo key="opening_hours" text="Operation times" delimiter="|" values="24/7|Mo-Su 08:00-22:00" values_no_i18n="true" />
|
|---|
| 5373 | </item> <!-- Sanitary Dump Station -->
|
|---|
| 5374 | <separator/>
|
|---|
| 5375 | <item name="Bench" icon="presets/leisure/bench.svg" type="node,way" preset_name_label="true">
|
|---|
| 5376 | <link wiki="Tag:amenity=bench" />
|
|---|
| 5377 | <space />
|
|---|
| 5378 | <key key="amenity" value="bench" />
|
|---|
| 5379 | <check key="backrest" text="Backrest" />
|
|---|
| 5380 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" />
|
|---|
| 5381 | <reference ref="color" />
|
|---|
| 5382 | <combo key="seats" text="Amount of Seats" values="1,2,3,4,5,6,7,8,9,10" />
|
|---|
| 5383 | </item> <!-- Bench -->
|
|---|
| 5384 | <item name="Shelter" icon="presets/accommodation/shelter.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5385 | <link wiki="Tag:amenity=shelter" />
|
|---|
| 5386 | <space />
|
|---|
| 5387 | <key key="amenity" value="shelter" />
|
|---|
| 5388 | <text key="name" text="Name" />
|
|---|
| 5389 | <check key="fireplace" text="Fireplace" />
|
|---|
| 5390 | <combo key="shelter_type" text="Type of shelter" values_context="shelter" values_searchable="true">
|
|---|
| 5391 | <list_entry value="basic_hut" icon="presets/accommodation/basic_hut.svg" />
|
|---|
| 5392 | <list_entry value="gazebo" icon="presets/accommodation/gazebo.svg" />
|
|---|
| 5393 | <list_entry value="lean_to" icon="presets/accommodation/shelter_lean_to.svg" />
|
|---|
| 5394 | <list_entry value="picnic_shelter" icon="presets/accommodation/shelter_picnic.svg" />
|
|---|
| 5395 | <list_entry value="public_transport" icon="presets/accommodation/shelter_public_transport.svg" />
|
|---|
| 5396 | <list_entry value="weather_shelter" icon="presets/accommodation/shelter.svg" />
|
|---|
| 5397 | <list_entry value="wildlife_hide" icon="presets/accommodation/shelter.svg" />
|
|---|
| 5398 | </combo>
|
|---|
| 5399 | </item> <!-- Shelter -->
|
|---|
| 5400 | <item name="Hunting Stand" icon="presets/landmark/hunting_stand.svg" type="node" preset_name_label="true">
|
|---|
| 5401 | <link wiki="Tag:amenity=hunting_stand" />
|
|---|
| 5402 | <space />
|
|---|
| 5403 | <key key="amenity" value="hunting_stand" />
|
|---|
| 5404 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 5405 | <check key="shelter" text="Shelter" />
|
|---|
| 5406 | <check key="hide" text="Hide" text_context="hunting stand" />
|
|---|
| 5407 | <check key="lockable" text="Lockable" />
|
|---|
| 5408 | </item> <!-- Hunting Stand -->
|
|---|
| 5409 | <separator/>
|
|---|
| 5410 | <item name="Drinking Water" icon="presets/food/drinking_water.svg" type="node" preset_name_label="true">
|
|---|
| 5411 | <link wiki="Tag:amenity=drinking_water" />
|
|---|
| 5412 | <space />
|
|---|
| 5413 | <key key="amenity" value="drinking_water" />
|
|---|
| 5414 | <check key="indoor" text="Indoor" />
|
|---|
| 5415 | <optional>
|
|---|
| 5416 | <text key="name" text="Name" />
|
|---|
| 5417 | <text key="description" text="Description" />
|
|---|
| 5418 | <checkgroup columns="2">
|
|---|
| 5419 | <check key="bottle" text="Has bottle filler" />
|
|---|
| 5420 | <check key="seasonal" text="Seasonal availability" disable_off="true"/>
|
|---|
| 5421 | <check key="dog" text="Dog usage" value_on="designated" />
|
|---|
| 5422 | <check key="historic" text="Historic" />
|
|---|
| 5423 | </checkgroup>
|
|---|
| 5424 | <combo key="fountain" text="Fountain type" values="bubbler,nozzle,bottle_refill,drinking,stone_block,nasone,toret,roman_wolf,sebilj,viktorija_zdenac,wallace" />
|
|---|
| 5425 | </optional>
|
|---|
| 5426 | </item> <!-- Drinking Water -->
|
|---|
| 5427 | <item name="Water Point" icon="presets/accommodation/water.svg" type="node" preset_name_label="true">
|
|---|
| 5428 | <link wiki="Tag:amenity=water_point" />
|
|---|
| 5429 | <space />
|
|---|
| 5430 | <key key="amenity" value="water_point" />
|
|---|
| 5431 | <optional>
|
|---|
| 5432 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 5433 | <text key="name" text="Name" />
|
|---|
| 5434 | <text key="description" text="Description" />
|
|---|
| 5435 | </optional>
|
|---|
| 5436 | </item> <!-- Water Point -->
|
|---|
| 5437 | <item name="Compressed Air" icon="presets/vehicle/compressed_air.svg" type="node" preset_name_label="true">
|
|---|
| 5438 | <link wiki="Tag:amenity=compressed_air" />
|
|---|
| 5439 | <space />
|
|---|
| 5440 | <key key="amenity" value="compressed_air" />
|
|---|
| 5441 | <reference ref="name_ref_operator" />
|
|---|
| 5442 | <reference ref="fee" />
|
|---|
| 5443 | <multiselect key="valves" text="Valves" values="dunlop;schrader;sclaverand;regina" display_values="Dunlop (Woods);Schrader;Sclaverand (Presta);Regina" values_searchable="true" rows="4" />
|
|---|
| 5444 | </item> <!-- Compressed Air -->
|
|---|
| 5445 | <separator/>
|
|---|
| 5446 | <item name="Advertising Column" icon="presets/leisure/advertising_column.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5447 | <link wiki="Tag:advertising=column" />
|
|---|
| 5448 | <space />
|
|---|
| 5449 | <key key="advertising" value="column" />
|
|---|
| 5450 | <optional>
|
|---|
| 5451 | <reference ref="common_advertising" />
|
|---|
| 5452 | </optional>
|
|---|
| 5453 | </item> <!-- Advertising Column -->
|
|---|
| 5454 | <item name="Billboard" icon="presets/leisure/billboard.svg" type="node,way" preset_name_label="true">
|
|---|
| 5455 | <link wiki="Tag:advertising=billboard" />
|
|---|
| 5456 | <space />
|
|---|
| 5457 | <key key="advertising" value="billboard" />
|
|---|
| 5458 | <optional>
|
|---|
| 5459 | <reference ref="common_advertising" />
|
|---|
| 5460 | </optional>
|
|---|
| 5461 | </item> <!-- Billboard -->
|
|---|
| 5462 | <item name="Poster box" icon="presets/leisure/poster_box.svg" type="node,way" preset_name_label="true">
|
|---|
| 5463 | <link wiki="Tag:advertising=poster_box" />
|
|---|
| 5464 | <space />
|
|---|
| 5465 | <key key="advertising" value="poster_box" />
|
|---|
| 5466 | <optional>
|
|---|
| 5467 | <reference ref="common_advertising" />
|
|---|
| 5468 | </optional>
|
|---|
| 5469 | </item> <!-- Poster box -->
|
|---|
| 5470 | <item name="Advertising Totem" icon="presets/leisure/totem.svg" type="node,way" preset_name_label="true">
|
|---|
| 5471 | <link wiki="Tag:advertising=totem"/>
|
|---|
| 5472 | <space />
|
|---|
| 5473 | <key key="advertising" value="totem" />
|
|---|
| 5474 | <combo key="message" text="Message type" values="commercial,local,safety,legal,map,political,showbiz,non_profit,opinion,religion" />
|
|---|
| 5475 | <optional>
|
|---|
| 5476 | <reference ref="ref_operator"/>
|
|---|
| 5477 | <reference ref="common_advertising" />
|
|---|
| 5478 | <text key="width" text="Width (meters)" />
|
|---|
| 5479 | <combo key="sides" text="Sides" values="2,3,4,5,6,7,8,9,10" length="3" />
|
|---|
| 5480 | <combo key="orientation" text="Orientation" values="front,medium,parallel,opposite,multi" />
|
|---|
| 5481 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270" values_sort="false" />
|
|---|
| 5482 | <combo key="visibility" text="Visibility" values="street,area"/>
|
|---|
| 5483 | </optional>
|
|---|
| 5484 | </item> <!-- Totem -->
|
|---|
| 5485 | </group> <!-- Facilities -->
|
|---|
| 5486 | </group> <!-- Facilities -->
|
|---|
| 5487 | <group name="Sports" icon="presets/sport/soccer.svg">
|
|---|
| 5488 | <group name="Sport Facilities" icon="presets/sport/stadium.svg">
|
|---|
| 5489 | <item name="Stadium" icon="presets/sport/stadium.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5490 | <link wiki="Tag:leisure=stadium" />
|
|---|
| 5491 | <space />
|
|---|
| 5492 | <key key="leisure" value="stadium" />
|
|---|
| 5493 | <text key="name" text="Name" />
|
|---|
| 5494 | <reference ref="sport" />
|
|---|
| 5495 | <check key="building" text="Stadium Building" value_on="stadium" disable_off="true" />
|
|---|
| 5496 | <reference ref="link_contact_address_payment" />
|
|---|
| 5497 | </item> <!-- Stadium -->
|
|---|
| 5498 | <item name="Sports Centre" icon="presets/sport/sports_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5499 | <link wiki="Tag:leisure=sports_centre" />
|
|---|
| 5500 | <space />
|
|---|
| 5501 | <key key="leisure" value="sports_centre" />
|
|---|
| 5502 | <text key="name" text="Name" />
|
|---|
| 5503 | <reference ref="sport" />
|
|---|
| 5504 | <reference ref="link_contact_address_payment" />
|
|---|
| 5505 | <preset_link preset_name="Building" />
|
|---|
| 5506 | </item> <!-- Sports Centre -->
|
|---|
| 5507 | <item name="Fitness Centre" icon="presets/sport/fitness_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5508 | <link wiki="Tag:leisure=fitness_centre" />
|
|---|
| 5509 | <space />
|
|---|
| 5510 | <key key="leisure" value="fitness_centre" />
|
|---|
| 5511 | <text key="name" text="Name" />
|
|---|
| 5512 | <reference ref="sport" />
|
|---|
| 5513 | <reference ref="link_contact_address_payment" />
|
|---|
| 5514 | <preset_link preset_name="Building" />
|
|---|
| 5515 | </item> <!-- Fitness Centre -->
|
|---|
| 5516 | <item name="Pitch" icon="presets/sport/pitch.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5517 | <link wiki="Tag:leisure=pitch" />
|
|---|
| 5518 | <space />
|
|---|
| 5519 | <key key="leisure" value="pitch" />
|
|---|
| 5520 | <text key="name" text="Name" />
|
|---|
| 5521 | <reference ref="sport" />
|
|---|
| 5522 | <reference ref="sport_surface" />
|
|---|
| 5523 | <reference ref="link_contact_address_payment" />
|
|---|
| 5524 | </item> <!-- Pitch -->
|
|---|
| 5525 | <item name="Racetrack" icon="presets/sport/track.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5526 | <link wiki="Tag:leisure=track" />
|
|---|
| 5527 | <space />
|
|---|
| 5528 | <key key="leisure" value="track" />
|
|---|
| 5529 | <text key="name" text="Name" />
|
|---|
| 5530 | <multiselect key="sport" text="Sport" values="athletics;cycling;dog_racing;equestrian;horse_racing;running;roller_skating;ice_skating" values_context="sport" />
|
|---|
| 5531 | <reference ref="sport_surface" />
|
|---|
| 5532 | <check key="area" text="Area" />
|
|---|
| 5533 | </item> <!-- Racetrack -->
|
|---|
| 5534 | <group name="Golf" icon="presets/sport/golf/golf.svg">
|
|---|
| 5535 | <item name="Golf Course" icon="presets/sport/golf/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5536 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5537 | <space />
|
|---|
| 5538 | <key key="leisure" value="golf_course" />
|
|---|
| 5539 | <reference ref="name_oh_wheelchair" />
|
|---|
| 5540 | </item> <!-- Golf Course -->
|
|---|
| 5541 | <separator/>
|
|---|
| 5542 | <item name="Tee" name_context="golf" icon="presets/sport/golf/tee.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5543 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5544 | <space />
|
|---|
| 5545 | <key key="golf" value="tee" />
|
|---|
| 5546 | </item> <!-- Tee -->
|
|---|
| 5547 | <item name="Hole" name_context="golf" icon="presets/sport/golf/hole.svg" type="way" preset_name_label="true">
|
|---|
| 5548 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5549 | <space />
|
|---|
| 5550 | <key key="golf" value="hole" />
|
|---|
| 5551 | <text key="ref" text="Reference" />
|
|---|
| 5552 | <text key="par" text="Par" />
|
|---|
| 5553 | <optional>
|
|---|
| 5554 | <text key="name" text="Name" />
|
|---|
| 5555 | <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" />
|
|---|
| 5556 | </optional>
|
|---|
| 5557 | </item> <!-- Hole -->
|
|---|
| 5558 | <item name="Pin" name_context="golf" icon="presets/sport/golf/pin.svg" type="node" preset_name_label="true">
|
|---|
| 5559 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5560 | <space />
|
|---|
| 5561 | <key key="golf" value="pin" />
|
|---|
| 5562 | <text key="ref" text="Reference" />
|
|---|
| 5563 | </item> <!-- Pin -->
|
|---|
| 5564 | <separator/>
|
|---|
| 5565 | <item name="Bunker" name_context="golf" icon="presets/sport/golf/bunker.svg" type="closedway" preset_name_label="true">
|
|---|
| 5566 | <link wiki="Tag:golf=bunker" />
|
|---|
| 5567 | <space />
|
|---|
| 5568 | <key key="golf" value="bunker" />
|
|---|
| 5569 | <combo key="natural" text="Natural" text_context="golf" values="sand" default="sand" />
|
|---|
| 5570 | </item> <!-- Bunker -->
|
|---|
| 5571 | <item name="Frontal Water hazard" name_context="golf" icon="presets/sport/golf/water_hazard.svg" type="closedway" preset_name_label="true">
|
|---|
| 5572 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5573 | <space />
|
|---|
| 5574 | <key key="golf" value="water_hazard" />
|
|---|
| 5575 | <key key="natural" value="water" match="keyvalue" />
|
|---|
| 5576 | </item> <!-- Frontal Water hazard -->
|
|---|
| 5577 | <item name="Lateral water hazard" name_context="golf" icon="presets/sport/golf/lateral_water_hazard.svg" type="closedway" preset_name_label="true">
|
|---|
| 5578 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5579 | <space />
|
|---|
| 5580 | <key key="golf" value="lateral_water_hazard" />
|
|---|
| 5581 | <key key="natural" value="water" match="keyvalue" />
|
|---|
| 5582 | </item> <!-- Lateral water hazard -->
|
|---|
| 5583 | <separator/>
|
|---|
| 5584 | <item name="Green" name_context="golf" icon="presets/sport/golf/green.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 5585 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5586 | <space />
|
|---|
| 5587 | <key key="golf" value="green" />
|
|---|
| 5588 | </item> <!-- Green -->
|
|---|
| 5589 | <item name="Fairway" name_context="golf" icon="presets/sport/golf/fairway.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 5590 | <link wiki="Tag:golf=fairway" />
|
|---|
| 5591 | <space />
|
|---|
| 5592 | <key key="golf" value="fairway" />
|
|---|
| 5593 | <key key="surface" value="grass" match="keyvalue" />
|
|---|
| 5594 | </item> <!-- Fairway -->
|
|---|
| 5595 | <item name="Rough" name_context="golf" icon="presets/sport/golf/rough.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 5596 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5597 | <space />
|
|---|
| 5598 | <key key="golf" value="rough" />
|
|---|
| 5599 | </item> <!-- Rough -->
|
|---|
| 5600 | <separator/>
|
|---|
| 5601 | <item name="Driving range" name_context="golf" icon="presets/sport/golf/driving_range.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 5602 | <link wiki="Tag:leisure=golf_course" />
|
|---|
| 5603 | <space />
|
|---|
| 5604 | <key key="golf" value="driving_range" />
|
|---|
| 5605 | </item> <!-- Driving range -->
|
|---|
| 5606 | </group> <!-- Golf -->
|
|---|
| 5607 | <item name="Miniature Golf" icon="presets/sport/miniature_golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5608 | <link wiki="Tag:leisure=miniature_golf" />
|
|---|
| 5609 | <space />
|
|---|
| 5610 | <key key="leisure" value="miniature_golf" />
|
|---|
| 5611 | <reference ref="name_oh_wheelchair" />
|
|---|
| 5612 | </item> <!-- Miniature Golf -->
|
|---|
| 5613 | </group> <!-- Sport Facilities -->
|
|---|
| 5614 | <group name="Sport" icon="presets/sport/multi.svg">
|
|---|
| 5615 | <item name="Multi" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5616 | <link wiki="Tag:sport=multi" />
|
|---|
| 5617 | <space />
|
|---|
| 5618 | <key key="sport" value="multi" />
|
|---|
| 5619 | <text key="name" text="Name" />
|
|---|
| 5620 | <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium,track" values_context="running" />
|
|---|
| 5621 | <reference ref="sport_surface" />
|
|---|
| 5622 | </item> <!-- Multi -->
|
|---|
| 5623 | <item name="Nine-pin Bowling" icon="presets/sport/9pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5624 | <link wiki="Tag:sport=9pin" />
|
|---|
| 5625 | <space />
|
|---|
| 5626 | <key key="sport" value="9pin" />
|
|---|
| 5627 | <text key="name" text="Name" />
|
|---|
| 5628 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5629 | <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
|
|---|
| 5630 | </item> <!-- Nine-pin Bowling -->
|
|---|
| 5631 | <item name="Ten-pin Bowling" icon="presets/sport/10pin.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5632 | <link wiki="Tag:sport=10pin" />
|
|---|
| 5633 | <space />
|
|---|
| 5634 | <key key="sport" value="10pin" />
|
|---|
| 5635 | <text key="name" text="Name" />
|
|---|
| 5636 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5637 | <combo key="surface" text="Surface" values="clay,concrete,ground,wood" />
|
|---|
| 5638 | </item> <!-- Ten-pin Bowling -->
|
|---|
| 5639 | <item name="Archery" icon="presets/sport/archery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5640 | <link wiki="Tag:sport=archery" />
|
|---|
| 5641 | <space />
|
|---|
| 5642 | <key key="sport" value="archery" />
|
|---|
| 5643 | <text key="name" text="Name" />
|
|---|
| 5644 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5645 | </item> <!-- Archery -->
|
|---|
| 5646 | <item name="Track and Field Athletics" icon="presets/sport/athletics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5647 | <link wiki="Tag:sports=athletics" />
|
|---|
| 5648 | <space />
|
|---|
| 5649 | <key key="sport" value="athletics" />
|
|---|
| 5650 | <text key="name" text="Name" />
|
|---|
| 5651 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" default="track" />
|
|---|
| 5652 | <reference ref="sport_surface" />
|
|---|
| 5653 | </item> <!-- Track and Field Athletics -->
|
|---|
| 5654 | <item name="Running" icon="presets/sport/running.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5655 | <link wiki="Tag:sport=running" />
|
|---|
| 5656 | <space />
|
|---|
| 5657 | <key key="sport" value="running" />
|
|---|
| 5658 | <reference ref="name_operator" />
|
|---|
| 5659 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="running" />
|
|---|
| 5660 | <reference ref="sport_surface" />
|
|---|
| 5661 | </item> <!-- Running -->
|
|---|
| 5662 | <group name="Climbing" icon="presets/sport/climbing.svg">
|
|---|
| 5663 | <item name="Climbing site" icon="presets/sport/climbing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5664 | <link wiki="Tag:sport=climbing" />
|
|---|
| 5665 | <space />
|
|---|
| 5666 | <key key="sport" value="climbing" />
|
|---|
| 5667 | <text key="name" text="Name" />
|
|---|
| 5668 | <combo key="leisure" text="Type" values="sports_centre" />
|
|---|
| 5669 | <reference ref="climbing_styles" />
|
|---|
| 5670 | <text key="climbing:routes" text="Number of routes" />
|
|---|
| 5671 | <text key="ele" text="Usual elevation at the bottom of the routes" length="10" />
|
|---|
| 5672 | <space />
|
|---|
| 5673 | <combo key="climbing:length" text="Usual route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
|---|
| 5674 | <combo key="climbing:length:min" text="Minimal climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
|---|
| 5675 | <combo key="climbing:length:max" text="Maximum climbing length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
|---|
| 5676 | <space />
|
|---|
| 5677 | <combo key="climbing:grade:uiaa:min" text="UIAA: Simplest route" values="3,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" />
|
|---|
| 5678 | <combo key="climbing:grade:uiaa:max" text="UIAA: Most difficult route" values="3,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" />
|
|---|
| 5679 | <combo key="climbing:grade:uiaa:mean" text="UIAA: Main difficulty" values="3,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" />
|
|---|
| 5680 | <space />
|
|---|
| 5681 | <combo key="climbing:grade:french:min" text="French: Simplest route" values="3,3a,3b,3c,4,4a,4b,4c,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" />
|
|---|
| 5682 | <combo key="climbing:grade:french:max" text="French: Most difficult route" values="3,3a,3b,3c,4,4a,4b,4c,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" />
|
|---|
| 5683 | <combo key="climbing:grade:french:mean" text="French: Main difficulty" values="3,3a,3b,3c,4,4a,4b,4c,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" />
|
|---|
| 5684 | <space />
|
|---|
| 5685 | <combo key="climbing:grade:saxon:min" text="Saxon: Simplest route" values="III,IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
|
|---|
| 5686 | <combo key="climbing:grade:saxon:max" text="Saxon: Most difficult route" values="III,IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
|
|---|
| 5687 | <combo key="climbing:grade:saxon:mean" text="Saxon: Main difficulty" values="III,IV,V,VI,VIIa,VIIb,VIIc,VIIIa,VIIIb,VIIIc,IXa,IXb,IXc,Xa,Xb,Xc,XIa,XIb,XIc" values_no_i18n="true" />
|
|---|
| 5688 | <reference ref="climbing_optional_attributes" />
|
|---|
| 5689 | <space />
|
|---|
| 5690 | </item> <!-- Climbing site -->
|
|---|
| 5691 | <item name="Climbing route bottom" icon="presets/sport/climbing_route_bottom.svg" type="node" preset_name_label="true">
|
|---|
| 5692 | <link wiki="Tag:climbing=route_bottom" />
|
|---|
| 5693 | <space />
|
|---|
| 5694 | <key key="climbing" value="route_bottom" />
|
|---|
| 5695 | </item> <!-- Climbing route bottom -->
|
|---|
| 5696 | <item name="Climbing route" icon="presets/sport/climbing.svg" type="node,way" preset_name_label="true">
|
|---|
| 5697 | <link wiki="Tag:sport=climbing" />
|
|---|
| 5698 | <space />
|
|---|
| 5699 | <key key="sport" value="climbing" />
|
|---|
| 5700 | <key key="climbing" value="route" />
|
|---|
| 5701 | <text key="name" text="Name" />
|
|---|
| 5702 | <reference ref="climbing_styles" />
|
|---|
| 5703 | <combo key="climbing:bolted" text="Bolts" values="yes,no,1,2,3,4,5,6" values_sort="false" values_no_i18n="true" />
|
|---|
| 5704 | <combo key="climbing:pitches" text="Pitches" values="1,2,3,4,5,6,7,8" default="1" values_no_i18n="true" />
|
|---|
| 5705 | <combo key="climbing:length" text="Route length (m)" values="8,10,12,15,20,25,30,35,40" values_no_i18n="true" />
|
|---|
| 5706 | <space />
|
|---|
| 5707 | <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" />
|
|---|
| 5708 | <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" />
|
|---|
| 5709 | <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" />
|
|---|
| 5710 | <reference ref="climbing_optional_attributes" />
|
|---|
| 5711 | </item> <!-- Climbing route -->
|
|---|
| 5712 | <item name="Climbing route top" icon="presets/sport/climbing_route_top.svg" type="node" preset_name_label="true">
|
|---|
| 5713 | <link wiki="Tag:climbing=route_top" />
|
|---|
| 5714 | <space />
|
|---|
| 5715 | <key key="climbing" value="route_top" />
|
|---|
| 5716 | </item> <!-- Climbing route top -->
|
|---|
| 5717 | </group>
|
|---|
| 5718 | <item name="Canoeing/Kayaking" icon="presets/sport/canoe.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5719 | <link wiki="Tag:sport=canoe" />
|
|---|
| 5720 | <space />
|
|---|
| 5721 | <key key="sport" value="canoe" />
|
|---|
| 5722 | <text key="name" text="Name" />
|
|---|
| 5723 | </item> <!-- Canoeing/Kayaking -->
|
|---|
| 5724 | <item name="Rowing" icon="presets/sport/rowing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5725 | <link wiki="Tag:sport=rowing" />
|
|---|
| 5726 | <space />
|
|---|
| 5727 | <key key="sport" value="rowing" />
|
|---|
| 5728 | <text key="name" text="Name" />
|
|---|
| 5729 | </item> <!-- Rowing -->
|
|---|
| 5730 | <item name="Cycling" icon="presets/sport/cycling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5731 | <link wiki="Tag:sport=cycling" />
|
|---|
| 5732 | <space />
|
|---|
| 5733 | <key key="sport" value="cycling" />
|
|---|
| 5734 | <text key="name" text="Name" />
|
|---|
| 5735 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
|---|
| 5736 | <reference ref="sport_surface" />
|
|---|
| 5737 | </item> <!-- Cycling -->
|
|---|
| 5738 | <item name="Dog Racing" icon="presets/sport/dog_racing.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5739 | <link wiki="Tag:sport=dog_racing" />
|
|---|
| 5740 | <space />
|
|---|
| 5741 | <key key="sport" value="dog_racing" />
|
|---|
| 5742 | <text key="name" text="Name" />
|
|---|
| 5743 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
|---|
| 5744 | <reference ref="sport_surface" />
|
|---|
| 5745 | </item> <!-- Dog Racing -->
|
|---|
| 5746 | <item name="Equestrian Sport" icon="presets/sport/equestrian.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5747 | <link wiki="Tag:sport=equestrian" />
|
|---|
| 5748 | <space />
|
|---|
| 5749 | <key key="sport" value="equestrian" />
|
|---|
| 5750 | <text key="name" text="Name" />
|
|---|
| 5751 | <combo key="leisure" text="Type" default="pitch" values_context="riding" values_sort="false">
|
|---|
| 5752 | <list_entry value="pitch" display_value="Horse Riding Arena" icon="presets/sport/pitch.svg" />
|
|---|
| 5753 | <list_entry value="horse_riding" display_value="Horse Riding Centre" icon="presets/leisure/horse_riding.svg" />
|
|---|
| 5754 | <list_entry value="sports_centre" display_value="Sports Centre" icon="presets/sport/sports_centre.svg" />
|
|---|
| 5755 | <list_entry value="stadium" display_value="Stadium" icon="presets/sport/stadium.svg" />
|
|---|
| 5756 | <list_entry value="track" display_value="Racetrack" icon="presets/sport/track.svg" />
|
|---|
| 5757 | </combo>
|
|---|
| 5758 | <reference ref="riding_surface" />
|
|---|
| 5759 | <preset_link preset_name="Horse Riding Centre" text="Similar but different tags:" />
|
|---|
| 5760 | <preset_link preset_name="Horse Racing" text="Similar but different tags:" />
|
|---|
| 5761 | </item> <!-- Equestrian Sport -->
|
|---|
| 5762 | <item name="Horse Racing" icon="presets/sport/riding.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5763 | <link wiki="Tag:sport=horse_racing" />
|
|---|
| 5764 | <space />
|
|---|
| 5765 | <key key="sport" value="horse_racing" />
|
|---|
| 5766 | <text key="name" text="Name" />
|
|---|
| 5767 | <combo key="leisure" text="Type" values_context="riding" values_sort="false">
|
|---|
| 5768 | <list_entry value="sports_centre" display_value="Sports Centre" icon="presets/sport/sports_centre.svg" />
|
|---|
| 5769 | <list_entry value="stadium" display_value="Stadium" icon="presets/sport/stadium.svg" />
|
|---|
| 5770 | <list_entry value="track" display_value="Racetrack" icon="presets/sport/track.svg" />
|
|---|
| 5771 | </combo>
|
|---|
| 5772 | <reference ref="riding_surface" />
|
|---|
| 5773 | <preset_link preset_name="Equestrian Sport" text="Similar but different tags:" />
|
|---|
| 5774 | <preset_link preset_name="Horse Riding Centre" text="Similar but different tags:" />
|
|---|
| 5775 | </item> <!-- Horse Racing -->
|
|---|
| 5776 | <item name="Gymnastics" icon="presets/sport/gymnastics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5777 | <link wiki="Tag:sport=gymnastics" />
|
|---|
| 5778 | <space />
|
|---|
| 5779 | <key key="sport" value="gymnastics" />
|
|---|
| 5780 | <text key="name" text="Name" />
|
|---|
| 5781 | <combo key="leisure" text="Type" values="pitch,sports_centre,fitness_centre,stadium" />
|
|---|
| 5782 | </item> <!-- Gymnastics -->
|
|---|
| 5783 | <item name="Ice Skating" icon="presets/sport/ice_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5784 | <link wiki="Tag:sport=ice_skating" />
|
|---|
| 5785 | <space />
|
|---|
| 5786 | <key key="sport" value="ice_skating" />
|
|---|
| 5787 | <text key="name" text="Name" />
|
|---|
| 5788 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" default="ice_rink" />
|
|---|
| 5789 | </item> <!-- Ice Skating -->
|
|---|
| 5790 | <item name="Roller Skating" icon="presets/sport/roller_skating.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5791 | <link wiki="Tag:sport=roller_skating"/>
|
|---|
| 5792 | <space />
|
|---|
| 5793 | <key key="sport" value="roller_skating" />
|
|---|
| 5794 | <text key="name" text="Name" />
|
|---|
| 5795 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5796 | <combo key="surface" text="Surface" values="asphalt,concrete" />
|
|---|
| 5797 | </item> <!-- Roller Skating -->
|
|---|
| 5798 | <item name="Skateboard" icon="presets/sport/skateboard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5799 | <link wiki="Tag:sport=skateboard" />
|
|---|
| 5800 | <space />
|
|---|
| 5801 | <key key="sport" value="skateboard" />
|
|---|
| 5802 | <text key="name" text="Name" />
|
|---|
| 5803 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" default="pitch" values_context="racing" />
|
|---|
| 5804 | <combo key="surface" text="Surface" values="asphalt,concrete" />
|
|---|
| 5805 | </item> <!-- Skateboard -->
|
|---|
| 5806 | <item name="Swimming" icon="presets/sport/swimming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5807 | <link wiki="Tag:sport=swimming" />
|
|---|
| 5808 | <space />
|
|---|
| 5809 | <key key="sport" value="swimming" />
|
|---|
| 5810 | <text key="name" text="Name" />
|
|---|
| 5811 | <combo key="leisure" text="Type" values="sports_centre,stadium,swimming_pool,water_park" default="swimming_pool" values_searchable="true" />
|
|---|
| 5812 | </item> <!-- Swimming -->
|
|---|
| 5813 | <item name="Scuba Diving" icon="presets/sport/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5814 | <link wiki="Tag:sport=scuba_diving" />
|
|---|
| 5815 | <space />
|
|---|
| 5816 | <key key="sport" value="scuba_diving" />
|
|---|
| 5817 | <text key="name" text="Name" />
|
|---|
| 5818 | </item> <!-- Scuba Diving -->
|
|---|
| 5819 | <item name="Skiing" icon="presets/sport/skiing.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5820 | <link wiki="Piste_Maps" />
|
|---|
| 5821 | <space />
|
|---|
| 5822 | <text key="name" text="Name" />
|
|---|
| 5823 | <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"/>
|
|---|
| 5824 | <optional>
|
|---|
| 5825 | <combo key="piste:difficulty" text="Difficulty" values="novice,easy,intermediate,advanced,expert,freeride" values_context="piste:difficulty" values_searchable="true" values_sort="false" />
|
|---|
| 5826 | <combo key="piste:grooming" text="Grooming" values="classic,mogul,skating,classic+skating,scooter,backcountry" values_context="piste:grooming" />
|
|---|
| 5827 | </optional>
|
|---|
| 5828 | </item> <!-- Skiing -->
|
|---|
| 5829 | <item name="Shooting" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5830 | <link wiki="Tag:sport=shooting" />
|
|---|
| 5831 | <space />
|
|---|
| 5832 | <key key="sport" value="shooting" />
|
|---|
| 5833 | <text key="name" text="Name" />
|
|---|
| 5834 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5835 | </item> <!-- Shooting -->
|
|---|
| 5836 | <item name="Chess" icon="presets/sport/chess.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5837 | <link wiki="Tag:sport=chess" />
|
|---|
| 5838 | <space />
|
|---|
| 5839 | <key key="sport" value="chess" />
|
|---|
| 5840 | <text key="name" text="Name" />
|
|---|
| 5841 | <combo key="leisure" text="Type" values="pitch,picnic_table" />
|
|---|
| 5842 | </item> <!-- Chess -->
|
|---|
| 5843 | </group> <!-- Sport -->
|
|---|
| 5844 | <group name="Sport (Ball)" icon="presets/sport/soccer.svg">
|
|---|
| 5845 | <item name="Soccer" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5846 | <link wiki="Tag:sport=soccer" />
|
|---|
| 5847 | <space />
|
|---|
| 5848 | <key key="sport" value="soccer" />
|
|---|
| 5849 | <reference ref="name_leisure_pitch" />
|
|---|
| 5850 | <reference ref="sport_surface" />
|
|---|
| 5851 | </item> <!-- Soccer -->
|
|---|
| 5852 | <item name="Australian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5853 | <link wiki="Tag:sport=australian_football" />
|
|---|
| 5854 | <space />
|
|---|
| 5855 | <key key="sport" value="australian_football" />
|
|---|
| 5856 | <reference ref="name_leisure_pitch" />
|
|---|
| 5857 | <reference ref="sport_surface" />
|
|---|
| 5858 | </item> <!-- Australian Football -->
|
|---|
| 5859 | <item name="American Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5860 | <link wiki="Tag:sport=american_football" />
|
|---|
| 5861 | <space />
|
|---|
| 5862 | <key key="sport" value="american_football" />
|
|---|
| 5863 | <reference ref="name_leisure_pitch" />
|
|---|
| 5864 | <reference ref="sport_surface" />
|
|---|
| 5865 | </item> <!-- American Football -->
|
|---|
| 5866 | <item name="Canadian Football" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5867 | <link wiki="Tag:sport=canadian_football" />
|
|---|
| 5868 | <space />
|
|---|
| 5869 | <key key="sport" value="canadian_football" />
|
|---|
| 5870 | <reference ref="name_leisure_pitch" />
|
|---|
| 5871 | <reference ref="sport_surface" />
|
|---|
| 5872 | </item> <!-- Canadian Football -->
|
|---|
| 5873 | <item name="Gaelic Games" icon="presets/sport/soccer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5874 | <link wiki="Tag:sport=gaelic_games" />
|
|---|
| 5875 | <space />
|
|---|
| 5876 | <key key="sport" value="gaelic_games" />
|
|---|
| 5877 | <reference ref="name_leisure_pitch" />
|
|---|
| 5878 | <reference ref="sport_surface" />
|
|---|
| 5879 | <optional>
|
|---|
| 5880 | <check key="gaelic_games:hurling" text="Hurling" />
|
|---|
| 5881 | <check key="gaelic_games:football" text="Football" />
|
|---|
| 5882 | <check key="gaelic_games:camogie" text="Camogie" />
|
|---|
| 5883 | <check key="gaelic_games:rounders" text="Rounders" />
|
|---|
| 5884 | <check key="gaelic_games:handball" text="Handball" />
|
|---|
| 5885 | </optional>
|
|---|
| 5886 | </item> <!-- Gaelic Games -->
|
|---|
| 5887 | <item name="Rugby League" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5888 | <link wiki="Tag:sport=rugby_league" />
|
|---|
| 5889 | <space />
|
|---|
| 5890 | <key key="sport" value="rugby_league" />
|
|---|
| 5891 | <reference ref="name_leisure_pitch" />
|
|---|
| 5892 | <reference ref="sport_surface" />
|
|---|
| 5893 | </item> <!-- Rugby League -->
|
|---|
| 5894 | <item name="Rugby Union" icon="presets/sport/football.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5895 | <link wiki="Tag:sport=rugby_union" />
|
|---|
| 5896 | <space />
|
|---|
| 5897 | <key key="sport" value="rugby_union" />
|
|---|
| 5898 | <reference ref="name_leisure_pitch" />
|
|---|
| 5899 | <reference ref="sport_surface" />
|
|---|
| 5900 | </item> <!-- Rugby Union -->
|
|---|
| 5901 | <item name="Baseball" icon="presets/sport/baseball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5902 | <link wiki="Tag:sport=baseball" />
|
|---|
| 5903 | <space />
|
|---|
| 5904 | <key key="sport" value="baseball" />
|
|---|
| 5905 | <reference ref="name_leisure_pitch" />
|
|---|
| 5906 | <reference ref="sport_surface" />
|
|---|
| 5907 | </item> <!-- Baseball -->
|
|---|
| 5908 | <item name="Basketball" icon="presets/sport/basketball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5909 | <link wiki="Tag:sport=basketball" />
|
|---|
| 5910 | <space />
|
|---|
| 5911 | <key key="sport" value="basketball" />
|
|---|
| 5912 | <reference ref="name_leisure_pitch" />
|
|---|
| 5913 | <reference ref="sport_surface" />
|
|---|
| 5914 | <combo key="hoops" text="Hoops" values="1,2,3,4" />
|
|---|
| 5915 | </item> <!-- Basketball -->
|
|---|
| 5916 | <item name="Handball" icon="presets/sport/handball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5917 | <link wiki="Tag:sport=handball" />
|
|---|
| 5918 | <space />
|
|---|
| 5919 | <key key="sport" value="handball" />
|
|---|
| 5920 | <reference ref="name_operator" />
|
|---|
| 5921 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
|---|
| 5922 | <reference ref="sport_surface" />
|
|---|
| 5923 | </item> <!-- Handball -->
|
|---|
| 5924 | <item name="Volleyball" icon="presets/sport/volleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5925 | <link wiki="Tag:sport=volleyball" />
|
|---|
| 5926 | <space />
|
|---|
| 5927 | <key key="sport" value="volleyball" />
|
|---|
| 5928 | <reference ref="name_operator" />
|
|---|
| 5929 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
|---|
| 5930 | <reference ref="sport_surface" />
|
|---|
| 5931 | </item> <!-- Volleyball -->
|
|---|
| 5932 | <item name="Beach Volleyball" icon="presets/sport/beachvolleyball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5933 | <link wiki="Tag:sport=beachvolleyball" />
|
|---|
| 5934 | <space />
|
|---|
| 5935 | <key key="sport" value="beachvolleyball" />
|
|---|
| 5936 | <reference ref="name_operator" />
|
|---|
| 5937 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
|---|
| 5938 | </item> <!-- Beach Volleyball -->
|
|---|
| 5939 | <item name="Billiards" icon="presets/sport/billiards.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5940 | <link wiki="Tag:sport=billiards" />
|
|---|
| 5941 | <space />
|
|---|
| 5942 | <key key="sport" value="billiards" />
|
|---|
| 5943 | <reference ref="name_operator" />
|
|---|
| 5944 | <combo key="leisure" text="Type" values="stadium,pitch,sports_centre" />
|
|---|
| 5945 | </item> <!-- Billiards -->
|
|---|
| 5946 | <item name="Golf" icon="presets/sport/golf.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5947 | <link wiki="Tag:sport=golf" />
|
|---|
| 5948 | <space />
|
|---|
| 5949 | <key key="sport" value="golf" />
|
|---|
| 5950 | <text key="name" text="Name" />
|
|---|
| 5951 | <combo key="leisure" text="Type" values="golf_course,pitch,sports_centre,stadium" default="golf_course" />
|
|---|
| 5952 | </item> <!-- Golf -->
|
|---|
| 5953 | <item name="Boule" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5954 | <link wiki="Tag:sport=boules" />
|
|---|
| 5955 | <space />
|
|---|
| 5956 | <key key="sport" value="boules" />
|
|---|
| 5957 | <reference ref="name_leisure_pitch" />
|
|---|
| 5958 | <reference ref="sport_surface" />
|
|---|
| 5959 | </item> <!-- Boule -->
|
|---|
| 5960 | <item name="Lawn Bowling" icon="presets/sport/boule.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5961 | <link wiki="Tag:sport=bowls" />
|
|---|
| 5962 | <space />
|
|---|
| 5963 | <key key="sport" value="bowls" />
|
|---|
| 5964 | <reference ref="name_leisure_pitch" />
|
|---|
| 5965 | <reference ref="sport_surface" />
|
|---|
| 5966 | </item> <!-- Lawn Bowling -->
|
|---|
| 5967 | <item name="Cricket" icon="presets/sport/cricket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5968 | <link wiki="Tag:sport=cricket" />
|
|---|
| 5969 | <space />
|
|---|
| 5970 | <key key="sport" value="cricket" />
|
|---|
| 5971 | <reference ref="name_leisure_pitch" />
|
|---|
| 5972 | <reference ref="sport_surface" />
|
|---|
| 5973 | </item> <!-- Cricket -->
|
|---|
| 5974 | <item name="Croquet" icon="presets/sport/croquet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5975 | <link wiki="Tag:sport=croquet" />
|
|---|
| 5976 | <space />
|
|---|
| 5977 | <key key="sport" value="croquet" />
|
|---|
| 5978 | <reference ref="name_leisure_pitch" />
|
|---|
| 5979 | <reference ref="sport_surface" />
|
|---|
| 5980 | </item> <!-- Croquet -->
|
|---|
| 5981 | <item name="Field Hockey" icon="presets/sport/field_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5982 | <link wiki="Tag:sport=field_hockey" />
|
|---|
| 5983 | <space />
|
|---|
| 5984 | <key key="sport" value="field_hockey" />
|
|---|
| 5985 | <text key="name" text="Name" />
|
|---|
| 5986 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 5987 | <reference ref="sport_surface" />
|
|---|
| 5988 | </item> <!-- Field Hockey -->
|
|---|
| 5989 | <item name="Ice Hockey" icon="presets/sport/ice_hockey.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5990 | <link wiki="Tag:sport=ice_hockey" />
|
|---|
| 5991 | <space />
|
|---|
| 5992 | <key key="sport" value="ice_hockey" />
|
|---|
| 5993 | <text key="name" text="Name" />
|
|---|
| 5994 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
|
|---|
| 5995 | </item> <!-- Ice Hockey -->
|
|---|
| 5996 | <item name="Curling" icon="presets/sport/curling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 5997 | <link wiki="Tag:sport=curling" />
|
|---|
| 5998 | <space />
|
|---|
| 5999 | <key key="sport" value="curling" />
|
|---|
| 6000 | <text key="name" text="Name" />
|
|---|
| 6001 | <combo key="leisure" text="Type" values="ice_rink,pitch,sports_centre,stadium" />
|
|---|
| 6002 | </item> <!-- Curling -->
|
|---|
| 6003 | <item name="Pelota" icon="presets/sport/pelota.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6004 | <link wiki="Tag:sport=pelota" />
|
|---|
| 6005 | <space />
|
|---|
| 6006 | <key key="sport" value="pelota" />
|
|---|
| 6007 | <reference ref="name_leisure_pitch" />
|
|---|
| 6008 | <reference ref="sport_surface" />
|
|---|
| 6009 | </item> <!-- Pelota -->
|
|---|
| 6010 | <item name="Racquetball" icon="presets/sport/racquetball.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6011 | <link wiki="Tag:sport=racquet" />
|
|---|
| 6012 | <space />
|
|---|
| 6013 | <key key="sport" value="racquet" />
|
|---|
| 6014 | <text key="name" text="Name" />
|
|---|
| 6015 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 6016 | <reference ref="sport_surface" />
|
|---|
| 6017 | </item> <!-- Racquetball -->
|
|---|
| 6018 | <item name="Table Tennis/Ping-Pong" icon="presets/sport/table_tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6019 | <link wiki="Tag:sport=table_tennis" />
|
|---|
| 6020 | <space />
|
|---|
| 6021 | <key key="sport" value="table_tennis" />
|
|---|
| 6022 | <text key="name" text="Name" />
|
|---|
| 6023 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" />
|
|---|
| 6024 | </item> <!-- Table Tennis/Ping-Pong -->
|
|---|
| 6025 | <item name="Tennis" icon="presets/sport/tennis.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6026 | <link wiki="Tag:sport=tennis" />
|
|---|
| 6027 | <space />
|
|---|
| 6028 | <key key="sport" value="tennis" />
|
|---|
| 6029 | <reference ref="name_leisure_pitch" />
|
|---|
| 6030 | <reference ref="sport_surface" />
|
|---|
| 6031 | </item> <!-- Tennis -->
|
|---|
| 6032 | </group> <!-- Sport (Ball) -->
|
|---|
| 6033 | <group name="Motorsport" icon="presets/vehicle/motorbike.svg">
|
|---|
| 6034 | <item name="Motorsport" icon="presets/sport/motor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6035 | <link wiki="Tag:sport=motor" />
|
|---|
| 6036 | <space />
|
|---|
| 6037 | <key key="sport" value="motor" />
|
|---|
| 6038 | <text key="name" text="Name" />
|
|---|
| 6039 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium,track" values_context="racing" />
|
|---|
| 6040 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
|---|
| 6041 | </item> <!-- Motorsport -->
|
|---|
| 6042 | <item name="Kart Racing" icon="presets/sport/karting.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6043 | <link wiki="Tag:sport=karting" />
|
|---|
| 6044 | <space />
|
|---|
| 6045 | <key key="sport" value="karting" />
|
|---|
| 6046 | <text key="name" text="Name" />
|
|---|
| 6047 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
|---|
| 6048 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
|---|
| 6049 | </item> <!-- Kart Racing -->
|
|---|
| 6050 | <item name="Motocross" icon="presets/sport/motocross.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6051 | <link wiki="Tag:sport=motocross" />
|
|---|
| 6052 | <space />
|
|---|
| 6053 | <key key="sport" value="motocross" />
|
|---|
| 6054 | <text key="name" text="Name" />
|
|---|
| 6055 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
|---|
| 6056 | </item> <!-- Motocross -->
|
|---|
| 6057 | <separator/>
|
|---|
| 6058 | <item name="Model Aerodrome" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6059 | <link wiki="Tag:sport=model_aerodrome" />
|
|---|
| 6060 | <space />
|
|---|
| 6061 | <key key="sport" value="model_aerodrome" />
|
|---|
| 6062 | <text key="name" text="Name" />
|
|---|
| 6063 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="aerialway" />
|
|---|
| 6064 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
|---|
| 6065 | </item> <!-- Model Aerodrome -->
|
|---|
| 6066 | <item name="RC Car" icon="presets/sport/rc_car.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6067 | <link wiki="Tag:sport=rc_car" />
|
|---|
| 6068 | <space />
|
|---|
| 6069 | <key key="sport" value="rc_car" />
|
|---|
| 6070 | <text key="name" text="Name" />
|
|---|
| 6071 | <combo key="leisure" text="Type" values="pitch,sports_centre,track" values_context="racing" />
|
|---|
| 6072 | <combo key="surface" text="Surface" values="asphalt,concrete,ground" />
|
|---|
| 6073 | </item> <!-- RC Car -->
|
|---|
| 6074 | </group> <!-- Motorsport -->
|
|---|
| 6075 | </group> <!-- Sports -->
|
|---|
| 6076 | <group name="Man Made" icon="presets/landmark/works.svg">
|
|---|
| 6077 | <group name="Man Made" icon="presets/landmark/works.svg">
|
|---|
| 6078 | <item name="Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6079 | <link wiki="Key:building" />
|
|---|
| 6080 | <space />
|
|---|
| 6081 | <combo key="building" text="Building" values="allotment_house,bakehouse,barn,basilica,boathouse,bunker,cabin,carport,cathedral,chapel,church,college,commercial,construction,container,cowshed,digester,farm_auxiliary,fire_station,garage,garages,gasometer,gatehouse,grandstand,greenhouse,hangar,hospital,industrial,kindergarten,kiosk,manufacture,monastery,mosque,office,pavilion,parking,public,retail,riding_hall,roof,ruins,school,service,shed,silo,sports_centre,sports_hall,stable,stadium,storage_tank,sty,supermarket,synagogue,temple,tent,toilets,train_station,transformer_tower,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
|
|---|
| 6082 | <optional>
|
|---|
| 6083 | <reference ref="name_operator" />
|
|---|
| 6084 | <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6085 | <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6086 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6087 | </optional>
|
|---|
| 6088 | <preset_link preset_name="Address" />
|
|---|
| 6089 | </item> <!-- Building -->
|
|---|
| 6090 | <item name="Residential Building" icon="presets/landmark/building.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6091 | <link wiki="Key:building" />
|
|---|
| 6092 | <space />
|
|---|
| 6093 | <combo key="building" text="Building" values="yes,residential,apartments,ger,house,hotel,hut,bungalow,dormitory,terrace,detached,farm,stilt_house" default="residential" match="keyvalue!" values_context="building" values_searchable="true" />
|
|---|
| 6094 | <optional>
|
|---|
| 6095 | <reference ref="name_operator" />
|
|---|
| 6096 | <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6097 | <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6098 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6099 | </optional>
|
|---|
| 6100 | <preset_link preset_name="Address" />
|
|---|
| 6101 | </item> <!-- Residential Building -->
|
|---|
| 6102 | <item name="Building part" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 6103 | <link wiki="Key:building:part" />
|
|---|
| 6104 | <space />
|
|---|
| 6105 | <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,riding_hall,roof,ruins,school,shed,sports_centre,sports_hall,supermarket,toilets,transportation,university,warehouse,yes" values_context="building" default="yes" match="keyvalue!" values_searchable="true" />
|
|---|
| 6106 | <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6107 | <combo key="building:min_level" text="Skipped Levels" values="1,2,3,4,5,6,7,8,9,10" text_context="building" />
|
|---|
| 6108 | <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6109 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6110 | <text key="min_height" text="Skipped height (meters)" />
|
|---|
| 6111 | </item> <!-- Building part -->
|
|---|
| 6112 | <item name="Building construction" icon="presets/landmark/building_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6113 | <link wiki="Tag:building=construction" />
|
|---|
| 6114 | <space />
|
|---|
| 6115 | <key key="building" value="construction" />
|
|---|
| 6116 | <combo key="construction" text="Building type" values="allotment_house,apartments,bakehouse,barn,basilica,boathouse,bungalow,bunker,cabin,carport,cathedral,chapel,church,college,commercial,cowshed,detached,digester,dormitory,farm,farm_auxiliary,fire_station,garage,garages,gasometer,gatehouse,ger,grandstand,greenhouse,hangar,hospital,hotel,house,hut,industrial,kindergarten,kiosk,manufacture,monastery,mosque,office,parking,pavilion,public,residential,retail,roof,ruins,school,service,shed,silo,stable,stilt_house,storage_tank,sty,supermarket,synagogue,temple,tent,terrace,toilets,train_station,transformer_tower,transportation,university,warehouse,wayside_shrine" values_context="building" />
|
|---|
| 6117 | <optional>
|
|---|
| 6118 | <reference ref="name_operator" />
|
|---|
| 6119 | <combo key="building:levels" text="Levels above ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6120 | <combo key="building:levels:underground" text="Levels below ground" values="1,2,3,4,5,6,7,8,9,10,11" text_context="building" />
|
|---|
| 6121 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6122 | </optional>
|
|---|
| 6123 | <preset_link preset_name="Address" />
|
|---|
| 6124 | </item> <!-- Building construction -->
|
|---|
| 6125 | <item name="Entrance" icon="presets/misc/entrance_yes.svg" type="node" preset_name_label="true">
|
|---|
| 6126 | <link wiki="Key:entrance" />
|
|---|
| 6127 | <space />
|
|---|
| 6128 | <combo key="entrance" text="Entrance" values_context="entrance" default="yes" match="key">
|
|---|
| 6129 | <list_entry value="yes" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6130 | <list_entry value="main" icon="presets/misc/entrance_main.svg" />
|
|---|
| 6131 | <list_entry value="secondary" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6132 | <list_entry value="service" icon="presets/misc/entrance_service.svg" />
|
|---|
| 6133 | <list_entry value="shop" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6134 | <list_entry value="exit" icon="presets/misc/entrance_exit.svg" />
|
|---|
| 6135 | <list_entry value="emergency" icon="presets/misc/entrance_emergency.svg" />
|
|---|
| 6136 | <list_entry value="staircase" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6137 | <list_entry value="home" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6138 | <list_entry value="garage" icon="presets/misc/entrance_yes.svg" />
|
|---|
| 6139 | </combo>
|
|---|
| 6140 | <combo key="access" text="General Access" values="yes,private,delivery,customers,permissive,permit,no" />
|
|---|
| 6141 | <reference ref="wheelchair" />
|
|---|
| 6142 | <optional>
|
|---|
| 6143 | <combo key="door" text="Door" values="yes,no,folding,hinged,loadingdock,overhead,revolving,sliding,trapdoor" match="key" values_searchable="true" />
|
|---|
| 6144 | <text key="ref" text="Entrance number" />
|
|---|
| 6145 | <text key="addr:flats" text="Flat numbers" />
|
|---|
| 6146 | </optional>
|
|---|
| 6147 | </item> <!-- Entrance -->
|
|---|
| 6148 | <item name="Non-public police facility" icon="presets/service/police_non_public.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6149 | <link wiki="Key:police" />
|
|---|
| 6150 | <space />
|
|---|
| 6151 | <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" />
|
|---|
| 6152 | <reference ref="optional_name_operator" />
|
|---|
| 6153 | <reference ref="link_contact_address" />
|
|---|
| 6154 | </item> <!-- Non-public police facility -->
|
|---|
| 6155 | <item name="Flagpole" icon="presets/misc/flag.svg" type="node" preset_name_label="true">
|
|---|
| 6156 | <link wiki="Tag:man_made=flagpole" />
|
|---|
| 6157 | <key key="man_made" value="flagpole" />
|
|---|
| 6158 | <combo key="flag:type" text="Type" values="advertising,athletic,governmental,military,municipal,national,organisation,regional,religious,signal" values_context="flag" match="keyvalue!" values_searchable="true" />
|
|---|
| 6159 | </item> <!-- Flagpole -->
|
|---|
| 6160 | <item name="Cross" icon="presets/landmark/cross.svg" type="node" preset_name_label="true">
|
|---|
| 6161 | <link wiki="Tag:man_made=cross" />
|
|---|
| 6162 | <key key="man_made" value="cross" />
|
|---|
| 6163 | </item> <!-- Cross -->
|
|---|
| 6164 | <separator/>
|
|---|
| 6165 | <item name="Works" icon="presets/landmark/works.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6166 | <link wiki="Tag:man_made=works" />
|
|---|
| 6167 | <space />
|
|---|
| 6168 | <key key="man_made" value="works" />
|
|---|
| 6169 | <text key="name" text="Name" />
|
|---|
| 6170 | <optional>
|
|---|
| 6171 | <combo key="product" text="Product" values="bakery_products,beer,bricks,dairy,electronics,food,furniture,machinery,meat,oil,packaging,rice,steel,sugar"/>
|
|---|
| 6172 | </optional>
|
|---|
| 6173 | </item> <!-- Works -->
|
|---|
| 6174 | <item name="Chimney" icon="presets/landmark/chimney.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6175 | <link wiki="Tag:man_made=chimney" />
|
|---|
| 6176 | <space />
|
|---|
| 6177 | <key key="man_made" value="chimney" />
|
|---|
| 6178 | <reference ref="name_ref_operator" />
|
|---|
| 6179 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6180 | </item> <!-- Chimney -->
|
|---|
| 6181 | <item name="Kiln" icon="presets/misc/kiln.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6182 | <link wiki="Tag:man_made=kiln" />
|
|---|
| 6183 | <space />
|
|---|
| 6184 | <key key="man_made" value="kiln" />
|
|---|
| 6185 | <reference ref="name_ref_operator" />
|
|---|
| 6186 | <combo key="product" text="Product" values="lime,charcoal,bricks" />
|
|---|
| 6187 | </item> <!-- Kiln -->
|
|---|
| 6188 | <item name="Windmill" icon="presets/landmark/windmill.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6189 | <link wiki="Tag:man_made=windmill" />
|
|---|
| 6190 | <space />
|
|---|
| 6191 | <key key="man_made" value="windmill" />
|
|---|
| 6192 | <reference ref="name_ref_operator" />
|
|---|
| 6193 | </item> <!-- Windmill -->
|
|---|
| 6194 | <item name="Windpump" icon="presets/landmark/windpump.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6195 | <link wiki="Tag:man_made=windpump" />
|
|---|
| 6196 | <space />
|
|---|
| 6197 | <key key="man_made" value="windpump" />
|
|---|
| 6198 | <reference ref="substance" />
|
|---|
| 6199 | <optional>
|
|---|
| 6200 | <reference ref="pumpMechanism" />
|
|---|
| 6201 | <reference ref="mechCoupling" />
|
|---|
| 6202 | <reference ref="handle" />
|
|---|
| 6203 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 6204 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 6205 | <space />
|
|---|
| 6206 | <reference ref="name_ref_operator" />
|
|---|
| 6207 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 6208 | </optional>
|
|---|
| 6209 | <preset_link preset_name="Pump" text="Similar but different tags:" />
|
|---|
| 6210 | <preset_link preset_name="Water Well" text="Similar but different tags:" />
|
|---|
| 6211 | <preset_link preset_name="Petroleum Well" text="Similar but different tags:" />
|
|---|
| 6212 | </item> <!-- Windpump-->
|
|---|
| 6213 | <item name="Pump" icon="presets/landmark/pump.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6214 | <link wiki="Tag:man_made=pump" />
|
|---|
| 6215 | <space />
|
|---|
| 6216 | <key key="man_made" value="pump" />
|
|---|
| 6217 | <reference ref="substance" />
|
|---|
| 6218 | <optional>
|
|---|
| 6219 | <reference ref="pump_details" />
|
|---|
| 6220 | <reference ref="handle" />
|
|---|
| 6221 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 6222 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 6223 | <space />
|
|---|
| 6224 | <reference ref="name_ref_operator" />
|
|---|
| 6225 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 6226 | <combo key="location" text="Location" values="outdoor,indoor,surface,underground,underwater" values_context="pump" />
|
|---|
| 6227 | </optional>
|
|---|
| 6228 | <preset_link preset_name="Windpump" text="Similar but different tags:" />
|
|---|
| 6229 | <preset_link preset_name="Water Well" text="Similar but different tags:" />
|
|---|
| 6230 | <preset_link preset_name="Petroleum Well" text="Similar but different tags:" />
|
|---|
| 6231 | </item> <!-- Pump -->
|
|---|
| 6232 | <item name="Petroleum Well" icon="presets/landmark/petroleum_well.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6233 | <link wiki="Tag:man_made=petroleum_well" />
|
|---|
| 6234 | <space />
|
|---|
| 6235 | <key key="man_made" value="petroleum_well" />
|
|---|
| 6236 | <combo key="substance" text="Substance" values="gas,oil" />
|
|---|
| 6237 | <optional>
|
|---|
| 6238 | <reference ref="pump_details" />
|
|---|
| 6239 | <reference ref="handle" />
|
|---|
| 6240 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 6241 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 6242 | <space />
|
|---|
| 6243 | <reference ref="name_ref_operator" />
|
|---|
| 6244 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 6245 | </optional>
|
|---|
| 6246 | <preset_link preset_name="Water Well" text="Similar but different tags:" />
|
|---|
| 6247 | <preset_link preset_name="Windpump" text="Similar but different tags:" />
|
|---|
| 6248 | <preset_link preset_name="Pump" text="Similar but different tags:" />
|
|---|
| 6249 | </item> <!-- Petroleum Well -->
|
|---|
| 6250 | <item name="Gasometer" icon="presets/landmark/gasometer.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6251 | <link wiki="Tag:man_made=gasometer" />
|
|---|
| 6252 | <key key="man_made" value="gasometer" />
|
|---|
| 6253 | <optional>
|
|---|
| 6254 | <reference ref="name_ref_operator" />
|
|---|
| 6255 | <combo key="building" text="Building" values="gasometer" values_context="building" />
|
|---|
| 6256 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6257 | </optional>
|
|---|
| 6258 | </item> <!-- Gasometer -->
|
|---|
| 6259 | <item name="Silo" icon="presets/landmark/silo.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6260 | <link wiki="Tag:man_made=silo" />
|
|---|
| 6261 | <key key="man_made" value="silo" />
|
|---|
| 6262 | <optional>
|
|---|
| 6263 | <reference ref="name_ref_operator" />
|
|---|
| 6264 | <combo key="building" text="Building" values="silo" values_context="building" />
|
|---|
| 6265 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6266 | </optional>
|
|---|
| 6267 | </item> <!-- Silo -->
|
|---|
| 6268 | <item name="Storage Tank" icon="presets/landmark/storage_tank.svg" type="node,closedway">
|
|---|
| 6269 | <link wiki="Tag:man_made=storage_tank" />
|
|---|
| 6270 | <key key="man_made" value="storage_tank" />
|
|---|
| 6271 | <optional>
|
|---|
| 6272 | <reference ref="name_ref_operator" />
|
|---|
| 6273 | <combo key="building" text="Building" values="storage_tank" values_context="building" />
|
|---|
| 6274 | <combo key="content" text="Content" values="fuel,manure,oil,sewage,silage,slurry,water,wine" values_context="content" />
|
|---|
| 6275 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6276 | </optional>
|
|---|
| 6277 | </item> <!-- Storage Tank -->
|
|---|
| 6278 | <item name="Bunker Silo" icon="presets/landmark/bunker_silo.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6279 | <link wiki="Tag:man_made=bunker_silo" />
|
|---|
| 6280 | <key key="man_made" value="bunker_silo" />
|
|---|
| 6281 | <optional>
|
|---|
| 6282 | <reference ref="name_ref_operator" />
|
|---|
| 6283 | </optional>
|
|---|
| 6284 | </item> <!-- Bunker Silo -->
|
|---|
| 6285 | <item name="Crane" icon="presets/landmark/crane.svg" type="node,way,closedway" preset_name_label="true">
|
|---|
| 6286 | <link wiki="Tag:man_made=crane" />
|
|---|
| 6287 | <key key="man_made" value="crane" />
|
|---|
| 6288 | <optional>
|
|---|
| 6289 | <combo key="crane:type" text="Type" values="floor-mounted_crane,gantry_crane,portal_crane,travel_lift" />
|
|---|
| 6290 | <reference ref="name_ref_operator" />
|
|---|
| 6291 | </optional>
|
|---|
| 6292 | </item> <!-- Crane -->
|
|---|
| 6293 | <item name="Goods conveyor" icon="presets/landmark/goods_conveyor.svg" type="way" preset_name_label="true">
|
|---|
| 6294 | <link wiki="Tag:man_made=goods_conveyor" />
|
|---|
| 6295 | <key key="man_made" value="goods_conveyor" />
|
|---|
| 6296 | <optional>
|
|---|
| 6297 | <reference ref="name_ref_operator" />
|
|---|
| 6298 | <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 6299 | <checkgroup columns="3">
|
|---|
| 6300 | <check key="covered" text="Covered" />
|
|---|
| 6301 | <check key="bridge" text="Bridge" disable_off="true" />
|
|---|
| 6302 | <check key="tunnel" text="Tunnel" disable_off="true" />
|
|---|
| 6303 | </checkgroup>
|
|---|
| 6304 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
|
|---|
| 6305 | </optional>
|
|---|
| 6306 | </item> <!-- Goods conveyor -->
|
|---|
| 6307 | <item name="Pumping station" icon="presets/misc/pumping_station.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6308 | <link wiki="Tag:man_made=pumping_station" />
|
|---|
| 6309 | <space />
|
|---|
| 6310 | <key key="man_made" value="pumping_station" />
|
|---|
| 6311 | <reference ref="name_ref_operator" />
|
|---|
| 6312 | <reference ref="substance" />
|
|---|
| 6313 | </item> <!-- Pumping station -->
|
|---|
| 6314 | <item name="Mineshaft" icon="presets/landmark/mine.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6315 | <link wiki="Tag:man_made=mineshaft" />
|
|---|
| 6316 | <space />
|
|---|
| 6317 | <key key="man_made" value="mineshaft" />
|
|---|
| 6318 | <text key="name" text="Name" />
|
|---|
| 6319 | <combo key="mineshaft_type" text="Function" values="winding,air" />
|
|---|
| 6320 | <text key="depth" text="Depth (meters)" />
|
|---|
| 6321 | <text key="operator" text="Operator" />
|
|---|
| 6322 | <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 6323 | <check key="headframe" text="Visible Headframe" />
|
|---|
| 6324 | <check key="disused" text="Disused" />
|
|---|
| 6325 | </item> <!-- Mineshaft -->
|
|---|
| 6326 | <item name="Heap" icon="presets/landmark/heap.svg" type="closedway" preset_name_label="true">
|
|---|
| 6327 | <link wiki="Tag:man_made=heap" />
|
|---|
| 6328 | <space />
|
|---|
| 6329 | <key key="man_made" value="heap" />
|
|---|
| 6330 | <text key="name" text="Name" />
|
|---|
| 6331 | <combo key="resource" text="Resource" values="aggregate,bauxite,basalt,clay,coal,copper,dimension_stone,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,tin,zinc,zircon" />
|
|---|
| 6332 | </item> <!-- Heap -->
|
|---|
| 6333 | <item name="Cairn" icon="presets/landmark/cairn.svg" type="node" preset_name_label="true">
|
|---|
| 6334 | <link wiki="Tag:man_made=cairn" />
|
|---|
| 6335 | <space />
|
|---|
| 6336 | <text key="name" text="Name" />
|
|---|
| 6337 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6338 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6339 | <key key="man_made" value="cairn" />
|
|---|
| 6340 | <text key="description" text="Description" />
|
|---|
| 6341 | <combo key="cairn" values="small,clearance" text="Type" text_context="Tag:man_made=cairn" values_context="Tag:man_made=cairn" />
|
|---|
| 6342 | </item>
|
|---|
| 6343 | <item name="Adit" icon="presets/landmark/adit.svg" type="node" preset_name_label="true">
|
|---|
| 6344 | <link wiki="Tag:man_made=adit" />
|
|---|
| 6345 | <space />
|
|---|
| 6346 | <key key="man_made" value="adit" />
|
|---|
| 6347 | <text key="name" text="Name" />
|
|---|
| 6348 | <text key="length" text="Length (meters)" />
|
|---|
| 6349 | <text key="operator" text="Operator" />
|
|---|
| 6350 | <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 6351 | <check key="disused" text="Disused" />
|
|---|
| 6352 | </item> <!-- Adit -->
|
|---|
| 6353 | <item name="Embankment" icon="presets/misc/embankment.svg" type="way" preset_name_label="true">
|
|---|
| 6354 | <link wiki="Tag:man_made=embankment" />
|
|---|
| 6355 | <space />
|
|---|
| 6356 | <key key="man_made" value="embankment" />
|
|---|
| 6357 | </item> <!-- Embankment -->
|
|---|
| 6358 | <item name="Avalanche Protection" icon="presets/misc/avalanche_protection.svg" type="node,way,closed_way" preset_name_label="true">
|
|---|
| 6359 | <link wiki="Tag:man_made=avalanche_protection" />
|
|---|
| 6360 | <space />
|
|---|
| 6361 | <key key="man_made" value="avalanche_protection" />
|
|---|
| 6362 | <optional>
|
|---|
| 6363 | <combo key="avalanche_protection" text="Avalanche Protection" values="snow_bridge,dam,berm,mound,shed,gas_ignition" />
|
|---|
| 6364 | <check key="barrier" value_on="fence" text="Fence"/>
|
|---|
| 6365 | </optional>
|
|---|
| 6366 | </item> <!-- Avalanche Protection -->
|
|---|
| 6367 | <separator/>
|
|---|
| 6368 | <item name="Utility Pole" icon="presets/tower/pole.svg" type="node" preset_name_label="true">
|
|---|
| 6369 | <link wiki="Tag:man_made=utility_pole" />
|
|---|
| 6370 | <space />
|
|---|
| 6371 | <key key="man_made" value="utility_pole" />
|
|---|
| 6372 | <reference ref="pole" />
|
|---|
| 6373 | <reference ref="utilities" />
|
|---|
| 6374 | <optional>
|
|---|
| 6375 | <reference ref="line_properties"/>
|
|---|
| 6376 | </optional>
|
|---|
| 6377 | <preset_link preset_name="Pole" text="Similar preset:" />
|
|---|
| 6378 | </item> <!-- Utility Pole -->
|
|---|
| 6379 | <item name="Street Lamp" icon="presets/misc/streetlamp.svg" type="node" preset_name_label="true">
|
|---|
| 6380 | <link wiki="Tag:highway=street_lamp" />
|
|---|
| 6381 | <space />
|
|---|
| 6382 | <key key="highway" value="street_lamp" />
|
|---|
| 6383 | <combo key="lamp_type" text="Type" values="electric,floodlight,sodium,solar_lamp" values_context="lamp_type" match="key" />
|
|---|
| 6384 | <combo key="lamp_mount" text="Mounted on" values="bent_mast,straight_mast,suspended,wall" values_context="lamp_mount" match="key" />
|
|---|
| 6385 | <combo key="opening_hours" text="Operation times" values="Mo-Fr 22:00-05:00" values_no_i18n="true" />
|
|---|
| 6386 | </item> <!-- Street Lamp -->
|
|---|
| 6387 | <item name="Street cabinet" icon="presets/misc/street_cabinet.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6388 | <link wiki="Tag:man_made=street_cabinet" />
|
|---|
| 6389 | <key key="man_made" value="street_cabinet" />
|
|---|
| 6390 | <optional>
|
|---|
| 6391 | <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" />
|
|---|
| 6392 | <reference ref="ref_operator" />
|
|---|
| 6393 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 6394 | <reference ref="color" />
|
|---|
| 6395 | </optional>
|
|---|
| 6396 | </item> <!-- Street cabinet -->
|
|---|
| 6397 | <item name="Monitoring Station" icon="presets/misc/monitoring_station.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6398 | <link wiki="Tag:man_made=monitoring_station" />
|
|---|
| 6399 | <space />
|
|---|
| 6400 | <key key="man_made" value="monitoring_station" />
|
|---|
| 6401 | <reference ref="name_operator" />
|
|---|
| 6402 | <label text="Monitoring:" />
|
|---|
| 6403 | <checkgroup columns="3">
|
|---|
| 6404 | <check key="monitoring:water_level" text="Water level" />
|
|---|
| 6405 | <check key="monitoring:tide_gauge" text="Tide Level" />
|
|---|
| 6406 | <check key="monitoring:groundwater" text="Groundwater" />
|
|---|
| 6407 | <check key="monitoring:traffic" text="Traffic" />
|
|---|
| 6408 | <check key="monitoring:air_quality" text="Air Quality" />
|
|---|
| 6409 | <check key="monitoring:noise" text="Noise" />
|
|---|
| 6410 | <check key="monitoring:gps" text="GPS Signals" />
|
|---|
| 6411 | <check key="monitoring:glonass" text="GLONASS Signals" />
|
|---|
| 6412 | <check key="monitoring:galileo" text="Galileo Signals" />
|
|---|
| 6413 | <check key="monitoring:weather" text="Weather" />
|
|---|
| 6414 | <check key="monitoring:radiation" text="Radiation" />
|
|---|
| 6415 | <check key="monitoring:seismic_activity" text="Seismic Activity" />
|
|---|
| 6416 | </checkgroup>
|
|---|
| 6417 | <label text="Recording:" />
|
|---|
| 6418 | <checkgroup columns="3">
|
|---|
| 6419 | <check key="recording:automated" text="Automated" />
|
|---|
| 6420 | <check key="recording:manually" text="Manually" />
|
|---|
| 6421 | <check key="recording:remote" text="Remote" />
|
|---|
| 6422 | </checkgroup>
|
|---|
| 6423 | <label text="Display:" />
|
|---|
| 6424 | <checkgroup columns="2">
|
|---|
| 6425 | <check key="display:analog" text="Analog" />
|
|---|
| 6426 | <check key="display:digital" text="Digital" />
|
|---|
| 6427 | </checkgroup>
|
|---|
| 6428 | </item> <!-- Monitoring Station -->
|
|---|
| 6429 | <item name="Telescope" icon="presets/tower/telescope_dish.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6430 | <link wiki="Tag:man_made=telescope" />
|
|---|
| 6431 | <space />
|
|---|
| 6432 | <key key="man_made" value="telescope" />
|
|---|
| 6433 | <combo key="telescope:type" text="Type" values_context="telescope" values_searchable="true">
|
|---|
| 6434 | <list_entry value="optical" icon="presets/tower/telescope_dome.svg" />
|
|---|
| 6435 | <list_entry value="radio" icon="presets/tower/telescope_dish.svg" />
|
|---|
| 6436 | <list_entry value="gamma" icon="presets/tower/telescope_dish.svg" />
|
|---|
| 6437 | </combo>
|
|---|
| 6438 | <optional>
|
|---|
| 6439 | <combo key="tower:construction" text="Type of construction" values="dish,dome" values_searchable="true" />
|
|---|
| 6440 | <text key="telescope:diameter" text="Telescope Diameter (meters)" />
|
|---|
| 6441 | <reference ref="name_ref_operator" />
|
|---|
| 6442 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6443 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6444 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 6445 | <reference ref="POI_access" />
|
|---|
| 6446 | </optional>
|
|---|
| 6447 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
|---|
| 6448 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
|---|
| 6449 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
|---|
| 6450 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
|---|
| 6451 | </item> <!-- Telescope -->
|
|---|
| 6452 | <item name="Survey Point" icon="presets/landmark/survey_point.svg" type="node" preset_name_label="true">
|
|---|
| 6453 | <link wiki="Tag:man_made=survey_point" />
|
|---|
| 6454 | <space />
|
|---|
| 6455 | <key key="man_made" value="survey_point" />
|
|---|
| 6456 | <reference ref="name_ref" />
|
|---|
| 6457 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6458 | <combo key="material" text="Material" values="andesite,brass,bronze,concrete,granite,metal,steel,stone" />
|
|---|
| 6459 | </item> <!-- Survey Point -->
|
|---|
| 6460 | <item name="Surveillance Camera" icon="presets/service/surveillance.svg" type="node" preset_name_label="true">
|
|---|
| 6461 | <link wiki="Tag:man_made=surveillance" />
|
|---|
| 6462 | <space />
|
|---|
| 6463 | <key key="man_made" value="surveillance" />
|
|---|
| 6464 | <key key="surveillance:type" value="camera" />
|
|---|
| 6465 | <combo key="surveillance" text="Type" values="indoor,outdoor,public" />
|
|---|
| 6466 | <combo key="surveillance:zone" text="Zone" values="town,parking,traffic,shop,bank,building" />
|
|---|
| 6467 | <text key="operator" text="Operator" />
|
|---|
| 6468 | <optional>
|
|---|
| 6469 | <reference ref="name_ref" />
|
|---|
| 6470 | </optional>
|
|---|
| 6471 | <space />
|
|---|
| 6472 | <label text="Camera" />
|
|---|
| 6473 | <space />
|
|---|
| 6474 | <combo key="camera:type" text="Type" values="fixed,panning,dome" values_context="camera:type" match="key" />
|
|---|
| 6475 | <combo key="camera:mount" text="Mounted on" values="wall,pole,ceiling" values_context="camera:mount" match="key" />
|
|---|
| 6476 | <optional>
|
|---|
| 6477 | <text key="camera:direction" text="Direction in degrees" match="key" />
|
|---|
| 6478 | <text key="camera:angle" text="Inclination in degrees" match="key" />
|
|---|
| 6479 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6480 | </optional>
|
|---|
| 6481 | </item> <!-- Surveillance Camera -->
|
|---|
| 6482 | </group> <!-- Man Made -->
|
|---|
| 6483 | <group name="Towers" icon="presets/tower/tower.svg">
|
|---|
| 6484 | <item name="Lighthouse" icon="presets/landmark/lighthouse.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6485 | <link wiki="Tag:man_made=lighthouse" />
|
|---|
| 6486 | <space />
|
|---|
| 6487 | <key key="man_made" value="lighthouse" />
|
|---|
| 6488 | <text key="name" text="Name" />
|
|---|
| 6489 | </item> <!-- Lighthouse -->
|
|---|
| 6490 | <item name="Beacon" icon="presets/landmark/beacon.svg" name_context="man_made" type="node,closedway" preset_name_label="true">
|
|---|
| 6491 | <link wiki="Tag:man_made=beacon" />
|
|---|
| 6492 | <space />
|
|---|
| 6493 | <key key="man_made" value="beacon" />
|
|---|
| 6494 | <text key="name" text="Name" />
|
|---|
| 6495 | </item> <!-- Beacon -->
|
|---|
| 6496 | <item name="Water Tower" icon="presets/tower/water_tower.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6497 | <link wiki="Tag:man_made=water_tower" />
|
|---|
| 6498 | <space />
|
|---|
| 6499 | <key key="man_made" value="water_tower" />
|
|---|
| 6500 | <optional>
|
|---|
| 6501 | <reference ref="name_operator" />
|
|---|
| 6502 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6503 | </optional>
|
|---|
| 6504 | </item> <!-- Water Tower -->
|
|---|
| 6505 | <separator/>
|
|---|
| 6506 | <item name="Antenna" icon="presets/tower/antenna.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6507 | <link wiki="Tag:man_made=antenna" />
|
|---|
| 6508 | <space />
|
|---|
| 6509 | <key key="man_made" value="antenna" />
|
|---|
| 6510 | <optional>
|
|---|
| 6511 | <reference ref="name_ref_operator" />
|
|---|
| 6512 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6513 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6514 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 6515 | <reference ref="communication" />
|
|---|
| 6516 | </optional>
|
|---|
| 6517 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
|---|
| 6518 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
|---|
| 6519 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
|---|
| 6520 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
|---|
| 6521 | </item> <!-- Antenna -->
|
|---|
| 6522 | <item name="Mast" icon="presets/tower/mast.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6523 | <link wiki="Tag:man_made=mast" />
|
|---|
| 6524 | <space />
|
|---|
| 6525 | <key key="man_made" value="mast" />
|
|---|
| 6526 | <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
|
|---|
| 6527 | <list_entry value="communication" icon="presets/tower/mast_communication.svg" />
|
|---|
| 6528 | <list_entry value="lighting" icon="presets/tower/mast_lighting.svg" />
|
|---|
| 6529 | <list_entry value="monitoring" />
|
|---|
| 6530 | <list_entry value="radar" />
|
|---|
| 6531 | <list_entry value="siren" />
|
|---|
| 6532 | </combo>
|
|---|
| 6533 | <optional>
|
|---|
| 6534 | <combo key="tower:construction" text="Type of construction" values="freestanding,guyed_lattice,guyed_tube,lattice" values_searchable="true" />
|
|---|
| 6535 | <reference ref="name_ref_operator" />
|
|---|
| 6536 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6537 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6538 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 6539 | <reference ref="communication" />
|
|---|
| 6540 | </optional>
|
|---|
| 6541 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
|---|
| 6542 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
|---|
| 6543 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
|---|
| 6544 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
|---|
| 6545 | </item> <!-- Mast -->
|
|---|
| 6546 | <item name="Tower" icon="presets/tower/tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6547 | <link wiki="Tag:man_made=tower" />
|
|---|
| 6548 | <space />
|
|---|
| 6549 | <key key="man_made" value="tower" />
|
|---|
| 6550 | <combo key="tower:type" text="Type" values_context="mast/tower" values_searchable="true">
|
|---|
| 6551 | <list_entry value="bell_tower" icon="presets/tower/bell_tower.svg" />
|
|---|
| 6552 | <list_entry value="communication" icon="presets/tower/communication.svg" />
|
|---|
| 6553 | <list_entry value="cooling" icon="presets/tower/cooling.svg" />
|
|---|
| 6554 | <list_entry value="defensive" icon="presets/tower/defensive.svg" />
|
|---|
| 6555 | <list_entry value="lighting" icon="presets/tower/lighting.svg" />
|
|---|
| 6556 | <list_entry value="minaret" />
|
|---|
| 6557 | <list_entry value="observation" icon="presets/tower/observation.svg" />
|
|---|
| 6558 | <list_entry value="radar" />
|
|---|
| 6559 | <list_entry value="watchtower" icon="presets/tower/observation.svg" />
|
|---|
| 6560 | </combo>
|
|---|
| 6561 | <optional>
|
|---|
| 6562 | <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
|
|---|
| 6563 | <reference ref="name_ref_operator" />
|
|---|
| 6564 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6565 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6566 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 6567 | <reference ref="communication" />
|
|---|
| 6568 | <space />
|
|---|
| 6569 | <reference ref="POI_access" />
|
|---|
| 6570 | <reference ref="oh" />
|
|---|
| 6571 | <reference ref="fee_interval" />
|
|---|
| 6572 | <space />
|
|---|
| 6573 | </optional>
|
|---|
| 6574 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
|---|
| 6575 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
|---|
| 6576 | <preset_link preset_name="Big Communication Tower" text="Similar but different tags:" />
|
|---|
| 6577 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
|---|
| 6578 | <reference ref="link_contact_address" />
|
|---|
| 6579 | </item> <!-- Tower -->
|
|---|
| 6580 | <item name="Big Communication Tower" icon="presets/tower/communications_tower.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6581 | <link wiki="Tag:man_made=communications_tower" />
|
|---|
| 6582 | <space />
|
|---|
| 6583 | <label text="Big communication tower, usually higher than 100 meters." />
|
|---|
| 6584 | <key key="man_made" value="communications_tower" />
|
|---|
| 6585 | <optional>
|
|---|
| 6586 | <combo key="tower:type" text="Type" values="communication,observation" default="communication" values_context="mast/tower" />
|
|---|
| 6587 | <combo key="tower:construction" text="Type of construction" values="dish,dome,freestanding,lattice" values_searchable="true" />
|
|---|
| 6588 | <reference ref="name_ref_operator" />
|
|---|
| 6589 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 6590 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 6591 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" />
|
|---|
| 6592 | <reference ref="communication" />
|
|---|
| 6593 | <space />
|
|---|
| 6594 | <reference ref="POI_access" />
|
|---|
| 6595 | <reference ref="oh" />
|
|---|
| 6596 | <reference ref="fee_interval" />
|
|---|
| 6597 | </optional>
|
|---|
| 6598 | <preset_link preset_name="Antenna" text="Similar but different tags:" />
|
|---|
| 6599 | <preset_link preset_name="Mast" text="Similar but different tags:" />
|
|---|
| 6600 | <preset_link preset_name="Tower" text="Similar but different tags:" />
|
|---|
| 6601 | <preset_link preset_name="Telescope" text="Similar but different tags:" />
|
|---|
| 6602 | <reference ref="link_contact_address" />
|
|---|
| 6603 | </item> <!-- Big Communication Tower -->
|
|---|
| 6604 | </group> <!-- Towers -->
|
|---|
| 6605 | <group name="Pipeline" icon="presets/landmark/pipeline.svg">
|
|---|
| 6606 | <item name="Pipeline" icon="presets/landmark/pipeline.svg" type="way" preset_name_label="true">
|
|---|
| 6607 | <link wiki="Tag:man_made=pipeline" />
|
|---|
| 6608 | <space />
|
|---|
| 6609 | <key key="man_made" value="pipeline" />
|
|---|
| 6610 | <reference ref="name_ref_operator" />
|
|---|
| 6611 | <reference ref="substance" />
|
|---|
| 6612 | <combo key="location" text="Location" values="overground,overhead,surface,underground,underwater" values_context="pipeline" />
|
|---|
| 6613 | <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" />
|
|---|
| 6614 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 6615 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 6616 | </item> <!-- Pipeline -->
|
|---|
| 6617 | <item name="Pipeline Substation" icon="presets/misc/pipeline_substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6618 | <link wiki="Tag:pipeline=substation" />
|
|---|
| 6619 | <space />
|
|---|
| 6620 | <key key="pipeline" value="substation" />
|
|---|
| 6621 | <text key="name" text="Name" />
|
|---|
| 6622 | <combo key="substation" text="Type" values="compression,distribution,field_gathering,inspection_gauge,measurement,valve,valve_group" values_context="pipeline" values_searchable="true" />
|
|---|
| 6623 | <reference ref="ref_operator" />
|
|---|
| 6624 | <reference ref="substance" />
|
|---|
| 6625 | </item> <!-- Pipeline Substation -->
|
|---|
| 6626 | <item name="Pipeline Valve" icon="presets/misc/valve.svg" type="node" preset_name_label="true">
|
|---|
| 6627 | <link wiki="Tag:pipeline=valve" />
|
|---|
| 6628 | <space />
|
|---|
| 6629 | <key key="pipeline" value="valve" />
|
|---|
| 6630 | <combo key="valve" text="Valve type" values="butterfly,globe,ball,plug,gate,needle,spool" values_context="valve" values_searchable="true" />
|
|---|
| 6631 | <combo key="actuator" text="Actuator" values="manual,electric_motor,hydraulic_cylinder,pneumatic_cylinder,solenoid,thermostatic" values_context="actuator" values_searchable="true" values_sort="false" />
|
|---|
| 6632 | <reference ref="handle" />
|
|---|
| 6633 | <combo key="sensor:position" text="Position sensor" values="optical,mechanical,inductive,yes" />
|
|---|
| 6634 | <reference ref="ref_operator" />
|
|---|
| 6635 | </item> <!-- Pipeline Valve -->
|
|---|
| 6636 | <item name="Marker" icon="presets/misc/pipeline_marker.svg" type="node" preset_name_label="true">
|
|---|
| 6637 | <link wiki="Key:marker" />
|
|---|
| 6638 | <space />
|
|---|
| 6639 | <combo key="marker" text="Type" values="aerial,ground,pedestal,plate,post,stone" values_context="marker" match="key" />
|
|---|
| 6640 | <reference ref="utilities" />
|
|---|
| 6641 | <optional>
|
|---|
| 6642 | <reference ref="ref_operator" />
|
|---|
| 6643 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 6644 | <reference ref="color" />
|
|---|
| 6645 | <combo key="location" text="Location" values="overground,overhead,surface,underground,underwater" values_context="pipeline" />
|
|---|
| 6646 | </optional>
|
|---|
| 6647 | </item> <!-- Marker -->
|
|---|
| 6648 | <item name="Manhole" icon="presets/misc/manhole.svg" type="node" preset_name_label="true">
|
|---|
| 6649 | <link wiki="Key:manhole" />
|
|---|
| 6650 | <space />
|
|---|
| 6651 | <key key="man_made" value="manhole" />
|
|---|
| 6652 | <combo key="manhole" text="Type" values="drain,gas,heat,power,rainwater,sewer,telecom,water" values_context="manhole" values_searchable="true" />
|
|---|
| 6653 | <reference ref="ref_operator" />
|
|---|
| 6654 | </item> <!-- Manhole -->
|
|---|
| 6655 | </group> <!-- Pipeline -->
|
|---|
| 6656 | <group name="Water" icon="presets/landmark/water_works.svg">
|
|---|
| 6657 | <item name="Water Works" icon="presets/landmark/water_works.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6658 | <link wiki="Tag:man_made=water_works" />
|
|---|
| 6659 | <space />
|
|---|
| 6660 | <key key="man_made" value="water_works" />
|
|---|
| 6661 | <reference ref="name_operator" />
|
|---|
| 6662 | </item> <!-- Water Works -->
|
|---|
| 6663 | <item name="Wastewater Treatment Plant" icon="presets/landmark/wastewater_plant.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6664 | <link wiki="Tag:man_made=wastewater_plant" />
|
|---|
| 6665 | <space />
|
|---|
| 6666 | <key key="man_made" value="wastewater_plant" />
|
|---|
| 6667 | <text key="name" text="Name" />
|
|---|
| 6668 | </item> <!-- Wastewater Treatment Plant -->
|
|---|
| 6669 | <item name="Watermill" icon="presets/landmark/watermill.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6670 | <link wiki="Tag:man_made=watermill" />
|
|---|
| 6671 | <space />
|
|---|
| 6672 | <key key="man_made" value="watermill" />
|
|---|
| 6673 | <text key="name" text="Name" />
|
|---|
| 6674 | </item> <!-- Watermill -->
|
|---|
| 6675 | <item name="Fountain" icon="presets/misc/fountain.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6676 | <link wiki="Tag:amenity=fountain" />
|
|---|
| 6677 | <space />
|
|---|
| 6678 | <key key="amenity" value="fountain" />
|
|---|
| 6679 | <optional>
|
|---|
| 6680 | <text key="name" text="Name" />
|
|---|
| 6681 | <check key="drinking_water" text="Drinking Water" />
|
|---|
| 6682 | </optional>
|
|---|
| 6683 | </item> <!-- Fountain -->
|
|---|
| 6684 | <item name="Water Well" icon="presets/landmark/water_well.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6685 | <link wiki="Tag:man_made=water_well" />
|
|---|
| 6686 | <space />
|
|---|
| 6687 | <key key="man_made" value="water_well" />
|
|---|
| 6688 | <combo key="pump" text="Pump" values="yes,no,manual,powered" values_sort="false"/>
|
|---|
| 6689 | <optional>
|
|---|
| 6690 | <reference ref="pump_details" />
|
|---|
| 6691 | <reference ref="handle" />
|
|---|
| 6692 | <text key="pressure" text="Pressure (bar)" />
|
|---|
| 6693 | <text key="flow_rate" text="Flow rate with unit of measure" />
|
|---|
| 6694 | <space />
|
|---|
| 6695 | <reference ref="name_ref_operator" />
|
|---|
| 6696 | </optional>
|
|---|
| 6697 | <preset_link preset_name="Petroleum Well" text="Similar but different tags:" />
|
|---|
| 6698 | <preset_link preset_name="Windpump" text="Similar but different tags:" />
|
|---|
| 6699 | <preset_link preset_name="Pump" text="Similar but different tags:" />
|
|---|
| 6700 | </item> <!-- Water Well -->
|
|---|
| 6701 | </group> <!-- Water -->
|
|---|
| 6702 | <group name="Bridges" icon="presets/transport/bridge/bridge.svg">
|
|---|
| 6703 | <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="way,multipolygon,relation" preset_name_label="true">
|
|---|
| 6704 | <link wiki="Key:bridge" />
|
|---|
| 6705 | <space />
|
|---|
| 6706 | <combo key="bridge" text="Bridge" values="yes,aqueduct,boardwalk,cantilever,covered,low_water_crossing,trestle,viaduct" match="keyvalue!" default="yes" />
|
|---|
| 6707 | <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
|
|---|
| 6708 | <reference ref="optional_bridge" />
|
|---|
| 6709 | </item> <!-- Bridge -->
|
|---|
| 6710 | <item name="Movable Bridge" icon="presets/transport/bridge/bridge_movable.svg" type="way,multipolygon,relation" preset_name_label="true">
|
|---|
| 6711 | <link wiki="Key:bridge:movable" />
|
|---|
| 6712 | <space />
|
|---|
| 6713 | <key key="bridge" value="movable" />
|
|---|
| 6714 | <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
|
|---|
| 6715 | <reference ref="optional_bridge" />
|
|---|
| 6716 | </item> <!-- Movable Bridge -->
|
|---|
| 6717 | <item name="Bridge Support" icon="presets/transport/bridge/bridge_support.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 6718 | <link wiki="Key:bridge:support" />
|
|---|
| 6719 | <space />
|
|---|
| 6720 | <combo key="bridge:support" text="Type" values="abutment,lift_pier,pier,pivot_pier,pylon" match="key" />
|
|---|
| 6721 | </item> <!-- Bridge Support -->
|
|---|
| 6722 | <item name="Bridge outline" icon="presets/transport/bridge/bridge_outline.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 6723 | <link wiki="Tag:man_made=bridge" />
|
|---|
| 6724 | <space />
|
|---|
| 6725 | <key key="man_made" value="bridge" />
|
|---|
| 6726 | <optional>
|
|---|
| 6727 | <text key="name" text="Name" />
|
|---|
| 6728 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" />
|
|---|
| 6729 | <combo key="bridge" text="Bridge" values="aqueduct,boardwalk,cantilever,covered,low_water_crossing,movable,trestle,viaduct" />
|
|---|
| 6730 | <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
|
|---|
| 6731 | <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
|
|---|
| 6732 | </optional>
|
|---|
| 6733 | </item> <!-- Bridge outline -->
|
|---|
| 6734 | </group> <!-- Bridges -->
|
|---|
| 6735 | <group name="Military" name_context="preset group" icon="presets/landuse/military.svg">
|
|---|
| 6736 | <item name="Airfield" icon="presets/transport/airport/airfield.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6737 | <link wiki="Tag:military=airfield" />
|
|---|
| 6738 | <space />
|
|---|
| 6739 | <key key="military" value="airfield" match="keyvalue!" />
|
|---|
| 6740 | <reference ref="aerodrome" />
|
|---|
| 6741 | </item> <!-- Airfield -->
|
|---|
| 6742 | <item name="Barracks" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6743 | <link wiki="Tag:military=barracks" />
|
|---|
| 6744 | <space />
|
|---|
| 6745 | <key key="military" value="barracks" />
|
|---|
| 6746 | </item> <!-- Barracks -->
|
|---|
| 6747 | <item name="Bunker" icon="presets/landmark/bunker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6748 | <link wiki="Tag:military=bunker" />
|
|---|
| 6749 | <key key="military" value="bunker" />
|
|---|
| 6750 | <optional>
|
|---|
| 6751 | <combo key="bunker_type" text="Type" values="command,foxhole,gun_emplacement,hardened_aircraft_shelter,mg_nest,munitions,observation,personnel_shelter,pillbox,technical,tobruk" values_context="bunker" values_searchable="true" />
|
|---|
| 6752 | <combo key="location" text="Location" values="overground,underground,underwater" values_context="bunker" />
|
|---|
| 6753 | <combo key="building" text="Building" values="bunker,yes" values_context="building" />
|
|---|
| 6754 | <text key="name" text="Name" />
|
|---|
| 6755 | <reference ref="POI_access" />
|
|---|
| 6756 | <check key="historic" text="Historic" />
|
|---|
| 6757 | <check key="ruins" text="Ruins" />
|
|---|
| 6758 | </optional>
|
|---|
| 6759 | </item> <!-- Bunker -->
|
|---|
| 6760 | <item name="Range" icon="presets/sport/range.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6761 | <link wiki="Tag:military=range" />
|
|---|
| 6762 | <space />
|
|---|
| 6763 | <key key="military" value="range" />
|
|---|
| 6764 | </item> <!-- Range -->
|
|---|
| 6765 | </group> <!-- Military -->
|
|---|
| 6766 | <group name="Power" icon="presets/power/power.svg">
|
|---|
| 6767 | <group name="Power Plant" icon="presets/power/plant.svg">
|
|---|
| 6768 | <item name="Power Plant" icon="presets/power/plant_plain.svg" type="closedway,multipolygon,relation" preset_name_label="true" match_expression="power=plant -("plant:source"=biofuel|"plant:source"=biogas|"plant:source"=biomass|"plant:source"=coal|"plant:source"=diesel|"plant:source"=gas|"plant:source"=gasoline|"plant:source"=geothermal|"plant:source"=hydro|"plant:source"=nuclear|"plant:source"=oil|"plant:source"=osmotic|"plant:source"=solar|"plant:source"=tidal|"plant:source"=waste|"plant:source"=wave|"plant:source"=wind)">
|
|---|
| 6769 | <link wiki="Tag:power=plant" />
|
|---|
| 6770 | <space />
|
|---|
| 6771 | <multiselect key="plant:source" text="Plant Source" values_searchable="true" values_sort="false">
|
|---|
| 6772 | <reference ref="power_source" />
|
|---|
| 6773 | </multiselect>
|
|---|
| 6774 | <reference ref="power_plant" />
|
|---|
| 6775 | </item> <!-- Power Plant -->
|
|---|
| 6776 | <separator/>
|
|---|
| 6777 | <item name="Biofuel Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6778 | <link wiki="Tag:power=plant" />
|
|---|
| 6779 | <key key="plant:source" value="biofuel" />
|
|---|
| 6780 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6781 | <space />
|
|---|
| 6782 | <reference ref="power_plant" />
|
|---|
| 6783 | </item> <!-- Biofuel Power Plant -->
|
|---|
| 6784 | <item name="Biogas Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6785 | <link wiki="Tag:power=plant" />
|
|---|
| 6786 | <key key="plant:source" value="biogas" />
|
|---|
| 6787 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6788 | <space />
|
|---|
| 6789 | <reference ref="power_plant" />
|
|---|
| 6790 | </item> <!-- Biogas Power Plant -->
|
|---|
| 6791 | <item name="Biomass Power Plant" icon="presets/power/plant_biofuel.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6792 | <link wiki="Tag:plant:source=biomass" />
|
|---|
| 6793 | <key key="plant:source" value="biomass" />
|
|---|
| 6794 | <space />
|
|---|
| 6795 | <reference ref="power_plant" />
|
|---|
| 6796 | <space />
|
|---|
| 6797 | <combo key="plant:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
|
|---|
| 6798 | </item> <!-- Biomass Power Plant -->
|
|---|
| 6799 | <item name="Coal Power Plant" icon="presets/power/plant_coal.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6800 | <link wiki="Tag:plant:source=coal" />
|
|---|
| 6801 | <key key="plant:source" value="coal" />
|
|---|
| 6802 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6803 | <space />
|
|---|
| 6804 | <reference ref="power_plant" />
|
|---|
| 6805 | </item> <!-- Coal Power Plant -->
|
|---|
| 6806 | <item name="Gas Power Plant" icon="presets/power/plant_gas.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6807 | <link wiki="Tag:plant:source=gas" />
|
|---|
| 6808 | <key key="plant:source" value="gas" />
|
|---|
| 6809 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6810 | <space />
|
|---|
| 6811 | <reference ref="power_plant" />
|
|---|
| 6812 | </item> <!-- Gas Power Plant -->
|
|---|
| 6813 | <item name="Oil Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6814 | <link wiki="Tag:plant:source=oil" />
|
|---|
| 6815 | <key key="plant:source" value="oil" />
|
|---|
| 6816 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6817 | <space />
|
|---|
| 6818 | <reference ref="power_plant" />
|
|---|
| 6819 | </item> <!-- Oil Power Plant -->
|
|---|
| 6820 | <item name="Diesel Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6821 | <link wiki="Tag:power=plant" />
|
|---|
| 6822 | <key key="plant:source" value="diesel" />
|
|---|
| 6823 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6824 | <space />
|
|---|
| 6825 | <reference ref="power_plant" />
|
|---|
| 6826 | </item> <!-- Diesel Power Plant -->
|
|---|
| 6827 | <item name="Gasoline Power Plant" icon="presets/power/plant_oil.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6828 | <link wiki="Tag:power=plant" />
|
|---|
| 6829 | <key key="plant:source" value="gasoline" />
|
|---|
| 6830 | <key key="plant:method" value="combustion" match="none" />
|
|---|
| 6831 | <space />
|
|---|
| 6832 | <reference ref="power_plant" />
|
|---|
| 6833 | </item> <!-- Gasoline Power Plant -->
|
|---|
| 6834 | <item name="Nuclear Power Plant" icon="presets/power/plant_nuclear.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6835 | <link wiki="Tag:plant:source=nuclear" />
|
|---|
| 6836 | <key key="plant:source" value="nuclear" />
|
|---|
| 6837 | <space />
|
|---|
| 6838 | <reference ref="power_plant" />
|
|---|
| 6839 | <space />
|
|---|
| 6840 | <combo key="plant:method" text="Method" values_context="generator method" values="fission,fusion" />
|
|---|
| 6841 | </item> <!-- Nuclear Power Plant -->
|
|---|
| 6842 | <item name="Waste Power Plant" icon="presets/power/plant_waste.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6843 | <link wiki="Tag:plant:source=waste" />
|
|---|
| 6844 | <key key="plant:source" value="waste" />
|
|---|
| 6845 | <space />
|
|---|
| 6846 | <reference ref="power_plant" />
|
|---|
| 6847 | <space />
|
|---|
| 6848 | <combo key="plant:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
|
|---|
| 6849 | </item> <!-- Waste Power Plant -->
|
|---|
| 6850 | <item name="Geothermal Power Plant" icon="presets/power/plant_geothermal.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6851 | <link wiki="Tag:plant:source=geothermal" />
|
|---|
| 6852 | <key key="plant:source" value="geothermal" />
|
|---|
| 6853 | <space />
|
|---|
| 6854 | <reference ref="power_plant" />
|
|---|
| 6855 | </item> <!-- Geothermal Power Plant -->
|
|---|
| 6856 | <item name="Hydro Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6857 | <link wiki="Tag:plant:source=hydro" />
|
|---|
| 6858 | <key key="plant:source" value="hydro" />
|
|---|
| 6859 | <space />
|
|---|
| 6860 | <reference ref="power_plant" />
|
|---|
| 6861 | <space />
|
|---|
| 6862 | <combo key="plant:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
|
|---|
| 6863 | </item> <!-- Hydro Power Plant -->
|
|---|
| 6864 | <item name="Tidal Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6865 | <link wiki="Tag:power=plant" />
|
|---|
| 6866 | <key key="plant:source" value="tidal" />
|
|---|
| 6867 | <space />
|
|---|
| 6868 | <reference ref="power_plant" />
|
|---|
| 6869 | <space />
|
|---|
| 6870 | <combo key="plant:method" text="Method" values_context="generator method" values="barrage,stream" />
|
|---|
| 6871 | </item> <!-- Tidal Power Plant -->
|
|---|
| 6872 | <item name="Wave Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6873 | <link wiki="Tag:power=plant" />
|
|---|
| 6874 | <key key="plant:source" value="wave" />
|
|---|
| 6875 | <space />
|
|---|
| 6876 | <reference ref="power_plant" />
|
|---|
| 6877 | </item> <!-- Wave Power Plant -->
|
|---|
| 6878 | <item name="Osmotic Power Plant" icon="presets/power/plant_water.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6879 | <link wiki="Tag:power=plant" />
|
|---|
| 6880 | <key key="plant:source" value="osmotic" />
|
|---|
| 6881 | <space />
|
|---|
| 6882 | <reference ref="power_plant" />
|
|---|
| 6883 | </item> <!-- Osmotic Power Plant -->
|
|---|
| 6884 | <item name="Solar Power Plant" icon="presets/power/plant_gas.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6885 | <link wiki="Tag:plant:source=solar" />
|
|---|
| 6886 | <key key="plant:source" value="solar" />
|
|---|
| 6887 | <space />
|
|---|
| 6888 | <reference ref="power_plant" />
|
|---|
| 6889 | <space />
|
|---|
| 6890 | <combo key="plant:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
|
|---|
| 6891 | </item> <!-- Solar Power Plant -->
|
|---|
| 6892 | <item name="Wind Power Plant" icon="presets/power/plant_wind.svg" type="closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 6893 | <link wiki="Tag:plant:source=wind" />
|
|---|
| 6894 | <key key="plant:source" value="wind" />
|
|---|
| 6895 | <key key="plant:method" value="wind_turbine" match="none" />
|
|---|
| 6896 | <space />
|
|---|
| 6897 | <reference ref="power_plant" />
|
|---|
| 6898 | </item> <!-- Wind Power Plant -->
|
|---|
| 6899 | </group> <!-- Power Plant -->
|
|---|
| 6900 | <group name="Power Generator" icon="presets/power/generator.svg">
|
|---|
| 6901 | <item name="Power Generator" icon="presets/power/generator.svg" type="node,closedway,multipolygon" preset_name_label="true" match_expression="power=generator -("generator:source"=biofuel|"generator:source"=biogas|"generator:source"=biomass|"generator:source"=coal|"generator:source"=diesel|"generator:source"=gas|"generator:source"=gasoline|"generator:source"=geothermal|"generator:source"=hydro|"generator:source"=nuclear|"generator:source"=oil|"generator:source"=osmotic|"generator:source"=solar|"generator:source"=tidal|"generator:source"=waste|"generator:source"=wave|"generator:source"=wind)">
|
|---|
| 6902 | <link wiki="Tag:power=generator" />
|
|---|
| 6903 | <space />
|
|---|
| 6904 | <combo key="generator:source" text="Generator Source" values_searchable="true" values_sort="false">
|
|---|
| 6905 | <reference ref="power_source" />
|
|---|
| 6906 | </combo>
|
|---|
| 6907 | <reference ref="power_generator" />
|
|---|
| 6908 | <reference ref="power_output" />
|
|---|
| 6909 | </item> <!-- Power Generator -->
|
|---|
| 6910 | <separator/>
|
|---|
| 6911 | <item name="Biofuel Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6912 | <link wiki="Tag:generator:source=biofuel" />
|
|---|
| 6913 | <key key="generator:source" value="biofuel" />
|
|---|
| 6914 | <space />
|
|---|
| 6915 | <reference ref="power_generator" />
|
|---|
| 6916 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6917 | <combo key="generator:type" text="Generator Type" values="boiler,gas_turbine,reciprocating_engine,steam_generator" />
|
|---|
| 6918 | <reference ref="power_output" />
|
|---|
| 6919 | </item> <!-- Biofuel Power Generator -->
|
|---|
| 6920 | <item name="Biogas Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6921 | <link wiki="Tag:generator:source=biogas" />
|
|---|
| 6922 | <key key="generator:source" value="biogas" />
|
|---|
| 6923 | <space />
|
|---|
| 6924 | <reference ref="power_generator" />
|
|---|
| 6925 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6926 | <combo key="generator:type" text="Generator Type" values="boiler,reciprocating_engine,steam_generator" />
|
|---|
| 6927 | <reference ref="power_output" />
|
|---|
| 6928 | </item> <!-- Biogas Power Generator -->
|
|---|
| 6929 | <item name="Biomass Power Generator" icon="presets/power/power_source-biofuel.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6930 | <link wiki="Tag:generator:source=biomass" />
|
|---|
| 6931 | <key key="generator:source" value="biomass" />
|
|---|
| 6932 | <space />
|
|---|
| 6933 | <reference ref="power_generator" />
|
|---|
| 6934 | <combo key="generator:method" text="Method" values_context="generator method" values="anaerobic_digestion,combustion,gasification" />
|
|---|
| 6935 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 6936 | <list_entry value="bioreactor" short_description="anaerobic_digestion / gasification" />
|
|---|
| 6937 | <list_entry value="boiler" short_description="combustion" />
|
|---|
| 6938 | <list_entry value="steam_generator" short_description="combustion" />
|
|---|
| 6939 | <list_entry value="steam_turbine" short_description="combustion" />
|
|---|
| 6940 | </combo>
|
|---|
| 6941 | <reference ref="power_output" />
|
|---|
| 6942 | </item> <!-- Biomass Power Generator -->
|
|---|
| 6943 | <item name="Coal Power Generator" icon="presets/power/power_source-coal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6944 | <link wiki="Tag:generator:source=coal" />
|
|---|
| 6945 | <key key="generator:source" value="coal" />
|
|---|
| 6946 | <space />
|
|---|
| 6947 | <reference ref="power_generator" />
|
|---|
| 6948 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6949 | <combo key="generator:type" text="Generator Type" values="steam_generator,steam_turbine,boiler" />
|
|---|
| 6950 | <reference ref="power_output" />
|
|---|
| 6951 | </item> <!-- Coal Power Generator -->
|
|---|
| 6952 | <item name="Gas Power Generator" icon="presets/power/power_source-gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6953 | <link wiki="Tag:generator:source=gas" />
|
|---|
| 6954 | <key key="generator:source" value="gas" />
|
|---|
| 6955 | <space />
|
|---|
| 6956 | <reference ref="power_generator" />
|
|---|
| 6957 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6958 | <combo key="generator:type" text="Generator Type" values="boiler,combined_cycle,gas_turbine,reciprocating_engine,steam_generator,steam_turbine" />
|
|---|
| 6959 | <reference ref="power_output" />
|
|---|
| 6960 | </item> <!-- Gas Power Generator -->
|
|---|
| 6961 | <item name="Oil Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6962 | <link wiki="Tag:generator:source=oil" />
|
|---|
| 6963 | <key key="generator:source" value="oil" />
|
|---|
| 6964 | <space />
|
|---|
| 6965 | <reference ref="power_generator" />
|
|---|
| 6966 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6967 | <combo key="generator:type" text="Generator Type" values="boiler,steam_generator,steam_turbine" />
|
|---|
| 6968 | <reference ref="power_output" />
|
|---|
| 6969 | </item> <!-- Oil Power Generator -->
|
|---|
| 6970 | <item name="Diesel Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6971 | <link wiki="Tag:generator:source=diesel" />
|
|---|
| 6972 | <key key="generator:source" value="diesel" />
|
|---|
| 6973 | <space />
|
|---|
| 6974 | <reference ref="power_generator" />
|
|---|
| 6975 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6976 | <combo key="generator:type" text="Generator Type" values="boiler,reciprocating_engine,steam_generator" />
|
|---|
| 6977 | <reference ref="power_output" />
|
|---|
| 6978 | </item> <!-- Diesel Power Generator -->
|
|---|
| 6979 | <item name="Gasoline Power Generator" icon="presets/power/power_source-oil.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6980 | <link wiki="Tag:generator:source=gasoline" />
|
|---|
| 6981 | <key key="generator:source" value="gasoline" />
|
|---|
| 6982 | <space />
|
|---|
| 6983 | <reference ref="power_generator" />
|
|---|
| 6984 | <key key="generator:method" value="combustion" match="none" />
|
|---|
| 6985 | <combo key="generator:type" text="Generator Type" values="boiler,reciprocating_engine,steam_generator" />
|
|---|
| 6986 | <reference ref="power_output" />
|
|---|
| 6987 | </item> <!-- Gasoline Power Generator -->
|
|---|
| 6988 | <item name="Nuclear Reactor" icon="presets/power/power_source-nuclear.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 6989 | <link wiki="Tag:generator:source=nuclear" />
|
|---|
| 6990 | <key key="generator:source" value="nuclear" />
|
|---|
| 6991 | <space />
|
|---|
| 6992 | <reference ref="power_generator" />
|
|---|
| 6993 | <combo key="generator:method" text="Method" values_context="generator method" values="fission,fusion" />
|
|---|
| 6994 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 6995 | <list_entry value="BWR-1" display_value="Boiling Water Reactor 1 (BWR-1)" short_description="fission" />
|
|---|
| 6996 | <list_entry value="BWR-2" display_value="Boiling Water Reactor 2 (BWR-2)" short_description="fission" />
|
|---|
| 6997 | <list_entry value="BWR-3" display_value="Boiling Water Reactor 3 (BWR-3)" short_description="fission" />
|
|---|
| 6998 | <list_entry value="BWR-4" display_value="Boiling Water Reactor 4 (BWR-4)" short_description="fission" />
|
|---|
| 6999 | <list_entry value="BWR-5" display_value="Boiling Water Reactor 5 (BWR-5)" short_description="fission" />
|
|---|
| 7000 | <list_entry value="BWR-6" display_value="Boiling Water Reactor 6 (BWR-6)" short_description="fission" />
|
|---|
| 7001 | <list_entry value="CANDU" display_value="CANada Deuterium Uranium reactor (CANDU)" short_description="fission" />
|
|---|
| 7002 | <list_entry value="cold-fusion" short_description="fusion" />
|
|---|
| 7003 | <list_entry value="CPR-1000" display_value="China Pressurized Reactor (CPR-1000)" short_description="fission" />
|
|---|
| 7004 | <list_entry value="EPR" display_value="European Pressurized Reactor (EPR)" short_description="fission" />
|
|---|
| 7005 | <list_entry value="ICF" display_value="Inertial Confinement Fusion (ICF)" short_description="fusion" />
|
|---|
| 7006 | <list_entry value="PWR" display_value="Pressurized water reactor (PWR)" short_description="fission" />
|
|---|
| 7007 | <list_entry value="RBMK-1000" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1000 (RBMK-1000)" short_description="fission" />
|
|---|
| 7008 | <list_entry value="RBMK-1500" display_value="Reactor Bolshoy Moshchnosti Kanalniy 1500 (RBMK-1500)" short_description="fission" />
|
|---|
| 7009 | <list_entry value="stellarator" short_description="fusion" />
|
|---|
| 7010 | <list_entry value="tokamak" short_description="fusion" />
|
|---|
| 7011 | <list_entry value="VVER" display_value="Vodo-Vodyanoi Energetichesky Reactor (VVER)" short_description="fission" />
|
|---|
| 7012 | </combo>
|
|---|
| 7013 | <reference ref="power_output" />
|
|---|
| 7014 | </item> <!-- Nuclear Reactor -->
|
|---|
| 7015 | <item name="Solar Power Generator" icon="presets/power/power_source-sun.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7016 | <link wiki="Tag:generator:source=solar" />
|
|---|
| 7017 | <key key="generator:source" value="solar" />
|
|---|
| 7018 | <space />
|
|---|
| 7019 | <reference ref="power_generator" />
|
|---|
| 7020 | <combo key="generator:method" text="Method" values_context="generator method" values="photovoltaic,thermal" />
|
|---|
| 7021 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 7022 | <list_entry value="solar_photovoltaic_panel" short_description="photovoltaic" />
|
|---|
| 7023 | <list_entry value="solar_thermal_collector" short_description="thermal" />
|
|---|
| 7024 | <list_entry value="steam_turbine" short_description="thermal" />
|
|---|
| 7025 | </combo>
|
|---|
| 7026 | <reference ref="power_output" />
|
|---|
| 7027 | <combo key="generator:solar:tracking" text="Solar tracking type">
|
|---|
| 7028 | <list_entry value="no" short_description="fixed"/>
|
|---|
| 7029 | <list_entry value="yes" />
|
|---|
| 7030 | <list_entry value="single_axis" />
|
|---|
| 7031 | <list_entry value="horizontal" short_description="horizontal axis (HSAT)" />
|
|---|
| 7032 | <list_entry value="horizontal_tilted" short_description="horizontal axis, tilted modules (HTSAT)" />
|
|---|
| 7033 | <list_entry value="tilted" short_description="tilted axis (TSAT)" />
|
|---|
| 7034 | <list_entry value="vertical" short_description="vertical (VSAT)" />
|
|---|
| 7035 | <list_entry value="dual_axis" />
|
|---|
| 7036 | <list_entry value="tip-tilt" short_description="tip-tilt dual axis (TTDAT)" />
|
|---|
| 7037 | <list_entry value="alt-azimuth" short_description="azimuth-altitude dual axis (AADAT)" />
|
|---|
| 7038 | </combo>
|
|---|
| 7039 | </item> <!-- Solar Power Generator -->
|
|---|
| 7040 | <item name="Waste Power Generator" icon="presets/power/power_source-waste.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7041 | <link wiki="Tag:generator:source=waste" />
|
|---|
| 7042 | <key key="generator:source" value="waste" />
|
|---|
| 7043 | <space />
|
|---|
| 7044 | <reference ref="power_generator" />
|
|---|
| 7045 | <combo key="generator:method" text="Method" values_context="generator method" values="combustion,gasification,pyrolysis" />
|
|---|
| 7046 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 7047 | <list_entry value="bioreactor" short_description="gasification" />
|
|---|
| 7048 | <list_entry value="boiler" short_description="" />
|
|---|
| 7049 | <list_entry value="pyrolysis" short_description="" />
|
|---|
| 7050 | <list_entry value="reciprocating_engine" short_description="combustion" />
|
|---|
| 7051 | <list_entry value="steam_generator" short_description="combustion" />
|
|---|
| 7052 | </combo>
|
|---|
| 7053 | <reference ref="power_output" />
|
|---|
| 7054 | </item> <!-- Waste Power Generator -->
|
|---|
| 7055 | <item name="Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7056 | <link wiki="Tag:generator:source=hydro" />
|
|---|
| 7057 | <key key="generator:source" value="hydro" />
|
|---|
| 7058 | <space />
|
|---|
| 7059 | <reference ref="power_generator" />
|
|---|
| 7060 | <combo key="generator:method" text="Method" values_context="generator method" values="run-of-the-river,water-pumped-storage,water-storage" />
|
|---|
| 7061 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 7062 | <list_entry value="francis_turbine" short_description="all methods" />
|
|---|
| 7063 | <list_entry value="hydrodynamic_screw" short_description="run-of-the-river" />
|
|---|
| 7064 | <list_entry value="kaplan_turbine" short_description="run-of-the-river / water-storage" />
|
|---|
| 7065 | <list_entry value="pelton_turbine" short_description="run-of-the-river / water-storage" />
|
|---|
| 7066 | </combo>
|
|---|
| 7067 | <reference ref="power_output" />
|
|---|
| 7068 | </item> <!-- Water Turbine -->
|
|---|
| 7069 | <item name="Tidal Water Turbine" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7070 | <link wiki="Tag:generator:source=tidal" />
|
|---|
| 7071 | <key key="generator:source" value="tidal" />
|
|---|
| 7072 | <space />
|
|---|
| 7073 | <reference ref="power_generator" />
|
|---|
| 7074 | <combo key="generator:method" text="Method" values_context="generator method" values="barrage,stream" />
|
|---|
| 7075 | <combo key="generator:type" text="Generator Type" values_searchable="true">
|
|---|
| 7076 | <list_entry value="horizontal_axis" short_description="stream" />
|
|---|
| 7077 | <list_entry value="kaplan_turbine" short_description="barrage" />
|
|---|
| 7078 | <list_entry value="vertical_axis" short_description="stream" />
|
|---|
| 7079 | </combo>
|
|---|
| 7080 | <reference ref="power_output" />
|
|---|
| 7081 | </item> <!-- Tidal Water Turbine -->
|
|---|
| 7082 | <item name="Wave Energy Converter" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7083 | <link wiki="Tag:generator:source=wave" />
|
|---|
| 7084 | <key key="generator:source" value="wave" />
|
|---|
| 7085 | <space />
|
|---|
| 7086 | <reference ref="power_generator" />
|
|---|
| 7087 | <reference ref="power_output" />
|
|---|
| 7088 | </item> <!-- Wave Energy Converter -->
|
|---|
| 7089 | <item name="Osmotic Power Generator" icon="presets/power/power_source-water.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7090 | <link wiki="Tag:generator:source=osmotic" />
|
|---|
| 7091 | <key key="generator:source" value="osmotic" />
|
|---|
| 7092 | <space />
|
|---|
| 7093 | <reference ref="power_generator" />
|
|---|
| 7094 | <reference ref="power_output" />
|
|---|
| 7095 | </item> <!-- Osmotic Power Generator -->
|
|---|
| 7096 | <item name="Geothermal Power Generator" icon="presets/power/power_source-geothermal.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7097 | <link wiki="Tag:generator:source=geothermal" />
|
|---|
| 7098 | <key key="generator:source" value="geothermal" />
|
|---|
| 7099 | <space />
|
|---|
| 7100 | <reference ref="power_generator" />
|
|---|
| 7101 | <combo key="generator:type" text="Generator Type" values="heat_pump,steam_turbine" />
|
|---|
| 7102 | <reference ref="power_output" />
|
|---|
| 7103 | </item> <!-- Geothermal Power Generator -->
|
|---|
| 7104 | <item name="Wind Turbine" icon="presets/power/power_source-wind.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7105 | <link wiki="Tag:generator:source=wind" />
|
|---|
| 7106 | <key key="generator:source" value="wind" />
|
|---|
| 7107 | <space />
|
|---|
| 7108 | <reference ref="power_generator" />
|
|---|
| 7109 | <key key="generator:method" value="wind_turbine" match="none" />
|
|---|
| 7110 | <combo key="generator:type" text="Generator Type" values="horizontal_axis,vertical_axis" />
|
|---|
| 7111 | <reference ref="power_output" />
|
|---|
| 7112 | </item> <!-- Wind Turbine -->
|
|---|
| 7113 | </group> <!-- Power Generator -->
|
|---|
| 7114 | <item name="Heliostat" icon="presets/power/heliostat.svg" type="node" preset_name_label="true">
|
|---|
| 7115 | <link wiki="Tag:power=heliostat" />
|
|---|
| 7116 | <key key="power" value="heliostat" />
|
|---|
| 7117 | <optional>
|
|---|
| 7118 | <text key="ref" text="Reference" />
|
|---|
| 7119 | <text key="start_date" text="Start date" />
|
|---|
| 7120 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 7121 | <text key="width" text="Width (meters)" />
|
|---|
| 7122 | </optional>
|
|---|
| 7123 | </item> <!-- Heliostat -->
|
|---|
| 7124 | <separator/>
|
|---|
| 7125 | <item name="Power Substation" icon="presets/power/substation.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7126 | <link wiki="Tag:power=substation" />
|
|---|
| 7127 | <space />
|
|---|
| 7128 | <key key="power" value="substation" />
|
|---|
| 7129 | <text key="name" text="Name" />
|
|---|
| 7130 | <combo key="substation" text="Type of substation" values="compensation,converter,distribution,industrial,minor_distribution,traction,transition,transmission" values_context="power" />
|
|---|
| 7131 | <reference ref="power_loc" />
|
|---|
| 7132 | <reference ref="voltage_frequency" />
|
|---|
| 7133 | <reference ref="ref_operator" />
|
|---|
| 7134 | <optional>
|
|---|
| 7135 | <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" />
|
|---|
| 7136 | <text key="start_date" text="Start date" />
|
|---|
| 7137 | <check key="gas_insulated" text="Gas insulated" />
|
|---|
| 7138 | </optional>
|
|---|
| 7139 | </item> <!-- Power Substation -->
|
|---|
| 7140 | <item name="Power Transformer" icon="presets/power/transformer.svg" type="node" preset_name_label="true">
|
|---|
| 7141 | <link wiki="Tag:power=transformer" />
|
|---|
| 7142 | <space />
|
|---|
| 7143 | <key key="power" value="transformer" />
|
|---|
| 7144 | <combo key="transformer" text="Type of transformer" values="auxiliary,converter,distribution,generator,main,phase_angle_regulator,yes" match="key" values_context="power" />
|
|---|
| 7145 | <reference ref="power_loc" />
|
|---|
| 7146 | <reference ref="transformer_voltage_frequency" />
|
|---|
| 7147 | <reference ref="ref_operator" />
|
|---|
| 7148 | <reference ref="optional_transformer_rating_phases_devices_windings" />
|
|---|
| 7149 | <check text="Auto-transformer (windings type)" key="windings:auto" disable_off="true" />
|
|---|
| 7150 | </item> <!-- Power Transformer -->
|
|---|
| 7151 | <item name="Power Switchgear" icon="presets/power/switchgear.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 7152 | <link wiki="Tag:power=switchgear" />
|
|---|
| 7153 | <space />
|
|---|
| 7154 | <label text="(Please only use this tag if more detailed mapping using busbars and bays is impossible!)" />
|
|---|
| 7155 | <space />
|
|---|
| 7156 | <key key="power" value="switchgear" />
|
|---|
| 7157 | <reference ref="power_loc" />
|
|---|
| 7158 | <reference ref="voltage" />
|
|---|
| 7159 | <optional>
|
|---|
| 7160 | <check key="gas_insulated" text="Gas insulated" />
|
|---|
| 7161 | </optional>
|
|---|
| 7162 | </item> <!-- Power Switchgear -->
|
|---|
| 7163 | <item name="Power Busbar" icon="presets/power/busbar.svg" type="way" preset_name_label="true">
|
|---|
| 7164 | <link wiki="Tag:line=busbar" />
|
|---|
| 7165 | <space />
|
|---|
| 7166 | <key key="power" value="line" />
|
|---|
| 7167 | <key key="line" value="busbar" />
|
|---|
| 7168 | <reference ref="power_line_extra" />
|
|---|
| 7169 | </item> <!-- Power Busbar -->
|
|---|
| 7170 | <item name="Power Bay" icon="presets/power/bay.svg" type="way" preset_name_label="true">
|
|---|
| 7171 | <link wiki="Tag:line=bay" />
|
|---|
| 7172 | <space />
|
|---|
| 7173 | <key key="power" value="line" />
|
|---|
| 7174 | <key key="line" value="bay" />
|
|---|
| 7175 | <reference ref="power_line_extra" />
|
|---|
| 7176 | </item> <!-- Power Bay -->
|
|---|
| 7177 | <item name="Power Switch" icon="presets/power/switch.svg" type="node" preset_name_label="true">
|
|---|
| 7178 | <link wiki="Tag:power=switch" />
|
|---|
| 7179 | <space />
|
|---|
| 7180 | <key key="power" value="switch" />
|
|---|
| 7181 | <combo key="switch" text="Type of switch" values="circuit_breaker,disconnector,earthing,mechanical" match="key" values_context="power" />
|
|---|
| 7182 | <reference ref="power_loc" />
|
|---|
| 7183 | <optional>
|
|---|
| 7184 | <reference ref="voltage" />
|
|---|
| 7185 | <reference ref="cables" />
|
|---|
| 7186 | <reference ref="ref_operator" />
|
|---|
| 7187 | </optional>
|
|---|
| 7188 | </item> <!-- Power Switch -->
|
|---|
| 7189 | <separator/>
|
|---|
| 7190 | <item name="Power Converter" icon="presets/power/converter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7191 | <link wiki="Tag:power=converter" />
|
|---|
| 7192 | <space />
|
|---|
| 7193 | <key key="power" value="converter" />
|
|---|
| 7194 | <combo key="converter" text="Type of converter" values="lcc,vsc,back-to-back" match="key" values_context="power" />
|
|---|
| 7195 | <reference ref="voltage_frequency" />
|
|---|
| 7196 | <reference ref="ref_operator" />
|
|---|
| 7197 | <optional>
|
|---|
| 7198 | <combo key="poles" text="Amount of poles" values="monopole,bipole" />
|
|---|
| 7199 | <combo key="rating" text="Power rating (MVA)" values="15 MVA,50 MVA,100 MVA" />
|
|---|
| 7200 | </optional>
|
|---|
| 7201 | </item> <!-- Power Converter -->
|
|---|
| 7202 | <item name="Power Compensator" icon="presets/power/compensator.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7203 | <link wiki="Tag:power=compensator" />
|
|---|
| 7204 | <space />
|
|---|
| 7205 | <key key="power" value="compensator" />
|
|---|
| 7206 | <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" />
|
|---|
| 7207 | <reference ref="voltage_frequency" />
|
|---|
| 7208 | <reference ref="ref_operator" />
|
|---|
| 7209 | <optional>
|
|---|
| 7210 | <combo key="rating" text="Power rating (kvar/Mvar)" values="500 kvar,1 Mvar,5 Mvar" />
|
|---|
| 7211 | </optional>
|
|---|
| 7212 | </item> <!-- Power Compensator -->
|
|---|
| 7213 | <separator/>
|
|---|
| 7214 | <item name="Power Street Cabinet" icon="presets/power/cable_distribution_cabinet.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7215 | <link wiki="Tag:man_made=street_cabinet" />
|
|---|
| 7216 | <key key="man_made" value="street_cabinet" />
|
|---|
| 7217 | <key key="street_cabinet" value="power" />
|
|---|
| 7218 | <optional>
|
|---|
| 7219 | <combo key="voltage" text="Voltage in Volts (V)" values="600,400,220,110" /> <!-- Recheck values -->
|
|---|
| 7220 | <reference ref="ref_operator" />
|
|---|
| 7221 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 7222 | <reference ref="color" />
|
|---|
| 7223 | </optional>
|
|---|
| 7224 | </item> <!-- Power Street Cabinet -->
|
|---|
| 7225 | <separator/>
|
|---|
| 7226 | <item name="Transformer Tower" icon="presets/power/transformer_tower.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7227 | <link wiki="Tag:building=transformer_tower" />
|
|---|
| 7228 | <space />
|
|---|
| 7229 | <key key="building" value="transformer_tower" />
|
|---|
| 7230 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 7231 | <reference ref="ref_operator" />
|
|---|
| 7232 | <preset_link preset_name="Power Substation" />
|
|---|
| 7233 | </item> <!-- Transformer Tower -->
|
|---|
| 7234 | <item name="Terminal" icon="presets/power/terminal.svg" type="node" preset_name_label="true" name_context="power">
|
|---|
| 7235 | <link wiki="Tag:power=terminal" />
|
|---|
| 7236 | <space />
|
|---|
| 7237 | <key key="power" value="terminal" />
|
|---|
| 7238 | <optional>
|
|---|
| 7239 | <reference ref="line_properties" />
|
|---|
| 7240 | <reference ref="ref_operator" />
|
|---|
| 7241 | </optional>
|
|---|
| 7242 | </item> <!-- Terminal -->
|
|---|
| 7243 | <item name="Power Portal" icon="presets/power/portal.svg" type="node,way" preset_name_label="true">
|
|---|
| 7244 | <link wiki="Tag:power=portal" />
|
|---|
| 7245 | <space />
|
|---|
| 7246 | <key key="power" value="portal" />
|
|---|
| 7247 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 7248 | <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
|
|---|
| 7249 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 7250 | <reference ref="color" />
|
|---|
| 7251 | <reference ref="ref_operator" />
|
|---|
| 7252 | <combo key="design" text="Portal design" values="portal,portal_two-level,portal_three-level" values_context="power" />
|
|---|
| 7253 | <reference ref="line_properties" />
|
|---|
| 7254 | </item> <!-- Power Portal -->
|
|---|
| 7255 | <item name="Power Tower" icon="presets/power/tower.svg" type="node" preset_name_label="true">
|
|---|
| 7256 | <link wiki="Tag:power=tower" />
|
|---|
| 7257 | <space />
|
|---|
| 7258 | <key key="power" value="tower" />
|
|---|
| 7259 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 7260 | <combo key="structure" text="Type of construction" values="lattice,tubular,solid" />
|
|---|
| 7261 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 7262 | <reference ref="color" />
|
|---|
| 7263 | <reference ref="ref_operator" />
|
|---|
| 7264 | <optional>
|
|---|
| 7265 | <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" />
|
|---|
| 7266 | <reference ref="line_properties" />
|
|---|
| 7267 | <check key="triple_tower" text="Triple tower" />
|
|---|
| 7268 | <check key="design:incomplete" text="Incomplete tower" />
|
|---|
| 7269 | <check key="location:transition" text="Location transition" disable_off="true" />
|
|---|
| 7270 | </optional>
|
|---|
| 7271 | </item> <!-- Power Tower -->
|
|---|
| 7272 | <item name="Pole" icon="presets/power/pole.svg" type="node" preset_name_label="true">
|
|---|
| 7273 | <link wiki="Tag:power=pole" />
|
|---|
| 7274 | <space />
|
|---|
| 7275 | <key key="power" value="pole" />
|
|---|
| 7276 | <reference ref="power_pole" />
|
|---|
| 7277 | <preset_link preset_name="Utility Pole" text="Similar preset:" />
|
|---|
| 7278 | </item> <!-- Pole -->
|
|---|
| 7279 | <item name="Pole with Switch" icon="presets/power/pole_switch.svg" type="node" preset_name_label="true">
|
|---|
| 7280 | <link wiki="Tag:power=pole" />
|
|---|
| 7281 | <space />
|
|---|
| 7282 | <key key="power" value="pole" />
|
|---|
| 7283 | <label text="Pole Attributes:" />
|
|---|
| 7284 | <reference ref="power_pole" />
|
|---|
| 7285 | <space />
|
|---|
| 7286 | <label text="Switch Attributes:" />
|
|---|
| 7287 | <combo key="switch" text="Type" values="circuit_breaker,disconnector,earthing,mechanical" match="key!" values_context="power" />
|
|---|
| 7288 | <optional>
|
|---|
| 7289 | <reference ref="voltage" />
|
|---|
| 7290 | <reference ref="cables" />
|
|---|
| 7291 | </optional>
|
|---|
| 7292 | </item> <!-- Pole with Switch -->
|
|---|
| 7293 | <item name="Pole with Transformer" icon="presets/power/pole_transformer.svg" type="node" preset_name_label="true">
|
|---|
| 7294 | <link wiki="Tag:power=pole" />
|
|---|
| 7295 | <space />
|
|---|
| 7296 | <key key="power" value="pole" />
|
|---|
| 7297 | <label text="Pole Attributes:" />
|
|---|
| 7298 | <reference ref="power_pole" />
|
|---|
| 7299 | <space />
|
|---|
| 7300 | <label text="Transformer Attributes:" />
|
|---|
| 7301 | <key key="transformer" value="distribution" match="key!" />
|
|---|
| 7302 | <reference ref="transformer_voltage_frequency" />
|
|---|
| 7303 | <reference ref="optional_transformer_rating_phases_devices_windings" />
|
|---|
| 7304 | </item> <!-- Pole with Transformer -->
|
|---|
| 7305 | <item name="Catenary mast" icon="presets/power/catenary_mast.svg" type="node" preset_name_label="true">
|
|---|
| 7306 | <link wiki="Tag:power=catenary_mast" />
|
|---|
| 7307 | <space />
|
|---|
| 7308 | <key key="power" value="catenary_mast" />
|
|---|
| 7309 | <optional>
|
|---|
| 7310 | <reference ref="ref_operator" />
|
|---|
| 7311 | </optional>
|
|---|
| 7312 | </item> <!-- Catenary mast -->
|
|---|
| 7313 | <item name="Connection" icon="presets/power/connection.svg" name_context="power" type="node" preset_name_label="true">
|
|---|
| 7314 | <link wiki="Tag:power=connection" />
|
|---|
| 7315 | <space />
|
|---|
| 7316 | <key key="power" value="connection" />
|
|---|
| 7317 | <optional>
|
|---|
| 7318 | <reference ref="cables" />
|
|---|
| 7319 | <reference ref="ref_operator" />
|
|---|
| 7320 | </optional>
|
|---|
| 7321 | </item> <!-- Connection -->
|
|---|
| 7322 | <item name="Insulator" icon="presets/power/insulator.svg" type="node,way" preset_name_label="true">
|
|---|
| 7323 | <link wiki="Tag:power=insulator" />
|
|---|
| 7324 | <space />
|
|---|
| 7325 | <key key="power" value="insulator" />
|
|---|
| 7326 | <reference ref="line_properties" />
|
|---|
| 7327 | <reference ref="ref_operator" />
|
|---|
| 7328 | </item> <!-- Insulator -->
|
|---|
| 7329 | <separator/>
|
|---|
| 7330 | <item name="Power Line" icon="presets/power/line.svg" type="way" preset_name_label="true">
|
|---|
| 7331 | <link wiki="Tag:power=line" />
|
|---|
| 7332 | <space />
|
|---|
| 7333 | <combo key="power" text="Line type" values="line,minor_line" default="line" match="keyvalue!" />
|
|---|
| 7334 | <reference ref="voltage_frequency" />
|
|---|
| 7335 | <reference ref="ref_operator" />
|
|---|
| 7336 | <optional>
|
|---|
| 7337 | <reference ref="cables_circuits" />
|
|---|
| 7338 | <combo key="wires" text="Number of conductors/wires per cable" values="single,double,triple,quad,fivefold,sixfold,eightfold" values_context="power" values_sort="false" />
|
|---|
| 7339 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 7340 | <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
|
|---|
| 7341 | </optional>
|
|---|
| 7342 | </item> <!-- Power Line -->
|
|---|
| 7343 | <item name="Power Cable" icon="presets/power/cable.svg" type="way" preset_name_label="true">
|
|---|
| 7344 | <link wiki="Tag:power=cable" />
|
|---|
| 7345 | <space />
|
|---|
| 7346 | <key key="power" value="cable" />
|
|---|
| 7347 | <reference ref="voltage_frequency" />
|
|---|
| 7348 | <reference ref="ref_operator" />
|
|---|
| 7349 | <optional>
|
|---|
| 7350 | <reference ref="cables_circuits" />
|
|---|
| 7351 | <combo key="location" text="Location" values="overground,overhead,surface,underground,underwater" values_context="power cable" />
|
|---|
| 7352 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" />
|
|---|
| 7353 | <check key="communication" text="Used for data communications" value_on="line" disable_off="true" />
|
|---|
| 7354 | </optional>
|
|---|
| 7355 | </item> <!-- Power Cable -->
|
|---|
| 7356 | </group> <!-- Power -->
|
|---|
| 7357 | <group name="Telecom" icon="presets/telecom/telecom.svg">
|
|---|
| 7358 | <item name="Telecom Street Cabinet" icon="presets/telecom/telecom_cabinet.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7359 | <link wiki="Tag:man_made=street_cabinet" />
|
|---|
| 7360 | <key key="man_made" value="street_cabinet" />
|
|---|
| 7361 | <key key="street_cabinet" value="telecom" />
|
|---|
| 7362 | <optional>
|
|---|
| 7363 | <reference ref="ref_operator" />
|
|---|
| 7364 | <text key="manufacturer" text="Manufacturer" />
|
|---|
| 7365 | <reference ref="color" />
|
|---|
| 7366 | </optional>
|
|---|
| 7367 | </item> <!-- Telecom Street Cabinet -->
|
|---|
| 7368 | <item name="Telephone Exchange" icon="presets/telecom/exchange.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7369 | <link wiki="Tag:telecom=exchange" />
|
|---|
| 7370 | <space />
|
|---|
| 7371 | <key key="telecom" value="exchange" />
|
|---|
| 7372 | <reference ref="telecom_medium" />
|
|---|
| 7373 | <reference ref="ref_operator" />
|
|---|
| 7374 | </item> <!-- Telephone Exchange -->
|
|---|
| 7375 | <item name="Connection Point" icon="presets/telecom/connection_point.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7376 | <link wiki="Tag:telecom=connection_point" />
|
|---|
| 7377 | <space />
|
|---|
| 7378 | <key key="telecom" value="connection_point" />
|
|---|
| 7379 | <reference ref="telecom_medium" />
|
|---|
| 7380 | <reference ref="ref_operator" />
|
|---|
| 7381 | </item> <!-- Connection Point -->
|
|---|
| 7382 | <item name="Service Device" icon="presets/telecom/service_device.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7383 | <link wiki="Tag:telecom=service_device" />
|
|---|
| 7384 | <space />
|
|---|
| 7385 | <key key="telecom" value="service_device" />
|
|---|
| 7386 | <reference ref="telecom_medium" />
|
|---|
| 7387 | <reference ref="ref_operator" />
|
|---|
| 7388 | </item> <!-- Service Device -->
|
|---|
| 7389 | </group> <!-- Telecom -->
|
|---|
| 7390 | <group name="Historic Places" icon="presets/sightseeing/castle.svg">
|
|---|
| 7391 | <item name="Castle" icon="presets/sightseeing/castle.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7392 | <link wiki="Tag:historic=castle" />
|
|---|
| 7393 | <space />
|
|---|
| 7394 | <key key="historic" value="castle" />
|
|---|
| 7395 | <combo key="castle_type" text="Type" values="stately,defensive,fortress,manor,palace" />
|
|---|
| 7396 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 7397 | <check key="ruins" text="Ruins" />
|
|---|
| 7398 | <reference ref="link_contact_address_payment" />
|
|---|
| 7399 | </item> <!-- Castle -->
|
|---|
| 7400 | <item name="Fort" icon="presets/sightseeing/fort.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7401 | <link wiki="Tag:historic=fort" />
|
|---|
| 7402 | <space />
|
|---|
| 7403 | <key key="historic" value="fort" />
|
|---|
| 7404 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 7405 | <check key="ruins" text="Ruins" />
|
|---|
| 7406 | <reference ref="link_contact_address_payment" />
|
|---|
| 7407 | </item> <!-- Fort -->
|
|---|
| 7408 | <item name="Ruins" icon="presets/sightseeing/ruins.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7409 | <link wiki="Tag:historic=ruins" />
|
|---|
| 7410 | <space />
|
|---|
| 7411 | <key key="historic" value="ruins" />
|
|---|
| 7412 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7413 | </item> <!-- Ruins -->
|
|---|
| 7414 | <item name="Archaeological Site" icon="presets/sightseeing/archaeological.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7415 | <link wiki="Tag:historic=archaeological_site" />
|
|---|
| 7416 | <space />
|
|---|
| 7417 | <key key="historic" value="archaeological_site" />
|
|---|
| 7418 | <combo key="archaeological_site" text="Type" values="baths,catacombs,city,crannog,enclosure,fortification,geoglyph,grave_field,petroglyph,hut_circle,megalith,necropolis,roman_circus,roman_theater,roman_villa,settlement,tumulus" />
|
|---|
| 7419 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7420 | <optional>
|
|---|
| 7421 | <combo key="fortification_type" text="Fortification type">
|
|---|
| 7422 | <list_entry value="hill_fort" short_description="Forts using a rise of elevation"/>
|
|---|
| 7423 | <list_entry value="limes" short_description="Fortifications for border defense"/>
|
|---|
| 7424 | <list_entry value="sconce" short_description="A small protective fortification"/>
|
|---|
| 7425 | <list_entry value="ring_ditch" short_description="Circular ditched enclosures"/>
|
|---|
| 7426 | <list_entry value="ringfort" short_description="Circular fortified settlement"/>
|
|---|
| 7427 | <list_entry value="motte" short_description="Raised area of ground for a castle"/>
|
|---|
| 7428 | <list_entry value="watchtower" short_description="Military observation"/>
|
|---|
| 7429 | <list_entry value="battery" short_description="A group of artillary (cannon) in a fixed fortification"/>
|
|---|
| 7430 | </combo>
|
|---|
| 7431 | </optional>
|
|---|
| 7432 | </item> <!-- Archaeological Site -->
|
|---|
| 7433 | <item name="Battlefield" icon="presets/sightseeing/battlefield.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7434 | <link wiki="Tag:historic=battlefield" />
|
|---|
| 7435 | <space />
|
|---|
| 7436 | <key key="historic" value="battlefield" />
|
|---|
| 7437 | <text key="name" text="Name" />
|
|---|
| 7438 | </item> <!-- Battlefield -->
|
|---|
| 7439 | <item name="Palaeontological Site" icon="presets/sightseeing/palaeontological_site.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7440 | <link wiki="Tag:geological=palaeontological_site" />
|
|---|
| 7441 | <space />
|
|---|
| 7442 | <key key="geological" value="palaeontological_site" />
|
|---|
| 7443 | <text key="name" text="Name" />
|
|---|
| 7444 | </item> <!-- Palaeontological Site -->
|
|---|
| 7445 | <item name="Citywalls" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7446 | <link wiki="Tag:historic=citywalls" />
|
|---|
| 7447 | <space />
|
|---|
| 7448 | <key key="historic" value="citywalls" />
|
|---|
| 7449 | <optional>
|
|---|
| 7450 | <text key="name" text="Name" />
|
|---|
| 7451 | </optional>
|
|---|
| 7452 | </item> <!-- Citywalls -->
|
|---|
| 7453 | <item name="City gate" icon="presets/sightseeing/city_gate.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7454 | <link wiki="Tag:historic=city_gate" />
|
|---|
| 7455 | <space />
|
|---|
| 7456 | <key key="historic" value="city_gate" />
|
|---|
| 7457 | <optional>
|
|---|
| 7458 | <text key="name" text="Name" />
|
|---|
| 7459 | </optional>
|
|---|
| 7460 | </item> <!-- City gate -->
|
|---|
| 7461 | <item name="Manor" icon="presets/sightseeing/manor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7462 | <link wiki="Tag:historic=manor" />
|
|---|
| 7463 | <space />
|
|---|
| 7464 | <key key="historic" value="manor" />
|
|---|
| 7465 | <optional>
|
|---|
| 7466 | <text key="name" text="Name" />
|
|---|
| 7467 | </optional>
|
|---|
| 7468 | </item> <!-- Manor -->
|
|---|
| 7469 | <item name="Church" icon="presets/religion/historic_church.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7470 | <link wiki="Tag:historic=church" />
|
|---|
| 7471 | <space />
|
|---|
| 7472 | <key key="historic" value="church" />
|
|---|
| 7473 | <optional>
|
|---|
| 7474 | <text key="name" text="Name" />
|
|---|
| 7475 | </optional>
|
|---|
| 7476 | <reference ref="religious"/>
|
|---|
| 7477 | </item> <!-- Church -->
|
|---|
| 7478 | <item name="Historic monastery" icon="presets/sightseeing/monastery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7479 | <link wiki="Tag:historic=monastery" />
|
|---|
| 7480 | <space />
|
|---|
| 7481 | <key key="historic" value="monastery" />
|
|---|
| 7482 | <optional>
|
|---|
| 7483 | <text key="name" text="Name" />
|
|---|
| 7484 | <reference ref="religious" />
|
|---|
| 7485 | <reference ref="wikipedia_wikidata" />
|
|---|
| 7486 | </optional>
|
|---|
| 7487 | <preset_link preset_name="Monastery" text="Similar but different tags:" />
|
|---|
| 7488 | </item> <!-- Monastery -->
|
|---|
| 7489 | <separator/>
|
|---|
| 7490 | <item name="Charcoal pile" icon="presets/misc/charcoal_pile.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7491 | <link wiki="Tag:historic=charcoal_pile" />
|
|---|
| 7492 | <space />
|
|---|
| 7493 | <key key="historic" value="charcoal_pile" />
|
|---|
| 7494 | <optional>
|
|---|
| 7495 | <text key="name" text="Name" />
|
|---|
| 7496 | </optional>
|
|---|
| 7497 | </item> <!-- Charcoal pile -->
|
|---|
| 7498 | <item name="Mine" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 7499 | <link wiki="Tag:historic=mine" />
|
|---|
| 7500 | <space />
|
|---|
| 7501 | <key key="historic" value="mine" />
|
|---|
| 7502 | <optional>
|
|---|
| 7503 | <text key="name" text="Name" />
|
|---|
| 7504 | <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 7505 | </optional>
|
|---|
| 7506 | </item> <!-- Mine -->
|
|---|
| 7507 | <item name="Mine shaft" icon="presets/landmark/historic_mine.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7508 | <link wiki="Tag:historic=mine_shaft" />
|
|---|
| 7509 | <space />
|
|---|
| 7510 | <key key="historic" value="mine_shaft" />
|
|---|
| 7511 | <optional>
|
|---|
| 7512 | <text key="name" text="Name" />
|
|---|
| 7513 | </optional>
|
|---|
| 7514 | </item> <!-- Mine shaft -->
|
|---|
| 7515 | <item name="Shieling" icon="presets/landmark/shieling.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7516 | <link wiki="Tag:historic=shieling" />
|
|---|
| 7517 | <space />
|
|---|
| 7518 | <key key="historic" value="shieling" />
|
|---|
| 7519 | <optional>
|
|---|
| 7520 | <text key="name" text="Name" />
|
|---|
| 7521 | </optional>
|
|---|
| 7522 | </item> <!-- Shieling -->
|
|---|
| 7523 | <separator/>
|
|---|
| 7524 | <item name="Grave" icon="presets/misc/grave.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7525 | <link wiki="Tag:cemetery=grave" />
|
|---|
| 7526 | <space />
|
|---|
| 7527 | <key key="cemetery" value="grave" />
|
|---|
| 7528 | <text key="name" text="Name" />
|
|---|
| 7529 | </item> <!-- Grave -->
|
|---|
| 7530 | <item name="Tomb" icon="presets/misc/tomb.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7531 | <link wiki="Tag:historic=tomb" />
|
|---|
| 7532 | <space />
|
|---|
| 7533 | <key key="historic" value="tomb" />
|
|---|
| 7534 | <combo key="tomb" text="Type" values="columbarium,crypt,hypogeum,mausoleum,pyramid,rock-cut,sarcophagus,tumulus,vault,war_grave" values_context="tomb" values_searchable="true" />
|
|---|
| 7535 | <text key="name" text="Name" />
|
|---|
| 7536 | </item> <!-- Tomb -->
|
|---|
| 7537 | <separator/>
|
|---|
| 7538 | <item name="Monument" icon="presets/sightseeing/monument.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7539 | <link wiki="Tag:historic=monument" />
|
|---|
| 7540 | <space />
|
|---|
| 7541 | <key key="historic" value="monument" />
|
|---|
| 7542 | <text key="name" text="Name" />
|
|---|
| 7543 | </item> <!-- Monument -->
|
|---|
| 7544 | <item name="Memorial" icon="presets/sightseeing/memorial.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7545 | <link wiki="Tag:historic=memorial" />
|
|---|
| 7546 | <space />
|
|---|
| 7547 | <key key="historic" value="memorial" />
|
|---|
| 7548 | <text key="name" text="Name" />
|
|---|
| 7549 | <combo key="memorial" text="Type" values_context="memorial" values_searchable="true">
|
|---|
| 7550 | <list_entry value="bust" short_description="Like a statue, but only showing the upper half of a person." />
|
|---|
| 7551 | <list_entry value="plaque" short_description="A commemorative sign, often mounted on a wall." />
|
|---|
| 7552 | <list_entry value="statue" short_description="A statue representing a person." />
|
|---|
| 7553 | <list_entry value="stele" short_description="An upright slab engraved or painted with decorations or inscriptions." />
|
|---|
| 7554 | <list_entry value="stone" short_description="A stone with an inscription, picture, or similar." />
|
|---|
| 7555 | <list_entry value="war_memorial" short_description="A building, monument, statue or other edifice celebrating a victory or commemorating those who died or were injured in a war." />
|
|---|
| 7556 | <list_entry value="sculpture" short_description="A non figurative sculpture which does not match any of the other categories." />
|
|---|
| 7557 | <list_entry value="cross" short_description="A cross-shaped memorial." />
|
|---|
| 7558 | <list_entry value="blue_plaque" short_description="A blue plaque commemorating a historical link to that location. (UK)" regions="GB" />
|
|---|
| 7559 | <list_entry value="obelisk" short_description="An obelisk." />
|
|---|
| 7560 | <list_entry value="ghost_bike" short_description="A bicycle painted white permanently placed as memorial for a victim of a road accident (usually cyclists)." />
|
|---|
| 7561 | <list_entry value="stolperstein" short_description="10cm × 10cm brass plaque commemorating victims of Nazi persecution. (EU,RU)" regions="EU,RU" />
|
|---|
| 7562 | <list_entry value="bench" short_description="A bench placed in memory of someone or something; usually has a plaque, and sometimes a statue sitting on (part of) it." />
|
|---|
| 7563 | </combo>
|
|---|
| 7564 | <optional>
|
|---|
| 7565 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 7566 | <text key="artist_name" text="Artist Name" />
|
|---|
| 7567 | <combo key="material" text="Material" values="concrete,granite,metal,plastic,steel,stone,wood" />
|
|---|
| 7568 | <text key="start_date" text="Start date" />
|
|---|
| 7569 | <reference ref="wikipedia_wikidata" />
|
|---|
| 7570 | </optional>
|
|---|
| 7571 | </item> <!-- Memorial -->
|
|---|
| 7572 | <item name="Wayside Cross" icon="presets/religion/wayside_cross.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7573 | <link wiki="Tag:historic=wayside_cross" />
|
|---|
| 7574 | <space />
|
|---|
| 7575 | <key key="historic" value="wayside_cross" />
|
|---|
| 7576 | <text key="name" text="Name" />
|
|---|
| 7577 | <reference ref="religious_catholic_christian" />
|
|---|
| 7578 | <text key="start_date" text="Start date" />
|
|---|
| 7579 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 7580 | </item> <!-- Wayside Cross -->
|
|---|
| 7581 | <item name="Wayside Shrine" icon="presets/religion/wayside_shrine.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7582 | <link wiki="Tag:historic=wayside_shrine" />
|
|---|
| 7583 | <space />
|
|---|
| 7584 | <key key="historic" value="wayside_shrine" />
|
|---|
| 7585 | <text key="name" text="Name" />
|
|---|
| 7586 | <reference ref="religious_catholic_christian" />
|
|---|
| 7587 | <check key="amenity" text="Place of worship" value_on="place_of_worship" disable_off="true" />
|
|---|
| 7588 | <combo key="building" text="Building" values="wayside_shrine,yes" values_context="building" />
|
|---|
| 7589 | <text key="start_date" text="Start date" />
|
|---|
| 7590 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 7591 | </item> <!-- Wayside Shrine -->
|
|---|
| 7592 | <item name="Boundary Stone" icon="presets/landmark/boundary_stone.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 7593 | <link wiki="Tag:historic=boundary_stone" />
|
|---|
| 7594 | <space />
|
|---|
| 7595 | <key key="historic" value="boundary_stone" />
|
|---|
| 7596 | <optional>
|
|---|
| 7597 | <text key="name" text="Name" />
|
|---|
| 7598 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 7599 | </optional>
|
|---|
| 7600 | <preset_link preset_name="Boundary Marker" text="Similar but different tags:" />
|
|---|
| 7601 | </item> <!-- Boundary Stone -->
|
|---|
| 7602 | <item name="Milestone" icon="presets/landmark/milestone.svg" type="node" preset_name_label="true">
|
|---|
| 7603 | <link wiki="Tag:historic=milestone" />
|
|---|
| 7604 | <space />
|
|---|
| 7605 | <key key="historic" value="milestone" />
|
|---|
| 7606 | <optional>
|
|---|
| 7607 | <text key="name" text="Name" />
|
|---|
| 7608 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 7609 | </optional>
|
|---|
| 7610 | </item> <!-- Milestone -->
|
|---|
| 7611 | </group> <!-- Historic Places -->
|
|---|
| 7612 | </group> <!-- Man Made -->
|
|---|
| 7613 | <group name="Shops" icon="presets/shop/mall.svg">
|
|---|
| 7614 | <group name="Food" icon="presets/shop/supermarket.svg">
|
|---|
| 7615 | <item name="Supermarket" icon="presets/shop/supermarket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7616 | <link wiki="Tag:shop=supermarket" />
|
|---|
| 7617 | <space />
|
|---|
| 7618 | <key key="shop" value="supermarket" />
|
|---|
| 7619 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7620 | <reference ref="toilets" />
|
|---|
| 7621 | <reference ref="link_contact_address_payment" />
|
|---|
| 7622 | </item> <!-- Supermarket -->
|
|---|
| 7623 | <item name="Convenience Store" icon="presets/shop/convenience.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7624 | <link wiki="Tag:shop=convenience" />
|
|---|
| 7625 | <space />
|
|---|
| 7626 | <key key="shop" value="convenience" />
|
|---|
| 7627 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7628 | <reference ref="toilets" />
|
|---|
| 7629 | <reference ref="link_contact_address_payment" />
|
|---|
| 7630 | </item> <!-- Convenience Store -->
|
|---|
| 7631 | <item name="Kiosk" icon="presets/shop/kiosk.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7632 | <link wiki="Tag:shop=kiosk" />
|
|---|
| 7633 | <space />
|
|---|
| 7634 | <key key="shop" value="kiosk" />
|
|---|
| 7635 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7636 | <reference ref="link_contact_address_payment" />
|
|---|
| 7637 | </item> <!-- Kiosk -->
|
|---|
| 7638 | <separator/>
|
|---|
| 7639 | <item name="Bakery" icon="presets/shop/groceries/bakery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7640 | <link wiki="Tag:shop=bakery" />
|
|---|
| 7641 | <space />
|
|---|
| 7642 | <key key="shop" value="bakery" />
|
|---|
| 7643 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7644 | <reference ref="link_contact_address_payment" />
|
|---|
| 7645 | </item> <!-- Bakery -->
|
|---|
| 7646 | <item name="Butcher" icon="presets/shop/groceries/butcher.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7647 | <link wiki="Tag:shop=butcher" />
|
|---|
| 7648 | <space />
|
|---|
| 7649 | <key key="shop" value="butcher" />
|
|---|
| 7650 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7651 | <reference ref="link_contact_address_payment" />
|
|---|
| 7652 | </item> <!-- Butcher -->
|
|---|
| 7653 | <item name="Seafood" icon="presets/shop/groceries/seafood.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7654 | <link wiki="Tag:shop=seafood" />
|
|---|
| 7655 | <space />
|
|---|
| 7656 | <key key="shop" value="seafood" />
|
|---|
| 7657 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7658 | <reference ref="link_contact_address_payment" />
|
|---|
| 7659 | </item> <!-- Seafood -->
|
|---|
| 7660 | <item name="Dairy" icon="presets/shop/groceries/dairy.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7661 | <link wiki="Tag:shop=dairy" />
|
|---|
| 7662 | <space />
|
|---|
| 7663 | <key key="shop" value="dairy" />
|
|---|
| 7664 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7665 | <reference ref="link_contact_address_payment" />
|
|---|
| 7666 | </item> <!-- Dairy -->
|
|---|
| 7667 | <item name="Cheese" icon="presets/shop/groceries/cheese.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7668 | <link wiki="Tag:shop=cheese" />
|
|---|
| 7669 | <space />
|
|---|
| 7670 | <key key="shop" value="cheese" />
|
|---|
| 7671 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7672 | <reference ref="link_contact_address_payment" />
|
|---|
| 7673 | </item> <!-- Cheese -->
|
|---|
| 7674 | <item name="Deli (Fine Food)" icon="presets/shop/groceries/deli.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7675 | <link wiki="Tag:shop=deli" />
|
|---|
| 7676 | <space />
|
|---|
| 7677 | <key key="shop" value="deli" />
|
|---|
| 7678 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7679 | <reference ref="link_contact_address_payment" />
|
|---|
| 7680 | </item> <!-- Deli (Fine Food) -->
|
|---|
| 7681 | <item name="Pastry" icon="presets/shop/groceries/pastry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7682 | <link wiki="Tag:shop=pastry" />
|
|---|
| 7683 | <space />
|
|---|
| 7684 | <key key="shop" value="pastry" />
|
|---|
| 7685 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7686 | <reference ref="link_contact_address_payment" />
|
|---|
| 7687 | </item> <!-- Pastry -->
|
|---|
| 7688 | <item name="Confectionery" icon="presets/shop/groceries/confectionery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7689 | <link wiki="Tag:shop=confectionery" />
|
|---|
| 7690 | <space />
|
|---|
| 7691 | <key key="shop" value="confectionery" />
|
|---|
| 7692 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7693 | <reference ref="link_contact_address_payment" />
|
|---|
| 7694 | </item> <!-- Confectionery -->
|
|---|
| 7695 | <item name="Chocolate" icon="presets/shop/groceries/chocolate.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7696 | <link wiki="Tag:shop=chocolate" />
|
|---|
| 7697 | <space />
|
|---|
| 7698 | <key key="shop" value="chocolate" />
|
|---|
| 7699 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7700 | <reference ref="link_contact_address_payment" />
|
|---|
| 7701 | </item> <!-- Chocolate -->
|
|---|
| 7702 | <item name="Herbalist" icon="presets/shop/groceries/herbalist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7703 | <link wiki="Tag:shop=herbalist" />
|
|---|
| 7704 | <space />
|
|---|
| 7705 | <key key="shop" value="herbalist" />
|
|---|
| 7706 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7707 | <reference ref="link_contact_address_payment" />
|
|---|
| 7708 | </item> <!-- Herbalist -->
|
|---|
| 7709 | <item name="Tea" icon="presets/shop/groceries/tea.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7710 | <link wiki="Tag:shop=tea" />
|
|---|
| 7711 | <space />
|
|---|
| 7712 | <key key="shop" value="tea" />
|
|---|
| 7713 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7714 | <reference ref="link_contact_address_payment" />
|
|---|
| 7715 | </item> <!-- Tea -->
|
|---|
| 7716 | <item name="Coffee" icon="presets/shop/groceries/coffee.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7717 | <link wiki="Tag:shop=coffee" />
|
|---|
| 7718 | <space />
|
|---|
| 7719 | <key key="shop" value="coffee" />
|
|---|
| 7720 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7721 | <reference ref="link_contact_address_payment" />
|
|---|
| 7722 | </item> <!-- Coffee -->
|
|---|
| 7723 | <item name="Frozen food" icon="presets/shop/groceries/frozen_food.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7724 | <link wiki="Tag:shop=frozen_food" />
|
|---|
| 7725 | <space />
|
|---|
| 7726 | <key key="shop" value="frozen_food" />
|
|---|
| 7727 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7728 | <reference ref="link_contact_address_payment" />
|
|---|
| 7729 | </item> <!-- Frozen food -->
|
|---|
| 7730 | <separator/>
|
|---|
| 7731 | <item name="Public Market" icon="presets/shop/marketplace.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7732 | <link wiki="Tag:amenity=marketplace" />
|
|---|
| 7733 | <space />
|
|---|
| 7734 | <key key="amenity" value="marketplace" />
|
|---|
| 7735 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7736 | <reference ref="toilets" />
|
|---|
| 7737 | <text key="website" text="Website" />
|
|---|
| 7738 | <combo key="organic" text="Organic" values="yes,no,only" />
|
|---|
| 7739 | </item> <!-- Public Market -->
|
|---|
| 7740 | <item name="Greengrocer" icon="presets/shop/groceries/greengrocer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7741 | <link wiki="Tag:shop=greengrocer" />
|
|---|
| 7742 | <space />
|
|---|
| 7743 | <key key="shop" value="greengrocer" />
|
|---|
| 7744 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7745 | <combo key="organic" text="Organic" values="yes,no,only" />
|
|---|
| 7746 | <reference ref="link_contact_address_payment" />
|
|---|
| 7747 | </item> <!-- Greengrocer -->
|
|---|
| 7748 | <item name="Farm Stand" icon="presets/shop/groceries/farm.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7749 | <link wiki="Tag:shop=farm" />
|
|---|
| 7750 | <space />
|
|---|
| 7751 | <key key="shop" value="farm" />
|
|---|
| 7752 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7753 | <text key="description" text="Description" />
|
|---|
| 7754 | <combo key="organic" text="Organic" values="yes,no,only" />
|
|---|
| 7755 | <reference ref="link_contact_address_payment" />
|
|---|
| 7756 | </item> <!-- Farm Stand -->
|
|---|
| 7757 | <separator/>
|
|---|
| 7758 | <item name="Organic" icon="presets/shop/groceries/organic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7759 | <link wiki="Key:organic" />
|
|---|
| 7760 | <space />
|
|---|
| 7761 | <combo text="Organic/Bio" key="organic" values="yes,no,only" match="key" />
|
|---|
| 7762 | </item> <!-- Organic -->
|
|---|
| 7763 | <item name="Fair Trade" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7764 | <link wiki="Key:fair_trade" />
|
|---|
| 7765 | <space />
|
|---|
| 7766 | <combo text="Fair Trade" key="fair_trade" values="no,yes,only" match="key" />
|
|---|
| 7767 | </item> <!-- Fair Trade -->
|
|---|
| 7768 | <separator/>
|
|---|
| 7769 | <item name="Alcohol" icon="presets/shop/alcohol.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7770 | <link wiki="Tag:shop=alcohol" />
|
|---|
| 7771 | <space />
|
|---|
| 7772 | <key key="shop" value="alcohol" />
|
|---|
| 7773 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7774 | <reference ref="link_contact_address_payment" />
|
|---|
| 7775 | </item> <!-- Alcohol -->
|
|---|
| 7776 | <item name="Beverages" icon="presets/shop/beverages.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7777 | <link wiki="Tag:shop=beverages" />
|
|---|
| 7778 | <space />
|
|---|
| 7779 | <key key="shop" value="beverages" />
|
|---|
| 7780 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7781 | <reference ref="link_contact_address_payment" />
|
|---|
| 7782 | </item> <!-- Beverages -->
|
|---|
| 7783 | <item name="Wine" icon="presets/shop/wine.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7784 | <link wiki="Tag:shop=wine" />
|
|---|
| 7785 | <space />
|
|---|
| 7786 | <key key="shop" value="wine" />
|
|---|
| 7787 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7788 | <reference ref="link_contact_address_payment" />
|
|---|
| 7789 | </item> <!-- Wine -->
|
|---|
| 7790 | </group> <!-- Food -->
|
|---|
| 7791 | <group name="Clothes" icon="presets/shop/clothes.svg">
|
|---|
| 7792 | <item name="Clothes" icon="presets/shop/clothes.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7793 | <link wiki="Tag:shop=clothes" />
|
|---|
| 7794 | <space />
|
|---|
| 7795 | <key key="shop" value="clothes" />
|
|---|
| 7796 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7797 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
|---|
| 7798 | <combo key="organic" text="Organic" values="yes,no,only" />
|
|---|
| 7799 | <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" />
|
|---|
| 7800 | <reference ref="link_contact_address_payment" />
|
|---|
| 7801 | </item> <!-- Clothes -->
|
|---|
| 7802 | <item name="Boutique" icon="presets/shop/boutique.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7803 | <link wiki="Tag:shop=boutique" />
|
|---|
| 7804 | <space />
|
|---|
| 7805 | <key key="shop" value="boutique" />
|
|---|
| 7806 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7807 | <reference ref="link_contact_address_payment" />
|
|---|
| 7808 | </item> <!-- Boutique -->
|
|---|
| 7809 | <item name="Shoes" icon="presets/shop/shoes.svg" type="node,closedway,multipolygon" name_context="shop" preset_name_label="true">
|
|---|
| 7810 | <link wiki="Tag:shop=shoes" />
|
|---|
| 7811 | <space />
|
|---|
| 7812 | <key key="shop" value="shoes" />
|
|---|
| 7813 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7814 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
|---|
| 7815 | <combo key="organic" text="Organic" values="yes,no,only" />
|
|---|
| 7816 | <check key="shoes:repair" text="Offers repairs" text_context="shoes" />
|
|---|
| 7817 | <reference ref="link_contact_address_payment" />
|
|---|
| 7818 | </item> <!-- Shoes -->
|
|---|
| 7819 | <item name="Outdoor" icon="presets/shop/outdoor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7820 | <link wiki="Tag:shop=outdoor" />
|
|---|
| 7821 | <space />
|
|---|
| 7822 | <key key="shop" value="outdoor" />
|
|---|
| 7823 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7824 | <reference ref="link_contact_address_payment" />
|
|---|
| 7825 | </item> <!-- Outdoor -->
|
|---|
| 7826 | <item name="Sports" icon="presets/sport/multi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7827 | <link wiki="Tag:shop=sports" />
|
|---|
| 7828 | <space />
|
|---|
| 7829 | <key key="shop" value="sports" />
|
|---|
| 7830 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7831 | <reference ref="link_contact_address_payment" />
|
|---|
| 7832 | </item> <!-- Sports -->
|
|---|
| 7833 | <separator/>
|
|---|
| 7834 | <item name="Dry Cleaning" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7835 | <link wiki="Tag:shop=dry_cleaning" />
|
|---|
| 7836 | <space />
|
|---|
| 7837 | <key key="shop" value="dry_cleaning" />
|
|---|
| 7838 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7839 | <reference ref="link_contact_address_payment" />
|
|---|
| 7840 | </item> <!-- Dry Cleaning -->
|
|---|
| 7841 | <item name="Laundry" icon="presets/shop/laundry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7842 | <link wiki="Tag:shop=laundry" />
|
|---|
| 7843 | <space />
|
|---|
| 7844 | <key key="shop" value="laundry" />
|
|---|
| 7845 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7846 | <check key="self_service" text="Self Service" />
|
|---|
| 7847 | <check key="laundry_service" text="Laundry Service" />
|
|---|
| 7848 | <reference ref="toilets" />
|
|---|
| 7849 | <reference ref="link_contact_address_payment" />
|
|---|
| 7850 | </item> <!-- Laundry -->
|
|---|
| 7851 | <item name="Tailor" icon="presets/shop/tailor.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7852 | <link wiki="Tag:shop=tailor" />
|
|---|
| 7853 | <space />
|
|---|
| 7854 | <key key="shop" value="tailor" />
|
|---|
| 7855 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7856 | <reference ref="link_contact_address_payment" />
|
|---|
| 7857 | </item> <!-- Tailor -->
|
|---|
| 7858 | <item name="Fabric" icon="presets/shop/fabric.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7859 | <link wiki="Tag:shop=fabric" />
|
|---|
| 7860 | <space />
|
|---|
| 7861 | <key key="shop" value="fabric" />
|
|---|
| 7862 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7863 | <reference ref="link_contact_address_payment" />
|
|---|
| 7864 | </item> <!-- Fabric -->
|
|---|
| 7865 | </group> <!-- Clothes -->
|
|---|
| 7866 | <group name="Electronic" icon="presets/shop/electronics.svg">
|
|---|
| 7867 | <item name="Computer" icon="presets/shop/computer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7868 | <link wiki="Tag:shop=computer" />
|
|---|
| 7869 | <space />
|
|---|
| 7870 | <key key="shop" value="computer" />
|
|---|
| 7871 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7872 | <reference ref="link_contact_address_payment" />
|
|---|
| 7873 | </item> <!-- Computer -->
|
|---|
| 7874 | <item name="Electronics" icon="presets/shop/electronics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7875 | <link wiki="Tag:shop=electronics" />
|
|---|
| 7876 | <space />
|
|---|
| 7877 | <key key="shop" value="electronics" />
|
|---|
| 7878 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7879 | <reference ref="link_contact_address_payment" />
|
|---|
| 7880 | </item> <!-- Electronics -->
|
|---|
| 7881 | <item name="Mobile Phone" icon="presets/shop/mobile_phone.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7882 | <link wiki="Tag:shop=mobile_phone" />
|
|---|
| 7883 | <space />
|
|---|
| 7884 | <key key="shop" value="mobile_phone" />
|
|---|
| 7885 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7886 | <reference ref="link_contact_address_payment" />
|
|---|
| 7887 | </item> <!-- Mobile Phone -->
|
|---|
| 7888 | <item name="Watches" icon="presets/shop/watches.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7889 | <link wiki="Tag:shop=watches" />
|
|---|
| 7890 | <space />
|
|---|
| 7891 | <key key="shop" value="watches" />
|
|---|
| 7892 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7893 | <reference ref="link_contact_address_payment" />
|
|---|
| 7894 | </item> <!-- Watches -->
|
|---|
| 7895 | <item name="Vacuum Cleaner" icon="presets/shop/vacuum_cleaner.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7896 | <link wiki="Tag:shop=vacuum_cleaner" />
|
|---|
| 7897 | <space />
|
|---|
| 7898 | <key key="shop" value="vacuum_cleaner" />
|
|---|
| 7899 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 7900 | <reference ref="link_contact_address_payment" />
|
|---|
| 7901 | </item> <!-- Vacuum Cleaner -->
|
|---|
| 7902 | <item name="Hifi" icon="presets/shop/hifi.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7903 | <link wiki="Tag:shop=hifi" />
|
|---|
| 7904 | <space />
|
|---|
| 7905 | <key key="shop" value="hifi" />
|
|---|
| 7906 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7907 | <reference ref="link_contact_address_payment" />
|
|---|
| 7908 | </item> <!-- Hifi -->
|
|---|
| 7909 | <item name="Video" icon="presets/shop/video.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7910 | <link wiki="Tag:shop=video" />
|
|---|
| 7911 | <space />
|
|---|
| 7912 | <key key="shop" value="video" />
|
|---|
| 7913 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7914 | <reference ref="link_contact_address_payment" />
|
|---|
| 7915 | </item> <!-- Video -->
|
|---|
| 7916 | <item name="Video Games" icon="presets/shop/video_games.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7917 | <link wiki="Tag:shop=video_games" />
|
|---|
| 7918 | <space />
|
|---|
| 7919 | <key key="shop" value="video_games" />
|
|---|
| 7920 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7921 | <reference ref="link_contact_address_payment" />
|
|---|
| 7922 | </item> <!-- Video Games -->
|
|---|
| 7923 | <item name="Music" icon="presets/shop/music.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7924 | <link wiki="Tag:shop=music" />
|
|---|
| 7925 | <space />
|
|---|
| 7926 | <key key="shop" value="music" />
|
|---|
| 7927 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7928 | <reference ref="link_contact_address_payment" />
|
|---|
| 7929 | </item> <!-- Music -->
|
|---|
| 7930 | </group> <!-- Electronic -->
|
|---|
| 7931 | <group name="Cash" icon="presets/money/dollar.svg">
|
|---|
| 7932 | <item name="Bank" icon="presets/money/bank.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7933 | <link wiki="Tag:amenity=bank" />
|
|---|
| 7934 | <space />
|
|---|
| 7935 | <key key="amenity" value="bank" />
|
|---|
| 7936 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 7937 | <check key="atm" text="Automated Teller Machine" default="on" />
|
|---|
| 7938 | <text key="ref" text="Reference" />
|
|---|
| 7939 | <reference ref="link_contact_address" />
|
|---|
| 7940 | <preset_link preset_name="Building" />
|
|---|
| 7941 | </item> <!-- Bank -->
|
|---|
| 7942 | <item name="Money Exchange" icon="presets/money/exchange.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7943 | <link wiki="Tag:amenity=bureau_de_change" />
|
|---|
| 7944 | <space />
|
|---|
| 7945 | <key key="amenity" value="bureau_de_change" />
|
|---|
| 7946 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7947 | <reference ref="link_contact_address" />
|
|---|
| 7948 | </item> <!-- Money Exchange -->
|
|---|
| 7949 | <item name="Money transfer" icon="presets/money/money_transfer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7950 | <link wiki="Tag:amenity=money_transfer" />
|
|---|
| 7951 | <space />
|
|---|
| 7952 | <key key="amenity" value="money_transfer" />
|
|---|
| 7953 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7954 | <reference ref="link_contact_address" />
|
|---|
| 7955 | </item> <!-- Money transfer -->
|
|---|
| 7956 | <item name="Automated Teller Machine" icon="presets/money/atm.svg" type="node" preset_name_label="true">
|
|---|
| 7957 | <link wiki="Tag:amenity=atm" />
|
|---|
| 7958 | <space />
|
|---|
| 7959 | <key key="amenity" value="atm" />
|
|---|
| 7960 | <text key="brand" text="Brand" />
|
|---|
| 7961 | <text key="operator" text="Operator" />
|
|---|
| 7962 | <reference ref="oh_wheelchair" />
|
|---|
| 7963 | <optional text="Deposits:">
|
|---|
| 7964 | <combo key="cash_in" text="Cash deposits" values="yes,no,customers" />
|
|---|
| 7965 | <check key="cash_in:coins" text="Coin deposits" />
|
|---|
| 7966 | </optional>
|
|---|
| 7967 | </item> <!-- Automated Teller Machine -->
|
|---|
| 7968 | <item name="Pawnbroker" icon="presets/shop/pawnbroker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7969 | <link wiki="Tag:shop=pawnbroker" />
|
|---|
| 7970 | <space />
|
|---|
| 7971 | <key key="shop" value="pawnbroker" />
|
|---|
| 7972 | <reference ref="name_oh_wheelchair" />
|
|---|
| 7973 | <reference ref="link_contact_address_payment" />
|
|---|
| 7974 | </item> <!-- Pawnbroker -->
|
|---|
| 7975 | </group> <!-- Cash -->
|
|---|
| 7976 | <group name="Home decoration" icon="presets/shop/interior_decoration.svg">
|
|---|
| 7977 | <item name="Doors" icon="presets/shop/doors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7978 | <link wiki="Tag:shop=doors" />
|
|---|
| 7979 | <space />
|
|---|
| 7980 | <key key="shop" value="doors" />
|
|---|
| 7981 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 7982 | <reference ref="link_contact_address_payment" />
|
|---|
| 7983 | </item> <!-- Doors -->
|
|---|
| 7984 | <item name="Furniture" icon="presets/shop/furniture.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7985 | <link wiki="Tag:shop=furniture" />
|
|---|
| 7986 | <space />
|
|---|
| 7987 | <key key="shop" value="furniture" />
|
|---|
| 7988 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 7989 | <reference ref="link_contact_address_payment" />
|
|---|
| 7990 | </item> <!-- Furniture -->
|
|---|
| 7991 | <item name="Kitchen" icon="presets/shop/kitchen.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7992 | <link wiki="Tag:shop=kitchen" />
|
|---|
| 7993 | <space />
|
|---|
| 7994 | <key key="shop" value="kitchen" />
|
|---|
| 7995 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 7996 | <reference ref="link_contact_address_payment" />
|
|---|
| 7997 | </item> <!-- Kitchen -->
|
|---|
| 7998 | <item name="Houseware" icon="presets/shop/houseware.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 7999 | <link wiki="Tag:shop=houseware" />
|
|---|
| 8000 | <space />
|
|---|
| 8001 | <key key="shop" value="houseware" />
|
|---|
| 8002 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8003 | <reference ref="link_contact_address_payment" />
|
|---|
| 8004 | </item> <!-- Houseware -->
|
|---|
| 8005 | <item name="Pottery" icon="presets/shop/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8006 | <link wiki="Tag:shop=pottery" />
|
|---|
| 8007 | <space />
|
|---|
| 8008 | <key key="shop" value="pottery" />
|
|---|
| 8009 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8010 | <reference ref="link_contact_address_payment" />
|
|---|
| 8011 | </item> <!-- Pottery -->
|
|---|
| 8012 | <item name="Curtain" icon="presets/shop/curtain.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8013 | <link wiki="Tag:shop=curtain" />
|
|---|
| 8014 | <space />
|
|---|
| 8015 | <key key="shop" value="curtain" />
|
|---|
| 8016 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8017 | <reference ref="link_contact_address_payment" />
|
|---|
| 8018 | </item> <!-- Curtain -->
|
|---|
| 8019 | <item name="Art" icon="presets/shop/art.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8020 | <link wiki="Tag:shop=art" />
|
|---|
| 8021 | <space />
|
|---|
| 8022 | <key key="shop" value="art" />
|
|---|
| 8023 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8024 | <reference ref="link_contact_address_payment" />
|
|---|
| 8025 | </item> <!-- Art -->
|
|---|
| 8026 | <item name="Frame" icon="presets/shop/frame.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8027 | <link wiki="Tag:shop=frame" />
|
|---|
| 8028 | <space />
|
|---|
| 8029 | <key key="shop" value="frame" />
|
|---|
| 8030 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8031 | <reference ref="link_contact_address_payment" />
|
|---|
| 8032 | </item> <!-- Frame -->
|
|---|
| 8033 | <item name="Bed" icon="presets/shop/bed.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8034 | <link wiki="Tag:shop=bed" />
|
|---|
| 8035 | <space />
|
|---|
| 8036 | <key key="shop" value="bed" />
|
|---|
| 8037 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8038 | <reference ref="link_contact_address_payment" />
|
|---|
| 8039 | </item> <!-- Bed -->
|
|---|
| 8040 | <item name="Carpet" icon="presets/shop/carpet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8041 | <link wiki="Tag:shop=carpet" />
|
|---|
| 8042 | <space />
|
|---|
| 8043 | <key key="shop" value="carpet" />
|
|---|
| 8044 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8045 | <reference ref="link_contact_address_payment" />
|
|---|
| 8046 | </item> <!-- Carpet -->
|
|---|
| 8047 | <item name="Interior Decoration" icon="presets/shop/interior_decoration.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8048 | <link wiki="Tag:shop=interior_decoration" />
|
|---|
| 8049 | <space />
|
|---|
| 8050 | <key key="shop" value="interior_decoration" />
|
|---|
| 8051 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8052 | <reference ref="link_contact_address_payment" />
|
|---|
| 8053 | </item> <!-- Interior Decoration -->
|
|---|
| 8054 | <item name="Lighting" icon="presets/shop/lighting.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8055 | <link wiki="Tag:shop=lighting" />
|
|---|
| 8056 | <space />
|
|---|
| 8057 | <key key="shop" value="lighting" />
|
|---|
| 8058 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8059 | <reference ref="link_contact_address_payment" />
|
|---|
| 8060 | </item> <!-- Lighting -->
|
|---|
| 8061 | <item name="Antiques" icon="presets/shop/antique.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8062 | <link wiki="Tag:shop=antiques" />
|
|---|
| 8063 | <space />
|
|---|
| 8064 | <key key="shop" value="antiques" />
|
|---|
| 8065 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8066 | <reference ref="link_contact_address_payment" />
|
|---|
| 8067 | </item> <!-- Antiques -->
|
|---|
| 8068 | <item name="Swimming pool" icon="presets/shop/swimming_pool.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8069 | <link wiki="Tag:shop=swimming_pool" />
|
|---|
| 8070 | <space />
|
|---|
| 8071 | <key key="shop" value="swimming_pool" />
|
|---|
| 8072 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8073 | <reference ref="link_contact_address_payment" />
|
|---|
| 8074 | </item> <!-- Swimming pool -->
|
|---|
| 8075 | <separator/>
|
|---|
| 8076 | <item name="Storage Rental" icon="presets/shop/storage_rental.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8077 | <link wiki="Tag:shop=storage_rental" />
|
|---|
| 8078 | <space />
|
|---|
| 8079 | <key key="shop" value="storage_rental" />
|
|---|
| 8080 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8081 | <reference ref="link_contact_address_payment" />
|
|---|
| 8082 | </item> <!-- Storage Rental -->
|
|---|
| 8083 | </group> <!-- Home decoration -->
|
|---|
| 8084 | <group name="Printed Material" icon="presets/shop/stationery.svg">
|
|---|
| 8085 | <item name="Stationery" icon="presets/shop/stationery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8086 | <link wiki="Tag:shop=stationery" />
|
|---|
| 8087 | <space />
|
|---|
| 8088 | <key key="shop" value="stationery" />
|
|---|
| 8089 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8090 | <reference ref="link_contact_address_payment" />
|
|---|
| 8091 | </item> <!-- Stationery -->
|
|---|
| 8092 | <item name="Copy Shop" icon="presets/shop/copyshop.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8093 | <link wiki="Tag:shop=copyshop" />
|
|---|
| 8094 | <space />
|
|---|
| 8095 | <key key="shop" value="copyshop" />
|
|---|
| 8096 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8097 | <reference ref="link_contact_address_payment" />
|
|---|
| 8098 | </item> <!-- Copy Shop -->
|
|---|
| 8099 | <item name="Book Store" icon="presets/shop/book.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8100 | <link wiki="Tag:shop=books" />
|
|---|
| 8101 | <space />
|
|---|
| 8102 | <key key="shop" value="books" />
|
|---|
| 8103 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8104 | <combo key="second_hand" text="Second hand" values="yes,no,only" />
|
|---|
| 8105 | <reference ref="link_contact_address_payment" />
|
|---|
| 8106 | </item> <!-- Book Store -->
|
|---|
| 8107 | <item name="Newspaper Stand" icon="presets/shop/news.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8108 | <link wiki="Tag:shop=newsagent" />
|
|---|
| 8109 | <space />
|
|---|
| 8110 | <key key="shop" value="newsagent" />
|
|---|
| 8111 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8112 | <reference ref="link_contact_address_payment" />
|
|---|
| 8113 | </item> <!-- Newspaper Stand -->
|
|---|
| 8114 | <item name="Ticket" icon="presets/shop/ticket.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8115 | <link wiki="Tag:shop=ticket" />
|
|---|
| 8116 | <space />
|
|---|
| 8117 | <key key="shop" value="ticket" />
|
|---|
| 8118 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8119 | <reference ref="link_contact_address_payment" />
|
|---|
| 8120 | </item> <!-- Ticket -->
|
|---|
| 8121 | </group> <!-- Printed Material -->
|
|---|
| 8122 | <group name="For the body" icon="presets/shop/body.svg">
|
|---|
| 8123 | <item name="Chemist" icon="presets/shop/chemist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8124 | <link wiki="Tag:shop=chemist" />
|
|---|
| 8125 | <space />
|
|---|
| 8126 | <key key="shop" value="chemist" />
|
|---|
| 8127 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8128 | <reference ref="link_contact_address_payment" />
|
|---|
| 8129 | </item> <!-- Chemist -->
|
|---|
| 8130 | <item name="Cosmetics" icon="presets/shop/cosmetics.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8131 | <link wiki="Tag:shop=cosmetics" />
|
|---|
| 8132 | <space />
|
|---|
| 8133 | <key key="shop" value="cosmetics" />
|
|---|
| 8134 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8135 | <reference ref="link_contact_address_payment" />
|
|---|
| 8136 | </item> <!-- Cosmetics -->
|
|---|
| 8137 | <item name="Perfumery" icon="presets/shop/perfumery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8138 | <link wiki="Tag:shop=perfumery" />
|
|---|
| 8139 | <space />
|
|---|
| 8140 | <key key="shop" value="perfumery" />
|
|---|
| 8141 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8142 | <reference ref="link_contact_address_payment" />
|
|---|
| 8143 | </item> <!-- Perfumery -->
|
|---|
| 8144 | <item name="Beauty" icon="presets/shop/beauty.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8145 | <link wiki="Tag:shop=beauty" />
|
|---|
| 8146 | <space />
|
|---|
| 8147 | <key key="shop" value="beauty" />
|
|---|
| 8148 | <multiselect key="beauty" text="Beauty services" values="nails;tanning;cosmetics;spa;skin_care;waxing;hair_removal;eyebrow;massage;eyelash" values_searchable="true" />
|
|---|
| 8149 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8150 | <reference ref="link_contact_address_payment" />
|
|---|
| 8151 | <preset_link preset_name="Massage" text="Similar but different tags:" />
|
|---|
| 8152 | <preset_link preset_name="Hairdresser/Barber" text="Similar but different tags:" />
|
|---|
| 8153 | </item> <!-- Beauty -->
|
|---|
| 8154 | <item name="Tobacco" icon="presets/shop/tobacco.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8155 | <link wiki="Tag:shop=tobacco" />
|
|---|
| 8156 | <space />
|
|---|
| 8157 | <key key="shop" value="tobacco" />
|
|---|
| 8158 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8159 | <reference ref="link_contact_address_payment" />
|
|---|
| 8160 | </item> <!-- Tobacco -->
|
|---|
| 8161 | <item name="E-cigarette" icon="presets/shop/e-cigarette.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8162 | <link wiki="Tag:shop=e-cigarette" />
|
|---|
| 8163 | <space />
|
|---|
| 8164 | <key key="shop" value="e-cigarette" />
|
|---|
| 8165 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8166 | <reference ref="link_contact_address_payment" />
|
|---|
| 8167 | </item> <!-- E-cigarette -->
|
|---|
| 8168 | <item name="Hairdresser/Barber" icon="presets/shop/hairdresser.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8169 | <link wiki="Tag:shop=hairdresser" />
|
|---|
| 8170 | <space />
|
|---|
| 8171 | <key key="shop" value="hairdresser" />
|
|---|
| 8172 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8173 | <checkgroup columns="3">
|
|---|
| 8174 | <check key="female" text="Female" />
|
|---|
| 8175 | <check key="male" text="Male" />
|
|---|
| 8176 | <check key="unisex" text="Unisex" />
|
|---|
| 8177 | </checkgroup>
|
|---|
| 8178 | <reference ref="link_contact_address_payment" />
|
|---|
| 8179 | <preset_link preset_name="Beauty" text="Similar but different tags:" />
|
|---|
| 8180 | </item> <!-- Hairdresser/Barber -->
|
|---|
| 8181 | <item name="Massage" icon="presets/shop/massage.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8182 | <link wiki="Tag:shop=massage" />
|
|---|
| 8183 | <space />
|
|---|
| 8184 | <key key="shop" value="massage" />
|
|---|
| 8185 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8186 | <reference ref="link_contact_address_payment" />
|
|---|
| 8187 | <preset_link preset_name="Beauty" text="Similar but different tags:" />
|
|---|
| 8188 | </item> <!-- Massage -->
|
|---|
| 8189 | <item name="Tattoo" icon="presets/shop/tattoo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8190 | <link wiki="Tag:shop=tattoo" />
|
|---|
| 8191 | <space />
|
|---|
| 8192 | <key key="shop" value="tattoo" />
|
|---|
| 8193 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8194 | <reference ref="link_contact_address_payment" />
|
|---|
| 8195 | </item> <!-- Tattoo -->
|
|---|
| 8196 | <item name="Optician" icon="presets/shop/optician.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8197 | <link wiki="Tag:shop=optician" />
|
|---|
| 8198 | <space />
|
|---|
| 8199 | <key key="shop" value="optician" />
|
|---|
| 8200 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8201 | <reference ref="link_contact_address_payment" />
|
|---|
| 8202 | </item> <!-- Optician -->
|
|---|
| 8203 | <item name="Hearing Aids" icon="presets/shop/hearing_aids.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8204 | <link wiki="Tag:shop=hearing_aids" />
|
|---|
| 8205 | <space />
|
|---|
| 8206 | <key key="shop" value="hearing_aids" />
|
|---|
| 8207 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8208 | <reference ref="link_contact_address_payment" />
|
|---|
| 8209 | </item> <!-- Hearing Aids -->
|
|---|
| 8210 | <item name="Medical Supply" icon="presets/shop/medical_supply.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8211 | <link wiki="Tag:shop=medical_supply" />
|
|---|
| 8212 | <space />
|
|---|
| 8213 | <key key="shop" value="medical_supply" />
|
|---|
| 8214 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8215 | <check key="dispensing" text="Dispensing" />
|
|---|
| 8216 | <reference ref="link_contact_address_payment" />
|
|---|
| 8217 | </item> <!-- Medical Supply -->
|
|---|
| 8218 | <item name="Jewellery" icon="presets/shop/jewelry.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8219 | <link wiki="Tag:shop=jewelry" />
|
|---|
| 8220 | <space />
|
|---|
| 8221 | <key key="shop" value="jewelry" />
|
|---|
| 8222 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8223 | <reference ref="link_contact_address_payment" />
|
|---|
| 8224 | </item> <!-- Jewellery -->
|
|---|
| 8225 | <item name="Erotic" icon="presets/shop/erotic.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8226 | <link wiki="Tag:shop=erotic" />
|
|---|
| 8227 | <space />
|
|---|
| 8228 | <key key="shop" value="erotic" />
|
|---|
| 8229 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8230 | <reference ref="min_age" />
|
|---|
| 8231 | <reference ref="link_contact_address_payment" />
|
|---|
| 8232 | </item> <!-- Erotic -->
|
|---|
| 8233 | </group> <!-- For the body -->
|
|---|
| 8234 | <group name="Other" icon="presets/shop/mall.svg">
|
|---|
| 8235 | <item name="Department Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8236 | <link wiki="Tag:shop=department_store" />
|
|---|
| 8237 | <space />
|
|---|
| 8238 | <key key="shop" value="department_store" />
|
|---|
| 8239 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8240 | <reference ref="link_contact_address_payment" />
|
|---|
| 8241 | </item> <!-- Department Store -->
|
|---|
| 8242 | <item name="General Store" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8243 | <link wiki="Tag:shop=general" />
|
|---|
| 8244 | <space />
|
|---|
| 8245 | <key key="shop" value="general" />
|
|---|
| 8246 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8247 | <reference ref="link_contact_address_payment" />
|
|---|
| 8248 | </item> <!-- General Store -->
|
|---|
| 8249 | <item name="Mall" icon="presets/shop/mall.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8250 | <link wiki="Tag:shop=mall" />
|
|---|
| 8251 | <space />
|
|---|
| 8252 | <key key="shop" value="mall" />
|
|---|
| 8253 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8254 | <reference ref="link_contact_address_payment" />
|
|---|
| 8255 | </item> <!-- Mall -->
|
|---|
| 8256 | <separator/>
|
|---|
| 8257 | <item name="Florist" icon="presets/shop/florist.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8258 | <link wiki="Tag:shop=florist" />
|
|---|
| 8259 | <space />
|
|---|
| 8260 | <key key="shop" value="florist" />
|
|---|
| 8261 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8262 | <reference ref="link_contact_address_payment" />
|
|---|
| 8263 | </item> <!-- Florist -->
|
|---|
| 8264 | <item name="Garden Centre" icon="presets/shop/garden_centre.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8265 | <link wiki="Tag:shop=garden_centre" />
|
|---|
| 8266 | <space />
|
|---|
| 8267 | <key key="shop" value="garden_centre" />
|
|---|
| 8268 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8269 | <reference ref="link_contact_address_payment" />
|
|---|
| 8270 | </item> <!-- Garden Centre -->
|
|---|
| 8271 | <separator/>
|
|---|
| 8272 | <item name="Do-It-Yourself Store" icon="presets/shop/diy_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8273 | <link wiki="Tag:shop=doityourself" />
|
|---|
| 8274 | <space />
|
|---|
| 8275 | <key key="shop" value="doityourself" />
|
|---|
| 8276 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8277 | <reference ref="link_contact_address_payment" />
|
|---|
| 8278 | </item> <!-- Do-It-Yourself Store -->
|
|---|
| 8279 | <item name="Hardware" icon="presets/shop/hardware.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8280 | <link wiki="Tag:shop=hardware" />
|
|---|
| 8281 | <space />
|
|---|
| 8282 | <key key="shop" value="hardware" />
|
|---|
| 8283 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8284 | <reference ref="link_contact_address_payment" />
|
|---|
| 8285 | </item> <!-- Hardware -->
|
|---|
| 8286 | <item name="Paint" icon="presets/shop/paint.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8287 | <link wiki="Tag:shop=paint" />
|
|---|
| 8288 | <space />
|
|---|
| 8289 | <key key="shop" value="paint" />
|
|---|
| 8290 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8291 | <reference ref="link_contact_address_payment" />
|
|---|
| 8292 | </item> <!-- Paint -->
|
|---|
| 8293 | <item name="Craft" icon="presets/shop/craft.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8294 | <link wiki="Tag:shop=craft" />
|
|---|
| 8295 | <space />
|
|---|
| 8296 | <key key="shop" value="craft" />
|
|---|
| 8297 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8298 | <check key="training" text="Provides classes" text_context="Tag:shop=craft" />
|
|---|
| 8299 | <reference ref="link_contact_address_payment" />
|
|---|
| 8300 | </item>
|
|---|
| 8301 | <item name="Gas" icon="presets/shop/gas.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8302 | <link wiki="Tag:shop=gas" />
|
|---|
| 8303 | <space />
|
|---|
| 8304 | <key key="shop" value="gas" />
|
|---|
| 8305 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8306 | <reference ref="link_contact_address_payment" />
|
|---|
| 8307 | </item> <!-- Gas -->
|
|---|
| 8308 | <item name="Wholesale" icon="presets/shop/wholesale.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8309 | <link wiki="Tag:shop=wholesale" />
|
|---|
| 8310 | <space />
|
|---|
| 8311 | <key key="shop" value="wholesale" />
|
|---|
| 8312 | <text key="name" text="Name" />
|
|---|
| 8313 | <combo key="wholesale" text="Type" values="clothes,electro,florist,food,general,paper,pharmacy,sanitary,seafood,supermarket" values_context="wholesale" />
|
|---|
| 8314 | <text key="operator" text="Operator" />
|
|---|
| 8315 | <reference ref="oh_wheelchair" />
|
|---|
| 8316 | <reference ref="link_contact_address_payment" />
|
|---|
| 8317 | </item> <!-- Wholesale -->
|
|---|
| 8318 | <item name="Trade" icon="presets/shop/trade.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8319 | <link wiki="Tag:shop=trade" />
|
|---|
| 8320 | <space />
|
|---|
| 8321 | <key key="shop" value="trade" />
|
|---|
| 8322 | <text key="name" text="Name" />
|
|---|
| 8323 | <combo key="trade" text="Type" values="agricultural_supplies,building_supplies,catering_supplies,plumbing,tiles,timber,windows" values_context="trade" />
|
|---|
| 8324 | <text key="operator" text="Operator" />
|
|---|
| 8325 | <reference ref="oh_wheelchair" />
|
|---|
| 8326 | <reference ref="link_contact_address_payment" />
|
|---|
| 8327 | </item> <!-- Trade -->
|
|---|
| 8328 | <separator/>
|
|---|
| 8329 | <item name="Travel Agency" icon="presets/shop/travel_agency.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8330 | <link wiki="Tag:shop=travel_agency" />
|
|---|
| 8331 | <space />
|
|---|
| 8332 | <key key="shop" value="travel_agency" />
|
|---|
| 8333 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8334 | <reference ref="link_contact_address_payment" />
|
|---|
| 8335 | </item> <!-- Travel Agency -->
|
|---|
| 8336 | <item name="Scuba diving" icon="presets/shop/scuba_diving.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8337 | <link wiki="Tag:shop=scuba_diving" />
|
|---|
| 8338 | <space />
|
|---|
| 8339 | <key key="shop" value="scuba_diving" />
|
|---|
| 8340 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8341 | <reference ref="link_contact_address_payment" />
|
|---|
| 8342 | </item> <!-- Scuba diving -->
|
|---|
| 8343 | <item name="Fishing" icon="presets/shop/fishing.svg" name_context="shop" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8344 | <link wiki="Tag:shop=fishing" />
|
|---|
| 8345 | <space />
|
|---|
| 8346 | <key key="shop" value="fishing" />
|
|---|
| 8347 | <reference ref="name_brand_oh_wheelchair" />
|
|---|
| 8348 | <reference ref="link_contact_address_payment" />
|
|---|
| 8349 | </item> <!-- Fishing -->
|
|---|
| 8350 | <item name="Musical Instrument" icon="presets/shop/musical_instrument.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8351 | <link wiki="Tag:shop=musical_instrument" />
|
|---|
| 8352 | <space />
|
|---|
| 8353 | <key key="shop" value="musical_instrument" />
|
|---|
| 8354 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8355 | <reference ref="link_contact_address_payment" />
|
|---|
| 8356 | </item> <!-- Musical Instrument -->
|
|---|
| 8357 | <item name="Toys" icon="presets/shop/toys.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8358 | <link wiki="Tag:shop=toys" />
|
|---|
| 8359 | <space />
|
|---|
| 8360 | <key key="shop" value="toys" />
|
|---|
| 8361 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8362 | <reference ref="link_contact_address_payment" />
|
|---|
| 8363 | </item> <!-- Toys -->
|
|---|
| 8364 | <item name="Gift/Souvenir" icon="presets/shop/present.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8365 | <link wiki="Tag:shop=gift" />
|
|---|
| 8366 | <space />
|
|---|
| 8367 | <key key="shop" value="gift" />
|
|---|
| 8368 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8369 | <optional>
|
|---|
| 8370 | <reference ref="religious" />
|
|---|
| 8371 | </optional>
|
|---|
| 8372 | <reference ref="link_contact_address_payment" />
|
|---|
| 8373 | </item> <!-- Gift/Souvenir -->
|
|---|
| 8374 | <item name="Variety Store" icon="presets/shop/variety_store.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8375 | <link wiki="Tag:shop=variety_store" />
|
|---|
| 8376 | <space />
|
|---|
| 8377 | <key key="shop" value="variety_store" />
|
|---|
| 8378 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8379 | <reference ref="link_contact_address_payment" />
|
|---|
| 8380 | </item> <!-- Variety Store -->
|
|---|
| 8381 | <item name="Party supplies" icon="presets/shop/party.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8382 | <link wiki="Tag:shop=party" />
|
|---|
| 8383 | <space />
|
|---|
| 8384 | <key key="shop" value="party" />
|
|---|
| 8385 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8386 | <reference ref="link_contact_address_payment" />
|
|---|
| 8387 | </item> <!-- Party supplies -->
|
|---|
| 8388 | <item name="Charity" icon="presets/shop/charity.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8389 | <link wiki="Tag:shop=charity" />
|
|---|
| 8390 | <space />
|
|---|
| 8391 | <key key="shop" value="charity" />
|
|---|
| 8392 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8393 | <reference ref="link_contact_address_payment" />
|
|---|
| 8394 | </item> <!-- Charity -->
|
|---|
| 8395 | <item name="Second hand" icon="presets/shop/second_hand.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8396 | <link wiki="Tag:shop=second_hand" />
|
|---|
| 8397 | <space />
|
|---|
| 8398 | <key key="shop" value="second_hand" />
|
|---|
| 8399 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8400 | <space />
|
|---|
| 8401 | <label text="Alternative tagging: `shop=*` + `second_hand=yes` or `second_hand=only`" />
|
|---|
| 8402 | <reference ref="link_contact_address_payment" />
|
|---|
| 8403 | </item> <!-- Second hand -->
|
|---|
| 8404 | <item name="Bookmaker" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8405 | <link wiki="Tag:shop=bookmaker" />
|
|---|
| 8406 | <space />
|
|---|
| 8407 | <key key="shop" value="bookmaker" />
|
|---|
| 8408 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8409 | <reference ref="link_contact_address_payment" />
|
|---|
| 8410 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
|---|
| 8411 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 8412 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
|---|
| 8413 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
|---|
| 8414 | <preset_link preset_name="Lottery" text="Similar but different tags:" />
|
|---|
| 8415 | </item> <!-- Bookmaker -->
|
|---|
| 8416 | <item name="Lottery" icon="presets/shop/lottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8417 | <link wiki="Tag:shop=lottery" />
|
|---|
| 8418 | <space />
|
|---|
| 8419 | <key key="shop" value="lottery" />
|
|---|
| 8420 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8421 | <reference ref="link_contact_address_payment" />
|
|---|
| 8422 | <preset_link preset_name="Amusement arcade" text="Similar but different tags:" />
|
|---|
| 8423 | <preset_link preset_name="Adult gaming centre" text="Similar but different tags:" />
|
|---|
| 8424 | <preset_link preset_name="Gambling" text="Similar but different tags:" />
|
|---|
| 8425 | <preset_link preset_name="Casino" text="Similar but different tags:" />
|
|---|
| 8426 | <preset_link preset_name="Bookmaker" text="Similar but different tags:" />
|
|---|
| 8427 | </item> <!-- Lottery -->
|
|---|
| 8428 | <item name="Bag" icon="presets/shop/bag.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8429 | <link wiki="Tag:shop=bag" />
|
|---|
| 8430 | <space />
|
|---|
| 8431 | <key key="shop" value="bag" />
|
|---|
| 8432 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8433 | <reference ref="link_contact_address_payment" />
|
|---|
| 8434 | </item> <!-- Bag -->
|
|---|
| 8435 | <item name="Pet" icon="presets/shop/pet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8436 | <link wiki="Tag:shop=pet" />
|
|---|
| 8437 | <space />
|
|---|
| 8438 | <key key="shop" value="pet" />
|
|---|
| 8439 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8440 | <reference ref="link_contact_address_payment" />
|
|---|
| 8441 | </item> <!-- Pet -->
|
|---|
| 8442 | <item name="Pet grooming" icon="presets/shop/pet_grooming.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8443 | <link wiki="Tag:shop=pet_grooming" />
|
|---|
| 8444 | <space />
|
|---|
| 8445 | <key key="shop" value="pet_grooming" />
|
|---|
| 8446 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8447 | <reference ref="link_contact_address_payment" />
|
|---|
| 8448 | </item> <!-- Pet grooming -->
|
|---|
| 8449 | <item name="Photo" icon="presets/shop/photo.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8450 | <link wiki="Tag:shop=photo" />
|
|---|
| 8451 | <space />
|
|---|
| 8452 | <key key="shop" value="photo" />
|
|---|
| 8453 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8454 | <reference ref="link_contact_address_payment" />
|
|---|
| 8455 | </item> <!-- Photo -->
|
|---|
| 8456 | <item name="Security" icon="presets/shop/security.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8457 | <link wiki="Tag:shop=security" />
|
|---|
| 8458 | <space />
|
|---|
| 8459 | <key key="shop" value="security" />
|
|---|
| 8460 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8461 | <reference ref="link_contact_address_payment" />
|
|---|
| 8462 | </item> <!-- Security -->
|
|---|
| 8463 | <item name="Weapons" icon="presets/shop/weapons.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8464 | <link wiki="Tag:shop=weapons" />
|
|---|
| 8465 | <space />
|
|---|
| 8466 | <key key="shop" value="weapons" />
|
|---|
| 8467 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8468 | <reference ref="link_contact_address_payment" />
|
|---|
| 8469 | </item> <!-- Weapons -->
|
|---|
| 8470 | <item name="Funeral Directors" icon="presets/shop/funeral_directors.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8471 | <link wiki="Tag:shop=funeral_directors" />
|
|---|
| 8472 | <space />
|
|---|
| 8473 | <key key="shop" value="funeral_directors" />
|
|---|
| 8474 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8475 | <reference ref="link_contact_address_payment" />
|
|---|
| 8476 | </item> <!-- Funeral Directors -->
|
|---|
| 8477 | <item name="Farm Store" icon="presets/shop/agrarian.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8478 | <link wiki="Tag:shop=agrarian" />
|
|---|
| 8479 | <space />
|
|---|
| 8480 | <key key="shop" value="agrarian" />
|
|---|
| 8481 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8482 | <optional>
|
|---|
| 8483 | <combo key="agrarian" values="yes,pesticide,fertilizer,seed,feed,tools,machine_parts,agricultural_machinery" values_context="Tag:shop=agrarian" text="Products" />
|
|---|
| 8484 | </optional>
|
|---|
| 8485 | <reference ref="link_contact_address_payment" />
|
|---|
| 8486 | </item>
|
|---|
| 8487 | </group> <!-- Other -->
|
|---|
| 8488 | <separator/>
|
|---|
| 8489 | <item name="Vending Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true">
|
|---|
| 8490 | <link wiki="Tag:amenity=vending_machine" />
|
|---|
| 8491 | <space />
|
|---|
| 8492 | <key key="amenity" value="vending_machine" />
|
|---|
| 8493 | <multiselect key="vending" text="Vending products" values="admission_tickets;animal_feed;bicycle_tube;cigarettes;coffee;condoms;drinks;elongated_coin;excrement_bags;food;fuel;milk;newspapers;parking_tickets;public_transport_tickets;SIM_cards;stamps;sweets;telephone_vouchers;toys;water" values_searchable="true" />
|
|---|
| 8494 | <text key="operator" text="Operator" />
|
|---|
| 8495 | <text key="ref" text="Reference number" />
|
|---|
| 8496 | <preset_link preset_name="Payment Methods" />
|
|---|
| 8497 | </item> <!-- Vending Machine -->
|
|---|
| 8498 | <item name="Parcel Locker" icon="presets/service/parcel_locker.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 8499 | <link wiki="Tag:amenity=parcel_locker" />
|
|---|
| 8500 | <space/>
|
|---|
| 8501 | <key key="amenity" value="parcel_locker" />
|
|---|
| 8502 | <text key="brand" text="Brand" />
|
|---|
| 8503 | <optional>
|
|---|
| 8504 | <combo key="parcel_mail_in" text="Parcel mail in" values="yes,no,returns_only" values_sort="false" />
|
|---|
| 8505 | <combo key="parcel_pickup" text="Parcel pickup" values="yes,no" values_sort="false" />
|
|---|
| 8506 | <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" />
|
|---|
| 8507 | <space/>
|
|---|
| 8508 | <reference ref="ref_operator" />
|
|---|
| 8509 | <space/>
|
|---|
| 8510 | <reference ref="wheelchair" />
|
|---|
| 8511 | <reference ref="color" />
|
|---|
| 8512 | <space/>
|
|---|
| 8513 | <check key="refrigerated" text="Refrigerated" />
|
|---|
| 8514 | </optional>
|
|---|
| 8515 | <preset_link preset_name="Payment Methods" />
|
|---|
| 8516 | </item> <!-- Parcel Locker -->
|
|---|
| 8517 | <item name="Payment Methods" icon="presets/money/dollar.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8518 | <link wiki="Key:payment" />
|
|---|
| 8519 | <space />
|
|---|
| 8520 | <combo key="payment:cash" text="Cash" values="yes,no" match="keyvalue" />
|
|---|
| 8521 | <checkgroup columns="4">
|
|---|
| 8522 | <check key="payment:coins" text="Coins" match="keyvalue" />
|
|---|
| 8523 | <check key="payment:notes" text="Notes" text_context="payment" match="keyvalue" />
|
|---|
| 8524 | </checkgroup>
|
|---|
| 8525 | <space />
|
|---|
| 8526 | <combo key="payment:debit_cards" text="Debit cards" values="yes,no" match="keyvalue" />
|
|---|
| 8527 | <checkgroup columns="4">
|
|---|
| 8528 | <check key="payment:bankaxess" text="BankAxess" match="keyvalue" />
|
|---|
| 8529 | <check key="payment:bancomat" text="Bancomat" match="keyvalue" />
|
|---|
| 8530 | <check key="payment:girocard" text="Girocard" match="keyvalue" />
|
|---|
| 8531 | <check key="payment:maestro" text="Maestro" match="keyvalue" />
|
|---|
| 8532 | <check key="payment:postfinance_card" text="PostFinance Card (ch)" match="keyvalue" regions="CH" />
|
|---|
| 8533 | <check key="payment:visa_debit" text="Visa Debit" match="keyvalue" />
|
|---|
| 8534 | <check key="payment:visa_electron" text="Visa Electron" match="keyvalue" />
|
|---|
| 8535 | </checkgroup>
|
|---|
| 8536 | <space />
|
|---|
| 8537 | <combo key="payment:credit_cards" text="Credit cards" values="yes,no" match="keyvalue" />
|
|---|
| 8538 | <checkgroup columns="4">
|
|---|
| 8539 | <check key="payment:american_express" text="American Express" match="keyvalue" />
|
|---|
| 8540 | <check key="payment:diners_club" text="Diners Club" match="keyvalue" />
|
|---|
| 8541 | <check key="payment:discover_card" text="Discover Card" match="keyvalue" />
|
|---|
| 8542 | <check key="payment:jcb" text="JCB" match="keyvalue" />
|
|---|
| 8543 | <check key="payment:mastercard" text="Mastercard" match="keyvalue" />
|
|---|
| 8544 | <check key="payment:visa" text="Visa" match="keyvalue" />
|
|---|
| 8545 | </checkgroup>
|
|---|
| 8546 | <space />
|
|---|
| 8547 | <checkgroup columns="3">
|
|---|
| 8548 | <check key="payment:contactless" text="Contactless payment" match="keyvalue" />
|
|---|
| 8549 | <check key="payment:qr_code" text="QR code" match="keyvalue" />
|
|---|
| 8550 | <check key="payment:cards" text="Cards (of any type)" match="keyvalue" />
|
|---|
| 8551 | </checkgroup>
|
|---|
| 8552 | <space />
|
|---|
| 8553 | <combo key="payment:electronic_purses" text="Electronic purses and Charge cards" values="yes,no" match="keyvalue" />
|
|---|
| 8554 | <checkgroup columns="4">
|
|---|
| 8555 | <check key="payment:ep_mep" text="Mep (pt)" match="keyvalue" regions="PT" />
|
|---|
| 8556 | <check key="payment:ep_minipay" text="Minipay (it)" match="keyvalue" regions="IT" />
|
|---|
| 8557 | <check key="payment:ep_monedero4b" text="Mondero 4b (es)" match="keyvalue" regions="ES" />
|
|---|
| 8558 | </checkgroup>
|
|---|
| 8559 | <space />
|
|---|
| 8560 | <combo key="payment:cryptocurrencies" text="Cryptocurrencies" values="yes,no" match="keyvalue" />
|
|---|
| 8561 | <checkgroup columns="4">
|
|---|
| 8562 | <check key="payment:bitcoin" text="Bitcoin" match="keyvalue" />
|
|---|
| 8563 | <check key="payment:dogecoin" text="Dogecoin" match="keyvalue" />
|
|---|
| 8564 | <check key="payment:litecoin" text="Litecoin" match="keyvalue" />
|
|---|
| 8565 | </checkgroup>
|
|---|
| 8566 | </item> <!-- Payment Methods -->
|
|---|
| 8567 | </group> <!-- Shops -->
|
|---|
| 8568 | <group name="Offices" icon="presets/office/private_company.svg">
|
|---|
| 8569 | <item name="Accountant" icon="presets/office/accountant.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8570 | <link wiki="Tag:office=accountant" />
|
|---|
| 8571 | <space />
|
|---|
| 8572 | <key key="office" value="accountant" />
|
|---|
| 8573 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8574 | <reference ref="link_contact_address" />
|
|---|
| 8575 | </item> <!-- Accountant -->
|
|---|
| 8576 | <item name="Advertising agency" icon="presets/office/advertising_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8577 | <link wiki="Tag:office=advertising_agency" />
|
|---|
| 8578 | <space />
|
|---|
| 8579 | <key key="office" value="advertising_agency" />
|
|---|
| 8580 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8581 | <reference ref="link_contact_address" />
|
|---|
| 8582 | </item> <!-- Advertising agency -->
|
|---|
| 8583 | <item name="Architect" icon="presets/office/architect.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8584 | <link wiki="Tag:office=architect" />
|
|---|
| 8585 | <space />
|
|---|
| 8586 | <key key="office" value="architect" />
|
|---|
| 8587 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8588 | <reference ref="link_contact_address" />
|
|---|
| 8589 | </item> <!-- Architect -->
|
|---|
| 8590 | <item name="Association" icon="presets/office/association.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8591 | <link wiki="Tag:office=association" />
|
|---|
| 8592 | <space />
|
|---|
| 8593 | <key key="office" value="association" />
|
|---|
| 8594 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8595 | <reference ref="link_contact_address" />
|
|---|
| 8596 | </item> <!-- Association -->
|
|---|
| 8597 | <item name="Private company" icon="presets/office/private_company.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8598 | <link wiki="Tag:office=company" />
|
|---|
| 8599 | <space />
|
|---|
| 8600 | <key key="office" value="company" />
|
|---|
| 8601 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8602 | <reference ref="link_contact_address" />
|
|---|
| 8603 | </item> <!-- Private company -->
|
|---|
| 8604 | <item name="Diplomatic" icon="presets/office/diplomatic.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8605 | <link wiki="Tag:office=diplomatic" />
|
|---|
| 8606 | <space />
|
|---|
| 8607 | <key key="office" value="diplomatic" />
|
|---|
| 8608 | <text key="name" text="Name" />
|
|---|
| 8609 | <combo key="diplomatic" text="Type" values="consulate,embassy,liaison" />
|
|---|
| 8610 | <reference ref="oh_wheelchair" />
|
|---|
| 8611 | <combo key="country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" values_context="country codes" />
|
|---|
| 8612 | <combo key="target" text="Receiving country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" values_context="country codes" />
|
|---|
| 8613 | <reference ref="link_contact_address" />
|
|---|
| 8614 | </item> <!-- Diplomatic -->
|
|---|
| 8615 | <item name="Educational institution" icon="presets/office/educational_institution.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8616 | <link wiki="Tag:office=educational_institution" />
|
|---|
| 8617 | <space />
|
|---|
| 8618 | <key key="office" value="educational_institution" />
|
|---|
| 8619 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8620 | <reference ref="link_contact_address" />
|
|---|
| 8621 | </item> <!-- Educational institution -->
|
|---|
| 8622 | <item name="Employment agency" icon="presets/office/employment_agency.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8623 | <link wiki="Tag:office=employment_agency" />
|
|---|
| 8624 | <space />
|
|---|
| 8625 | <key key="office" value="employment_agency" />
|
|---|
| 8626 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8627 | <reference ref="link_contact_address" />
|
|---|
| 8628 | </item> <!-- Employment agency -->
|
|---|
| 8629 | <item name="Estate agent" icon="presets/office/real_state.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8630 | <link wiki="Tag:office=estate_agent" />
|
|---|
| 8631 | <space />
|
|---|
| 8632 | <key key="office" value="estate_agent" />
|
|---|
| 8633 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8634 | <reference ref="link_contact_address" />
|
|---|
| 8635 | </item> <!-- Estate agent -->
|
|---|
| 8636 | <item name="Financial" icon="presets/office/financial.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8637 | <link wiki="Tag:office=financial" />
|
|---|
| 8638 | <space />
|
|---|
| 8639 | <key key="office" value="financial" />
|
|---|
| 8640 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8641 | <reference ref="link_contact_address" />
|
|---|
| 8642 | <space />
|
|---|
| 8643 | <preset_link preset_name="Accountant" text="Similar but different tags:" />
|
|---|
| 8644 | <preset_link preset_name="Bank" text="Similar but different tags:" />
|
|---|
| 8645 | <preset_link preset_name="Tax advisor" text="Similar but different tags:" />
|
|---|
| 8646 | </item> <!-- Financial -->
|
|---|
| 8647 | <item name="Foundation" icon="presets/office/foundation.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8648 | <link wiki="Tag:office=foundation" />
|
|---|
| 8649 | <space />
|
|---|
| 8650 | <key key="office" value="foundation" />
|
|---|
| 8651 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8652 | <reference ref="link_contact_address" />
|
|---|
| 8653 | </item> <!-- Foundation -->
|
|---|
| 8654 | <item name="Government" icon="presets/office/government.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8655 | <link wiki="Tag:office=government" />
|
|---|
| 8656 | <space />
|
|---|
| 8657 | <key key="office" value="government" />
|
|---|
| 8658 | <text key="name" text="Name" />
|
|---|
| 8659 | <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" />
|
|---|
| 8660 | <reference ref="oh_wheelchair" />
|
|---|
| 8661 | <reference ref="link_contact_address" />
|
|---|
| 8662 | </item> <!-- Government -->
|
|---|
| 8663 | <item name="Insurance" icon="presets/office/insurance.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8664 | <link wiki="Tag:office=insurance" />
|
|---|
| 8665 | <space />
|
|---|
| 8666 | <key key="office" value="insurance" />
|
|---|
| 8667 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8668 | <reference ref="link_contact_address" />
|
|---|
| 8669 | </item> <!-- Insurance -->
|
|---|
| 8670 | <item name="IT Specialist" icon="presets/office/it.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8671 | <link wiki="Tag:office=it" />
|
|---|
| 8672 | <space />
|
|---|
| 8673 | <key key="office" value="it" />
|
|---|
| 8674 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8675 | <reference ref="link_contact_address" />
|
|---|
| 8676 | </item> <!-- IT Specialist -->
|
|---|
| 8677 | <item name="Lawyer" icon="presets/office/lawyer.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8678 | <link wiki="Tag:office=lawyer" />
|
|---|
| 8679 | <space />
|
|---|
| 8680 | <key key="office" value="lawyer" />
|
|---|
| 8681 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8682 | <reference ref="link_contact_address" />
|
|---|
| 8683 | </item> <!-- Lawyer -->
|
|---|
| 8684 | <item name="Newspaper" icon="presets/office/newspaper.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8685 | <link wiki="Tag:office=newspaper" />
|
|---|
| 8686 | <space />
|
|---|
| 8687 | <key key="office" value="newspaper" />
|
|---|
| 8688 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8689 | <reference ref="link_contact_address" />
|
|---|
| 8690 | </item> <!-- Newspaper -->
|
|---|
| 8691 | <item name="Non-governmental organisation (NGO)" icon="presets/office/ong.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8692 | <link wiki="Tag:office=ngo" />
|
|---|
| 8693 | <space />
|
|---|
| 8694 | <key key="office" value="ngo" />
|
|---|
| 8695 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8696 | <reference ref="link_contact_address" />
|
|---|
| 8697 | </item> <!-- Non-governmental organisation (NGO) -->
|
|---|
| 8698 | <item name="Notary" icon="presets/office/notary.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8699 | <link wiki="Tag:office=notary" />
|
|---|
| 8700 | <space />
|
|---|
| 8701 | <key key="office" value="notary" />
|
|---|
| 8702 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8703 | <reference ref="link_contact_address" />
|
|---|
| 8704 | </item> <!-- Notary -->
|
|---|
| 8705 | <item name="Political party" icon="presets/office/political_party.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8706 | <link wiki="Tag:office=political_party" />
|
|---|
| 8707 | <space />
|
|---|
| 8708 | <key key="office" value="political_party" />
|
|---|
| 8709 | <reference ref="name_oh_wheelchair" />
|
|---|
| 8710 | <reference ref="link_contact_address" />
|
|---|
| 8711 | </item> <!-- Political party -->
|
|---|
| 8712 | <item name="Religion" icon="presets/office/religion.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8713 | <link wiki="Tag:office=religion" />
|
|---|
| 8714 | <space />
|
|---|
| 8715 | <key key="office" value="religion" />
|
|---|
| 8716 | <text key="name" text="Name" />
|
|---|
| 8717 | <reference ref="religious" />
|
|---|
| 8718 | <reference ref="oh_wheelchair" />
|
|---|
| 8719 | <reference ref="link_contact_address" />
|
|---|
| 8720 | </item> <!-- Religion -->
|
|---|
| 8721 | <item name="Research" icon="presets/office/research.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8722 | <link wiki="Tag:office=research" />
|
|---|
| 8723 | <space />
|
|---|
| 8724 | <key key="office" value="research" />
|
|---|
| 8725 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8726 | <reference ref="link_contact_address" />
|
|---|
| 8727 | </item> <!-- Research -->
|
|---|
| 8728 | <item name="Tax advisor" icon="presets/office/tax_advisor.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8729 | <link wiki="Tag:office=tax_advisor" />
|
|---|
| 8730 | <space />
|
|---|
| 8731 | <key key="office" value="tax_advisor" />
|
|---|
| 8732 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8733 | <reference ref="link_contact_address" />
|
|---|
| 8734 | </item> <!-- Tax advisor -->
|
|---|
| 8735 | <item name="Telecommunication" icon="presets/office/telecommunication.svg" name_context="office" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8736 | <link wiki="Tag:office=telecommunication" />
|
|---|
| 8737 | <space />
|
|---|
| 8738 | <key key="office" value="telecommunication" />
|
|---|
| 8739 | <reference ref="name_brand_operator_oh_wheelchair" />
|
|---|
| 8740 | <reference ref="link_contact_address" />
|
|---|
| 8741 | </item> <!-- Telecommunication -->
|
|---|
| 8742 | </group> <!-- Offices -->
|
|---|
| 8743 | <group name="Craft" icon="presets/craft/painter.svg">
|
|---|
| 8744 | <item name="Beekeeper" icon="presets/craft/beekeeper.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8745 | <link wiki="Tag:craft=beekeeper" />
|
|---|
| 8746 | <space />
|
|---|
| 8747 | <key key="craft" value="beekeeper" />
|
|---|
| 8748 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8749 | <reference ref="link_contact_address" />
|
|---|
| 8750 | </item> <!-- Beekeeper -->
|
|---|
| 8751 | <item name="Brewery" icon="presets/craft/brewery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8752 | <link wiki="Tag:craft=brewery" />
|
|---|
| 8753 | <space />
|
|---|
| 8754 | <key key="craft" value="brewery" />
|
|---|
| 8755 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8756 | <reference ref="link_contact_address" />
|
|---|
| 8757 | </item> <!-- Brewery -->
|
|---|
| 8758 | <item name="Winery" icon="presets/craft/winery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8759 | <link wiki="Tag:craft=winery" />
|
|---|
| 8760 | <space />
|
|---|
| 8761 | <key key="craft" value="winery" />
|
|---|
| 8762 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8763 | <reference ref="link_contact_address" />
|
|---|
| 8764 | </item> <!-- Winery -->
|
|---|
| 8765 | <item name="Caterer" icon="presets/craft/caterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8766 | <link wiki="Tag:craft=caterer" />
|
|---|
| 8767 | <space />
|
|---|
| 8768 | <key key="craft" value="caterer" />
|
|---|
| 8769 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8770 | <reference ref="link_contact_address" />
|
|---|
| 8771 | </item> <!-- Caterer -->
|
|---|
| 8772 | <separator/> <!-- food group -->
|
|---|
| 8773 | <item name="Upholsterer" icon="presets/craft/upholsterer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8774 | <link wiki="Tag:craft=upholsterer" />
|
|---|
| 8775 | <space />
|
|---|
| 8776 | <key key="craft" value="upholsterer" />
|
|---|
| 8777 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8778 | <reference ref="link_contact_address" />
|
|---|
| 8779 | </item> <!-- Upholsterer -->
|
|---|
| 8780 | <item name="Key cutter" icon="presets/craft/key_cutter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8781 | <link wiki="Tag:craft=key_cutter" />
|
|---|
| 8782 | <space />
|
|---|
| 8783 | <key key="craft" value="key_cutter" />
|
|---|
| 8784 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8785 | <reference ref="link_contact_address" />
|
|---|
| 8786 | </item> <!-- Key cutter -->
|
|---|
| 8787 | <item name="Locksmith" icon="presets/craft/locksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8788 | <link wiki="Tag:craft=locksmith" />
|
|---|
| 8789 | <space />
|
|---|
| 8790 | <key key="craft" value="locksmith" />
|
|---|
| 8791 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8792 | <reference ref="link_contact_address" />
|
|---|
| 8793 | </item> <!-- Locksmith -->
|
|---|
| 8794 | <item name="Electrician" icon="presets/craft/electrician.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8795 | <link wiki="Tag:craft=electrician" />
|
|---|
| 8796 | <space />
|
|---|
| 8797 | <key key="craft" value="electrician" />
|
|---|
| 8798 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8799 | <reference ref="link_contact_address" />
|
|---|
| 8800 | </item> <!-- Electrician -->
|
|---|
| 8801 | <item name="Electronics Repair" icon="presets/craft/electronics_repair.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8802 | <link wiki="Tag:craft=electronics_repair" />
|
|---|
| 8803 | <space />
|
|---|
| 8804 | <key key="craft" value="electronics_repair" />
|
|---|
| 8805 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8806 | <reference ref="link_contact_address" />
|
|---|
| 8807 | <optional>
|
|---|
| 8808 | <checkgroup>
|
|---|
| 8809 | <check key="mobile_phone:repair" text="Repairs mobile phones" />
|
|---|
| 8810 | <check key="computer:repair" text="Repairs computers" />
|
|---|
| 8811 | <check key="camera:repair" text="Repairs cameras" />
|
|---|
| 8812 | <check key="hifi:repair" text="Repairs hifi equipment" />
|
|---|
| 8813 | </checkgroup>
|
|---|
| 8814 | </optional>
|
|---|
| 8815 | </item> <!-- Electrician -->
|
|---|
| 8816 | <item name="Plumber" icon="presets/craft/plumber.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8817 | <link wiki="Tag:craft=plumber" />
|
|---|
| 8818 | <space />
|
|---|
| 8819 | <key key="craft" value="plumber" />
|
|---|
| 8820 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8821 | <reference ref="link_contact_address" />
|
|---|
| 8822 | </item> <!-- Plumber -->
|
|---|
| 8823 | <item name="Hvac" icon="presets/craft/hvac.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8824 | <link wiki="Tag:craft=hvac" />
|
|---|
| 8825 | <space />
|
|---|
| 8826 | <key key="craft" value="hvac" />
|
|---|
| 8827 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8828 | <reference ref="link_contact_address" />
|
|---|
| 8829 | </item> <!-- Hvac -->
|
|---|
| 8830 | <item name="Painter" icon="presets/craft/painter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8831 | <link wiki="Tag:craft=painter" />
|
|---|
| 8832 | <space />
|
|---|
| 8833 | <key key="craft" value="painter" />
|
|---|
| 8834 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8835 | <reference ref="link_contact_address" />
|
|---|
| 8836 | </item> <!-- Painter -->
|
|---|
| 8837 | <item name="Tiler" icon="presets/craft/tiler.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8838 | <link wiki="Tag:craft=tiler" />
|
|---|
| 8839 | <space />
|
|---|
| 8840 | <key key="craft" value="tiler" />
|
|---|
| 8841 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8842 | <reference ref="link_contact_address" />
|
|---|
| 8843 | </item> <!-- Tiler -->
|
|---|
| 8844 | <item name="Window construction" icon="presets/craft/window_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8845 | <link wiki="Tag:craft=window_construction" />
|
|---|
| 8846 | <space />
|
|---|
| 8847 | <key key="craft" value="window_construction" />
|
|---|
| 8848 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8849 | <reference ref="link_contact_address" />
|
|---|
| 8850 | </item> <!-- Window construction -->
|
|---|
| 8851 | <item name="Carpenter" icon="presets/craft/carpenter.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8852 | <link wiki="Tag:craft=carpenter" />
|
|---|
| 8853 | <space />
|
|---|
| 8854 | <key key="craft" value="carpenter" />
|
|---|
| 8855 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8856 | <reference ref="link_contact_address" />
|
|---|
| 8857 | </item> <!-- Carpenter -->
|
|---|
| 8858 | <item name="Roofer" icon="presets/craft/roofer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8859 | <link wiki="Tag:craft=roofer" />
|
|---|
| 8860 | <space />
|
|---|
| 8861 | <key key="craft" value="roofer" />
|
|---|
| 8862 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8863 | <reference ref="link_contact_address" />
|
|---|
| 8864 | </item> <!-- Roofer -->
|
|---|
| 8865 | <separator/> <!-- apartment/house group -->
|
|---|
| 8866 | <item name="Photographer" icon="presets/craft/photographer.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8867 | <link wiki="Tag:craft=photographer" />
|
|---|
| 8868 | <space />
|
|---|
| 8869 | <key key="craft" value="photographer" />
|
|---|
| 8870 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8871 | <reference ref="link_contact_address" />
|
|---|
| 8872 | </item> <!-- Photographer -->
|
|---|
| 8873 | <item name="Handicraft" icon="presets/craft/handicraft.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8874 | <link wiki="Tag:craft=handicraft" />
|
|---|
| 8875 | <space />
|
|---|
| 8876 | <key key="craft" value="handicraft" />
|
|---|
| 8877 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8878 | <reference ref="link_contact_address" />
|
|---|
| 8879 | </item> <!-- Handicraft -->
|
|---|
| 8880 | <item name="Pottery" icon="presets/craft/pottery.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8881 | <link wiki="Tag:craft=pottery" />
|
|---|
| 8882 | <space />
|
|---|
| 8883 | <key key="craft" value="pottery" />
|
|---|
| 8884 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8885 | <reference ref="link_contact_address" />
|
|---|
| 8886 | </item> <!-- Pottery -->
|
|---|
| 8887 | <item name="Gardener" icon="presets/craft/gardener.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8888 | <link wiki="Tag:craft=gardener" />
|
|---|
| 8889 | <space />
|
|---|
| 8890 | <key key="craft" value="gardener" />
|
|---|
| 8891 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8892 | <reference ref="link_contact_address" />
|
|---|
| 8893 | </item> <!-- Gardener -->
|
|---|
| 8894 | <item name="Shoemaker" icon="presets/craft/shoemaker.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8895 | <link wiki="Tag:craft=shoemaker" />
|
|---|
| 8896 | <space />
|
|---|
| 8897 | <key key="craft" value="shoemaker" />
|
|---|
| 8898 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8899 | <reference ref="link_contact_address" />
|
|---|
| 8900 | </item> <!-- Shoemaker -->
|
|---|
| 8901 | <separator/> <!-- other "soft"/art craft group -->
|
|---|
| 8902 | <item name="Sawmill" icon="presets/craft/sawmill.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8903 | <link wiki="Tag:craft=sawmill" />
|
|---|
| 8904 | <space />
|
|---|
| 8905 | <key key="craft" value="sawmill" />
|
|---|
| 8906 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8907 | <reference ref="link_contact_address" />
|
|---|
| 8908 | </item> <!-- Sawmill -->
|
|---|
| 8909 | <item name="Stonemason" icon="presets/craft/stonemason.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8910 | <link wiki="Tag:craft=stonemason" />
|
|---|
| 8911 | <space />
|
|---|
| 8912 | <key key="craft" value="stonemason" />
|
|---|
| 8913 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8914 | <reference ref="link_contact_address" />
|
|---|
| 8915 | </item> <!-- Stonemason -->
|
|---|
| 8916 | <item name="Blacksmith" icon="presets/craft/blacksmith.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8917 | <link wiki="Tag:craft=blacksmith" />
|
|---|
| 8918 | <space />
|
|---|
| 8919 | <key key="craft" value="blacksmith" />
|
|---|
| 8920 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8921 | <reference ref="link_contact_address" />
|
|---|
| 8922 | </item> <!-- Blacksmith -->
|
|---|
| 8923 | <item name="Metal construction" icon="presets/craft/metal_construction.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 8924 | <link wiki="Tag:craft=metal_construction" />
|
|---|
| 8925 | <space />
|
|---|
| 8926 | <key key="craft" value="metal_construction" />
|
|---|
| 8927 | <reference ref="name_operator_oh_wheelchair" />
|
|---|
| 8928 | <reference ref="link_contact_address" />
|
|---|
| 8929 | </item> <!-- Metal construction -->
|
|---|
| 8930 | <!-- other "hard" craft group -->
|
|---|
| 8931 | </group> <!-- Craft -->
|
|---|
| 8932 | <group name="Geography" icon="presets/landmark/peak.svg">
|
|---|
| 8933 | <group name="Boundaries" icon="presets/misc/boundaries.svg">
|
|---|
| 8934 | <item name="Administrative" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
|---|
| 8935 | <link wiki="Tag:boundary=administrative" />
|
|---|
| 8936 | <space />
|
|---|
| 8937 | <key key="boundary" value="administrative" />
|
|---|
| 8938 | <text key="name" text="Name" />
|
|---|
| 8939 | <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
|
|---|
| 8940 | <check key="maritime" text="Maritime" disable_off="true" />
|
|---|
| 8941 | </item> <!-- Administrative -->
|
|---|
| 8942 | <item name="Political" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
|---|
| 8943 | <link wiki="Tag:boundary=political" />
|
|---|
| 8944 | <space />
|
|---|
| 8945 | <key key="boundary" value="political" />
|
|---|
| 8946 | <combo key="political_division" text="Division" values="canton,linguistic_community,ward" />
|
|---|
| 8947 | <text key="name" text="Name" />
|
|---|
| 8948 | </item> <!-- Political -->
|
|---|
| 8949 | <item name="Postal Code" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
|---|
| 8950 | <link wiki="Tag:boundary=postal_code" />
|
|---|
| 8951 | <space />
|
|---|
| 8952 | <key key="boundary" value="postal_code" />
|
|---|
| 8953 | <text key="postal_code" text="Postal Code" />
|
|---|
| 8954 | </item> <!-- Postal Code -->
|
|---|
| 8955 | <item name="National Park" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
|---|
| 8956 | <link wiki="Tag:boundary=national_park" />
|
|---|
| 8957 | <space />
|
|---|
| 8958 | <key key="boundary" value="national_park" />
|
|---|
| 8959 | <text key="name" text="Name" />
|
|---|
| 8960 | </item> <!-- National Park -->
|
|---|
| 8961 | <item name="Protected Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
|---|
| 8962 | <link wiki="Tag:boundary=protected_area" />
|
|---|
| 8963 | <space />
|
|---|
| 8964 | <key key="boundary" value="protected_area" />
|
|---|
| 8965 | <text key="protect_class" text="Protect Class" length="2" />
|
|---|
| 8966 | <text key="protection_title" text="Title or type of protection" />
|
|---|
| 8967 | <optional>
|
|---|
| 8968 | <reference ref="name_operator" />
|
|---|
| 8969 | <reference ref="oh" />
|
|---|
| 8970 | <reference ref="wikipedia_wikidata" />
|
|---|
| 8971 | <text key="start_date" text="Start date" />
|
|---|
| 8972 | </optional>
|
|---|
| 8973 | </item> <!-- Protected Area -->
|
|---|
| 8974 | <item name="Hazardous Area" icon="presets/misc/boundaries.svg" type="closedway,relation" preset_name_label="true">
|
|---|
| 8975 | <link wiki="Tag:boundary=hazard" />
|
|---|
| 8976 | <space />
|
|---|
| 8977 | <key key="boundary" value="hazard" />
|
|---|
| 8978 | <combo key="hazard" text="Hazard" values="contamination,minefield,nuclear,shooting_range,unexploded_ordnance" values_context="hazard" />
|
|---|
| 8979 | <optional>
|
|---|
| 8980 | <text key="related_law" text="Related law" />
|
|---|
| 8981 | </optional>
|
|---|
| 8982 | </item> <!-- Hazardous Area -->
|
|---|
| 8983 | <item name="Maritime" icon="presets/misc/boundaries.svg" type="way,closedway,relation" preset_name_label="true">
|
|---|
| 8984 | <link wiki="Tag:boundary=maritime" />
|
|---|
| 8985 | <space />
|
|---|
| 8986 | <key key="boundary" value="maritime" />
|
|---|
| 8987 | <combo key="border_type" text="Border type" values="baseline,contiguous,eez,territorial" />
|
|---|
| 8988 | <text key="name" text="Name" />
|
|---|
| 8989 | </item> <!-- Maritime -->
|
|---|
| 8990 | <separator/>
|
|---|
| 8991 | <item name="Boundary Marker" icon="presets/landmark/boundary_marker.svg" type="node" preset_name_label="true">
|
|---|
| 8992 | <link wiki="Tag:boundary=marker" />
|
|---|
| 8993 | <space />
|
|---|
| 8994 | <key key="boundary" value="marker" />
|
|---|
| 8995 | <optional>
|
|---|
| 8996 | <reference ref="name_ref" />
|
|---|
| 8997 | <text key="inscription" text="Inscription" multiline="true" />
|
|---|
| 8998 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" />
|
|---|
| 8999 | </optional>
|
|---|
| 9000 | <preset_link preset_name="Boundary Stone" text="Similar but different tags:" />
|
|---|
| 9001 | </item> <!-- Boundary Marker -->
|
|---|
| 9002 | </group> <!-- Boundaries -->
|
|---|
| 9003 | <group name="Places" icon="presets/place/isolated_dwelling.svg">
|
|---|
| 9004 | <item name="Continent" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9005 | <link wiki="Tag:place=continent" />
|
|---|
| 9006 | <space />
|
|---|
| 9007 | <key key="place" value="continent" />
|
|---|
| 9008 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9009 | </item> <!-- Continent -->
|
|---|
| 9010 | <item name="Country" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9011 | <link wiki="Tag:place=country" />
|
|---|
| 9012 | <space />
|
|---|
| 9013 | <key key="place" value="country" />
|
|---|
| 9014 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9015 | </item> <!-- Country -->
|
|---|
| 9016 | <item name="State" icon="presets/place/capital.svg" name_context="place" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9017 | <link wiki="Tag:place=state" />
|
|---|
| 9018 | <space />
|
|---|
| 9019 | <key key="place" value="state" />
|
|---|
| 9020 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9021 | </item> <!-- State -->
|
|---|
| 9022 | <item name="Region" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9023 | <link wiki="Tag:place=region" />
|
|---|
| 9024 | <space />
|
|---|
| 9025 | <key key="place" value="region" />
|
|---|
| 9026 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9027 | </item> <!-- Region -->
|
|---|
| 9028 | <item name="County" icon="presets/place/capital.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9029 | <link wiki="Tag:place=county" />
|
|---|
| 9030 | <space />
|
|---|
| 9031 | <key key="place" value="county" />
|
|---|
| 9032 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9033 | <reference ref="population_postcode_website" />
|
|---|
| 9034 | </item> <!-- County -->
|
|---|
| 9035 | <separator/>
|
|---|
| 9036 | <item name="City" icon="presets/place/city.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9037 | <link wiki="Tag:place=city" />
|
|---|
| 9038 | <space />
|
|---|
| 9039 | <key key="place" value="city" />
|
|---|
| 9040 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9041 | <reference ref="population_postcode_website" />
|
|---|
| 9042 | </item> <!-- City -->
|
|---|
| 9043 | <item name="Town" icon="presets/place/town.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9044 | <link wiki="Tag:place=town" />
|
|---|
| 9045 | <space />
|
|---|
| 9046 | <key key="place" value="town" />
|
|---|
| 9047 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9048 | <reference ref="population_postcode_website" />
|
|---|
| 9049 | </item> <!-- Town -->
|
|---|
| 9050 | <item name="Village" icon="presets/place/village.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9051 | <link wiki="Tag:place=village" />
|
|---|
| 9052 | <space />
|
|---|
| 9053 | <key key="place" value="village" />
|
|---|
| 9054 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9055 | <reference ref="population_postcode_website" />
|
|---|
| 9056 | </item> <!-- Village -->
|
|---|
| 9057 | <item name="Hamlet" icon="presets/place/hamlet.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9058 | <link wiki="Tag:place=hamlet" />
|
|---|
| 9059 | <space />
|
|---|
| 9060 | <key key="place" value="hamlet" />
|
|---|
| 9061 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9062 | <reference ref="population_postcode_website" />
|
|---|
| 9063 | </item> <!-- Hamlet -->
|
|---|
| 9064 | <item name="Isolated Dwelling" icon="presets/place/isolated_dwelling.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9065 | <link wiki="Tag:place=isolated_dwelling" />
|
|---|
| 9066 | <space />
|
|---|
| 9067 | <key key="place" value="isolated_dwelling" />
|
|---|
| 9068 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9069 | <reference ref="population_postcode_website" />
|
|---|
| 9070 | </item> <!-- Isolated Dwelling -->
|
|---|
| 9071 | <separator/>
|
|---|
| 9072 | <item name="Suburb" icon="presets/place/suburb.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9073 | <link wiki="Tag:place=suburb" />
|
|---|
| 9074 | <space />
|
|---|
| 9075 | <key key="place" value="suburb" />
|
|---|
| 9076 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9077 | <reference ref="population_postcode_website" />
|
|---|
| 9078 | </item> <!-- Suburb -->
|
|---|
| 9079 | <item name="Quarter" icon="presets/place/quarter.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9080 | <link wiki="Tag:place=quarter" />
|
|---|
| 9081 | <space />
|
|---|
| 9082 | <key key="place" value="quarter" />
|
|---|
| 9083 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9084 | <text key="population" text="Population" />
|
|---|
| 9085 | <text key="website" text="Website" />
|
|---|
| 9086 | </item> <!-- Quarter -->
|
|---|
| 9087 | <item name="Neighbourhood" icon="presets/place/neighbourhood.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9088 | <link wiki="Tag:place=neighbourhood" />
|
|---|
| 9089 | <space />
|
|---|
| 9090 | <key key="place" value="neighbourhood" />
|
|---|
| 9091 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9092 | <text key="population" text="Population" />
|
|---|
| 9093 | <text key="website" text="Website" />
|
|---|
| 9094 | </item> <!-- Neighbourhood -->
|
|---|
| 9095 | <item name="Municipality" icon="presets/place/municipality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9096 | <link wiki="Tag:place=municipality" />
|
|---|
| 9097 | <space />
|
|---|
| 9098 | <key key="place" value="municipality" />
|
|---|
| 9099 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9100 | <text key="population" text="Population" />
|
|---|
| 9101 | <text key="website" text="Website" />
|
|---|
| 9102 | </item>
|
|---|
| 9103 | <item name="Farm" icon="presets/place/farm.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9104 | <link wiki="Tag:place=farm" />
|
|---|
| 9105 | <space />
|
|---|
| 9106 | <label text="A farm within a bigger settlement" />
|
|---|
| 9107 | <label text="(please use isolated_dwelling for an isolated farm)" />
|
|---|
| 9108 | <space />
|
|---|
| 9109 | <key key="place" value="farm" />
|
|---|
| 9110 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9111 | <reference ref="population_postcode_website" />
|
|---|
| 9112 | </item> <!-- Farm -->
|
|---|
| 9113 | <separator/>
|
|---|
| 9114 | <item name="City Block" icon="presets/place/cityblock.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9115 | <link wiki="Tag:place=city_block" />
|
|---|
| 9116 | <space />
|
|---|
| 9117 | <key key="place" value="city_block" />
|
|---|
| 9118 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9119 | </item> <!-- City Block -->
|
|---|
| 9120 | <item name="Locality" icon="presets/place/locality.svg" type="node,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9121 | <link wiki="Tag:place=locality" />
|
|---|
| 9122 | <space />
|
|---|
| 9123 | <key key="place" value="locality" />
|
|---|
| 9124 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9125 | </item> <!-- Locality -->
|
|---|
| 9126 | <item name="Square" icon="presets/place/square.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9127 | <link wiki="Tag:place=square" />
|
|---|
| 9128 | <space />
|
|---|
| 9129 | <key key="place" value="square" />
|
|---|
| 9130 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9131 | </item> <!-- Square -->
|
|---|
| 9132 | </group> <!-- Places -->
|
|---|
| 9133 | <group name="Geography" icon="presets/landmark/peak.svg">
|
|---|
| 9134 | <item name="Peak" icon="presets/landmark/peak.svg" type="node" preset_name_label="true">
|
|---|
| 9135 | <link wiki="Tag:natural=peak" />
|
|---|
| 9136 | <space />
|
|---|
| 9137 | <label text="The top (summit) of a mountain or hill." />
|
|---|
| 9138 | <space />
|
|---|
| 9139 | <key key="natural" value="peak" />
|
|---|
| 9140 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9141 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 9142 | </item> <!-- Peak -->
|
|---|
| 9143 | <item name="Saddle" icon="presets/landmark/saddle.svg" type="node" preset_name_label="true">
|
|---|
| 9144 | <link wiki="Tag:natural=saddle" />
|
|---|
| 9145 | <space />
|
|---|
| 9146 | <label text="A saddle point between mountains or hills." />
|
|---|
| 9147 | <space/>
|
|---|
| 9148 | <key key="natural" value="saddle" />
|
|---|
| 9149 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9150 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 9151 | </item> <!-- Saddle -->
|
|---|
| 9152 | <item name="Glacier" icon="presets/landmark/glacier.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9153 | <link wiki="Tag:natural=glacier" />
|
|---|
| 9154 | <space />
|
|---|
| 9155 | <label text="A persistent body of dense ice that is constantly moving under its own weight." />
|
|---|
| 9156 | <space />
|
|---|
| 9157 | <key key="natural" value="glacier" />
|
|---|
| 9158 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9159 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 9160 | </item> <!-- Glacier -->
|
|---|
| 9161 | <item name="Volcano" icon="presets/landmark/volcano.svg" type="node" preset_name_label="true">
|
|---|
| 9162 | <link wiki="Tag:natural=volcano" />
|
|---|
| 9163 | <space />
|
|---|
| 9164 | <label text="A volcano, either dormant, extinct or active." />
|
|---|
| 9165 | <space />
|
|---|
| 9166 | <key key="natural" value="volcano" />
|
|---|
| 9167 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9168 | <text key="ele" text="Elevation (meters)" length="10" />
|
|---|
| 9169 | <optional>
|
|---|
| 9170 | <combo key="volcano:status" text="Current Status" values="active,dormant,extinct" values_context="volcano" />
|
|---|
| 9171 | <combo key="volcano:type" text="Type" values="stratovolcano,shield,scoria" />
|
|---|
| 9172 | </optional>
|
|---|
| 9173 | </item> <!-- Volcano -->
|
|---|
| 9174 | <item name="Arête" icon="presets/landmark/arete.svg" type="way" preset_name_label="true">
|
|---|
| 9175 | <link wiki="Tag:natural=arete" />
|
|---|
| 9176 | <space />
|
|---|
| 9177 | <key key="natural" value="arete" />
|
|---|
| 9178 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9179 | <preset_link preset_name="Ridge" text="Similar but different tags:" />
|
|---|
| 9180 | </item> <!-- Arête -->
|
|---|
| 9181 | <item name="Ridge" icon="presets/landmark/ridge.svg" type="way" preset_name_label="true">
|
|---|
| 9182 | <link wiki="Tag:natural=ridge" />
|
|---|
| 9183 | <space />
|
|---|
| 9184 | <label text="A mountain or hill ridge." />
|
|---|
| 9185 | <space />
|
|---|
| 9186 | <key key="natural" value="ridge" />
|
|---|
| 9187 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9188 | <preset_link preset_name="Arête" text="Similar but different tags:" />
|
|---|
| 9189 | </item> <!-- Ridge -->
|
|---|
| 9190 | <item name="Valley" icon="presets/landmark/valley.svg" type="way" preset_name_label="true">
|
|---|
| 9191 | <link wiki="Tag:natural=valley" />
|
|---|
| 9192 | <space />
|
|---|
| 9193 | <label text="A low area between hills." />
|
|---|
| 9194 | <space />
|
|---|
| 9195 | <key key="natural" value="valley" />
|
|---|
| 9196 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9197 | </item> <!-- Valley -->
|
|---|
| 9198 | <item name="Cliff" icon="presets/misc/cliff.svg" type="node,way,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9199 | <link wiki="Tag:natural=cliff" />
|
|---|
| 9200 | <space />
|
|---|
| 9201 | <label text="A steep rock face exposure, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
|
|---|
| 9202 | <space />
|
|---|
| 9203 | <key key="natural" value="cliff" />
|
|---|
| 9204 | <text key="name" text="Name" />
|
|---|
| 9205 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 9206 | </item> <!-- Cliff -->
|
|---|
| 9207 | <item name="Earth Bank" icon="presets/misc/earth_bank.svg" type="way" preset_name_label="true">
|
|---|
| 9208 | <link wiki="Tag:natural=earth_bank" />
|
|---|
| 9209 | <space />
|
|---|
| 9210 | <label text="A steep earth bank, with a significant vertical, or near vertical (leave the lower face to the right of the way)." />
|
|---|
| 9211 | <space />
|
|---|
| 9212 | <key key="natural" value="earth_bank" />
|
|---|
| 9213 | <text key="depth" text="Depth (meters)" />
|
|---|
| 9214 | <combo key="earth_bank" values="gully,scarp,cut_bank,grassy_steep_slope" text="Type"/>
|
|---|
| 9215 |
|
|---|
| 9216 | <preset_link preset_name="Cliff" text="Similar but different tags:" />
|
|---|
| 9217 | <preset_link preset_name="Ditch" text="Similar but different tags:" />
|
|---|
| 9218 | <preset_link preset_name="Embankment" text="Similar but different tags:" />
|
|---|
| 9219 | <preset_link preset_name="Valley" text="Similar but different tags:" />
|
|---|
| 9220 | </item> <!-- Earth Bank -->
|
|---|
| 9221 | <item name="Sinkhole" icon="presets/landmark/sinkhole.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 9222 | <link wiki="Tag:natural=sinkhole" />
|
|---|
| 9223 | <space />
|
|---|
| 9224 | <key key="natural" value="sinkhole" />
|
|---|
| 9225 | <combo key="sinkhole" text="Type" values_searchable="true">
|
|---|
| 9226 | <list_entry value="bluehole" icon="presets/landmark/bluehole.svg" />
|
|---|
| 9227 | <list_entry value="doline" icon="presets/landmark/doline.svg" />
|
|---|
| 9228 | <list_entry value="estavelle" icon="presets/landmark/estavelle.svg" />
|
|---|
| 9229 | <list_entry value="pit" icon="presets/landmark/pit.svg" />
|
|---|
| 9230 | <list_entry value="ponor" icon="presets/landmark/ponor.svg" />
|
|---|
| 9231 | </combo>
|
|---|
| 9232 | <optional>
|
|---|
| 9233 | <check key="anthropogenic" text="Caused by human activity" disable_off="true" />
|
|---|
| 9234 | <check key="refitted" text="Modified by human hand" disable_off="true" />
|
|---|
| 9235 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9236 | </optional>
|
|---|
| 9237 | </item> <!-- Sinkhole -->
|
|---|
| 9238 | <item name="Cave Entrance" icon="presets/landmark/cave_entrance.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 9239 | <link wiki="Tag:natural=cave_entrance" />
|
|---|
| 9240 | <space />
|
|---|
| 9241 | <label text="The entrance to a cave." />
|
|---|
| 9242 | <space />
|
|---|
| 9243 | <key key="natural" value="cave_entrance" />
|
|---|
| 9244 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9245 | <reference ref="oh_wheelchair" />
|
|---|
| 9246 | <reference ref="POI_access" />
|
|---|
| 9247 | <reference ref="fee" />
|
|---|
| 9248 | </item> <!-- Cave Entrance -->
|
|---|
| 9249 | <separator/>
|
|---|
| 9250 | <item name="Island" icon="presets/place/island.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9251 | <link wiki="Tag:place=island" />
|
|---|
| 9252 | <space />
|
|---|
| 9253 | <key key="place" value="island" />
|
|---|
| 9254 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9255 | </item> <!-- Island -->
|
|---|
| 9256 | <item name="Islet" icon="presets/place/islet.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9257 | <link wiki="Tag:place=islet" />
|
|---|
| 9258 | <space />
|
|---|
| 9259 | <key key="place" value="islet" />
|
|---|
| 9260 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9261 | </item> <!-- Islet -->
|
|---|
| 9262 | <item name="Reef" icon="presets/landmark/reef.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9263 | <link wiki="Tag:natural=reef" />
|
|---|
| 9264 | <space />
|
|---|
| 9265 | <key key="natural" value="reef" />
|
|---|
| 9266 | <text key="name" text="Name" />
|
|---|
| 9267 | <combo key="reef" text="Type" values="coral,oyster,rock,sand" />
|
|---|
| 9268 | </item> <!-- Reef -->
|
|---|
| 9269 | </group> <!-- Geography -->
|
|---|
| 9270 | <group name="Nature" icon="presets/landmark/trees.svg">
|
|---|
| 9271 | <item name="Shrub" icon="presets/landmark/shrub.svg" type="node" preset_name_label="true">
|
|---|
| 9272 | <link wiki="Tag:natural=shrub" />
|
|---|
| 9273 | <space />
|
|---|
| 9274 | <label text="A single shrub." />
|
|---|
| 9275 | <space />
|
|---|
| 9276 | <key key="natural" value="shrub" />
|
|---|
| 9277 | <optional>
|
|---|
| 9278 | <reference ref="genus_species_taxon" />
|
|---|
| 9279 | <space />
|
|---|
| 9280 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 9281 | <space />
|
|---|
| 9282 | <text key="name" text="Name" />
|
|---|
| 9283 | <text key="start_date" text="Start date" />
|
|---|
| 9284 | </optional>
|
|---|
| 9285 | <preset_link preset_name="Shrubbery" text="Similar but different tags:" />
|
|---|
| 9286 | </item> <!-- Shrub -->
|
|---|
| 9287 | <item name="Tree" icon="presets/landmark/trees.svg" type="node" preset_name_label="true">
|
|---|
| 9288 | <link wiki="Tag:natural=tree" />
|
|---|
| 9289 | <space />
|
|---|
| 9290 | <label text="A single tree." />
|
|---|
| 9291 | <space />
|
|---|
| 9292 | <key key="natural" value="tree" />
|
|---|
| 9293 | <reference ref="leaf_without_mixed" />
|
|---|
| 9294 | <combo key="denotation" text="Denotation" values_searchable="true" values_context="tree denotation" >
|
|---|
| 9295 | <list_entry value="landmark" short_description="Trees remarkable due to its size or prominent location, usually visible from great distances and useful for navigation." />
|
|---|
| 9296 | <list_entry value="natural_monument" short_description="Especially old tree, often with a particular shape. Usually protected for its uniqueness." />
|
|---|
| 9297 | <list_entry value="avenue" short_description="Trees aligned along a road." />
|
|---|
| 9298 | <list_entry value="urban" short_description="Trees found within settlements, e.g. in parks or spread through residential areas." />
|
|---|
| 9299 | <list_entry value="agricultural" short_description="Trees in agricultural use." />
|
|---|
| 9300 | </combo>
|
|---|
| 9301 | <optional>
|
|---|
| 9302 | <reference ref="genus_species_taxon" />
|
|---|
| 9303 | <space />
|
|---|
| 9304 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 9305 | <text key="diameter_crown" text="Diameter crown (meters)" />
|
|---|
| 9306 | <text key="circumference" text="Circumference (meters)" />
|
|---|
| 9307 | <space />
|
|---|
| 9308 | <text key="name" text="Name" />
|
|---|
| 9309 | <text key="start_date" text="Start date" />
|
|---|
| 9310 | </optional>
|
|---|
| 9311 | </item> <!-- Tree -->
|
|---|
| 9312 | <item name="Tree Row" icon="presets/landmark/tree_row.svg" type="way" preset_name_label="true">
|
|---|
| 9313 | <link wiki="Tag:natural=tree_row" />
|
|---|
| 9314 | <space />
|
|---|
| 9315 | <label text="A line of trees." />
|
|---|
| 9316 | <space />
|
|---|
| 9317 | <key key="natural" value="tree_row" />
|
|---|
| 9318 | <reference ref="leaf" />
|
|---|
| 9319 | <optional>
|
|---|
| 9320 | <reference ref="genus_species_taxon" />
|
|---|
| 9321 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 9322 | </optional>
|
|---|
| 9323 | </item> <!-- Tree Row -->
|
|---|
| 9324 | <item name="Shrubbery" icon="presets/landmark/shrubbery.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9325 | <link wiki="Tag:natural=shrubbery" />
|
|---|
| 9326 | <space />
|
|---|
| 9327 | <label text="An area of shrubbery that is actively maintained or pruned by humans." />
|
|---|
| 9328 | <space />
|
|---|
| 9329 | <key key="natural" value="shrubbery" />
|
|---|
| 9330 | <optional>
|
|---|
| 9331 | <combo key="shrubbery:density" text="Effective density" values_searchable="true" values_sort="false">
|
|---|
| 9332 | <list_entry value="sparse" icon="presets/landmark/shrubbery/shrubbery_density_sparse.svg" short_description="Sparsely planted shrubbery. Generally speaking able-bodied persons could walk through them (although this is usually not desirable)." />
|
|---|
| 9333 | <list_entry value="medium" icon="presets/landmark/shrubbery/shrubbery_density_medium.svg" short_description="Shrubbery with a medium density. Able-bodied persons might be able to barge through it, but it takes some effort and might result in scratches or soiled clothing." />
|
|---|
| 9334 | <list_entry value="dense" icon="presets/landmark/shrubbery/shrubbery_density_dense.svg" short_description="Densely planted shrubbery. Effectively impassible without damaging the shrubbery (which at this point often acts as a hedge) and getting your clothes torn." />
|
|---|
| 9335 | </combo>
|
|---|
| 9336 | <text key="height" text="(Average) height" length="7" />
|
|---|
| 9337 | <text key="shrubbery:shape" text="Shape (useful for hedges etc.)" />
|
|---|
| 9338 | <space />
|
|---|
| 9339 | <reference ref="genus_species_taxon"/>
|
|---|
| 9340 | <space />
|
|---|
| 9341 | <reference ref="leaf"/>
|
|---|
| 9342 | </optional>
|
|---|
| 9343 | <preset_link preset_name="Shrub" text="Similar but different tags:" />
|
|---|
| 9344 | </item> <!-- Shrubbery -->
|
|---|
| 9345 | <separator />
|
|---|
| 9346 | <item name="Wood" icon="presets/landmark/forest.svg" type="closedway,multipolygon" name_context="natural" preset_name_label="true">
|
|---|
| 9347 | <link wiki="Tag:natural=wood" />
|
|---|
| 9348 | <space />
|
|---|
| 9349 | <label text="Woodland where timber production does not dominate use." />
|
|---|
| 9350 | <space />
|
|---|
| 9351 | <key key="natural" value="wood" />
|
|---|
| 9352 | <text key="name" text="Name" />
|
|---|
| 9353 | <reference ref="leaf" />
|
|---|
| 9354 | <reference ref="managed" />
|
|---|
| 9355 | </item> <!-- Wood -->
|
|---|
| 9356 | <item name="Forest" icon="presets/landmark/forest.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9357 | <link wiki="Tag:landuse=forest" />
|
|---|
| 9358 | <space />
|
|---|
| 9359 | <key key="landuse" value="forest" />
|
|---|
| 9360 | <reference ref="leaf" />
|
|---|
| 9361 | <reference ref="optional_name" />
|
|---|
| 9362 | </item> <!-- Forest -->
|
|---|
| 9363 | <item name="Cutline" icon="presets/landmark/cutline.svg" type="way" preset_name_label="true">
|
|---|
| 9364 | <link wiki="Tag:man_made=cutline" />
|
|---|
| 9365 | <space />
|
|---|
| 9366 | <key key="man_made" value="cutline" />
|
|---|
| 9367 | <combo key="cutline" text="Type" values="border,firebreak,hunting,loggingmachine,pipeline,piste,section" values_context="cutline" />
|
|---|
| 9368 | </item> <!-- Cutline -->
|
|---|
| 9369 | <item name="Grassland" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9370 | <link wiki="Tag:natural=grassland" />
|
|---|
| 9371 | <space />
|
|---|
| 9372 | <label text="Where vegetation is dominated by grasses (Poaceae) and other herbaceous (non-woody) plants. Excludes cultivated areas and wetlands." />
|
|---|
| 9373 | <space />
|
|---|
| 9374 | <key key="natural" value="grassland" />
|
|---|
| 9375 | <text key="name" text="Name" />
|
|---|
| 9376 | <combo key="grassland" text="Type" values="pampas,prairie,puszta,savanna,steppe,veld" />
|
|---|
| 9377 | </item> <!-- Grassland -->
|
|---|
| 9378 | <item name="Nature Reserve" icon="presets/leisure/nature_reserve.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9379 | <link wiki="Tag:leisure=nature_reserve" />
|
|---|
| 9380 | <space />
|
|---|
| 9381 | <key key="leisure" value="nature_reserve" />
|
|---|
| 9382 | <text key="name" text="Name" />
|
|---|
| 9383 | </item> <!-- Nature Reserve -->
|
|---|
| 9384 | <separator/>
|
|---|
| 9385 | <item name="Scree" icon="presets/landuse/scree.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9386 | <link wiki="Tag:natural=scree" />
|
|---|
| 9387 | <space />
|
|---|
| 9388 | <label text="An accumulation of loose angular rocks." />
|
|---|
| 9389 | <space />
|
|---|
| 9390 | <key key="natural" value="scree" />
|
|---|
| 9391 | <text key="name" text="Name" />
|
|---|
| 9392 | </item> <!-- Scree -->
|
|---|
| 9393 | <item name="Shingle" icon="presets/landuse/shingle.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9394 | <link wiki="Tag:natural=shingle" />
|
|---|
| 9395 | <space />
|
|---|
| 9396 | <label text="An accumulation of loose rounded rocks on a beach or riverbed." />
|
|---|
| 9397 | <space />
|
|---|
| 9398 | <key key="natural" value="shingle" />
|
|---|
| 9399 | <text key="name" text="Name" />
|
|---|
| 9400 | </item> <!-- Shingle -->
|
|---|
| 9401 | <item name="Fell" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9402 | <link wiki="Tag:natural=fell" />
|
|---|
| 9403 | <space />
|
|---|
| 9404 | <label text="Bare upper lying uncultivated land principally covered with grass and often grazed." />
|
|---|
| 9405 | <space />
|
|---|
| 9406 | <key key="natural" value="fell" />
|
|---|
| 9407 | <text key="name" text="Name" />
|
|---|
| 9408 | <reference ref="managed" />
|
|---|
| 9409 | </item> <!-- Fell -->
|
|---|
| 9410 | <item name="Scrub" icon="presets/landuse/scrub.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9411 | <link wiki="Tag:natural=scrub" />
|
|---|
| 9412 | <space />
|
|---|
| 9413 | <label text="Bare lower lying uncultivated land with bushes but little or no tree cover." />
|
|---|
| 9414 | <space />
|
|---|
| 9415 | <key key="natural" value="scrub" />
|
|---|
| 9416 | <text key="name" text="Name" />
|
|---|
| 9417 | <optional>
|
|---|
| 9418 | <reference ref="leaf" />
|
|---|
| 9419 | </optional>
|
|---|
| 9420 | </item> <!-- Scrub -->
|
|---|
| 9421 | <item name="Heath" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9422 | <link wiki="Tag:natural=heath" />
|
|---|
| 9423 | <space />
|
|---|
| 9424 | <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." />
|
|---|
| 9425 | <space />
|
|---|
| 9426 | <key key="natural" value="heath" />
|
|---|
| 9427 | <text key="name" text="Name" />
|
|---|
| 9428 | <reference ref="managed" />
|
|---|
| 9429 | </item> <!-- Heath -->
|
|---|
| 9430 | <item name="Sand" icon="presets/landuse/sand.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9431 | <link wiki="Tag:natural=sand" />
|
|---|
| 9432 | <space />
|
|---|
| 9433 | <label text="Large area covered with sand." />
|
|---|
| 9434 | <space />
|
|---|
| 9435 | <key key="natural" value="sand" />
|
|---|
| 9436 | <text key="name" text="Name" />
|
|---|
| 9437 | </item> <!-- Sand -->
|
|---|
| 9438 | <item name="Bare Rock" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9439 | <link wiki="Tag:natural=bare_rock" />
|
|---|
| 9440 | <space />
|
|---|
| 9441 | <label text="For areas of solid visible rock that is sparsely vegetated or not vegetated at all." />
|
|---|
| 9442 | <space />
|
|---|
| 9443 | <key key="natural" value="bare_rock" />
|
|---|
| 9444 | <text key="name" text="Name" />
|
|---|
| 9445 | </item> <!-- Bare Rock -->
|
|---|
| 9446 | <item name="Rock" icon="presets/misc/rock.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 9447 | <link wiki="Tag:natural=rock" />
|
|---|
| 9448 | <space />
|
|---|
| 9449 | <label text="A notable rock or group of rocks, with at least one of them firmly attached to the underlying bedrock." />
|
|---|
| 9450 | <space />
|
|---|
| 9451 | <key key="natural" value="rock" />
|
|---|
| 9452 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9453 | <optional>
|
|---|
| 9454 | <check key="tourism" text="Tourism attraction" value_on="attraction" disable_off="true" />
|
|---|
| 9455 | </optional>
|
|---|
| 9456 | </item> <!-- Rock -->
|
|---|
| 9457 | <item name="Stone" icon="presets/misc/stone.svg" type="node,closedway" preset_name_label="true">
|
|---|
| 9458 | <link wiki="Tag:natural=stone" />
|
|---|
| 9459 | <space />
|
|---|
| 9460 | <label text="A single notable free-standing rock, which may differ from the composition of the terrain it lies in." />
|
|---|
| 9461 | <space />
|
|---|
| 9462 | <key key="natural" value="stone" />
|
|---|
| 9463 | <reference ref="name_wikipedia_wikidata" />
|
|---|
| 9464 | <optional>
|
|---|
| 9465 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 9466 | <text key="width" text="Width (meters)" />
|
|---|
| 9467 | </optional>
|
|---|
| 9468 | </item> <!-- Stone -->
|
|---|
| 9469 | </group> <!-- Nature -->
|
|---|
| 9470 | <group name="Land use" icon="presets/landuse/farmland.svg">
|
|---|
| 9471 | <item name="Farmyard" icon="presets/landuse/farmyard.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9472 | <link wiki="Tag:landuse=farmyard" />
|
|---|
| 9473 | <space />
|
|---|
| 9474 | <key key="landuse" value="farmyard" />
|
|---|
| 9475 | <reference ref="optional_name" />
|
|---|
| 9476 | </item> <!-- Farmyard -->
|
|---|
| 9477 | <item name="Farmland" icon="presets/landuse/farmland.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9478 | <link wiki="Tag:landuse=farmland" />
|
|---|
| 9479 | <space />
|
|---|
| 9480 | <key key="landuse" value="farmland" />
|
|---|
| 9481 | <optional>
|
|---|
| 9482 | <combo key="crop" text="Crop" values="barley,cereal,corn,grass,hop,rape,rice,soy,sugarcane,tea,wheat" values_context="crop" />
|
|---|
| 9483 | <text key="name" text="Name" />
|
|---|
| 9484 | <check key="irrigation" text="Center pivot irrigation" value_on="pivot" disable_off="true" />
|
|---|
| 9485 | </optional>
|
|---|
| 9486 | </item> <!-- Farmland -->
|
|---|
| 9487 | <item name="Meadow" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9488 | <link wiki="Tag:landuse=meadow" />
|
|---|
| 9489 | <space />
|
|---|
| 9490 | <key key="landuse" value="meadow" />
|
|---|
| 9491 | <combo key="meadow" text="Type of meadow" values="agricultural,pasture" values_context="meadow" />
|
|---|
| 9492 | <reference ref="optional_name" />
|
|---|
| 9493 | </item> <!-- Meadow -->
|
|---|
| 9494 | <item name="Orchard" icon="presets/landuse/orchard.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9495 | <link wiki="Tag:landuse=orchard" />
|
|---|
| 9496 | <space />
|
|---|
| 9497 | <key key="landuse" value="orchard" />
|
|---|
| 9498 | <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" values_searchable="true" />
|
|---|
| 9499 | <reference ref="optional_name" />
|
|---|
| 9500 | </item> <!-- Orchard -->
|
|---|
| 9501 | <item name="Vineyard" icon="presets/landuse/vineyard.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9502 | <link wiki="Tag:landuse=vineyard" />
|
|---|
| 9503 | <space />
|
|---|
| 9504 | <key key="landuse" value="vineyard" />
|
|---|
| 9505 | <key key="crop" value="grape" match="keyvalue" />
|
|---|
| 9506 | <reference ref="optional_name" />
|
|---|
| 9507 | </item> <!-- Vineyard -->
|
|---|
| 9508 | <item name="Greenhouse Horticulture" icon="presets/landuse/greenhouse_horticulture.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9509 | <link wiki="Tag:landuse=greenhouse_horticulture" />
|
|---|
| 9510 | <space />
|
|---|
| 9511 | <key key="landuse" value="greenhouse_horticulture" />
|
|---|
| 9512 | <reference ref="optional_name_operator" />
|
|---|
| 9513 | </item> <!-- Greenhouse Horticulture -->
|
|---|
| 9514 | <item name="Plant Nursery" icon="presets/landuse/plant_nursery.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9515 | <link wiki="Tag:landuse=plant_nursery" />
|
|---|
| 9516 | <key key="landuse" value="plant_nursery" />
|
|---|
| 9517 | <reference ref="optional_name_operator" />
|
|---|
| 9518 | <space />
|
|---|
| 9519 | <reference ref="leaf" />
|
|---|
| 9520 | <reference ref="genus_species_taxon" />
|
|---|
| 9521 | </item> <!-- Plant Nursery -->
|
|---|
| 9522 | <item name="Salt Pond" icon="presets/landuse/salt_pond.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9523 | <link wiki="Tag:landuse=salt_pond" />
|
|---|
| 9524 | <space />
|
|---|
| 9525 | <key key="landuse" value="salt_pond" />
|
|---|
| 9526 | <reference ref="optional_name_operator" />
|
|---|
| 9527 | </item> <!-- Salt Pond -->
|
|---|
| 9528 | <item name="Aquaculture" icon="presets/landuse/aquaculture.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9529 | <link wiki="Tag:landuse=aquaculture" />
|
|---|
| 9530 | <space />
|
|---|
| 9531 | <key key="landuse" value="aquaculture" />
|
|---|
| 9532 | <combo key="aquaculture" text="Aquaculture" values="shrimp,fish,mussels" />
|
|---|
| 9533 | <reference ref="optional_name_operator" />
|
|---|
| 9534 | </item> <!-- Aquaculture -->
|
|---|
| 9535 | <separator/>
|
|---|
| 9536 | <item name="Allotments" icon="presets/landuse/allotments.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9537 | <link wiki="Tag:landuse=allotments" />
|
|---|
| 9538 | <space />
|
|---|
| 9539 | <key key="landuse" value="allotments" />
|
|---|
| 9540 | <reference ref="optional_name" />
|
|---|
| 9541 | </item> <!-- Allotments -->
|
|---|
| 9542 | <item name="Flowerbed" icon="presets/landuse/flowerbed.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9543 | <link wiki="Tag:landuse=flowerbed" />
|
|---|
| 9544 | <space />
|
|---|
| 9545 | <key key="landuse" value="flowerbed" />
|
|---|
| 9546 | <optional>
|
|---|
| 9547 | <text key="operator" text="Operator" />
|
|---|
| 9548 | <reference ref="genus_species_taxon" />
|
|---|
| 9549 | </optional>
|
|---|
| 9550 | <preset_link preset_name="Garden" text="Similar but different tags:" />
|
|---|
| 9551 | </item> <!-- Flowerbed -->
|
|---|
| 9552 | <item name="Planter" icon="presets/misc/planter.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9553 | <link wiki="Tag:man_made=planter"/>
|
|---|
| 9554 | <space />
|
|---|
| 9555 | <key key="man_made" value="planter"/>
|
|---|
| 9556 | <optional>
|
|---|
| 9557 | <text key="material" text="The material the planter is made out of"/>
|
|---|
| 9558 | <text key="surface" text="The material inside the planter"/>
|
|---|
| 9559 | <check key="barrier" value_on="planter" text="Planter barrier" disable_off="true"/>
|
|---|
| 9560 | </optional>
|
|---|
| 9561 | </item>
|
|---|
| 9562 | <item name="Garden" icon="presets/leisure/garden.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9563 | <link wiki="Tag:leisure=garden" />
|
|---|
| 9564 | <space />
|
|---|
| 9565 | <key key="leisure" value="garden" />
|
|---|
| 9566 | <combo key="garden:type" text="Garden type" values="residential,community,botanical,arboretum" />
|
|---|
| 9567 | <combo key="garden:style" text="Aesthetic / Style" values="english,french,chinese,japanese,persian,zen" />
|
|---|
| 9568 | <optional>
|
|---|
| 9569 | <reference ref="name_operator" />
|
|---|
| 9570 | <reference ref="POI_access" />
|
|---|
| 9571 | </optional>
|
|---|
| 9572 | <preset_link preset_name="Flowerbed" text="Similar but different tags:" />
|
|---|
| 9573 | </item> <!-- Garden -->
|
|---|
| 9574 | <item name="Grass" icon="presets/landuse/meadow.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9575 | <link wiki="Tag:landuse=grass" />
|
|---|
| 9576 | <space />
|
|---|
| 9577 | <key key="landuse" value="grass" />
|
|---|
| 9578 | <reference ref="optional_name" />
|
|---|
| 9579 | </item> <!-- Grass -->
|
|---|
| 9580 | <item name="Village Green" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9581 | <link wiki="Tag:landuse=village_green" />
|
|---|
| 9582 | <space />
|
|---|
| 9583 | <key key="landuse" value="village_green" />
|
|---|
| 9584 | <reference ref="optional_name" />
|
|---|
| 9585 | </item> <!-- Village Green -->
|
|---|
| 9586 | <item name="Park" icon="presets/leisure/park.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9587 | <link wiki="Tag:leisure=park" />
|
|---|
| 9588 | <space />
|
|---|
| 9589 | <key key="leisure" value="park" />
|
|---|
| 9590 | <reference ref="optional_name" />
|
|---|
| 9591 | </item> <!-- Park -->
|
|---|
| 9592 | <item name="Recreation Ground" icon="presets/leisure/common.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9593 | <link wiki="Tag:landuse=recreation_ground" />
|
|---|
| 9594 | <space />
|
|---|
| 9595 | <key key="landuse" value="recreation_ground" />
|
|---|
| 9596 | <reference ref="optional_name" />
|
|---|
| 9597 | </item> <!-- Recreation Ground -->
|
|---|
| 9598 | <separator/>
|
|---|
| 9599 | <item name="Religious" icon="presets/religion/religion.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9600 | <link wiki="Tag:landuse=religious" />
|
|---|
| 9601 | <space />
|
|---|
| 9602 | <key key="landuse" value="religious" />
|
|---|
| 9603 | <text key="name" text="Name" />
|
|---|
| 9604 | <reference ref="religious" />
|
|---|
| 9605 | </item> <!-- Religious -->
|
|---|
| 9606 | <item name="Cemetery" icon="presets/landuse/cemetery.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9607 | <link wiki="Tag:landuse=cemetery" />
|
|---|
| 9608 | <space />
|
|---|
| 9609 | <key key="landuse" value="cemetery" />
|
|---|
| 9610 | <text key="name" text="Name" />
|
|---|
| 9611 | <reference ref="religious" />
|
|---|
| 9612 | </item> <!-- Cemetery -->
|
|---|
| 9613 | <item name="Graveyard" icon="presets/landuse/graveyard.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9614 | <link wiki="Tag:amenity=grave_yard" />
|
|---|
| 9615 | <space />
|
|---|
| 9616 | <key key="amenity" value="grave_yard" />
|
|---|
| 9617 | <text key="name" text="Name" />
|
|---|
| 9618 | <reference ref="religious" />
|
|---|
| 9619 | </item> <!-- Graveyard -->
|
|---|
| 9620 | <item name="Cemetery sector" icon="presets/misc/cemetery_sector.svg" type="node,closedway,multipolygon" preset_name_label="true">
|
|---|
| 9621 | <link wiki="Tag:cemetery=sector" />
|
|---|
| 9622 | <space />
|
|---|
| 9623 | <key key="cemetery" value="sector" />
|
|---|
| 9624 | <optional>
|
|---|
| 9625 | <text key="ref" text="Reference" />
|
|---|
| 9626 | <text key="name" text="Name" />
|
|---|
| 9627 | </optional>
|
|---|
| 9628 | </item> <!-- Cemetery sector-->
|
|---|
| 9629 | <separator/>
|
|---|
| 9630 | <item name="Residential Area" icon="presets/landmark/building.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9631 | <link wiki="Tag:landuse=residential" />
|
|---|
| 9632 | <space />
|
|---|
| 9633 | <key key="landuse" value="residential" />
|
|---|
| 9634 | <reference ref="optional_name" />
|
|---|
| 9635 | <combo key="residential" text="Type" values="apartments,halting_site,rural,single_family,trailer_park,urban" values_context="landuse type" />
|
|---|
| 9636 | </item> <!-- Residential Area -->
|
|---|
| 9637 | <item name="Education" icon="presets/education/education.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9638 | <link wiki="Tag:landuse=education" />
|
|---|
| 9639 | <space />
|
|---|
| 9640 | <key key="landuse" value="education" />
|
|---|
| 9641 | <reference ref="optional_name" />
|
|---|
| 9642 | </item> <!-- Education -->
|
|---|
| 9643 | <item name="Retail" icon="presets/shop/mall.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9644 | <link wiki="Tag:landuse=retail" />
|
|---|
| 9645 | <space />
|
|---|
| 9646 | <key key="landuse" value="retail" />
|
|---|
| 9647 | <reference ref="optional_name" />
|
|---|
| 9648 | </item> <!-- Retail -->
|
|---|
| 9649 | <item name="Commercial" icon="presets/landuse/commercial.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9650 | <link wiki="Tag:landuse=commercial" />
|
|---|
| 9651 | <space />
|
|---|
| 9652 | <key key="landuse" value="commercial" />
|
|---|
| 9653 | <reference ref="optional_name" />
|
|---|
| 9654 | </item> <!-- Commercial -->
|
|---|
| 9655 | <item name="Industrial" icon="presets/landmark/works.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9656 | <link wiki="Tag:landuse=industrial" />
|
|---|
| 9657 | <space />
|
|---|
| 9658 | <key key="landuse" value="industrial" />
|
|---|
| 9659 | <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,wellsite" values_context="industrial" />
|
|---|
| 9660 | <reference ref="optional_name" />
|
|---|
| 9661 | </item> <!-- Industrial -->
|
|---|
| 9662 | <item name="Garages" icon="presets/landuse/garages.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9663 | <link wiki="Tag:landuse=garages" />
|
|---|
| 9664 | <space />
|
|---|
| 9665 | <key key="landuse" value="garages" />
|
|---|
| 9666 | <reference ref="optional_name_operator" />
|
|---|
| 9667 | </item> <!-- Garages -->
|
|---|
| 9668 | <item name="Railway Land" icon="presets/landuse/railway.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9669 | <link wiki="Tag:landuse=railway" />
|
|---|
| 9670 | <space />
|
|---|
| 9671 | <key key="landuse" value="railway" />
|
|---|
| 9672 | <reference ref="optional_name" />
|
|---|
| 9673 | </item> <!-- Railway Land -->
|
|---|
| 9674 | <item name="Military" icon="presets/landuse/military.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9675 | <link wiki="Tag:landuse=military" />
|
|---|
| 9676 | <space />
|
|---|
| 9677 | <key key="landuse" value="military" />
|
|---|
| 9678 | <reference ref="optional_name" />
|
|---|
| 9679 | </item> <!-- Military -->
|
|---|
| 9680 | <separator/>
|
|---|
| 9681 | <item name="Construction Area" icon="presets/landuse/construction.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9682 | <link wiki="Tag:landuse=construction" />
|
|---|
| 9683 | <space />
|
|---|
| 9684 | <key key="landuse" value="construction" />
|
|---|
| 9685 | <combo key="construction" text="Construction type" values_context="landuse" values_sort="false">
|
|---|
| 9686 | <list_entry value="residential" display_value="Residential Area" icon="presets/landmark/building.svg" />
|
|---|
| 9687 | <list_entry value="education" display_value="Education" icon="presets/education/education.svg" />
|
|---|
| 9688 | <list_entry value="retail" display_value="Retail" icon="presets/shop/mall.svg" icon_size="16" />
|
|---|
| 9689 | <list_entry value="commercial" display_value="Commercial" icon="presets/landuse/commercial.svg" icon_size="16" />
|
|---|
| 9690 | <list_entry value="industrial" display_value="Industrial" icon="presets/landmark/works.svg" />
|
|---|
| 9691 | <list_entry value="garages" display_value="Garages" icon="presets/landuse/garages.svg" />
|
|---|
| 9692 | <list_entry value="railway" display_value="Railway Land" icon="presets/landuse/railway.svg" icon_size="16" />
|
|---|
| 9693 | <list_entry value="military" display_value="Military" icon="presets/landuse/military.svg" icon_size="16" />
|
|---|
| 9694 | <list_entry value="religous" display_value="Religious" icon="presets/religion/religion.svg" />
|
|---|
| 9695 | <list_entry value="cemetery" display_value="Cemetery" icon="presets/landuse/cemetery.svg" />
|
|---|
| 9696 | </combo>
|
|---|
| 9697 | <reference ref="optional_name_operator" />
|
|---|
| 9698 | </item> <!-- Construction Area -->
|
|---|
| 9699 | <item name="Brownfield" icon="presets/landuse/brownfield.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9700 | <link wiki="Tag:landuse=brownfield" />
|
|---|
| 9701 | <space />
|
|---|
| 9702 | <key key="landuse" value="brownfield" />
|
|---|
| 9703 | <reference ref="optional_name" />
|
|---|
| 9704 | </item> <!-- Brownfield -->
|
|---|
| 9705 | <item name="Greenfield" icon="presets/landuse/greenfield.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9706 | <link wiki="Tag:landuse=greenfield" />
|
|---|
| 9707 | <space />
|
|---|
| 9708 | <key key="landuse" value="greenfield" />
|
|---|
| 9709 | <reference ref="optional_name" />
|
|---|
| 9710 | </item> <!-- Greenfield -->
|
|---|
| 9711 | <item name="Landfill" icon="presets/landuse/landfill.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9712 | <link wiki="Tag:landuse=landfill" />
|
|---|
| 9713 | <space />
|
|---|
| 9714 | <key key="landuse" value="landfill" />
|
|---|
| 9715 | <reference ref="optional_name" />
|
|---|
| 9716 | </item> <!-- Landfill -->
|
|---|
| 9717 | <item name="Quarry" icon="presets/landmark/mine.svg" type="closedway,multipolygon" preset_name_label="true">
|
|---|
| 9718 | <link wiki="Tag:landuse=quarry" />
|
|---|
| 9719 | <space />
|
|---|
| 9720 | <key key="landuse" value="quarry" />
|
|---|
| 9721 | <reference ref="name_operator" />
|
|---|
| 9722 | <combo key="resource" text="Resource" values="aggregate,bauxite,clay,coal,copper,dimension_stone,gold,ilmenite,iron_ore,lead,limestone,nickel,rutile,salt,silver,tin,zinc,zircon" />
|
|---|
| 9723 | </item> <!-- Quarry -->
|
|---|
| 9724 | </group> <!-- Landuse -->
|
|---|
| 9725 | </group> <!-- Geography -->
|
|---|
| 9726 | <group name="Annotation" icon="presets/misc/housenumber.svg">
|
|---|
| 9727 | <item name="Name" icon="presets/misc/name.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9728 | <link wiki="Key:name" />
|
|---|
| 9729 | <space />
|
|---|
| 9730 | <text key="name" text="Name" />
|
|---|
| 9731 | <optional>
|
|---|
| 9732 | <text key="alt_name" text="Alternative name" match="key" />
|
|---|
| 9733 | <text key="old_name" text="Historical name" match="key" />
|
|---|
| 9734 | <text key="loc_name" text="Local name" match="key" />
|
|---|
| 9735 | <text key="reg_name" text="Regional name" match="key" />
|
|---|
| 9736 | <text key="nat_name" text="National name" match="key" />
|
|---|
| 9737 | <text key="int_name" text="International name" match="key" />
|
|---|
| 9738 | <text key="official_name" text="Official name" match="key" />
|
|---|
| 9739 | <text key="short_name" text="Common name abbreviation" match="key" />
|
|---|
| 9740 | </optional>
|
|---|
| 9741 | </item> <!-- Name -->
|
|---|
| 9742 | <item name="Address" icon="presets/misc/housenumber.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9743 | <link wiki="Key:addr" />
|
|---|
| 9744 | <space />
|
|---|
| 9745 | <text key="addr:housenumber" text="House number" match="key" auto_increment="-2,-1,+1,+2" />
|
|---|
| 9746 | <check key="nohousenumber" text="Address has no house number" disable_off="true"/>
|
|---|
| 9747 | <text key="addr:street" text="Street name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 9748 | <optional>
|
|---|
| 9749 | <text key="addr:city" text="City name" use_last_as_default="force" match="key" />
|
|---|
| 9750 | <text key="addr:postcode" text="Post code" use_last_as_default="force" match="key" />
|
|---|
| 9751 | <combo key="addr:country" text="Country code" values_from="java.util.Locale#getISOCountries" use_last_as_default="force" match="key" values_context="country codes" />
|
|---|
| 9752 | </optional>
|
|---|
| 9753 | <optional text="Optional tag only for address without addr:street">
|
|---|
| 9754 | <text key="addr:place" text="Place name" use_last_as_default="force" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 9755 | </optional>
|
|---|
| 9756 | <optional text="Optional tags for specific countries">
|
|---|
| 9757 | <text key="addr:unit" text="Unit/Suite" match="key" />
|
|---|
| 9758 | <text key="addr:housename" text="House name" match="key" alternative_autocomplete_keys="name" />
|
|---|
| 9759 | <text key="addr:hamlet" text="Hamlet" match="key" />
|
|---|
| 9760 | <text key="addr:suburb" text="Suburb" use_last_as_default="force" match="key" />
|
|---|
| 9761 | <text key="addr:subdistrict" text="Subdistrict" use_last_as_default="force" match="key" />
|
|---|
| 9762 | <text key="addr:district" text="District" use_last_as_default="force" match="key" />
|
|---|
| 9763 | <text key="addr:province" text="Province" use_last_as_default="force" match="key" />
|
|---|
| 9764 | <!-- US States as defined in ISO 3166-2 -->
|
|---|
| 9765 | <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" />
|
|---|
| 9766 | </optional>
|
|---|
| 9767 | </item> <!-- Address -->
|
|---|
| 9768 | <item name="Address Interpolation" icon="presets/misc/interpolation.svg" type="way" preset_name_label="true">
|
|---|
| 9769 | <link wiki="Key:addr" />
|
|---|
| 9770 | <space />
|
|---|
| 9771 | <combo key="addr:interpolation" text="Numbering scheme" values="odd,even,all,alphabetic" default="odd" match="key" />
|
|---|
| 9772 | <optional>
|
|---|
| 9773 | <combo key="addr:inclusion" text="Accuracy" values="actual,estimate,potential" match="key" />
|
|---|
| 9774 | </optional>
|
|---|
| 9775 | </item> <!-- Address Interpolation -->
|
|---|
| 9776 | <item name="Contact (Common Schema)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9777 | <link wiki="Annotations" />
|
|---|
| 9778 | <space />
|
|---|
| 9779 | <text key="website" text="Website" match="key" />
|
|---|
| 9780 | <text key="email" text="Email Address" match="key" />
|
|---|
| 9781 | <space />
|
|---|
| 9782 | <text key="phone" text="Phone number" match="key" />
|
|---|
| 9783 | <text key="mobile" text="Mobile phone number" match="key" />
|
|---|
| 9784 | <text key="fax" text="Fax Number" match="key" />
|
|---|
| 9785 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
|---|
| 9786 | <space />
|
|---|
| 9787 | <reference ref="wikipedia_wikidata" />
|
|---|
| 9788 | <text key="image" text="Image" />
|
|---|
| 9789 | <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text="Similar tags but different tagging schema:" text_context="Contact" />
|
|---|
| 9790 | <preset_link preset_name="Social Networks" />
|
|---|
| 9791 | </item> <!-- Contact (Common Schema) -->
|
|---|
| 9792 | <item name="Contact (Schema with 'contact:*' Prefix)" icon="presets/misc/contact.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9793 | <link wiki="Key:contact" />
|
|---|
| 9794 | <space />
|
|---|
| 9795 | <text key="contact:website" text="Website" match="key" />
|
|---|
| 9796 | <text key="contact:email" text="Email Address" match="key" />
|
|---|
| 9797 | <space />
|
|---|
| 9798 | <text key="contact:phone" text="Phone number" match="key" />
|
|---|
| 9799 | <text key="contact:mobile" text="Mobile phone number" match="key" />
|
|---|
| 9800 | <text key="contact:fax" text="Fax Number" match="key" />
|
|---|
| 9801 | <label text="Use E.123 format, e.g. +49 11223 456 7890" />
|
|---|
| 9802 | <space />
|
|---|
| 9803 | <reference ref="wikipedia_wikidata" />
|
|---|
| 9804 | <text key="image" text="Image" />
|
|---|
| 9805 | <preset_link preset_name="Contact (Common Schema)" text="Similar tags but different tagging schema:" text_context="Contact" />
|
|---|
| 9806 | <preset_link preset_name="Social Networks" />
|
|---|
| 9807 | </item> <!-- Contact (Schema with 'contact:*' Prefix) -->
|
|---|
| 9808 | <item name="Social Networks" icon="presets/misc/social_networks.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9809 | <link wiki="Key:contact" />
|
|---|
| 9810 | <space />
|
|---|
| 9811 | <text key="contact:facebook" text="Facebook" match="key" text_context="social_network" />
|
|---|
| 9812 | <text key="contact:foursquare" text="Foursquare" match="key" text_context="social_network" />
|
|---|
| 9813 | <text key="contact:instagram" text="Instagram" match="key" text_context="social_network" />
|
|---|
| 9814 | <text key="contact:linkedin" text="Linkedin" match="key" text_context="social_network" />
|
|---|
| 9815 | <text key="contact:ok" text="Ok" match="key" text_context="social_network" />
|
|---|
| 9816 | <text key="contact:pinterest" text="Pinterest" match="key" text_context="social_network" />
|
|---|
| 9817 | <text key="contact:skype" text="Skype" match="key" text_context="social_network" />
|
|---|
| 9818 | <text key="contact:telegram" text="Telegram" match="key" text_context="social_network" />
|
|---|
| 9819 | <text key="contact:tripadvisor" text="Tripadvisor" match="key" text_context="social_network" />
|
|---|
| 9820 | <text key="contact:twitter" text="Twitter" match="key" text_context="social_network" />
|
|---|
| 9821 | <text key="contact:vk" text="Vk" match="key" text_context="social_network" />
|
|---|
| 9822 | <text key="contact:whatsapp" text="Whatsapp" match="key" text_context="social_network" />
|
|---|
| 9823 | <text key="contact:xing" text="Xing" match="key" text_context="social_network" />
|
|---|
| 9824 | <text key="contact:yelp" text="Yelp" match="key" text_context="social_network" />
|
|---|
| 9825 | <text key="contact:youtube" text="Youtube" match="key" text_context="social_network" />
|
|---|
| 9826 | <preset_link preset_name="Contact (Common Schema)" text_context="Contact" />
|
|---|
| 9827 | <preset_link preset_name="Contact (Schema with 'contact:*' Prefix)" text_context="Contact" />
|
|---|
| 9828 | </item> <!-- Social Networks -->
|
|---|
| 9829 | <item name="Description" icon="presets/misc/description.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9830 | <link wiki="Key:description" />
|
|---|
| 9831 | <space />
|
|---|
| 9832 | <label text="A short text with additional information." text_context="description=*" />
|
|---|
| 9833 | <label text="It might be viewable to the end user (perhaps using a search system or a map with pop-ups)." text_context="description=*" />
|
|---|
| 9834 | <space />
|
|---|
| 9835 | <text key="description" text="Description" match="key" />
|
|---|
| 9836 | <preset_link preset_name="Note" text="Similar but different tags:" />
|
|---|
| 9837 | <preset_link preset_name="Fixme" text="Similar but different tags:" />
|
|---|
| 9838 | </item> <!-- Description -->
|
|---|
| 9839 | <item name="Note" icon="presets/misc/note.svg" name_context="the tag note=*" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9840 | <link wiki="Key:note" />
|
|---|
| 9841 | <space />
|
|---|
| 9842 | <label text="An important hint for other mappers (not for the end user)." text_context="note=*" />
|
|---|
| 9843 | <space />
|
|---|
| 9844 | <text key="note" text="Note" text_context="the tag note=*" match="key" />
|
|---|
| 9845 | <preset_link preset_name="Fixme" text="Similar but different tags:" />
|
|---|
| 9846 | <preset_link preset_name="Description" text="Similar but different tags:" />
|
|---|
| 9847 | </item> <!-- Note -->
|
|---|
| 9848 | <item name="Fixme" icon="presets/misc/fixme.svg" type="node,way,closedway,multipolygon,relation" preset_name_label="true">
|
|---|
| 9849 | <link wiki="Key:fixme" />
|
|---|
| 9850 | <space />
|
|---|
| 9851 | <label text="A hint for other mappers (not for the end user), that an object needs an improvement." text_context="fixme=*"/>
|
|---|
| 9852 | <space />
|
|---|
| 9853 | <text key="fixme" text="Fixme" match="key" />
|
|---|
| 9854 | <preset_link preset_name="Note" text="Similar but different tags:" />
|
|---|
| 9855 | <preset_link preset_name="Description" text="Similar but different tags:" />
|
|---|
| 9856 | </item> <!-- Fixme -->
|
|---|
| 9857 | </group> <!-- Annotation -->
|
|---|
| 9858 | <group name="Relations" icon="presets/misc/relations.svg">
|
|---|
| 9859 | <item name="Multipolygon" icon="presets/misc/multipolygon.svg" type="multipolygon,relation" preset_name_label="true">
|
|---|
| 9860 | <link wiki="Relation:multipolygon" />
|
|---|
| 9861 | <key key="type" value="multipolygon" />
|
|---|
| 9862 | <optional>
|
|---|
| 9863 | <text key="name" text="Name" />
|
|---|
| 9864 | </optional>
|
|---|
| 9865 | <roles>
|
|---|
| 9866 | <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
|
|---|
| 9867 | <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
|
|---|
| 9868 | </roles>
|
|---|
| 9869 | </item> <!-- Multipolygon -->
|
|---|
| 9870 | <item name="Boundary" icon="presets/misc/boundaries.svg" type="multipolygon,relation" preset_name_label="true">
|
|---|
| 9871 | <link wiki="Relation:boundary" />
|
|---|
| 9872 | <space />
|
|---|
| 9873 | <key key="type" value="boundary" />
|
|---|
| 9874 | <text key="name" text="Name" />
|
|---|
| 9875 | <combo key="boundary" text="Boundary type" values="administrative,maritime,national_park,political,postal_code,protected_area,place" values_searchable="true" />
|
|---|
| 9876 | <optional>
|
|---|
| 9877 | <combo key="admin_level" text="Administrative level" values="1,2,3,4,5,6,7,8,9,10,11" />
|
|---|
| 9878 | </optional>
|
|---|
| 9879 | <roles>
|
|---|
| 9880 | <role key="outer" text="outer segment" requisite="required" type="way,closedway" />
|
|---|
| 9881 | <role key="inner" text="inner segment" requisite="optional" type="way,closedway" />
|
|---|
| 9882 | <role key="subarea" text="Sub area" requisite="optional" type="relation" />
|
|---|
| 9883 | <role key="admin_centre" text="Administration centre" requisite="optional" type="node" count="1" />
|
|---|
| 9884 | <role key="label" text="Label point" requisite="optional" type="node" count="1" />
|
|---|
| 9885 | </roles>
|
|---|
| 9886 | </item> <!-- Boundary -->
|
|---|
| 9887 | <item name="Building" icon="presets/landmark/building.svg" type="relation" preset_name_label="true">
|
|---|
| 9888 | <link wiki="Relation:building" />
|
|---|
| 9889 | <key key="type" value="building" />
|
|---|
| 9890 | <preset_link preset_name="Building" />
|
|---|
| 9891 | <preset_link preset_name="Entrance" />
|
|---|
| 9892 | <preset_link preset_name="Building part" />
|
|---|
| 9893 | <roles>
|
|---|
| 9894 | <role key="outline" text="Outline of building" requisite="required" count="1" type="closedway,multipolygon" member_expression="building=*" />
|
|---|
| 9895 | <role key="part" text="Inner segment" requisite="required" type="closedway,multipolygon" member_expression=""building:part"=*" />
|
|---|
| 9896 | <role key="ridge" text="Roof ridge" requisite="optional" type="way,closedway" member_expression=""roof:ridge"=yes" />
|
|---|
| 9897 | <role key="edge" text="Roof edge" requisite="optional" type="way,closedway" member_expression=""roof:edge"=yes" />
|
|---|
| 9898 | </roles>
|
|---|
| 9899 | </item> <!-- Building -->
|
|---|
| 9900 | <item name="Site" type="relation" preset_name_label="true">
|
|---|
| 9901 | <link wiki="Relation:site" />
|
|---|
| 9902 | <space />
|
|---|
| 9903 | <key key="type" value="site" />
|
|---|
| 9904 | <text key="name" text="Site name" />
|
|---|
| 9905 | <roles>
|
|---|
| 9906 | <role key="label" text="where to place the label" requisite="optional" type="node" />
|
|---|
| 9907 | <role key="perimeter" text="perimeter of the site" requisite="optional" count="1" type="closedway,multipolygon" />
|
|---|
| 9908 | <role key="entrance" text="entrances to the site, on the perimeter" requisite="optional" type="node" />
|
|---|
| 9909 | <role key="" text="members of site" requisite="optional" type="node,way,closedway,multipolygon" />
|
|---|
| 9910 | </roles>
|
|---|
| 9911 | </item> <!-- Site -->
|
|---|
| 9912 | <separator/>
|
|---|
| 9913 | <item name="Turn Restriction" icon="presets/vehicle/restriction/turn_restrictions/no_u_turn.svg" type="relation" preset_name_label="true">
|
|---|
| 9914 | <link wiki="Relation:restriction" />
|
|---|
| 9915 | <space />
|
|---|
| 9916 | <key key="type" value="restriction" />
|
|---|
| 9917 | <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" />
|
|---|
| 9918 | <multiselect key="except" text="Except" values="psv;bicycle;hgv;motorcar;emergency" />
|
|---|
| 9919 | <roles>
|
|---|
| 9920 | <role key="from" text="from way" requisite="required" count="1" type="way" />
|
|---|
| 9921 | <role key="via" text="via node or ways" requisite="required" type="way,node" />
|
|---|
| 9922 | <role key="to" text="to way" requisite="required" count="1" type="way" />
|
|---|
| 9923 | </roles>
|
|---|
| 9924 | </item> <!-- Turn Restriction -->
|
|---|
| 9925 | <item name="Lane Connectivity" type="relation" preset_name_label="true" icon="presets/transport/way/relation_connectivity.svg">
|
|---|
| 9926 | <link wiki="Relation:connectivity" />
|
|---|
| 9927 | <space />
|
|---|
| 9928 | <key key="type" value="connectivity" />
|
|---|
| 9929 | <text key="connectivity" text="Lane Connectivity" />
|
|---|
| 9930 | <roles>
|
|---|
| 9931 | <role key="from" text="from way" requisite="required" count="1" type="way" />
|
|---|
| 9932 | <role key="via" text="via node or ways" requisite="required" type="way,node" />
|
|---|
| 9933 | <role key="to" text="to way" requisite="required" count="1" type="way" />
|
|---|
| 9934 | </roles>
|
|---|
| 9935 | </item> <!-- Lane Connectivity -->
|
|---|
| 9936 | <item name="Enforcement" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
|
|---|
| 9937 | <link wiki="Relation:enforcement" />
|
|---|
| 9938 | <space />
|
|---|
| 9939 | <key key="type" value="enforcement" />
|
|---|
| 9940 | <combo key="enforcement" text="Type" values="check,maxheight,maxspeed,maxweight,mindistance,toll,traffic_signals" match="keyvalue!" />
|
|---|
| 9941 | <text key="maxheight" text="Max. height (meters, only if enforcement=maxheight)" />
|
|---|
| 9942 | <text key="maxspeed" text="Max. speed (km/h, only if enforcement=maxspeed)" />
|
|---|
| 9943 | <text key="maxweight" text="Max. weight (tonnes, only if enforcement=maxweight)" />
|
|---|
| 9944 | <text key="mindistance" text="Min. vehicle distance (meters, only if enforcement=mindistance)" />
|
|---|
| 9945 | <roles>
|
|---|
| 9946 | <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
|
|---|
| 9947 | <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
|
|---|
| 9948 | <role key="to" text="where enforcement ends" requisite="optional" type="node" />
|
|---|
| 9949 | <role key="force" text="traffic light or barrier that stops you" requisite="optional" type="node" />
|
|---|
| 9950 | </roles>
|
|---|
| 9951 | </item> <!-- Enforcement -->
|
|---|
| 9952 | <item name="Enforcement (average speed)" icon="presets/vehicle/restriction/speed_camera.svg" type="relation" preset_name_label="true">
|
|---|
| 9953 | <link wiki="Relation:enforcement" />
|
|---|
| 9954 | <space />
|
|---|
| 9955 | <key key="type" value="enforcement" />
|
|---|
| 9956 | <key key="enforcement" value="average_speed" />
|
|---|
| 9957 | <text key="maxspeed" text="Max. speed (km/h)" />
|
|---|
| 9958 | <roles>
|
|---|
| 9959 | <role key="device" text="location of enforcement device" requisite="required" type="node,way,closedway" />
|
|---|
| 9960 | <role key="from" text="node on way where enforcement starts" requisite="required" type="node" />
|
|---|
| 9961 | <role key="to" text="where enforcement ends" requisite="optional" type="node" />
|
|---|
| 9962 | <role key="section" text="ways forming the section of measurement" requisite="required" type="way" member_expression="highway" />
|
|---|
| 9963 | </roles>
|
|---|
| 9964 | </item> <!-- Enforcement (average speed) -->
|
|---|
| 9965 | <separator/>
|
|---|
| 9966 | <group name="Routes" icon="presets/misc/route.svg">
|
|---|
| 9967 | <item name="Bicycle Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 9968 | <link wiki="Tag:route=bicycle" />
|
|---|
| 9969 | <space/>
|
|---|
| 9970 | <key key="type" value="route"/>
|
|---|
| 9971 | <key key="route" value="bicycle"/>
|
|---|
| 9972 | <text key="name" text="Name" />
|
|---|
| 9973 | <combo key="network" text="Network" values="icn,ncn,rcn,lcn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
|
|---|
| 9974 | <optional>
|
|---|
| 9975 | <reference ref="route_hikebike_optionals" />
|
|---|
| 9976 | </optional>
|
|---|
| 9977 | <roles>
|
|---|
| 9978 | <reference ref="route_segment_roles" />
|
|---|
| 9979 | </roles>
|
|---|
| 9980 | </item> <!-- Bicycle Route -->
|
|---|
| 9981 | <item name="Mountain Biking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 9982 | <link wiki="Mountain_biking" />
|
|---|
| 9983 | <space/>
|
|---|
| 9984 | <key key="type" value="route"/>
|
|---|
| 9985 | <key key="route" value="mtb"/>
|
|---|
| 9986 | <text key="name" text="Name" />
|
|---|
| 9987 | <optional>
|
|---|
| 9988 | <reference ref="route_hikebike_optionals" />
|
|---|
| 9989 | </optional>
|
|---|
| 9990 | <roles>
|
|---|
| 9991 | <reference ref="route_segment_roles" />
|
|---|
| 9992 | </roles>
|
|---|
| 9993 | </item> <!-- Mountain Biking Route -->
|
|---|
| 9994 | <item name="Hiking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 9995 | <link wiki="Tag:route=hiking#Tagging_walking_and_hiking_Route_Networks" />
|
|---|
| 9996 | <space/>
|
|---|
| 9997 | <key key="type" value="route"/>
|
|---|
| 9998 | <key key="route" value="hiking"/>
|
|---|
| 9999 | <text key="name" text="Name" />
|
|---|
| 10000 | <combo key="network" text="Network" values="iwn,nwn,rwn,lwn" display_values="international,national,regional,local" values_context="network" values_sort="false"/>
|
|---|
| 10001 | <optional>
|
|---|
| 10002 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10003 | </optional>
|
|---|
| 10004 | <reference ref="walking_routes_roles" />
|
|---|
| 10005 | </item> <!-- Hiking Route -->
|
|---|
| 10006 | <item name="Walking Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10007 | <link wiki="Tag:route=foot" />
|
|---|
| 10008 | <space/>
|
|---|
| 10009 | <key key="type" value="route"/>
|
|---|
| 10010 | <key key="route" value="foot"/>
|
|---|
| 10011 | <text key="name" text="Name" />
|
|---|
| 10012 | <combo key="network" text="Network" values="rwn,lwn" display_values="regional,local" values_context="network" values_sort="false" />
|
|---|
| 10013 | <optional>
|
|---|
| 10014 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10015 | </optional>
|
|---|
| 10016 | <reference ref="walking_routes_roles" />
|
|---|
| 10017 | </item> <!-- Walking Route -->
|
|---|
| 10018 | <item name="Running Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10019 | <link wiki="Tag:route=running" />
|
|---|
| 10020 | <space/>
|
|---|
| 10021 | <key key="type" value="route"/>
|
|---|
| 10022 | <key key="route" value="running"/>
|
|---|
| 10023 | <text key="name" text="Name" />
|
|---|
| 10024 | <optional>
|
|---|
| 10025 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10026 | </optional>
|
|---|
| 10027 | <roles>
|
|---|
| 10028 | <reference ref="route_segment_roles" />
|
|---|
| 10029 | <reference ref="route_start_stop_roles" />
|
|---|
| 10030 | </roles>
|
|---|
| 10031 | </item> <!-- Running Route -->
|
|---|
| 10032 | <item name="Fitness Trail" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10033 | <link wiki="Tag:route=fitness_trail" />
|
|---|
| 10034 | <space/>
|
|---|
| 10035 | <key key="type" value="route"/>
|
|---|
| 10036 | <key key="route" value="fitness_trail"/>
|
|---|
| 10037 | <text key="name" text="Name" />
|
|---|
| 10038 | <optional>
|
|---|
| 10039 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10040 | </optional>
|
|---|
| 10041 | <roles>
|
|---|
| 10042 | <reference ref="route_segment_roles" />
|
|---|
| 10043 | <reference ref="route_start_stop_roles" />
|
|---|
| 10044 | <role key="" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
|
|---|
| 10045 | <role key="station" text="fitness station" requisite="optional" type="node,way,closedway" member_expression="leisure=fitness_station" />
|
|---|
| 10046 | </roles>
|
|---|
| 10047 | </item> <!-- Fitness Trail -->
|
|---|
| 10048 | <item name="Riding Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10049 | <link wiki="Tag:route=horse" />
|
|---|
| 10050 | <space/>
|
|---|
| 10051 | <key key="type" value="route"/>
|
|---|
| 10052 | <key key="route" value="horse"/>
|
|---|
| 10053 | <text key="name" text="Name" />
|
|---|
| 10054 | <combo key="network" text="Network" values="ihn,nhn,rhn,lhn" display_values="international,national,regional,local" values_context="network" values_sort="false" />
|
|---|
| 10055 | <optional>
|
|---|
| 10056 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10057 | </optional>
|
|---|
| 10058 | <roles>
|
|---|
| 10059 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10060 | <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity"/>
|
|---|
| 10061 | <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"/>
|
|---|
| 10062 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
|---|
| 10063 | </roles>
|
|---|
| 10064 | </item> <!-- Riding Route -->
|
|---|
| 10065 | <item name="Piste Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10066 | <link wiki="Tag:route=piste" />
|
|---|
| 10067 | <space/>
|
|---|
| 10068 | <key key="type" value="route"/>
|
|---|
| 10069 | <key key="route" value="piste"/>
|
|---|
| 10070 | <text key="name" text="Name" />
|
|---|
| 10071 | <combo key="piste:type" text="Piste type" values="connection,downhill,hike,ice_skate,nordic,playground,skitour,sled,sleigh,snow_park" values_searchable="true" />
|
|---|
| 10072 | <optional>
|
|---|
| 10073 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10074 | </optional>
|
|---|
| 10075 | <roles>
|
|---|
| 10076 | <role key="" text="route segment" requisite="optional" type="way" />
|
|---|
| 10077 | <role key="forward" text="forward segment" requisite="optional" type="way" />
|
|---|
| 10078 | <role key="backward" text="backward segment" requisite="optional" type="way" />
|
|---|
| 10079 | <role key="link" text="link segment" requisite="optional" type="way" />
|
|---|
| 10080 | <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
|
|---|
| 10081 | <role key="variant" text="variant segment" requisite="optional" type="way" />
|
|---|
| 10082 | <role key="start" text="entry points" requisite="optional" type="node" />
|
|---|
| 10083 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
|---|
| 10084 | </roles>
|
|---|
| 10085 | </item> <!-- Piste Route -->
|
|---|
| 10086 | <item name="Ski Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10087 | <link wiki="Tag:route=ski" />
|
|---|
| 10088 | <space/>
|
|---|
| 10089 | <key key="type" value="route"/>
|
|---|
| 10090 | <key key="route" value="ski"/>
|
|---|
| 10091 | <text key="name" text="Name" />
|
|---|
| 10092 | <combo key="piste:type" text="Piste type" values="nordic,alpine" values_searchable="true" />
|
|---|
| 10093 | <optional>
|
|---|
| 10094 | <reference ref="route_hikebike_optionals" />
|
|---|
| 10095 | </optional>
|
|---|
| 10096 | <roles>
|
|---|
| 10097 | <role key="" text="route segment" requisite="optional" type="way" />
|
|---|
| 10098 | <role key="forward" text="forward segment" requisite="optional" type="way" />
|
|---|
| 10099 | <role key="backward" text="backward segment" requisite="optional" type="way" />
|
|---|
| 10100 | <role key="link" text="link segment" requisite="optional" type="way" />
|
|---|
| 10101 | <role key="shortcut" text="shortcut segment" requisite="optional" type="way" />
|
|---|
| 10102 | <role key="variant" text="variant segment" requisite="optional" type="way" />
|
|---|
| 10103 | <role key="start" text="entry points" requisite="optional" type="node" />
|
|---|
| 10104 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
|---|
| 10105 | </roles>
|
|---|
| 10106 | </item> <!-- Ski Route -->
|
|---|
| 10107 | <separator/>
|
|---|
| 10108 | <item name="Detour Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10109 | <link wiki="Tag:route=detour" />
|
|---|
| 10110 | <space/>
|
|---|
| 10111 | <key key="type" value="route"/>
|
|---|
| 10112 | <key key="route" value="detour"/>
|
|---|
| 10113 | <reference ref="name_ref"/>
|
|---|
| 10114 | <optional>
|
|---|
| 10115 | <text key="operator" text="Operator" />
|
|---|
| 10116 | <text key="destination" text="Destination"/>
|
|---|
| 10117 | <text key="detour" text="Ref of the way this is a detour to"/>
|
|---|
| 10118 | </optional>
|
|---|
| 10119 | <roles>
|
|---|
| 10120 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10121 | <role key="fork" text="fork node for alternative routes" requisite="optional" type="node"/>
|
|---|
| 10122 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
|---|
| 10123 | </roles>
|
|---|
| 10124 | </item> <!-- Detour Route -->
|
|---|
| 10125 | <item name="Railway Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10126 | <link wiki="Tag:route=railway" />
|
|---|
| 10127 | <space/>
|
|---|
| 10128 | <key key="type" value="route"/>
|
|---|
| 10129 | <key key="route" value="railway"/>
|
|---|
| 10130 | <reference ref="name_ref_operator"/>
|
|---|
| 10131 | <roles>
|
|---|
| 10132 | <role key="" text="route segment" requisite="required" type="way" member_expression="railway|route=ferry"/>
|
|---|
| 10133 | </roles>
|
|---|
| 10134 | </item> <!-- Railway Route -->
|
|---|
| 10135 | <item name="Road Route" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10136 | <link wiki="Tag:route=road" />
|
|---|
| 10137 | <space/>
|
|---|
| 10138 | <key key="type" value="route"/>
|
|---|
| 10139 | <key key="route" value="road"/>
|
|---|
| 10140 | <reference ref="name_ref"/>
|
|---|
| 10141 | <text key="network" text="Network" />
|
|---|
| 10142 | <text key="operator" text="Operator" />
|
|---|
| 10143 | <text key="distance" text="Distance (kilometers)"/>
|
|---|
| 10144 | <roles>
|
|---|
| 10145 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10146 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10147 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10148 | <role key="link" text="link segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry"/>
|
|---|
| 10149 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost"/>
|
|---|
| 10150 | </roles>
|
|---|
| 10151 | </item> <!-- Road Route -->
|
|---|
| 10152 | <separator/>
|
|---|
| 10153 | <item name="Superroute" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10154 | <link wiki="Relation:superroute" />
|
|---|
| 10155 | <space/>
|
|---|
| 10156 | <key key="type" value="superroute"/>
|
|---|
| 10157 | <combo key="route" text="Type" values="bicycle,detour,foot,hiking,horse,mtb,piste,railway,road,ski" display_values="Bicycle Route,Detour Route,Walking Route,Hiking Route,Riding Route,Mountain Biking Route,Piste Route,Railway Route,Road Route,Ski Route" />
|
|---|
| 10158 | <reference ref="name_ref_operator"/>
|
|---|
| 10159 | <roles>
|
|---|
| 10160 | <role key="" text="route segment" requisite="required" type="relation" member_expression="type=route"/> <!-- fixme: at least 2 members are required -->
|
|---|
| 10161 | </roles>
|
|---|
| 10162 | </item> <!-- Superroute -->
|
|---|
| 10163 | </group> <!-- Routes -->
|
|---|
| 10164 | <item name="Route Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true" match_expression="-"network:type"=node_network">
|
|---|
| 10165 | <link wiki="Relation:network" />
|
|---|
| 10166 | <space />
|
|---|
| 10167 | <key key="type" value="network" />
|
|---|
| 10168 | <text key="network" text="Network" />
|
|---|
| 10169 | <optional>
|
|---|
| 10170 | <text key="name" text="Name" />
|
|---|
| 10171 | <text key="operator" text="Operator" />
|
|---|
| 10172 | </optional>
|
|---|
| 10173 | <roles>
|
|---|
| 10174 | <role key="" text="member" requisite="required" type="relation" />
|
|---|
| 10175 | </roles>
|
|---|
| 10176 | </item> <!-- Route Network -->
|
|---|
| 10177 | <item name="Route Node Network" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10178 | <link wiki="Cycle_Node_Network_Tagging#(C)_Network_tagging" />
|
|---|
| 10179 | <space />
|
|---|
| 10180 | <key key="type" value="network" />
|
|---|
| 10181 | <key key="network:type" value="node_network" />
|
|---|
| 10182 | <combo key="network" text="Network" values="icn,ncn,rcn,lcn,ihn,nhn,rhn,lhn,iwn,nwn,rwn,lwn" display_values="international cycling,national cycling,regional cycling,local cycling,international riding,national riding,regional riding,local riding,international walking,national walking,regional walking,local walking" values_context="network" values_sort="false"/>
|
|---|
| 10183 | <optional>
|
|---|
| 10184 | <text key="name" text="Name" />
|
|---|
| 10185 | <text key="operator" text="Operator" />
|
|---|
| 10186 | </optional>
|
|---|
| 10187 | <roles>
|
|---|
| 10188 | <role key="" text="route" requisite="required" type="relation" member_expression=""network:type"=node_network (type=route|type=network)" />
|
|---|
| 10189 | <role key="" text="junction" requisite="required" type="node" member_expression=""network:type"=node_network" />
|
|---|
| 10190 | <role key="connection" text="connection route" requisite="optional" type="relation" member_expression=""network:type"=node_network type=route" />
|
|---|
| 10191 | <role key="connection" text="connection junction" requisite="optional" type="node" member_expression=""network:type"=node_network" />
|
|---|
| 10192 | </roles>
|
|---|
| 10193 | </item> <!-- Route Node Network -->
|
|---|
| 10194 | <separator/>
|
|---|
| 10195 | <item name="Associated Street" icon="presets/misc/housenumber.svg" type="relation" preset_name_label="true">
|
|---|
| 10196 | <link wiki="Relation:associatedStreet" />
|
|---|
| 10197 | <space />
|
|---|
| 10198 | <key key="type" value="associatedStreet" />
|
|---|
| 10199 | <text key="name" text="Street name" />
|
|---|
| 10200 | <roles>
|
|---|
| 10201 | <role key="street" text="street" requisite="required" type="way,closedway,multipolygon" member_expression="highway" />
|
|---|
| 10202 | <role key="house" text="house" requisite="required" type="node,way,closedway,multipolygon" member_expression=""addr:housenumber" | "addr:interpolation" | "addr:housename" | nohousenumber=yes" />
|
|---|
| 10203 | </roles>
|
|---|
| 10204 | </item> <!-- Associated Street -->
|
|---|
| 10205 | <item name="Street" type="relation" preset_name_label="true">
|
|---|
| 10206 | <link wiki="Relation:street" />
|
|---|
| 10207 | <space />
|
|---|
| 10208 | <key key="type" value="street" />
|
|---|
| 10209 | <text key="name" text="Name" />
|
|---|
| 10210 | <roles>
|
|---|
| 10211 | <role key="street" text="ways being part of street" requisite="required" type="way" />
|
|---|
| 10212 | <role key="address" text="addresses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
|---|
| 10213 | <role key="house" text="houses belonging to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
|---|
| 10214 | <role key="associated" text="anything related to the street" requisite="optional" type="node,way,closedway,multipolygon" />
|
|---|
| 10215 | </roles>
|
|---|
| 10216 | </item> <!-- Street -->
|
|---|
| 10217 | <item name="Destination Sign" icon="presets/misc/information/guidepost.svg" type="relation" preset_name_label="true">
|
|---|
| 10218 | <link wiki="Relation:destination_sign" />
|
|---|
| 10219 | <space />
|
|---|
| 10220 | <key key="type" value="destination_sign" />
|
|---|
| 10221 | <text key="destination" text="Destination written on sign (w/o distance)" />
|
|---|
| 10222 | <text key="distance" text="Distance (kilometers)" />
|
|---|
| 10223 | <text key="time" text="Time (hh:mm, for trekking)" />
|
|---|
| 10224 | <combo key="colour:back" text="Color of background (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 10225 | <combo key="colour:text" text="Color of text (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 10226 | <combo key="colour:arrow" text="Color of border/arrow (HTML name or hexadecimal code)" values="black,blue,brown,gray,green,orange,purple,red,silver,white,yellow,#CD853F" values_context="color" />
|
|---|
| 10227 | <roles>
|
|---|
| 10228 | <role key="from" text="last way before junction" requisite="optional" type="node,way" />
|
|---|
| 10229 | <role key="intersection" text="node of the intersection" requisite="optional" count="1" type="node" />
|
|---|
| 10230 | <role key="to" text="first way after junction" requisite="required" count="1" type="node,way" />
|
|---|
| 10231 | <role key="sign" text="position of sign" requisite="optional" type="node" />
|
|---|
| 10232 | </roles>
|
|---|
| 10233 | </item> <!-- Destination Sign -->
|
|---|
| 10234 | <separator/>
|
|---|
| 10235 | <item name="Waterway" icon="presets/nautical/waterway_river.svg" type="relation" preset_name_label="true">
|
|---|
| 10236 | <link wiki="Relation:waterway" />
|
|---|
| 10237 | <space />
|
|---|
| 10238 | <key key="type" value="waterway" />
|
|---|
| 10239 | <combo key="waterway" text="Subtype of waterway (largest one of members)" values="river,stream,canal,drain,ditch" values_searchable="true" />
|
|---|
| 10240 | <text key="name" text="Name" />
|
|---|
| 10241 | <optional>
|
|---|
| 10242 | <text key="destination" text="Name of river/lake/sea/ocean it runs into" />
|
|---|
| 10243 | <text key="ref" text="Reference" />
|
|---|
| 10244 | <text key="ref:sandre" text="Reference Sandre (FR)" regions="FR" />
|
|---|
| 10245 | <text key="ref:fgkz" text="Reference FGKZ (DE)" regions="DE" />
|
|---|
| 10246 | <text key="ref:regine" text="Reference REGINE (NO)" regions="NO" />
|
|---|
| 10247 | <text key="gnis:feature_id" text="Reference GNIS (USA)" regions="US" />
|
|---|
| 10248 | <text key="ref:gnbc" text="Reference GNBC (CA)" regions="CA" />
|
|---|
| 10249 | <reference ref="wikipedia_wikidata" />
|
|---|
| 10250 | </optional>
|
|---|
| 10251 | <roles>
|
|---|
| 10252 | <role key="" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
|---|
| 10253 | <role key="main_stream" text="waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
|---|
| 10254 | <role key="side_stream" text="branch waterways (no riverbank)" requisite="optional" type="way" member_expression="waterway -waterway:riverbank" />
|
|---|
| 10255 | <role key="spring" text="spring of waterway" requisite="optional" type="node" />
|
|---|
| 10256 | <role key="mouth" text="place where waterway ends" requisite="optional" type="node" />
|
|---|
| 10257 | </roles>
|
|---|
| 10258 | </item> <!-- Waterway -->
|
|---|
| 10259 | <item name="Bridge" icon="presets/transport/bridge/bridge.svg" type="relation" preset_name_label="true">
|
|---|
| 10260 | <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
|
|---|
| 10261 | <space />
|
|---|
| 10262 | <key key="type" value="bridge" />
|
|---|
| 10263 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" />
|
|---|
| 10264 | <optional>
|
|---|
| 10265 | <combo key="bridge" text="Bridge" values="aqueduct,boardwalk,cantilever,covered,low_water_crossing,movable,trestle,viaduct" />
|
|---|
| 10266 | <combo key="bridge:structure" text="Structure" values="arch,beam,cable-stayed,floating,humpback,simple-suspension,suspension,truss" match="key" />
|
|---|
| 10267 | <combo key="bridge:movable" text="Type" values="bascule,drawbridge,lift,submersible,swing,transporter,retractable,tilt" match="key" />
|
|---|
| 10268 | <reference ref="name_ref" />
|
|---|
| 10269 | <text key="height" text="Height (meters)" length="7" />
|
|---|
| 10270 | <text key="length" text="Length (meters)" />
|
|---|
| 10271 | <text key="operator" text="Operator" />
|
|---|
| 10272 | </optional>
|
|---|
| 10273 | <roles>
|
|---|
| 10274 | <role key="across" text="ways supported by (on top of) the bridge" requisite="optional" type="way" />
|
|---|
| 10275 | <role key="under" text="ways passing under the bridge" requisite="optional" type="way" />
|
|---|
| 10276 | <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
|
|---|
| 10277 | <role key="edge" text="edge ways parallel to 'across'" requisite="optional" type="way" />
|
|---|
| 10278 | </roles>
|
|---|
| 10279 | </item> <!-- Bridge -->
|
|---|
| 10280 | <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="relation" preset_name_label="true">
|
|---|
| 10281 | <link wiki="Relations/Proposed/Bridges_and_Tunnels" />
|
|---|
| 10282 | <space />
|
|---|
| 10283 | <key key="type" value="tunnel" />
|
|---|
| 10284 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" />
|
|---|
| 10285 | <optional>
|
|---|
| 10286 | <reference ref="name_ref" />
|
|---|
| 10287 | <text key="length" text="Length (meters)" />
|
|---|
| 10288 | <text key="operator" text="Operator" />
|
|---|
| 10289 | </optional>
|
|---|
| 10290 | <roles>
|
|---|
| 10291 | <role key="through" text="ways passing through the tunnel" requisite="required" type="way" />
|
|---|
| 10292 | <role key="outline" text="way forming the outline footprint" requisite="optional" count="1" type="closedway,multipolygon" />
|
|---|
| 10293 | <role key="edge" text="edge ways parallel to 'through'" requisite="optional" type="way" />
|
|---|
| 10294 | </roles>
|
|---|
| 10295 | </item> <!-- Tunnel -->
|
|---|
| 10296 | <group name="Power" icon="presets/power/power.svg">
|
|---|
| 10297 | <item name="Power circuit" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10298 | <link wiki="Tag:power=circuit" />
|
|---|
| 10299 | <space/>
|
|---|
| 10300 | <key key="type" value="power"/>
|
|---|
| 10301 | <key key="power" value="circuit"/>
|
|---|
| 10302 | <space/>
|
|---|
| 10303 | <reference ref="cables"/>
|
|---|
| 10304 | <reference ref="voltage"/>
|
|---|
| 10305 | <reference ref="frequency"/>
|
|---|
| 10306 | <reference ref="power_topology"/>
|
|---|
| 10307 | <optional>
|
|---|
| 10308 | <reference ref="name_ref_operator"/>
|
|---|
| 10309 | </optional>
|
|---|
| 10310 | <roles>
|
|---|
| 10311 | <role key="substation" text="Power Substation" requisite="required" type="way,closedway,multipolygon" member_expression="power|substation"/>
|
|---|
| 10312 | <role key="section" text="Circuit section" requisite="required" type="way,relation" member_expression="power=line|power=cable|power=minor_line|power=line_section"/>
|
|---|
| 10313 | <role key="tap" text="Tap point" requisite="optional" type="node" member_expression="power=pole|power=tower|power=connection"/>
|
|---|
| 10314 | </roles>
|
|---|
| 10315 | </item> <!-- Power circuit -->
|
|---|
| 10316 | <item name="Power line section" icon="presets/misc/route.svg" type="relation" preset_name_label="true">
|
|---|
| 10317 | <link wiki="Tag:power=line_section" />
|
|---|
| 10318 | <space/>
|
|---|
| 10319 | <key key="type" value="power"/>
|
|---|
| 10320 | <key key="power" value="line_section"/>
|
|---|
| 10321 | <space/>
|
|---|
| 10322 | <reference ref="cables"/>
|
|---|
| 10323 | <reference ref="voltage"/>
|
|---|
| 10324 | <optional>
|
|---|
| 10325 | <reference ref="name_ref_operator"/>
|
|---|
| 10326 | </optional>
|
|---|
| 10327 | <roles>
|
|---|
| 10328 | <role key="line" text="Section segment" requisite="required" type="way" member_expression="power=line|power=cable|power=minor_line"/>
|
|---|
| 10329 | </roles>
|
|---|
| 10330 | </item> <!-- Power circuit -->
|
|---|
| 10331 | </group>
|
|---|
| 10332 | </group> <!-- Relations -->
|
|---|
| 10333 | </presets>
|
|---|