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     @dnd: path to optional dnd-specific-override .png file
 
  14     @background: colour spec
 
  15     @foreground: colour spec
 
  16     (general html goes here?) Variables substituted with ${ref}
 
  17   help: [ctext] URL, shown as a linked ? icon. Should (?) usually be an OSM wiki page.
 
  18   description: Not currently used?
 
  19   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.
 
  20   tag - one or more of these required, defines the tags that make up the feature.
 
  29 <inputSet>: a reusable group of properties for a feature.
 
  35   @type: choice/freetext/turn/checkbox/slider/route/speed/number - the different types of supported input dialogs.
 
  36   @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.
 
  37   @category: which tab it appears on
 
  38   @description: mouse-over text
 
  39   @name: The text shown as the label of the property
 
  40   @key: The actual OSM key (tag) that will be saved
 
  41   @priority: highest/high/normal/low/lowest (default=>normal) - controls the order that different features show up in a panel.
 
  42   match: for turn|route inputs, the tags to be considered on the relation as indicating a match.
 
  49   @file="map_features/roads.xml": external file to drop into place here. Include files behave exactly as if written out in full.
 
  56   <category name="Roads" id="roads"/>
 
  57   <category name="Paths" id="paths"/>
 
  58   <category name="Shopping" id="shopping"/>
 
  59   <category name="Food and Drink" id="foodanddrink"/>
 
  60   <category name="Amenity" id="amenity"/>
 
  61   <category name="Tourism" id="tourism"/>
 
  62   <category name="Accommodation" id="accommodation"/>
 
  63   <category name="Transport" id="transport"/>
 
  64   <category name="Water" id="water"/>
 
  65   <category name="Natural" id="natural"/>
 
  66   <category name="Barrier" id="barrier"/>
 
  67   <category name="Power" id="power"/>
 
  68   <category name="Admin" id="admin"/>
 
  69   <category name="Buildings" id="buildings"/>
 
  70   <category name="Landuse" id="landuse"/>
 
  71   <category name="Agriculture" id="agriculture"/>
 
  72   <category name="Advanced" id="advanced"/>
 
  73   <category name="Places" id="places"/>
 
  74   <category name="Sport and Leisure" id="sport"/>
 
  75   <category name="Man-made" id="manmade"/>
 
  77   <!-- Common input sets -->
 
  79   <inputSet id="simpleName">
 
  80     <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest"/>
 
  83   <inputSet id="nameAndRef">
 
  84     <inputSet ref="simpleName" />
 
  85     <input type="freetext" presence="always" name="Reference number" key="ref" description="A reference number or code used to identify this thing." />
 
  89   <inputSet id="source">
 
  90     <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"/>
 
  93   <inputSet id="designation">
 
  94     <input type="freetext" category="Misc" presence="onTagMatch" description="Official designation or classification" name="Designation" key="designation"/>
 
  97   <inputSet id="common">
 
  98     <inputSet ref="source"/>
 
  99     <inputSet ref="designation"/>
 
 102   <inputSet id="names">
 
 103     <input type="freetext" presence="always"
 
 104         name="Name" category="Naming" priority="highest"
 
 105         key="name" description="The most common name"/>
 
 106     <input type="freetext" presence="onTagMatch"
 
 107         name="International Name" category="Naming"
 
 108         key="int_name" description="The internationally recognised name"/>
 
 109     <input type="freetext" presence="onTagMatch"
 
 110         name="Historical Name" category="Naming" priority="low"
 
 111         key="old_name" description="The historic or previous name"/>
 
 112     <input type="freetext" presence="onTagMatch"
 
 113         name="Alternative Name" category="Naming" priority="low"
 
 114         key="alt_name" description="An alternative, currently used, name"/>
 
 118     <input type="choice" presence="onTagMatch" category="Eating" name="Wifi" key="wifi">
 
 119       <choice value="free" text="Free"/>
 
 120       <choice value="yes" text="Yes"/>
 
 121       <choice value="no" text="No"/>
 
 125   <inputSet id="buildingAddress">
 
 126     <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"/>
 
 127     <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
 
 128     <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
 
 129     <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
 
 133     <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
 
 136   <inputSet id="cuisine">
 
 137     <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
 
 138       <!-- The 30 most popular values according to taginfo 23/12/2010 -->
 
 139       <choice value="burger" text="Burger"/>
 
 140       <choice value="chicken" text="Chicken"/>
 
 141       <choice value="chinese" text="Chinese"/>
 
 142       <choice value="coffee_shop" text="Coffee Shop"/>
 
 143       <choice value="greek" text="Greek"/>
 
 144       <choice value="pizza" text="Pizza"/>
 
 145       <choice value="sandwich" text="Sandwich"/>
 
 146       <choice value="seafood" text="Sea Food"/>
 
 147       <choice value="regional" text="Regional"/>
 
 148       <choice value="italian" text="Italian"/>
 
 149       <choice value="german" text="German"/>
 
 150       <choice value="kebab" text="Kebab/souvlaki/gyro"/>
 
 151       <choice value="indian" text="Indian"/>
 
 152       <choice value="asian" text="Asian"/>
 
 153       <choice value="mexican" text="Mexican"/>
 
 154       <choice value="thai" text="Thai"/>
 
 155       <choice value="japanese" text="Japanese"/>
 
 156       <choice value="ice_cream" text="Ice-cream"/>
 
 157       <choice value="fish_and_chips" text="Fish & Chips"/>
 
 158       <choice value="turkish" text="Turkish"/>
 
 159       <choice value="french" text="French"/>
 
 160       <choice value="sushi" text="Sushi"/>
 
 161       <choice value="american" text="American"/>
 
 162       <choice value="steak_house" text="Steak House"/>
 
 163       <choice value="international" text="International"/>
 
 164       <choice value="spanish" text="Spanish"/>
 
 165       <choice value="vietnamese" text="Vietnamese"/>
 
 166       <choice value="fish" text="Fish"/>
 
 167       <choice value="bavarian" text="Bavarian"/>
 
 168       <choice value="vegetarian" text="Vegetarian"/>
 
 170       <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
 
 176   <inputSet id="majorRoad">
 
 177     <inputSet ref="names"/>
 
 178     <inputSet ref="roadRefs"/>
 
 179     <inputSet ref="roadRestrictions"/>
 
 180     <inputSet ref="roadPhysical"/>
 
 181     <inputSet ref="cycle"/>
 
 182     <inputSet ref="bicycle-lane"/>
 
 183     <inputSet ref="bus-route"/>
 
 184     <inputSet ref="pedestrians"/>
 
 185     <inputSet ref="roadLanes"/>
 
 186     <inputSet ref="roadRoundabout"/>
 
 187     <inputSet ref="permissions"/>
 
 191   <inputSet id="minorRoad">
 
 192     <inputSet ref="names"/>
 
 193     <inputSet ref="roadRestrictions"/>
 
 194     <inputSet ref="roadPhysical"/>
 
 195     <inputSet ref="cycle"/>
 
 196     <inputSet ref="bicycle-lane"/>
 
 197     <inputSet ref="bus-route"/>
 
 198     <inputSet ref="pedestrians"/>
 
 199     <inputSet ref="roadLanes"/>
 
 200     <inputSet ref="roadRoundabout"/>
 
 201     <inputSet ref="permissions"/>
 
 205     <inputSet ref="simpleName"/>
 
 206     <inputSet ref="roadPhysical"/>
 
 207     <inputSet ref="cycle"/>
 
 208     <inputSet ref="ldp"/>
 
 209     <inputSet ref="pedestrians"/>
 
 210     <inputSet ref="permissions"/>
 
 213   <inputSet id="junctionNode">
 
 214     <inputSet ref="turnRestrictions"/>
 
 217   <inputSet id="roadRefs">
 
 218     <input type="freetext" presence="always"
 
 219         name="Reference" category="Naming" priority="high"
 
 220         key="ref" description="The official reference number"/>
 
 221     <input type="freetext" presence="onTagMatch"
 
 222         name="International Reference" category="Naming"
 
 223         key="int_ref" description="The official international reference number"/>
 
 224     <input type="freetext" presence="onTagMatch"
 
 225         name="Old Reference" category="Naming" priority="low"
 
 226         key="old_ref" description="The historic or previous reference number"/>
 
 229   <inputSet id="roadPhysical">
 
 230     <input type="freetext" presence="onTagMatch"
 
 231         name="Width" category="Physical"
 
 232         key="width" description="Width of the road" layout="horizontal"/>
 
 233     <input type="choice" presence="onTagMatch"
 
 234         name="Surface" category="Physical" description="Type of road surface"
 
 235         key="surface" layout="horizontal">
 
 236       <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
 
 237       <choice value="paved" text="Paved" description="Road surface is sealed"/>
 
 238       <choice value="asphalt" text="Asphalt"/>
 
 239       <choice value="concrete" text="Concrete"/>
 
 240       <choice value="paving_stones" text="Paving stones"/>
 
 241       <choice value="cobblestone" text="Cobblestone"/>
 
 242       <choice value="sand" text="Sand"/>
 
 243       <choice value="gravel" text="Gravel"/>
 
 244       <choice value="dirt" text="Dirt"/>
 
 245       <choice value="grass" text="Grass"/>
 
 247     <inputSet ref="bridge"/>
 
 248     <inputSet ref="tunnel"/>
 
 249     <inputSet ref="embankment-cutting"/>
 
 250     <!-- not sure which category best suits put area=yes -->
 
 251     <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." />
 
 254   <inputSet id="roadLanes">
 
 255     <input presence="onTagMatch" type="number" name="Lanes" category="Physical" description="Total number of lanes, counting both directions"
 
 256            key="lanes" minimum="1" maximum="10" layout="horizontal"/>
 
 259   <inputSet id="bridge">
 
 260     <input type="choice" presence="onTagMatch"
 
 261         name="Bridge" category="Physical" description="Road goes over a bridge"
 
 262         key="bridge" layout="horizontal">
 
 263       <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
 
 264       <choice value="viaduct" text="Viaduct" description="Viaduct"/>
 
 265       <choice value="suspension" text="Suspension bridge"/>
 
 267     <input type="slider" presence="onTagMatch"
 
 268         name="Layer" category="Physical" description="Relative vertical positions (-5 lowest, +5 highest)"
 
 269         key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
 
 270         defaultName="Ground"/>
 
 272   <inputSet id="tunnel">
 
 273     <!-- Not ideal, used for non-roads too. -->  
 
 274     <input type="choice" presence="onTagMatch"
 
 275         name="Tunnel" category="Physical" description="Road goes into a tunnel"
 
 276         key="tunnel" layout="horizontal">
 
 277       <choice value="yes" text="Tunnel" description="Generic tunnel"/>
 
 281   <inputSet id="embankment-cutting">
 
 283            name="Embankment" category="Physical" description="Road supported on a raised bed of earth and rock."
 
 284            key="embankment" layout="horizontal">
 
 285       <choice value="yes" text="Embankment"/>
 
 288            name="Cutting" category="Physical" description="Road carved out of hill on one or both sides."
 
 289            key="cutting" layout="horizontal">
 
 290       <choice value="yes" text="Cutting"/>
 
 295   <inputSet id="rail-electrification">
 
 296     <input type="choice" name="Electrified" category="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
 
 298       <choice value="yes" text="Yes"/>
 
 299       <choice value="no" text="No"/>
 
 301     <input type="choice" name="Voltage" category="Electrification" description="Nominal voltage of electric wires"
 
 302            key="voltage" presence="withCategory">
 
 303       <choice value="600" text="600V"/>
 
 304       <choice value="750" text="750V"/>
 
 305       <choice value="1500" text="1500V"/>
 
 306       <choice value="3000" text="3000V"/>
 
 307       <choice value="15000" text="15kV"/>
 
 308       <choice value="25000" text="25kV"/>
 
 310     <input type="choice" name="Frequency" category="Electrification" description="Frequency in Hertz of alternating current power supply"
 
 311            key="frequency" presence="withCategory">
 
 312       <choice value="0" text="DC"/>
 
 313       <choice value="16.67" text="16.67 Hz"/>
 
 314       <choice value="16.7" text="16.7 Hz"/>
 
 315       <choice value="25" text="25 Hz"/>
 
 316       <choice value="50" text="50 Hz"/>
 
 317       <choice value="60" text="60 Hz"/>
 
 321   <inputSet id="rail-usage">
 
 322     <input type="choice" name="Usage" category="Usage" description="Main use of the line" key="usage">
 
 323       <choice value="main" text="Main line" description="The principal artery of a rail system."/>
 
 324       <choice value="branch" text="Branch line" description="A secondary line, branching off a main line."/>
 
 325       <choice value="industrial" text="Industrial"/>
 
 326       <choice value="tourism" text="Tourism" />
 
 327       <choice value="military" text="Military"/>
 
 332     <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
 
 335   <inputSet id="roadRestrictions">
 
 336     <input type="choice" presence="always"
 
 337         name="Oneway" category="Restrictions" description="Oneway roads"
 
 339       <choice value="yes" match="yes|true|1" text="One way"
 
 340         description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
 
 341       <choice value="no" match="no|false|0" text="Two way"
 
 342         description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
 
 343       <choice value="-1" match="-1|reverse" text="One way reverse"
 
 344         description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
 
 346     <input type="speed" presence="onTagMatch"
 
 347         name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
 
 351   <inputSet id="roadRoundabout">
 
 352     <!-- review the choice of category -->
 
 353     <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."
 
 355       <choice value="roundabout" text="Yes"/>
 
 359   <inputSet id="turnRestrictions">
 
 360     <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
 
 361       <match k="type" v="restriction"/>
 
 366   <inputSet id="pedestrians">
 
 367     <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walking" key="foot">
 
 368       <choice value="yes" text="Allowed"/>
 
 369       <choice value="no" text="Prohibited"/>
 
 370       <choice value="designated" text="Designated"/>
 
 374   <inputSet id="naptan">
 
 375     <input type="freetext" presence="onTagMatch" category="Naptan" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode"/>
 
 376     <input type="choice" presence="onTagMatch" category="Naptan" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
 
 377       <choice value="N"  match="N"  text="N"  description=""/>
 
 378       <choice value="NE" match="NE" text="NE" description=""/>
 
 379       <choice value="E"  match="E"  text="E"  description=""/>
 
 380       <choice value="SE" match="SE" text="SE" description=""/>
 
 381       <choice value="S"  match="S"  text="S"  description=""/>
 
 382       <choice value="SW" match="SW" text="SW" description=""/>
 
 383       <choice value="W"  match="W"  text="W"  description=""/>
 
 384       <choice value="NW" match="NW" text="NW" description=""/>
 
 386     <input type="freetext" presence="onTagMatch" category="Naptan" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName"/>
 
 387     <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator"/>
 
 388     <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Street (read-only)" key="naptan:Street"/>
 
 389     <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"/>
 
 392   <inputSet id="buses">
 
 393     <input type="freetext" presence="always" category="Bus Stop" name="Stop Name" key="name" description="The name of the bus stop"/>
 
 394     <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"/>
 
 395     <inputSet ref="naptan"/>
 
 398   <inputSet id="bus-route">
 
 399     <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
 
 400       <match k="type" v="route"/>
 
 401       <match k="route" v="bus"/>
 
 402       <icon image="features/route__bus.png">
 
 403         <font size="12pt">${operator} <b>${ref}</b></font>
 
 408   <inputSet id="tram-route">
 
 409     <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
 
 410       <match k="type" v="route"/>
 
 411       <match k="route" v="tram"/>
 
 412       <icon image="features/transport__tram.png">
 
 413         <font size="12pt">${operator} <b>${ref}</b></font>
 
 418   <inputSet id="cycle">
 
 419     <inputSet ref="bicycle-permission"/>
 
 420     <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
 
 421       <match k="type" v="route"/>
 
 422       <match k="route" v="bicycle"/>
 
 423       <match k="network" v="ncn"/>
 
 424       <icon image="features/route__ncn.png" background="#ff6f7a" foreground="white">
 
 425         <font size="14pt"><b>${ref}</b></font><br/>
 
 426         <font size="12pt">${name}</font>
 
 429     <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
 
 430       <match k="type" v="route"/>
 
 431       <match k="route" v="bicycle"/>
 
 432       <match k="network" v="rcn"/>
 
 433       <icon image="features/route__rcn.png" background="#6ff7ff" foreground="white">
 
 434         <font size="14pt"><b>${ref}</b></font><br/>
 
 435         <font size="12pt">${name}</font>
 
 438     <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
 
 439       <match k="type" v="route"/>
 
 440       <match k="route" v="bicycle"/>
 
 441       <match k="network" v="lcn"/>
 
 442       <icon image="features/route__lcn.png" background="#7d6fff" foreground="white">
 
 443         <font size="14pt"><b>${ref}</b></font><br/>
 
 444         <font size="12pt">${name}</font>
 
 449   <inputSet id="bicycle-permission">
 
 451            name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
 
 453       <choice value="yes" text="Allowed"/>
 
 454       <choice value="no" text="Prohibited" desciption="Cycling is not allowed. Pushing your bicycle is not allowed either."/>
 
 455       <choice value="private" text="Private"/>
 
 456       <choice value="dismount" text="Cyclists dismount" description="Signage states that cyclists should dismount and push their bike for the selected path or road."/>
 
 457       <choice value="designated" text="Designated"/>
 
 458       <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
 
 462   <inputSet id="bicycle-lane">
 
 464         name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
 
 465         key="cycleway" layout="horizontal">
 
 466       <choice value="no" text="No bike lanes"/>
 
 467       <choice value="lane" text="On-road bike lane" description="Separated by painted line on the road from cars"/>
 
 468       <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
 
 469       <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
 
 470       <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."/>
 
 471       <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."/>
 
 472       <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
 
 477     <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
 
 478       <match k="type" v="route"/>
 
 479       <match k="route" v="hiking|foot"/>
 
 480       <match k="network" v="nwn"/>
 
 481       <icon image="features/route__nwn.png" background="red" foreground="white">
 
 482         <font size="14pt"><b>${ref}</b></font><br/>
 
 483         <font size="12pt">${name}</font>
 
 486     <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
 
 487       <match k="type" v="route"/>
 
 488       <match k="route" v="hiking|foot"/>
 
 489       <match k="network" v="rwn"/>
 
 490       <icon image="features/route__rwn.png" background="cyan" foreground="white">
 
 491         <font size="14pt"><b>${ref}</b></font><br/>
 
 492         <font size="12pt">${name}</font>
 
 495     <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
 
 496       <match k="type" v="route"/>
 
 497       <match k="route" v="hiking|foot"/>
 
 498       <match k="network" v="lwn"/>
 
 499       <icon image="features/route__lwn.png" background="blue" foreground="white">
 
 500         <font size="14pt"><b>${ref}</b></font><br/>
 
 501         <font size="12pt">${name}</font>
 
 506   <inputSet id="route">
 
 507     <inputSet ref="names"/>
 
 508     <inputSet ref="roadRefs"/>
 
 511   <inputSet id="waterways">
 
 512     <inputSet ref="simpleName"/>
 
 513     <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
 
 514     <inputSet ref="boatPermissions"/>
 
 516 <!-- Would be good to have a dedicated 'access' type of input -->
 
 517   <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
 
 518   <inputSet id="boatPermissions">
 
 519     <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
 
 520       <choice value="yes" text="Allowed" description="General right of way."/>
 
 521       <choice value="no" text="Prohibited" description="No access to the public."/>
 
 522       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
 
 523       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
 
 524       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
 
 528   <inputSet id="permissions">
 
 529     <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
 
 530       <choice value="yes" text="Allowed" description="General right of way."/>
 
 531       <choice value="no" text="Prohibited" description="No access to the public."/>
 
 532       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
 
 533       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
 
 534       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
 
 537     <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
 
 538       <choice value="yes" text="Allowed" description="General right of way."/>
 
 539       <choice value="no" text="Prohibited" description="No access to the public."/>
 
 540       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
 
 541       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
 
 542       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
 
 545     <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
 
 546       <choice value="yes" text="Allowed" description="General right of way."/>
 
 547       <choice value="no" text="Prohibited" description="No access to the public."/>
 
 548       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
 
 549       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
 
 550       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
 
 555   <inputSet id="places">
 
 556     <input type="choice" name="Type of Place" presence="always" key="place">
 
 557       <choice value="locality" text="Locality"/>
 
 558       <choice value="hamlet" text="Hamlet"/>
 
 559       <choice value="village" text="Village"/>
 
 560       <choice value="suburb" text="Suburb"/>
 
 561       <choice value="town" text="Town"/>
 
 562       <choice value="city" text="City"/>
 
 563       <choice value="county" text="County"/>
 
 564       <choice value="region" text="Region"/>
 
 565       <choice value="state" text="State"/>
 
 566       <choice value="country" text="Country"/>
 
 567       <choice value="continent" text="Continent"/>
 
 568       <choice value="island" text="Island"/>
 
 569       <choice value="islet" text="Islet"/>
 
 573   <inputSet id="isBuilding">
 
 574     <input type="checkbox" presence="onTagMatch" category="Misc" description="Does this thing also represent one, solid building?" name="Building" key="building"/>
 
 577   <inputSet id="powerCables">
 
 578     <input type="choice" name="Cables" key="cables" presence="always" category="Power">
 
 579       <choice value="2" text="2"/>
 
 580       <choice value="3" text="3"/>
 
 581       <choice value="4" text="4"/>
 
 582       <choice value="6" text="6"/>
 
 583       <choice value="8" text="8"/>
 
 584       <choice value="10" text="10"/>
 
 585       <choice value="12" text="12"/>
 
 587     <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
 
 588       <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
 
 589       <choice value="400" text="400 V"/>
 
 590       <choice value="600" text="600 V"/>
 
 591       <choice value="750" text="750 V"/>
 
 592       <choice value="1500" text="1500 V"/>
 
 593       <choice value="3000" text="3000 V"/>
 
 594       <choice value="15000" text="15 kV"/>
 
 595       <choice value="20000" text="20 kV"/>
 
 596       <choice value="35000" text="35 kV"/>
 
 597       <choice value="110000" text="110 kV"/>
 
 598       <choice value="132000" text="132 kV"/>
 
 599       <choice value="138000" text="238 kV"/>
 
 600       <choice value="220000" text="220 kV"/>
 
 601       <choice value="380000" text="380 kV"/>
 
 608   <include file="map_features/roads.xml" />     <!-- includes traffic calming, roundabouts, race track -->
 
 609   <include file="map_features/paths.xml" />     <!-- includes steps, highway=pedestrian, bike/hike routes -->
 
 610   <include file="map_features/water.xml" />     <!-- includes coastline -->
 
 611   <include file="map_features/transport.xml" /> <!-- includes rail, trams, bus, airports, car rental, bike parking... -->
 
 612   <include file="map_features/power.xml" />     <!-- includes power lines, pylons, stations -->
 
 613   <include file="map_features/places.xml" />    <!-- includes boundaries (inc. NP) -->
 
 614   <include file="map_features/tourism.xml" />   <!-- includes accommodation -->
 
 615   <include file="map_features/barriers.xml" /> 
 
 616   <include file="map_features/shopping.xml" />  <!-- no clear distinction between this, amenities and buildings -->
 
 617   <include file="map_features/amenities.xml" /> <!-- includes cafe, bar... --> 
 
 618   <include file="map_features/landuse.xml" />   <!-- includes outdoor leisure/sporting stuff, agriculture, natural. --> 
 
 619   <include file="map_features/buildings.xml" /> <!-- a bit of a dumping ground, includes sports centre, shopping centre, hospital... --> 
 
 620   <include file="map_features/man_made.xml" />  
 
 625   <feature name="Multipolygon">
 
 626     <category>advanced</category>
 
 628     <tag k="type" v="multipolygon"/>
 
 629     <inputSet ref="common"/>