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.
51 <category name="Roads" id="roads">
54 <category name="Paths" id="paths">
57 <category name="Shopping" id="shopping">
60 <category name="Food and Drink" id="foodanddrink">
63 <category name="Amenity" id="amenity">
66 <category name="Tourism" id="tourism">
69 <category name="Accommodation" id="accommodation">
72 <category name="Transport" id="transport">
75 <category name="Water" id="water">
78 <category name="Natural" id="natural">
81 <category name="Barrier" id="barrier">
84 <category name="Power" id="power">
87 <category name="Admin" id="admin">
90 <category name="Buildings" id="buildings">
93 <category name="Landuse" id="landuse">
96 <category name="Agriculture" id="agriculture">
99 <category name="Advanced" id="advanced">
102 <category name="Places" id="places">
105 <!-- Common input sets -->
107 <inputSet id="simpleName">
108 <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest"/>
111 <inputSet id="source">
112 <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"/>
115 <inputSet id="common">
116 <inputSet ref="source"/>
119 <inputSet id="names">
120 <input type="freetext" presence="always"
121 name="Name" category="Naming" priority="highest"
122 key="name" description="The most common name"/>
123 <input type="freetext" presence="onTagMatch"
124 name="International Name" category="Naming"
125 key="int_name" description="The internationally recognised name"/>
126 <input type="freetext" presence="onTagMatch"
127 name="Historical Name" category="Naming" priority="low"
128 key="old_name" description="The historic or previous name"/>
132 <input type="choice" presence="onTagMatch" category="Eating" name="Wifi" key="wifi">
133 <choice value="free" text="Free"/>
134 <choice value="yes" text="Yes"/>
135 <choice value="no" text="No"/>
139 <inputSet id="buildingAddress">
140 <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"/>
141 <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
142 <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
143 <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
147 <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
150 <inputSet id="cuisine">
151 <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
152 <choice value="burger" text="Burger"/>
153 <choice value="chicken" text="Chicken"/>
154 <choice value="chinese" text="Chinese"/>
155 <choice value="coffee_shop" text="Coffee Shop"/>
156 <choice value="greek" text="Greek"/>
157 <choice value="pizza" text="Pizza"/>
158 <choice value="sandwich" text="Sandwich"/>
159 <choice value="sea_food" text="Sea Food"/>
160 <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
166 <inputSet id="majorRoad">
167 <inputSet ref="names"/>
168 <inputSet ref="roadRefs"/>
169 <inputSet ref="roadRestrictions"/>
170 <inputSet ref="roadPhysical"/>
171 <inputSet ref="cycle"/>
172 <inputSet ref="bicycle-lane"/>
173 <inputSet ref="bus-route"/>
174 <inputSet ref="pedestrians"/>
175 <inputSet ref="roadLanes"/>
176 <inputSet ref="roadRoundabout"/>
177 <inputSet ref="permissions"/>
180 <inputSet id="minorRoad">
181 <inputSet ref="names"/>
182 <inputSet ref="roadRestrictions"/>
183 <inputSet ref="roadPhysical"/>
184 <inputSet ref="cycle"/>
185 <inputSet ref="bicycle-lane"/>
186 <inputSet ref="bus-route"/>
187 <inputSet ref="pedestrians"/>
188 <inputSet ref="roadLanes"/>
189 <inputSet ref="roadRoundabout"/>
190 <inputSet ref="permissions"/>
194 <inputSet ref="simpleName"/>
195 <inputSet ref="roadPhysical"/>
196 <inputSet ref="cycle"/>
197 <inputSet ref="ldp"/>
198 <inputSet ref="pedestrians"/>
199 <inputSet ref="permissions"/>
202 <inputSet id="junctionNode">
203 <inputSet ref="turnRestrictions"/>
206 <inputSet id="roadRefs">
207 <input type="freetext" presence="always"
208 name="Reference" category="Naming" priority="high"
209 key="ref" description="The official reference number"/>
210 <input type="freetext" presence="onTagMatch"
211 name="International Reference" category="Naming"
212 key="int_ref" description="The official international reference number"/>
213 <input type="freetext" presence="onTagMatch"
214 name="Old Reference" category="Naming" priority="low"
215 key="old_ref" description="The historic or previous reference number"/>
218 <inputSet id="roadPhysical">
219 <input type="freetext" presence="onTagMatch"
220 name="Width" category="Physical"
221 key="width" description="Width of the road" layout="horizontal"/>
222 <input type="choice" presence="onTagMatch"
223 name="Surface" category="Physical" description="Type of road surface"
224 key="surface" layout="horizontal">
225 <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
226 <choice value="paved" text="Paved" description="Road surface is sealed"/>
227 <choice value="asphalt" text="Asphalt"/>
228 <choice value="concrete" text="Concrete"/>
229 <choice value="paving_stones" text="Paving stones"/>
230 <choice value="cobblestone" text="Cobblestone"/>
231 <choice value="sand" text="Sand"/>
232 <choice value="gravel" text="Gravel"/>
233 <choice value="dirt" text="Dirt"/>
234 <choice value="grass" text="Grass"/>
236 <inputSet ref="bridge"/>
237 <inputSet ref="tunnel"/>
238 <inputSet ref="embankment-cutting"/>
241 <inputSet id="roadLanes">
242 <input presence="onTagMatch" type="number" name="Lanes" category="Physical" description="Total number of lanes, counting both directions"
243 key="lanes" minimum="1" maximum="10" layout="horizontal"/>
246 <inputSet id="bridge">
247 <input type="choice" presence="onTagMatch"
248 name="Bridge" category="Physical" description="Road goes over a bridge"
249 key="bridge" layout="horizontal">
250 <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
251 <choice value="viaduct" text="Viaduct" description="Viaduct"/>
252 <choice value="suspension" text="Suspension bridge"/>
254 <input type="slider" presence="onTagMatch"
255 name="Layer" category="Physical" description="Relative vertical positions (-5 lowest, +5 highest)"
256 key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
257 defaultName="Ground"/>
259 <inputSet id="tunnel">
260 <!-- Not ideal, used for non-roads too. -->
261 <input type="choice" presence="onTagMatch"
262 name="Tunnel" category="Physical" description="Road goes into a tunnel"
263 key="tunnel" layout="horizontal">
264 <choice value="yes" text="Tunnel" description="Generic tunnel"/>
268 <inputSet id="embankment-cutting">
270 name="Embankment" category="Physical" description="Road supported on a raised bed of earth and rock."
271 key="embankment" layout="horizontal">
272 <choice value="yes" text="Embankment"/>
275 name="Cutting" category="Physical" description="Road carved out of hill on one or both sides."
276 key="cutting" layout="horizontal">
277 <choice value="yes" text="Cutting"/>
282 <inputSet id="rail-electrification">
283 <input type="choice" name="Electrified" category="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
285 <choice value="yes" text="Yes"/>
286 <choice value="no" text="No"/>
288 <input type="choice" name="Voltage" category="Electrification" description="Nominal voltage of electric wires"
289 key="voltage" presence="withCategory">
290 <choice value="600" text="600V"/>
291 <choice value="750" text="750V"/>
292 <choice value="1500" text="1500V"/>
293 <choice value="3000" text="3000V"/>
294 <choice value="15000" text="15kV"/>
295 <choice value="25000" text="25kV"/>
297 <input type="choice" name="Frequency" category="Electrification" description="Frequency in Hertz of alternating current power supply"
298 key="frequency" presence="withCategory">
299 <choice value="0" text="DC"/>
300 <choice value="16.67" text="16.67 Hz"/>
301 <choice value="16.7" text="16.7 Hz"/>
302 <choice value="25" text="25 Hz"/>
303 <choice value="50" text="50 Hz"/>
304 <choice value="60" text="60 Hz"/>
308 <inputSet id="rail-usage">
309 <input type="choice" name="Usage" category="Usage" description="Main use of the line" key="usage">
310 <choice value="main" text="Main line" description="The principal artery of a rail system."/>
311 <choice value="branch" text="Branch line" description="A secondary line, branching off a main line."/>
312 <choice value="industrial" text="Industrial"/>
313 <choice value="tourism" text="Tourism" />
314 <choice value="military" text="Military"/>
319 <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
322 <inputSet id="roadRestrictions">
323 <input type="choice" presence="always"
324 name="Oneway" category="Restrictions" description="Oneway roads"
326 <choice value="yes" match="yes|true|1" text="One way"
327 description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
328 <choice value="no" match="no|false|0" text="Two way"
329 description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
330 <choice value="-1" match="-1|reverse" text="One way reverse"
331 description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
333 <input type="speed" presence="onTagMatch"
334 name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
338 <inputSet id="roadRoundabout">
339 <!-- review the choice of category -->
340 <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."
342 <choice value="roundabout" text="Yes"/>
346 <inputSet id="turnRestrictions">
347 <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
348 <match k="type" v="restriction"/>
353 <inputSet id="pedestrians">
354 <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walking" key="foot">
355 <choice value="yes" text="Allowed"/>
356 <choice value="no" text="Prohibited"/>
357 <choice value="designated" text="Designated"/>
361 <inputSet id="naptan">
362 <input type="freetext" presence="onTagMatch" category="Naptan" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode"/>
363 <input type="choice" presence="onTagMatch" category="Naptan" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
364 <choice value="N" match="N" text="N" description=""/>
365 <choice value="NE" match="NE" text="NE" description=""/>
366 <choice value="E" match="E" text="E" description=""/>
367 <choice value="SE" match="SE" text="SE" description=""/>
368 <choice value="S" match="S" text="S" description=""/>
369 <choice value="SW" match="SW" text="SW" description=""/>
370 <choice value="W" match="W" text="W" description=""/>
371 <choice value="NW" match="NW" text="NW" description=""/>
373 <input type="freetext" presence="onTagMatch" category="Naptan" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName"/>
374 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator"/>
375 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Street (read-only)" key="naptan:Street"/>
376 <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"/>
379 <inputSet id="buses">
380 <input type="freetext" presence="always" category="Bus Stop" name="Stop Name" key="name" description="The name of the bus stop"/>
381 <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"/>
382 <inputSet ref="naptan"/>
385 <inputSet id="bus-route">
386 <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
387 <match k="type" v="route"/>
388 <match k="route" v="bus"/>
389 <icon image="features/transport__bus.png">
390 <font size="12pt">${operator} <b>${ref}</b></font>
395 <inputSet id="tram-route">
396 <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
397 <match k="type" v="route"/>
398 <match k="route" v="tram"/>
399 <icon image="features/transport__tram.png">
400 <font size="12pt">${operator} <b>${ref}</b></font>
405 <inputSet id="cycle">
406 <inputSet ref="bicycle-permission"/>
407 <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
408 <match k="type" v="route"/>
409 <match k="route" v="bicycle"/>
410 <match k="network" v="ncn"/>
411 <icon image="features/cycle__ncn.png" background="#ff6f7a" foreground="white">
412 <font size="14pt"><b>${ref}</b></font><br/>
413 <font size="12pt">${name}</font>
416 <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
417 <match k="type" v="route"/>
418 <match k="route" v="bicycle"/>
419 <match k="network" v="rcn"/>
420 <icon image="features/cycle__rcn.png" background="#6ff7ff" foreground="white">
421 <font size="14pt"><b>${ref}</b></font><br/>
422 <font size="12pt">${name}</font>
425 <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
426 <match k="type" v="route"/>
427 <match k="route" v="bicycle"/>
428 <match k="network" v="lcn"/>
429 <icon image="features/cycle__lcn.png" background="#7d6fff" foreground="white">
430 <font size="14pt"><b>${ref}</b></font><br/>
431 <font size="12pt">${name}</font>
436 <inputSet id="bicycle-permission">
438 name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
440 <choice value="no" text="Prohibited"/>
441 <choice value="yes" text="Allowed"/>
442 <choice value="designated" text="Designated"/>
443 <choice value="private" text="Private"/>
444 <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
448 <inputSet id="bicycle-lane">
450 name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
451 key="cycleway" layout="horizontal">
452 <choice value="no" text="No bike lanes"/>
453 <choice value="opposite" text="No, but two-way bicycle traffic permitted" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane. Common in Belgium, Netherlands, Denmark."/>
454 <choice value="lane" text="Standard bike lane" description="Separated by painted line"/>
455 <choice value="track" text="Copenhagen-style bike lane" description="Separated by kerb or parked cars"/>
456 <choice value="opposite_lane" text="Two-way bike lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
457 <choice value="opposite_track" text="Two-way Copenhagen-style bike lane" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
458 <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
463 <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
464 <match k="type" v="route"/>
465 <match k="network" v="nwn"/>
466 <icon background="red" foreground="white">
467 <font size="14pt"><b>${ref}</b></font><br/>
468 <font size="12pt">${name}</font>
471 <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
472 <match k="type" v="route"/>
473 <match k="network" v="rwn"/>
474 <icon background="cyan" foreground="white">
475 <font size="14pt"><b>${ref}</b></font><br/>
476 <font size="12pt">${name}</font>
479 <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
480 <match k="type" v="route"/>
481 <match k="network" v="lwn"/>
482 <icon background="blue" foreground="white">
483 <font size="14pt"><b>${ref}</b></font><br/>
484 <font size="12pt">${name}</font>
489 <inputSet id="route">
490 <inputSet ref="names"/>
491 <inputSet ref="roadRefs"/>
494 <inputSet id="waterways">
495 <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name"/>
496 <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
497 <inputSet ref="boatPermissions"/>
499 <!-- Would be good to have a dedicated 'access' type of input -->
500 <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
501 <inputSet id="boatPermissions">
502 <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
503 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
504 <choice value="yes" text="Allowed" description="General right of way."/>
505 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
506 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
507 <choice value="no" text="Prohibited" description="No access to the public."/>
511 <inputSet id="permissions">
512 <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
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."/>
520 <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
521 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
522 <choice value="yes" text="Allowed" description="General right of way."/>
523 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
524 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
525 <choice value="no" text="Prohibited" description="No access to the public."/>
528 <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
529 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
530 <choice value="yes" text="Allowed" description="General right of way."/>
531 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
532 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
533 <choice value="no" text="Prohibited" description="No access to the public."/>
538 <inputSet id="places">
539 <input type="choice" name="Type of Place" presence="always" key="place">
540 <choice value="locality" text="Locality"/>
541 <choice value="hamlet" text="Hamlet"/>
542 <choice value="village" text="Village"/>
543 <choice value="suburb" text="Suburb"/>
544 <choice value="town" text="Town"/>
545 <choice value="city" text="City"/>
546 <choice value="county" text="County"/>
547 <choice value="region" text="Region"/>
548 <choice value="state" text="State"/>
549 <choice value="country" text="Country"/>
550 <choice value="continent" text="Continent"/>
551 <choice value="island" text="Island"/>
552 <choice value="islet" text="Islet"/>
556 <!-- ************************************************************************
558 ************************************************************************ -->
560 <feature name="Motorway">
561 <category>roads</category>
562 <icon image="features/highway__motorway.png">
563 <font size="16pt"><b>${ref}</b></font><br/>
565 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
568 <tag k="highway" v="motorway"/>
570 <inputSet ref="majorRoad"/>
571 <inputSet ref="common"/>
574 <feature name="Motorway link">
575 <category>roads</category>
576 <icon image="features/highway__motorway_link.png"/>
578 <tag k="highway" v="motorway_link"/>
580 <inputSet ref="majorRoad"/>
581 <inputSet ref="common"/>
584 <feature name="Trunk road">
585 <category>roads</category>
586 <icon image="features/highway__trunk.png">
587 <font size="16pt"><b>${ref}</b></font><br/>
588 <font size="10pt">${name}</font>
590 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
593 <tag k="highway" v="trunk"/>
595 <inputSet ref="majorRoad"/>
596 <inputSet ref="common"/>
599 <feature name="Trunk link">
600 <category>roads</category>
601 <icon image="features/highway__trunk_link.png"/>
603 <tag k="highway" v="trunk_link"/>
605 <inputSet ref="majorRoad"/>
606 <inputSet ref="common"/>
609 <feature name="Primary road">
610 <category>roads</category>
611 <icon image="features/highway__primary.png">
612 <font size="16pt"><b>${ref}</b></font><br/>
613 <font size="10pt">${name}</font>
615 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
618 <tag k="highway" v="primary"/>
620 <inputSet ref="majorRoad"/>
621 <inputSet ref="common"/>
624 <feature name="Primary link">
625 <category>roads</category>
626 <icon image="features/highway__primary_link.png">
627 <font size="16pt"><b>${ref}</b></font><br/>
628 <font size="10pt">${name}</font>
630 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
633 <tag k="highway" v="primary_link"/>
635 <inputSet ref="majorRoad"/>
636 <inputSet ref="common"/>
640 <feature name="Secondary road">
641 <category>roads</category>
642 <icon image="features/highway__secondary.png">
643 <font size="16pt"><b>${ref}</b></font><br/>
644 <font size="10pt">${name}</font>
646 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
649 <tag k="highway" v="secondary"/>
651 <inputSet ref="majorRoad"/>
652 <inputSet ref="common"/>
655 <feature name="Secondary link">
656 <category>roads</category>
657 <icon image="features/highway__secondary_link.png">
662 <font size="10pt">${name}</font>
664 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
667 <tag k="highway" v="secondary_link"/>
669 <inputSet ref="majorRoad"/>
670 <inputSet ref="common"/>
675 <feature name="Tertiary road">
676 <category>roads</category>
677 <icon image="features/highway__tertiary.png">
678 <font size="14pt"><b>${name}</b></font><br/>
679 <font size="10pt">${ref}</font>
681 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
684 <tag k="highway" v="tertiary"/>
686 <inputSet ref="majorRoad"/>
687 <inputSet ref="common"/>
690 <feature name="Tertiary link">
691 <category>roads</category>
692 <icon image="features/highway__tertiary_link.png">
693 <font size="14pt"><b>${name}</b></font><br/>
694 <font size="10pt">${ref}</font>
696 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
699 <tag k="highway" v="tertiary_link"/>
701 <inputSet ref="majorRoad"/>
702 <inputSet ref="common"/>
706 <feature name="Minor road">
707 <category>roads</category>
708 <icon image="features/highway__unclassified.png">
709 <font size="14pt"><b>${name}</b></font>
711 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
714 <tag k="highway" v="unclassified"/>
716 <inputSet ref="minorRoad"/>
717 <inputSet ref="common"/>
720 <feature name="Residential road">
721 <category>roads</category>
722 <icon image="features/highway__residential.png">
727 <font size="8pt">${postal_code}</font>
730 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
733 <tag k="highway" v="residential"/>
735 <inputSet ref="minorRoad"/>
736 <inputSet ref="common"/>
739 <feature name="Service road">
740 <category>roads</category>
741 <icon image="features/highway__service.png">
742 <font size="14pt"><b>${name}</b></font>
744 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
750 <tag k="highway" v="service"/>
752 <inputSet ref="minorRoad"/>
753 <input type="choice" presence="always" name="Type of service road" key="service" category="">
754 <choice value="alley" text="Alleyway/laneway"/>
755 <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
756 <choice value="driveway" text="Driveway"/>
757 <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
758 <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services."/>
760 <inputSet ref="common"/>
763 <feature name="Unknown road">
764 <category>roads</category>
765 <icon image="features/highway__unknown.png">
766 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
770 <tag k="highway" v="road"/>
772 <inputSet ref="minorRoad"/>
773 <inputSet ref="common"/>
776 <feature name="Living Street">
777 <category>roads</category>
778 <icon image="features/highway__living_street.png">
779 <font size="14pt"><b>${name}</b></font>
781 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
784 <tag k="highway" v="living_street"/>
786 <inputSet ref="minorRoad"/>
787 <inputSet ref="common"/>
790 <feature name="Track">
791 <category>roads</category>
792 <icon image="features/highway__track.png">
793 <font size="14pt"><b>${name}</b></font>
797 <tag k="highway" v="track"/>
799 <inputSet ref="path"/>
800 <inputSet ref="common"/>
804 <!-- ************************************************************************
806 ************************************************************************ -->
808 <feature name="Footpath">
809 <category>paths</category>
810 <icon image="features/paths__footway.png">
811 ${name} <i>${ref}</i>
815 <tag k="highway" v="footway"/>
816 <inputSet ref="path"/>
817 <inputSet ref="common"/>
820 <feature name="Cycle path">
821 <category>paths</category>
822 <icon image="features/paths__bike.png">
823 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
827 <tag k="highway" v="cycleway"/>
828 <inputSet ref="path"/>
829 <inputSet ref="common"/>
832 <feature name="Pedestrian street">
833 <category>paths</category>
834 <icon image="features/paths__pedestrian.png">
840 <tag k="highway" v="pedestrian"/>
841 <!-- pedestrian roads can be lines or areas, with different tags -->
842 <!-- TODO - implement this! -->
844 <tag k="highway" v="pedestrian"/>
847 <tag k="highway" v="pedestrian"/>
848 <tag k="area" v="yes"/>
850 <inputSet ref="minorRoad"/>
851 <inputSet ref="common"/>
854 <feature name="Bridleway">
855 <category>paths</category>
856 <icon image="features/paths__bridleway.png">
860 <tag k="highway" v="bridleway"/>
861 <inputSet ref="path"/>
862 <inputSet ref="common"/>
865 <feature name="Steps">
866 <category>paths</category>
867 <icon image="features/paths__steps.png">
869 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
872 <tag k="highway" v="steps"/>
873 <inputSet ref="path"/>
874 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
875 <inputSet ref="common"/>
878 <!-- ************************************************************************
880 ************************************************************************ -->
882 <feature name="Park">
883 <category>natural</category>
884 <icon image="icons/natural_blank.png">
890 <tag k="leisure" v="park"/>
891 <inputSet ref="common"/>
894 <feature name="Forest">
895 <category>natural</category>
896 <icon image="icons/natural_blank.png"/>
899 <tag k="landuse" v="forest"/>
900 <inputSet ref="common"/>
903 <feature name="Meadow">
904 <category>natural</category>
905 <icon image="icons/natural_blank.png"/>
908 <tag k="landuse" v="meadow"/>
909 <inputSet ref="common"/>
913 <!-- ************************************************************************
915 ************************************************************************ -->
917 <feature name="Wall">
918 <category>barrier</category>
919 <icon image="features/barrier_generic.png"/>
922 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
925 <tag k="barrier" v="wall"/>
926 <inputSet ref="common"/>
929 <feature name="Ditch">
930 <category>barrier</category>
931 <icon image="features/barrier_generic.png"/>
934 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
937 <tag k="barrier" v="ditch"/>
938 <inputSet ref="common"/>
941 <feature name="Retaining wall">
942 <category>barrier</category>
943 <icon image="features/barrier_generic.png"/>
946 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
949 <tag k="barrier" v="retaining_wall"/>
950 <inputSet ref="common"/>
953 <feature name="City wall">
954 <category>barrier</category>
955 <icon image="features/barrier_generic.png"/>
958 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
961 <tag k="barrier" v="city_wall"/>
962 <inputSet ref="common"/>
966 <feature name="Fence">
967 <category>barrier</category>
968 <icon image="features/barrier_generic.png"/>
971 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
974 <tag k="barrier" v="fence"/>
975 <inputSet ref="common"/>
979 <feature name="Hedge">
980 <category>barrier</category>
981 <icon image="features/barrier_generic.png"/>
984 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
987 <tag k="barrier" v="hedge"/>
988 <inputSet ref="common"/>
993 <!-- ************************************************************************
995 ************************************************************************ -->
997 <feature name="Stream">
998 <category>water</category>
999 <description>A very narrow river.</description>
1000 <icon image="features/waterway__stream.png">
1007 <tag k="waterway" v="stream"/>
1008 <inputSet ref="waterways"/>
1009 <inputSet ref="common"/>
1013 <feature name="River">
1014 <category>water</category>
1015 <icon image="features/waterway__river.png">
1016 <font size="14pt"><b>${name}</b></font>
1020 <tag k="waterway" v="river"/>
1021 <inputSet ref="waterways"/>
1022 <inputSet ref="common"/>
1026 <feature name="Canal">
1027 <category>water</category>
1028 <icon image="features/waterway__canal.png">
1035 <tag k="waterway" v="canal"/>
1036 <inputSet ref="waterways"/>
1037 <inputSet ref="tunnel"/>
1038 <inputSet ref="common"/>
1042 <feature name="Drain">
1043 <category>water</category>
1044 <icon image="features/waterway__drain.png">
1045 <font size="14pt"><b>${name}</b></font>
1049 <tag k="waterway" v="drain"/>
1050 <inputSet ref="tunnel"/>
1051 <inputSet ref="common"/>
1055 <feature name="Dam">
1056 <!-- Moved to "barrier" because this describes the dam wall, not the water. -->
1057 <category>barrier</category>
1058 <icon image="features/waterway__dam.png">
1066 <tag k="waterway" v="dam"/>
1067 <inputSet ref="common"/>
1071 <feature name="Riverbank">
1072 <category>water</category>
1073 <icon image="features/pois/water_generic.24.png">
1074 <font size="14pt"><b>${name}</b></font>
1078 <tag k="waterway" v="riverbank"/>
1079 <inputSet ref="common"/>
1083 <feature name="Reservoir">
1084 <category>water</category>
1085 <icon image="features/pois/water_generic.24.png">
1092 <tag k="landuse" v="reservoir"/>
1093 <inputSet ref="boatPermissions"/>
1094 <inputSet ref="common"/>
1098 <feature name="Lake">
1099 <category>water</category>
1100 <icon image="features/pois/water_generic.24.png">
1106 <tag k="natural" v="water"/>
1107 <inputSet ref="names"/>
1108 <inputSet ref="boatPermissions"/>
1109 <inputSet ref="common"/>
1113 <feature name="Basin">
1114 <category>water</category>
1115 <icon image="features/pois/water_generic.24.png">
1122 <tag k="landuse" v="basin"/>
1123 <inputSet ref="boatPermissions"/>
1124 <inputSet ref="common"/>
1128 <feature name="Weir">
1129 <category>water</category>
1130 <icon image="features/waterway__weir.png">
1138 <tag k="waterway" v="weir"/>
1139 <inputSet ref="common"/>
1145 <feature name="Dock">
1146 <category>water</category>
1147 <icon image="features/pois/water_generic.24.png">
1154 <tag k="waterway" v="dock"/>
1155 <inputSet ref="names"/>
1156 <inputSet ref="common"/>
1160 <feature name="Marina">
1161 <category>water</category>
1162 <icon image="features/pois/transport_marina.n.24.png">
1170 <tag k="leisure" v="marina"/>
1171 <inputSet ref="names"/>
1172 <inputSet ref="common"/>
1176 <feature name="Slipway">
1177 <category>water</category>
1178 <icon image="features/waterway__slipway.png" />
1180 <tag k="leisure" v="slipway"/>
1181 <inputSet ref="names"/>
1182 <inputSet ref="common"/>
1185 <feature name="Slipway">
1186 <category>water</category>
1188 <tag k="leisure" v="slipway"/>
1189 <inputSet ref="names"/>
1190 <inputSet ref="common"/>
1193 <feature name="Coastline">
1194 <category>water</category>
1196 <tag k="natural" v="coastline"/>
1197 <inputSet ref="common"/>
1200 <!-- ************************************************************************
1202 ************************************************************************ -->
1204 <feature name="Railway line">
1205 <category>transport</category>
1206 <icon image="features/transport__railway.png">
1213 <tag k="railway" v="rail"/>
1214 <inputSet ref="bridge"/>
1215 <inputSet ref="tunnel"/>
1216 <inputSet ref="embankment-cutting"/>
1217 <inputSet ref="rail-electrification"/>
1218 <inputSet ref="rail-usage"/>
1219 <inputSet ref="common"/>
1223 <feature name="Railway spur">
1224 <category>transport</category>
1225 <icon image="features/transport__railway.png">
1232 <tag k="railway" v="rail"/>
1233 <tag k="service" v="spur"/>
1234 <inputSet ref="common"/>
1238 <feature name="Railway siding">
1239 <category>transport</category>
1240 <icon image="features/transport__railway.png">
1247 <tag k="railway" v="rail"/>
1248 <tag k="service" v="siding"/>
1249 <inputSet ref="common"/>
1253 <feature name="Preserved line">
1254 <category>transport</category>
1255 <icon image="features/transport__railway.png">
1256 <font size="14pt"><b>${name}</b></font>
1260 <tag k="railway" v="preserved"/>
1261 <inputSet ref="common"/>
1265 <feature name="Disused tracks">
1266 <category>transport</category>
1267 <icon image="features/transport__railway_disused.png">
1274 <tag k="railway" v="disused"/>
1275 <inputSet ref="common"/>
1279 <feature name="Old trackbed">
1280 <category>transport</category>
1281 <icon image="features/transport__railway_abandoned.png">
1282 <font size="14pt"><b>${name}</b></font>
1286 <tag k="railway" v="abandoned"/>
1287 <inputSet ref="common"/>
1291 <feature name="Light rail line">
1292 <category>transport</category>
1293 <icon image="features/transport__tram.png">
1300 <tag k="railway" v="light_rail"/>
1301 <inputSet ref="bridge"/>
1302 <inputSet ref="tunnel"/>
1303 <inputset ref="embankment-cutting"/>
1304 <inputSet ref="rail-electrification"/>
1305 <inputSet ref="common"/>
1309 <feature name="Tram line">
1310 <category>transport</category>
1311 <icon image="features/transport__tram.png">
1312 <font size="14pt"><b>${name}</b></font>
1316 <tag k="railway" v="tram"/>
1317 <input ref="tram-route"/>
1318 <inputSet ref="bridge"/>
1319 <inputSet ref="tunnel"/>
1320 <inputset ref="embankment-cutting"/>
1321 <inputSet ref="rail-electrification"/>
1322 <inputSet ref="common"/>
1326 <feature name="Subway line">
1327 <category>transport</category>
1328 <icon image="features/transport__subway.png">
1335 <tag k="railway" v="subway"/>
1336 <inputSet ref="bridge"/>
1337 <inputSet ref="tunnel"/>
1338 <inputset ref="embankment-cutting"/>
1339 <inputSet ref="rail-electrification"/>
1340 <inputSet ref="common"/>
1344 <feature name="Railway platform">
1345 <category>transport</category>
1346 <icon image="features/transport__railway_platform.png"/>
1349 <tag k="railway" v="platform"/>
1350 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The number of the platform" priority="low"/>
1351 <inputSet ref="common"/>
1355 <feature name="Bus station">
1356 <category>transport</category>
1357 <icon image="icons/transport_blank.png">
1358 <b>${name} ${addr:housename}</b><br/>
1359 ${addr:housenumber} ${addr:street} ${addr:postcode}
1363 <tag k="amenity" v="bus_station"/>
1364 <tag k="building" v="yes"/>
1365 <inputSet ref="names"/>
1366 <inputSet ref="buildingAddress"/>
1367 <inputSet ref="common"/>
1371 <feature name="Airport">
1372 <category>transport</category>
1373 <icon image="icons/transport_airport_48.png"/>
1374 <tag k="aeroway" v="aerodrome"/>
1377 <inputSet ref="names"/>
1378 <input type="freetext" presence="always" category="Naming" name="International Air Transport Association (IATA) airport code" key="ref"/>
1379 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1380 <inputSet ref="common"/>
1384 <feature name="Airport terminal">
1385 <category>transport</category>
1386 <icon image="features/pois/transport_airport_terminal.n.24.png"/>
1387 <tag k="aeroway" v="terminal"/>
1390 <inputSet ref="names"/>
1391 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1392 <inputSet ref="common"/>
1396 <feature name="Helipad">
1397 <category>transport</category>
1398 <icon image="icons/transport_helipad_48.png"/>
1399 <tag k="aeroway" v="helipad"/>
1402 <inputSet ref="names"/>
1403 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1404 <inputSet ref="common"/>
1408 <feature name="Airport runway">
1409 <category>transport</category>
1410 <icon image="icons/transport_blank.png"/>
1411 <tag k="aeroway" v="runway"/>
1413 <inputSet ref="names"/>
1414 <input type="freetext" presence="always" category="Naming" name="Runway number (01-36)" key="ref"/>
1415 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1416 <inputSet ref="common"/>
1420 <feature name="Airport taxiway">
1421 <category>transport</category>
1422 <icon image="icons/transport_blank.png"/>
1423 <tag k="aeroway" v="taxiway"/>
1425 <inputSet ref="names"/>
1426 <input type="freetext" presence="always" category="Naming" name="Taxiway number" key="ref" />
1427 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1428 <inputSet ref="common"/>
1432 <feature name="Airport apron">
1433 <category>transport</category>
1434 <icon image="icons/transport_blank.png"/>
1435 <tag k="aeroway" v="apron"/>
1437 <inputSet ref="names"/>
1438 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1439 <inputSet ref="common"/>
1443 <feature name="Airport gate">
1444 <category>transport</category>
1445 <icon image="features/pois/transport_airport_gate.n.24.png"/>
1446 <tag k="aeroway" v="gate"/>
1448 <input type="freetext" presence="always" category="Naming" name="Gate number" key="ref"/>
1449 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1450 <inputSet ref="common"/>
1454 <!-- ************************************************************************
1456 ************************************************************************ -->
1458 <feature name="School">
1459 <category>buildings</category>
1460 <icon image="features/pois/education_school.n.24.png">
1461 <b>${name} ${addr:housename}</b><br/>
1462 ${addr:housenumber} ${addr:street} ${addr:postcode}
1466 <tag k="amenity" v="school"/>
1467 <tag k="building" v="yes"/>
1468 <inputSet ref="names"/>
1469 <inputSet ref="buildingAddress"/>
1470 <inputSet ref="common"/>
1474 <feature name="College">
1475 <category>buildings</category>
1476 <icon image="features/pois/education_university.n.24.png">
1477 <b>${name} ${addr:housename}</b><br/>
1478 ${addr:housenumber} ${addr:street} ${addr:postcode}
1482 <tag k="amenity" v="college"/>
1483 <tag k="building" v="yes"/>
1484 <inputSet ref="names"/>
1485 <inputSet ref="buildingAddress"/>
1486 <inputSet ref="common"/>
1490 <feature name="Supermarket">
1491 <category>buildings</category>
1492 <icon image="features/pois/shopping_supermarket.n.24.png">
1493 <b>${name} ${addr:housename}</b><br/>
1494 ${addr:housenumber} ${addr:street} ${addr:postcode}
1498 <tag k="shop" v="supermarket"/>
1499 <tag k="building" v="yes"/>
1500 <inputSet ref="names"/>
1501 <inputSet ref="buildingAddress"/>
1502 <inputSet ref="common"/>
1506 <feature name="Place of worship">
1507 <category>buildings</category>
1508 <icon image="icons/place_of_worship.png">
1509 <b>${name} ${addr:housename}</b><br/>
1510 ${addr:housenumber} ${addr:street} ${addr:postcode}
1514 <tag k="amenity" v="place_of_worship"/>
1515 <tag k="building" v="yes"/>
1516 <inputSet ref="names"/>
1517 <inputSet ref="buildingAddress"/>
1518 <input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs.">
1519 <choice value="christian" text="Christianity (church)"/>
1520 <choice value="jewish" text="Judaism (synagogue)"/>
1522 <inputSet ref="common"/>
1526 <feature name="Public building">
1527 <category>buildings</category>
1528 <icon image="features/pois/building_generic.png">
1529 <b>${name} ${addr:housename}</b><br/>
1530 ${addr:housenumber} ${addr:street} ${addr:postcode}
1534 <tag k="amenity" v="public_building"/>
1535 <tag k="building" v="yes"/>
1536 <inputSet ref="names"/>
1537 <inputSet ref="buildingAddress"/>
1538 <inputSet ref="common"/>
1542 <feature name="Hospital">
1543 <category>buildings</category>
1544 <icon image="features/pois/health_hospital.n.24.png">
1545 <b>${name} ${addr:housename}</b><br/>
1546 ${addr:housenumber} ${addr:street} ${addr:postcode}
1550 <tag k="amenity" v="hospital"/>
1551 <tag k="building" v="yes"/>
1552 <inputSet ref="names"/>
1553 <inputSet ref="buildingAddress"/>
1554 <inputSet ref="common"/>
1558 <feature name="University">
1559 <category>buildings</category>
1560 <icon image="features/pois/education_university.n.24.png">
1561 <b>${name} ${addr:housename}</b><br/>
1562 ${addr:housenumber} ${addr:street} ${addr:postcode}
1566 <tag k="amenity" v="university"/>
1567 <tag k="building" v="yes"/>
1568 <inputSet ref="names"/>
1569 <inputSet ref="buildingAddress"/>
1570 <inputSet ref="common"/>
1574 <feature name="Attraction">
1575 <category>buildings</category>
1576 <icon image="features/pois/tourist_attraction.n.24.png">
1577 <b>${name} ${addr:housename}</b><br/>
1578 ${addr:housenumber} ${addr:street} ${addr:postcode}
1582 <tag k="tourism" v="attraction"/>
1583 <tag k="building" v="yes"/>
1584 <inputSet ref="names"/>
1585 <inputSet ref="buildingAddress"/>
1586 <inputSet ref="common"/>
1590 <feature name="Museum">
1591 <category>buildings</category>
1592 <icon image="features/pois/tourist_museum.n.24.png">
1593 <b>${name} ${addr:housename}</b><br/>
1594 ${addr:housenumber} ${addr:street} ${addr:postcode}
1598 <tag k="tourism" v="museum"/>
1599 <tag k="building" v="yes"/>
1600 <inputSet ref="names"/>
1601 <inputSet ref="buildingAddress"/>
1602 <inputSet ref="common"/>
1606 <feature name="Zoo">
1607 <category>buildings</category>
1608 <icon image="features/pois/tourist_zoo.n.24.png">
1609 <b>${name} ${addr:housename}</b><br/>
1610 ${addr:housenumber} ${addr:street} ${addr:postcode}
1614 <tag k="tourism" v="zoo"/>
1615 <tag k="building" v="yes"/>
1616 <inputSet ref="names"/>
1617 <inputSet ref="buildingAddress"/>
1618 <inputSet ref="common"/>
1622 <feature name="Stadium">
1623 <category>buildings</category>
1624 <icon image="icons/tourist_blank.png">
1625 <b>${name} ${addr:housename}</b><br/>
1626 ${addr:housenumber} ${addr:street} ${addr:postcode}
1630 <tag k="leisure" v="stadium"/>
1631 <inputSet ref="names"/>
1632 <inputSet ref="buildingAddress"/>
1633 <inputSet ref="common"/>
1637 <feature name="Building">
1638 <category>buildings</category>
1639 <icon image="features/pois/building_generic.png">
1640 <b>${name} ${addr:housename}</b><br/>
1641 ${addr:housenumber} ${addr:street} ${addr:postcode}
1645 <!-- <tag k="building" v="*"/> -->
1646 <tag k="building" v="yes"/>
1647 <inputSet ref="names"/>
1648 <inputSet ref="buildingAddress"/>
1649 <inputSet ref="common"/>
1653 <feature name="Sports centre">
1654 <category>buildings</category>
1656 <b>${name} ${addr:housename}</b><br/>
1657 ${addr:housenumber} ${addr:street} ${addr:postcode}
1662 <tag k="leisure" v="sports_centre"/>
1663 <inputSet ref="names"/>
1664 <inputSet ref="buildingAddress"/>
1665 <inputSet ref="pitchSport"/>
1666 <inputSet ref="common"/>
1671 <!-- ************************************************************************
1673 ************************************************************************ -->
1675 <feature name="Industrial Area">
1676 <category>landuse</category>
1678 <icon image="features/pois/building_generic.png">
1681 <tag k="landuse" v="industrial"/>
1682 <inputSet ref="simpleName"/>
1683 <inputSet ref="common"/>
1687 <feature name="Offices">
1688 <category>landuse</category>
1690 <icon image="features/pois/building_generic.png">
1693 <tag k="landuse" v="commercial"/>
1694 <inputSet ref="simpleName"/>
1695 <inputSet ref="common"/>
1698 <feature name="Residential Area">
1699 <category>landuse</category>
1701 <icon image="features/pois/building_generic.png">
1704 <tag k="landuse" v="residential"/>
1705 <inputSet ref="simpleName"/>
1706 <inputSet ref="common"/>
1709 <feature name="Retail Area">
1710 <category>landuse</category>
1712 <icon image="features/pois/building_generic.png">
1715 <tag k="landuse" v="retail"/>
1716 <inputSet ref="simpleName"/>
1717 <inputSet ref="common"/>
1720 <feature name="Construction Site">
1721 <category>landuse</category>
1723 <icon image="features/pois/building_generic.png">
1726 <tag k="landuse" v="construction"/>
1727 <inputSet ref="simpleName"/>
1728 <inputSet ref="common"/>
1732 <feature name="Marketplace">
1733 <category>landuse</category>
1735 <icon image="features/pois/shopping_greengrocer.n.24.png">
1738 <tag k="amenity" v="marketplace"/>
1739 <inputSet ref="simpleName"/>
1740 <inputSet ref="common"/>
1744 <feature name="Cemetery">
1745 <category>landuse</category>
1747 <icon image="features/pois/place_of_worship_unknown3.n.24.png">
1750 <tag k="landuse" v="cemetery"/>
1751 <inputSet ref="simpleName"/>
1752 <inputSet ref="common"/>
1756 <feature name="Quarry">
1757 <category>landuse</category>
1758 <icon image="features/pois/poi_mine.n.24.png"/>
1760 <tag k="landuse" v="quarry"/>
1761 <inputSet ref="simpleName"/>
1762 <inputSet ref="common"/>
1766 <feature name="Military">
1767 <category>landuse</category>
1768 <icon image="features/pois/poi_military_bunker.n.24.png"/>
1770 <tag k="landuse" v="military"/>
1771 <inputSet ref="simpleName"/>
1772 <inputSet ref="common"/>
1776 <feature name="Conservation">
1777 <category>natural</category>
1778 <icon image="icons/natural_blank.png"/>
1780 <tag k="landuse" v="conservation"/>
1781 <inputSet ref="simpleName"/>
1782 <inputSet ref="common"/>
1789 <feature name="Playground">
1790 <category>landuse</category>
1792 <icon image="features/pois/sport_leisure_centre.n.24.png">
1795 <tag k="leisure" v="playground"/>
1796 <inputSet ref="simpleName"/>
1797 <inputSet ref="common"/>
1801 <feature name="Golf course">
1802 <category>landuse</category>
1804 <icon image="features/pois/sport_golf.n.24.png">
1807 <tag k="leisure" v="golf_course"/>
1808 <inputSet ref="simpleName"/>
1809 <inputSet ref="common"/>
1813 <feature name="Recreation ground">
1814 <category>landuse</category>
1816 <icon image="features/pois/sport_leisure_centre.n.24.png">
1819 <tag k="leisure" v="recreation_ground"/>
1820 <inputSet ref="simpleName"/>
1821 <inputSet ref="common"/>
1825 <feature name="Sports pitch">
1826 <category>landuse</category>
1828 <icon image="features/pois/sport_leisure_centre.n.24.png">
1831 <tag k="leisure" v="pitch"/>
1832 <inputSet ref="simpleName"/>
1833 <inputSet ref="pitchSport"/>
1834 <inputSet ref="common"/>
1838 <inputSet id="pitchSport">
1839 <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
1840 <choice value="9pin" text="9 pin bowling"/>
1841 <choice value="10pin" text="10 pin bowling"/>
1842 <choice value="american_football" text="American football"/>
1843 <choice value="archery" text="Archery"/>
1844 <choice value="athletics" text="Athletics"/>
1845 <choice value="australian_football" text="Australian Rules Football"/>
1846 <choice value="baseball" text="Baseball"/>
1847 <choice value="basketball" text="Basketball"/>
1848 <choice value="beachvolleyball" text="Beach volleyball"/>
1849 <choice value="boules" text="Boules/petanque/bocci"/>
1850 <choice value="bowls" text="Lawn bowls"/>
1851 <choice value="canadian_football" text="Canadian football"/>
1852 <choice value="chess" text="Chess"/>
1853 <choice value="cricket" text="Cricket"/>
1854 <choice value="cricket_nets" text="Cricket nets"/>
1855 <choice value="croquet" text="Croquet"/>
1856 <choice value="equestrian" text="Equestrian"/>
1857 <choice value="gaelic_football" text="Gaelic football"/>
1858 <choice value="gymnastics" text="Gymnastics"/>
1859 <choice value="team_handball" text="(Team) handball"/>
1860 <choice value="hockey" text="(Field) hockey"/>
1861 <choice value="korfball" text="Korball"/>
1862 <choice value="pelota" text="Pelota"/>
1863 <choice value="rugby_league" text="Rugby league"/>
1864 <choice value="rugby_union" text="Rugby union"/>
1865 <choice value="shooting" text="Shooting"/>
1866 <choice value="skating" text="Ice skating"/>
1867 <choice value="skateboard" text="Skateboarding"/>
1868 <choice value="soccer" text="Soccer/football"/>
1869 <choice value="swimming" text="Swimming"/>
1870 <choice value="table_tennis" text="Table tennis"/>
1871 <choice value="tennis" text="Tennis"/>
1872 <choice value="volleyball" text="Volleyball"/>
1876 <feature name="Sports track">
1877 <category>landuse</category>
1879 <icon image="features/pois/sport_leisure_centre.n.24.png">
1882 <tag k="leisure" v="track"/>
1883 <inputSet ref="simpleName"/>
1884 <inputSet ref="common"/>
1888 <!-- ************************************************************************
1890 ************************************************************************ -->
1892 <feature name="High-voltage line">
1893 <category>power</category>
1894 <icon image="features/power_high.png"/>
1896 <tag k="power" v="line"/>
1897 <inputSet ref="powerCables"/>
1898 <inputSet ref="common"/>
1902 <feature name="Low-voltage line">
1903 <category>power</category>
1904 <icon image="features/power_low.png"/>
1906 <tag k="power" v="minor_line"/>
1907 <inputSet ref="powerCables"/>
1908 <inputSet ref="common"/>
1912 <feature name="High-voltage pylon">
1913 <category>power</category>
1914 <icon image="icons/power_tower_24.png"/>
1916 <tag k="power" v="tower"/>
1917 <inputSet ref="common"/>
1921 <feature name="Power pole">
1922 <category>power</category>
1923 <icon image="icons/power_pole_24.png"/>
1925 <tag k="power" v="pole"/>
1926 <inputSet ref="common"/>
1930 <feature name="Plant (station)">
1931 <category>power</category>
1932 <icon image="icons/power_blank.png"/>
1935 <tag k="power" v="generator"/>
1936 <inputSet ref="names"/>
1937 <input type="choice" presence="always" name="Energy source" key="power_source" category="Power">
1938 <choice value="coal" text="Coal"/>
1939 <choice value="gas" text="Gas"/>
1940 <choice value="oil" text="Oil"/>
1941 <choice value="fossil" text="Unspecified fossil fuel"/>
1942 <choice value="hydro" text="Hydroelectric"/>
1943 <choice value="geothermal" text="Geothermal"/>
1944 <choice value="nuclear" text="Nuclear"/>
1945 <choice value="wind" text="Wind"/>
1946 <choice value="photovoltaic" text="Solar PV"/>
1947 <choice value="solar_thermal" text="Solar thermal"/>
1948 <choice value="biofuel" text="Biofuel"/>
1950 <inputSet ref="common"/>
1954 <feature name="Substation">
1955 <category>power</category>
1956 <icon image="icons/power_blank.png"/>"
1959 <tag k="power" v="station"/>
1960 <inputSet ref="common"/>
1964 <feature name="Transformer">
1965 <category>power</category>
1966 <icon image="icons/power_blank.png"/>
1969 <tag k="power" v="sub_station"/>
1970 <inputSet ref="common"/>
1974 <inputSet id="powerCables">
1975 <input type="choice" name="Cables" key="cables" presence="always" category="Power">
1976 <choice value="2" text="2"/>
1977 <choice value="3" text="3"/>
1978 <choice value="4" text="4"/>
1979 <choice value="6" text="6"/>
1980 <choice value="8" text="8"/>
1981 <choice value="10" text="10"/>
1982 <choice value="12" text="12"/>
1984 <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
1985 <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
1986 <choice value="400" text="400 V"/>
1987 <choice value="600" text="600 V"/>
1988 <choice value="750" text="750 V"/>
1989 <choice value="1500" text="1500 V"/>
1990 <choice value="3000" text="3000 V"/>
1991 <choice value="15000" text="15 kV"/>
1992 <choice value="20000" text="20 kV"/>
1993 <choice value="35000" text="35 kV"/>
1994 <choice value="110000" text="110 kV"/>
1995 <choice value="132000" text="132 kV"/>
1996 <choice value="138000" text="238 kV"/>
1997 <choice value="220000" text="220 kV"/>
1998 <choice value="380000" text="380 kV"/>
2005 <feature name="Hamlet">
2006 <category>places</category>
2007 <icon image="icons/place.png"/>
2010 <tag k="place" v="hamlet" />
2011 <inputSet ref="names"/>
2012 <inputSet ref="places"/>
2013 <inputSet ref="common"/>
2016 <feature name="Village">
2017 <category>places</category>
2018 <icon image="icons/place.png"/>
2021 <tag k="place" v="village" />
2022 <inputSet ref="names"/>
2023 <inputSet ref="places"/>
2024 <inputSet ref="common"/>
2027 <feature name="Suburb">
2028 <category>places</category>
2029 <icon image="icons/place.png"/>
2032 <tag k="place" v="suburb" />
2033 <inputSet ref="names"/>
2034 <inputSet ref="places"/>
2035 <inputSet ref="common"/>
2038 <feature name="Town">
2039 <category>places</category>
2040 <icon image="icons/place.png"/>
2043 <tag k="place" v="town" />
2044 <inputSet ref="names"/>
2045 <inputSet ref="places"/>
2046 <inputSet ref="common"/>
2049 <feature name="City">
2050 <category>places</category>
2051 <icon image="icons/place.png"/>
2054 <tag k="place" v="city" />
2055 <inputSet ref="names"/>
2056 <inputSet ref="places"/>
2057 <inputSet ref="common"/>
2060 <!-- ************************************************************************
2062 ************************************************************************ -->
2064 <!-- =========== Amenity ============ -->
2066 <feature name="Fire station">
2067 <category>amenity</category>
2068 <icon image="features/pois/amenity_firestation2.n.24.png"/>
2069 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
2071 <tag k="amenity" v="fire_station"/>
2072 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2073 <inputSet ref="common"/>
2077 <feature name="Police Station">
2078 <category>amenity</category>
2079 <icon image="features/pois/amenity_police2.n.24.png"/>
2080 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
2082 <tag k="amenity" v="police"/>
2083 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2084 <inputSet ref="common"/>
2088 <feature name="Hospital">
2089 <category>amenity</category>
2090 <icon image="features/pois/health_hospital.n.24.png"/>
2091 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
2093 <tag k="amenity" v="hospital"/>
2094 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2095 <inputSet ref="common"/>
2099 <feature name="Place of Worship">
2100 <category>amenity</category>
2101 <icon image="icons/place_of_worship.png"/>
2102 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
2104 <tag k="amenity" v="place_of_worship"/>
2105 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of it." priority="low"/>
2106 <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
2107 <choice value="christian" text="Christianity (church)"/>
2108 <choice value="jewish" text="Judaism (synagogue)"/>
2109 <choice value="muslim" text="Islam (mosque)"/>
2110 <choice value="hindu" text="Hinduism (temple)"/>
2111 <choice value="buddhist" text="Buddhism (temple)"/>
2112 <choice value="sikh" text="Sikhism (gurdwara)"/>
2113 <choice value="shinto" text="Shinto (shrine)"/>
2116 <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
2117 <inputSet ref="common"/>
2121 <feature name="ATM">
2122 <category>amenity</category>
2123 <icon image="features/pois/money_atm.n.24.png"/>
2124 <help>http://wiki.openstreetmap.org/wiki/Atm</help>
2126 <tag k="amenity" v="atm"/>
2127 <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
2128 <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
2129 <inputSet ref="common"/>
2133 <feature name="Bank">
2134 <category>amenity</category>
2135 <icon image="features/pois/money_bank2.n.24.png">
2138 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
2140 <tag k="amenity" v="bank"/>
2141 <inputSet ref="names"/>
2142 <inputSet ref="buildingAddress"/>
2143 <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
2144 <choice value="yes" text="Yes"/>
2145 <choice value="no" text="No"/>
2147 <inputSet ref="common"/>
2151 <feature name="Recycling">
2152 <category>amenity</category>
2153 <icon image="features/pois/amenity_recycling.n.24.png"/>
2154 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
2156 <tag k="amenity" v="recycling"/>
2157 <inputSet ref="common"/>
2161 <feature name="School">
2162 <category>amenity</category>
2163 <icon image="features/pois/education_school.n.24.png">
2166 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
2168 <tag k="amenity" v="school"/>
2169 <inputSet ref="names"/>
2170 <inputSet ref="buildingAddress"/>
2171 <inputSet ref="common"/>
2175 <feature name="Post Box">
2176 <category>amenity</category>
2177 <icon image="features/pois/amenity_post_box.n.24.png">
2180 <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
2182 <tag k="amenity" v="post_box"/>
2183 <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
2184 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2185 <inputSet ref="common"/>
2188 <feature name="Toilets">
2189 <category>amenity</category>
2191 <tag k="amenity" v="toilets"/>
2192 <inputSet ref="common"/>
2196 <!-- ========= Accommodation ========= -->
2197 <!-- Split off from tourism by Steve Bennett, can be remerged if it doesn't work out. -->
2198 <feature name="Hotel">
2199 <category>accommodation</category>
2200 <icon image="features/pois/accommodation_hotel.n.24.png"/>
2201 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel</help>
2204 <tag k="tourism" v="hotel"/>
2205 <inputSet ref="simpleName"/>
2206 <inputSet ref="common"/>
2210 <feature name="Motel">
2211 <category>accommodation</category>
2212 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
2215 <icon image="features/pois/accommodation_motel.n.24.png"/>
2216 <tag k="tourism" v="motel"/>
2217 <inputSet ref="simpleName"/>
2218 <inputSet ref="common"/>
2223 <feature name="Hostel">
2224 <category>accommodation</category>
2227 <inputSet ref="simpleName"/>
2228 <icon image="features/pois/accommodation_youth_hostel.n.24.png"/>
2229 <tag k="tourism" v="hostel"/>
2230 <inputSet ref="common"/>
2234 <!-- Note that tourism=bed_and_breakfast also gets some use. -->
2235 <feature name="Guesthouse (B&B)">
2236 <category>accommodation</category>
2239 <inputSet ref="simpleName"/>
2240 <icon image="features/pois/accommodation_bed_and_breakfast.n.24.png"/>
2241 <tag k="tourism" v="guest_house"/>
2242 <inputSet ref="common"/>
2246 <feature name="Campsite">
2247 <category>accommodation</category>
2250 <inputSet ref="simpleName"/>
2251 <icon image="features/pois/accommodation_camping.n.24.png"/>
2252 <tag k="tourism" v="camp_site"/>
2253 <inputSet ref="common"/>
2257 <feature name="Caravan park">
2258 <category>accommodation</category>
2261 <inputSet ref="simpleName"/>
2262 <icon image="features/pois/accommodation_caravan_park.n.24.png"/>
2263 <tag k="tourism" v="caravan_site"/>
2264 <inputSet ref="common"/>
2268 <feature name="Alpine hut">
2269 <category>accommodation</category>
2272 <inputSet ref="simpleName"/>
2273 <icon image="features/pois/accommodation_alpinehut.n.24.png"/>
2274 <tag k="tourism" v="alpine_hut"/>
2275 <inputSet ref="common"/>
2279 <feature name="Chalet">
2280 <category>accommodation</category>
2281 <icon image="features/pois/accommodation_chalet.n.24.png"/>
2284 <inputSet ref="simpleName"/>
2285 <tag k="tourism" v="chalet"/>
2286 <inputSet ref="common"/>
2291 <!-- ========= Tourism ========= -->
2293 <!-- This is a very popular tag, can't be left out -->
2294 <feature name="Attraction">
2295 <category>tourism</category>
2296 <icon image="icons/tourist_blank.png"/>
2299 <inputSet ref="simpleName"/>
2300 <tag k="tourism" v="attraction"/>
2301 <inputSet ref="common"/>
2307 <feature name="Museum">
2308 <category>tourism</category>
2309 <icon image="features/pois/tourist_museum.n.24.png"/>
2310 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum</help>
2313 <tag k="tourism" v="museum"/>
2314 <inputSet ref="simpleName"/>
2315 <inputSet ref="common"/>
2319 <feature name="Archaeological">
2320 <category>tourism</category>
2323 <inputSet ref="simpleName"/>
2324 <icon image="features/pois/tourist_archaeological.n.24.png"/>
2325 <tag k="historic" v="archaeological_site"/>
2326 <inputSet ref="common"/>
2330 <feature name="Battlefield">
2331 <category>tourism</category>
2334 <inputSet ref="simpleName"/>
2335 <icon image="features/pois/tourist_battlefield.n.24.png"/>
2336 <tag k="historic" v="battlefield"/>
2337 <inputSet ref="common"/>
2341 <feature name="Castle">
2342 <category>tourism</category>
2345 <inputSet ref="simpleName"/>
2346 <icon image="features/pois/tourist_castle.n.24.png"/>
2347 <tag k="historic" v="castle"/>
2348 <inputSet ref="common"/>
2352 <feature name="Memorial">
2353 <category>tourism</category>
2355 <inputSet ref="simpleName"/>
2356 <icon image="features/pois/tourist_memorial.n.24.png"/>
2357 <tag k="historic" v="memorial"/>
2358 <inputSet ref="common"/>
2362 <feature name="Monument">
2363 <category>tourism</category>
2365 <inputSet ref="simpleName"/>
2366 <icon image="features/pois/tourist_monument.n.24.png"/>
2367 <tag k="historic" v="monument"/>
2368 <inputSet ref="common"/>
2372 <feature name="Picnic site">
2373 <category>tourism</category>
2375 <inputSet ref="simpleName"/>
2376 <icon image="features/pois/tourist_picnic.n.24.png"/>
2377 <tag k="tourism" v="picnic_site"/>
2378 <inputSet ref="common"/>
2382 <feature name="Ruin">
2383 <category>tourism</category>
2386 <inputSet ref="simpleName"/>
2387 <icon image="features/pois/tourist_ruin.n.24.png"/>
2388 <tag k="historic" v="ruin"/>
2389 <inputSet ref="common"/>
2393 <feature name="Cinema">
2394 <category>tourism</category>
2395 <icon image="features/pois/tourist_cinema.n.24.png"/>
2396 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema</help>
2399 <tag k="amenity" v="cinema"/>
2400 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the cinema" priority="low"/>
2401 <inputSet ref="common"/>
2405 <feature name="Theatre">
2406 <category>tourism</category>
2409 <inputSet ref="simpleName"/>
2410 <icon image="features/pois/tourist_theatre.n.24.png"/>
2411 <tag k="amenity" v="theatre"/>
2412 <inputSet ref="common"/>
2416 <feature name="Viewpoint">
2417 <category>tourism</category>
2419 <inputSet ref="simpleName"/>
2420 <icon image="features/pois/tourist_view_point.n.24.png"/>
2421 <tag k="tourism" v="viewpoint"/>
2422 <inputSet ref="common"/>
2426 <feature name="Zoo">
2427 <category>tourism</category>
2430 <inputSet ref="simpleName"/>
2431 <icon image="features/pois/tourist_zoo.n.24.png"/>
2432 <tag k="tourism" v="zoo"/>
2433 <inputSet ref="common"/>
2437 <!-- icons needed-->
2438 <feature name="Information">
2439 <category>tourism</category>
2440 <icon image="features/pois/amenity_information.n.24.png"/>
2442 <inputSet ref="simpleName"/>
2443 <tag k="tourism" v="information"/>
2444 <inputSet ref="common"/>
2448 <feature name="Artwork">
2449 <category>tourism</category>
2450 <icon image="features/pois/tourist_art_gallery2.n.24.png"/>
2452 <inputSet ref="simpleName"/>
2453 <tag k="tourism" v="artwork"/>
2454 <inputSet ref="common"/>
2459 <feature name="Theme park">
2460 <category>tourism</category>
2461 <icon image="features/pois/tourist_theme_park.n.24.png"/>
2464 <inputSet ref="simpleName"/>
2465 <tag k="tourism" v="theme_park"/>
2466 <inputSet ref="common"/>
2469 <!-- ========= Transport ========= -->
2471 <feature name="Aerodrome">
2472 <category>aeroway</category>
2473 <icon image="features/pois/transport_aerodrome.n.24.png"/>
2474 <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
2476 <tag k="aeroway" v="aerodrome"/>
2477 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the aerodrome/airport" priority="low"/>
2478 <inputSet ref="common"/>
2482 <feature name="Bus Stop">
2483 <category>transport</category>
2484 <icon image="features/pois/transport_bus_stop2.n.24.png">
2485 ${name} ${local_ref}
2488 <tag k="highway" v="bus_stop"/>
2489 <inputSet ref="buses"/>
2490 <inputSet ref="common"/>
2494 <feature name="Car Parking">
2495 <category>transport</category>
2496 <icon image="features/pois/transport_parking_car.n.24.png">
2499 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2502 <tag k="amenity" v="parking"/>
2503 <inputSet ref="names"/>
2504 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2505 <input type="number" minimum="0" maximum="99999" stepSize="1" presence="always" category="Parking" name="Capacity" key="capacity" description="The number of cars that can be parked in the car park"/>
2506 <inputSet ref="fee"/>
2507 <inputSet ref="common"/>
2511 <feature name="Bicycle Parking">
2512 <category>transport</category>
2513 <icon image="features/pois/transport_parking_bicycle.n.24.png">
2516 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2518 <tag k="amenity" v="bicycle_parking"/>
2519 <inputSet ref="names"/>
2520 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2521 <input type="number" minimum="0" maximum="99999" stepSize="1"
2522 presence="always" category="Cycle" name="Capacity" key="capacity"
2523 description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
2524 <inputSet ref="fee"/>
2525 <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
2526 <choice value="yes" text="Yes"/>
2527 <choice value="no" text="No"/>
2529 <inputSet ref="common"/>
2533 <feature name="Railway station">
2534 <category>transport</category>
2535 <icon image="features/pois/transport_train_station.n.24.png">
2542 <tag k="railway" v="station"/>
2543 <inputSet ref="names"/>
2544 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
2545 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the service" priority="low"/>
2546 <inputSet ref="common"/>
2550 <feature name="Fuel">
2551 <category>transport</category>
2553 <inputSet ref="simpleName"/>
2554 <icon image="features/pois/transport_fuel.n.24.png"/>
2555 <tag k="amenity" v="fuel"/>
2556 <input type="freetext" category="Naming" name="Operator" key="operator" description="The provider of the service"/>
2557 <input type="choice" category="Fuels" name="Diesel" key="diesel" description="Is diesel fuel sold here?">
2558 <choice value="yes" text="Yes"/>
2559 <choice value="no" text="No"/>
2561 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2562 <choice value="yes" text="Yes"/>
2563 <choice value="no" text="No"/>
2565 <input type="choice" category="Fuels" name="Octane 95" key="octane_95" description="Is octane 95 unleaded fuel sold here?">
2566 <choice value="yes" text="Yes"/>
2567 <choice value="no" text="No"/>
2569 <input type="choice" category="Fuels" name="Octane 98" key="octane_98" description="Is octane 98 unleaded fuel sold here?">
2570 <choice value="yes" text="Yes"/>
2571 <choice value="no" text="No"/>
2573 <input type="choice" category="Fuels" name="Octane 100" key="octane_100" description="Is octane 100 unleaded fuel sold here?">
2574 <choice value="yes" text="Yes"/>
2575 <choice value="no" text="No"/>
2577 <input type="choice" category="Fuels" name="Ethanol" key="ethanol" description="Is ethanol sold here?">
2578 <choice value="yes" text="Yes"/>
2579 <choice value="no" text="No"/>
2581 <input type="choice" category="Fuels" name="LPG" key="lpg" description="Is LPG (liquid petroleum gas) sold here?">
2582 <choice value="yes" text="Yes"/>
2583 <choice value="no" text="No"/>
2585 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2586 <choice value="yes" text="Yes"/>
2587 <choice value="no" text="No"/>
2589 <input type="choice" category="Fuels" name="Bio-diesel" key="biodiesel" description="Is biodiesel unleaded fuel sold here?">
2590 <choice value="yes" text="Yes"/>
2591 <choice value="no" text="No"/>
2595 <inputSet ref="common"/>
2599 <feature name="Bus station">
2600 <category>transport</category>
2602 <inputSet ref="simpleName"/>
2603 <icon image="features/pois/transport_bus_station.n.24.png"/>
2604 <tag k="amenity" v="bus_station"/>
2605 <inputSet ref="common"/>
2609 <feature name="Taxi rank">
2610 <category>transport</category>
2612 <inputSet ref="simpleName"/>
2613 <icon image="features/pois/transport_taxi_rank.n.24.png"/>
2614 <tag k="amenity" v="taxi"/>
2615 <inputSet ref="common"/>
2619 <feature name="Tram stop">
2620 <category>transport</category><point/><inputSet ref="simpleName" />
2621 <icon image="features/pois/transport_tram_stop.n.24.png"/>
2622 <tag k="railway" v="tram_stop"/>
2623 <inputSet ref="common"/>
2627 <feature name="Bicycle rental">
2628 <category>transport</category>
2630 <inputSet ref="simpleName"/>
2631 <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
2632 <tag k="amenity" v="bicycle_rental"/>
2633 <inputSet ref="common"/>
2637 <feature name="Car rental">
2638 <category>transport</category>
2640 <inputSet ref="simpleName"/>
2641 <icon image="features/pois/transport_rental_car.n.24.png"/>
2642 <tag k="amenity" v="car_rental"/>
2643 <inputSet ref="common"/>
2647 <feature name="Ferry Terminal">
2648 <category>transport</category>
2649 <icon image="features/pois/transport_port.n.24.png"/>
2650 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
2652 <tag k="amenity" v="ferry_terminal"/>
2653 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the ferry terminal."/>
2654 <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
2655 <input type="freetext" presence="onTagMatch" category="Cargo" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
2656 <inputSet ref="common"/>
2660 <!-- ========= Barriers ========= -->
2662 <feature name="Bollard">
2663 <category>barrier</category>
2664 <icon image="features/pois/barrier_bollard.n.24.png">
2666 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2669 <tag k="barrier" v="bollard"/>
2670 <inputSet ref="common"/>
2674 <feature name="Gate">
2675 <category>barrier</category>
2676 <icon image="features/pois/barrier_gate.n.24.png">
2678 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2681 <tag k="barrier" v="gate"/>
2682 <inputSet ref="common"/>
2686 <feature name="Lift Gate">
2687 <category>barrier</category>
2688 <icon image="features/pois/barrier_lift_gate.n.24.png"/>
2689 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate</help>
2691 <tag k="barrier" v="lift_gate"/>
2692 <inputSet ref="common"/>
2696 <feature name="Kissing Gate">
2697 <category>barrier</category>
2698 <icon image="features/pois/barrier_kissing_gate.24.png"/>
2699 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate</help>
2701 <tag k="barrier" v="kissing_gate"/>
2702 <inputSet ref="common"/>
2707 <feature name="Cycle Barrier">
2708 <category>barrier</category>
2709 <icon image="features/pois/barrier_cycle_barrier.24.png">
2711 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2714 <tag k="barrier" v="cycle_barrier"/>
2715 <inputSet ref="common"/>
2719 <feature name="Big Concrete Blocks">
2720 <category>barrier</category>
2721 <icon image="features/pois/barrier_blocks.24.png">
2723 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2726 <tag k="barrier" v="block"/>
2727 <inputSet ref="common"/>
2731 <feature name="Cattle Grid">
2732 <category>barrier</category>
2733 <icon image="features/pois/barrier_cattle_grid.24.png">
2735 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2738 <tag k="barrier" v="cattle_grid"/>
2739 <inputSet ref="common"/>
2743 <feature name="Toll Booth">
2744 <category>barrier</category>
2745 <icon image="features/pois/barrier_toll_booth.n.24.png">
2747 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2750 <tag k="barrier" v="toll_booth"/>
2752 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2753 <inputSet ref="common"/>
2757 <feature name="Stile">
2758 <category>barrier</category>
2759 <icon image="features/pois/barrier_stile.n.24.png"/>
2760 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile</help>
2762 <tag k="barrier" v="stile"/>
2763 <inputSet ref="common"/>
2767 <feature name="Turning circle">
2768 <category>transport</category>
2769 <icon image="features/pois/transport_turning_circle.n.24.png"/>
2770 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle</help>
2772 <tag k="highway" v="turning_circle"/>
2773 <inputSet ref="common"/>
2776 <feature name="Mini Roundabout">
2777 <category>transport</category>
2778 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout</help>
2780 <tag k="highway" v="mini_roundabout"/>
2781 <inputSet ref="common"/>
2785 <feature name="Traffic calming">
2787 <category>transport</category>
2788 <icon image="icons/speed_hump_16.png"/>
2789 <help>http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming</help>
2791 <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
2792 <!--<tag k="traffic_calming" v="*"/>-->
2793 <tag k="traffic_calming" v="yes"/>
2794 <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
2795 <choice value="yes" text="Unspecified"/>
2796 <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
2797 <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
2798 <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
2799 <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
2800 <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
2801 <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
2802 <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
2805 <inputSet ref="common"/>
2810 <!-- ========= Entertainment ========= -->
2812 <feature name="Pub">
2813 <category>foodanddrink</category>
2814 <icon image="features/pois/food_pub.n.24.png">
2817 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2819 <tag k="amenity" v="pub"/>
2820 <inputSet ref="names"/>
2821 <inputSet ref="web"/>
2822 <inputSet ref="buildingAddress"/>
2823 <inputSet ref="wifi"/>
2824 <inputSet ref="common"/>
2828 <feature name="Bar">
2829 <category>foodanddrink</category>
2830 <icon image="features/pois/food_bar.n.24.png">
2834 <tag k="amenity" v="bar"/>
2835 <inputSet ref="names"/>
2836 <inputSet ref="web"/>
2837 <inputSet ref="buildingAddress"/>
2838 <inputSet ref="wifi"/>
2839 <inputSet ref="common"/>
2843 <feature name="Restaurant">
2844 <category>foodanddrink</category>
2845 <icon image="features/pois/food_restaurant.n.24.png">
2849 <tag k="amenity" v="restaurant"/>
2850 <inputSet ref="names"/>
2851 <inputSet ref="web"/>
2852 <inputSet ref="buildingAddress"/>
2853 <inputSet ref="cuisine"/>
2854 <inputSet ref="common"/>
2858 <feature name="Cafe">
2859 <category>foodanddrink</category>
2860 <icon image="features/pois/food_cafe.n.24.png">
2863 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2865 <tag k="amenity" v="cafe"/>
2866 <inputSet ref="names"/>
2867 <inputSet ref="web"/>
2868 <inputSet ref="buildingAddress"/>
2869 <inputSet ref="cuisine"/>
2870 <inputSet ref="wifi"/>
2871 <inputSet ref="common"/>
2875 <feature name="Fast Food">
2876 <category>foodanddrink</category>
2877 <icon image="features/pois/food_fastfood.n.24.png">
2880 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2882 <tag k="amenity" v="fast_food"/>
2883 <inputSet ref="names"/>
2884 <inputSet ref="web"/>
2885 <inputSet ref="buildingAddress"/>
2886 <inputSet ref="cuisine"/>
2887 <inputSet ref="common"/>
2891 <!-- ========= Shops ========= -->
2893 <feature name="Small Convenience Store">
2894 <category>shopping</category>
2895 <icon image="features/pois/shopping_convenience.n.24.png">
2898 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2900 <tag k="shop" v="convenience"/>
2901 <inputSet ref="names"/>
2902 <inputSet ref="web"/>
2903 <inputSet ref="buildingAddress"/>
2904 <inputSet ref="common"/>
2908 <feature name="Supermarket">
2909 <category>shopping</category>
2910 <icon image="features/pois/shopping_supermarket.n.24.png">
2913 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2915 <tag k="shop" v="supermarket"/>
2916 <inputSet ref="names"/>
2917 <inputSet ref="web"/>
2918 <inputSet ref="buildingAddress"/>
2919 <inputSet ref="common"/>
2923 <feature name="Alcohol shop">
2924 <category>shopping</category>
2926 <inputSet ref="simpleName"/>
2927 <inputSet ref="web"/>
2928 <inputSet ref="buildingAddress"/>
2929 <icon image="features/pois/shopping_alcohol.n.24.png"/>
2930 <tag k="shop" v="alcohol"/>
2931 <inputSet ref="common"/>
2935 <feature name="Bakery">
2936 <category>shopping</category>
2938 <inputSet ref="simpleName"/>
2939 <inputSet ref="web"/>
2940 <inputSet ref="buildingAddress"/>
2941 <icon image="features/pois/shopping_bakery.n.24.png"/>
2942 <tag k="shop" v="bakery"/>
2943 <inputSet ref="common"/>
2947 <feature name="Bike shop">
2948 <category>shopping</category>
2950 <inputSet ref="simpleName"/>
2951 <inputSet ref="web"/>
2952 <inputSet ref="buildingAddress"/>
2953 <icon image="features/pois/shopping_bicycle.n.24.png"/>
2954 <tag k="shop" v="bicycle"/>
2955 <inputSet ref="common"/>
2959 <feature name="Bookshop">
2960 <category>shopping</category>
2962 <inputSet ref="simpleName"/>
2963 <inputSet ref="web"/>
2964 <inputSet ref="buildingAddress"/>
2965 <icon image="features/pois/shopping_book.n.24.png"/>
2966 <tag k="shop" v="book"/>
2967 <inputSet ref="common"/>
2971 <feature name="Butcher">
2972 <category>shopping</category>
2974 <inputSet ref="simpleName"/>
2975 <inputSet ref="web"/>
2976 <inputSet ref="buildingAddress"/>
2977 <icon image="features/pois/shopping_butcher.n.24.png"/>
2978 <tag k="shop" v="butcher"/>
2979 <inputSet ref="common"/>
2983 <feature name="Car repair">
2984 <category>shopping</category>
2986 <inputSet ref="simpleName"/>
2987 <inputSet ref="web"/>
2988 <inputSet ref="buildingAddress"/>
2989 <icon image="features/pois/shopping_car_repair.n.24.png"/>
2990 <tag k="shop" v="car_repair"/>
2991 <inputSet ref="common"/>
2995 <feature name="Clothes shop">
2996 <category>shopping</category>
2998 <inputSet ref="simpleName"/>
2999 <inputSet ref="web"/>
3000 <inputSet ref="buildingAddress"/>
3001 <icon image="features/pois/shopping_clothes.n.24.png"/>
3002 <tag k="shop" v="clothes"/>
3003 <inputSet ref="common"/>
3007 <feature name="Confectionery">
3008 <category>shopping</category>
3010 <inputSet ref="simpleName"/>
3011 <inputSet ref="web"/>
3012 <inputSet ref="buildingAddress"/>
3013 <icon image="features/pois/shopping_confectionery.n.24.png"/>
3014 <tag k="shop" v="confectionery"/>
3015 <inputSet ref="common"/>
3019 <feature name="DIY">
3020 <category>shopping</category>
3022 <inputSet ref="simpleName"/>
3023 <inputSet ref="web"/>
3024 <inputSet ref="buildingAddress"/>
3025 <icon image="features/pois/shopping_diy.n.24.png"/>
3026 <tag k="shop" v="doityourself"/>
3027 <inputSet ref="common"/>
3031 <feature name="Fishmonger">
3032 <category>shopping</category>
3034 <inputSet ref="simpleName"/>
3035 <inputSet ref="web"/>
3036 <inputSet ref="buildingAddress"/>
3037 <icon image="features/pois/shopping_fish.n.24.png"/>
3038 <tag k="shop" v="fishmonger"/>
3039 <inputSet ref="common"/>
3043 <feature name="Garden centre">
3044 <category>shopping</category>
3046 <inputSet ref="simpleName"/>
3047 <inputSet ref="web"/>
3048 <inputSet ref="buildingAddress"/>
3049 <icon image="features/pois/shopping_garden_centre.n.24.png"/>
3050 <tag k="shop" v="garden_centre"/>
3051 <inputSet ref="common"/>
3055 <feature name="Gift shop">
3056 <category>shopping</category>
3058 <inputSet ref="simpleName"/>
3059 <inputSet ref="web"/>
3060 <inputSet ref="buildingAddress"/>
3061 <icon image="features/pois/shopping_gift.n.24.png"/>
3062 <tag k="shop" v="gift"/>
3063 <inputSet ref="common"/>
3067 <feature name="Greengrocer">
3068 <category>shopping</category>
3070 <inputSet ref="simpleName"/>
3071 <inputSet ref="web"/>
3072 <inputSet ref="buildingAddress"/>
3073 <icon image="features/pois/shopping_greengrocer.n.24.png"/>
3074 <tag k="shop" v="greengrocer"/>
3075 <inputSet ref="common"/>
3079 <feature name="Hairdresser">
3080 <category>shopping</category>
3082 <inputSet ref="simpleName"/>
3083 <inputSet ref="web"/>
3084 <inputSet ref="buildingAddress"/>
3085 <icon image="features/pois/shopping_hairdresser.n.24.png"/>
3086 <tag k="shop" v="hairdresser"/>
3087 <inputSet ref="common"/>
3091 <feature name="Hifi shop">
3092 <category>shopping</category>
3094 <inputSet ref="simpleName"/>
3095 <inputSet ref="web"/>
3096 <inputSet ref="buildingAddress"/>
3097 <icon image="features/pois/shopping_hifi.n.24.png"/>
3098 <tag k="shop" v="hifi"/>
3099 <inputSet ref="common"/>
3103 <feature name="Jewellery">
3104 <category>shopping</category>
3106 <inputSet ref="simpleName"/>
3107 <inputSet ref="web"/>
3108 <inputSet ref="buildingAddress"/>
3109 <icon image="features/pois/shopping_jewelry.n.24.png"/>
3110 <tag k="shop" v="jewelry"/>
3111 <inputSet ref="common"/>
3115 <feature name="Laundrette">
3116 <category>shopping</category>
3118 <inputSet ref="simpleName"/>
3119 <inputSet ref="web"/>
3120 <inputSet ref="buildingAddress"/>
3121 <icon image="features/pois/shopping_laundrette.n.24.png"/>
3122 <tag k="shop" v="laundry"/>
3123 <inputSet ref="common"/>
3127 <feature name="Motorbike shop">
3128 <category>shopping</category>
3130 <inputSet ref="simpleName"/>
3131 <inputSet ref="web"/>
3132 <inputSet ref="buildingAddress"/>
3133 <icon image="features/pois/shopping_motorcycle.n.24.png"/>
3134 <tag k="shop" v="motorcycle"/>
3135 <inputSet ref="common"/>
3139 <feature name="Music shop">
3140 <category>shopping</category>
3142 <inputSet ref="simpleName"/>
3143 <inputSet ref="web"/>
3144 <inputSet ref="buildingAddress"/>
3145 <icon image="features/pois/shopping_music.n.24.png"/>
3146 <tag k="shop" v="music"/>
3147 <inputSet ref="common"/>
3151 <feature name="Pharmacy">
3152 <category>shopping</category>
3153 <icon image="features/pois/health_pharmacy.n.24.png">
3156 <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
3158 <tag k="amenity" v="pharmacy"/>
3159 <inputSet ref="names"/>
3160 <inputSet ref="web"/>
3161 <inputSet ref="buildingAddress"/>
3162 <input type="checkbox" category="Amenity" presence="always" description="Does this pharmacy sell prescription drugs?" name="Dispensing" key="dispensing" layout="horizontal"/>
3163 <inputSet ref="common"/>
3167 <!-- **************** Agriculture *************** -->
3168 <feature name="Farm">
3169 <category>agriculture</category>
3170 <icon image="features/pois/landuse_grass.n.24.png"/>
3172 <tag k="landuse" v="farm"/>
3173 <inputSet ref="simpleName"/>
3174 <inputSet ref="common"/>
3178 <feature name="Farmyard">
3179 <category>agriculture</category>
3180 <icon image="features/pois/landuse_grass.n.24.png"/>
3182 <tag k="landuse" v="farmyard"/>
3183 <inputSet ref="simpleName"/>
3184 <inputSet ref="common"/>
3188 <feature name="Farmland">
3189 <category>agriculture</category>
3190 <icon image="features/pois/landuse_grass.n.24.png"/>
3192 <tag k="landuse" v="farmland"/>
3193 <inputSet ref="simpleName"/>
3194 <inputSet ref="common"/>
3198 <feature name="Field">
3199 <category>agriculture</category>
3200 <icon image="features/pois/landuse_grass.n.24.png"/>
3202 <tag k="landuse" v="meadow"/>
3203 <inputSet ref="simpleName"/>
3204 <inputSet ref="common"/>
3208 <feature name="Orchard">
3209 <category>agriculture</category>
3210 <icon image="features/pois/landuse_grass.n.24.png"/>
3212 <tag k="landuse" v="orchard"/>
3213 <inputSet ref="simpleName"/>
3214 <inputSet ref="common"/>
3218 <feature name="Vineyard">
3219 <category>agriculture</category>
3220 <icon image="features/pois/landuse_grass.n.24.png"/>
3222 <tag k="landuse" v="vineyard"/>
3223 <inputSet ref="simpleName"/>
3224 <inputSet ref="common"/>
3229 <feature name="Administrative Boundary">
3230 <category>places</category>
3232 <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative</help>
3233 <tag k="boundary" v="administrative"/>
3234 <input type="number" minimum="2" maximum="10" presence="always" name="Admin Level" key="admin_level" description="The Administrative level" />
3237 <!-- ************************************************************************
3239 ************************************************************************ -->
3241 <feature name="Turn restriction">
3242 <category>advanced</category>
3243 <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
3245 <tag k="type" v="restriction"/>
3246 <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
3247 <choice value="no_left_turn" text="No left turn"/>
3248 <choice value="no_right_turn" text="No right turn"/>
3249 <choice value="no_u_turn" text="No U turns"/>
3250 <choice value="no_straight_on" text="No straight on"/>
3251 <choice value="only_left_turn" text="Left turn only"/>
3252 <choice value="only_right_turn" text="Right turn only"/>
3253 <choice value="only_straight_on" text="Straight on only"/>
3255 <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
3256 <choice value="psv" text="Bus"/>
3257 <choice value="bicycle" text="Bicycle"/>
3258 <choice value="motorcar" text="Car"/>
3259 <choice value="hgv" text="HGV"/>
3261 <input type="freetext" category="Restrictions" presence="always" name="Start day" key="day_on" description="What day of the week does it start?" layout="horizontal" priority="low"/>
3262 <input type="freetext" category="Restrictions" presence="always" name="Start time" key="hour_on" description="What time of day does it start?" layout="horizontal" priority="low"/>
3263 <input type="freetext" category="Restrictions" presence="always" name="End day" key="day_off" description="What day of the week does it end?" layout="horizontal" priority="lowest"/>
3264 <input type="freetext" category="Restrictions" presence="always" name="End time" key="hour_off" description="What time of day does it end?" layout="horizontal" priority="lowest"/>
3265 <inputSet ref="common"/>
3269 <feature name="Multipolygon">
3270 <category>advanced</category>
3272 <tag k="type" v="multipolygon"/>
3273 <inputSet ref="common"/>
3277 <!-- cycle stuff -->
3278 <feature name="National Cycle Network">
3279 <category>paths</category>
3280 <icon image="features/cycle__ncn.png" background="red" foreground="white">
3285 <font size="12pt">${name}</font>
3289 <tag k="type" v="route"/>
3290 <tag k="network" v="ncn"/>
3292 <inputSet ref="route"/>
3293 <inputSet ref="common"/>
3297 <feature name="Regional Cycle Network">
3298 <category>paths</category>
3299 <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
3300 <font size="14pt"><b>${ref}</b></font><br/>
3301 <font size="12pt">${name}</font>
3305 <tag k="type" v="route"/>
3306 <tag k="network" v="rcn"/>
3308 <inputSet ref="route"/>
3309 <inputSet ref="common"/>
3313 <feature name="Local Cycle Network">
3314 <category>paths</category>
3315 <icon image="features/cycle__lcn.png" background="blue" foreground="white">
3320 <font size="12pt">${name}</font>
3324 <tag k="type" v="route"/>
3325 <tag k="network" v="lcn"/>
3327 <inputSet ref="route"/>
3328 <inputSet ref="common"/>
3334 <feature name="Long Distance Path">
3335 <category>paths</category>
3336 <icon image="features/paths__footway.png" background="green" foreground="white">
3341 <font size="12pt">${name}</font>
3345 <tag k="type" v="route"/>
3346 <tag k="route" v="foot"/>
3348 <inputSet ref="route"/>
3349 <inputSet ref="common"/>
3354 <!-- public transit routes -->
3355 <feature name="Bus Route">
3356 <category>transport</category>
3357 <icon image="features/transport__bus.png">
3359 ${operator} <b>${ref}</b>
3364 <tag k="type" v="route"/>
3365 <tag k="route" v="bus"/>
3367 <inputSet ref="route"/>
3368 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
3369 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the bus service" priority="low"/>
3370 <inputSet ref="common"/>
3374 <feature name="Tram Route">
3375 <category>transport</category>
3376 <icon image="features/transport__tram.png">
3378 ${operator} <b>${reg}</b>
3383 <tag k="type" v="route"/>
3384 <tag k="route" v="tram"/>
3386 <inputSet ref="route"/>
3387 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
3388 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the tram service" priority="low"/>
3389 <inputSet ref="common"/>
3394 <!-- Junction nodes (for turn restrictions) -->
3398 <within entity="way" k="highway" minimum="2"/>
3399 <inputSet ref="junctionNode"/>
3400 <inputSet ref="common"/>