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" /> |
---|
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" /> |
---|
26 | </chunk> |
---|
27 | <chunk id="riding_surface"> |
---|
28 | <combo key="surface" text="Surface" values="grass,sand,clay,dirt,fine_gravel,ground,mud,unpaved,compacted" /> |
---|
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 | </checkgroup> |
---|
50 | </chunk> |
---|
51 | <chunk id="highway_yesno_incline"> |
---|
52 | <reference ref="highway_yesno" /> |
---|
53 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
54 | </chunk> |
---|
55 | <chunk id="lit_common_no_times"> |
---|
56 | <combo key="lit" text="Lit" values="yes,no,24/7,automatic,limited,disused"/> |
---|
57 | </chunk> |
---|
58 | <chunk id="highway_yesno_incline_oneway_lit_width"> |
---|
59 | <checkgroup columns="4"> |
---|
60 | <check key="bridge" text="Bridge" disable_off="true" /> |
---|
61 | <check key="tunnel" text="Tunnel" disable_off="true" /> |
---|
62 | <check key="embankment" text="Embankment" disable_off="true" /> |
---|
63 | <check key="cutting" text="Cutting" disable_off="true" /> |
---|
64 | <check key="oneway" text="Oneway" /> |
---|
65 | </checkgroup> |
---|
66 | <reference ref="lit_common_no_times"/> |
---|
67 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
68 | <text key="width" text="Width (meters)" /> |
---|
69 | </chunk> |
---|
70 | <chunk id="highway_yesno_incline_oneway_lit_width_busbay_sidewalk"> |
---|
71 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
72 | <combo key="bus_bay" text="Bus bay" values="both,left,right" /> |
---|
73 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> |
---|
74 | </chunk> |
---|
75 | <chunk id="highway_max"> |
---|
76 | <text key="maxweight" text="Max. weight (tonnes)" match="key" /> |
---|
77 | <text key="maxaxleload" text="Max. axleload (tonnes)" match="key" /> |
---|
78 | <space /> |
---|
79 | <text key="maxheight" text="Max. height (meters)" match="key" /> |
---|
80 | <text key="maxwidth" text="Max. width (meters)" match="key" /> |
---|
81 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
---|
82 | </chunk> |
---|
83 | <chunk id="placement_shoulder"> |
---|
84 | <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" /> |
---|
85 | <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" /> |
---|
86 | <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" /> |
---|
87 | <combo key="shoulder" text="Shoulder" values="yes,no,left,right,both" /> |
---|
88 | </chunk> |
---|
89 | <chunk id="railway_service"> |
---|
90 | <combo key="service" text="Service type" values="yard,siding,spur,crossover" /> |
---|
91 | </chunk> |
---|
92 | <chunk id="railway_electrified_yesno"> |
---|
93 | <combo key="electrified" text="Electrified" values="contact_line,no,yes,rail" values_context="electrified" /> |
---|
94 | <combo key="voltage" text="Voltage in Volts (V)" values="600,650,750,1500,3000,15000,25000" length="5" /> |
---|
95 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25" length="5" values_sort="false" /> |
---|
96 | <reference ref="highway_yesno" /> |
---|
97 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
98 | </chunk> |
---|
99 | <chunk id="railway_service_gauge_electrified_yesno"> |
---|
100 | <reference ref="railway_service" /> |
---|
101 | <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" /> |
---|
102 | <reference ref="railway_electrified_yesno" /> |
---|
103 | </chunk> |
---|
104 | <chunk id="check_access_nomotor"> |
---|
105 | <optional text="Non-motorized traffic:"> |
---|
106 | <checkgroup columns="3"> |
---|
107 | <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" /> |
---|
108 | <check key="bicycle" text="Bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" /> |
---|
109 | <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" /> |
---|
110 | </checkgroup> |
---|
111 | <space /> |
---|
112 | <reference ref="wheelchair" /> |
---|
113 | </optional> |
---|
114 | </chunk> |
---|
115 | <chunk id="check_access_motor"> |
---|
116 | <optional text="Motor vehicle traffic:"> |
---|
117 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
118 | <space /> |
---|
119 | <checkgroup columns="2"> |
---|
120 | <check key="motorcar" text="Motorcar" icon="presets/vehicle/restriction/plain/motorcar.svg" /> |
---|
121 | <check key="motorcycle" text="Motorcycle" icon="presets/vehicle/restriction/plain/motorcycle.svg" /> |
---|
122 | <check key="moped" text="Moped" icon="presets/vehicle/restriction/plain/moped.svg" /> |
---|
123 | <check key="mofa" text="Mofa" icon="presets/vehicle/restriction/plain/mofa.svg" /> |
---|
124 | </checkgroup> |
---|
125 | </optional> |
---|
126 | </chunk> |
---|
127 | <chunk id="check_crossing_access"> |
---|
128 | <checkgroup columns="2"> |
---|
129 | <check key="bicycle" text="Cross by bicycle" icon="presets/vehicle/restriction/plain/bicycle.svg" disable_off="true" /> |
---|
130 | <check key="horse" text="Cross on horseback" icon="presets/vehicle/restriction/plain/horse.svg" disable_off="true" /> |
---|
131 | </checkgroup> |
---|
132 | </chunk> |
---|
133 | <chunk id="common_advertising"> |
---|
134 | <text key="height" text="Height (meters)" length="7" /> |
---|
135 | <combo key="animated" text="Animated" values="yes,winding_posters,screen,trivision_blades,revolving,digital_messages,digital_prices,no" values_sort="false" /> |
---|
136 | <check key="luminous" text="Luminous" /> |
---|
137 | <reference ref="lit_common_no_times"/> |
---|
138 | </chunk> |
---|
139 | <chunk id="min_age"> |
---|
140 | <text key="min_age" text="Minimum age" /> |
---|
141 | </chunk> |
---|
142 | <chunk id="max_age"> |
---|
143 | <text key="max_age" text="Maximum age" /> |
---|
144 | </chunk> |
---|
145 | <chunk id="name_ref"> |
---|
146 | <text key="name" text="Name" /> |
---|
147 | <text key="ref" text="Reference" /> |
---|
148 | </chunk> |
---|
149 | <chunk id="ref_operator"> |
---|
150 | <text key="ref" text="Reference" /> |
---|
151 | <text key="operator" text="Operator" /> |
---|
152 | </chunk> |
---|
153 | <chunk id="name_ref_operator"> |
---|
154 | <text key="name" text="Name" /> |
---|
155 | <reference ref="ref_operator" /> |
---|
156 | </chunk> |
---|
157 | <chunk id="name_operator"> |
---|
158 | <text key="name" text="Name" /> |
---|
159 | <text key="operator" text="Operator" /> |
---|
160 | </chunk> |
---|
161 | <chunk id="name_layer"> |
---|
162 | <text key="name" text="Name" /> |
---|
163 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
164 | </chunk> |
---|
165 | <chunk id="service_times"> |
---|
166 | <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" /> |
---|
167 | </chunk> |
---|
168 | <chunk id="oh"> |
---|
169 | <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" /> |
---|
170 | </chunk> |
---|
171 | <chunk id="wheelchair"> |
---|
172 | <combo key="wheelchair" text="Wheelchairs" values="yes,designated,limited,no" values_sort="false" /> |
---|
173 | </chunk> |
---|
174 | <chunk id="oh_wheelchair"> |
---|
175 | <reference ref="oh" /> |
---|
176 | <reference ref="wheelchair" /> |
---|
177 | </chunk> |
---|
178 | <chunk id="name_oh_wheelchair"> |
---|
179 | <text key="name" text="Name" /> |
---|
180 | <reference ref="oh_wheelchair" /> |
---|
181 | </chunk> |
---|
182 | <chunk id="name_operator_oh_wheelchair"> |
---|
183 | <reference ref="name_operator" /> |
---|
184 | <reference ref="oh_wheelchair" /> |
---|
185 | </chunk> |
---|
186 | <chunk id="name_brand_operator_oh_wheelchair"> |
---|
187 | <text key="name" text="Name" /> |
---|
188 | <text key="brand" text="Brand" /> |
---|
189 | <text key="operator" text="Operator" /> |
---|
190 | <reference ref="oh_wheelchair" /> |
---|
191 | </chunk> |
---|
192 | <chunk id="name_brand_oh_wheelchair"> |
---|
193 | <text key="name" text="Name" /> |
---|
194 | <text key="brand" text="Brand" /> |
---|
195 | <reference ref="oh_wheelchair" /> |
---|
196 | </chunk> |
---|
197 | <chunk id="color"> |
---|
198 | <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" /> |
---|
199 | </chunk> |
---|
200 | <chunk id="cuisine"> |
---|
201 | <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" /> |
---|
202 | </chunk> |
---|
203 | <chunk id="internet"> |
---|
204 | <combo key="internet_access" text="Internet access" values="yes,wlan,wired,terminal,no" /> |
---|
205 | <combo key="internet_access:fee" text="Internet access fee" values="yes,no" /> |
---|
206 | </chunk> |
---|
207 | <chunk id="internet_smoking"> |
---|
208 | <reference ref="internet" /> |
---|
209 | <combo key="smoking" text="Smoking" values="yes,dedicated,separated,isolated,outside,no" /> |
---|
210 | </chunk> |
---|
211 | <chunk id="optional_height"> |
---|
212 | <optional> |
---|
213 | <text key="height" text="Height (meters)" length="7" /> |
---|
214 | </optional> |
---|
215 | </chunk> |
---|
216 | <chunk id="optional_maxwidth"> |
---|
217 | <optional> |
---|
218 | <text key="maxwidth" text="Max. width (meters)" length="7" /> |
---|
219 | </optional> |
---|
220 | </chunk> |
---|
221 | <chunk id="optional_maxheight_maxwidth"> |
---|
222 | <optional> |
---|
223 | <text key="maxheight" text="Max. height (meters)" length="7" /> |
---|
224 | <text key="maxwidth" text="Max. width (meters)" length="7" /> |
---|
225 | </optional> |
---|
226 | </chunk> |
---|
227 | <chunk id="optional_name"> |
---|
228 | <optional> |
---|
229 | <text key="name" text="Name" /> |
---|
230 | </optional> |
---|
231 | </chunk> |
---|
232 | <chunk id="optional_name_operator"> |
---|
233 | <optional> |
---|
234 | <text key="name" text="Name" /> |
---|
235 | <text key="operator" text="Operator" /> |
---|
236 | </optional> |
---|
237 | </chunk> |
---|
238 | <chunk id="name_leisure_pitch"> |
---|
239 | <text key="name" text="Name" /> |
---|
240 | <combo key="leisure" text="Type" values="pitch,sports_centre,stadium" default="pitch" /> |
---|
241 | </chunk> |
---|
242 | <chunk id="sport"> |
---|
243 | <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" /> |
---|
244 | </chunk> |
---|
245 | <chunk id="highway_access"> |
---|
246 | <combo key="access" text="General Access" values="yes,destination,delivery,permissive,permit,private,customers,agricultural,forestry,no" values_sort="false" /> |
---|
247 | </chunk> |
---|
248 | <chunk id="highway_access_vehicle"> |
---|
249 | <reference ref="highway_access" /> |
---|
250 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
251 | </chunk> |
---|
252 | <chunk id="POI_access"> |
---|
253 | <combo key="access" text="General Access" values="yes,private,customers,permissive,permit,no" values_sort="false" /> |
---|
254 | </chunk> |
---|
255 | <chunk id="path_access_modes"> |
---|
256 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,permit,private,no" values_sort="false" /> |
---|
257 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
258 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
259 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
260 | <space /> |
---|
261 | <label text="Tags which are implied and do not need to be set are `motor_vehicle=no` and `emergency=destination`." /> |
---|
262 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
263 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
264 | </chunk> |
---|
265 | <chunk id="fee"> |
---|
266 | <combo key="fee" text="Fee" values="yes,no" /> |
---|
267 | </chunk> |
---|
268 | <chunk id="fee_interval"> |
---|
269 | <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" /> |
---|
270 | </chunk> |
---|
271 | <chunk id="parking_name_ref"> |
---|
272 | <combo key="parking" text="Type of parking" values="carports,garage_boxes,lane,layby,multi-storey,rooftop,sheds,street_side,surface,underground" values_context="parking" /> |
---|
273 | <text key="name" text="Name" /> |
---|
274 | <text key="ref" text="Reference number" /> |
---|
275 | </chunk> |
---|
276 | <chunk id="access_fee_operator_surface_smoothness"> |
---|
277 | <space /> |
---|
278 | <reference ref="POI_access" /> |
---|
279 | <reference ref="fee_interval" /> |
---|
280 | <text key="operator" text="Operator" /> |
---|
281 | <reference ref="surface_smoothness" /> |
---|
282 | </chunk> |
---|
283 | <chunk id="maxstay"> |
---|
284 | <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" /> |
---|
285 | </chunk> |
---|
286 | <chunk id="supervised"> |
---|
287 | <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" /> |
---|
288 | </chunk> |
---|
289 | <chunk id="supervised_lit_oh"> |
---|
290 | <reference ref="supervised" /> |
---|
291 | <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" /> |
---|
292 | <reference ref="oh" /> |
---|
293 | </chunk> |
---|
294 | <chunk id="wikipedia_wikidata"> |
---|
295 | <text key="wikipedia" text="Wikipedia" /> |
---|
296 | <text key="wikidata" text="Wikidata" /> |
---|
297 | </chunk> |
---|
298 | <chunk id="name_wikipedia_wikidata"> |
---|
299 | <text key="name" text="Name" /> |
---|
300 | <reference ref="wikipedia_wikidata" /> |
---|
301 | </chunk> |
---|
302 | <chunk id="population_postcode_website"> |
---|
303 | <text key="population" text="Population" /> |
---|
304 | <text key="postal_code" text="Postal Code" /> |
---|
305 | <text key="website" text="Website" /> |
---|
306 | </chunk> |
---|
307 | <chunk id="route_hikebike_optionals"> |
---|
308 | <text key="ref" text="Reference" /> |
---|
309 | <text key="operator" text="Operator" /> |
---|
310 | <text key="distance" text="Distance (kilometers)"/> |
---|
311 | <text key="ascent" text="Ascent (m)"/> |
---|
312 | <text key="descent" text="Descent (m)"/> |
---|
313 | <check key="roundtrip" text="Roundtrip"/> |
---|
314 | <text key="symbol" text="Symbol description"/> |
---|
315 | <text key="description" text="Description"/> |
---|
316 | <text key="website" text="Website" /> |
---|
317 | </chunk> |
---|
318 | <chunk id="genus_species_taxon"> |
---|
319 | <text key="genus" text="Genus" /> |
---|
320 | <text key="species" text="Species" /> |
---|
321 | <text key="taxon" text="Taxon" /> |
---|
322 | </chunk> |
---|
323 | <chunk id="leaf"> |
---|
324 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,mixed,leafless" values_searchable="true" /> |
---|
325 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" > |
---|
326 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." /> |
---|
327 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." /> |
---|
328 | <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." /> |
---|
329 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." /> |
---|
330 | <list_entry value="mixed" short_description="Habitat with evergreen and deciduous vegetation." /> |
---|
331 | </combo> |
---|
332 | </chunk> |
---|
333 | <chunk id="leaf_without_mixed"> |
---|
334 | <combo key="leaf_type" text="Leaf type" values="broadleaved,needleleaved,leafless" values_searchable="true" /> |
---|
335 | <combo key="leaf_cycle" text="Leaf cycle" values_searchable="true" > |
---|
336 | <list_entry value="deciduous" short_description="Plants that are leafless for a certain period during the year." /> |
---|
337 | <list_entry value="evergreen" short_description="Plants that are never entirely without green foliage." /> |
---|
338 | <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." /> |
---|
339 | <list_entry value="semi_evergreen" short_description="Plants that lose most, but not all, of their foliage for a fraction of the year." /> |
---|
340 | </combo> |
---|
341 | </chunk> |
---|
342 | <!-- start of religions and denominations --> |
---|
343 | <chunk id="religious"> <!-- all religions and denominations --> |
---|
344 | <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" /> |
---|
345 | <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" /> |
---|
346 | </chunk> |
---|
347 | <chunk id="religious_catholic_christian"> <!-- special case for wayside_shrine and wayside_cross: all religions and catholic denominations with default to catholic christian --> |
---|
348 | <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" /> |
---|
349 | <combo key="denomination" text="Denomination" values="catholic,greek_catholic,old_catholic,orthodox,roman_catholic" default="catholic" values_searchable="true" /> |
---|
350 | </chunk> |
---|
351 | <chunk id="other_religions"> <!-- religions which don't have an own preset --> |
---|
352 | <combo key="religion" text="Religion" values="bahai,caodaism,confucian,jain,none,sikh,spiritualist,taoist,tenrikyo,unitarian_universalist,zoroastrian" match="keyvalue!" values_searchable="true" /> |
---|
353 | </chunk> |
---|
354 | <chunk id="christian_denominations"> <!-- christian denominations --> |
---|
355 | <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" /> |
---|
356 | </chunk> |
---|
357 | <chunk id="muslim_denominations"> <!-- muslim denominations --> |
---|
358 | <combo key="denomination" text="Denomination" values="ibadi,nondenominational,shia,sunni" values_searchable="true" /> |
---|
359 | </chunk> |
---|
360 | <chunk id="jewish_denominations"> <!-- jewish denominations --> |
---|
361 | <combo key="denomination" text="Denomination" values="orthodox,conservative,nondenominational,reform" values_context="jewish" values_searchable="true" /> <!-- values_context because of orthodox, #9629 --> |
---|
362 | </chunk> |
---|
363 | <chunk id="buddhist_denominations"> <!-- buddhist denominations --> |
---|
364 | <combo key="denomination" text="Denomination" values="tibetan,theravada,mahayana,vajrayana" values_searchable="true" /> |
---|
365 | </chunk> |
---|
366 | <chunk id="hindu_denominations"> <!-- hindu denominations --> |
---|
367 | <combo key="denomination" text="Denomination" values="vaishnavism,shaivism,shaktism,smartism" values_searchable="true" /> |
---|
368 | </chunk> |
---|
369 | <!-- shinto and the religions which don't have an own preset don't have denominations (yet) --> |
---|
370 | <!-- end of religions and denominations --> |
---|
371 | <chunk id="voltage"> |
---|
372 | <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" /> |
---|
373 | </chunk> |
---|
374 | <chunk id="frequency"> |
---|
375 | <combo key="frequency" text="Frequency in Hertz (Hz)" values="0,16.67,16.7,25,50,60" length="5" values_sort="false" /> |
---|
376 | </chunk> |
---|
377 | <chunk id="voltage_frequency"> |
---|
378 | <reference ref="voltage" /> |
---|
379 | <reference ref="frequency" /> |
---|
380 | </chunk> |
---|
381 | <chunk id="transformer_voltage_frequency"> |
---|
382 | <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" /> |
---|
383 | <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" /> |
---|
384 | <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" /> |
---|
385 | <reference ref="frequency" /> |
---|
386 | </chunk> |
---|
387 | <chunk id="cables"> |
---|
388 | <combo key="cables" text="Amount of Cables" values="1,2,3,4,6,9,12" /> |
---|
389 | </chunk> |
---|
390 | <chunk id="cables_circuits"> |
---|
391 | <reference ref="cables" /> |
---|
392 | <combo key="circuits" text="Amount of circuits" values="1,2,3,4" /> |
---|
393 | </chunk> |
---|
394 | <chunk id="line_properties"> |
---|
395 | <combo key="line_attachment" text="Line attachment" values="suspension,anchor,pin,pulley" values_sort="false" values_context="power" /> |
---|
396 | <combo key="line_arrangement" text="Line arrangement" values="horizontal,semi_horizontal,vertical,semi_vertical,triangular,delta,square,unarranged" values_sort="false" values_context="power" /> |
---|
397 | <combo key="line_management" text="Line management" values="branch,cross,split,straight,termination,transition,transpose" values_context="Line management" /> |
---|
398 | </chunk> |
---|
399 | <chunk id="power_loc"> |
---|
400 | <combo key="location" text="Location" values="outdoor,indoor,underground,platform,roof,surface" values_context="power" /> |
---|
401 | </chunk> |
---|
402 | <chunk id="power_line_extra"> |
---|
403 | <reference ref="cables_circuits" /> |
---|
404 | <reference ref="voltage_frequency" /> |
---|
405 | </chunk> |
---|
406 | <chunk id="power_source"> |
---|
407 | <list_entry value="biofuel" display_value="Biofuel" icon="presets/power/power_source-biofuel.svg" /> |
---|
408 | <list_entry value="oil" display_value="Oil" icon="presets/power/power_source-oil.svg" /> |
---|
409 | <list_entry value="diesel" display_value="Diesel" icon="presets/power/power_source-oil.svg" /> |
---|
410 | <list_entry value="gasoline" display_value="Gasoline" icon="presets/power/power_source-oil.svg" /> |
---|
411 | <list_entry value="biogas" display_value="Biogas" icon="presets/power/power_source-biofuel.svg" /> |
---|
412 | <list_entry value="gas" display_value="Gas" icon="presets/power/power_source-gas.svg" /> |
---|
413 | <list_entry value="biomass" display_value="Biomass" icon="presets/power/power_source-biofuel.svg" /> |
---|
414 | <list_entry value="waste" display_value="Waste" icon="presets/power/power_source-waste.svg" /> |
---|
415 | <list_entry value="coal" display_value="Coal" icon="presets/power/power_source-coal.svg" /> |
---|
416 | <list_entry value="nuclear" display_value="Nuclear" icon="presets/power/power_source-nuclear.svg" /> |
---|
417 | <list_entry value="geothermal" display_value="Geothermal" icon="presets/power/power_source-geothermal.svg" /> |
---|
418 | <list_entry value="hydro" display_value="Hydro" icon="presets/power/power_source-water.svg" /> |
---|
419 | <list_entry value="osmotic" display_value="Osmotic" icon="presets/power/power_source-water.svg" /> |
---|
420 | <list_entry value="tidal" display_value="Tidal" icon="presets/power/power_source-water.svg" /> |
---|
421 | <list_entry value="wave" display_value="Wave" icon="presets/power/power_source-water.svg" /> |
---|
422 | <list_entry value="solar" display_value="Solar" icon="presets/power/power_source-sun.svg" /> |
---|
423 | <list_entry value="wind" display_value="Wind" icon="presets/power/power_source-wind.svg" /> |
---|
424 | </chunk> |
---|
425 | <chunk id="power_generator"> |
---|
426 | <key key="power" value="generator" /> |
---|
427 | <reference ref="name_ref_operator" /> |
---|
428 | <text key="start_date" text="Start date" /> |
---|
429 | </chunk> |
---|
430 | <chunk id="power_output"> |
---|
431 | <combo key="generator:plant" text="Plant generator type" values="output,intermediate" /> |
---|
432 | <optional text="Output forms of energy:"> |
---|
433 | <combo key="generator:output:biogas" text="Biogas" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
434 | <combo key="generator:output:electricity" text="Electricity" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
435 | <combo key="generator:output:hot_water" text="Hot Water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
436 | <combo key="generator:output:hot_air" text="Hot Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
437 | <combo key="generator:output:cold_water" text="Cold Water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
438 | <combo key="generator:output:cold_air" text="Cold Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
439 | <combo key="generator:output:compressed_air" text="Compressed Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
440 | <combo key="generator:output:steam" text="Steam" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
441 | <combo key="generator:output:vacuum" text="Vacuum" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
442 | <space /> |
---|
443 | <reference ref="voltage_frequency" /> |
---|
444 | </optional> |
---|
445 | </chunk> |
---|
446 | <chunk id="power_plant"> |
---|
447 | <key key="power" value="plant" /> |
---|
448 | <reference ref="name_ref_operator" /> |
---|
449 | <text key="start_date" text="Start date" /> |
---|
450 | <optional text="Output forms of energy (optional):"> |
---|
451 | <combo key="plant:output:electricity" text="Electricity" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
452 | <combo key="plant:output:hot_water" text="Hot Water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
453 | <combo key="plant:output:hot_air" text="Hot Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
454 | <combo key="plant:output:cold_water" text="Cold Water" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
455 | <combo key="plant:output:cold_air" text="Cold Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
456 | <combo key="plant:output:compressed_air" text="Compressed Air" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
457 | <combo key="plant:output:steam" text="Steam" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
458 | <combo key="plant:output:vacuum" text="Vacuum" values="yes,2 W,3 kW,5 MW,7 GW" /> |
---|
459 | </optional> |
---|
460 | </chunk> |
---|
461 | <chunk id="power_source_values"> |
---|
462 | </chunk> |
---|
463 | <chunk id="utilities"> |
---|
464 | <combo key="utility" text="Utility" values="chemical,gas,heating,hydrant,oil,power,sewerage,street_lighting,telecom,television,waste,water" values_searchable="true"/> |
---|
465 | </chunk> |
---|
466 | <chunk id="pole"> |
---|
467 | <text key="height" text="Height (meters)" length="7" /> |
---|
468 | <combo key="material" text="Material" values="concrete,metal,plastic,steel,stone,wood" /> |
---|
469 | <reference ref="ref_operator" /> |
---|
470 | </chunk> |
---|
471 | <chunk id="power_pole"> |
---|
472 | <reference ref="line_properties" /> |
---|
473 | <check key="location:transition" text="Location transition" disable_off="true" /> |
---|
474 | <reference ref="pole" /> |
---|
475 | </chunk> |
---|
476 | <chunk id="rating_phases"> |
---|
477 | <combo key="rating" text="Power rating (kVA/MVA)" values="2700 kVA,12500 kVA,15 MVA,50 MVA,100 MVA" /> |
---|
478 | <combo key="phases" text="Phases" values="1,3" length="1" /> |
---|
479 | </chunk> |
---|
480 | <chunk id="optional_rating_phases"> |
---|
481 | <optional> |
---|
482 | <reference ref="rating_phases" /> |
---|
483 | </optional> |
---|
484 | </chunk> |
---|
485 | <chunk id="optional_transformer_rating_phases_devices_windings"> |
---|
486 | <optional> |
---|
487 | <reference ref="rating_phases" /> |
---|
488 | <combo key="devices" text="Number of devices" values="1,2,3,4" /> |
---|
489 | <combo key="windings" text="Number of windings" values="1,2,3,4" /> |
---|
490 | <!-- #16364: don't use simple "power" context to avoid conflict with "delta" used for power towers --> |
---|
491 | <combo key="windings:configuration" text="Windings configuration" values="star,delta,open-delta,zigzag,open,scott,leblanc" values_context="power_windings" /> |
---|
492 | </optional> |
---|
493 | </chunk> |
---|
494 | <chunk id="telecom_medium"> |
---|
495 | <combo key="telecom:medium" text="Local loop type" values="copper,fibre,coaxial" /> |
---|
496 | </chunk> |
---|
497 | <chunk id="optional_bridge"> |
---|
498 | <optional> |
---|
499 | <text key="name" text="Name" /> |
---|
500 | <text key="bridge:name" text="Bridge name" /> |
---|
501 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="1" length="3" values_sort="false" /> |
---|
502 | <space /> |
---|
503 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
504 | <text key="maxspeed:forward" text="Max. speed in way direction" /> |
---|
505 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" /> |
---|
506 | <space /> |
---|
507 | <text key="maxweight" text="Max. weight (tonnes)" /> |
---|
508 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
509 | <text key="width" text="Width (meters)" /> |
---|
510 | <check key="toll" text="Toll" /> |
---|
511 | </optional> |
---|
512 | </chunk> |
---|
513 | <chunk id="waterway"> |
---|
514 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
515 | <check key="intermittent" text="Intermittent" disable_off="true" /> |
---|
516 | <check key="seasonal" text="Seasonal" disable_off="true" /> |
---|
517 | <check key="tidal" text="In the tidal range" disable_off="true" /> |
---|
518 | <combo key="tunnel" text="Tunnel" values="culvert,yes" /> |
---|
519 | <text key="width" text="Width (meters)" /> |
---|
520 | </chunk> |
---|
521 | <chunk id="water_access"> |
---|
522 | <optional text="Water access rules:"> |
---|
523 | <combo key="ship" text="Ship" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" /> |
---|
524 | <combo key="boat" text="Boat" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" /> |
---|
525 | <combo key="motorboat" text="Motorboat" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" /> |
---|
526 | <combo key="canoe" text="Canoe" values="yes,designated,destination,delivery,permissive,permit,private,no" values_sort="false" /> |
---|
527 | </optional> |
---|
528 | </chunk> |
---|
529 | <chunk id="substance"> |
---|
530 | <combo key="substance" text="Substance" values="water,hot_water,steam,sewage,gas,oil" values_sort="false" values_searchable="true" /> |
---|
531 | </chunk> |
---|
532 | <chunk id="handle"> |
---|
533 | <optional text="Only in case of manual actuator or manual mechanical drive: "> |
---|
534 | <combo key="handle" text="Handle" values="wheel,cross,lever,crank,button,no" values_context="handle" values_sort="false" values_searchable="true" /> |
---|
535 | <combo key="turn_to_close" text="Direction to close" values="clockwise,anti_clockwise" /> |
---|
536 | </optional> |
---|
537 | <space /> |
---|
538 | </chunk> |
---|
539 | <chunk id="pumpMechanism"> |
---|
540 | <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" /> |
---|
541 | </chunk> |
---|
542 | <chunk id="mechCoupling"> |
---|
543 | <combo key="mechanical_coupling" text="Mechanical coupling" values="direct,reducer,gearbox,nodding_donkey,belt" values_sort="false" values_searchable="true" /> |
---|
544 | </chunk> |
---|
545 | <chunk id="pump_details"> |
---|
546 | <reference ref="pumpMechanism" /> |
---|
547 | <combo key="mechanical_driver" text="Mechanical driver" values="manual,electric_motor,combustion_engine,reciprocating_solenoid,cylinder,turbine" values_sort="false" values_searchable="true" /> |
---|
548 | <reference ref="mechCoupling" /> |
---|
549 | </chunk> |
---|
550 | <chunk id="support"> |
---|
551 | <combo key="support" text="Support" values="pole,wall_mounted,billboard,ground" values_context="mounting/support" /> |
---|
552 | </chunk> |
---|
553 | <chunk id="aerodrome"> |
---|
554 | <key key="aeroway" value="aerodrome" match="keyvalue" /> |
---|
555 | <text key="name" text="Name" /> |
---|
556 | <optional> |
---|
557 | <text key="iata" text="IATA" /> |
---|
558 | <text key="icao" text="ICAO" /> |
---|
559 | <reference ref="wikipedia_wikidata" /> |
---|
560 | </optional> |
---|
561 | </chunk> |
---|
562 | <chunk id="car_brands"> |
---|
563 | <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" /> |
---|
564 | </chunk> |
---|
565 | <chunk id="motorcycle_brands"> |
---|
566 | <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" /> |
---|
567 | </chunk> |
---|
568 | <chunk id="walking_routes_roles"> |
---|
569 | <roles> |
---|
570 | <role key="" text="route segment" requisite="required" type="way,closedway,relation" member_expression="highway|route=ferry" /> |
---|
571 | <role key="alternative" text="alternative segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" /> |
---|
572 | <role key="approach" text="approach segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" /> |
---|
573 | <role key="excursion" text="excursion segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" /> |
---|
574 | <role key="connection" text="connection segment" requisite="optional" type="way,closedway,relation" member_expression="highway|route=ferry" /> |
---|
575 | <role key="" text="infrastructure" requisite="optional" type="node,closedway" member_expression="tourism OR amenity" /> |
---|
576 | <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" /> |
---|
577 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost" /> |
---|
578 | </roles> |
---|
579 | </chunk> |
---|
580 | <chunk id="route_segment_roles"> |
---|
581 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" /> |
---|
582 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" /> |
---|
583 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|route=ferry|leisure=track" /> |
---|
584 | <role key="guidepost" text="guidepost" requisite="optional" type="node" member_expression="information=guidepost" /> |
---|
585 | </chunk> |
---|
586 | <chunk id="route_start_stop_roles"> |
---|
587 | <role key="start" text="start endpoint" requisite="optional" type="node" /> |
---|
588 | <role key="stop" text="stop endpoint" requisite="optional" type="node" /> |
---|
589 | <role key="start_stop" text="start and stop endpoint" requisite="optional" type="node" /> |
---|
590 | </chunk> |
---|
591 | <chunk id="public_transport_route_optionals"> |
---|
592 | <text key="from" text="From (initial stop)" /> |
---|
593 | <text key="to" text="To (terminal stop)" /> |
---|
594 | <text key="via" text="Via (intermediate stops)" /> |
---|
595 | <text key="operator" text="Operator" /> |
---|
596 | <text key="network" text="Network" /> |
---|
597 | <text key="description" text="Description" /> |
---|
598 | <reference ref="color" /> |
---|
599 | <reference ref="oh" /> |
---|
600 | </chunk> |
---|
601 | <chunk id="fee_reservation_roundtrip_website"> |
---|
602 | <reference ref="fee" /> |
---|
603 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended" /> |
---|
604 | <check key="roundtrip" text="Roundtrip"/> |
---|
605 | <text key="website" text="Website" /> |
---|
606 | </chunk> |
---|
607 | <chunk id="pt_route_opt2"> |
---|
608 | <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" /> |
---|
609 | <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" /> |
---|
610 | <reference ref="fee_reservation_roundtrip_website" /> |
---|
611 | </chunk> |
---|
612 | <chunk id="climbing_styles"> |
---|
613 | <label text="Climbing styles:" /> |
---|
614 | <checkgroup columns="2"> |
---|
615 | <check key="climbing:boulder" text="Boulders" /> |
---|
616 | <check key="climbing:sport" text="Sport climbing" /> |
---|
617 | <check key="climbing:toprope" text="Top rope (approach at the route top + letting the rope down)" /> |
---|
618 | <check key="climbing:trad" text="Traditional climbing (no fixed anchors)" /> |
---|
619 | <check key="climbing:multipitch" text="Multi-pitch climbing" /> |
---|
620 | <check key="climbing:ice" text="Ice climbing" /> |
---|
621 | <check key="climbing:mixed" text="Mixed climbing" /> |
---|
622 | <check key="climbing:deepwater" text="Deep Water Soloing" /> |
---|
623 | </checkgroup> |
---|
624 | </chunk> |
---|
625 | <chunk id="climbing_optional_attributes"> |
---|
626 | <optional> |
---|
627 | <combo key="climbing:orientation" text="Orientation" values="N,NE,E,SE,S,SW,W,NW" values_no_i18n="true" values_sort="false"/> |
---|
628 | <combo key="climbing:quality" text="Rock/ice quality" values="fragile,medium,solid" /> |
---|
629 | <combo key="climbing:rock" text="Rock type" values="limestone,sandstone,granite,basalt,slate" /> |
---|
630 | <check key="climbing:summit_log" text="Summit/route log/register" /> |
---|
631 | <check key="indoor" text="Climbing routes indoor" /> |
---|
632 | <check key="outdoor" text="Climbing routes outdoor" /> |
---|
633 | <text key="website" text="Official web site (e.g. operator)" /> |
---|
634 | <text key="url" text="Unofficial web site" /> |
---|
635 | <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" /> |
---|
636 | <combo key="fee" text="Fee" values="yes,no,Sa-Su 08:00-20:00"/> |
---|
637 | <reference ref="POI_access" /> |
---|
638 | </optional> |
---|
639 | </chunk> |
---|
640 | <chunk id="communication"> |
---|
641 | <space /> |
---|
642 | <label text="Communication type:" /> |
---|
643 | <checkgroup columns="3"> |
---|
644 | <check key="communication:mobile_phone" text="Mobile phone" /> |
---|
645 | <check key="communication:television" text="Television" /> |
---|
646 | <check key="communication:radio" text="Radio" /> |
---|
647 | <check key="communication:microwave" text="Microwave" /> |
---|
648 | <check key="communication:gsm-r" text="GSM-R" /> |
---|
649 | </checkgroup> |
---|
650 | </chunk> |
---|
651 | <chunk id="crossing_markings"> |
---|
652 | <multiselect key="crossing:markings" text="Markings" values_sort="false" values_context="crossing:markings"> |
---|
653 | <list_entry value="no" /> |
---|
654 | <list_entry value="yes" /> |
---|
655 | <list_entry value="surface" /> |
---|
656 | <list_entry value="lines" /> |
---|
657 | <list_entry value="lines:paired" /> |
---|
658 | <list_entry value="dashes" /> |
---|
659 | <list_entry value="dots" /> |
---|
660 | <list_entry value="zebra" /> |
---|
661 | <list_entry value="zebra:double" /> |
---|
662 | <list_entry value="zebra:paired" /> |
---|
663 | <list_entry value="zebra:bicolour" /> |
---|
664 | <list_entry value="ladder" /> |
---|
665 | <list_entry value="ladder:skewed" /> |
---|
666 | <list_entry value="ladder:paired" /> |
---|
667 | <list_entry value="pictograms" /> |
---|
668 | </multiselect> |
---|
669 | </chunk> |
---|
670 | <!-- Link chunks --> |
---|
671 | <chunk id="link_contact_address"> |
---|
672 | <preset_link preset_name="Contact (Common Schema)" /> |
---|
673 | <preset_link preset_name="Address" /> |
---|
674 | </chunk> |
---|
675 | <chunk id="link_contact_address_payment"> |
---|
676 | <preset_link preset_name="Contact (Common Schema)" /> |
---|
677 | <preset_link preset_name="Address" /> |
---|
678 | <preset_link preset_name="Payment Methods" /> |
---|
679 | </chunk> |
---|
680 | <chunk id="link_road_access_restrictions"> |
---|
681 | <preset_link preset_name="Road Restrictions" /> |
---|
682 | <preset_link preset_name="Access Restrictions" /> |
---|
683 | </chunk> |
---|
684 | <!-- Groups --> |
---|
685 | <group name="Highways" icon="presets/transport/way/way_secondary.svg"> |
---|
686 | <group name="Streets" icon="presets/transport/way/way_secondary.svg"> |
---|
687 | <item name="Motorway" icon="presets/transport/way/way_motorway.svg" type="way" preset_name_label="true"> |
---|
688 | <link wiki="Tag:highway=motorway" /> |
---|
689 | <space /> |
---|
690 | <key key="highway" value="motorway" /> |
---|
691 | <text key="ref" text="Reference" /> |
---|
692 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
693 | <optional> |
---|
694 | <text key="name" text="Name" /> |
---|
695 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
696 | <reference ref="highway_base" /> |
---|
697 | <text key="destination" text="Destination" /> |
---|
698 | <text key="destination:ref" text="Destination reference" /> |
---|
699 | <text key="width" text="Width (meters)" /> |
---|
700 | <space /> |
---|
701 | <reference ref="highway_yesno" /> |
---|
702 | <checkgroup columns="4"> |
---|
703 | <check key="oneway" text="Oneway" default="on" /> |
---|
704 | <check key="toll" text="Toll" /> |
---|
705 | </checkgroup> |
---|
706 | <reference ref="lit_common_no_times"/> |
---|
707 | <reference ref="placement_shoulder" /> |
---|
708 | </optional> |
---|
709 | <reference ref="link_road_access_restrictions" /> |
---|
710 | </item> <!-- Motorway --> |
---|
711 | <item name="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" type="way" preset_name_label="true"> |
---|
712 | <link wiki="Tag:highway=motorway_link" /> |
---|
713 | <key key="highway" value="motorway_link" /> |
---|
714 | <optional> |
---|
715 | <text key="ref" text="Reference" /> |
---|
716 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
717 | <reference ref="highway_base" /> |
---|
718 | <text key="destination" text="Destination" /> |
---|
719 | <text key="destination:ref" text="Destination reference" /> |
---|
720 | <text key="junction:ref" text="Junction 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 Link --> |
---|
733 | <item name="Trunk" icon="presets/transport/way/way_trunk.svg" type="way" preset_name_label="true"> |
---|
734 | <link wiki="Tag:highway=trunk" /> |
---|
735 | <space /> |
---|
736 | <key key="highway" value="trunk" /> |
---|
737 | <text key="ref" text="Reference" /> |
---|
738 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
739 | <optional> |
---|
740 | <text key="name" text="Name" /> |
---|
741 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
742 | <reference ref="highway_base" /> |
---|
743 | <text key="destination" text="Destination" /> |
---|
744 | <text key="destination:ref" text="Destination reference" /> |
---|
745 | <text key="width" text="Width (meters)" /> |
---|
746 | <space /> |
---|
747 | <reference ref="highway_yesno" /> |
---|
748 | <checkgroup columns="4"> |
---|
749 | <check key="oneway" text="Oneway" default="on" /> |
---|
750 | <check key="toll" text="Toll" /> |
---|
751 | <check key="motorroad" text="Motorroad" default="on" /> |
---|
752 | <check key="dual_carriageway" text="Divided highway" /> |
---|
753 | </checkgroup> |
---|
754 | <reference ref="lit_common_no_times"/> |
---|
755 | <reference ref="placement_shoulder" /> |
---|
756 | </optional> |
---|
757 | <reference ref="link_road_access_restrictions" /> |
---|
758 | </item> <!-- Trunk --> |
---|
759 | <item name="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" type="way" preset_name_label="true"> |
---|
760 | <link wiki="Highway_link" /> |
---|
761 | <space /> |
---|
762 | <key key="highway" value="trunk_link" /> |
---|
763 | <optional> |
---|
764 | <text key="ref" text="Reference" /> |
---|
765 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
766 | <reference ref="highway_base" /> |
---|
767 | <text key="destination" text="Destination" /> |
---|
768 | <text key="destination:ref" text="Destination reference" /> |
---|
769 | <text key="junction:ref" text="Junction reference" /> |
---|
770 | <text key="width" text="Width (meters)" /> |
---|
771 | <space /> |
---|
772 | <reference ref="highway_yesno" /> |
---|
773 | <checkgroup columns="4"> |
---|
774 | <check key="oneway" text="Oneway" default="on" /> |
---|
775 | <check key="toll" text="Toll" /> |
---|
776 | <check key="motorroad" text="Motorroad" default="on" /> |
---|
777 | </checkgroup> |
---|
778 | <reference ref="lit_common_no_times"/> |
---|
779 | <reference ref="placement_shoulder" /> |
---|
780 | </optional> |
---|
781 | <reference ref="link_road_access_restrictions" /> |
---|
782 | </item> <!-- Trunk Link --> |
---|
783 | <separator/> |
---|
784 | <item name="Primary" icon="presets/transport/way/way_primary.svg" type="way,closedway" preset_name_label="true"> |
---|
785 | <link wiki="Tag:highway=primary" /> |
---|
786 | <space /> |
---|
787 | <key key="highway" value="primary" /> |
---|
788 | <text key="ref" text="Reference" /> |
---|
789 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
790 | <optional> |
---|
791 | <text key="name" text="Name" /> |
---|
792 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
793 | <reference ref="highway_base" /> |
---|
794 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
795 | <checkgroup columns="4"> |
---|
796 | <check key="motorroad" text="Motorroad" /> |
---|
797 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
798 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
799 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
800 | </checkgroup> |
---|
801 | <reference ref="placement_shoulder" /> |
---|
802 | </optional> |
---|
803 | <reference ref="link_road_access_restrictions" /> |
---|
804 | </item> <!-- Primary --> |
---|
805 | <item name="Primary Link" icon="presets/transport/way/way_primary_link.svg" type="way" preset_name_label="true"> |
---|
806 | <link wiki="Highway_link" /> |
---|
807 | <key key="highway" value="primary_link" /> |
---|
808 | <optional> |
---|
809 | <reference ref="highway_base" /> |
---|
810 | <text key="destination" text="Destination" /> |
---|
811 | <text key="destination:ref" text="Destination reference" /> |
---|
812 | <text key="junction:ref" text="Junction reference" /> |
---|
813 | <check key="motorroad" text="Motorroad" /> |
---|
814 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
815 | <space /> |
---|
816 | <reference ref="placement_shoulder" /> |
---|
817 | </optional> |
---|
818 | <reference ref="link_road_access_restrictions" /> |
---|
819 | </item> <!-- Primary Link --> |
---|
820 | <item name="Secondary" icon="presets/transport/way/way_secondary.svg" type="way,closedway" preset_name_label="true"> |
---|
821 | <link wiki="Tag:highway=secondary" /> |
---|
822 | <space /> |
---|
823 | <key key="highway" value="secondary" /> |
---|
824 | <text key="ref" text="Reference" /> |
---|
825 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
826 | <optional> |
---|
827 | <text key="name" text="Name" /> |
---|
828 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
829 | <reference ref="highway_base" /> |
---|
830 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
831 | <checkgroup columns="3"> |
---|
832 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
833 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
834 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
835 | </checkgroup> |
---|
836 | <reference ref="placement_shoulder" /> |
---|
837 | </optional> |
---|
838 | <reference ref="link_road_access_restrictions" /> |
---|
839 | </item> <!-- Secondary --> |
---|
840 | <item name="Secondary Link" icon="presets/transport/way/way_secondary_link.svg" type="way" preset_name_label="true"> |
---|
841 | <link wiki="Highway_link" /> |
---|
842 | <key key="highway" value="secondary_link" /> |
---|
843 | <optional> |
---|
844 | <reference ref="highway_base" /> |
---|
845 | <text key="destination" text="Destination" /> |
---|
846 | <text key="destination:ref" text="Destination reference" /> |
---|
847 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
848 | <space /> |
---|
849 | <reference ref="placement_shoulder" /> |
---|
850 | </optional> |
---|
851 | <reference ref="link_road_access_restrictions" /> |
---|
852 | </item> <!-- Secondary Link --> |
---|
853 | <item name="Tertiary" icon="presets/transport/way/way_tertiary.svg" type="way,closedway" preset_name_label="true"> |
---|
854 | <link wiki="Tag:highway=tertiary" /> |
---|
855 | <space /> |
---|
856 | <key key="highway" value="tertiary" /> |
---|
857 | <text key="ref" text="Reference" /> |
---|
858 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
859 | <optional> |
---|
860 | <text key="name" text="Name" /> |
---|
861 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
862 | <reference ref="highway_base" /> |
---|
863 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
864 | <checkgroup columns="3"> |
---|
865 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
866 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
867 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
868 | </checkgroup> |
---|
869 | <reference ref="placement_shoulder" /> |
---|
870 | </optional> |
---|
871 | <reference ref="link_road_access_restrictions" /> |
---|
872 | </item> <!-- Tertiary --> |
---|
873 | <item name="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" type="way" preset_name_label="true"> |
---|
874 | <link wiki="Highway_link" /> |
---|
875 | <key key="highway" value="tertiary_link" /> |
---|
876 | <optional> |
---|
877 | <reference ref="highway_base" /> |
---|
878 | <text key="destination" text="Destination" /> |
---|
879 | <text key="destination:ref" text="Destination reference" /> |
---|
880 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
881 | <space /> |
---|
882 | <reference ref="placement_shoulder" /> |
---|
883 | </optional> |
---|
884 | <reference ref="link_road_access_restrictions" /> |
---|
885 | </item> <!-- Tertiary Link --> |
---|
886 | <item name="Unclassified" icon="presets/transport/way/way_unclassified.svg" type="way,closedway" preset_name_label="true"> |
---|
887 | <link wiki="Tag:highway=unclassified" /> |
---|
888 | <key key="highway" value="unclassified" /> |
---|
889 | <optional> |
---|
890 | <text key="name" text="Name" /> |
---|
891 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
892 | <text key="ref" text="Reference" /> |
---|
893 | <check key="noref" text="Street has no reference" disable_off="true" /> |
---|
894 | <reference ref="highway_base" /> |
---|
895 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
896 | <checkgroup columns="4"> |
---|
897 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
898 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
899 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
900 | <check key="passing_places" text="Passing Places" /> |
---|
901 | </checkgroup> |
---|
902 | <reference ref="placement_shoulder" /> |
---|
903 | </optional> |
---|
904 | <reference ref="link_road_access_restrictions" /> |
---|
905 | </item> <!-- Unclassified --> |
---|
906 | <item name="Residential" icon="presets/transport/way/way_residential.svg" type="way,closedway" preset_name_label="true"> |
---|
907 | <link wiki="Tag:highway=residential" /> |
---|
908 | <space /> |
---|
909 | <key key="highway" value="residential" /> |
---|
910 | <text key="name" text="Name" /> |
---|
911 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
912 | <optional> |
---|
913 | <text key="ref" text="Reference" /> |
---|
914 | <reference ref="highway_base" /> |
---|
915 | <reference ref="highway_yesno" /> |
---|
916 | <checkgroup columns="4"> |
---|
917 | <check key="oneway" text="Oneway" /> |
---|
918 | <check key="oneway:bicycle" text="Oneway for bicycle" /> |
---|
919 | </checkgroup> |
---|
920 | <reference ref="lit_common_no_times"/> |
---|
921 | <text key="width" text="Width (meters)" /> |
---|
922 | <combo key="bus_bay" text="Bus bay" values="both,left,right" /> |
---|
923 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> |
---|
924 | <checkgroup columns="3"> |
---|
925 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
926 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
927 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
928 | </checkgroup> |
---|
929 | </optional> |
---|
930 | <reference ref="link_road_access_restrictions" /> |
---|
931 | </item> <!-- Residential --> |
---|
932 | <item name="Bicycle Road" icon="presets/transport/way/way_bicycle_road.svg" type="way,closedway" preset_name_label="true"> |
---|
933 | <link wiki="Key:bicycle_road" /> |
---|
934 | <space /> |
---|
935 | <key key="bicycle_road" value="yes" /> |
---|
936 | <key key="bicycle" value="designated" /> |
---|
937 | <combo key="highway" text="Highway type" values="residential,service,unclassified,path,cycleway" values_context="Highway" default="residential" /> |
---|
938 | <text key="name" text="Name" /> |
---|
939 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
940 | <combo key="vehicle" text="Vehicle access" values="yes,destination,no" values_sort="false" default="no" /> |
---|
941 | <text key="maxspeed" text="Max. speed (km/h)" default="30" /> |
---|
942 | <optional> |
---|
943 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" /> |
---|
944 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
945 | <reference ref="surface_smoothness" /> |
---|
946 | <reference ref="highway_yesno_incline" /> |
---|
947 | <checkgroup columns="4"> |
---|
948 | <check key="oneway" text="Oneway" /> |
---|
949 | <check key="oneway:bicycle" text="Oneway for bicycle" /> |
---|
950 | </checkgroup> |
---|
951 | <reference ref="lit_common_no_times"/> |
---|
952 | <text key="width" text="Width (meters)" /> |
---|
953 | <combo key="bus_bay" text="Bus bay" values="both,left,right" /> |
---|
954 | <combo key="sidewalk" text="Sidewalk" values="both,left,right,no,separate" values_context="sidewalk" /> |
---|
955 | </optional> |
---|
956 | <reference ref="link_road_access_restrictions" /> |
---|
957 | </item> <!-- Bicycle Road --> |
---|
958 | <item name="Living Street" icon="presets/transport/way/way_living_street.svg" type="way,closedway" preset_name_label="true"> |
---|
959 | <link wiki="Tag:highway=living_street" /> |
---|
960 | <space /> |
---|
961 | <key key="highway" value="living_street" /> |
---|
962 | <text key="name" text="Name" /> |
---|
963 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
964 | <optional> |
---|
965 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" /> |
---|
966 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
967 | <reference ref="surface_smoothness" /> |
---|
968 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
969 | <checkgroup columns="2"> |
---|
970 | <check key="narrow" text="Narrow" disable_off="true" /> |
---|
971 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
972 | </checkgroup> |
---|
973 | </optional> |
---|
974 | <reference ref="link_road_access_restrictions" /> |
---|
975 | </item> <!-- Living Street --> |
---|
976 | <item name="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
977 | <link wiki="Tag:highway=pedestrian" /> |
---|
978 | <space /> |
---|
979 | <key key="highway" value="pedestrian" /> |
---|
980 | <text key="name" text="Name" /> |
---|
981 | <check key="noname" text="Street has no name" disable_off="true" /> |
---|
982 | <optional> |
---|
983 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
984 | <reference ref="surface_smoothness" /> |
---|
985 | <check key="area" text="Area" /> |
---|
986 | <reference ref="highway_yesno_incline" /> |
---|
987 | <reference ref="lit_common_no_times"/> |
---|
988 | <text key="width" text="Width (meters)" /> |
---|
989 | </optional> |
---|
990 | <reference ref="link_road_access_restrictions" /> |
---|
991 | </item> <!-- Pedestrian --> |
---|
992 | <item name="Service" icon="presets/transport/way/way_service.svg" type="way,closedway" preset_name_label="true"> |
---|
993 | <link wiki="Tag:highway=service" /> |
---|
994 | <space /> |
---|
995 | <key key="highway" value="service" /> |
---|
996 | <combo key="service" text="Service way type" values="alley,driveway,parking_aisle,drive-through,emergency_access" /> |
---|
997 | <optional> |
---|
998 | <text key="name" text="Name" /> |
---|
999 | <space /> |
---|
1000 | <reference ref="highway_base" /> |
---|
1001 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
1002 | <check key="passing_places" text="Passing Places" /> |
---|
1003 | </optional> |
---|
1004 | <reference ref="link_road_access_restrictions" /> |
---|
1005 | </item> <!-- Service --> |
---|
1006 | <item name="Parking Aisle" icon="presets/transport/way/way_service_parking_aisle.svg" type="way,closedway" preset_name_label="true"> |
---|
1007 | <link wiki="Tag:service=parking_aisle" /> |
---|
1008 | <key key="highway" value="service" /> |
---|
1009 | <key key="service" value="parking_aisle" /> |
---|
1010 | <optional> |
---|
1011 | <reference ref="surface_smoothness" /> |
---|
1012 | <check key="oneway" text="Oneway" /> |
---|
1013 | <reference ref="lit_common_no_times"/> |
---|
1014 | </optional> |
---|
1015 | <reference ref="link_road_access_restrictions" /> |
---|
1016 | </item> <!-- Parking Aisle --> |
---|
1017 | <item name="Escape" icon="presets/transport/way/way_escape.svg" type="way" preset_name_label="true"> |
---|
1018 | <link wiki="Tag:highway=escape" /> |
---|
1019 | <space /> |
---|
1020 | <key key="highway" value="escape" /> |
---|
1021 | <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." /> |
---|
1022 | <optional> |
---|
1023 | <reference ref="surface" /> |
---|
1024 | <text key="width" text="Width (meters)" /> |
---|
1025 | <reference ref="lit_common_no_times"/> |
---|
1026 | </optional> |
---|
1027 | </item> <!-- Escape --> |
---|
1028 | <item name="Raceway" icon="presets/sport/raceway.svg" type="way,closedway" preset_name_label="true"> |
---|
1029 | <link wiki="Tag:highway=raceway" /> |
---|
1030 | <space /> |
---|
1031 | <key key="highway" value="raceway" /> |
---|
1032 | <text key="name" text="Name" /> |
---|
1033 | </item> <!-- Raceway --> |
---|
1034 | <item name="Road (Unknown Type)" icon="presets/transport/way/way_road.svg" type="way,closedway" preset_name_label="true"> |
---|
1035 | <link wiki="Tag:highway=road" /> |
---|
1036 | <key key="highway" value="road" /> |
---|
1037 | <optional> |
---|
1038 | <text key="name" text="Name" /> |
---|
1039 | <space /> |
---|
1040 | <reference ref="highway_base" /> |
---|
1041 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
1042 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
1043 | <check key="dual_carriageway" text="Divided highway" disable_off="true" /> |
---|
1044 | </optional> |
---|
1045 | <reference ref="link_road_access_restrictions" /> |
---|
1046 | </item> <!-- Road (Unknown Type) --> |
---|
1047 | <item name="Construction" icon="presets/transport/way/way_construction.svg" type="way,closedway" preset_name_label="true"> |
---|
1048 | <link wiki="Key:construction" /> |
---|
1049 | <key key="highway" value="construction" /> |
---|
1050 | <combo key="construction" text="Highway type" values_sort="false" values_context="Highway"> |
---|
1051 | <list_entry value="motorway" display_value="Motorway" icon="presets/transport/way/way_motorway.svg" /> |
---|
1052 | <list_entry value="motorway_link" display_value="Motorway Link" icon="presets/transport/way/way_motorway_link.svg" /> |
---|
1053 | <list_entry value="trunk" display_value="Trunk" icon="presets/transport/way/way_trunk.svg" /> |
---|
1054 | <list_entry value="trunk_link" display_value="Trunk Link" icon="presets/transport/way/way_trunk_link.svg" /> |
---|
1055 | <list_entry value="primary" display_value="Primary" icon="presets/transport/way/way_primary.svg" /> |
---|
1056 | <list_entry value="primary_link" display_value="Primary Link" icon="presets/transport/way/way_primary_link.svg" /> |
---|
1057 | <list_entry value="secondary" display_value="Secondary" icon="presets/transport/way/way_secondary.svg" /> |
---|
1058 | <list_entry value="secondary_link" display_value="Secondary" icon="presets/transport/way/way_secondary_link.svg" /> |
---|
1059 | <list_entry value="tertiary" display_value="Tertiary" icon="presets/transport/way/way_tertiary.svg" /> |
---|
1060 | <list_entry value="tertiary_link" display_value="Tertiary Link" icon="presets/transport/way/way_tertiary_link.svg" /> |
---|
1061 | <list_entry value="unclassified" display_value="Unclassified" icon="presets/transport/way/way_unclassified.svg" /> |
---|
1062 | <list_entry value="residential" display_value="Residential" icon="presets/transport/way/way_residential.svg" /> |
---|
1063 | <list_entry value="service" display_value="Service" icon="presets/transport/way/way_service.svg" /> |
---|
1064 | <list_entry value="pedestrian" display_value="Pedestrian" icon="presets/transport/way/way_pedestrian.svg" /> |
---|
1065 | <list_entry value="bus_guideway" display_value="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" /> |
---|
1066 | <list_entry value="busway" display_value="Bus Rapid Transit" /> |
---|
1067 | <list_entry value="escape" display_value="Escape" icon="presets/transport/way/way_escape.svg" /> |
---|
1068 | <list_entry value="raceway" display_value="Raceway" icon="presets/sport/raceway.svg" /> |
---|
1069 | <list_entry value="track" display_value="Track" icon="presets/transport/way/track.svg" /> |
---|
1070 | <list_entry value="path" display_value="Path" icon="presets/transport/way/path.svg" /> |
---|
1071 | <list_entry value="bridleway" display_value="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" /> |
---|
1072 | <list_entry value="cycleway" display_value="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" /> |
---|
1073 | <list_entry value="footway" display_value="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" /> |
---|
1074 | <list_entry value="steps" display_value="Steps" icon="presets/transport/way/steps.svg" /> |
---|
1075 | </combo> |
---|
1076 | <optional> |
---|
1077 | <text key="name" text="Name" /> |
---|
1078 | <space /> |
---|
1079 | <reference ref="highway_base" /> |
---|
1080 | <reference ref="highway_yesno_incline_oneway_lit_width_busbay_sidewalk" /> |
---|
1081 | <check key="trolley_wire" text="Overhead trolley wires" /> |
---|
1082 | <combo key="junction" text="Junction" values="roundabout,jughandle" /> |
---|
1083 | </optional> |
---|
1084 | <reference ref="link_road_access_restrictions" /> |
---|
1085 | </item> <!-- Construction --> |
---|
1086 | <separator/> |
---|
1087 | <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 --> |
---|
1088 | <link wiki="Key:access" /> |
---|
1089 | <space /> |
---|
1090 | <checkgroup columns="3" > |
---|
1091 | <check key="oneway" text="Oneway" /> |
---|
1092 | <check key="toll" text="Toll" /> |
---|
1093 | <check key="noexit" text="No exit (cul-de-sac)" disable_off="true" /> |
---|
1094 | <check key="winter_road" text="Winter road" disable_off="true" /> |
---|
1095 | <check key="ice_road" text="Ice road" disable_off="true" /> |
---|
1096 | </checkgroup> |
---|
1097 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
1098 | <text key="maxspeed:forward" text="Max. speed in way direction" /> |
---|
1099 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" /> |
---|
1100 | <text key="maxspeed:hgv" text="Max. speed Heavy Goods Vehicles (km/h)" match="key" /> |
---|
1101 | <text key="maxspeed:advisory" text="Signposted advisory max. speed (km/h)" /> |
---|
1102 | <text key="minspeed" text="Min. speed (km/h)" match="key" /> |
---|
1103 | <space /> |
---|
1104 | <reference ref="highway_max" /> |
---|
1105 | <space /> |
---|
1106 | <combo key="overtaking" text="Overtaking" values="yes,both,forward,backward,no" values_context="overtaking" values_sort="false" match="key" /> |
---|
1107 | <preset_link preset_name="Access Restrictions" /> |
---|
1108 | </item> <!-- Road Restrictions --> |
---|
1109 | <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 --> |
---|
1110 | <link wiki="Key:access" /> |
---|
1111 | <space /> |
---|
1112 | <label text="Some road types already imply some access restrictions which should not be set again." /> |
---|
1113 | <space /> |
---|
1114 | <label text="Transport mode restrictions" /> |
---|
1115 | <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" /> |
---|
1116 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,permit,private,use_sidepath,no" values_sort="false" match="key" /> |
---|
1117 | <reference ref="wheelchair" /> |
---|
1118 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,permit,private,no" values_sort="false" /> |
---|
1119 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1120 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" match="key" /> |
---|
1121 | <space /> |
---|
1122 | <label text="Vehicles per type" /> |
---|
1123 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1124 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,permit,private,use_sidepath,no" values_sort="false" match="key" /> |
---|
1125 | <combo key="carriage" text="Carriage" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1126 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1127 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1128 | <combo key="moped" text="Moped" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1129 | <combo key="mofa" text="Mofa" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1130 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1131 | <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" /> |
---|
1132 | <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" /> |
---|
1133 | <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" /> |
---|
1134 | <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" /> |
---|
1135 | <combo key="4wd_only" text="4WD only" values="yes,recommended,no" values_sort="false" match="key" /> |
---|
1136 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1137 | <combo key="golf_cart" text="Golf cart" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" match="key" /> |
---|
1138 | <space /> |
---|
1139 | <label text="Vehicles per use" /> |
---|
1140 | <combo key="emergency" text="Emergency vehicles" values="yes,official,designated,destination,no" values_sort="false" match="keyvalue" /> |
---|
1141 | <combo key="disabled" text="Disabled" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1142 | <combo key="hov" text="High-occupancy vehicles (hov)" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1143 | <combo key="psv" text="Public Service Vehicles (psv)" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1144 | <combo key="bus" text="Public Transportation Bus" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1145 | <combo key="taxi" text="Taxi" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1146 | <combo key="tourist_bus" text="Tourist buses" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1147 | <combo key="hazmat" text="Hazmat" values="yes,official,designated,destination,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1148 | <preset_link preset_name="Road Restrictions" /> |
---|
1149 | </item> <!-- Access Restrictions --> |
---|
1150 | <separator/> |
---|
1151 | <item name="Roundabout" icon="presets/vehicle/restriction/roundabout_right.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1152 | <link wiki="Tag:junction=roundabout" /> |
---|
1153 | <space /> |
---|
1154 | <key key="junction" value="roundabout" /> |
---|
1155 | <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" /> |
---|
1156 | <optional> |
---|
1157 | <reference ref="name_layer" /> |
---|
1158 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" /> |
---|
1159 | <reference ref="highway_yesno" /> |
---|
1160 | <text key="width" text="Width (meters)" /> |
---|
1161 | </optional> |
---|
1162 | <reference ref="link_road_access_restrictions" /> |
---|
1163 | <preset_link preset_name="Circular junction" text="Similar but different tags:" /> |
---|
1164 | <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" /> |
---|
1165 | </item> <!-- Roundabout --> |
---|
1166 | <item name="Circular junction" icon="presets/vehicle/restriction/junction_circular.svg" type="way,closedway" preset_name_label="true"> |
---|
1167 | <link wiki="Tag:junction=circular" /> |
---|
1168 | <space /> |
---|
1169 | <key key="junction" value="circular" /> |
---|
1170 | <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" /> |
---|
1171 | <optional> |
---|
1172 | <reference ref="name_layer" /> |
---|
1173 | <combo key="lanes" text="Lanes" values="1,2,3" length="3" /> |
---|
1174 | <reference ref="highway_yesno" /> |
---|
1175 | <check key="oneway" text="Oneway" /> |
---|
1176 | <text key="width" text="Width (meters)" /> |
---|
1177 | </optional> |
---|
1178 | <reference ref="link_road_access_restrictions" /> |
---|
1179 | <preset_link preset_name="Roundabout" text="Similar but different tags:" /> |
---|
1180 | <preset_link preset_name="Mini-Roundabout" text="Similar but different tags:" /> |
---|
1181 | </item> <!-- Circular junction --> |
---|
1182 | <item name="Ford" icon="presets/vehicle/ford.svg" type="node,way" preset_name_label="true"> |
---|
1183 | <link wiki="Tag:ford=yes" /> |
---|
1184 | <combo key="ford" text="Ford" values="yes,stepping_stones" default="yes" values_searchable="true" match="keyvalue!" /> |
---|
1185 | <optional> |
---|
1186 | <text key="name" text="Name" /> |
---|
1187 | </optional> |
---|
1188 | </item> <!-- Ford --> |
---|
1189 | <item name="Traffic Hazard" icon="presets/transport/hazard.svg" type="node,way" preset_name_label="true"> |
---|
1190 | <link wiki="Key:hazard" /> |
---|
1191 | <space /> |
---|
1192 | <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" /> |
---|
1193 | </item> <!-- Traffic Hazard --> |
---|
1194 | </group> <!-- Streets --> |
---|
1195 | <group name="Ways" icon="presets/transport/way/way_unclassified.svg"> |
---|
1196 | <item name="Track" icon="presets/transport/way/track.svg" type="way,closedway" preset_name_label="true"> |
---|
1197 | <link wiki="Tag:highway=track" /> |
---|
1198 | <space /> |
---|
1199 | <combo key="tracktype" text="Tracktype" values_searchable="true" values_sort="false"> |
---|
1200 | <list_entry value="grade1" icon="presets/transport/way/tracktype_grade1.svg" short_description="Solid: Usually a paved or sealed surface" /> |
---|
1201 | <list_entry value="grade2" icon="presets/transport/way/tracktype_grade2.svg" short_description="Solid but unpaved: Usually an unpaved track with surface of gravel" /> |
---|
1202 | <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" /> |
---|
1203 | <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" /> |
---|
1204 | <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" /> |
---|
1205 | </combo> |
---|
1206 | <key key="highway" value="track" /> |
---|
1207 | <optional> |
---|
1208 | <reference ref="name_layer" /> |
---|
1209 | <reference ref="surface_smoothness" /> |
---|
1210 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1211 | <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" /> |
---|
1212 | <reference ref="highway_access" /> |
---|
1213 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1214 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1215 | <combo key="motorcycle" text="Motorcycle" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1216 | <combo key="motorcar" text="Motorcar" values="yes,official,designated,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1217 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1218 | </optional> |
---|
1219 | <reference ref="link_road_access_restrictions" /> |
---|
1220 | </item> <!-- Track --> |
---|
1221 | <item name="Path" icon="presets/transport/way/path.svg" type="way,closedway" preset_name_label="true"> |
---|
1222 | <link wiki="Tag:highway=path" /> |
---|
1223 | <key key="highway" value="path" /> |
---|
1224 | <optional> |
---|
1225 | <reference ref="name_layer" /> |
---|
1226 | <reference ref="surface_smoothness" /> |
---|
1227 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1228 | <combo key="sac_scale" text="SAC Scale" values_searchable="true" values_sort="false"> |
---|
1229 | <list_entry value="hiking" display_value="T1 - hiking trail" short_description="Trail well cleared. Area flat or slightly sloped, no fall hazard" /> |
---|
1230 | <list_entry value="mountain_hiking" display_value="T2 - mountain hiking trail" short_description="Trail with continuous line and balanced ascent. Terrain partially steep, fall hazard possible" /> |
---|
1231 | <list_entry value="demanding_mountain_hiking" display_value="T3 - difficult, exposed hiking trail" short_description="exposed sites may be secured with ropes or chains, possible need to use hands for balance. Partly exposed sites with fall hazard, scree, pathless jagged rocks" /> |
---|
1232 | <list_entry value="alpine_hiking" display_value="T4 - difficult, exposed, steep alpine trail" short_description="sometimes need for hand use to get ahead. Terrain quite exposed, precarious grassy acclivities, jagged rocks, facile snow-free glaciers" /> |
---|
1233 | <list_entry value="demanding_alpine_hiking" display_value="T5 - difficult alpine trail with climbing" short_description="single plainly climbing up to second grade. Exposed, demanding terrain, jagged rocks, few dangerous glacier and snow" /> |
---|
1234 | <list_entry value="difficult_alpine_hiking" display_value="T6 - hazardous alpine trail with climbing" short_description="climbing up to second grade. Often very exposed, precarious jagged rocks, glacier with danger to slip and fall" /> |
---|
1235 | </combo> |
---|
1236 | <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" /> |
---|
1237 | <combo key="trail_visibility" text="Visibility" values="excellent,good,intermediate,bad,horrible,no" values_context="trail_visibility" values_sort="false" /> |
---|
1238 | <checkgroup columns="2"> |
---|
1239 | <check key="segregated" text="Segregated" /> |
---|
1240 | <check key="informal" text="Informal" disable_off="true" /> |
---|
1241 | </checkgroup> |
---|
1242 | <combo key="foot" text="Foot" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1243 | <reference ref="wheelchair" /> |
---|
1244 | <combo key="bicycle" text="Bicycle" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1245 | <reference ref="path_access_modes" /> |
---|
1246 | </optional> |
---|
1247 | <reference ref="link_road_access_restrictions" /> |
---|
1248 | </item> <!-- Path --> |
---|
1249 | <separator/> |
---|
1250 | <item name="Dedicated Bridleway" icon="presets/transport/way/dedicated_bridleway.svg" type="way,closedway" preset_name_label="true"> |
---|
1251 | <link wiki="Tag:highway=bridleway" /> |
---|
1252 | <key key="highway" value="bridleway" /> |
---|
1253 | <optional> |
---|
1254 | <reference ref="name_layer" /> |
---|
1255 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
1256 | <reference ref="surface_smoothness" /> |
---|
1257 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1258 | <check key="segregated" text="Segregated" /> |
---|
1259 | <space /> |
---|
1260 | <label text="Depending on the country, several access tags are implied and do not need to be set." /> |
---|
1261 | <label text="Globally, `horse=designated` and `motor_vehicle=no` are implied." /> |
---|
1262 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1263 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1264 | <combo key="foot" text="Foot" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1265 | <reference ref="wheelchair" /> |
---|
1266 | <combo key="bicycle" text="Bicycle" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1267 | <combo key="ski" text="Ski" values="yes,permissive,private,no" values_sort="false" /> |
---|
1268 | <combo key="snowmobile" text="Snowmobile" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1269 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1270 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1271 | </optional> |
---|
1272 | <reference ref="link_road_access_restrictions" /> |
---|
1273 | </item> <!-- Dedicated Bridleway --> |
---|
1274 | <item name="Cycle Lane/Track" icon="presets/transport/way/cycle_lane_track.svg" type="way,closedway" preset_name_label="true"> |
---|
1275 | <link wiki="Bicycle" /> |
---|
1276 | <space /> |
---|
1277 | <combo key="cycleway" text="Cycleway" values_context="cycleway" values="lane,track,opposite_lane,opposite_track,opposite,share_busway,shared_lane,separate" match="key" /> |
---|
1278 | <combo key="cycleway:left" text="Cycleway left" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" /> |
---|
1279 | <combo key="cycleway:right" text="Cycleway right" values_context="cycleway" values="lane,track,share_busway,shared_lane,separate" match="key" /> |
---|
1280 | <check key="oneway:bicycle" text="Oneway (bicycle)" /> |
---|
1281 | <space /> |
---|
1282 | <optional text="Edit Highway Attributes:"> |
---|
1283 | <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" /> |
---|
1284 | <check key="oneway" text="Oneway" /> |
---|
1285 | </optional> |
---|
1286 | </item> <!-- Cycle Lane/Track --> |
---|
1287 | <item name="Dedicated Cycleway" icon="presets/transport/way/dedicated_cycleway.svg" type="way,closedway" preset_name_label="true"> |
---|
1288 | <link wiki="Tag:highway=cycleway" /> |
---|
1289 | <key key="highway" value="cycleway" /> |
---|
1290 | <optional> |
---|
1291 | <reference ref="name_layer" /> |
---|
1292 | <reference ref="surface_smoothness" /> |
---|
1293 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1294 | <check key="segregated" text="Segregated" /> |
---|
1295 | <space /> |
---|
1296 | <label text="Depending on the country, several access tags are implied and do not need to be set." /> |
---|
1297 | <label text="Globally, `bicycle=designated` is implied." /> |
---|
1298 | <combo key="foot" text="Pedestrians" values="yes,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1299 | <reference ref="wheelchair" /> |
---|
1300 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" /> |
---|
1301 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1302 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1303 | <combo key="horse" text="Horse" values="yes,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1304 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1305 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1306 | </optional> |
---|
1307 | <reference ref="link_road_access_restrictions" /> |
---|
1308 | </item> <!-- Dedicated Cycleway --> |
---|
1309 | <item name="Segregated Foot- and Cycleway" icon="presets/transport/way/segregated_foot_cycleway.svg" type="way,closedway" preset_name_label="true"> |
---|
1310 | <link wiki="Tag:highway=path" /> |
---|
1311 | <key key="highway" value="path" /> |
---|
1312 | <key key="bicycle" value="designated" /> |
---|
1313 | <key key="foot" value="designated" /> |
---|
1314 | <key key="segregated" value="yes" /> |
---|
1315 | <optional> |
---|
1316 | <reference ref="name_layer" /> |
---|
1317 | <reference ref="surface_smoothness" /> |
---|
1318 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1319 | <space /> |
---|
1320 | <reference ref="wheelchair" /> |
---|
1321 | <reference ref="path_access_modes" /> |
---|
1322 | </optional> |
---|
1323 | <reference ref="link_road_access_restrictions" /> |
---|
1324 | </item> <!-- Segregated Foot- and Cycleway --> |
---|
1325 | <item name="Combined Foot- and Cycleway" icon="presets/transport/way/combined_foot_cycleway.svg" type="way,closedway" preset_name_label="true"> |
---|
1326 | <link wiki="Tag:highway=path" /> |
---|
1327 | <key key="highway" value="path" /> |
---|
1328 | <key key="bicycle" value="designated" /> |
---|
1329 | <key key="foot" value="designated" /> |
---|
1330 | <key key="segregated" value="no" /> |
---|
1331 | <optional> |
---|
1332 | <reference ref="name_layer" /> |
---|
1333 | <reference ref="surface_smoothness" /> |
---|
1334 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1335 | <check key="passing_places" text="Passing Places" /> |
---|
1336 | <space /> |
---|
1337 | <reference ref="wheelchair" /> |
---|
1338 | <reference ref="path_access_modes" /> |
---|
1339 | </optional> |
---|
1340 | <reference ref="link_road_access_restrictions" /> |
---|
1341 | </item> <!-- Combined Foot- and Cycleway --> |
---|
1342 | <item name="Dedicated Footway" icon="presets/transport/way/dedicated_footway.svg" type="way,closedway" preset_name_label="true"> |
---|
1343 | <link wiki="Tag:highway=footway" /> |
---|
1344 | <key key="highway" value="footway" /> |
---|
1345 | <optional> |
---|
1346 | <combo key="footway" text="Type" values_context="footway" > |
---|
1347 | <list_entry value="access_aisle" short_description="Marked footpath in a parking lot" /> |
---|
1348 | <list_entry value="crossing" short_description="A pedestrian crossing"/> |
---|
1349 | <list_entry value="sidewalk" short_description="A footway alongside a street"/> |
---|
1350 | <list_entry value="link" short_description="Footway sections that do not exist but are necessary for routing"/> |
---|
1351 | <list_entry value="traffic_island" short_description="Footway sections inside a crossing island"/> |
---|
1352 | <list_entry value="alley" short_description="Access for back entrances and/or emergency access"/> |
---|
1353 | </combo> |
---|
1354 | <reference ref="name_layer" /> |
---|
1355 | <reference ref="surface_smoothness" /> |
---|
1356 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1357 | <check key="segregated" text="Segregated" /> |
---|
1358 | <reference ref="wheelchair" /> |
---|
1359 | <space /> |
---|
1360 | <label text="Depending on the country, several access tags are implied and do not need to be set." /> |
---|
1361 | <label text="Globally, `foot=designated` is implied." /> |
---|
1362 | <combo key="bicycle" text="Bicycle" values="yes,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1363 | <combo key="ski" text="Ski" values="yes,official,designated,permissive,private,no" values_sort="false" /> |
---|
1364 | <combo key="snowmobile" text="Snowmobile" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1365 | <combo key="dog" text="Dog" values="yes,leashed,unleashed,official,designated,permissive,permit,private,no" values_sort="false" match="key" /> |
---|
1366 | <combo key="horse" text="Horse" values="yes,official,designated,permissive,destination,delivery,permit,private,no" values_sort="false" /> |
---|
1367 | <combo key="vehicle" text="All vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" /> |
---|
1368 | <combo key="motor_vehicle" text="Motor vehicles" values="yes,destination,delivery,permissive,permit,private,agricultural,forestry,no" values_sort="false" match="key" /> |
---|
1369 | </optional> |
---|
1370 | <reference ref="link_road_access_restrictions" /> |
---|
1371 | </item> <!-- Dedicated Footway --> |
---|
1372 | <item name="Steps" icon="presets/transport/way/steps.svg" type="way" preset_name_label="true"> |
---|
1373 | <link wiki="Tag:highway=steps" /> |
---|
1374 | <key key="highway" value="steps" /> |
---|
1375 | <optional> |
---|
1376 | <text key="name" text="Name" /> |
---|
1377 | <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" /> |
---|
1378 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
1379 | <reference ref="surface" /> |
---|
1380 | <text key="step_count" text="Amount of Steps" /> |
---|
1381 | <space /> |
---|
1382 | <check key="ramp" text="Ramp" /> |
---|
1383 | <checkgroup columns="2" > |
---|
1384 | <check key="ramp:stroller" text="Stroller ramp" /> |
---|
1385 | <check key="ramp:bicycle" text="Bicycle ramp" /> |
---|
1386 | </checkgroup> |
---|
1387 | <combo key="ramp:wheelchair" text="Wheelchair ramp" values="yes,limited,no" /> |
---|
1388 | <combo key="ramp:luggage" text="Luggage ramp" values="yes,automatic,manual,no" /> |
---|
1389 | <space /> |
---|
1390 | <check key="handrail" text="Handrail" /> |
---|
1391 | <checkgroup columns="3" > |
---|
1392 | <check key="handrail:left" text="Left handrail" /> |
---|
1393 | <check key="handrail:center" text="Center handrail" /> |
---|
1394 | <check key="handrail:right" text="Right handrail" /> |
---|
1395 | </checkgroup> |
---|
1396 | <space /> |
---|
1397 | <combo key="conveying" text="Escalator" values="yes,forward,backward,reversible" /> |
---|
1398 | <space /> |
---|
1399 | <reference ref="highway_yesno_incline_oneway_lit_width" /> |
---|
1400 | </optional> |
---|
1401 | </item> <!-- Steps --> |
---|
1402 | </group> <!-- Ways --> |
---|
1403 | <group name="Waypoints" icon="presets/vehicle/waypoints.svg"> |
---|
1404 | <item name="Motorway Junction" icon="presets/vehicle/motorway_junction.svg" type="node" preset_name_label="true"> |
---|
1405 | <link wiki="Tag:highway=motorway_junction" /> |
---|
1406 | <space /> |
---|
1407 | <key key="highway" value="motorway_junction" /> |
---|
1408 | <text key="name" text="Name" /> |
---|
1409 | <check key="noname" text="Junction has no name" disable_off="true" /> |
---|
1410 | <text key="ref" text="Number" /> |
---|
1411 | <check key="noref" text="Junction has no reference" disable_off="true" /> |
---|
1412 | </item> <!-- Motorway Junction --> |
---|
1413 | <item name="Services" icon="presets/vehicle/services.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
1414 | <link wiki="Tag:highway=services" /> |
---|
1415 | <key key="highway" value="services" /> |
---|
1416 | <optional> |
---|
1417 | <reference ref="name_operator" /> |
---|
1418 | <check key="toilets" text="Toilets" /> |
---|
1419 | </optional> |
---|
1420 | </item> <!-- Services --> |
---|
1421 | <item name="Rest Area" icon="presets/vehicle/rest_area.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
1422 | <link wiki="Tag:highway=rest_area" /> |
---|
1423 | <key key="highway" value="rest_area" /> |
---|
1424 | <optional> |
---|
1425 | <text key="name" text="Name" /> |
---|
1426 | <check key="toilets" text="Toilets" /> |
---|
1427 | <check key="drinking_water" text="Drinking Water" /> |
---|
1428 | </optional> |
---|
1429 | </item> <!-- Rest Area --> |
---|
1430 | <separator/> |
---|
1431 | <item name="Traffic Signal" icon="presets/vehicle/traffic_signals.svg" type="node" preset_name_label="true"> |
---|
1432 | <link wiki="Tag:highway=traffic_signals" /> |
---|
1433 | <key key="highway" value="traffic_signals" /> |
---|
1434 | <optional> |
---|
1435 | <combo key="traffic_signals:direction" text="Direction" values="forward,backward,both" /> |
---|
1436 | </optional> |
---|
1437 | <optional text="Optional crossing attributes:"> |
---|
1438 | <combo key="crossing" text="Pedestrian crossing type" > |
---|
1439 | <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" /> |
---|
1440 | <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" /> |
---|
1441 | <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" /> |
---|
1442 | <list_entry value="no" /> |
---|
1443 | </combo> |
---|
1444 | <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" /> |
---|
1445 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" /> |
---|
1446 | <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" /> |
---|
1447 | <check key="crossing:island" text="With island" /> |
---|
1448 | <reference ref="check_crossing_access" /> |
---|
1449 | <label text="In case of crossing traffic signals:" /> |
---|
1450 | <checkgroup columns="2"> |
---|
1451 | <check key="button_operated" text="Button operated" /> |
---|
1452 | <check key="traffic_signals:sound" text="Sound signals" /> |
---|
1453 | </checkgroup> |
---|
1454 | </optional> |
---|
1455 | <optional text="Optional values for specific countries"> |
---|
1456 | <text key="name" text="Name" /> |
---|
1457 | </optional> |
---|
1458 | </item> <!-- Traffic Signal --> |
---|
1459 | <item name="Stop" icon="presets/vehicle/restriction/stop.svg" type="node" preset_name_label="true"> |
---|
1460 | <link wiki="Tag:highway=stop" /> |
---|
1461 | <key key="highway" value="stop" /> |
---|
1462 | <optional> |
---|
1463 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" /> |
---|
1464 | </optional> |
---|
1465 | </item> <!-- Stop --> |
---|
1466 | <item name="Give Way" icon="presets/vehicle/restriction/give_way.svg" type="node" preset_name_label="true"> |
---|
1467 | <link wiki="Tag:highway=give_way" /> |
---|
1468 | <key key="highway" value="give_way" /> |
---|
1469 | <optional> |
---|
1470 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" /> |
---|
1471 | </optional> |
---|
1472 | </item> <!-- Give Way --> |
---|
1473 | <item name="Advanced stop line" icon="presets/vehicle/asl.svg" type="node" preset_name_label="true"> |
---|
1474 | <link wiki="Tag:cycleway=asl" /> |
---|
1475 | <key key="cycleway" value="asl" /> |
---|
1476 | </item> <!-- Advanced stop line --> |
---|
1477 | <item name="Mini-Roundabout" icon="presets/vehicle/restriction/mini_roundabout_left.svg" type="node" preset_name_label="true"> |
---|
1478 | <link wiki="Tag:highway=mini_roundabout" /> |
---|
1479 | <key key="highway" value="mini_roundabout" /> |
---|
1480 | <space /> |
---|
1481 | <combo key="direction" text="Direction" values="clockwise" /> |
---|
1482 | <preset_link preset_name="Roundabout" text="Similar but different tags:" /> |
---|
1483 | <preset_link preset_name="Circular junction" text="Similar but different tags:" /> |
---|
1484 | </item> <!-- Mini-Roundabout --> |
---|
1485 | <item name="Pedestrian Crossing" icon="presets/vehicle/crossing.svg" type="node" preset_name_label="true"> |
---|
1486 | <link wiki="Key:crossing" /> |
---|
1487 | <space /> |
---|
1488 | <key key="highway" value="crossing" /> |
---|
1489 | <combo key="crossing" text="Pedestrian crossing type" > |
---|
1490 | <list_entry value="uncontrolled" icon="presets/vehicle/crossing.svg" /> |
---|
1491 | <list_entry value="traffic_signals" icon="presets/vehicle/crossing_traffic_signals.svg" /> |
---|
1492 | <list_entry value="unmarked" icon="presets/vehicle/crossing_unmarked.svg" /> |
---|
1493 | </combo> |
---|
1494 | <reference ref="crossing_markings" /> |
---|
1495 | <combo key="crossing_ref" text="Crossing type name (UK)" values="zebra,pelican,toucan,puffin,pegasus,tiger" values_searchable="true" /> |
---|
1496 | <combo key="kerb" text="Kerb" values="flush,lowered,no,raised,rolled,yes" values_context="kerb" /> |
---|
1497 | <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" /> |
---|
1498 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> |
---|
1499 | <check key="crossing:island" text="With island" /> |
---|
1500 | <reference ref="check_crossing_access" /> |
---|
1501 | <label text="In case of traffic signals:" /> |
---|
1502 | <checkgroup columns="2"> |
---|
1503 | <check key="button_operated" text="Button operated" /> |
---|
1504 | <check key="traffic_signals:sound" text="Sound signals" /> |
---|
1505 | </checkgroup> |
---|
1506 | </item> <!-- Pedestrian Crossing --> |
---|
1507 | <group name="Traffic Calming" icon="presets/vehicle/choker.svg"> |
---|
1508 | <item name="Bump" icon="presets/vehicle/bump.svg" type="node,way" preset_name_label="true"> |
---|
1509 | <link wiki="Key:traffic_calming" /> |
---|
1510 | <space /> |
---|
1511 | <key key="traffic_calming" value="bump" /> |
---|
1512 | </item> <!-- Bump --> |
---|
1513 | <item name="Hump" icon="presets/vehicle/hump.svg" type="node,way" preset_name_label="true"> |
---|
1514 | <link wiki="Key:traffic_calming" /> |
---|
1515 | <space /> |
---|
1516 | <key key="traffic_calming" value="hump" /> |
---|
1517 | </item> <!-- Hump --> |
---|
1518 | <item name="Table" icon="presets/vehicle/table.svg" type="node,way" preset_name_label="true"> |
---|
1519 | <link wiki="Key:traffic_calming" /> |
---|
1520 | <space /> |
---|
1521 | <key key="traffic_calming" value="table" /> |
---|
1522 | </item> <!-- Table --> |
---|
1523 | <item name="Cushion" icon="presets/vehicle/cushion.svg" type="node,way" preset_name_label="true"> |
---|
1524 | <link wiki="Key:traffic_calming" /> |
---|
1525 | <space /> |
---|
1526 | <key key="traffic_calming" value="cushion" /> |
---|
1527 | </item> <!-- Cushion --> |
---|
1528 | <item name="Rumble strip" icon="presets/vehicle/rumble_strip.svg" type="node,way" preset_name_label="true"> |
---|
1529 | <link wiki="Key:traffic_calming" /> |
---|
1530 | <space /> |
---|
1531 | <key key="traffic_calming" value="rumble_strip" /> |
---|
1532 | </item> <!-- Rumble strip --> |
---|
1533 | <item name="Dip" icon="presets/vehicle/dip.svg" type="node,way" preset_name_label="true"> |
---|
1534 | <link wiki="Key:traffic_calming" /> |
---|
1535 | <space /> |
---|
1536 | <key key="traffic_calming" value="dip" /> |
---|
1537 | </item> <!-- Dip --> |
---|
1538 | <separator/> |
---|
1539 | <item name="Chicane" icon="presets/vehicle/chicane.svg" type="node,way" preset_name_label="true"> |
---|
1540 | <link wiki="Key:traffic_calming" /> |
---|
1541 | <space /> |
---|
1542 | <key key="traffic_calming" value="chicane" /> |
---|
1543 | </item> <!-- Chicane --> |
---|
1544 | <item name="Choker" icon="presets/vehicle/choker.svg" type="node,way" preset_name_label="true"> |
---|
1545 | <link wiki="Key:traffic_calming" /> |
---|
1546 | <space /> |
---|
1547 | <key key="traffic_calming" value="choker" /> |
---|
1548 | </item> <!-- Choker --> |
---|
1549 | <item name="Island" name_context="traffic_calming" icon="presets/vehicle/island.svg" type="node,way" preset_name_label="true"> |
---|
1550 | <link wiki="Key:traffic_calming" /> |
---|
1551 | <space /> |
---|
1552 | <key key="traffic_calming" value="island" /> |
---|
1553 | </item> <!-- Island --> |
---|
1554 | <item name="Mini bumps" icon="presets/vehicle/mini_bumps.svg" type="node,way" preset_name_label="true"> |
---|
1555 | <link wiki="Key:traffic_calming" /> |
---|
1556 | <space /> |
---|
1557 | <key key="traffic_calming" value="mini_bumps" /> |
---|
1558 | </item> <!-- Mini bumps --> |
---|
1559 | </group> <!-- Traffic Calming --> |
---|
1560 | <item name="Passing Place" icon="presets/vehicle/passing_place.svg" type="node" preset_name_label="true"> |
---|
1561 | <link wiki="Tag:highway=passing_place" /> |
---|
1562 | <key key="highway" value="passing_place" /> |
---|
1563 | </item> <!-- Passing Place --> |
---|
1564 | <item name="Turning Circle" icon="presets/vehicle/turning_circle.svg" type="node" preset_name_label="true"> |
---|
1565 | <link wiki="Tag:highway=turning_circle" /> |
---|
1566 | <key key="highway" value="turning_circle" /> |
---|
1567 | </item> <!-- Turning Circle --> |
---|
1568 | <item name="Turning Loop" icon="presets/vehicle/turning_loop.svg" type="node" preset_name_label="true"> |
---|
1569 | <link wiki="Tag:highway=turning_loop" /> |
---|
1570 | <key key="highway" value="turning_loop" /> |
---|
1571 | </item> <!-- Turning Loop --> |
---|
1572 | <item name="City Limit Sign" icon="presets/vehicle/restriction/city_limit.svg" type="node" preset_name_label="true"> |
---|
1573 | <link wiki="Tag:traffic_sign=city_limit" /> |
---|
1574 | <space /> |
---|
1575 | <key key="traffic_sign" value="city_limit" /> |
---|
1576 | <text key="name" text="Name" /> |
---|
1577 | <optional> |
---|
1578 | <text key="alt_name" text="Second Name" alternative_autocomplete_keys="name" /> |
---|
1579 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" /> |
---|
1580 | <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" /> |
---|
1581 | </optional> |
---|
1582 | </item> <!-- City Limit --> |
---|
1583 | <item name="Speed Limit Sign" icon="presets/vehicle/restriction/maxspeed.svg" type="node" preset_name_label="true"> |
---|
1584 | <link wiki="Key:traffic_sign" /> |
---|
1585 | <space /> |
---|
1586 | <key key="traffic_sign" value="maxspeed" /> |
---|
1587 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
1588 | <optional> |
---|
1589 | <combo key="direction" text="Direction" values="N,E,S,W,0,90,180,270,forward,backward" values_sort="false" /> |
---|
1590 | </optional> |
---|
1591 | </item> <!-- Speed Limit --> |
---|
1592 | <item name="Speed Camera" icon="presets/vehicle/restriction/speed_camera.svg" type="node" preset_name_label="true"> |
---|
1593 | <link wiki="Tag:highway=speed_camera" /> |
---|
1594 | <key key="highway" value="speed_camera" /> |
---|
1595 | <optional> |
---|
1596 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
1597 | </optional> |
---|
1598 | </item> <!-- Speed Camera --> |
---|
1599 | <item name="Toll gantry" icon="presets/vehicle/restriction/toll_gantry.svg" type="node" preset_name_label="true"> |
---|
1600 | <link wiki="Tag:highway=toll_gantry" /> |
---|
1601 | <key key="highway" value="toll_gantry" /> |
---|
1602 | <optional> |
---|
1603 | <text key="operator" text="Operator" /> |
---|
1604 | </optional> |
---|
1605 | </item> <!-- Toll gantry --> |
---|
1606 | <item name="Traffic Mirror" icon="presets/vehicle/traffic_mirror.svg" type="node" preset_name_label="true"> |
---|
1607 | <link wiki="Tag:highway=traffic_mirror" /> |
---|
1608 | <key key="highway" value="traffic_mirror" /> |
---|
1609 | </item> <!-- Traffic Mirror --> |
---|
1610 | <item name="Highway milestone" icon="presets/vehicle/milestone.svg" type="node" preset_name_label="true"> |
---|
1611 | <link wiki="Tag:highway=milestone" /> |
---|
1612 | <key key="highway" value="milestone" /> |
---|
1613 | <text key="distance" text="Distance (kilometers)" /> |
---|
1614 | <text key="ref" text="Reference" /> |
---|
1615 | </item> <!-- Highway Milestone --> |
---|
1616 | <item name="Named Junction" name_context="junction=yes" icon="presets/vehicle/junction.svg" type="node,closedway" preset_name_label="true"> |
---|
1617 | <link wiki="Tag:junction=yes" /> |
---|
1618 | <space /> |
---|
1619 | <label text="Used in some countries for a named road junction who’s name serves for local orientation." /> |
---|
1620 | <space /> |
---|
1621 | <key key="junction" value="yes" /> |
---|
1622 | <text key="name" text="Name" /> |
---|
1623 | </item> <!-- Named Junction --> |
---|
1624 | <separator/> |
---|
1625 | <item name="Elevator" icon="presets/service/elevator.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1626 | <link wiki="Tag:highway=elevator" /> |
---|
1627 | <key key="highway" value="elevator" /> |
---|
1628 | <text key="capacity:persons" text="Capacity (persons)" /> |
---|
1629 | <text key="maxweight" text="Max. weight (tonnes)" /> |
---|
1630 | <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" /> |
---|
1631 | <optional> |
---|
1632 | <text key="manufacturer" text="Manufacturer" /> |
---|
1633 | <reference ref="name_ref_operator" /> |
---|
1634 | <reference ref="oh_wheelchair" /> |
---|
1635 | <check key="handrail" text="Handrail" /> |
---|
1636 | <check key="bicycle" text="Bicycle" /> |
---|
1637 | <check key="indoor" text="Indoor" /> |
---|
1638 | <reference ref="fee" /> |
---|
1639 | <combo key="goods" text="Freight elevator" values="yes,designated,no" /> |
---|
1640 | <reference ref="POI_access" /> |
---|
1641 | <combo key="surveillance" text="Surveillance Camera" values="indoor,outdoor" /> |
---|
1642 | </optional> |
---|
1643 | </item> <!-- Elevator --> |
---|
1644 | <separator/> |
---|
1645 | <item name="Grit Bin" icon="presets/misc/grit_bin.svg" type="node" preset_name_label="true"> |
---|
1646 | <link wiki="Tag:amenity=grit_bin" /> |
---|
1647 | <key key="amenity" value="grit_bin" /> |
---|
1648 | </item> <!-- Grit Bin --> |
---|
1649 | <separator/> |
---|
1650 | <item name="Mountain Pass" icon="presets/landmark/mountain_pass.svg" type="node" preset_name_label="true"> |
---|
1651 | <link wiki="Key:mountain_pass" /> |
---|
1652 | <key key="mountain_pass" value="yes" /> |
---|
1653 | <optional> |
---|
1654 | <text key="name" text="Name" /> |
---|
1655 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
1656 | <reference ref="wikipedia_wikidata" /> |
---|
1657 | </optional> |
---|
1658 | </item> <!-- Mountain Pass --> |
---|
1659 | </group> <!-- Waypoints --> |
---|
1660 | <group name="Barriers" icon="presets/barrier/wall.svg"> <!-- *** Node Barriers *** --> |
---|
1661 | <item name="Block" icon="presets/barrier/block.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1662 | <link wiki="Tag:barrier=block" /> |
---|
1663 | <key key="barrier" value="block" /> |
---|
1664 | <reference ref="optional_maxwidth" /> |
---|
1665 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1666 | <space /> |
---|
1667 | <reference ref="highway_access_vehicle" /> |
---|
1668 | <reference ref="check_access_nomotor" /> |
---|
1669 | <reference ref="check_access_motor" /> |
---|
1670 | <preset_link preset_name="Access Restrictions" /> |
---|
1671 | </item> <!-- Block --> |
---|
1672 | <item name="Bollard" icon="presets/barrier/bollard.svg" type="node,way" preset_name_label="true"> |
---|
1673 | <link wiki="Tag:barrier=bollard" /> |
---|
1674 | <key key="barrier" value="bollard" /> |
---|
1675 | <space /> |
---|
1676 | <combo key="bollard" text="Bollard type" values="rising,removable,foldable,fixed" values_searchable="true" /> |
---|
1677 | <reference ref="optional_maxwidth" /> |
---|
1678 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1679 | <space /> |
---|
1680 | <label text="Tags which are implied and do not need to be set are:" /> |
---|
1681 | <label text="`access=no`, `foot=yes` and `bicycle=yes`" /> |
---|
1682 | <space /> |
---|
1683 | <reference ref="highway_access_vehicle" /> |
---|
1684 | <reference ref="check_access_nomotor" /> |
---|
1685 | <reference ref="check_access_motor" /> |
---|
1686 | <preset_link preset_name="Access Restrictions" /> |
---|
1687 | </item> <!-- Bollard --> |
---|
1688 | <item name="Cycle Barrier" icon="presets/barrier/cycle_barrier.svg" type="node" preset_name_label="true"> |
---|
1689 | <link wiki="Tag:barrier=cycle_barrier" /> |
---|
1690 | <key key="barrier" value="cycle_barrier" /> |
---|
1691 | <reference ref="optional_maxwidth" /> |
---|
1692 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1693 | <space /> |
---|
1694 | <reference ref="highway_access_vehicle" /> |
---|
1695 | <optional text="Non-motorized traffic:"> |
---|
1696 | <checkgroup columns="2"> |
---|
1697 | <check key="foot" text="Foot" icon="presets/vehicle/restriction/plain/foot.svg" /> |
---|
1698 | <check key="horse" text="Horse" icon="presets/vehicle/restriction/plain/horse.svg" /> |
---|
1699 | </checkgroup> |
---|
1700 | <space /> |
---|
1701 | <reference ref="wheelchair" /> |
---|
1702 | <combo key="bicycle" text="Bicycle" values="yes,designated,no" values_sort="false" /> |
---|
1703 | </optional> |
---|
1704 | <reference ref="check_access_motor" /> |
---|
1705 | <preset_link preset_name="Access Restrictions" /> |
---|
1706 | </item> <!-- Cycle Barrier --> |
---|
1707 | <item name="Cattle Grid" icon="presets/barrier/cattle_grid.svg" type="node" preset_name_label="true"> |
---|
1708 | <link wiki="Tag:barrier=cattle_grid" /> |
---|
1709 | <key key="barrier" value="cattle_grid" /> |
---|
1710 | <reference ref="optional_maxwidth" /> |
---|
1711 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1712 | <space /> |
---|
1713 | <reference ref="highway_access_vehicle" /> |
---|
1714 | <reference ref="check_access_nomotor" /> |
---|
1715 | <reference ref="check_access_motor" /> |
---|
1716 | <preset_link preset_name="Access Restrictions" /> |
---|
1717 | </item> <!-- Cattle Grid --> |
---|
1718 | <item name="Bus Trap" icon="presets/barrier/bus_trap.svg" type="node" preset_name_label="true"> |
---|
1719 | <link wiki="Tag:barrier=bus_trap" /> |
---|
1720 | <key key="barrier" value="bus_trap" /> |
---|
1721 | <reference ref="optional_maxwidth" /> |
---|
1722 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1723 | <space /> |
---|
1724 | <label text="Tags which are implied and do not need to be set are:" /> |
---|
1725 | <label text="`motor_vehicle=no`, `psv=yes`, `foot=yes` and `bicycle=yes`" /> |
---|
1726 | <space /> |
---|
1727 | <reference ref="highway_access_vehicle" /> |
---|
1728 | <reference ref="check_access_nomotor" /> |
---|
1729 | <reference ref="check_access_motor" /> |
---|
1730 | </item> <!-- Bus Trap --> |
---|
1731 | <item name="Spikes" icon="presets/barrier/spikes.svg" type="node" preset_name_label="true"> |
---|
1732 | <link wiki="Tag:barrier=spikes" /> |
---|
1733 | <key key="barrier" value="spikes" /> |
---|
1734 | <reference ref="optional_maxwidth" /> |
---|
1735 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1736 | <space /> |
---|
1737 | <reference ref="highway_access_vehicle" /> |
---|
1738 | <reference ref="check_access_nomotor" /> |
---|
1739 | <reference ref="check_access_motor" /> |
---|
1740 | <preset_link preset_name="Access Restrictions" /> |
---|
1741 | </item> <!-- Spikes --> |
---|
1742 | <item name="Toll Booth" icon="presets/barrier/toll_station.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
1743 | <link wiki="Tag:barrier=toll_booth" /> |
---|
1744 | <key key="barrier" value="toll_booth" /> |
---|
1745 | <optional> |
---|
1746 | <reference ref="name_ref_operator" /> |
---|
1747 | <reference ref="oh" /> |
---|
1748 | <reference ref="fee_interval" /> |
---|
1749 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" /> |
---|
1750 | <text key="maxheight" text="Max. height (meters)" length="7" /> |
---|
1751 | <text key="maxwidth" text="Max. width (meters)" length="7" /> |
---|
1752 | </optional> |
---|
1753 | <space /> |
---|
1754 | <reference ref="highway_access_vehicle" /> |
---|
1755 | <reference ref="check_access_nomotor" /> |
---|
1756 | <reference ref="check_access_motor" /> |
---|
1757 | <preset_link preset_name="Payment Methods" /> |
---|
1758 | <preset_link preset_name="Access Restrictions" /> |
---|
1759 | </item> <!-- Toll Booth --> |
---|
1760 | <item name="Border Control" icon="presets/barrier/douane.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
1761 | <link wiki="Tag:barrier=border_control" /> |
---|
1762 | <key key="barrier" value="border_control" /> |
---|
1763 | <optional> |
---|
1764 | <reference ref="name_ref_operator" /> |
---|
1765 | <reference ref="oh" /> |
---|
1766 | <combo key="lanes" text="Lanes" values="1,2,3,4,5,6" length="3" /> |
---|
1767 | <text key="maxheight" text="Max. height (meters)" length="7" /> |
---|
1768 | <text key="maxwidth" text="Max. width (meters)" length="7" /> |
---|
1769 | </optional> |
---|
1770 | <space /> |
---|
1771 | <reference ref="highway_access_vehicle" /> |
---|
1772 | <reference ref="check_access_nomotor" /> |
---|
1773 | <reference ref="check_access_motor" /> |
---|
1774 | <preset_link preset_name="Access Restrictions" /> |
---|
1775 | </item> <!-- Border Control --> |
---|
1776 | <separator/> <!-- *** Linear Barriers *** --> |
---|
1777 | <item name="Hedge" icon="presets/barrier/hedge.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
1778 | <link wiki="Tag:barrier=hedge" /> |
---|
1779 | <space /> |
---|
1780 | <key key="barrier" value="hedge" /> |
---|
1781 | <reference ref="leaf" /> |
---|
1782 | <optional> |
---|
1783 | <reference ref="genus_species_taxon" /> |
---|
1784 | <text key="height" text="Height (meters)" length="7" /> |
---|
1785 | </optional> |
---|
1786 | </item> <!-- Hedge --> |
---|
1787 | <item name="Fence" icon="presets/barrier/fence.svg" type="way,closedway" preset_name_label="true"> |
---|
1788 | <link wiki="Tag:barrier=fence" /> |
---|
1789 | <key key="barrier" value="fence" /> |
---|
1790 | <optional> |
---|
1791 | <combo key="fence_type" text="Type" values="barbed_wire,bars,chain_link,concrete,electric,metal,pole,railing,split_rail,wire,wood" /> |
---|
1792 | <text key="height" text="Height (meters)" length="7" /> |
---|
1793 | </optional> |
---|
1794 | </item> <!-- Fence --> |
---|
1795 | <item name="Handrail" icon="presets/barrier/handrail.svg" type="way,closedway" preset_name_label="true"> |
---|
1796 | <link wiki="Tag:barrier=handrail" /> |
---|
1797 | <key key="barrier" value="handrail" /> |
---|
1798 | <optional> |
---|
1799 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1800 | <reference ref="color" /> |
---|
1801 | </optional> |
---|
1802 | </item> <!-- Handrail --> |
---|
1803 | <item name="Cable barrier" icon="presets/barrier/cable_barrier.svg" type="way,closedway" preset_name_label="true"> |
---|
1804 | <link wiki="Tag:barrier=cable_barrier" /> |
---|
1805 | <key key="barrier" value="cable_barrier" /> |
---|
1806 | <reference ref="optional_height" /> |
---|
1807 | </item> <!-- Cable barrier --> |
---|
1808 | <item name="Guard Rail" icon="presets/barrier/guard_rail.svg" type="way,closedway" preset_name_label="true"> |
---|
1809 | <link wiki="Tag:barrier=guard_rail" /> |
---|
1810 | <key key="barrier" value="guard_rail" /> |
---|
1811 | <reference ref="optional_height" /> |
---|
1812 | </item> <!-- Guard Rail --> |
---|
1813 | <item name="Wall" icon="presets/barrier/wall.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
1814 | <link wiki="Tag:barrier=wall" /> |
---|
1815 | <key key="barrier" value="wall" /> |
---|
1816 | <reference ref="optional_height" /> |
---|
1817 | <combo key="wall" text="Type" values="brick,castle_wall,dry_stone,flood_wall,noise_barrier,seawall,stone" values_searchable="true" /> |
---|
1818 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" /> |
---|
1819 | </item> <!-- Wall --> |
---|
1820 | <item name="City Wall" icon="presets/barrier/city_wall.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
1821 | <link wiki="Tag:barrier=city_wall" /> |
---|
1822 | <key key="barrier" value="city_wall" /> |
---|
1823 | <reference ref="optional_height" /> |
---|
1824 | <check key="two_sided" text="Two-sided" disable_off="true" /> |
---|
1825 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" /> |
---|
1826 | </item> <!-- City Wall --> |
---|
1827 | <item name="Retaining Wall" icon="presets/barrier/retaining_wall.svg" type="way,closedway" preset_name_label="true"> |
---|
1828 | <link wiki="Tag:barrier=retaining_wall" /> |
---|
1829 | <key key="barrier" value="retaining_wall" /> |
---|
1830 | <reference ref="optional_height" /> |
---|
1831 | <combo key="material" text="Material" values="adobe,brick,concrete,glass,masonry,metal,plastic,reinforced_concrete,steel,stone,wood" /> |
---|
1832 | </item> <!-- Retaining Wall --> |
---|
1833 | <item name="Jersey Barrier" icon="presets/barrier/jersey_barrier.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1834 | <link wiki="Tag:barrier=jersey_barrier" /> |
---|
1835 | <key key="barrier" value="jersey_barrier" /> |
---|
1836 | <combo key="material" text="Material" values="concrete,plastic" /> |
---|
1837 | </item> <!-- Jersey Barrier --> |
---|
1838 | <item name="Log" icon="presets/barrier/log.svg" type="node,way" preset_name_label="true"> |
---|
1839 | <link wiki="Tag:barrier=log" /> |
---|
1840 | <key key="barrier" value="log" /> |
---|
1841 | <space /> |
---|
1842 | <reference ref="highway_access_vehicle" /> |
---|
1843 | <reference ref="check_access_nomotor" /> |
---|
1844 | <reference ref="check_access_motor" /> |
---|
1845 | <preset_link preset_name="Access Restrictions" /> |
---|
1846 | </item> <!-- Log --> |
---|
1847 | <item name="Ditch" name_context="Barrier" icon="presets/barrier/ditch.svg" type="way,closedway" preset_name_label="true"> |
---|
1848 | <link wiki="Tag:barrier=ditch" /> |
---|
1849 | <key key="barrier" value="ditch" /> |
---|
1850 | <optional> |
---|
1851 | <text key="width" text="Width (meters)" length="7" /> |
---|
1852 | </optional> |
---|
1853 | </item> <!-- Ditch --> |
---|
1854 | <item name="Kerb" icon="presets/barrier/kerb.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1855 | <link wiki="Tag:barrier=kerb" /> |
---|
1856 | <key key="barrier" value="kerb" /> |
---|
1857 | <reference ref="optional_height" /> |
---|
1858 | <reference ref="wheelchair" /> |
---|
1859 | <combo key="tactile_paving" text="Tactile paving" values="yes,no,incorrect" /> |
---|
1860 | </item> <!-- Kerb --> |
---|
1861 | <separator/> <!-- *** Access *** --> |
---|
1862 | <item name="Entrance (Barrier Opening)" icon="presets/barrier/entrance.svg" type="node" preset_name_label="true"> |
---|
1863 | <link wiki="Tag:barrier=entrance" /> |
---|
1864 | <key key="barrier" value="entrance" /> |
---|
1865 | <reference ref="optional_maxheight_maxwidth" /> |
---|
1866 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1867 | <space /> |
---|
1868 | <reference ref="highway_access_vehicle" /> |
---|
1869 | <reference ref="check_access_nomotor" /> |
---|
1870 | <reference ref="check_access_motor" /> |
---|
1871 | <preset_link preset_name="Access Restrictions" /> |
---|
1872 | </item> <!-- Entrance (Barrier Opening) --> |
---|
1873 | <item name="Gate" icon="presets/barrier/gate.svg" type="node" preset_name_label="true"> |
---|
1874 | <link wiki="Tag:barrier=gate" /> |
---|
1875 | <key key="barrier" value="gate" /> |
---|
1876 | <reference ref="optional_maxheight_maxwidth" /> |
---|
1877 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1878 | <space /> |
---|
1879 | <reference ref="highway_access_vehicle" /> |
---|
1880 | <reference ref="check_access_nomotor" /> |
---|
1881 | <reference ref="check_access_motor" /> |
---|
1882 | <check key="locked" text="Usually locked"/> |
---|
1883 | <preset_link preset_name="Access Restrictions" /> |
---|
1884 | </item> <!-- Gate --> |
---|
1885 | <item name="Lift Gate" icon="presets/barrier/lift_gate.svg" type="node" preset_name_label="true"> |
---|
1886 | <link wiki="Tag:barrier=lift_gate" /> |
---|
1887 | <key key="barrier" value="lift_gate" /> |
---|
1888 | <space /> |
---|
1889 | <combo key="lift_gate:type" text="Type" values="single,double" values_context="lift_gate" values_searchable="true" /> |
---|
1890 | <reference ref="optional_maxwidth" /> |
---|
1891 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1892 | <space /> |
---|
1893 | <reference ref="highway_access_vehicle" /> |
---|
1894 | <reference ref="check_access_nomotor" /> |
---|
1895 | <reference ref="check_access_motor" /> |
---|
1896 | <check key="locked" text="Usually locked"/> |
---|
1897 | <preset_link preset_name="Access Restrictions" /> |
---|
1898 | </item> <!-- Lift Gate --> |
---|
1899 | <item name="Swing Gate" icon="presets/barrier/swing_gate.svg" type="node" preset_name_label="true"> |
---|
1900 | <link wiki="Tag:barrier=swing_gate" /> |
---|
1901 | <key key="barrier" value="swing_gate" /> |
---|
1902 | <space /> |
---|
1903 | <combo key="swing_gate:type" text="Type" values="single,double" values_context="swing_gate" values_searchable="true" /> |
---|
1904 | <reference ref="optional_maxwidth" /> |
---|
1905 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1906 | <space /> |
---|
1907 | <reference ref="highway_access_vehicle" /> |
---|
1908 | <reference ref="check_access_nomotor" /> |
---|
1909 | <reference ref="check_access_motor" /> |
---|
1910 | <check key="locked" text="Usually locked"/> |
---|
1911 | <preset_link preset_name="Access Restrictions" /> |
---|
1912 | </item> <!-- Swing Gate --> |
---|
1913 | <item name="Hampshire Gate" type="node" preset_name_label="true"> |
---|
1914 | <link wiki="Tag:barrier=hampshire_gate" /> |
---|
1915 | <key key="barrier" value="hampshire_gate" /> |
---|
1916 | <reference ref="optional_maxwidth" /> |
---|
1917 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
---|
1918 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1919 | <space /> |
---|
1920 | <reference ref="highway_access_vehicle" /> |
---|
1921 | <reference ref="check_access_nomotor" /> |
---|
1922 | <reference ref="check_access_motor" /> |
---|
1923 | <check key="locked" text="Usually locked"/> |
---|
1924 | <preset_link preset_name="Access Restrictions" /> |
---|
1925 | </item> <!-- Hampshire Gate --> |
---|
1926 | <item name="Bump Gate" type="node" preset_name_label="true"> |
---|
1927 | <link wiki="Tag:barrier=bump_gate" /> |
---|
1928 | <key key="barrier" value="bump_gate" /> |
---|
1929 | <reference ref="optional_maxheight_maxwidth" /> |
---|
1930 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
---|
1931 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1932 | <space /> |
---|
1933 | <reference ref="highway_access_vehicle" /> |
---|
1934 | <reference ref="check_access_nomotor" /> |
---|
1935 | <reference ref="check_access_motor" /> |
---|
1936 | <check key="locked" text="Usually locked"/> |
---|
1937 | <preset_link preset_name="Access Restrictions" /> |
---|
1938 | </item> <!-- Bump Gate --> |
---|
1939 | <item name="Kissing Gate" icon="presets/barrier/kissing_gate.svg" type="node" preset_name_label="true"> |
---|
1940 | <link wiki="Tag:barrier=kissing_gate" /> |
---|
1941 | <key key="barrier" value="kissing_gate" /> |
---|
1942 | <reference ref="optional_maxwidth" /> |
---|
1943 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1944 | <space /> |
---|
1945 | <label text="The tag `foot=yes` is implied and does not need to be set." /> |
---|
1946 | <space /> |
---|
1947 | <reference ref="highway_access_vehicle" /> |
---|
1948 | <reference ref="check_access_nomotor" /> |
---|
1949 | <check key="locked" text="Usually locked"/> |
---|
1950 | <preset_link preset_name="Access Restrictions" /> |
---|
1951 | </item> <!-- Kissing Gate --> |
---|
1952 | <item name="Height Restrictor" icon="presets/barrier/height_restrictor.svg" type="node" preset_name_label="true"> |
---|
1953 | <link wiki="Tag:barrier=height_restrictor" /> |
---|
1954 | <key key="barrier" value="height_restrictor" /> |
---|
1955 | <reference ref="optional_maxheight_maxwidth" /> |
---|
1956 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1957 | <space /> |
---|
1958 | <reference ref="highway_access_vehicle" /> |
---|
1959 | <reference ref="check_access_nomotor" /> |
---|
1960 | <reference ref="check_access_motor" /> |
---|
1961 | <preset_link preset_name="Access Restrictions" /> |
---|
1962 | </item> <!-- Height Restrictor --> |
---|
1963 | <item name="Chain" icon="presets/barrier/chain.svg" type="node,way,closedway" preset_name_label="true"> |
---|
1964 | <link wiki="Tag:barrier=chain" /> |
---|
1965 | <key key="barrier" value="chain" /> |
---|
1966 | <reference ref="optional_maxwidth" /> |
---|
1967 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1968 | <space /> |
---|
1969 | <reference ref="highway_access_vehicle" /> |
---|
1970 | <reference ref="check_access_nomotor" /> |
---|
1971 | <reference ref="check_access_motor" /> |
---|
1972 | <check key="locked" text="Usually locked"/> |
---|
1973 | <preset_link preset_name="Access Restrictions" /> |
---|
1974 | </item> <!-- Chain --> |
---|
1975 | <item name="Stile" icon="presets/barrier/stile.svg" type="node" preset_name_label="true"> |
---|
1976 | <link wiki="Tag:barrier=stile" /> |
---|
1977 | <space /> |
---|
1978 | <key key="barrier" value="stile" /> |
---|
1979 | <combo key="stile" text="Type" values="ladder,squeezer,stepover" values_searchable="true" /> |
---|
1980 | <reference ref="optional_maxwidth" /> |
---|
1981 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1982 | <space /> |
---|
1983 | <reference ref="highway_access_vehicle" /> |
---|
1984 | <reference ref="check_access_nomotor" /> |
---|
1985 | <preset_link preset_name="Access Restrictions" /> |
---|
1986 | </item> <!-- Stile --> |
---|
1987 | <item name="Turnstile" icon="presets/barrier/turnstile.svg" type="node" preset_name_label="true"> |
---|
1988 | <link wiki="Tag:barrier=turnstile" /> |
---|
1989 | <key key="barrier" value="turnstile" /> |
---|
1990 | <reference ref="optional_maxwidth" /> |
---|
1991 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
---|
1992 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
1993 | <space /> |
---|
1994 | <reference ref="highway_access_vehicle" /> |
---|
1995 | <reference ref="check_access_nomotor" /> |
---|
1996 | <preset_link preset_name="Access Restrictions" /> |
---|
1997 | </item> <!-- Turnstile --> |
---|
1998 | <item name="Full-Height Turnstile" icon="presets/barrier/full-height_turnstile.svg" type="node" preset_name_label="true"> |
---|
1999 | <link wiki="Tag:barrier=full-height_turnstile" /> |
---|
2000 | <key key="barrier" value="full-height_turnstile" /> |
---|
2001 | <reference ref="optional_maxheight_maxwidth" /> |
---|
2002 | <text key="maxlength" text="Max. length (meters)" match="key" /> |
---|
2003 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
2004 | <space /> |
---|
2005 | <reference ref="highway_access_vehicle" /> |
---|
2006 | <reference ref="check_access_nomotor" /> |
---|
2007 | <preset_link preset_name="Access Restrictions" /> |
---|
2008 | </item> <!-- Full-Height Turnstile --> |
---|
2009 | <item name="Sally Port" icon="presets/barrier/sally_port.svg" type="node" preset_name_label="true"> |
---|
2010 | <link wiki="Tag:barrier=sally_port" /> |
---|
2011 | <space /> |
---|
2012 | <key key="barrier" value="sally_port" /> |
---|
2013 | <text key="maxheight" text="Max. height (meters)" match="key" /> |
---|
2014 | <text key="maxwidth" text="Max. width (meters)" match="key" /> |
---|
2015 | <combo key="material" text="Material" values="concrete,metal,plastic,stone,wood" /> |
---|
2016 | <space /> |
---|
2017 | <reference ref="highway_access_vehicle" /> |
---|
2018 | <reference ref="check_access_nomotor" /> |
---|
2019 | <reference ref="check_access_motor" /> |
---|
2020 | <preset_link preset_name="Access Restrictions" /> |
---|
2021 | </item> <!-- Sally Port --> |
---|
2022 | </group> <!-- Barriers --> |
---|
2023 | <group name="Passageways" icon="presets/transport/passage/tunnel.svg"> |
---|
2024 | <item name="Tunnel" icon="presets/transport/passage/tunnel.svg" type="way" preset_name_label="true"> |
---|
2025 | <link wiki="Key:tunnel" /> |
---|
2026 | <key key="tunnel" value="yes" /> |
---|
2027 | <optional> |
---|
2028 | <text key="name" text="Name" /> |
---|
2029 | <text key="tunnel:name" text="Tunnel name" /> |
---|
2030 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" /> |
---|
2031 | <text key="width" text="Width (meters)" /> |
---|
2032 | <text key="maxheight" text="Max. height (meters)" /> |
---|
2033 | <text key="maxwidth" text="Max. width (meters)" match="key" /> |
---|
2034 | <space /> |
---|
2035 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
2036 | <text key="maxspeed:forward" text="Max. speed in way direction" /> |
---|
2037 | <text key="maxspeed:backward" text="Max. speed opposed to way direction" /> |
---|
2038 | <space /> |
---|
2039 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
2040 | <check key="toll" text="Toll" /> |
---|
2041 | </optional> |
---|
2042 | </item> <!-- Tunnel --> |
---|
2043 | <item name="Building Passage" icon="presets/transport/passage/tunnel_building_passage.svg" type="way" preset_name_label="true"> |
---|
2044 | <link wiki="Key:tunnel" /> |
---|
2045 | <key key="tunnel" value="building_passage" /> |
---|
2046 | <optional> |
---|
2047 | <reference ref="name_layer" /> |
---|
2048 | <text key="width" text="Width (meters)" /> |
---|
2049 | <text key="maxheight" text="Max. height (meters)" /> |
---|
2050 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
2051 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
2052 | </optional> |
---|
2053 | </item> <!-- Building Passage --> |
---|
2054 | <item name="Arcade" icon="presets/transport/passage/arcade.svg" type="way" preset_name_label="true"> |
---|
2055 | <link wiki="Key:covered" /> |
---|
2056 | <space /> |
---|
2057 | <key key="covered" value="arcade" /> |
---|
2058 | <check key="arcade:left" value_on="open" text="Open on left side" disable_off="true" /> |
---|
2059 | <check key="arcade:right" value_on="open" text="Open on right side" disable_off="true" /> |
---|
2060 | <optional> |
---|
2061 | <reference ref="name_layer" /> |
---|
2062 | <text key="width" text="Width (meters)" /> |
---|
2063 | </optional> |
---|
2064 | </item> <!-- Arcade --> |
---|
2065 | <item name="Colonnade" icon="presets/transport/passage/colonnade.svg" type="way" preset_name_label="true"> |
---|
2066 | <link wiki="Key:covered" /> |
---|
2067 | <space /> |
---|
2068 | <key key="covered" value="colonnade" /> |
---|
2069 | <check key="colonnade:left" value_on="open" text="Open on left side" disable_off="true" /> |
---|
2070 | <check key="colonnade:right" value_on="open" text="Open on right side" disable_off="true" /> |
---|
2071 | <optional> |
---|
2072 | <reference ref="name_layer" /> |
---|
2073 | <text key="width" text="Width (meters)" /> |
---|
2074 | </optional> |
---|
2075 | </item> <!-- Colonnade --> |
---|
2076 | <item name="Avalanche Protector" icon="presets/transport/passage/tunnel_avalanche_protector.svg" type="way" preset_name_label="true"> |
---|
2077 | <link wiki="Key:tunnel" /> |
---|
2078 | <space /> |
---|
2079 | <key key="tunnel" value="avalanche_protector" /> |
---|
2080 | <check key="avalanche_protector:left" value_on="open" text="Open on left side" disable_off="true" /> |
---|
2081 | <check key="avalanche_protector:right" value_on="open" text="Open on right side" disable_off="true" /> |
---|
2082 | <optional> |
---|
2083 | <reference ref="name_layer" /> |
---|
2084 | <text key="width" text="Width (meters)" /> |
---|
2085 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
2086 | </optional> |
---|
2087 | </item> <!-- Avalanche Protector --> |
---|
2088 | </group> <!-- Passageways --> |
---|
2089 | </group> <!-- Highways --> |
---|
2090 | <group name="Water" name_context="main group" icon="presets/nautical/waterway_river.svg"> |
---|
2091 | <group name="Water" name_context="sub group" icon="presets/nautical/waterway_river.svg"> |
---|
2092 | <item name="River" icon="presets/nautical/waterway_river.svg" type="way" preset_name_label="true"> |
---|
2093 | <link wiki="Tag:waterway=river" /> |
---|
2094 | <space /> |
---|
2095 | <key key="waterway" value="river" /> |
---|
2096 | <text key="name" text="Name" /> |
---|
2097 | <optional> |
---|
2098 | <reference ref="waterway" /> |
---|
2099 | <reference ref="wikipedia_wikidata" /> |
---|
2100 | <check key="lock" text="Lock" disable_off="true" /> |
---|
2101 | </optional> |
---|
2102 | <reference ref="water_access" /> |
---|
2103 | </item> <!-- River --> |
---|
2104 | <item name="Stream" icon="presets/nautical/waterway_stream.svg" type="way" preset_name_label="true"> |
---|
2105 | <link wiki="Tag:waterway=stream" /> |
---|
2106 | <space /> |
---|
2107 | <key key="waterway" value="stream" /> |
---|
2108 | <text key="name" text="Name" /> |
---|
2109 | <optional> |
---|
2110 | <reference ref="waterway" /> |
---|
2111 | <reference ref="wikipedia_wikidata" /> |
---|
2112 | </optional> |
---|
2113 | <reference ref="water_access" /> |
---|
2114 | </item> <!-- Stream --> |
---|
2115 | <item name="Tidal channel" icon="presets/nautical/tidal_channel.svg" type="way" preset_name_label="true"> |
---|
2116 | <link wiki="Tag:waterway=tidal_channel" /> |
---|
2117 | <space /> |
---|
2118 | <key key="waterway" value="tidal_channel" /> |
---|
2119 | <optional> |
---|
2120 | <text key="name" text="Name" /> |
---|
2121 | <check key="salt" text="Salt Water" disable_off="true" /> |
---|
2122 | <check key="intermittent" text="Intermittent" disable_off="true" /> |
---|
2123 | <check key="seasonal" text="Seasonal" disable_off="true" /> |
---|
2124 | <text key="width" text="Width (meters)" /> |
---|
2125 | <reference ref="wikipedia_wikidata" /> |
---|
2126 | </optional> |
---|
2127 | </item> <!-- Tidal channel --> |
---|
2128 | <item name="Canal" icon="presets/nautical/waterway_canal.svg" type="way" preset_name_label="true"> |
---|
2129 | <link wiki="Tag:waterway=canal" /> |
---|
2130 | <space /> |
---|
2131 | <key key="waterway" value="canal" /> |
---|
2132 | <text key="name" text="Name" /> |
---|
2133 | <optional> |
---|
2134 | <combo key="canal" text="Type" values="qanat" values_searchable="true" /> |
---|
2135 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
2136 | <combo key="tunnel" text="Tunnel" values="culvert,flooded,yes" values_searchable="true" /> |
---|
2137 | <combo key="usage" text="Usage" values="transportation,transmission,irrigation,headrace,tailrace,spillway" values_context="usage" values_searchable="true" /> |
---|
2138 | <text key="width" text="Width (meters)" /> |
---|
2139 | <reference ref="wikipedia_wikidata" /> |
---|
2140 | <check key="lock" text="Lock" disable_off="true" /> |
---|
2141 | </optional> |
---|
2142 | <reference ref="water_access" /> |
---|
2143 | </item> <!-- Canal --> |
---|
2144 | <item name="Drain" icon="presets/nautical/waterway_drain.svg" type="way" preset_name_label="true"> |
---|
2145 | <link wiki="Tag:waterway=drain" /> |
---|
2146 | <space /> |
---|
2147 | <key key="waterway" value="drain" /> |
---|
2148 | <optional> |
---|
2149 | <text key="name" text="Name" /> |
---|
2150 | <reference ref="waterway" /> |
---|
2151 | </optional> |
---|
2152 | </item> <!-- Drain --> |
---|
2153 | <item name="Ditch" icon="presets/nautical/waterway_ditch.svg" type="way" preset_name_label="true"> |
---|
2154 | <link wiki="Tag:waterway=ditch" /> |
---|
2155 | <space /> |
---|
2156 | <key key="waterway" value="ditch" /> |
---|
2157 | <optional> |
---|
2158 | <text key="name" text="Name" /> |
---|
2159 | <reference ref="waterway" /> |
---|
2160 | </optional> |
---|
2161 | </item> <!-- Ditch --> |
---|
2162 | <separator/> |
---|
2163 | <item name="Spring" icon="presets/landmark/spring.svg" type="node,closedway" preset_name_label="true"> |
---|
2164 | <link wiki="Tag:natural=spring" /> |
---|
2165 | <space /> |
---|
2166 | <label text="A point where groundwater naturally flows to the surface of the earth from underground." /> |
---|
2167 | <space /> |
---|
2168 | <key key="natural" value="spring" /> |
---|
2169 | <text key="name" text="Name" /> |
---|
2170 | <check key="drinking_water" text="Drinking Water" /> |
---|
2171 | </item> <!-- Spring --> |
---|
2172 | <item name="Waterfall" icon="presets/nautical/waterfall.svg" type="node,way" preset_name_label="true"> |
---|
2173 | <link wiki="Tag:waterway=waterfall" /> |
---|
2174 | <space /> |
---|
2175 | <key key="waterway" value="waterfall" /> |
---|
2176 | <reference ref="name_wikipedia_wikidata" /> |
---|
2177 | <text key="height" text="Height (meters)" length="7" /> |
---|
2178 | </item> <!-- Waterfall --> |
---|
2179 | <item name="Weir" icon="presets/nautical/weir.svg" type="node,way" preset_name_label="true"> |
---|
2180 | <link wiki="Tag:waterway=weir" /> |
---|
2181 | <space /> |
---|
2182 | <key key="waterway" value="weir" /> |
---|
2183 | <text key="name" text="Name" /> |
---|
2184 | </item> <!-- Weir --> |
---|
2185 | <item name="Dam" icon="presets/nautical/dam.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
2186 | <link wiki="Tag:waterway=dam" /> |
---|
2187 | <space /> |
---|
2188 | <key key="waterway" value="dam" /> |
---|
2189 | <reference ref="name_wikipedia_wikidata" /> |
---|
2190 | </item> <!-- Dam --> |
---|
2191 | <item name="Levee" icon="presets/misc/dyke.svg" type="way" preset_name_label="true"> |
---|
2192 | <link wiki="Tag:man_made=dyke" /> |
---|
2193 | <space /> |
---|
2194 | <key key="man_made" value="dyke" /> |
---|
2195 | </item> <!-- Levee --> |
---|
2196 | <item name="Groyne" icon="presets/nautical/groyne.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
2197 | <link wiki="Tag:man_made=groyne" /> |
---|
2198 | <key key="man_made" value="groyne" /> |
---|
2199 | </item> <!-- Groyne --> |
---|
2200 | <item name="Breakwater" icon="presets/nautical/breakwater.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
2201 | <link wiki="Tag:man_made=breakwater" /> |
---|
2202 | <space /> |
---|
2203 | <key key="man_made" value="breakwater" /> |
---|
2204 | <text key="ref" text="Reference" /> |
---|
2205 | <text key="name" text="Name" /> |
---|
2206 | </item> <!-- Breakwater --> |
---|
2207 | <separator/> |
---|
2208 | <item name="Culvert" icon="presets/transport/passage/tunnel_culvert.svg" type="way" preset_name_label="true"> |
---|
2209 | <link wiki="Tag:tunnel=culvert" /> |
---|
2210 | <key key="tunnel" value="culvert" /> |
---|
2211 | <optional> |
---|
2212 | <text key="name" text="Name" /> |
---|
2213 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" default="-1" length="3" values_sort="false" /> |
---|
2214 | <text key="width" text="Width (meters)" /> |
---|
2215 | </optional> |
---|
2216 | </item> <!-- Culvert --> |
---|
2217 | <item name="Penstock" icon="presets/nautical/penstock.svg" type="way" preset_name_label="true"> |
---|
2218 | <link wiki="Tag:usage=penstock" /> |
---|
2219 | <key key="waterway" value="pressurised" /> |
---|
2220 | <key key="man_made" value="pipeline" /> |
---|
2221 | <key key="substance" value="water" /> |
---|
2222 | <key key="usage" value="penstock" /> |
---|
2223 | <combo key="location" text="Location" values="overground,overhead,surface,underground,underwater" values_context="pipeline" /> |
---|
2224 | <optional> |
---|
2225 | <reference ref="name_operator" /> |
---|
2226 | <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" /> |
---|
2227 | <text key="pressure" text="Pressure (bar)" /> |
---|
2228 | <text key="flow_rate" text="Flow rate with unit of measure" /> |
---|
2229 | <combo key="material" text="Material" values="metal,steel" /> |
---|
2230 | </optional> |
---|
2231 | </item> <!-- Penstock --> |
---|
2232 | <separator/> |
---|
2233 | <item name="Basin" icon="presets/landuse/basin.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2234 | <link wiki="Tag:landuse=basin" /> |
---|
2235 | <space /> |
---|
2236 | <key key="landuse" value="basin" /> |
---|
2237 | <combo key="basin" text="Type" values="retention,infiltration,detention" /> |
---|
2238 | <reference ref="optional_name" /> |
---|
2239 | </item> <!-- Basin --> |
---|
2240 | <item name="Reservoir" icon="presets/landuse/reservoir.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2241 | <link wiki="Tag:landuse=reservoir" /> |
---|
2242 | <space /> |
---|
2243 | <key key="landuse" value="reservoir" /> |
---|
2244 | <combo key="reservoir_type" text="Type" values="evaporator,sewage,tailings,water_storage" /> |
---|
2245 | <reference ref="optional_name" /> |
---|
2246 | </item> <!-- Reservoir --> |
---|
2247 | <item name="Covered Reservoir" icon="presets/landmark/reservoir_covered.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2248 | <link wiki="Tag:man_made=reservoir_covered" /> |
---|
2249 | <space /> |
---|
2250 | <key key="man_made" value="reservoir_covered" /> |
---|
2251 | <reference ref="optional_name" /> |
---|
2252 | </item> <!-- Covered Reservoir --> |
---|
2253 | <separator/> |
---|
2254 | <item name="Water" name_context="natural" icon="presets/nautical/water.svg" type="closedway,multipolygon" preset_name_label="true"> |
---|
2255 | <link wiki="Tag:natural=water" /> |
---|
2256 | <space /> |
---|
2257 | <label text="A body of water, such as a lake, pond or river." /> |
---|
2258 | <space /> |
---|
2259 | <key key="natural" value="water" /> |
---|
2260 | <text key="name" text="Name" /> |
---|
2261 | <combo key="water" text="Water Body" match="key" values_searchable="true" > |
---|
2262 | <list_entry value="stream" icon="presets/nautical/waterway_stream.svg" /> |
---|
2263 | <list_entry value="river" icon="presets/nautical/waterway_river.svg" /> |
---|
2264 | <list_entry value="canal" icon="presets/nautical/waterway_canal.svg" /> |
---|
2265 | <list_entry value="drain" icon="presets/nautical/waterway_drain.svg" /> |
---|
2266 | <list_entry value="ditch" icon="presets/nautical/waterway_ditch.svg" /> |
---|
2267 | <list_entry value="pond" /> |
---|
2268 | <list_entry value="lake" /> |
---|
2269 | <list_entry value="lagoon" /> |
---|
2270 | <list_entry value="oxbow" /> |
---|
2271 | <list_entry value="lock" icon="presets/nautical/lock_gate.svg" /> |
---|
2272 | <list_entry value="basin" icon="presets/landuse/basin.svg" /> |
---|
2273 | <list_entry value="reservoir" icon="presets/landuse/reservoir.svg" /> |
---|
2274 | <list_entry value="wastewater" /> |
---|
2275 | </combo> |
---|
2276 | <check key="salt" text="Salt Water" disable_off="true" /> |
---|
2277 | <check key="intermittent" text="Intermittent (does not permanently contain water)" disable_off="true" /> |
---|
2278 | <check key="tidal" text="In the tidal range" disable_off="true" /> |
---|
2279 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
2280 | <reference ref="wikipedia_wikidata" /> |
---|
2281 | <reference ref="water_access" /> |
---|
2282 | </item> <!-- Water --> |
---|
2283 | <item name="Coastline" icon="presets/nautical/coast_line.svg" type="way,closedway" preset_name_label="true"> |
---|
2284 | <link wiki="Tag:natural=coastline" /> |
---|
2285 | <space /> |
---|
2286 | <label text="Line between the sea and land (with the water on the right side of the way)." /> |
---|
2287 | <space /> |
---|
2288 | <key key="natural" value="coastline" /> |
---|
2289 | <text key="name" text="Name" /> |
---|
2290 | </item> <!-- Coastline --> |
---|
2291 | <separator/> |
---|
2292 | <item name="Wetland" icon="presets/landuse/wetland.svg" type="closedway,multipolygon" preset_name_label="true"> |
---|
2293 | <link wiki="Tag:natural=wetland" /> |
---|
2294 | <space /> |
---|
2295 | <label text="Waterlogged area, either permanently or seasonally with vegetation." /> |
---|
2296 | <space /> |
---|
2297 | <key key="natural" value="wetland" /> |
---|
2298 | <text key="name" text="Name" /> |
---|
2299 | <combo key="wetland" text="Type" values="bog,fen,mangrove,marsh,reedbed,saltern,saltmarsh,string_bog,swamp,tidalflat,wet_meadow" values_searchable="true" /> |
---|
2300 | <check key="seasonal" text="Seasonal" disable_off="true" /> |
---|
2301 | </item> <!-- Wetland --> |
---|
2302 | <item name="Mud" icon="presets/landuse/mud.svg" type="closedway,multipolygon" preset_name_label="true"> |
---|
2303 | <link wiki="Tag:natural=mud" /> |
---|
2304 | <space /> |
---|
2305 | <label text="Large area covered with mud." /> |
---|
2306 | <space /> |
---|
2307 | <key key="natural" value="mud" /> |
---|
2308 | <text key="name" text="Name" /> |
---|
2309 | </item> <!-- Mud --> |
---|
2310 | <item name="Beach" icon="presets/nautical/beach.svg" type="closedway,multipolygon" preset_name_label="true"> |
---|
2311 | <link wiki="Tag:natural=beach" /> |
---|
2312 | <space /> |
---|
2313 | <label text="A flat area of sand, gravel or pebble next to water." /> |
---|
2314 | <space /> |
---|
2315 | <key key="natural" value="beach" /> |
---|
2316 | <reference ref="name_wikipedia_wikidata" /> |
---|
2317 | <optional> |
---|
2318 | <reference ref="supervised" /> |
---|
2319 | <reference ref="oh_wheelchair" /> |
---|
2320 | <reference ref="POI_access" /> |
---|
2321 | <combo key="surface" text="Surface" values="gravel,pebblestone,sand" /> |
---|
2322 | <multiselect key="sport" text="Sport" values="swimming;surfing" rows="2"/> |
---|
2323 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" /> |
---|
2324 | </optional> |
---|
2325 | </item> <!-- Beach --> |
---|
2326 | <item name="Bay" icon="presets/nautical/bay.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
2327 | <link wiki="Tag:natural=bay" /> |
---|
2328 | <space /> |
---|
2329 | <label text="An area of water mostly surrounded by land but with level connection to the ocean or a lake." /> |
---|
2330 | <space /> |
---|
2331 | <key key="natural" value="bay" /> |
---|
2332 | <text key="name" text="Name" /> |
---|
2333 | <optional> |
---|
2334 | <check key="bay" text="Fjord" value_on="fjord" disable_off="true" /> |
---|
2335 | </optional> |
---|
2336 | </item> <!-- Bay --> |
---|
2337 | <item name="Cape" icon="presets/nautical/cape.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2338 | <link wiki="Tag:natural=cape" /> |
---|
2339 | <space /> |
---|
2340 | <label text="A prominent, elevated piece of land sticking out into the sea or large lake." /> |
---|
2341 | <space /> |
---|
2342 | <key key="natural" value="cape" /> |
---|
2343 | <text key="name" text="Name" /> |
---|
2344 | </item> <!-- Cape --> |
---|
2345 | <item name="Strait" icon="presets/nautical/strait.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
2346 | <link wiki="Tag:natural=strait" /> |
---|
2347 | <space /> |
---|
2348 | <key key="natural" value="strait" /> |
---|
2349 | <text key="name" text="Name" /> |
---|
2350 | </item> <!-- Strait --> |
---|
2351 | </group> <!-- Water --> |
---|
2352 | <group name="Shipping" icon="presets/nautical/ferry.svg"> |
---|
2353 | <item name="Ferry Terminal" icon="presets/nautical/ferry.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2354 | <link wiki="Tag:amenity=ferry_terminal" /> |
---|
2355 | <space /> |
---|
2356 | <key key="amenity" value="ferry_terminal" /> |
---|
2357 | <text key="name" text="Name" /> |
---|
2358 | <combo key="cargo" text="Cargo" values="passengers,vehicle,bicycle,hgv,passengers;vehicle" values_context="cargo" /> |
---|
2359 | </item> <!-- Ferry Terminal --> |
---|
2360 | <item name="Ferry Route" icon="presets/nautical/ferry.svg" type="way,closedway" preset_name_label="true"> |
---|
2361 | <link wiki="Tag:route=ferry" /> |
---|
2362 | <key key="route" value="ferry" /> |
---|
2363 | <optional> |
---|
2364 | <reference ref="name_ref_operator" /> |
---|
2365 | <reference ref="wheelchair" /> |
---|
2366 | <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" /> |
---|
2367 | <check key="ferry:cable" text="Reaction ferry" /> |
---|
2368 | <space /> |
---|
2369 | <reference ref="oh" /> |
---|
2370 | <reference ref="pt_route_opt2" /> |
---|
2371 | <space /> |
---|
2372 | <reference ref="highway_max" /> |
---|
2373 | </optional> |
---|
2374 | <preset_link preset_name="Access Restrictions" /> |
---|
2375 | </item> <!-- Ferry Route --> |
---|
2376 | <separator/> |
---|
2377 | <item name="Marina" icon="presets/nautical/marina.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2378 | <link wiki="Tag:leisure=marina" /> |
---|
2379 | <space /> |
---|
2380 | <key key="leisure" value="marina" /> |
---|
2381 | <text key="name" text="Name" /> |
---|
2382 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" /> |
---|
2383 | </item> <!-- Marina --> |
---|
2384 | <item name="Marine Fuel" icon="presets/nautical/marine_fuel.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2385 | <link wiki="Tag:waterway=fuel"/> |
---|
2386 | <space /> |
---|
2387 | <key key="waterway" value="fuel" /> |
---|
2388 | <optional> |
---|
2389 | <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" /> |
---|
2390 | <reference ref="name_operator" /> |
---|
2391 | <reference ref="oh" /> |
---|
2392 | <space /> |
---|
2393 | <label text="Fuel types:" /> |
---|
2394 | <checkgroup columns="2"> |
---|
2395 | <check key="fuel:diesel" text="Diesel" /> |
---|
2396 | <check key="fuel:biodiesel" text="Bio Diesel" /> |
---|
2397 | <check key="fuel:octane_80" text="Octane 80" /> |
---|
2398 | <check key="fuel:octane_87" text="Octane 87" /> |
---|
2399 | <check key="fuel:octane_91" text="Octane 91" /> |
---|
2400 | <check key="fuel:octane_92" text="Octane 92" /> |
---|
2401 | <check key="fuel:octane_95" text="Octane 95" /> |
---|
2402 | <check key="fuel:octane_98" text="Octane 98" /> |
---|
2403 | <check key="fuel:octane_100" text="Octane 100" /> |
---|
2404 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" /> |
---|
2405 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" /> |
---|
2406 | <check key="fuel:ethanol" text="Ethanol (alcohol)" /> |
---|
2407 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" /> |
---|
2408 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" /> |
---|
2409 | </checkgroup> |
---|
2410 | </optional> |
---|
2411 | <reference ref="link_contact_address_payment" /> |
---|
2412 | </item> <!-- Marine Fuel --> |
---|
2413 | <item name="Pier" icon="presets/nautical/pier.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
2414 | <link wiki="Tag:man_made=pier" /> |
---|
2415 | <space /> |
---|
2416 | <key key="man_made" value="pier" /> |
---|
2417 | <text key="name" text="Name" /> |
---|
2418 | <combo key="mooring" text="Mooring" values="yes,no,private,commercial" /> |
---|
2419 | <check key="floating" text="Floating" /> |
---|
2420 | </item> <!-- Pier --> |
---|
2421 | <item name="Lock Gate" icon="presets/nautical/lock_gate.svg" type="node,way" preset_name_label="true"> |
---|
2422 | <link wiki="Tag:waterway=lock_gate" /> |
---|
2423 | <key key="waterway" value="lock_gate" /> |
---|
2424 | </item> <!-- Lock Gate --> |
---|
2425 | <item name="Turning Point" icon="presets/nautical/turning.svg" type="node" preset_name_label="true"> |
---|
2426 | <link wiki="Tag:waterway=turning_point" /> |
---|
2427 | <key key="waterway" value="turning_point" /> |
---|
2428 | </item> <!-- Turning Point --> |
---|
2429 | <separator/> |
---|
2430 | <item name="Slipway" icon="presets/nautical/slipway.svg" type="node,way" preset_name_label="true"> |
---|
2431 | <link wiki="Tag:leisure=slipway" /> |
---|
2432 | <key key="leisure" value="slipway" /> |
---|
2433 | <optional> |
---|
2434 | <text key="name" text="Name" /> |
---|
2435 | <combo key="incline" text="Incline" values="10%,-10%,10°,-10°,up,down" /> |
---|
2436 | <reference ref="surface" /> |
---|
2437 | <reference ref="fee" /> |
---|
2438 | </optional> |
---|
2439 | </item> <!-- Slipway --> |
---|
2440 | <item name="Boatyard" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2441 | <link wiki="Tag:waterway=boatyard" /> |
---|
2442 | <space /> |
---|
2443 | <key key="waterway" value="boatyard" /> |
---|
2444 | <text key="name" text="Name" /> |
---|
2445 | </item> <!-- Boatyard --> |
---|
2446 | <item name="Dock" icon="presets/nautical/boatyard.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2447 | <link wiki="Tag:waterway=dock" /> |
---|
2448 | <space /> |
---|
2449 | <key key="waterway" value="dock" /> |
---|
2450 | <text key="name" text="Name" /> |
---|
2451 | </item> <!-- Dock --> |
---|
2452 | </group> <!-- Shipping --> |
---|
2453 | </group> <!-- Water --> |
---|
2454 | <group name="Transport" icon="presets/transport/railway/rail.svg"> |
---|
2455 | <group name="Railway" icon="presets/transport/railway/rail.svg"> |
---|
2456 | <item name="Rail" icon="presets/transport/railway/rail.svg" type="way" preset_name_label="true"> |
---|
2457 | <link wiki="Tag:railway=rail" /> |
---|
2458 | <key key="railway" value="rail" /> |
---|
2459 | <optional> |
---|
2460 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" /> |
---|
2461 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2462 | </optional> |
---|
2463 | </item> <!-- Rail --> |
---|
2464 | <item name="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" type="way" preset_name_label="true"> |
---|
2465 | <link wiki="Tag:railway=narrow_gauge" /> |
---|
2466 | <key key="railway" value="narrow_gauge" /> |
---|
2467 | <optional> |
---|
2468 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" /> |
---|
2469 | <reference ref="railway_service" /> |
---|
2470 | <combo key="gauge" text="Gauge (mm)" values="1372,1219,1067,1000,914,900,891,762,760,750,610,600" length="4" /> |
---|
2471 | <reference ref="railway_electrified_yesno" /> |
---|
2472 | </optional> |
---|
2473 | </item> <!-- Narrow Gauge Rail --> |
---|
2474 | <item name="Monorail" icon="presets/transport/railway/monorail.svg" type="way" preset_name_label="true"> |
---|
2475 | <link wiki="Tag:railway=monorail" /> |
---|
2476 | <key key="railway" value="monorail" /> |
---|
2477 | <optional> |
---|
2478 | <reference ref="railway_service" /> |
---|
2479 | <reference ref="railway_electrified_yesno" /> |
---|
2480 | </optional> |
---|
2481 | </item> <!-- Monorail --> |
---|
2482 | <item name="Preserved" icon="presets/transport/railway/preserved.svg" type="way" preset_name_label="true"> |
---|
2483 | <link wiki="Tag:railway=preserved" /> |
---|
2484 | <key key="railway" value="preserved" /> |
---|
2485 | <optional> |
---|
2486 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2487 | </optional> |
---|
2488 | </item> <!-- Preserved --> |
---|
2489 | <item name="Light Rail" icon="presets/transport/railway/light_rail.svg" type="way" preset_name_label="true"> |
---|
2490 | <link wiki="Tag:railway=light_rail" /> |
---|
2491 | <key key="railway" value="light_rail" /> |
---|
2492 | <optional> |
---|
2493 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2494 | </optional> |
---|
2495 | </item> <!-- Light Rail --> |
---|
2496 | <item name="Subway" icon="presets/transport/railway/subway.svg" type="way" preset_name_label="true"> |
---|
2497 | <link wiki="Tag:railway=subway" /> |
---|
2498 | <key key="railway" value="subway" /> |
---|
2499 | <optional> |
---|
2500 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2501 | </optional> |
---|
2502 | </item> <!-- Subway --> |
---|
2503 | <item name="Tram" icon="presets/transport/railway/tram.svg" type="way" preset_name_label="true"> |
---|
2504 | <link wiki="Tag:railway=tram" /> |
---|
2505 | <key key="railway" value="tram" /> |
---|
2506 | <optional> |
---|
2507 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2508 | </optional> |
---|
2509 | </item> <!-- Tram --> |
---|
2510 | <item name="Funicular" icon="presets/transport/railway/funicular.svg" type="way" preset_name_label="true"> |
---|
2511 | <link wiki="Tag:railway=funicular" /> |
---|
2512 | <key key="railway" value="funicular" /> |
---|
2513 | <optional> |
---|
2514 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2515 | </optional> |
---|
2516 | </item> <!-- Funicular --> |
---|
2517 | <item name="Bus Guideway" icon="presets/transport/railway/bus_guideway.svg" type="way" preset_name_label="true"> |
---|
2518 | <link wiki="Tag:highway=bus_guideway" /> |
---|
2519 | <key key="highway" value="bus_guideway" /> |
---|
2520 | <optional> |
---|
2521 | <text key="name" text="Name" /> |
---|
2522 | <reference ref="highway_yesno" /> |
---|
2523 | <check key="oneway" text="Oneway" /> |
---|
2524 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
2525 | <reference ref="surface_smoothness" /> |
---|
2526 | <text key="maxspeed" text="Max. speed (km/h)" /> |
---|
2527 | <text key="width" text="Width (meters)" /> |
---|
2528 | </optional> |
---|
2529 | </item> <!-- Bus Guideway --> |
---|
2530 | <item name="Miniature Rail" icon="presets/transport/railway/miniature_rail.svg" type="way" preset_name_label="true"> |
---|
2531 | <link wiki="Tag:railway=miniature" /> |
---|
2532 | <key key="railway" value="miniature" /> |
---|
2533 | <optional> |
---|
2534 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2535 | </optional> |
---|
2536 | </item> |
---|
2537 | <separator/> |
---|
2538 | <item name="Railway construction" icon="presets/transport/railway/railway_construction.svg" type="way" preset_name_label="true"> |
---|
2539 | <link wiki="Key:construction" /> |
---|
2540 | <key key="railway" value="construction" /> |
---|
2541 | <combo key="construction" text="Railway type" values_sort="false"> |
---|
2542 | <list_entry value="rail" display_value="Rail" icon="presets/transport/railway/rail.svg" /> |
---|
2543 | <list_entry value="narrow_gauge" display_value="Narrow Gauge Rail" icon="presets/transport/railway/narrow_gauge_rail.svg" /> |
---|
2544 | <list_entry value="monorail" display_value="Monorail" icon="presets/transport/railway/monorail.svg" /> |
---|
2545 | <list_entry value="preserved" display_value="Preserved" icon="presets/transport/railway/preserved.svg" /> |
---|
2546 | <list_entry value="light_rail" display_value="Light Rail" icon="presets/transport/railway/light_rail.svg" /> |
---|
2547 | <list_entry value="subway" display_value="Subway" icon="presets/transport/railway/subway.svg" /> |
---|
2548 | <list_entry value="tram" display_value="Tram" icon="presets/transport/railway/tram.svg" /> |
---|
2549 | <list_entry value="funicular" display_value="Funicular" icon="presets/transport/railway/funicular.svg" /> |
---|
2550 | </combo> |
---|
2551 | <optional> |
---|
2552 | <combo key="usage" text="Usage" values="main,branch,industrial,military,tourism,freight" /> |
---|
2553 | <reference ref="railway_service_gauge_electrified_yesno" /> |
---|
2554 | </optional> |
---|
2555 | </item> <!-- Railway construction --> |
---|
2556 | <item name="Disused Rail" icon="presets/transport/railway/disused_rail.svg" type="way" preset_name_label="true"> |
---|
2557 | <link wiki="Tag:railway=disused" /> |
---|
2558 | <key key="railway" value="disused" /> |
---|
2559 | <optional> |
---|
2560 | <reference ref="railway_service" /> |
---|
2561 | <reference ref="highway_yesno" /> |
---|
2562 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
2563 | </optional> |
---|
2564 | </item> <!-- Disused Rail --> |
---|
2565 | <item name="Abandoned Rail" icon="presets/transport/railway/abandoned_rail.svg" type="way" preset_name_label="true"> |
---|
2566 | <link wiki="Tag:railway=abandoned" /> |
---|
2567 | <key key="railway" value="abandoned" /> |
---|
2568 | <optional> |
---|
2569 | <reference ref="railway_service" /> |
---|
2570 | <reference ref="highway_yesno" /> |
---|
2571 | <combo key="layer" text="Layer" values="5,4,3,2,1,-1,-2,-3,-4,-5" length="3" values_sort="false" /> |
---|
2572 | </optional> |
---|
2573 | </item> <!-- Abandoned Rail --> |
---|
2574 | <separator/> |
---|
2575 | <item name="Level Crossing" icon="presets/transport/railway/level_crossing.svg" type="node" preset_name_label="true"> |
---|
2576 | <link wiki="Tag:railway=level_crossing" /> |
---|
2577 | <key key="railway" value="level_crossing" /> |
---|
2578 | <optional> |
---|
2579 | <reference ref="supervised" /> |
---|
2580 | <check key="crossing:light" text="Traffic lights" /> |
---|
2581 | <check key="crossing:bell" text="Sound signals" /> |
---|
2582 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" /> |
---|
2583 | </optional> |
---|
2584 | </item> <!-- Level Crossing --> |
---|
2585 | <item name="Crossing" icon="presets/transport/railway/crossing.svg" type="node" preset_name_label="true"> |
---|
2586 | <link wiki="Tag:railway=crossing" /> |
---|
2587 | <key key="railway" value="crossing" /> |
---|
2588 | <optional> |
---|
2589 | <combo key="crossing" text="Crossing type" values="uncontrolled,traffic_signals" /> |
---|
2590 | <reference ref="supervised" /> |
---|
2591 | <reference ref="check_crossing_access" /> |
---|
2592 | <check key="crossing:light" text="Traffic lights" /> |
---|
2593 | <check key="crossing:bell" text="Sound signals" /> |
---|
2594 | <combo key="crossing:barrier" text="Barrier" values="yes,no,half,full,double_half" values_context="crossing:barrier" /> |
---|
2595 | <reference ref="crossing_markings" /> |
---|
2596 | </optional> |
---|
2597 | </item> <!-- Crossing --> |
---|
2598 | <item name="Turntable" icon="presets/transport/railway/turntable.svg" type="node,closedway" preset_name_label="true"> |
---|
2599 | <link wiki="Tag:railway=turntable" /> |
---|
2600 | <key key="railway" value="turntable" /> |
---|
2601 | </item> <!-- Turntable --> |
---|
2602 | <item name="Buffer Stop" icon="presets/transport/railway/buffer_stop.svg" type="node" preset_name_label="true"> |
---|
2603 | <link wiki="Tag:railway=buffer_stop" /> |
---|
2604 | <key key="railway" value="buffer_stop" /> |
---|
2605 | </item> <!-- Buffer Stop --> |
---|
2606 | <item name="Railway Switch" icon="presets/transport/railway/switch.svg" type="node" preset_name_label="true"> |
---|
2607 | <link wiki="Tag:railway=switch" /> |
---|
2608 | <key key="railway" value="switch" /> |
---|
2609 | <combo key="railway:switch" text="Type" values="abt,default,double_slip,single_slip,three_way,wye" /> |
---|
2610 | <reference ref="ref_operator" /> |
---|
2611 | </item> <!-- Railway Switch --> |
---|
2612 | <item name="Railway crossing" icon="presets/transport/railway/railway_crossing.svg" type="node" preset_name_label="true"> |
---|
2613 | <link wiki="Tag:railway=railway_crossing" /> |
---|
2614 | <key key="railway" value="railway_crossing" /> |
---|
2615 | <reference ref="ref_operator" /> |
---|
2616 | </item> <!-- Railway crossing --> |
---|
2617 | <item name="Railway Signal" icon="presets/transport/railway/signal.svg" type="node" preset_name_label="true"> |
---|
2618 | <link wiki="Tag:railway=signal" /> |
---|
2619 | <key key="railway" value="signal" /> |
---|
2620 | <reference ref="ref_operator" /> |
---|
2621 | </item> <!-- Railway Signal --> |
---|
2622 | <item name="Railway milestone" icon="presets/transport/railway/milestone.svg" type="node" preset_name_label="true"> |
---|
2623 | <link wiki="Tag:railway=milestone" /> |
---|
2624 | <key key="railway" value="milestone" /> |
---|
2625 | <text key="railway:position" text="Position (kilometers)" /> |
---|
2626 | <text key="ref" text="Reference" /> |
---|
2627 | </item> <!-- Railway Milestone --> |
---|
2628 | </group> <!-- Railway --> |
---|
2629 | <group name="Aerialway" icon="presets/transport/aerialway/gondola.svg"> |
---|
2630 | <item name="Cable Car" icon="presets/transport/aerialway/cable_car.svg" type="way" preset_name_label="true"> |
---|
2631 | <link wiki="Tag:aerialway=cable_car" /> |
---|
2632 | <space /> |
---|
2633 | <key key="aerialway" value="cable_car" /> |
---|
2634 | <reference ref="name_ref" /> |
---|
2635 | <optional> |
---|
2636 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2637 | <text key="aerialway:occupancy" text="Number of people per car" /> |
---|
2638 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2639 | <check key="aerialway:heating" text="Has heating?" /> |
---|
2640 | <space /> |
---|
2641 | <text key="operator" text="Operator" /> |
---|
2642 | <reference ref="oh" /> |
---|
2643 | <reference ref="fee" /> |
---|
2644 | </optional> |
---|
2645 | </item> <!-- Cable Car --> |
---|
2646 | <item name="Chair Lift" icon="presets/transport/aerialway/chair_lift.svg" type="way" preset_name_label="true"> |
---|
2647 | <link wiki="Tag:aerialway=chair_lift" /> |
---|
2648 | <space /> |
---|
2649 | <key key="aerialway" value="chair_lift" /> |
---|
2650 | <reference ref="name_ref" /> |
---|
2651 | <optional> |
---|
2652 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2653 | <text key="aerialway:occupancy" text="Number of people per chair" /> |
---|
2654 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2655 | <check key="aerialway:bubble" text="Has bubble?" /> |
---|
2656 | <check key="aerialway:heating" text="Has heating?" /> |
---|
2657 | <space /> |
---|
2658 | <text key="operator" text="Operator" /> |
---|
2659 | <reference ref="oh" /> |
---|
2660 | <reference ref="fee" /> |
---|
2661 | </optional> |
---|
2662 | </item> <!-- Chair Lift --> |
---|
2663 | <item name="Gondola" icon="presets/transport/aerialway/gondola.svg" type="way" preset_name_label="true"> |
---|
2664 | <link wiki="Tag:aerialway=gondola" /> |
---|
2665 | <space /> |
---|
2666 | <key key="aerialway" value="gondola" /> |
---|
2667 | <reference ref="name_ref" /> |
---|
2668 | <optional> |
---|
2669 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2670 | <text key="aerialway:occupancy" text="Number of people per gondola" /> |
---|
2671 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2672 | <check key="aerialway:heating" text="Has heating?" /> |
---|
2673 | <space /> |
---|
2674 | <text key="operator" text="Operator" /> |
---|
2675 | <reference ref="oh" /> |
---|
2676 | <reference ref="fee" /> |
---|
2677 | </optional> |
---|
2678 | </item> <!-- Gondola --> |
---|
2679 | <item name="Mixed Lift" icon="presets/transport/aerialway/mixed_lift.svg" type="way" preset_name_label="true"> |
---|
2680 | <link wiki="Tag:aerialway=mixed_lift" /> |
---|
2681 | <space /> |
---|
2682 | <key key="aerialway" value="mixed_lift" /> |
---|
2683 | <reference ref="name_ref" /> |
---|
2684 | <optional> |
---|
2685 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2686 | <text key="aerialway:occupancy" text="Number of people per gondola/chair" /> |
---|
2687 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2688 | <check key="aerialway:bubble" text="Has bubble?" /> |
---|
2689 | <check key="aerialway:heating" text="Has heating?" /> |
---|
2690 | <space /> |
---|
2691 | <text key="operator" text="Operator" /> |
---|
2692 | <reference ref="oh" /> |
---|
2693 | <reference ref="fee" /> |
---|
2694 | </optional> |
---|
2695 | </item> <!-- Mixed Lift --> |
---|
2696 | <item name="Drag Lift" icon="presets/transport/aerialway/drag_lift.svg" type="way" preset_name_label="true"> |
---|
2697 | <link wiki="Tag:aerialway=drag_lift" /> |
---|
2698 | <space /> |
---|
2699 | <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" /> |
---|
2700 | <reference ref="name_ref" /> |
---|
2701 | <optional> |
---|
2702 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2703 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2704 | <space /> |
---|
2705 | <text key="operator" text="Operator" /> |
---|
2706 | <reference ref="oh" /> |
---|
2707 | <reference ref="fee" /> |
---|
2708 | </optional> |
---|
2709 | </item> <!-- Drag Lift --> |
---|
2710 | <item name="Magic Carpet" icon="presets/transport/aerialway/magic_carpet.svg" type="way" preset_name_label="true"> |
---|
2711 | <link wiki="Tag:aerialway=magic_carpet" /> |
---|
2712 | <space /> |
---|
2713 | <key key="aerialway" value="magic_carpet" /> |
---|
2714 | <reference ref="name_ref" /> |
---|
2715 | <optional> |
---|
2716 | <text key="aerialway:capacity" text="Number of people per hour" /> |
---|
2717 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2718 | <space /> |
---|
2719 | <text key="operator" text="Operator" /> |
---|
2720 | <reference ref="oh" /> |
---|
2721 | <reference ref="fee" /> |
---|
2722 | </optional> |
---|
2723 | </item> <!-- Magic Carpet --> |
---|
2724 | <item name="Goods" icon="presets/transport/aerialway/goods.svg" type="way" preset_name_label="true"> |
---|
2725 | <link wiki="Tag:aerialway=goods" /> |
---|
2726 | <space /> |
---|
2727 | <key key="aerialway" value="goods" /> |
---|
2728 | <optional> |
---|
2729 | <reference ref="name_ref_operator" /> |
---|
2730 | <text key="aerialway:duration" text="Typical journey time in minutes" /> |
---|
2731 | </optional> |
---|
2732 | </item> <!-- Goods --> |
---|
2733 | <item name="Zip line" icon="presets/transport/aerialway/zip_line.svg" type="way" preset_name_label="true"> |
---|
2734 | <link wiki="Tag:aerialway=zip_line" /> |
---|
2735 | <space /> |
---|
2736 | <key key="aerialway" value="zip_line" /> |
---|
2737 | <optional> |
---|
2738 | <reference ref="name_ref_operator" /> |
---|
2739 | <reference ref="oh" /> |
---|
2740 | <reference ref="fee" /> |
---|
2741 | <reference ref="min_age" /> |
---|
2742 | <text key="maxweight" text="Max. weight (tonnes)" /> |
---|
2743 | </optional> |
---|
2744 | </item> <!-- Zip line --> |
---|
2745 | <separator/> |
---|
2746 | <item name="Station" name_context="aerialway" icon="presets/transport/aerialway/station.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2747 | <link wiki="Tag:aerialway=station" /> |
---|
2748 | <space /> |
---|
2749 | <key key="aerialway" value="station" /> |
---|
2750 | <reference ref="name_ref_operator" /> |
---|
2751 | </item> <!-- Station --> |
---|
2752 | <item name="Pylon" icon="presets/transport/aerialway/pylon.svg" type="node" preset_name_label="true"> |
---|
2753 | <link wiki="Tag:aerialway=pylon" /> |
---|
2754 | <space /> |
---|
2755 | <key key="aerialway" value="pylon" /> |
---|
2756 | <reference ref="name_ref" /> |
---|
2757 | </item> <!-- Pylon --> |
---|
2758 | </group> <!-- Aerialway --> |
---|
2759 | <separator/> |
---|
2760 | <group name="Car" icon="presets/shop/vehicle.svg"> |
---|
2761 | <item name="Parking" name_context="car" icon="presets/vehicle/parking/parking.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2762 | <link wiki="Tag:amenity=parking" /> |
---|
2763 | <space /> |
---|
2764 | <key key="amenity" value="parking" /> |
---|
2765 | <reference ref="parking_name_ref" /> |
---|
2766 | <text key="maxheight" text="Max. height (meters)" /> |
---|
2767 | <combo key="park_ride" text="Park and Ride" values="yes,no,bus,train,tram,metro,ferry" /> |
---|
2768 | <reference ref="access_fee_operator_surface_smoothness" /> |
---|
2769 | <space /> |
---|
2770 | <text key="capacity" text="Capacity (overall)" /> |
---|
2771 | <combo key="capacity:disabled" text="Spaces for Disabled" values="yes,no,1,2,3" /> |
---|
2772 | <combo key="capacity:women" text="Spaces for Women" values="yes,no,1,2,3" /> |
---|
2773 | <combo key="capacity:parent" text="Spaces for Parents" values="yes,no,1,2,3" /> |
---|
2774 | <label text="See the Wiki for other capacity:[types]=*." /> |
---|
2775 | <space /> |
---|
2776 | <reference ref="maxstay" /> |
---|
2777 | <reference ref="supervised_lit_oh" /> |
---|
2778 | <space /> |
---|
2779 | <label text="Only for street side parking: "/> |
---|
2780 | <combo key="orientation" text="Orientation" values="diagonal,parallel,perpendicular" /> |
---|
2781 | </item> <!-- Parking --> |
---|
2782 | <item name="Parking Space" icon="presets/vehicle/parking/parking_space.svg" type="node,closedway" preset_name_label="true"> |
---|
2783 | <link wiki="Tag:amenity=parking_space" /> |
---|
2784 | <space /> |
---|
2785 | <key key="amenity" value="parking_space" /> |
---|
2786 | <combo key="parking_space" text="Type of parking space" values="disabled,normal" /> |
---|
2787 | <reference ref="parking_name_ref" /> |
---|
2788 | <text key="capacity" text="Capacity" /> |
---|
2789 | <reference ref="access_fee_operator_surface_smoothness" /> |
---|
2790 | <reference ref="maxstay" /> |
---|
2791 | <reference ref="supervised_lit_oh" /> |
---|
2792 | <check key="covered" text="Covered (with roof)" /> |
---|
2793 | </item> <!-- Parking Space --> |
---|
2794 | <item name="Parking Entrance/Exit" icon="presets/vehicle/parking/parking.svg" type="node" preset_name_label="true"> |
---|
2795 | <link wiki="Tag:amenity=parking_entrance" /> |
---|
2796 | <space /> |
---|
2797 | <key key="amenity" value="parking_entrance" /> |
---|
2798 | <reference ref="parking_name_ref" /> |
---|
2799 | <text key="maxheight" text="Max. height (meters)" /> |
---|
2800 | <reference ref="access_fee_operator_surface_smoothness" /> |
---|
2801 | <reference ref="supervised_lit_oh" /> |
---|
2802 | <check key="covered" text="Covered (with roof)" /> |
---|
2803 | </item> <!-- Parking Entrance/Exit --> |
---|
2804 | <separator/> |
---|
2805 | <item name="Fuel" icon="presets/vehicle/fuel.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2806 | <link wiki="Tag:amenity=fuel" /> |
---|
2807 | <space /> |
---|
2808 | <key key="amenity" value="fuel" /> |
---|
2809 | <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" /> |
---|
2810 | <optional> |
---|
2811 | <reference ref="name_operator" /> |
---|
2812 | <reference ref="oh_wheelchair" /> |
---|
2813 | <combo key="shop" text="With shop" values="yes,convenience,kiosk,no" /> |
---|
2814 | <space /> |
---|
2815 | <label text="Fuel types:" /> |
---|
2816 | <checkgroup columns="2"> |
---|
2817 | <check key="fuel:diesel" text="Diesel" /> |
---|
2818 | <check key="fuel:biodiesel" text="Bio Diesel" /> |
---|
2819 | <check key="fuel:GTL_diesel" text="Diesel (Gas To Liquid - ultimate diesel)" /> |
---|
2820 | <check key="fuel:HGV_diesel" text="Diesel for Heavy Good Vehicles" /> |
---|
2821 | <check key="fuel:octane_80" text="Octane 80" /> |
---|
2822 | <check key="fuel:octane_87" text="Octane 87" /> |
---|
2823 | <check key="fuel:octane_91" text="Octane 91" /> |
---|
2824 | <check key="fuel:octane_92" text="Octane 92" /> |
---|
2825 | <check key="fuel:octane_95" text="Octane 95" /> |
---|
2826 | <check key="fuel:octane_98" text="Octane 98" /> |
---|
2827 | <check key="fuel:octane_100" text="Octane 100" /> |
---|
2828 | <check key="fuel:e10" text="E10 (10% Ethanol mix)" /> |
---|
2829 | <check key="fuel:e85" text="E85 (85% Ethanol mix)" /> |
---|
2830 | <check key="fuel:ethanol" text="Ethanol (alcohol)" /> |
---|
2831 | <check key="fuel:1_25" text="1/25 mix (mofa/moped)" /> |
---|
2832 | <check key="fuel:1_50" text="1/50 mix (mofa/moped)" /> |
---|
2833 | <check key="fuel:lpg" text="LPG (Liquefied petroleum gas)" /> |
---|
2834 | <check key="fuel:cng" text="CNG (Compressed Natural Gas)" /> |
---|
2835 | <check key="fuel:biogas" text="Biogas" /> |
---|
2836 | </checkgroup> |
---|
2837 | <space /> |
---|
2838 | <label text="Additives:" /> |
---|
2839 | <check key="fuel:adblue" text="Diesel Exhaust Fluid (AdBlue/AUS32)" /> |
---|
2840 | <space /> |
---|
2841 | <label text="Fuel cards:" /> |
---|
2842 | <checkgroup columns="3"> |
---|
2843 | <check key="payment:dkv" text="DKV" /> |
---|
2844 | <check key="payment:routex" text="Routex" /> |
---|
2845 | <check key="payment:uta" text="UTA" /> |
---|
2846 | </checkgroup> |
---|
2847 | </optional> |
---|
2848 | <reference ref="link_contact_address_payment" /> |
---|
2849 | <preset_link preset_name="Building" /> |
---|
2850 | </item> <!-- Fuel --> |
---|
2851 | <item name="Charging Station" icon="presets/vehicle/charging_station.svg" type="node" preset_name_label="true"> |
---|
2852 | <link wiki="Tag:amenity=charging_station" /> |
---|
2853 | <space /> |
---|
2854 | <key key="amenity" value="charging_station" /> |
---|
2855 | <reference ref="name_ref_operator" /> |
---|
2856 | <reference ref="oh" /> |
---|
2857 | <reference ref="fee" /> |
---|
2858 | <space /> |
---|
2859 | <combo key="voltage" text="Voltage" values="230,400"/> |
---|
2860 | <combo key="amperage" text="Amperage" values="16,32" /> |
---|
2861 | <combo key="capacity" text="Capacity" values="1,2,3,4,5,6" /> |
---|
2862 | <space /> |
---|
2863 | <label text="Types of vehicles which can be charged:" /> |
---|
2864 | <checkgroup columns="4"> |
---|
2865 | <check key="bicycle" text="Bicycle" /> |
---|
2866 | <check key="scooter" text="Scooter" /> |
---|
2867 | <check key="motorcycle" text="Motorcycle" /> |
---|
2868 | <check key="motorcar" text="Motorcar" /> |
---|
2869 | <check key="truck" text="Truck" /> |
---|
2870 | </checkgroup> |
---|
2871 | <space /> |
---|
2872 | <label text="Number of Sockets:" /> |
---|
2873 | <combo key="socket:type1" text="SAE J1772 (IEC Type 1)" values="1,2,3,4,5,6" /> |
---|
2874 | <combo key="socket:type1_combo" text="SAE J1772 Combo (DC)" values="1,2,3,4,5,6" /> |
---|
2875 | <combo key="socket:type2" text="IEC Type 2 (Mennekes)" values="1,2,3,4,5,6" /> |
---|
2876 | <combo key="socket:type2_combo" text="IEC Type 2 Combo (DC)" values="1,2,3,4,5,6" /> |
---|
2877 | <combo key="socket:type3" text="Type 3 (SCAME)" values="1,2,3,4,5,6" /> |
---|
2878 | <combo key="socket:chademo" text="CHAdeMO" values="1,2,3,4,5,6" /> |
---|
2879 | <combo key="socket:tesla_supercharger" text="Tesla Supercharger" values="1,2,3,4,5,6" /> |
---|
2880 | <combo key="socket:schuko" text="Schuko" values="1,2,3,4,5,6" /> |
---|
2881 | <combo key="socket:cee_blue" text="CEE blue" values="1,2,3,4,5,6" /> |
---|
2882 | <combo key="socket:cee_red_16a" text="CEE red 16A" values="1,2,3,4,5,6" /> |
---|
2883 | <combo key="socket:cee_red_32a" text="CEE red 32A" values="1,2,3,4,5,6" /> |
---|
2884 | <combo key="socket:nema_5_15" text="NEMA 5-15" values="1,2,3,4,5,6" /> |
---|
2885 | <combo key="socket:nema_5_20" text="NEMA 5-20" values="1,2,3,4,5,6" /> |
---|
2886 | <space /> |
---|
2887 | <label text="Authentication:" /> |
---|
2888 | <checkgroup columns="4"> |
---|
2889 | <check key="authentication:none" text="None" /> |
---|
2890 | <check key="authentication:phone_call" text="Phone call" /> |
---|
2891 | <check key="authentication:short_message" text="Short message" /> |
---|
2892 | <check key="authentication:nfc" text="NFC" /> |
---|
2893 | </checkgroup> |
---|
2894 | <combo key="authentication:membership_card" text="Membership card" values="yes" /> |
---|
2895 | <preset_link preset_name="Payment Methods" /> |
---|
2896 | </item> <!-- Charging Station --> |
---|
2897 | <item name="Wash" icon="presets/vehicle/car_wash.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2898 | <link wiki="Tag:amenity=car_wash" /> |
---|
2899 | <space /> |
---|
2900 | <key key="amenity" value="car_wash" /> |
---|
2901 | <reference ref="name_brand_operator_oh_wheelchair" /> |
---|
2902 | <checkgroup columns="2"> |
---|
2903 | <check key="automated" text="Automated" text_context="car_wash" /> |
---|
2904 | <check key="self_service" text="Self Service" /> |
---|
2905 | </checkgroup> |
---|
2906 | <reference ref="link_contact_address_payment" /> |
---|
2907 | </item> <!-- Wash --> |
---|
2908 | <separator/> |
---|
2909 | <item name="Car Dealer" icon="presets/shop/vehicle.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2910 | <link wiki="Tag:shop=car" /> |
---|
2911 | <space /> |
---|
2912 | <key key="shop" value="car" /> |
---|
2913 | <reference ref="car_brands" /> |
---|
2914 | <reference ref="name_operator_oh_wheelchair" /> |
---|
2915 | <combo key="second_hand" text="Second hand" values="yes,no,only" /> |
---|
2916 | <reference ref="link_contact_address_payment" /> |
---|
2917 | </item> <!-- Car Dealer --> |
---|
2918 | <item name="Repair" icon="presets/vehicle/repair_shop.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2919 | <link wiki="Tag:shop=car_repair" /> |
---|
2920 | <space /> |
---|
2921 | <key key="shop" value="car_repair" /> |
---|
2922 | <reference ref="car_brands" /> |
---|
2923 | <reference ref="name_operator_oh_wheelchair" /> |
---|
2924 | <multiselect key="service" text="Service" text_context="shop=car_repair" values="dealer;repair;parts;tyres" rows="4" /> |
---|
2925 | <reference ref="link_contact_address_payment" /> |
---|
2926 | </item> <!-- Repair --> |
---|
2927 | <item name="Parts" icon="presets/vehicle/car_parts.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2928 | <link wiki="Tag:shop=car_parts" /> |
---|
2929 | <space /> |
---|
2930 | <key key="shop" value="car_parts" /> |
---|
2931 | <reference ref="car_brands" /> |
---|
2932 | <reference ref="name_operator_oh_wheelchair" /> |
---|
2933 | <reference ref="link_contact_address_payment" /> |
---|
2934 | </item> <!-- Parts --> |
---|
2935 | <item name="Tires" icon="presets/vehicle/tyres.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2936 | <link wiki="Tag:shop=tyres" /> |
---|
2937 | <space /> |
---|
2938 | <key key="shop" value="tyres" /> |
---|
2939 | <reference ref="name_brand_operator_oh_wheelchair" /> |
---|
2940 | <reference ref="link_contact_address_payment" /> |
---|
2941 | </item> <!-- Tires --> |
---|
2942 | <separator/> |
---|
2943 | <item name="Rental" icon="presets/vehicle/car_rental.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2944 | <link wiki="Tag:amenity=car_rental" /> |
---|
2945 | <space /> |
---|
2946 | <key key="amenity" value="car_rental" /> |
---|
2947 | <reference ref="name_brand_operator_oh_wheelchair" /> |
---|
2948 | <reference ref="link_contact_address_payment" /> |
---|
2949 | </item> <!-- Rental --> |
---|
2950 | <item name="Pooling" icon="presets/vehicle/car_pooling.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2951 | <link wiki="Tag:amenity=car_pooling" /> |
---|
2952 | <space /> |
---|
2953 | <key key="amenity" value="car_pooling" /> |
---|
2954 | <text key="operator" text="Operator" /> |
---|
2955 | <text key="network" text="Network" /> |
---|
2956 | <text key="capacity" text="Capacity" /> |
---|
2957 | <reference ref="name_oh_wheelchair" /> |
---|
2958 | <text key="website" text="Website" /> |
---|
2959 | </item> <!-- Pooling --> |
---|
2960 | <item name="Sharing" icon="presets/vehicle/car_sharing.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2961 | <link wiki="Tag:amenity=car_sharing" /> |
---|
2962 | <space /> |
---|
2963 | <key key="amenity" value="car_sharing" /> |
---|
2964 | <text key="operator" text="Operator" /> |
---|
2965 | <text key="capacity" text="Capacity" /> |
---|
2966 | <reference ref="name_oh_wheelchair" /> |
---|
2967 | <text key="website" text="Website" /> |
---|
2968 | </item> <!-- Sharing --> |
---|
2969 | </group> <!-- Car --> |
---|
2970 | <group name="Motorcycle" icon="presets/vehicle/motorbike.svg"> |
---|
2971 | <item name="Parking" name_context="motorcycle" icon="presets/vehicle/parking/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2972 | <link wiki="Tag:amenity=motorcycle_parking" /> |
---|
2973 | <space /> |
---|
2974 | <key key="amenity" value="motorcycle_parking" /> |
---|
2975 | <reference ref="parking_name_ref" /> |
---|
2976 | <text key="capacity" text="Capacity" /> |
---|
2977 | <reference ref="access_fee_operator_surface_smoothness" /> |
---|
2978 | <reference ref="supervised_lit_oh" /> |
---|
2979 | <reference ref="maxstay" /> |
---|
2980 | <check key="covered" text="Covered (with roof)" /> |
---|
2981 | <space /> |
---|
2982 | <label text="Only for street side parking: "/> |
---|
2983 | <combo key="orientation" text="Orientation" values="diagonal,parallel,perpendicular" /> |
---|
2984 | </item> <!-- Parking --> |
---|
2985 | <item name="Motorcycle Dealer" icon="presets/vehicle/motorbike.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
2986 | <link wiki="Tag:shop=motorcycle" /> |
---|
2987 | <space /> |
---|
2988 | <key key="shop" value="motorcycle" /> |
---|
2989 | <text key="name" text="Name" /> |
---|
2990 | <reference ref="motorcycle_brands" /> |
---|
2991 | <text key="operator" text="Operator" /> |
---|
2992 | <reference ref="oh_wheelchair" /> |
---|
2993 | <combo key="second_hand" text="Second hand" values="yes,no,only" /> |
---|
2994 | <optional text="Services:"> |
---|
2995 | <combo key="sale" text="Sale" values="yes,brand,no" /> |
---|
2996 | <combo key="rental" text="Rental" values="yes,brand,no" /> |
---|
2997 | <combo key="repair" text="Repair" values="yes,brand,oldtimer,no" /> |
---|
2998 | <combo key="safety_inspection" text="Safety inspection" values="yes,DEKRA,GTÜ,MOT,TÜV,no" /> |
---|
2999 | <combo key="parts" text="Parts" values="yes,brand,oldtimer,no" /> |
---|
3000 | <combo key="clothes" text="Clothes" values="yes,brand,no" /> |
---|
3001 | <text key="services" text="Other" /> |
---|
3002 | </optional> |
---|
3003 | <reference ref="link_contact_address_payment" /> |
---|
3004 | </item> <!-- Motorcycle Dealer --> |
---|
3005 | </group> <!-- Motorcycle --> |
---|
3006 | <group name="Bicycle" icon="presets/shop/bicycle.svg"> |
---|
3007 | <item name="Parking" name_context="bicycle" icon="presets/vehicle/parking/bicycle.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
3008 | <link wiki="Tag:amenity=bicycle_parking" /> |
---|
3009 | <space /> |
---|
3010 | <key key="amenity" value="bicycle_parking" /> |
---|
3011 | <combo key="bicycle_parking" text="Type" values="anchors,bollard,building,ground_slots,informal,lockers,rack,shed,stands,wall_loops" /> |
---|
3012 | <text key="name" text="Name" /> |
---|
3013 | <text key="capacity" text="Capacity" /> |
---|
3014 | <reference ref="access_fee_operator_surface_smoothness" /> |
---|
3015 | <check key="covered" text="Covered" /> |
---|
3016 | <reference ref="supervised_lit_oh" /> |
---|
3017 | </item> <!-- Parking --> |
---|
3018 | <item name="Bike Dealer" icon="presets/shop/bicycle.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3019 | <link wiki="Tag:shop=bicycle" /> |
---|
3020 | <space /> |
---|
3021 | <key key="shop" value="bicycle" /> |
---|
3022 | <reference ref="name_oh_wheelchair" /> |
---|
3023 | <check key="service:bicycle:retail" text="Bicycles are sold" /> |
---|
3024 | <check key="service:bicycle:second_hand" text="Second-hand bicycles are sold" /> |
---|
3025 | <check key="service:bicycle:repair" text="Bicycles are repaired" /> |
---|
3026 | <check key="service:bicycle:rental" text="Bicycles are rented" /> |
---|
3027 | <check key="service:bicycle:pump" text="Free bicycle pump" /> |
---|
3028 | <check key="service:bicycle:diy" text="Tools for do-it-yourself repair (may be a bike co-operative)" /> |
---|
3029 | <check key="service:bicycle:cleaning" text="Bicycles are washed (for a fee)" /> |
---|
3030 | <reference ref="link_contact_address_payment" /> |
---|
3031 | </item> <!-- Bike Dealer --> |
---|
3032 | <item name="Rental" icon="presets/vehicle/bicycle_rental.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3033 | <link wiki="Tag:amenity=bicycle_rental" /> |
---|
3034 | <space /> |
---|
3035 | <key key="amenity" value="bicycle_rental" /> |
---|
3036 | <text key="name" text="Name" /> |
---|
3037 | <reference ref="link_contact_address_payment" /> |
---|
3038 | </item> <!-- Rental --> |
---|
3039 | <item name="Public Bicycle Repair Station" icon="presets/vehicle/bicycle_repair_station.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3040 | <link wiki="Tag:amenity=bicycle_repair_station" /> |
---|
3041 | <space /> |
---|
3042 | <key key="amenity" value="bicycle_repair_station" /> |
---|
3043 | <optional> |
---|
3044 | <text key="name" text="Name" /> |
---|
3045 | <text key="brand" text="Brand" /> |
---|
3046 | <text key="operator" text="Operator" /> |
---|
3047 | <reference ref="oh" /> |
---|
3048 | <check key="service:bicycle:stand" text="Stand" /> |
---|
3049 | <check key="service:bicycle:pump" text="Free bicycle pump" /> |
---|
3050 | <check key="service:bicycle:tools" text="Tools" text_context="bicycle_repair_station"/> |
---|
3051 | <check key="service:bicycle:chain_tool" text="Chain tool" /> |
---|
3052 | </optional> |
---|
3053 | </item> <!-- Public Bicycle Repair Station --> |
---|
3054 | </group> <!-- Bicycle --> |
---|
3055 | <group name="Public Transport" icon="presets/transport/bus.svg"> |
---|
3056 | <item name="Public Transport Route (Rail)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3057 | <link wiki="Public_transport#Service_routes" /> |
---|
3058 | <space /> |
---|
3059 | <key key="type" value="route" /> |
---|
3060 | <combo key="route" text="Route type" values="train,subway,monorail,tram,light_rail" values_searchable="true" match="keyvalue!" /> |
---|
3061 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3062 | <reference ref="name_ref" /> |
---|
3063 | <optional> |
---|
3064 | <reference ref="public_transport_route_optionals" /> |
---|
3065 | <reference ref="pt_route_opt2" /> |
---|
3066 | </optional> |
---|
3067 | <roles> |
---|
3068 | <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)" /> |
---|
3069 | <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)" /> |
---|
3070 | <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)" /> |
---|
3071 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3072 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3073 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3074 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="railway|route=ferry" /> |
---|
3075 | </roles> |
---|
3076 | </item> <!-- Public Transport Route (Rail) --> |
---|
3077 | <item name="Public Transport Route (Bus)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3078 | <link wiki="Tag:route=bus" /> |
---|
3079 | <space /> |
---|
3080 | <key key="type" value="route" /> |
---|
3081 | <combo key="route" text="Route type" values="bus,share_taxi,trolleybus" values_searchable="true" match="keyvalue!" /> |
---|
3082 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3083 | <reference ref="name_ref" /> |
---|
3084 | <optional> |
---|
3085 | <reference ref="public_transport_route_optionals" /> |
---|
3086 | <reference ref="pt_route_opt2" /> |
---|
3087 | </optional> |
---|
3088 | <roles> |
---|
3089 | <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)" /> |
---|
3090 | <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)" /> |
---|
3091 | <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)" /> |
---|
3092 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3093 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3094 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3095 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="highway|route=ferry" /> |
---|
3096 | <role key="hail_and_ride" text="hail and ride route segment" requisite="optional" type="way,closedway" member_expression="highway" /> |
---|
3097 | </roles> |
---|
3098 | </item> <!-- Public Transport Route (Bus) --> |
---|
3099 | <item name="Public Transport Route (Ferry)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3100 | <link wiki="Tag:route=ferry" /> |
---|
3101 | <key key="type" value="route" /> |
---|
3102 | <key key="route" value="ferry" /> |
---|
3103 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3104 | <optional> |
---|
3105 | <check key="ferry:cable" text="Reaction ferry" /> |
---|
3106 | <space /> |
---|
3107 | <reference ref="oh" /> |
---|
3108 | <reference ref="public_transport_route_optionals" /> |
---|
3109 | <reference ref="pt_route_opt2" /> |
---|
3110 | <space /> |
---|
3111 | <reference ref="highway_max" /> |
---|
3112 | </optional> |
---|
3113 | <preset_link preset_name="Access Restrictions" /> |
---|
3114 | <roles> |
---|
3115 | <role key="stop" text="stop_position" requisite="optional" type="node" member_expression="public_transport=stop_position ferry=yes" /> |
---|
3116 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" /> |
---|
3117 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" /> |
---|
3118 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform ferry=yes" /> |
---|
3119 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="route=ferry" /> |
---|
3120 | </roles> |
---|
3121 | </item> <!-- Public Transport Route (Ferry) --> |
---|
3122 | <item name="Public Transport Route (Aerialway)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3123 | <link wiki="Public_transport" /> |
---|
3124 | <space /> |
---|
3125 | <key key="type" value="route" /> |
---|
3126 | <key key="route" value="aerialway"/> |
---|
3127 | <key key="public_transport:version" value="2" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3128 | <reference ref="name_ref" /> |
---|
3129 | <optional> |
---|
3130 | <reference ref="public_transport_route_optionals" /> |
---|
3131 | <reference ref="pt_route_opt2" /> |
---|
3132 | </optional> |
---|
3133 | <roles> |
---|
3134 | <role key="stop" text="stop position" requisite="optional" type="node" member_expression="public_transport=stop_position (aerialway=yes OR aerialway=station)" /> |
---|
3135 | <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)" /> |
---|
3136 | <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)" /> |
---|
3137 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3138 | <role key="platform_exit_only" text="platform (exit only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3139 | <role key="platform_entry_only" text="platform (entry only)" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3140 | <role key="" text="route segment" requisite="required" type="way,closedway" member_expression="aerialway" /> |
---|
3141 | </roles> |
---|
3142 | </item> <!-- Public Transport Route (Aerialway) --> |
---|
3143 | <item name="Route Master" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3144 | <link wiki="Public_transport#Route_Master_relations" /> |
---|
3145 | <space /> |
---|
3146 | <key key="type" value="route_master" /> |
---|
3147 | <combo key="route_master" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi,aerialway,ferry" /> |
---|
3148 | <reference ref="name_ref" /> |
---|
3149 | <optional> |
---|
3150 | <text key="operator" text="Operator" /> |
---|
3151 | <text key="network" text="Network" /> |
---|
3152 | <reference ref="color" /> |
---|
3153 | <text key="website" text="Website" /> |
---|
3154 | </optional> |
---|
3155 | <roles> |
---|
3156 | <role key="" text="route variant/direction (at least 2)" requisite="required" type="relation" member_expression="type=route" /> <!-- fixme: at least 2 members are required --> |
---|
3157 | </roles> |
---|
3158 | </item> <!-- Route Master --> |
---|
3159 | <item name="Stop Area" type="relation" icon="presets/misc/interpolation.svg" preset_name_label="true"> |
---|
3160 | <link wiki="Tag:public_transport=stop_area" /> |
---|
3161 | <space /> |
---|
3162 | <key key="type" value="public_transport" /> |
---|
3163 | <key key="public_transport" value="stop_area" /> |
---|
3164 | <text key="name" text="Name" /> |
---|
3165 | <optional> |
---|
3166 | <text key="ref" text="Reference" /> |
---|
3167 | <text key="uic_ref" text="UIC reference" /> |
---|
3168 | <text key="uic_name" text="UIC name" /> |
---|
3169 | <text key="operator" text="Operator" /> |
---|
3170 | <text key="network" text="Network" /> |
---|
3171 | </optional> |
---|
3172 | <roles> |
---|
3173 | <role key="stop" text="Stop Position" requisite="optional" type="node" member_expression="public_transport=stop_position" /> |
---|
3174 | <role key="platform" text="Platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3175 | <role key="" text="Subway Entrance" requisite="optional" type="node" member_expression="railway=subway_entrance" /> |
---|
3176 | <role key="" text="Station or amenities" requisite="optional" type="node,way,closedway,multipolygon" member_expression="amenity|public_transport=station" /> |
---|
3177 | </roles> |
---|
3178 | </item> <!-- Stop Area --> |
---|
3179 | <separator/> |
---|
3180 | <item name="Stop Position" type="node" icon="presets/transport/stop_position.svg" preset_name_label="true"> |
---|
3181 | <link wiki="Tag:public_transport=stop_position" /> |
---|
3182 | <space /> |
---|
3183 | <key key="public_transport" value="stop_position" /> |
---|
3184 | <text key="name" text="Name" /> |
---|
3185 | <optional> |
---|
3186 | <text key="ref" text="Reference" /> |
---|
3187 | <text key="uic_ref" text="UIC reference" /> |
---|
3188 | <text key="uic_name" text="UIC name" /> |
---|
3189 | <text key="operator" text="Operator" /> |
---|
3190 | <text key="network" text="Network" /> |
---|
3191 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> |
---|
3192 | </optional> |
---|
3193 | <space /> |
---|
3194 | <checkgroup columns="3"> |
---|
3195 | <check key="bus" text="Bus" icon="presets/transport/bus.svg" disable_off="true" /> |
---|
3196 | <check key="trolleybus" text="Trolleybus" icon="presets/transport/trolleybus.svg" disable_off="true" /> |
---|
3197 | <check key="share_taxi" text="Share taxi" icon="presets/transport/share_taxi.svg" disable_off="true" /> |
---|
3198 | <check key="train" text="Train" icon="presets/transport/train.svg" disable_off="true" /> |
---|
3199 | <check key="light_rail" text="Light Rail" icon="presets/transport/railway/light_rail.svg" disable_off="true" /> |
---|
3200 | <check key="subway" text="Subway" icon="presets/transport/railway/subway.svg" disable_off="true" /> |
---|
3201 | <check key="tram" text="Tram" icon="presets/transport/railway/tram.svg" disable_off="true" /> |
---|
3202 | <check key="monorail" text="Monorail" icon="presets/transport/railway/monorail.svg" disable_off="true" /> |
---|
3203 | <check key="funicular" text="Funicular" icon="presets/transport/railway/funicular.svg" disable_off="true" /> |
---|
3204 | <check key="aerialway" text="Aerialway" icon="presets/transport/aerialway/station.svg" disable_off="true" /> |
---|
3205 | <check key="ferry" text="Ferry" icon="presets/nautical/ferry.svg" disable_off="true" /> |
---|
3206 | </checkgroup> |
---|
3207 | </item> <!-- Stop Position --> |
---|
3208 | <item name="Platform" type="node,way,closedway,multipolygon" icon="presets/transport/platform.svg" preset_name_label="true"> |
---|
3209 | <link wiki="Tag:public_transport=platform" /> |
---|
3210 | <space /> |
---|
3211 | <key key="public_transport" value="platform" /> |
---|
3212 | <text key="name" text="Name" /> |
---|
3213 | <check key="bench" text="Bench" /> |
---|
3214 | <check key="shelter" text="Shelter" /> |
---|
3215 | <check key="bin" text="Waste Basket/Trash Can" /> |
---|
3216 | <check key="covered" text="Covered" /> |
---|
3217 | <check key="passenger_information_display" text="Passenger information display" /> |
---|
3218 | <text key="route_ref" text="Route references" /> |
---|
3219 | <reference ref="wheelchair" /> |
---|
3220 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> |
---|
3221 | </item> <!-- Platform --> |
---|
3222 | <item name="Station" name_context="railway" type="node,closedway,multipolygon" icon="presets/transport/station.svg" preset_name_label="true"> |
---|
3223 | <link wiki="Tag:public_transport=station" /> |
---|
3224 | <space /> |
---|
3225 | <key key="public_transport" value="station" /> |
---|
3226 | <text key="name" text="Name" /> |
---|
3227 | <check key="area" text="Area" disable_off="true" /> |
---|
3228 | <check key="building" text="Building" disable_off="true" /> |
---|
3229 | <text key="operator" text="Operator" /> |
---|
3230 | <text key="network" text="Network" /> |
---|
3231 | </item> <!-- Station --> |
---|
3232 | <separator/> <!-- *** Access *** --> |
---|
3233 | <item name="Subway Entrance" icon="presets/transport/underground.svg" type="node" preset_name_label="true"> |
---|
3234 | <link wiki="Tag:railway=subway_entrance" /> |
---|
3235 | <key key="railway" value="subway_entrance" /> |
---|
3236 | <optional> |
---|
3237 | <text key="name" text="Name" /> |
---|
3238 | <reference ref="wheelchair" /> |
---|
3239 | <check key="bicycle" text="Bicycle" /> |
---|
3240 | </optional> |
---|
3241 | </item> <!-- Subway Entrance --> |
---|
3242 | <item name="Ticket Machine" icon="presets/transport/ticket-machine.svg" type="node" preset_name_label="true"> |
---|
3243 | <link wiki="Tag:amenity=vending_machine" /> |
---|
3244 | <space /> |
---|
3245 | <key key="amenity" value="vending_machine" /> |
---|
3246 | <key key="vending" value="public_transport_tickets" /> |
---|
3247 | <reference ref="name_operator" /> |
---|
3248 | <text key="ref" text="Reference number" /> |
---|
3249 | <preset_link preset_name="Payment Methods" /> |
---|
3250 | </item> <!-- Ticket Machine --> |
---|
3251 | </group> <!-- Public Transport --> |
---|
3252 | <group name="Public Transport (Legacy)" icon="presets/transport/bus_old.svg"> |
---|
3253 | <item name="Public transport route (Legacy)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3254 | <link wiki="Public_transport#Service_routes" /> |
---|
3255 | <space /> |
---|
3256 | <key key="type" value="route" /> |
---|
3257 | <combo key="route" text="Route type" values="train,subway,monorail,tram,bus,trolleybus,share_taxi" values_searchable="true" match="keyvalue!" /> |
---|
3258 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3259 | <reference ref="name_ref" /> |
---|
3260 | <optional> |
---|
3261 | <reference ref="public_transport_route_optionals" /> |
---|
3262 | <reference ref="fee_reservation_roundtrip_website" /> |
---|
3263 | </optional> |
---|
3264 | <roles> |
---|
3265 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" /> |
---|
3266 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" /> |
---|
3267 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="highway|railway|route=ferry" /> |
---|
3268 | <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" /> |
---|
3269 | <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" /> |
---|
3270 | <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" /> |
---|
3271 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="highway=platform OR railway=platform" /> |
---|
3272 | </roles> |
---|
3273 | </item> <!-- Public transport route (Legacy) --> |
---|
3274 | <item name="Public transport route (Legacy) (Ferry)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3275 | <link wiki="Tag:route=ferry" /> |
---|
3276 | <space /> |
---|
3277 | <key key="type" value="route" /> |
---|
3278 | <key key="route" value="ferry" /> |
---|
3279 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3280 | <reference ref="name_ref_operator" /> |
---|
3281 | <combo key="ferry" text="Highway type the ferry connects" values="trunk,primary,secondary,tertiary,unclassified" values_context="Highway" values_sort="false" /> |
---|
3282 | <check key="ferry:cable" text="Reaction ferry" /> |
---|
3283 | <optional> |
---|
3284 | <reference ref="oh_wheelchair" /> |
---|
3285 | <text key="network" text="Network" /> |
---|
3286 | <text key="description" text="Description" /> |
---|
3287 | <reference ref="color" /> |
---|
3288 | <reference ref="pt_route_opt2" /> |
---|
3289 | <space /> |
---|
3290 | <reference ref="highway_max" /> |
---|
3291 | </optional> |
---|
3292 | <preset_link preset_name="Access Restrictions" /> |
---|
3293 | <roles> |
---|
3294 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="route=ferry" /> |
---|
3295 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="route=ferry" /> |
---|
3296 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="route=ferry" /> |
---|
3297 | <role key="stop" text="halt point" requisite="optional" type="node" member_expression="amenity=ferry_terminal OR (public_transport=stop_position ferry=yes)" /> |
---|
3298 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="man_made=pier OR (public_transport=platform ferry=yes)" /> |
---|
3299 | </roles> |
---|
3300 | </item> <!-- Public transport route (Legacy) (Ferry) --> |
---|
3301 | <item name="Public transport route (Legacy) (Aerialway)" icon="presets/misc/route.svg" type="relation" preset_name_label="true"> |
---|
3302 | <link wiki="Public_transport" /> |
---|
3303 | <space /> |
---|
3304 | <key key="type" value="route" /> |
---|
3305 | <key key="route" value="aerialway" /> |
---|
3306 | <key key="public_transport:version" value="1" /> <!-- only validate marked relations in order to avoid false positives --> |
---|
3307 | <reference ref="name_ref_operator" /> |
---|
3308 | <optional> |
---|
3309 | <reference ref="oh_wheelchair" /> |
---|
3310 | <text key="network" text="Network" /> |
---|
3311 | <text key="description" text="Description" /> |
---|
3312 | <reference ref="color" /> |
---|
3313 | <reference ref="pt_route_opt2" /> |
---|
3314 | </optional> |
---|
3315 | <roles> |
---|
3316 | <role key="" text="route segment" requisite="optional" type="way,closedway" member_expression="aerialway" /> |
---|
3317 | <role key="forward" text="forward segment" requisite="optional" type="way,closedway" member_expression="aerialway" /> |
---|
3318 | <role key="backward" text="backward segment" requisite="optional" type="way,closedway" member_expression="aerialway" /> |
---|
3319 | <role key="stop" text="halt point" requisite="optional" type="node" member_expression="aerialway=station OR (public_transport=stop_position aerialway=yes)" /> |
---|
3320 | <role key="platform" text="platform" requisite="optional" type="node,way,closedway,multipolygon" member_expression="public_transport=platform" /> |
---|
3321 | </roles> |
---|
3322 | </item> <!-- Public transport route (Legacy) (Aerialway) --> |
---|
3323 | <separator/> |
---|
3324 | <item name="Station" name_context="railway" icon="presets/transport/railway_station.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3325 | <link wiki="Tag:railway=station" /> |
---|
3326 | <key key="railway" value="station" /> |
---|
3327 | <optional> |
---|
3328 | <text key="name" text="Name" /> |
---|
3329 | <text key="uic_ref" text="UIC-Reference" /> |
---|
3330 | </optional> |
---|
3331 | </item> <!-- Station --> |
---|
3332 | <item name="Railway Halt" icon="presets/transport/railway_halt.svg" type="node" preset_name_label="true"> |
---|
3333 | <link wiki="Tag:railway=halt" /> |
---|
3334 | <key key="railway" value="halt" /> |
---|
3335 | <optional> |
---|
3336 | <text key="name" text="Name" /> |
---|
3337 | </optional> |
---|
3338 | </item> <!-- Railway Halt --> |
---|
3339 | <item name="Tram Stop" icon="presets/transport/tram.svg" type="node" preset_name_label="true"> |
---|
3340 | <link wiki="Tag:railway=tram_stop" /> |
---|
3341 | <key key="railway" value="tram_stop" /> |
---|
3342 | <optional> |
---|
3343 | <text key="name" text="Name" /> |
---|
3344 | </optional> |
---|
3345 | </item> <!-- Tram Stop --> |
---|
3346 | <item name="Railway Platform" icon="presets/transport/platform_rail.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
3347 | <link wiki="Tag:railway=platform" /> |
---|
3348 | <space /> |
---|
3349 | <key key="railway" value="platform" /> |
---|
3350 | <text key="ref" text="Reference (track number)" /> |
---|
3351 | <text key="width" text="Width (meters)" /> |
---|
3352 | <check key="area" text="Area" /> |
---|
3353 | </item> <!-- Railway Platform --> |
---|
3354 | <separator/> |
---|
3355 | <item name="Bus Station" icon="presets/transport/bus_old.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3356 | <link wiki="Tag:amenity=bus_station" /> |
---|
3357 | <key key="amenity" value="bus_station" /> |
---|
3358 | <optional> |
---|
3359 | <text key="name" text="Name" /> |
---|
3360 | </optional> |
---|
3361 | </item> <!-- Bus Station --> |
---|
3362 | <item name="Bus Stop" icon="presets/transport/bus_small.svg" type="node" preset_name_label="true"> |
---|
3363 | <link wiki="Tag:highway=bus_stop" /> |
---|
3364 | <key key="highway" value="bus_stop" /> |
---|
3365 | <optional> |
---|
3366 | <text key="name" text="Name" /> |
---|
3367 | <check key="bench" text="Bench" /> |
---|
3368 | <check key="shelter" text="Shelter" /> |
---|
3369 | <check key="bin" text="Waste Basket/Trash Can" /> |
---|
3370 | <check key="passenger_information_display" text="Passenger information display" /> |
---|
3371 | <text key="route_ref" text="Route references" /> |
---|
3372 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> |
---|
3373 | </optional> |
---|
3374 | </item> <!-- Bus Stop --> |
---|
3375 | <item name="Bus Platform" icon="presets/transport/platform_bus.svg" type="node,way,closedway,multipolygon" preset_name_label="true"> |
---|
3376 | <link wiki="Tag:highway=platform" /> |
---|
3377 | <space /> |
---|
3378 | <key key="highway" value="platform" /> |
---|
3379 | <text key="ref" text="Reference (track number)" /> |
---|
3380 | <text key="width" text="Width (meters)" /> |
---|
3381 | <check key="area" text="Area" /> |
---|
3382 | <combo key="tactile_paving" text="Tactile Paving" values="yes,no,incorrect" /> |
---|
3383 | </item> <!-- Bus Platform --> |
---|
3384 | </group> <!-- Public Transport --> |
---|
3385 | <item name="Taxi" icon="presets/transport/taxi.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3386 | <link wiki="Tag:amenity=taxi" /> |
---|
3387 | <space /> |
---|
3388 | <key key="amenity" value="taxi" /> |
---|
3389 | <text key="name" text="Name" /> |
---|
3390 | </item> <!-- Taxi --> |
---|
3391 | <separator/> |
---|
3392 | <group name="Airport" icon="presets/transport/airport.svg"> |
---|
3393 | <item name="Airport Ground" icon="presets/transport/airport.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3394 | <link wiki="Tag:aeroway=aerodrome" /> |
---|
3395 | <space /> |
---|
3396 | <reference ref="aerodrome" /> |
---|
3397 | </item> <!-- Airport Ground --> |
---|
3398 | <separator/> |
---|
3399 | <item name="Runway" icon="presets/transport/airport/runway.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
3400 | <link wiki="Tag:aeroway=runway" /> |
---|
3401 | <key key="aeroway" value="runway" /> |
---|
3402 | <optional> |
---|
3403 | <text key="ref" text="Reference" /> |
---|
3404 | <text key="length" text="Length (meters)" /> |
---|
3405 | <combo key="width" text="Width (meters)" values="18,23,30,45,60" /> |
---|
3406 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3407 | <reference ref="surface" /> |
---|
3408 | </optional> |
---|
3409 | </item> <!-- Runway --> |
---|
3410 | <item name="Taxiway" icon="presets/transport/airport/taxiway.svg" type="way,closedway,multipolygon" preset_name_label="true"> |
---|
3411 | <link wiki="Tag:aeroway=taxiway" /> |
---|
3412 | <key key="aeroway" value="taxiway" /> |
---|
3413 | <optional> |
---|
3414 | <text key="ref" text="Reference" /> |
---|
3415 | <text key="width" text="Width (meters)" /> |
---|
3416 | <reference ref="surface" /> |
---|
3417 | </optional> |
---|
3418 | </item> <!-- Taxiway --> |
---|
3419 | <item name="Holding Position" icon="presets/transport/airport/holding_position.svg" type="node,way" preset_name_label="true"> |
---|
3420 | <link wiki="Tag:aeroway=holding_position" /> |
---|
3421 | <key key="aeroway" value="holding_position" /> |
---|
3422 | <combo key="holding_position:type" text="Type" values="ILS,intermediate,runway" values_context="aeroway holding_position" /> |
---|
3423 | <optional> |
---|
3424 | <text key="ref" text="Reference" /> |
---|
3425 | </optional> |
---|
3426 | </item> <!-- Holding Position --> |
---|
3427 | <item name="Helipad" icon="presets/transport/airport/helipad.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3428 | <link wiki="Tag:aeroway=helipad" /> |
---|
3429 | <key key="aeroway" value="helipad" /> |
---|
3430 | <optional> |
---|
3431 | <reference ref="name_ref" /> |
---|
3432 | <text key="iata" text="IATA" /> |
---|
3433 | <text key="icao" text="ICAO" /> |
---|
3434 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3435 | <reference ref="surface"/> |
---|
3436 | <reference ref="wikipedia_wikidata" /> |
---|
3437 | </optional> |
---|
3438 | </item> <!-- Helipad --> |
---|
3439 | <item name="Apron" icon="presets/transport/airport/apron.svg" type="closedway,multipolygon" preset_name_label="true"> |
---|
3440 | <link wiki="Tag:aeroway=apron" /> |
---|
3441 | <key key="aeroway" value="apron" /> |
---|
3442 | <optional> |
---|
3443 | <reference ref="name_ref" /> |
---|
3444 | <reference ref="surface"/> |
---|
3445 | </optional> |
---|
3446 | </item> <!-- Apron --> |
---|
3447 | <item name="Plane Parking Position" icon="presets/transport/airport/parking_position.svg" type="node,way" preset_name_label="true"> |
---|
3448 | <link wiki="Tag:aeroway=parking_position" /> |
---|
3449 | <key key="aeroway" value="parking_position" /> |
---|
3450 | <text key="ref" text="Reference" /> |
---|
3451 | </item> <!-- Plane Parking Position --> |
---|
3452 | <item name="Hangar" icon="presets/transport/airport/hangar.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3453 | <link wiki="Tag:aeroway=hangar" /> |
---|
3454 | <key key="aeroway" value="hangar" /> |
---|
3455 | <combo key="building" text="Building" values="hangar,yes" values_context="building" default="hangar" values_searchable="true" /> |
---|
3456 | </item> <!-- Hangar --> |
---|
3457 | <item name="Beacon" icon="presets/transport/airport/airmark_beacon.svg" name_context="airmark" type="node" preset_name_label="true"> |
---|
3458 | <link wiki="Tag:airmark=beacon" /> |
---|
3459 | <key key="airmark" value="beacon" /> |
---|
3460 | </item> <!-- Beacon --> |
---|
3461 | <item name="Navigation aid" icon="presets/transport/airport/navigationaid.svg" type="node" preset_name_label="true"> |
---|
3462 | <link wiki="Tag:aeroway=navigationaid" /> |
---|
3463 | <key key="aeroway" value="navigationaid" /> |
---|
3464 | <combo key="navigationaid" text="Type" values_searchable="true"> |
---|
3465 | <list_entry value="als" icon="presets/transport/airport/navigationaid.svg" short_description="Approach lighting system" /> |
---|
3466 | <list_entry value="papi" icon="presets/transport/airport/papi.svg" short_description="Precision approach path indicator" /> |
---|
3467 | <list_entry value="vasi" icon="presets/transport/airport/vasi.svg" short_description="Visual approach slope indicator" /> |
---|
3468 | </combo> |
---|
3469 | </item> <!-- Navigation aid --> |
---|
3470 | <item name="Windsock" icon="presets/transport/airport/windsock.svg" type="node" preset_name_label="true"> |
---|
3471 | <link wiki="Tag:aeroway=windsock" /> |
---|
3472 | <key key="aeroway" value="windsock" /> |
---|
3473 | </item> <!-- Windsock --> |
---|
3474 | <separator/> |
---|
3475 | <item name="Terminal" icon="presets/transport/airport/terminal.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3476 | <link wiki="Tag:aeroway=terminal" /> |
---|
3477 | <space /> |
---|
3478 | <key key="aeroway" value="terminal" /> |
---|
3479 | <text key="name" text="Name" /> |
---|
3480 | <reference ref="internet" /> |
---|
3481 | <reference ref="link_contact_address" /> |
---|
3482 | </item> <!-- Terminal --> |
---|
3483 | <item name="Gate" name_context="airport" icon="presets/transport/airport/gate.svg" type="node" preset_name_label="true"> |
---|
3484 | <link wiki="Tag:aeroway=gate" /> |
---|
3485 | <space /> |
---|
3486 | <key key="aeroway" value="gate" /> |
---|
3487 | <text key="ref" text="Reference" /> |
---|
3488 | </item> <!-- Gate --> |
---|
3489 | </group> <!-- Airport --> |
---|
3490 | </group> <!-- Transport --> |
---|
3491 | <group name="Facilities" icon="presets/accommodation/hotel.svg"> |
---|
3492 | <group name="Accommodation" icon="presets/accommodation/hotel.svg"> |
---|
3493 | <item name="Hotel" icon="presets/accommodation/hotel.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3494 | <link wiki="Tag:tourism=hotel" /> |
---|
3495 | <space /> |
---|
3496 | <key key="tourism" value="hotel" /> |
---|
3497 | <reference ref="name_operator" /> |
---|
3498 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3499 | <text key="rooms" text="Rooms" /> |
---|
3500 | <text key="beds" text="Beds" /> |
---|
3501 | <reference ref="wheelchair" /> |
---|
3502 | <space /> |
---|
3503 | <reference ref="internet_smoking" /> |
---|
3504 | <reference ref="link_contact_address_payment" /> |
---|
3505 | <preset_link preset_name="Residential Building" /> |
---|
3506 | </item> <!-- Hotel --> |
---|
3507 | <item name="Motel" icon="presets/accommodation/motel.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3508 | <link wiki="Tag:tourism=motel" /> |
---|
3509 | <space /> |
---|
3510 | <key key="tourism" value="motel" /> |
---|
3511 | <reference ref="name_operator" /> |
---|
3512 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3513 | <text key="rooms" text="Rooms" /> |
---|
3514 | <text key="beds" text="Beds" /> |
---|
3515 | <reference ref="wheelchair" /> |
---|
3516 | <space /> |
---|
3517 | <reference ref="internet_smoking" /> |
---|
3518 | <reference ref="link_contact_address_payment" /> |
---|
3519 | <preset_link preset_name="Building" /> |
---|
3520 | </item> <!-- Motel --> |
---|
3521 | <item name="Guest House/Bed & Breakfast" icon="presets/accommodation/guest_house.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3522 | <link wiki="Tag:tourism=guest_house" /> |
---|
3523 | <space /> |
---|
3524 | <key key="tourism" value="guest_house" /> |
---|
3525 | <reference ref="name_operator" /> |
---|
3526 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3527 | <text key="rooms" text="Rooms" /> |
---|
3528 | <text key="beds" text="Beds" /> |
---|
3529 | <combo key="guest_house" text="Type" values="agritourism,bed_and_breakfast" /> |
---|
3530 | <reference ref="wheelchair" /> |
---|
3531 | <space /> |
---|
3532 | <reference ref="internet_smoking" /> |
---|
3533 | <reference ref="link_contact_address_payment" /> |
---|
3534 | <preset_link preset_name="Building" /> |
---|
3535 | </item> <!-- Guest House/Bed & Breakfast --> |
---|
3536 | <item name="Apartment" icon="presets/accommodation/apartment.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3537 | <link wiki="Tag:tourism=apartment" /> |
---|
3538 | <space /> |
---|
3539 | <key key="tourism" value="apartment" /> |
---|
3540 | <reference ref="name_operator" /> |
---|
3541 | <combo key="number_of_apartments" text="Number of apartments" values="1,2,3,4,5,6,7,8,9,10" /> |
---|
3542 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3543 | <reference ref="wheelchair" /> |
---|
3544 | <space /> |
---|
3545 | <reference ref="internet_smoking" /> |
---|
3546 | <reference ref="link_contact_address_payment" /> |
---|
3547 | </item> <!-- Apartment --> |
---|
3548 | <item name="Chalet" icon="presets/accommodation/chalet.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3549 | <link wiki="Tag:tourism=chalet" /> |
---|
3550 | <space /> |
---|
3551 | <key key="tourism" value="chalet" /> |
---|
3552 | <reference ref="name_operator" /> |
---|
3553 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3554 | <text key="rooms" text="Rooms" /> |
---|
3555 | <text key="beds" text="Beds" /> |
---|
3556 | <reference ref="wheelchair" /> |
---|
3557 | <space /> |
---|
3558 | <reference ref="internet_smoking" /> |
---|
3559 | <reference ref="link_contact_address_payment" /> |
---|
3560 | <preset_link preset_name="Building" /> |
---|
3561 | </item> <!-- Chalet --> |
---|
3562 | <item name="Hostel" icon="presets/accommodation/hostel.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3563 | <link wiki="Tag:tourism=hostel" /> |
---|
3564 | <space /> |
---|
3565 | <key key="tourism" value="hostel" /> |
---|
3566 | <reference ref="name_operator" /> |
---|
3567 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3568 | <text key="rooms" text="Rooms" /> |
---|
3569 | <text key="beds" text="Beds" /> |
---|
3570 | <reference ref="wheelchair" /> |
---|
3571 | <space /> |
---|
3572 | <reference ref="internet_smoking" /> |
---|
3573 | <reference ref="link_contact_address_payment" /> |
---|
3574 | <preset_link preset_name="Building" /> |
---|
3575 | </item> <!-- Hostel --> |
---|
3576 | <item name="Alpine Hut" icon="presets/accommodation/alpine_hut.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3577 | <link wiki="Tag:tourism=alpine_hut" /> |
---|
3578 | <space /> |
---|
3579 | <key key="tourism" value="alpine_hut" /> |
---|
3580 | <reference ref="name_operator" /> |
---|
3581 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3582 | <text key="rooms" text="Rooms" /> |
---|
3583 | <text key="beds" text="Beds" /> |
---|
3584 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3585 | <space /> |
---|
3586 | <reference ref="internet_smoking" /> |
---|
3587 | <reference ref="link_contact_address_payment" /> |
---|
3588 | <preset_link preset_name="Building" /> |
---|
3589 | </item> <!-- Alpine Hut --> |
---|
3590 | <item name="Wilderness Hut" icon="presets/accommodation/wilderness_hut.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3591 | <link wiki="Tag:tourism=wilderness_hut" /> |
---|
3592 | <space /> |
---|
3593 | <key key="tourism" value="wilderness_hut" /> |
---|
3594 | <reference ref="name_operator" /> |
---|
3595 | <reference ref="POI_access" /> |
---|
3596 | <text key="capacity" text="Capacity" /> |
---|
3597 | <reference ref="fee" /> |
---|
3598 | <check key="toilets" text="Toilets" /> |
---|
3599 | <check key="shower" text="Shower" /> |
---|
3600 | <combo key="drinking_water" text="Drinking Water" values="yes,no,seasonal" /> |
---|
3601 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3602 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3603 | <text key="description" text="Closer description" /> |
---|
3604 | <reference ref="link_contact_address_payment" /> |
---|
3605 | <preset_link preset_name="Building" /> |
---|
3606 | </item> <!-- Wilderness Hut --> |
---|
3607 | <separator/> |
---|
3608 | <item name="Caravan Site/RV Park" icon="presets/accommodation/caravan.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3609 | <link wiki="Tag:tourism=caravan_site" /> |
---|
3610 | <space /> |
---|
3611 | <key key="tourism" value="caravan_site" /> |
---|
3612 | <reference ref="name_operator" /> |
---|
3613 | <combo key="stars" text="Stars" values="1,2,3,4,5" /> |
---|
3614 | <reference ref="oh_wheelchair" /> |
---|
3615 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3616 | <text key="capacity" text="Number of places" /> |
---|
3617 | <reference ref="fee_interval" /> |
---|
3618 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" /> |
---|
3619 | <check key="power_supply" text="Power supply" /> |
---|
3620 | <check key="tents" text="Tents allowed" /> |
---|
3621 | <space /> |
---|
3622 | <reference ref="internet_smoking" /> |
---|
3623 | <reference ref="link_contact_address_payment" /> |
---|
3624 | </item> <!-- Caravan Site/RV Park --> |
---|
3625 | <item name="Campsite" icon="presets/accommodation/camping.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3626 | <link wiki="Tag:tourism=camp_site" /> |
---|
3627 | <space /> |
---|
3628 | <key key="tourism" value="camp_site" /> |
---|
3629 | <reference ref="name_operator" /> |
---|
3630 | <combo key="stars" text="Stars" values="1,2,3,4,5" /> |
---|
3631 | <reference ref="oh_wheelchair" /> |
---|
3632 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3633 | <text key="capacity" text="Number of places" /> |
---|
3634 | <checkgroup columns="2"> |
---|
3635 | <check key="tents" text="Tents allowed" /> |
---|
3636 | <check key="caravans" text="Caravans allowed" /> |
---|
3637 | </checkgroup> |
---|
3638 | <checkgroup columns="2"> |
---|
3639 | <check key="backcountry" text="Backcountry" /> |
---|
3640 | <check key="group_only" text="Group only access" /> |
---|
3641 | </checkgroup> |
---|
3642 | <combo key="sanitary_dump_station" text="Dump Station" values="yes,public,customers,no" /> |
---|
3643 | <reference ref="wheelchair" /> |
---|
3644 | <reference ref="internet" /> |
---|
3645 | <space /> |
---|
3646 | <combo key="nudism" text="Nudism" values="yes,no,obligatory,designated,customary,permissive" /> |
---|
3647 | <reference ref="link_contact_address_payment" /> |
---|
3648 | </item> <!-- Campsite --> |
---|
3649 | <item name="Camp pitch" icon="presets/accommodation/camp_pitch.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3650 | <link wiki="Tag:tourism=camp_pitch" /> |
---|
3651 | <space /> |
---|
3652 | <key key="tourism" value="camp_pitch" /> |
---|
3653 | <text key="ref" text="Reference" /> |
---|
3654 | <text key="addr:unit" text="Unit number" /> |
---|
3655 | <text key="capacity" text="Number of places" /> |
---|
3656 | <reference ref="surface" /> |
---|
3657 | <checkgroup columns="2"> |
---|
3658 | <check key="tents" text="Tents allowed" /> |
---|
3659 | <check key="caravans" text="Caravans allowed" /> |
---|
3660 | <check key="drinking_water" text="Drinking Water" /> |
---|
3661 | <check key="power_supply" text="Power supply" /> |
---|
3662 | <check key="permanent_camping" text="Permanent camping only" /> |
---|
3663 | </checkgroup> |
---|
3664 | </item> <!-- Camp pitch --> |
---|
3665 | </group> <!-- Accommodation --> |
---|
3666 | <group name="Food+Drinks" icon="presets/food/restaurant.svg"> |
---|
3667 | <item name="Restaurant" icon="presets/food/restaurant.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3668 | <link wiki="Tag:amenity=restaurant" /> |
---|
3669 | <space /> |
---|
3670 | <key key="amenity" value="restaurant" /> |
---|
3671 | <reference ref="name_operator" /> |
---|
3672 | <reference ref="cuisine" /> |
---|
3673 | <check key="microbrewery" text="Microbrewery" /> |
---|
3674 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3675 | <combo key="takeaway" text="Takeaway" values="yes,no,only" /> |
---|
3676 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" /> |
---|
3677 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3678 | <reference ref="oh" /> |
---|
3679 | <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" /> |
---|
3680 | <reference ref="wheelchair" /> |
---|
3681 | <combo key="stars" text="Stars" values="1,2,3,4,5,6,7" /> |
---|
3682 | <space /> |
---|
3683 | <reference ref="internet_smoking" /> |
---|
3684 | <preset_link preset_name="Diet" /> |
---|
3685 | <reference ref="link_contact_address_payment" /> |
---|
3686 | </item> <!-- Restaurant --> |
---|
3687 | <item name="Fast Food" icon="presets/food/fast_food.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3688 | <link wiki="Tag:amenity=fast_food" /> |
---|
3689 | <space /> |
---|
3690 | <key key="amenity" value="fast_food" /> |
---|
3691 | <reference ref="name_operator" /> |
---|
3692 | <reference ref="cuisine" /> |
---|
3693 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3694 | <combo key="takeaway" text="Takeaway" values="yes,no,only" /> |
---|
3695 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" /> |
---|
3696 | <reference ref="oh_wheelchair" /> |
---|
3697 | <space /> |
---|
3698 | <reference ref="internet_smoking" /> |
---|
3699 | <preset_link preset_name="Diet" /> |
---|
3700 | <reference ref="link_contact_address_payment" /> |
---|
3701 | <preset_link preset_name="Building" /> |
---|
3702 | </item> <!-- Fast Food --> |
---|
3703 | <item name="Food Court" icon="presets/food/food_court.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3704 | <link wiki="Tag:amenity=food_court" /> |
---|
3705 | <space /> |
---|
3706 | <key key="amenity" value="food_court" /> |
---|
3707 | <reference ref="name_operator" /> |
---|
3708 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3709 | <reference ref="oh_wheelchair" /> |
---|
3710 | <space /> |
---|
3711 | <reference ref="internet_smoking" /> |
---|
3712 | <reference ref="link_contact_address_payment" /> |
---|
3713 | </item> <!-- Food Court --> |
---|
3714 | <item name="Cafe" icon="presets/food/cafe.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3715 | <link wiki="Tag:amenity=cafe" /> |
---|
3716 | <space /> |
---|
3717 | <key key="amenity" value="cafe" /> |
---|
3718 | <reference ref="name_operator" /> |
---|
3719 | <combo key="cuisine" text="Cuisine" values="ice_cream" /> |
---|
3720 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3721 | <combo key="takeaway" text="Takeaway" values="yes,no,only" /> |
---|
3722 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" /> |
---|
3723 | <reference ref="oh_wheelchair" /> |
---|
3724 | <space /> |
---|
3725 | <reference ref="internet_smoking" /> |
---|
3726 | <preset_link preset_name="Diet" /> |
---|
3727 | <reference ref="link_contact_address_payment" /> |
---|
3728 | </item> <!-- Cafe --> |
---|
3729 | <item name="Ice cream" icon="presets/food/ice_cream.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3730 | <link wiki="Tag:amenity=ice_cream" /> |
---|
3731 | <space /> |
---|
3732 | <key key="amenity" value="ice_cream" /> |
---|
3733 | <reference ref="name_operator" /> |
---|
3734 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3735 | <combo key="takeaway" text="Takeaway" values="yes,no,only" /> |
---|
3736 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" /> |
---|
3737 | <reference ref="oh_wheelchair" /> |
---|
3738 | <space /> |
---|
3739 | <reference ref="internet_smoking" /> |
---|
3740 | <preset_link preset_name="Diet" /> |
---|
3741 | <reference ref="link_contact_address_payment" /> |
---|
3742 | </item> <!-- Ice cream --> |
---|
3743 | <item name="Pub" icon="presets/food/pub.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3744 | <link wiki="Tag:amenity=pub" /> |
---|
3745 | <space /> |
---|
3746 | <key key="amenity" value="pub" /> |
---|
3747 | <reference ref="name_operator" /> |
---|
3748 | <check key="microbrewery" text="Microbrewery" /> |
---|
3749 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3750 | <combo key="takeaway" text="Takeaway" values="yes,no,only" /> |
---|
3751 | <combo key="delivery" text="Delivery" values="yes,no,only,Mo-Su 12:00-22:00" /> |
---|
3752 | <reference ref="oh_wheelchair" /> |
---|
3753 | <space /> |
---|
3754 | <reference ref="internet_smoking" /> |
---|
3755 | <preset_link preset_name="Diet" /> |
---|
3756 | <reference ref="link_contact_address_payment" /> |
---|
3757 | </item> <!-- Pub --> |
---|
3758 | <item name="Beer Garden" icon="presets/food/biergarten.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3759 | <link wiki="Tag:amenity=biergarten" /> |
---|
3760 | <space /> |
---|
3761 | <key key="amenity" value="biergarten" /> |
---|
3762 | <reference ref="name_operator" /> |
---|
3763 | <check key="microbrewery" text="Microbrewery" /> |
---|
3764 | <reference ref="oh_wheelchair" /> |
---|
3765 | <space /> |
---|
3766 | <reference ref="internet_smoking" /> |
---|
3767 | <preset_link preset_name="Diet" /> |
---|
3768 | <reference ref="link_contact_address_payment" /> |
---|
3769 | </item> <!-- Beer Garden --> |
---|
3770 | <item name="Outdoor seating" icon="presets/leisure/outdoor_seating.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3771 | <link wiki="Tag:leisure=outdoor_seating" /> |
---|
3772 | <space /> |
---|
3773 | <key key="leisure" value="outdoor_seating" /> |
---|
3774 | <reference ref="name_operator_oh_wheelchair" /> |
---|
3775 | </item> <!-- Outdoor seating --> |
---|
3776 | <item name="Bar" icon="presets/food/bar.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3777 | <link wiki="Tag:amenity=bar" /> |
---|
3778 | <space /> |
---|
3779 | <key key="amenity" value="bar" /> |
---|
3780 | <reference ref="name_operator" /> |
---|
3781 | <check key="outdoor_seating" text="Outdoor seating" /> |
---|
3782 | <reference ref="oh_wheelchair" /> |
---|
3783 | <space /> |
---|
3784 | <reference ref="internet_smoking" /> |
---|
3785 | <preset_link preset_name="Diet" /> |
---|
3786 | <reference ref="link_contact_address_payment" /> |
---|
3787 | </item> <!-- Bar --> |
---|
3788 | <separator/> |
---|
3789 | <item name="Diet" icon="presets/food/diet.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3790 | <link wiki="Key:diet" /> |
---|
3791 | <space /> |
---|
3792 | <combo key="diet:vegetarian" text="Vegetarian" values="yes,no,only" /> |
---|
3793 | <combo key="diet:vegan" text="Vegan" values="yes,no,only" /> |
---|
3794 | <combo key="diet:lacto_vegetarian" text="Lacto-vegetarian" values="yes,no,only" /> |
---|
3795 | <combo key="diet:ovo_vegetarian" text="Ovo-vegetarian" values="yes,no,only" /> |
---|
3796 | <combo key="diet:pescetarian" text="Pescetarian" values="yes,no,only" /> |
---|
3797 | <combo key="diet:fruitarian" text="Fruitarian" values="yes,no,only" /> |
---|
3798 | <combo key="diet:raw" text="Raw" values="yes,no,only" /> |
---|
3799 | <space /> |
---|
3800 | <combo key="diet:dairy_free" text="Dairy free" values="yes,no,only" /> |
---|
3801 | <combo key="diet:gluten_free" text="Gluten free" values="yes,no,only" /> |
---|
3802 | <combo key="diet:lactose_free" text="Lactose free" values="yes,no,only" /> |
---|
3803 | <space /> |
---|
3804 | <combo key="diet:halal" text="Halal" values="yes,no,only" /> |
---|
3805 | <combo key="diet:kosher" text="Kosher" values="yes,no,only" /> |
---|
3806 | </item> <!-- Diet --> |
---|
3807 | </group> <!-- Food+Drinks --> |
---|
3808 | <group name="Tourism" icon="presets/sightseeing/attraction.svg"> |
---|
3809 | <item name="Attraction" icon="presets/sightseeing/attraction.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3810 | <link wiki="Tag:tourism=attraction" /> |
---|
3811 | <space /> |
---|
3812 | <key key="tourism" value="attraction" /> |
---|
3813 | <text key="name" text="Name" /> |
---|
3814 | <combo key="reservation" text="Reservation" values="yes,no,required,recommended,members_only" /> |
---|
3815 | <reference ref="oh_wheelchair" /> |
---|
3816 | </item> <!-- Attraction --> |
---|
3817 | <item name="Viewpoint" icon="presets/sightseeing/viewpoint.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3818 | <link wiki="Tag:tourism=viewpoint" /> |
---|
3819 | <space /> |
---|
3820 | <key key="tourism" value="viewpoint" /> |
---|
3821 | <text key="name" text="Name" /> |
---|
3822 | <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" /> |
---|
3823 | <space /> |
---|
3824 | <label text="" icon="presets/misc/angles.svg" icon_size="315" /> |
---|
3825 | </item> <!-- Viewpoint --> |
---|
3826 | <separator/> |
---|
3827 | <item name="Information Office" icon="presets/misc/information/informationoffice.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3828 | <link wiki="Tag:information=office" /> |
---|
3829 | <space /> |
---|
3830 | <label text="An office where you can get information about a town or region." /> |
---|
3831 | <space /> |
---|
3832 | <key key="tourism" value="information" /> |
---|
3833 | <key key="information" value="office" /> |
---|
3834 | <reference ref="name_oh_wheelchair" /> |
---|
3835 | <reference ref="internet" /> |
---|
3836 | <reference ref="link_contact_address_payment" /> |
---|
3837 | </item> <!-- Information Office --> |
---|
3838 | <item name="Map" icon="presets/misc/information/map.svg" type="node" preset_name_label="true"> |
---|
3839 | <link wiki="Tag:information=map" /> |
---|
3840 | <space /> |
---|
3841 | <label text="A board with a map." /> |
---|
3842 | <space /> |
---|
3843 | <key key="tourism" value="information" /> |
---|
3844 | <key key="information" value="map" /> |
---|
3845 | <reference ref="name_ref_operator" /> |
---|
3846 | <combo key="map_type" text="Detail Grade" values="topo,street,scheme,toposcope" /> |
---|
3847 | <combo key="map_size" text="Shown Area" values="site,city,region" values_sort="false" /> |
---|
3848 | <text key="description" text="Closer description" /> |
---|
3849 | <optional text="Routes shown for:"> |
---|
3850 | <check key="hiking" text="Hiking" /> |
---|
3851 | <check key="bicycle" text="Cycling" /> |
---|
3852 | <check key="mtb" text="Mountainbiking" /> |
---|
3853 | <check key="ski" text="Skiing" /> |
---|
3854 | <check key="horse" text="Riding" /> |
---|
3855 | <space /> |
---|
3856 | <label text="... other transportation modes possible" /> |
---|
3857 | </optional> |
---|
3858 | </item> <!-- Map --> |
---|
3859 | <item name="Information Board" icon="presets/misc/information/board.svg" type="node" preset_name_label="true"> |
---|
3860 | <link wiki="Tag:information=board" /> |
---|
3861 | <space /> |
---|
3862 | <label text="A board with information." /> |
---|
3863 | <space /> |
---|
3864 | <key key="tourism" value="information" /> |
---|
3865 | <key key="information" value="board" /> |
---|
3866 | <reference ref="name_ref_operator" /> |
---|
3867 | <combo key="board_type" text="Board Content" values="notice,history,nature,wildlife,plants,geology" /> |
---|
3868 | <text key="description" text="Closer description" /> |
---|
3869 | </item> <!-- Information Board --> |
---|
3870 | <item name="Guidepost" icon="presets/misc/information/guidepost.svg" type="node" preset_name_label="true"> |
---|
3871 | <link wiki="Tag:information=guidepost" /> |
---|
3872 | <space /> |
---|
3873 | <label text="A Signpost/Guidepost to indicate the directions to different destinations." /> |
---|
3874 | <space /> |
---|
3875 | <key key="tourism" value="information" /> |
---|
3876 | <key key="information" value="guidepost" /> |
---|
3877 | <reference ref="name_ref_operator" /> |
---|
3878 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3879 | <optional text="Routes shown for:"> |
---|
3880 | <check key="hiking" text="Hiking" /> |
---|
3881 | <check key="bicycle" text="Cycling" /> |
---|
3882 | <check key="mtb" text="Mountainbiking" /> |
---|
3883 | <check key="ski" text="Skiing" /> |
---|
3884 | <check key="horse" text="Riding" /> |
---|
3885 | <space /> |
---|
3886 | <label text="... other transportation modes possible" /> |
---|
3887 | </optional> |
---|
3888 | </item> <!-- Guidepost --> |
---|
3889 | <item name="Route marker" icon="presets/misc/information/route_marker.svg" type="node" preset_name_label="true"> |
---|
3890 | <link wiki="Key:information" /> |
---|
3891 | <space /> |
---|
3892 | <key key="tourism" value="information" /> |
---|
3893 | <key key="information" value="route_marker" /> |
---|
3894 | <reference ref="name_ref_operator" /> |
---|
3895 | <text key="ele" text="Elevation (meters)" length="10" /> |
---|
3896 | <optional text="Routes shown for:"> |
---|
3897 | <check key="hiking" text="Hiking" /> |
---|
3898 | <check key="bicycle" text="Cycling" /> |
---|
3899 | <check key="mtb" text="Mountainbiking" /> |
---|
3900 | <check key="ski" text="Skiing" /> |
---|
3901 | <check key="horse" text="Riding" /> |
---|
3902 | <space /> |
---|
3903 | <label text="... other transportation modes possible" /> |
---|
3904 | </optional> |
---|
3905 | </item> <!-- Route marker --> |
---|
3906 | <item name="Information Terminal" icon="presets/misc/information/information.svg" type="node" preset_name_label="true"> |
---|
3907 | <link wiki="Tag:information=terminal" /> |
---|
3908 | <space /> |
---|
3909 | <label text="Information access via electronic methods." /> |
---|
3910 | <space /> |
---|
3911 | <key key="tourism" value="information" /> |
---|
3912 | <key key="information" value="terminal" /> |
---|
3913 | <reference ref="name_operator" /> |
---|
3914 | <reference ref="wheelchair" /> |
---|
3915 | <text key="description" text="Closer description" /> |
---|
3916 | <text key="ref" text="Reference number" /> |
---|
3917 | <reference ref="fee" /> |
---|
3918 | <reference ref="internet" /> |
---|
3919 | </item> <!-- Information Terminal --> |
---|
3920 | <item name="Audio Guide" icon="presets/misc/information/audioguide.svg" type="node" preset_name_label="true"> |
---|
3921 | <link wiki="Tag:information=audioguide" /> |
---|
3922 | <space /> |
---|
3923 | <label text="Information using headphones or a mobile phone." /> |
---|
3924 | <space /> |
---|
3925 | <key key="tourism" value="information" /> |
---|
3926 | <key key="information" value="audioguide" /> |
---|
3927 | <reference ref="name_operator" /> |
---|
3928 | <reference ref="wheelchair" /> |
---|
3929 | <text key="description" text="Closer description" /> |
---|
3930 | <text key="ref" text="Reference number" /> |
---|
3931 | <reference ref="fee" /> |
---|
3932 | <space /> |
---|
3933 | <label text="Audioguide via mobile phone?" /> |
---|
3934 | <text key="phone" text="Phone number" /> |
---|
3935 | <label text="Use E.123 format, e.g. +49 11223 456 7890" /> |
---|
3936 | </item> <!-- Audio Guide --> |
---|
3937 | <item name="Other Information Point" icon="presets/misc/information/information.svg" type="node,closedway" preset_name_label="true"> |
---|
3938 | <link wiki="Tag:tourism=information" /> |
---|
3939 | <space /> |
---|
3940 | <key key="tourism" value="information" /> |
---|
3941 | <reference ref="name_ref_operator" /> |
---|
3942 | <text key="description" text="Closer description" /> |
---|
3943 | </item> <!-- Other Information Point --> |
---|
3944 | </group> <!-- Tourism --> |
---|
3945 | <group name="Leisure" icon="presets/leisure/theme_park.svg"> |
---|
3946 | <item name="Movie Theater/Cinema" icon="presets/leisure/cinema.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3947 | <link wiki="Tag:amenity=cinema" /> |
---|
3948 | <space /> |
---|
3949 | <key key="amenity" value="cinema" /> |
---|
3950 | <reference ref="name_operator_oh_wheelchair" /> |
---|
3951 | <check key="drive_in" text="Drive-in theater" /> |
---|
3952 | <check key="cinema:3D" text="3D" /> |
---|
3953 | <text key="screen" text="Number of screens" /> |
---|
3954 | <reference ref="min_age" /> |
---|
3955 | <reference ref="link_contact_address_payment" /> |
---|
3956 | <preset_link preset_name="Building" /> |
---|
3957 | </item> <!-- Movie Theater/Cinema --> |
---|
3958 | <item name="Bandstand" icon="presets/leisure/bandstand.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3959 | <link wiki="Tag:leisure=bandstand" /> |
---|
3960 | <space /> |
---|
3961 | <key key="leisure" value="bandstand" /> |
---|
3962 | <reference ref="name_operator_oh_wheelchair" /> |
---|
3963 | <reference ref="POI_access" /> |
---|
3964 | </item> <!-- Bandstand --> |
---|
3965 | <item name="Bleachers" icon="presets/leisure/bleachers.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3966 | <link wiki="Tag:leisure=bleachers" /> |
---|
3967 | <space /> |
---|
3968 | <key key="leisure" value="bleachers" /> |
---|
3969 | <reference ref="name_operator_oh_wheelchair" /> |
---|
3970 | <reference ref="POI_access" /> |
---|
3971 | <check key="backrest" text="Backrest" /> |
---|
3972 | </item> <!-- Bleachers --> |
---|
3973 | <item name="Zoo" icon="presets/leisure/zoo.svg" type="node,closedway,multipolygon" preset_name_label="true"> |
---|
3974 | <link wiki="Tag:tourism=zoo" /> |
---|
3975 | <space /> |
---|
3976 | <key key="tourism" value="zoo" /> |
---|
3977 | <reference ref="name_oh_wheelchair" /> |
---|
3978 | <combo key="zoo" text="Type" values="aviary,birds,butterfly,enclosure,falconry,petting_zoo,reptile,safari_park,wildlife_park" /> |
---|
3979 | <reference ref="wikipedia_wikidata" /> |
---|
3980 | <reference ref="link_contact_address_payment" /> |
---|
3981 | </item> <!-- Zoo --> |
---|
3982 | <item |
---|