1 <?xml version="1.0" encoding="UTF-8"?>
5 <category> the categories that features belong to. This includes both nodes (icons on left) and ways/areas (drop-down list that appears when a way/area is selected)
7 id: internal reference (a feature refers to this with category=xxx)
9 <feature> a pre-defined group of tags that make up a feature
10 category: [ctext] corresponding to category id
12 @image: path to .png file
13 @background: colour spec
14 @foreground: colour spec
15 (general html goes here?) Variables substituted with ${ref}
16 help: [ctext] URL, shown as a linked ? icon. Should (?) usually be an OSM wiki page.
17 description: Not currently used?
18 line/point/area: any or all of these are allowed. Determines whether this feature is shown in the corresponding situations. None is equivalent to all three.
19 tag - one or more of these required, defines the tags that make up the feature.
28 <inputSet>: a reusable group of properties for a feature.
34 @type: choice/freetext/turn/checkbox/slider/route/speed/number - the different types of supported input dialogs.
35 @presence: always/onTagMatch/withCategory - Whether it always appears on the basic page, appears only when the tag is already set, or only ever show on the category page.
36 @category: which tab it appears on
37 @description: mouse-over text
38 @name: The text shown as the label of the property
39 @key: The actual OSM key (tag) that will be saved
40 @priority: highest/high/normal/low/lowest (default=>normal) - controls the order that different features show up in a panel.
41 match: for turn|route inputs, the tags to be considered on the relation as indicating a match.
48 @file="map_features/roads.xml": external file to drop into place here. Include files behave exactly as if written out in full.
55 <category name="Roads" id="roads"/>
56 <category name="Paths" id="paths"/>
57 <category name="Shopping" id="shopping"/>
58 <category name="Food and Drink" id="foodanddrink"/>
59 <category name="Amenity" id="amenity"/>
60 <category name="Tourism" id="tourism"/>
61 <category name="Accommodation" id="accommodation"/>
62 <category name="Transport" id="transport"/>
63 <category name="Water" id="water"/>
64 <category name="Natural" id="natural"/>
65 <category name="Barrier" id="barrier"/>
66 <category name="Power" id="power"/>
67 <category name="Admin" id="admin"/>
68 <category name="Buildings" id="buildings"/>
69 <category name="Landuse" id="landuse"/>
70 <category name="Agriculture" id="agriculture"/>
71 <category name="Advanced" id="advanced"/>
72 <category name="Places" id="places"/>
73 <category name="Sport&Leisure" id="sport"/>
74 <category name="Man-made" id="manmade"/>
76 <!-- Common input sets -->
78 <inputSet id="simpleName">
79 <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest"/>
82 <inputSet id="nameAndRef">
83 <inputSet ref="simpleName" />
84 <input type="freetext" presence="always" name="Reference number" key="ref" description="A reference number or code used to identify this thing." />
88 <inputSet id="source">
89 <input type="freetext" category="Misc" presence="onTagMatch" name="Source" key="source" description="The primary source of information for this object (GPS, survey, Yahoo, ...)" priority="lowest"/>
92 <inputSet id="common">
93 <inputSet ref="source"/>
97 <input type="freetext" presence="always"
98 name="Name" category="Naming" priority="highest"
99 key="name" description="The most common name"/>
100 <input type="freetext" presence="onTagMatch"
101 name="International Name" category="Naming"
102 key="int_name" description="The internationally recognised name"/>
103 <input type="freetext" presence="onTagMatch"
104 name="Historical Name" category="Naming" priority="low"
105 key="old_name" description="The historic or previous name"/>
106 <input type="freetext" presence="onTagMatch"
107 name="Alternative Name" category="Naming" priority="low"
108 key="alt_name" description="An alternative, currently used, name"/>
112 <input type="choice" presence="onTagMatch" category="Eating" name="Wifi" key="wifi">
113 <choice value="free" text="Free"/>
114 <choice value="yes" text="Yes"/>
115 <choice value="no" text="No"/>
119 <inputSet id="buildingAddress">
120 <input type="freetext" presence="onTagMatch" category="Address" description="The number of the house, e.g. 156 or 10-12" name="House Number" key="addr:housenumber"/>
121 <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
122 <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
123 <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
127 <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
130 <inputSet id="cuisine">
131 <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
132 <!-- The 30 most popular values according to taginfo 23/12/2010 -->
133 <choice value="burger" text="Burger"/>
134 <choice value="chicken" text="Chicken"/>
135 <choice value="chinese" text="Chinese"/>
136 <choice value="coffee_shop" text="Coffee Shop"/>
137 <choice value="greek" text="Greek"/>
138 <choice value="pizza" text="Pizza"/>
139 <choice value="sandwich" text="Sandwich"/>
140 <choice value="seafood" text="Sea Food"/>
141 <choice value="regional" text="Regional"/>
142 <choice value="italian" text="Italian"/>
143 <choice value="german" text="German"/>
144 <choice value="kebab" text="Kebab/souvlaki/gyro"/>
145 <choice value="indian" text="Indian"/>
146 <choice value="asian" text="Asian"/>
147 <choice value="mexican" text="Mexican"/>
148 <choice value="thai" text="Thai"/>
149 <choice value="japanese" text="Japanese"/>
150 <choice value="ice_cream" text="Ice-cream"/>
151 <choice value="fish_and_chips" text="Fish & Chips"/>
152 <choice value="turkish" text="Turkish"/>
153 <choice value="french" text="French"/>
154 <choice value="sushi" text="Sushi"/>
155 <choice value="american" text="American"/>
156 <choice value="steak_house" text="Steak House"/>
157 <choice value="international" text="International"/>
158 <choice value="spanish" text="Spanish"/>
159 <choice value="vietnamese" text="Vietnamese"/>
160 <choice value="fish" text="Fish"/>
161 <choice value="bavarian" text="Bavarian"/>
162 <choice value="vegetarian" text="Vegetarian"/>
164 <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
170 <inputSet id="majorRoad">
171 <inputSet ref="names"/>
172 <inputSet ref="roadRefs"/>
173 <inputSet ref="roadRestrictions"/>
174 <inputSet ref="roadPhysical"/>
175 <inputSet ref="cycle"/>
176 <inputSet ref="bicycle-lane"/>
177 <inputSet ref="bus-route"/>
178 <inputSet ref="pedestrians"/>
179 <inputSet ref="roadLanes"/>
180 <inputSet ref="roadRoundabout"/>
181 <inputSet ref="permissions"/>
185 <inputSet id="minorRoad">
186 <inputSet ref="names"/>
187 <inputSet ref="roadRestrictions"/>
188 <inputSet ref="roadPhysical"/>
189 <inputSet ref="cycle"/>
190 <inputSet ref="bicycle-lane"/>
191 <inputSet ref="bus-route"/>
192 <inputSet ref="pedestrians"/>
193 <inputSet ref="roadLanes"/>
194 <inputSet ref="roadRoundabout"/>
195 <inputSet ref="permissions"/>
199 <inputSet ref="simpleName"/>
200 <inputSet ref="roadPhysical"/>
201 <inputSet ref="cycle"/>
202 <inputSet ref="ldp"/>
203 <inputSet ref="pedestrians"/>
204 <inputSet ref="permissions"/>
207 <inputSet id="junctionNode">
208 <inputSet ref="turnRestrictions"/>
211 <inputSet id="roadRefs">
212 <input type="freetext" presence="always"
213 name="Reference" category="Naming" priority="high"
214 key="ref" description="The official reference number"/>
215 <input type="freetext" presence="onTagMatch"
216 name="International Reference" category="Naming"
217 key="int_ref" description="The official international reference number"/>
218 <input type="freetext" presence="onTagMatch"
219 name="Old Reference" category="Naming" priority="low"
220 key="old_ref" description="The historic or previous reference number"/>
223 <inputSet id="roadPhysical">
224 <input type="freetext" presence="onTagMatch"
225 name="Width" category="Physical"
226 key="width" description="Width of the road" layout="horizontal"/>
227 <input type="choice" presence="onTagMatch"
228 name="Surface" category="Physical" description="Type of road surface"
229 key="surface" layout="horizontal">
230 <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
231 <choice value="paved" text="Paved" description="Road surface is sealed"/>
232 <choice value="asphalt" text="Asphalt"/>
233 <choice value="concrete" text="Concrete"/>
234 <choice value="paving_stones" text="Paving stones"/>
235 <choice value="cobblestone" text="Cobblestone"/>
236 <choice value="sand" text="Sand"/>
237 <choice value="gravel" text="Gravel"/>
238 <choice value="dirt" text="Dirt"/>
239 <choice value="grass" text="Grass"/>
241 <inputSet ref="bridge"/>
242 <inputSet ref="tunnel"/>
243 <inputSet ref="embankment-cutting"/>
244 <!-- not sure which category best suits put area=yes -->
245 <input type="checkbox" presence="onTagMatch" category="Restrictions" key="area" name="Open area" description="The way is a large open space, like at a dock, where vehicles can move anywhere within the space, rather than just along the edge." />
248 <inputSet id="roadLanes">
249 <input presence="onTagMatch" type="number" name="Lanes" category="Physical" description="Total number of lanes, counting both directions"
250 key="lanes" minimum="1" maximum="10" layout="horizontal"/>
253 <inputSet id="bridge">
254 <input type="choice" presence="onTagMatch"
255 name="Bridge" category="Physical" description="Road goes over a bridge"
256 key="bridge" layout="horizontal">
257 <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
258 <choice value="viaduct" text="Viaduct" description="Viaduct"/>
259 <choice value="suspension" text="Suspension bridge"/>
261 <input type="slider" presence="onTagMatch"
262 name="Layer" category="Physical" description="Relative vertical positions (-5 lowest, +5 highest)"
263 key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
264 defaultName="Ground"/>
266 <inputSet id="tunnel">
267 <!-- Not ideal, used for non-roads too. -->
268 <input type="choice" presence="onTagMatch"
269 name="Tunnel" category="Physical" description="Road goes into a tunnel"
270 key="tunnel" layout="horizontal">
271 <choice value="yes" text="Tunnel" description="Generic tunnel"/>
275 <inputSet id="embankment-cutting">
277 name="Embankment" category="Physical" description="Road supported on a raised bed of earth and rock."
278 key="embankment" layout="horizontal">
279 <choice value="yes" text="Embankment"/>
282 name="Cutting" category="Physical" description="Road carved out of hill on one or both sides."
283 key="cutting" layout="horizontal">
284 <choice value="yes" text="Cutting"/>
289 <inputSet id="rail-electrification">
290 <input type="choice" name="Electrified" category="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
292 <choice value="yes" text="Yes"/>
293 <choice value="no" text="No"/>
295 <input type="choice" name="Voltage" category="Electrification" description="Nominal voltage of electric wires"
296 key="voltage" presence="withCategory">
297 <choice value="600" text="600V"/>
298 <choice value="750" text="750V"/>
299 <choice value="1500" text="1500V"/>
300 <choice value="3000" text="3000V"/>
301 <choice value="15000" text="15kV"/>
302 <choice value="25000" text="25kV"/>
304 <input type="choice" name="Frequency" category="Electrification" description="Frequency in Hertz of alternating current power supply"
305 key="frequency" presence="withCategory">
306 <choice value="0" text="DC"/>
307 <choice value="16.67" text="16.67 Hz"/>
308 <choice value="16.7" text="16.7 Hz"/>
309 <choice value="25" text="25 Hz"/>
310 <choice value="50" text="50 Hz"/>
311 <choice value="60" text="60 Hz"/>
315 <inputSet id="rail-usage">
316 <input type="choice" name="Usage" category="Usage" description="Main use of the line" key="usage">
317 <choice value="main" text="Main line" description="The principal artery of a rail system."/>
318 <choice value="branch" text="Branch line" description="A secondary line, branching off a main line."/>
319 <choice value="industrial" text="Industrial"/>
320 <choice value="tourism" text="Tourism" />
321 <choice value="military" text="Military"/>
326 <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
329 <inputSet id="roadRestrictions">
330 <input type="choice" presence="always"
331 name="Oneway" category="Restrictions" description="Oneway roads"
333 <choice value="yes" match="yes|true|1" text="One way"
334 description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
335 <choice value="no" match="no|false|0" text="Two way"
336 description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
337 <choice value="-1" match="-1|reverse" text="One way reverse"
338 description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
340 <input type="speed" presence="onTagMatch"
341 name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
345 <inputSet id="roadRoundabout">
346 <!-- review the choice of category -->
347 <input type="choice" presence="onTagMatch" name="Roundabout" category="Restrictions" description="Whether this road is a roundabout. Make the way face the direction appropriate for the country."
349 <choice value="roundabout" text="Yes"/>
353 <inputSet id="turnRestrictions">
354 <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
355 <match k="type" v="restriction"/>
360 <inputSet id="pedestrians">
361 <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walking" key="foot">
362 <choice value="yes" text="Allowed"/>
363 <choice value="no" text="Prohibited"/>
364 <choice value="designated" text="Designated"/>
368 <inputSet id="naptan">
369 <input type="freetext" presence="onTagMatch" category="Naptan" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode"/>
370 <input type="choice" presence="onTagMatch" category="Naptan" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
371 <choice value="N" match="N" text="N" description=""/>
372 <choice value="NE" match="NE" text="NE" description=""/>
373 <choice value="E" match="E" text="E" description=""/>
374 <choice value="SE" match="SE" text="SE" description=""/>
375 <choice value="S" match="S" text="S" description=""/>
376 <choice value="SW" match="SW" text="SW" description=""/>
377 <choice value="W" match="W" text="W" description=""/>
378 <choice value="NW" match="NW" text="NW" description=""/>
380 <input type="freetext" presence="onTagMatch" category="Naptan" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName"/>
381 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator"/>
382 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Street (read-only)" key="naptan:Street"/>
383 <input type="freetext" presence="onTagMatch" category="Naptan" description="Delete this when the details have been verified on-the-ground" name="Naptan Verified?" key="naptan:verified"/>
386 <inputSet id="buses">
387 <input type="freetext" presence="always" category="Bus Stop" name="Stop Name" key="name" description="The name of the bus stop"/>
388 <input type="freetext" presence="always" category="Bus Stop" name="Local Ref" key="local_ref" description="The local reference of the stop, usually one or two letters above the main flag, used at bus interchanges, e.g. L, BX"/>
389 <inputSet ref="naptan"/>
392 <inputSet id="bus-route">
393 <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
394 <match k="type" v="route"/>
395 <match k="route" v="bus"/>
396 <icon image="features/route__bus.png">
397 <font size="12pt">${operator} <b>${ref}</b></font>
402 <inputSet id="tram-route">
403 <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
404 <match k="type" v="route"/>
405 <match k="route" v="tram"/>
406 <icon image="features/transport__tram.png">
407 <font size="12pt">${operator} <b>${ref}</b></font>
412 <inputSet id="cycle">
413 <inputSet ref="bicycle-permission"/>
414 <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
415 <match k="type" v="route"/>
416 <match k="route" v="bicycle"/>
417 <match k="network" v="ncn"/>
418 <icon image="features/route__ncn.png" background="#ff6f7a" foreground="white">
419 <font size="14pt"><b>${ref}</b></font><br/>
420 <font size="12pt">${name}</font>
423 <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
424 <match k="type" v="route"/>
425 <match k="route" v="bicycle"/>
426 <match k="network" v="rcn"/>
427 <icon image="features/route__rcn.png" background="#6ff7ff" foreground="white">
428 <font size="14pt"><b>${ref}</b></font><br/>
429 <font size="12pt">${name}</font>
432 <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
433 <match k="type" v="route"/>
434 <match k="route" v="bicycle"/>
435 <match k="network" v="lcn"/>
436 <icon image="features/route__lcn.png" background="#7d6fff" foreground="white">
437 <font size="14pt"><b>${ref}</b></font><br/>
438 <font size="12pt">${name}</font>
443 <inputSet id="bicycle-permission">
445 name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
447 <choice value="no" text="Prohibited" desciption="Cycling is not allowed. Pushing your bicycle is not allowed either."/>
448 <choice value="yes" text="Allowed"/>
449 <choice value="dismount" text="Cyclists dismount" description="Signage states that cyclists should dismount and push their bike for the selected path or road."/>
450 <choice value="designated" text="Designated"/>
451 <choice value="private" text="Private"/>
452 <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
456 <inputSet id="bicycle-lane">
458 name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
459 key="cycleway" layout="horizontal">
460 <choice value="no" text="No bike lanes"/>
461 <choice value="lane" text="On-road bike lane" description="Separated by painted line on the road from cars"/>
462 <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
463 <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
464 <choice value="opposite_track" text="Contraflow track" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
465 <choice value="opposite" text="Contraflow unmarked" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane."/>
466 <choice value="segregated" text="Segregated cycle path" description="A path where cyclists and pedestrians are separated by a painted line or kerb."/>
467 <choice value="shared" text="Shared cycle path" description="A path where cyclists and pedestrians share the full width of the path."/>
468 <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
473 <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
474 <match k="type" v="route"/>
475 <match k="network" v="nwn"/>
476 <icon image="features/route__nwn.png" background="red" foreground="white">
477 <font size="14pt"><b>${ref}</b></font><br/>
478 <font size="12pt">${name}</font>
481 <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
482 <match k="type" v="route"/>
483 <match k="network" v="rwn"/>
484 <icon image="features/route__rwn.png" background="cyan" foreground="white">
485 <font size="14pt"><b>${ref}</b></font><br/>
486 <font size="12pt">${name}</font>
489 <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
490 <match k="type" v="route"/>
491 <match k="network" v="lwn"/>
492 <icon image="features/route__lwn.png" background="blue" foreground="white">
493 <font size="14pt"><b>${ref}</b></font><br/>
494 <font size="12pt">${name}</font>
499 <inputSet id="route">
500 <inputSet ref="names"/>
501 <inputSet ref="roadRefs"/>
504 <inputSet id="waterways">
505 <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name"/>
506 <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
507 <inputSet ref="boatPermissions"/>
509 <!-- Would be good to have a dedicated 'access' type of input -->
510 <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
511 <inputSet id="boatPermissions">
512 <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
513 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
514 <choice value="yes" text="Allowed" description="General right of way."/>
515 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
516 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
517 <choice value="no" text="Prohibited" description="No access to the public."/>
521 <inputSet id="permissions">
522 <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
523 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
524 <choice value="yes" text="Allowed" description="General right of way."/>
525 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
526 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
527 <choice value="no" text="Prohibited" description="No access to the public."/>
530 <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
531 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
532 <choice value="yes" text="Allowed" description="General right of way."/>
533 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
534 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
535 <choice value="no" text="Prohibited" description="No access to the public."/>
538 <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
539 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
540 <choice value="yes" text="Allowed" description="General right of way."/>
541 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
542 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
543 <choice value="no" text="Prohibited" description="No access to the public."/>
548 <inputSet id="places">
549 <input type="choice" name="Type of Place" presence="always" key="place">
550 <choice value="locality" text="Locality"/>
551 <choice value="hamlet" text="Hamlet"/>
552 <choice value="village" text="Village"/>
553 <choice value="suburb" text="Suburb"/>
554 <choice value="town" text="Town"/>
555 <choice value="city" text="City"/>
556 <choice value="county" text="County"/>
557 <choice value="region" text="Region"/>
558 <choice value="state" text="State"/>
559 <choice value="country" text="Country"/>
560 <choice value="continent" text="Continent"/>
561 <choice value="island" text="Island"/>
562 <choice value="islet" text="Islet"/>
566 <inputSet id="isBuilding">
567 <input type="checkbox" presence="onTagMatch" category="Misc" description="Does this thing also represent one, solid building?" name="Building" key="building"/>
570 <inputSet id="powerCables">
571 <input type="choice" name="Cables" key="cables" presence="always" category="Power">
572 <choice value="2" text="2"/>
573 <choice value="3" text="3"/>
574 <choice value="4" text="4"/>
575 <choice value="6" text="6"/>
576 <choice value="8" text="8"/>
577 <choice value="10" text="10"/>
578 <choice value="12" text="12"/>
580 <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
581 <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
582 <choice value="400" text="400 V"/>
583 <choice value="600" text="600 V"/>
584 <choice value="750" text="750 V"/>
585 <choice value="1500" text="1500 V"/>
586 <choice value="3000" text="3000 V"/>
587 <choice value="15000" text="15 kV"/>
588 <choice value="20000" text="20 kV"/>
589 <choice value="35000" text="35 kV"/>
590 <choice value="110000" text="110 kV"/>
591 <choice value="132000" text="132 kV"/>
592 <choice value="138000" text="238 kV"/>
593 <choice value="220000" text="220 kV"/>
594 <choice value="380000" text="380 kV"/>
601 <include file="map_features/roads.xml" /> <!-- includes traffic calming, roundabouts, race track -->
602 <include file="map_features/paths.xml" /> <!-- includes steps, highway=pedestrian, bike/hike routes -->
603 <include file="map_features/water.xml" /> <!-- includes coastline -->
604 <include file="map_features/transport.xml" /> <!-- includes rail, trams, bus, airports, car rental, bike parking... -->
605 <include file="map_features/power.xml" /> <!-- includes power lines, pylons, stations -->
606 <include file="map_features/places.xml" /> <!-- includes boundaries (inc. NP) -->
607 <include file="map_features/tourism.xml" /> <!-- includes accommodation -->
608 <include file="map_features/barriers.xml" />
609 <include file="map_features/shopping.xml" /> <!-- no clear distinction between this, amenities and buildings -->
610 <include file="map_features/amenities.xml" /> <!-- includes cafe, bar... -->
611 <include file="map_features/landuse.xml" /> <!-- includes outdoor leisure/sporting stuff, agriculture, natural. -->
612 <include file="map_features/buildings.xml" /> <!-- a bit of a dumping ground, includes sports centre, shopping centre, hospital... -->
613 <include file="map_features/man_made.xml" />
618 <feature name="Multipolygon">
619 <category>advanced</category>
621 <tag k="type" v="multipolygon"/>
622 <inputSet ref="common"/>