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 (something else).
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="Transport" id="transport">
60 <category name="Water" id="water">
63 <category name="Natural" id="natural">
66 <category name="Barrier" id="barrier">
69 <category name="Power" id="power">
72 <category name="Admin" id="admin">
75 <category name="Buildings" id="buildings">
78 <category name="Landuse" id="landuse">
81 <category name="Entertainment" id="entertainment">
84 <category name="Amenity" id="amenity">
87 <category name="Tourism" id="tourism">
90 <category name="Accommodation" id="accommodation">
94 <category name="Shopping" id="shopping">
97 <category name="Agriculture" id="agriculture">
101 <category name="Advanced" id="advanced">
104 <category name="Misc" id="misc">
107 <!-- Common input sets -->
109 <inputSet id="simpleName">
110 <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest" />
113 <inputSet id="names">
114 <input type="freetext" presence="always"
115 name="Name" category="Naming" priority="highest"
116 key="name" description="The most common name"/>
117 <input type="freetext" presence="onTagMatch"
118 name="International Name" category="Naming"
119 key="int_name" description="The internationally recognised name"/>
120 <input type="freetext" presence="onTagMatch"
121 name="Historical Name" category="Naming" priority="low"
122 key="old_name" description="The historic or previous name"/>
126 <input type="choice" presence="always" category="Eating" name="Wifi" key="wifi">
127 <choice value="free" text="Free"/>
128 <choice value="yes" text="Yes"/>
129 <choice value="no" text="No"/>
133 <inputSet id="buildingAddress">
134 <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"/>
135 <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
136 <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
137 <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
141 <input type="freetext" presence="always" category="Web" description="The URL of the website" name="Website" key="website" />
144 <inputSet id="cuisine">
145 <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
146 <choice value="burger" text="Burger"/>
147 <choice value="chicken" text="Chicken"/>
148 <choice value="chinese" text="Chinese"/>
149 <choice value="coffee_shop" text="Coffee Shop"/>
150 <choice value="greek" text="Greek"/>
151 <choice value="pizza" text="Pizza"/>
152 <choice value="sandwich" text="Sandwich"/>
153 <choice value="sea_food" text="Sea Food"/>
154 <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
160 <inputSet id="majorRoad">
161 <inputSet ref="names"/>
162 <inputSet ref="roadRefs"/>
163 <inputSet ref="roadRestrictions"/>
164 <inputSet ref="roadPhysical"/>
165 <inputSet ref="cycle"/>
166 <inputSet ref="bicycle-lane"/>
167 <inputSet ref="bus-route"/>
168 <inputSet ref="pedestrians"/>
169 <inputSet ref="roadLanes"/>
170 <inputSet ref="roadRoundabout"/>
173 <inputSet id="minorRoad">
174 <inputSet ref="names"/>
175 <inputSet ref="roadRestrictions"/>
176 <inputSet ref="roadPhysical"/>
177 <inputSet ref="cycle"/>
178 <inputSet ref="bicycle-lane"/>
179 <inputSet ref="bus-route"/>
180 <inputSet ref="pedestrians"/>
181 <inputSet ref="roadLanes"/>
182 <inputSet ref="roadRoundabout"/>
186 <inputSet ref="simpleName"/>
187 <inputSet ref="roadPhysical"/>
188 <inputSet ref="cycle"/>
189 <inputSet ref="ldp"/>
190 <inputSet ref="pedestrians"/>
193 <inputSet id="junctionNode">
194 <inputSet ref="turnRestrictions"/>
197 <inputSet id="roadRefs">
198 <input type="freetext" presence="always"
199 name="Reference" category="Naming" priority="high"
200 key="ref" description="The official reference number"/>
201 <input type="freetext" presence="onTagMatch"
202 name="International Reference" category="Naming"
203 key="int_ref" description="The official international reference number"/>
204 <input type="freetext" presence="onTagMatch"
205 name="Old Reference" category="Naming" priority="low"
206 key="old_ref" description="The historic or previous reference number"/>
209 <inputSet id="roadPhysical">
210 <input type="freetext" presence="onTagMatch"
211 name="Width" category="Physical"
212 key="width" description="Width of the road" layout="horizontal"/>
213 <input type="choice" presence="onTagMatch"
214 name="Surface" category="Physical" description="Type of road surface"
215 key="surface" layout="horizontal">
216 <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
217 <choice value="paved" text="Paved" description="Road surface is sealed"/>
218 <choice value="asphalt" text="Asphalt"/>
219 <choice value="concrete" text="Concrete"/>
220 <choice value="paving_stones" text="Paving stones"/>
221 <choice value="cobblestone" text="Cobblestone"/>
222 <choice value="sand" text="Sand"/>
223 <choice value="gravel" text="Gravel"/>
224 <choice value="dirt" text="Dirt"/>
225 <choice value="grass" text="Grass"/>
227 <inputSet ref="bridge"/>
228 <inputSet ref="tunnel"/>
229 <inputSet ref="embankment-cutting"/>
232 <inputSet id="roadLanes">
233 <input presence="onTagMatch" type="number" name="Lanes" category="Physical" description="Total number of lanes, counting both directions"
234 key="lanes" minimum="1" maximum="10" layout="horizontal"/>
237 <inputSet id="bridge">
238 <input type="choice" presence="onTagMatch"
239 name="Bridge" category="Physical" description="Road goes over a bridge"
240 key="bridge" layout="horizontal">
241 <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
242 <choice value="viaduct" text="Viaduct" description="Viaduct"/>
243 <choice value="suspension" text="Suspension bridge"/>
245 <input type="slider" presence="onTagMatch"
246 name="Layer" category="Physical" description="Relative vertical positions (-5 lowest, +5 highest)"
247 key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
248 defaultName="Ground"/>
250 <inputSet id="tunnel">
251 <input type="choice" presence="onTagMatch"
252 name="Tunnel" category="Physical" description="Road goes into a tunnel"
253 key="tunnel" layout="horizontal">
254 <choice value="yes" text="Tunnel" description="Generic tunnel"/>
258 <inputSet id="embankment-cutting">
260 name="Embankment" category="Physical" description="Road supported on a raised bed of earth and rock."
261 key="embankment" layout="horizontal">
262 <choice value="yes" text="Embankment"/>
265 name="Cutting" category="Physical" description="Road carved out of hill on one or both sides."
266 key="cutting" layout="horizontal">
267 <choice value="yes" text="Cutting"/>
272 <inputSet id="rail-electrification">
273 <input type="choice" name="Electrified" category="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
275 <choice value="yes" text="Yes"/>
276 <choice value="no" text="No"/>
278 <input type="choice" name="Voltage" category="Electrification" description="Nominal voltage of electric wires"
280 <choice value="600" text="600V"/>
281 <choice value="750" text="750V"/>
282 <choice value="1500" text="1500V"/>
283 <choice value="3000" text="3000V"/>
284 <choice value="15000" text="15kV"/>
285 <choice value="25000" text="25kV"/>
287 <input type="choice" name="Frequency" category="Electrification" description="Frequency in Hertz of alternating current power supply"
289 <choice value="0" text="DC"/>
290 <choice value="16.67" text="16.67 Hz"/>
291 <choice value="16.7" text="16.7 Hz"/>
292 <choice value="25" text="25 Hz"/>
293 <choice value="50" text="50 Hz"/>
294 <choice value="60" text="60 Hz"/>
298 <inputSet id="rail-usage">
299 <input type="choice" name="Usage" category="Usage" description="Main use of the line" key="usage">
300 <choice value="main" text="Main line" description="The principal artery of a rail system." />
301 <choice value="branch" text="Branch line" description="A secondary line, branching off a main line." />
302 <choice value="industrial" text="Industrial" />
303 <choice value="tourism" text="Tourism" />
304 <choice value="military" text="Military" />
309 <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
312 <inputSet id="roadRestrictions">
313 <input type="choice" presence="onTagMatch"
314 name="Oneway" category="Restrictions" description="Oneway roads"
316 <choice value="yes" match="yes|true|1" text="One way"
317 description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
318 <choice value="no" match="no|false|0" text="Two way"
319 description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
320 <choice value="-1" match="-1|reverse" text="One way reverse"
321 description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
323 <input type="speed" presence="onTagMatch"
324 name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
328 <inputSet id="roadRoundabout">
329 <!-- review the choice of category -->
330 <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."
332 <choice value="roundabout" text="Yes" />
336 <inputSet id="turnRestrictions">
337 <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
338 <match k="type" v="restriction"/>
343 <inputSet id="pedestrians">
344 <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walking" key="foot">
345 <choice value="yes" text="Allowed"/>
346 <choice value="no" text="Prohibited"/>
347 <choice value="designated" text="Designated"/>
351 <inputSet id="naptan">
352 <input type="freetext" presence="onTagMatch" category="Naptan" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode" />
353 <input type="choice" presence="onTagMatch" category="Naptan" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
354 <choice value="N" match="N" text="N" description=""/>
355 <choice value="NE" match="NE" text="NE" description=""/>
356 <choice value="E" match="E" text="E" description=""/>
357 <choice value="SE" match="SE" text="SE" description=""/>
358 <choice value="S" match="S" text="S" description=""/>
359 <choice value="SW" match="SW" text="SW" description=""/>
360 <choice value="W" match="W" text="W" description=""/>
361 <choice value="NW" match="NW" text="NW" description=""/>
363 <input type="freetext" presence="onTagMatch" category="Naptan" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName" />
364 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator" />
365 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Street (read-only)" key="naptan:Street" />
366 <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" />
369 <inputSet id="buses">
370 <input type="freetext" presence="always" category="Bus Stop" name="Stop Name" key="name" description="The name of the bus stop" />
371 <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" />
372 <inputSet ref="naptan" />
375 <inputSet id="bus-route">
376 <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
377 <match k="type" v="route"/>
378 <match k="route" v="bus"/>
379 <icon image="features/transport__bus.png">
380 <font size="12pt">${operator} <b>${ref}</b></font>
385 <inputSet id="tram-route">
386 <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
387 <match k="type" v="route"/>
388 <match k="route" v="tram"/>
389 <icon image="features/transport__tram.png">
390 <font size="12pt">${operator} <b>${ref}</b></font>
395 <inputSet id="cycle">
396 <inputSet ref="bicycle-permission" />
397 <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
398 <match k="type" v="route"/>
399 <match k="route" v="bicycle"/>
400 <match k="network" v="ncn"/>
401 <icon image="features/cycle__ncn.png" background="#ff6f7a" foreground="white">
402 <font size="14pt"><b>${ref}</b></font><br />
403 <font size="12pt">${name}</font>
406 <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
407 <match k="type" v="route"/>
408 <match k="route" v="bicycle"/>
409 <match k="network" v="rcn"/>
410 <icon image="features/cycle__rcn.png" background="#6ff7ff" foreground="white">
411 <font size="14pt"><b>${ref}</b></font><br />
412 <font size="12pt">${name}</font>
415 <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
416 <match k="type" v="route"/>
417 <match k="route" v="bicycle"/>
418 <match k="network" v="lcn"/>
419 <icon image="features/cycle__lcn.png" background="#7d6fff" foreground="white">
420 <font size="14pt"><b>${ref}</b></font><br />
421 <font size="12pt">${name}</font>
426 <inputSet id="bicycle-permission">
428 name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
430 <choice value="no" text="Prohibited"/>
431 <choice value="yes" text="Allowed"/>
432 <choice value="designated" text="Designated"/>
433 <choice value="private" text="Private"/>
434 <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
438 <inputSet id="bicycle-lane">
440 name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
441 key="cycleway" layout="horizontal">
442 <choice value="no" text="No bike lanes"/>
443 <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."/>
444 <choice value="lane" text="Standard bike lane" description="Separated by painted line"/>
445 <choice value="track" text="Copenhagen-style bike lane" description="Separated by kerb or parked cars"/>
446 <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."/>
447 <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."/>
448 <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
453 <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
454 <match k="type" v="route"/>
455 <match k="network" v="nwn"/>
456 <icon background="red" foreground="white">
457 <font size="14pt"><b>${ref}</b></font><br />
458 <font size="12pt">${name}</font>
461 <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
462 <match k="type" v="route"/>
463 <match k="network" v="rwn"/>
464 <icon background="cyan" foreground="white">
465 <font size="14pt"><b>${ref}</b></font><br />
466 <font size="12pt">${name}</font>
469 <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
470 <match k="type" v="route"/>
471 <match k="network" v="lwn"/>
472 <icon background="blue" foreground="white">
473 <font size="14pt"><b>${ref}</b></font><br />
474 <font size="12pt">${name}</font>
479 <inputSet id="route">
480 <inputSet ref="names"/>
481 <inputSet ref="roadRefs"/>
484 <inputSet id="waterways">
485 <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name" />
486 <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres" />
487 <inputSet ref="boatPermissions" />
492 <inputSet id="boatPermissions">
493 <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
494 <choice value="yes" text="Allowed"/>
495 <choice value="no" text="Prohibited"/>
496 <choice value="private" text="Private"/>
501 <!-- ************************************************************************
503 ************************************************************************ -->
505 <feature name="Motorway">
506 <category>roads</category>
507 <icon image="features/highway__motorway.png">
508 <font size="16pt"><b>${ref}</b></font><br/>
510 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
513 <tag k="highway" v="motorway"/>
515 <inputSet ref="majorRoad"/>
518 <feature name="Motorway link" icon="features/motorway_link.png">
519 <category>roads</category>
521 <tag k="highway" v="motorway_link"/>
523 <inputSet ref="majorRoad"/>
526 <feature name="Trunk road">
527 <category>roads</category>
528 <icon image="features/highway__trunk.png">
529 <font size="16pt"><b>${ref}</b></font><br/>
530 <font size="10pt">${name}</font>
532 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
535 <tag k="highway" v="trunk"/>
537 <inputSet ref="majorRoad"/>
540 <feature name="Trunk link" icon="features/motorway_link.png">
541 <category>roads</category>
543 <tag k="highway" v="trunk_link"/>
545 <inputSet ref="majorRoad"/>
548 <feature name="Primary road">
549 <category>roads</category>
551 <font size="16pt"><b>${ref}</b></font><br/>
552 <font size="10pt">${name}</font>
554 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
557 <tag k="highway" v="primary"/>
559 <inputSet ref="majorRoad"/>
562 <feature name="Secondary road">
563 <category>roads</category>
565 <font size="16pt"><b>${ref}</b></font><br/>
566 <font size="10pt">${name}</font>
568 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
571 <tag k="highway" v="secondary"/>
573 <inputSet ref="majorRoad"/>
576 <feature name="Tertiary road">
577 <category>roads</category>
579 <font size="14pt"><b>${name}</b></font><br/>
580 <font size="10pt">${ref}</font>
582 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
585 <tag k="highway" v="tertiary"/>
587 <inputSet ref="majorRoad"/>
590 <feature name="Minor road">
591 <category>roads</category>
592 <icon image="features/highway__unclassified.png">
593 <font size="14pt"><b>${name}</b></font>
595 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
598 <tag k="highway" v="unclassified"/>
600 <inputSet ref="minorRoad"/>
603 <feature name="Residential road">
604 <category>roads</category>
605 <icon image="features/highway__residential.png">
606 <font size="14pt"><b>${name}</b></font><br/>
607 <font size="8pt">${postal_code}</font><br/>
609 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
612 <tag k="highway" v="residential"/>
614 <inputSet ref="minorRoad"/>
617 <feature name="Service road">
618 <category>roads</category>
619 <icon image="features/highway__service.png">
620 <font size="14pt"><b>${name}</b></font>
622 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
628 <tag k="highway" v="service"/>
630 <inputSet ref="minorRoad"/>
631 <input type="choice" presence="always" name="Type of service road" key="service" category="">
632 <choice value="alley" text="Alleyway/laneway"/>
633 <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
634 <choice value="driveway" text="Driveway" />
635 <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
636 <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services." />
640 <feature name="Unknown road">
641 <category>roads</category>
643 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
647 <tag k="highway" v="road"/>
649 <inputSet ref="minorRoad"/>
652 <feature name="Living Street">
653 <category>roads</category>
655 <font size="14pt"><b>${name}</b></font>
657 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
660 <tag k="highway" v="living_street"/>
662 <inputSet ref="minorRoad"/>
665 <feature name="Pedestrian road">
666 <category>roads</category>
668 <font size="14pt"><b>${name}</b></font>
671 <tag k="highway" v="pedestrian"/>
672 <!-- pedestrian roads can be lines or areas, with different tags -->
673 <!-- TODO - implement this! -->
675 <tag k="highway" v="pedestrian"/>
678 <tag k="highway" v="pedestrian"/>
679 <tag k="area" v="yes"/>
681 <inputSet ref="minorRoad"/>
685 <!-- ************************************************************************
687 ************************************************************************ -->
689 <feature name="Footpath">
690 <category>paths</category>
691 <icon image="features/paths__footway.png">
692 ${name} <i>${ref}</i>
696 <tag k="highway" v="footway"/>
697 <inputSet ref="path"/>
700 <feature name="Cycle path">
701 <category>paths</category>
702 <icon image="features/paths__unknown.png">
703 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
707 <tag k="highway" v="cycleway"/>
708 <inputSet ref="path"/>
711 <feature name="Track">
712 <category>paths</category>
714 <font size="14pt"><b>${name}</b></font>
718 <tag k="highway" v="track"/>
720 <inputSet ref="path"/>
723 <feature name="Bridleway">
724 <category>paths</category>
725 <icon image="features/paths__bridleway.png">
729 <tag k="highway" v="bridleway"/>
730 <inputSet ref="path"/>
733 <feature name="Steps">
734 <category>paths</category>
735 <icon image="features/paths__steps.png">
737 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
740 <tag k="highway" v="steps"/>
741 <inputSet ref="path"/>
742 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
745 <!-- ************************************************************************
747 ************************************************************************ -->
749 <feature name="Park">
750 <category>natural</category>
751 <icon image="icons/natural_blank.png">
756 <tag k="leisure" v="park"/>
759 <feature name="Forest">
760 <category>natural</category>
761 <icon image="icons/natural_blank.png" />
764 <tag k="landuse" v="forest"/>
767 <feature name="Meadow">
768 <category>natural</category>
769 <icon image="icons/natural_blank.png" />
772 <tag k="landuse" v="meadow"/>
776 <!-- ************************************************************************
778 ************************************************************************ -->
780 <feature name="Wall">
781 <category>barrier</category>
784 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
787 <tag k="barrier" v="wall"/>
790 <feature name="Ditch">
791 <category>barrier</category>
794 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
797 <tag k="barrier" v="ditch"/>
800 <feature name="Retaining wall">
801 <category>barrier</category>
804 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
807 <tag k="barrier" v="retaining_wall"/>
810 <feature name="City wall">
811 <category>barrier</category>
814 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
817 <tag k="barrier" v="city_wall"/>
820 <feature name="Fence">
821 <category>barrier</category>
824 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
827 <tag k="barrier" v="fence"/>
830 <feature name="Hedge">
831 <category>barrier</category>
834 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
837 <tag k="barrier" v="hedge"/>
841 <!-- ************************************************************************
843 ************************************************************************ -->
845 <feature name="Stream">
846 <category>water</category>
847 <description>A very narrow river.</description>
848 <icon image="features/waterway__stream.png">
849 <font size="14pt"><b>${name}</b></font>
853 <tag k="waterway" v="stream"/>
854 <inputSet ref="waterways" />
857 <feature name="River">
858 <category>water</category>
859 <icon image="features/waterway__river.png">
860 <font size="14pt"><b>${name}</b></font>
864 <tag k="waterway" v="river"/>
865 <inputSet ref="waterways" />
868 <feature name="Canal">
869 <category>water</category>
870 <icon image="features/waterway__canal.png">
871 <font size="14pt"><b>${name}</b></font>
875 <tag k="waterway" v="canal"/>
876 <inputSet ref="waterways" />
880 <feature name="Drain">
881 <category>water</category>
883 <font size="14pt"><b>${name}</b></font>
887 <tag k="waterway" v="drain"/>
891 <category>water</category>
892 <icon image="features/waterway__dam.png">
893 <font size="14pt"><b>${name}</b></font>
897 <tag k="waterway" v="dam"/>
898 <inputSet ref="boatPermissions" />
901 <feature name="Riverbank">
902 <category>water</category>
904 <font size="14pt"><b>${name}</b></font>
908 <tag k="waterway" v="riverbank"/>
911 <feature name="Reservoir">
912 <category>water</category>
914 <font size="14pt"><b>${name}</b></font>
918 <tag k="landuse" v="reservoir"/>
919 <inputSet ref="boatPermissions" />
922 <feature name="Basin">
923 <category>water</category>
931 <tag k="landuse" v="basin"/>
932 <inputSet ref="boatPermissions" />
935 <feature name="Weir">
936 <category>water</category>
945 <tag k="waterway" v="weir"/>
950 <feature name="Dock">
951 <category>water</category>
953 <font size="14pt"><b>${name}</b></font>
957 <tag k="waterway" v="dock"/>
958 <inputSet ref="names"/>
961 <feature name="Marina">
962 <category>water</category>
971 <tag k="leisure" v="marina"/>
972 <inputSet ref="names"/>
975 <feature name="Slipway">
976 <category>water</category>
978 <tag k="leisure" v="slipway"/>
979 <inputSet ref="names"/>
984 <!-- ************************************************************************
986 ************************************************************************ -->
988 <feature name="Railway line">
989 <category>transport</category>
990 <icon image="features/transport__railway.png">
991 <font size="14pt"><b>${name}</b></font>
995 <tag k="railway" v="rail"/>
996 <inputSet ref="bridge"/>
997 <inputSet ref="tunnel"/>
998 <inputSet ref="embankment-cutting"/>
999 <inputSet ref="rail-electrification"/>
1000 <inputSet ref="rail-usage"/>
1003 <feature name="Railway spur">
1004 <category>transport</category>
1005 <icon image="features/transport__railway.png">
1006 <font size="14pt"><b>${name}</b></font>
1010 <tag k="railway" v="rail"/>
1011 <tag k="service" v="spur"/>
1014 <feature name="Railway siding">
1015 <category>transport</category>
1016 <icon image="features/transport__railway.png">
1017 <font size="14pt"><b>${name}</b></font>
1021 <tag k="railway" v="rail"/>
1022 <tag k="service" v="siding"/>
1025 <feature name="Preserved line">
1026 <category>transport</category>
1027 <icon image="features/transport__railway.png">
1028 <font size="14pt"><b>${name}</b></font>
1032 <tag k="railway" v="preserved"/>
1035 <feature name="Disused tracks">
1036 <category>transport</category>
1038 <font size="14pt"><b>${name}</b></font>
1042 <tag k="railway" v="disused"/>
1045 <feature name="Old trackbed">
1046 <category>transport</category>
1048 <font size="14pt"><b>${name}</b></font>
1052 <tag k="railway" v="abandoned"/>
1055 <feature name="Light rail line">
1056 <category>transport</category>
1057 <icon image="features/transport__tram.png">
1058 <font size="14pt"><b>${name}</b></font>
1062 <tag k="railway" v="light_rail"/>
1063 <inputSet ref="bridge"/>
1064 <inputSet ref="tunnel"/>
1065 <inputset ref="embankment-cutting"/>
1066 <inputSet ref="rail-electrification"/>
1069 <feature name="Tram line">
1070 <category>transport</category>
1071 <icon image="features/transport__tram.png">
1072 <font size="14pt"><b>${name}</b></font>
1076 <tag k="railway" v="tram"/>
1077 <input ref="tram-route"/>
1078 <inputSet ref="bridge"/>
1079 <inputSet ref="tunnel"/>
1080 <inputset ref="embankment-cutting"/>
1081 <inputSet ref="rail-electrification"/>
1084 <feature name="Subway line">
1085 <category>transport</category>
1086 <icon image="features/transport__subway.png">
1087 <font size="14pt"><b>${name}</b></font>
1091 <tag k="railway" v="subway"/>
1092 <inputSet ref="bridge"/>
1093 <inputSet ref="tunnel"/>
1094 <inputset ref="embankment-cutting"/>
1095 <inputSet ref="rail-electrification"/>
1098 <feature name="Railway platform">
1099 <category>transport</category>
1103 <tag k="railway" v="platform"/>
1104 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The number of the platform" priority="low"/>
1107 <feature name="Bus station">
1108 <category>transport</category>
1110 <b>${name} ${addr:housename}</b><br/>
1111 ${addr:housenumber} ${addr:street} ${addr:postcode}
1115 <tag k="amenity" v="bus_station"/>
1116 <tag k="building" v="yes"/>
1117 <inputSet ref="names"/>
1118 <inputSet ref="buildingAddress" />
1121 <feature name="Airport">
1122 <category>transport</category>
1123 <icon image="icons/transport_airport_48.png"/>
1124 <tag k="aeroway" v="aerodrome"/>
1127 <inputSet ref="names"/>
1128 <input type="freetext" presence="always" category="Naming" name="International Air Transport Association (IATA) airport code" key="ref"/>
1129 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1132 <feature name="Airport terminal">
1133 <category>transport</category>
1134 <icon image="icons/transport_blank.png"/>
1135 <tag k="aeroway" v="terminal"/>
1138 <inputSet ref="names"/>
1139 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1142 <feature name="Helipad">
1143 <category>transport</category>
1144 <icon image="icons/transport_helipad_48.png"/>
1145 <tag k="aeroway" v="helipad"/>
1148 <inputSet ref="names"/>
1149 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1152 <feature name="Airport runway">
1153 <category>transport</category>
1154 <icon image="icons/transport_blank.png"/>
1155 <tag k="aeroway" v="runway"/>
1157 <inputSet ref="names"/>
1158 <input type="freetext" presence="always" category="Naming" name="Runway number (01-36)" key="ref"/>
1159 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1162 <feature name="Airport taxiway">
1163 <category>transport</category>
1164 <icon image="icons/transport_blank.png"/>
1165 <tag k="aeroway" v="taxiway"/>
1167 <inputSet ref="names"/>
1168 <input type="freetext" presence="always" category="Naming" name="Taxiway number" key="ref" />
1169 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1172 <feature name="Airport apron">
1173 <category>transport</category>
1174 <icon image="icons/transport_blank.png"/>
1175 <tag k="aeroway" v="apron"/>
1177 <inputSet ref="names"/>
1178 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1181 <feature name="Airport gate">
1182 <category>transport</category>
1183 <icon image="icons/transport_blank.png"/>
1184 <tag k="aeroway" v="gate"/>
1186 <input type="freetext" presence="always" category="Naming" name="Gate number" key="ref" />
1187 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1190 <!-- ************************************************************************
1192 ************************************************************************ -->
1194 <feature name="School">
1195 <category>buildings</category>
1197 <b>${name} ${addr:housename}</b><br/>
1198 ${addr:housenumber} ${addr:street} ${addr:postcode}
1202 <tag k="amenity" v="school"/>
1203 <tag k="building" v="yes"/>
1204 <inputSet ref="names"/>
1205 <inputSet ref="buildingAddress" />
1208 <feature name="College">
1209 <category>buildings</category>
1211 <b>${name} ${addr:housename}</b><br/>
1212 ${addr:housenumber} ${addr:street} ${addr:postcode}
1216 <tag k="amenity" v="college"/>
1217 <tag k="building" v="yes"/>
1218 <inputSet ref="names"/>
1219 <inputSet ref="buildingAddress" />
1222 <feature name="Supermarket">
1223 <category>buildings</category>
1225 <b>${name} ${addr:housename}</b><br/>
1226 ${addr:housenumber} ${addr:street} ${addr:postcode}
1230 <tag k="shop" v="supermarket"/>
1231 <tag k="building" v="yes"/>
1232 <inputSet ref="names"/>
1233 <inputSet ref="buildingAddress" />
1236 <feature name="Place of worship">
1237 <category>buildings</category>
1239 <b>${name} ${addr:housename}</b><br/>
1240 ${addr:housenumber} ${addr:street} ${addr:postcode}
1244 <tag k="amenity" v="place_of_worship"/>
1245 <tag k="building" v="yes"/>
1246 <inputSet ref="names"/>
1247 <inputSet ref="buildingAddress" />
1248 <input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs.">
1249 <choice value="christian" text="Christianity (church)" />
1250 <choice value="jewish" text="Judaism (synagogue)" />
1254 <feature name="Public building">
1255 <category>buildings</category>
1257 <b>${name} ${addr:housename}</b><br/>
1258 ${addr:housenumber} ${addr:street} ${addr:postcode}
1262 <tag k="amenity" v="public_building"/>
1263 <tag k="building" v="yes"/>
1264 <inputSet ref="names"/>
1265 <inputSet ref="buildingAddress" />
1268 <feature name="Hospital">
1269 <category>buildings</category>
1271 <b>${name} ${addr:housename}</b><br/>
1272 ${addr:housenumber} ${addr:street} ${addr:postcode}
1276 <tag k="amenity" v="hospital"/>
1277 <tag k="building" v="yes"/>
1278 <inputSet ref="names"/>
1279 <inputSet ref="buildingAddress" />
1282 <feature name="University">
1283 <category>buildings</category>
1285 <b>${name} ${addr:housename}</b><br/>
1286 ${addr:housenumber} ${addr:street} ${addr:postcode}
1290 <tag k="amenity" v="university"/>
1291 <tag k="building" v="yes"/>
1292 <inputSet ref="names"/>
1293 <inputSet ref="buildingAddress" />
1296 <feature name="Attraction">
1297 <category>buildings</category>
1299 <b>${name} ${addr:housename}</b><br/>
1300 ${addr:housenumber} ${addr:street} ${addr:postcode}
1304 <tag k="tourism" v="attraction"/>
1305 <tag k="building" v="yes"/>
1306 <inputSet ref="names"/>
1307 <inputSet ref="buildingAddress" />
1310 <feature name="Museum">
1311 <category>buildings</category>
1313 <b>${name} ${addr:housename}</b><br/>
1314 ${addr:housenumber} ${addr:street} ${addr:postcode}
1318 <tag k="tourism" v="museum"/>
1319 <tag k="building" v="yes"/>
1320 <inputSet ref="names"/>
1321 <inputSet ref="buildingAddress" />
1324 <feature name="Zoo">
1325 <category>buildings</category>
1327 <b>${name} ${addr:housename}</b><br/>
1328 ${addr:housenumber} ${addr:street} ${addr:postcode}
1332 <tag k="tourism" v="zoo"/>
1333 <tag k="building" v="yes"/>
1334 <inputSet ref="names"/>
1335 <inputSet ref="buildingAddress" />
1338 <feature name="Stadium">
1339 <category>buildings</category>
1341 <b>${name} ${addr:housename}</b><br/>
1342 ${addr:housenumber} ${addr:street} ${addr:postcode}
1346 <tag k="leisure" v="stadium"/>
1347 <inputSet ref="names"/>
1348 <inputSet ref="buildingAddress" />
1351 <feature name="Building">
1352 <category>buildings</category>
1354 <b>${name} ${addr:housename}</b><br/>
1355 ${addr:housenumber} ${addr:street} ${addr:postcode}
1359 <tag k="building" v="*"/>
1360 <inputSet ref="names"/>
1361 <inputSet ref="buildingAddress" />
1364 <!-- ************************************************************************
1366 ************************************************************************ -->
1368 <feature name="Industry">
1369 <category>landuse</category><area/><icon><b>${name}</b></icon>
1370 <tag k="landuse" v="industrial"/>
1371 <inputSet ref="simpleName"/>
1374 <feature name="Offices">
1375 <category>landuse</category><area/><icon><b>${name}</b></icon>
1376 <tag k="landuse" v="commercial"/>
1377 <inputSet ref="simpleName"/>
1380 <feature name="Retail">
1381 <category>landuse</category><area/><icon><b>${name}</b></icon>
1382 <tag k="landuse" v="retail"/>
1383 <inputSet ref="simpleName"/>
1386 <feature name="Marketplace">
1387 <category>landuse</category><area/><icon><b>${name}</b></icon>
1388 <tag k="amenity" v="marketplace"/>
1389 <inputSet ref="simpleName"/>
1392 <feature name="Cemetery">
1393 <category>landuse</category><area/><icon><b>${name}</b></icon>
1394 <tag k="landuse" v="cemetery"/>
1395 <inputSet ref="simpleName"/>
1398 <feature name="Quarry">
1399 <category>landuse</category>
1401 <tag k="landuse" v="quarry"/>
1402 <inputSet ref="simpleName"/>
1405 <feature name="Military">
1406 <category>landuse</category>
1408 <tag k="landuse" v="military"/>
1409 <inputSet ref="simpleName"/>
1412 <feature name="Farming">
1413 <category>landuse</category>
1415 <tag k="landuse" v="farm"/>
1416 <inputSet ref="simpleName"/>
1419 <feature name="Reservoir">
1420 <category>water</category>
1422 <font size="14pt"><b>${name}</b></font>
1426 <tag k="landuse" v="reservoir"/>
1431 <feature name="Conservation">
1432 <category>natural</category>
1433 <icon image="icons/natural_blank.png"/>
1435 <tag k="landuse" v="conservation"/>
1436 <inputSet ref="simpleName"/>
1442 <feature name="Playground">
1443 <category>landuse</category><area/><icon><b>${name}</b></icon>
1444 <tag k="leisure" v="playground"/>
1445 <inputSet ref="simpleName"/>
1448 <feature name="Golf course">
1449 <category>landuse</category><area/><icon><b>${name}</b></icon>
1450 <tag k="leisure" v="golf_course"/>
1451 <inputSet ref="simpleName"/>
1454 <feature name="Recreation ground">
1455 <category>landuse</category><area/><icon><b>${name}</b></icon>
1456 <tag k="leisure" v="recreation_ground"/>
1457 <inputSet ref="simpleName"/>
1460 <feature name="Sports pitch">
1461 <category>landuse</category>
1467 <tag k="leisure" v="pitch"/>
1468 <inputSet ref="simpleName"/>
1469 <inputSet ref="pitchSport"/>
1472 <inputSet id="pitchSport">
1473 <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
1474 <choice value="9pin" text="9 pin bowling"/>
1475 <choice value="10pin" text="10 pin bowling"/>
1476 <choice value="american_football" text="American football"/>
1477 <choice value="archery" text="Archery"/>
1478 <choice value="athletics" text="Athletics"/>
1479 <choice value="australian_football" text="Australian Rules Football"/>
1480 <choice value="baseball" text="Baseball"/>
1481 <choice value="basketball" text="Basketball"/>
1482 <choice value="beachvolleyball" text="Beach volleyball"/>
1483 <choice value="boules" text="Boules/petanque/bocci"/>
1484 <choice value="bowls" text="Lawn bowls"/>
1485 <choice value="canadian_football" text="Canadian football"/>
1486 <choice value="chess" text="Chess"/>
1487 <choice value="cricket" text="Cricket"/>
1488 <choice value="cricket_nets" text="Cricket nets"/>
1489 <choice value="croquet" text="Croquet"/>
1490 <choice value="equestrian" text="Equestrian"/>
1491 <choice value="gaelic_football" text="Gaelic football"/>
1492 <choice value="gymnastics" text="Gymnastics"/>
1493 <choice value="team_handball" text="(Team) handball"/>
1494 <choice value="hockey" text="(Field) hockey"/>
1495 <choice value="korfball" text="Korball"/>
1496 <choice value="pelota" text="Pelota"/>
1497 <choice value="rugby_league" text="Rugby league"/>
1498 <choice value="rugby_union" text="Rugby union"/>
1499 <choice value="shooting" text="Shooting"/>
1500 <choice value="skating" text="Ice skating"/>
1501 <choice value="skateboard" text="Skateboarding"/>
1502 <choice value="soccer" text="Soccer/football"/>
1503 <choice value="swimming" text="Swimming"/>
1504 <choice value="table_tennis" text="Table tennis"/>
1505 <choice value="tennis" text="Tennis"/>
1506 <choice value="volleyball" text="Volleyball"/>
1510 <feature name="Sports track">
1511 <category>landuse</category><area/><icon><b>${name}</b></icon>
1512 <tag k="leisure" v="track"/>
1513 <inputSet ref="simpleName"/>
1516 <feature name="Sports track">
1517 <category>landuse</category><area/><icon><b>${name}</b></icon>
1518 <tag k="leisure" v="track"/>
1519 <inputSet ref="simpleName"/>
1522 <!-- ************************************************************************
1524 ************************************************************************ -->
1526 <feature name="High-voltage">
1527 <category>power</category>
1529 <tag k="power" v="line"/>
1530 <inputSet ref="powerCables"/>
1533 <feature name="Low-voltage">
1534 <category>power</category>
1536 <tag k="power" v="minor_line"/>
1537 <inputSet ref="powerCables"/>
1540 <feature name="High-voltage pylon">
1541 <category>power</category>
1542 <icon image="icons/power_tower_24.png"/>
1544 <tag k="power" v="tower"/>
1547 <feature name="Power pole">
1548 <category>power</category>
1549 <icon image="icons/power_pole_24.png"/>
1551 <tag k="power" v="pole"/>
1554 <feature name="Plant (station)">
1555 <category>power</category>
1556 <icon image="icons/power_blank.png"/>
1559 <tag k="power" v="generator"/>
1560 <inputSet ref="names"/>
1561 <input type="choice" presence="always" name="Energy source" key="power_source" category="Power">
1562 <choice value="coal" text="Coal" />
1563 <choice value="gas" text="Gas" />
1564 <choice value="oil" text="Oil" />
1565 <choice value="fossil" text="Unspecified fossil fuel" />
1566 <choice value="hydro" text="Hydroelectric" />
1567 <choice value="geothermal" text="Geothermal" />
1568 <choice value="nuclear" text="Nuclear" />
1569 <choice value="wind" text="Wind" />
1570 <choice value="photovoltaic" text="Solar PV" />
1571 <choice value="solar_thermal" text="Solar thermal" />
1572 <choice value="biofuel" text="Biofuel" />
1576 <feature name="Substation">
1577 <category>power</category>
1578 <icon image="icons/power_blank.png"/>"
1581 <tag k="power" v="station"/>
1584 <feature name="Transformer">
1585 <category>power</category>
1586 <icon image="icons/power_blank.png"/>
1589 <tag k="power" v="sub_station"/>
1592 <inputSet id="powerCables">
1593 <input type="choice" name="Cables" key="cables" presence="always" category="Power">
1594 <choice value="2" text="2"/>
1595 <choice value="3" text="3"/>
1596 <choice value="4" text="4"/>
1597 <choice value="6" text="6"/>
1598 <choice value="8" text="8"/>
1599 <choice value="10" text="10"/>
1600 <choice value="12" text="12"/>
1602 <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
1603 <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
1604 <choice value="400" text="400 V"/>
1605 <choice value="600" text="600 V"/>
1606 <choice value="750" text="750 V"/>
1607 <choice value="1500" text="1500 V"/>
1608 <choice value="3000" text="3000 V"/>
1609 <choice value="15000" text="15 kV"/>
1610 <choice value="20000" text="20 kV"/>
1611 <choice value="35000" text="35 kV"/>
1612 <choice value="110000" text="110 kV"/>
1613 <choice value="132000" text="132 kV"/>
1614 <choice value="138000" text="238 kV"/>
1615 <choice value="220000" text="220 kV"/>
1616 <choice value="380000" text="380 kV"/>
1621 <feature name="Place">
1622 <category>misc</category>
1625 <!-- TODO: make this work -->
1626 <tag k="place" v="*"/>
1627 <inputSet ref="names" />
1628 <input type="choice" name="Type of place name" presence="always" key="place">
1629 <choice value="locality" text="Locality" />
1630 <choice value="hamlet" text="Hamlet" />
1631 <choice value="village" text="Village" />
1632 <choice value="suburb" text="Suburb" />
1633 <choice value="county" text="County" />
1634 <choice value="city" text="City" />
1635 <choice value="region" text="Region" />
1636 <choice value="state" text="State" />
1637 <choice value="country" text="Country" />
1638 <choice value="continent" text="Continent"/>
1639 <choice value="island" text="Island"/>
1640 <choice value="islet" text="Islet"/>
1646 <!-- ************************************************************************
1648 ************************************************************************ -->
1650 <!-- =========== Amenity ============ -->
1652 <feature name="Fire station">
1653 <category>amenity</category>
1654 <icon image="features/pois/amenity_firestation2.n.24.png"/>
1655 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
1657 <tag k="amenity" v="fire_station"/>
1658 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
1661 <feature name="Police Station">
1662 <category>amenity</category>
1663 <icon image="features/pois/amenity_police2.n.24.png"/>
1664 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
1666 <tag k="amenity" v="police"/>
1667 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
1670 <feature name="Hospital">
1671 <category>amenity</category>
1672 <icon image="features/pois/health_hospital.n.24.png"/>
1673 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
1675 <tag k="amenity" v="hospital"/>
1676 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
1679 <feature name="Place of Worship">
1680 <category>amenity</category>
1681 <icon image="icons/place_of_worship.png"/>
1682 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
1684 <tag k="amenity" v="place_of_worship"/>
1685 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of it." priority="low"/>
1686 <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
1687 <choice value="christian" text="Christianity (church)" />
1688 <choice value="jewish" text="Judaism (synagogue)" />
1689 <choice value="muslim" text="Islam (mosque)" />
1690 <choice value="hindu" text="Hinduism (temple)" />
1691 <choice value="buddhist" text="Buddhism (temple)" />
1692 <choice value="sikh" text="Sikhism (gurdwara)" />
1693 <choice value="shinto" text="Shinto (shrine)" />
1696 <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
1699 <feature name="ATM">
1700 <category>amenity</category>
1701 <icon image="features/pois/money_atm.n.24.png"/>
1702 <help>http://wiki.openstreetmap.org/wiki/Atm</help>
1704 <tag k="amenity" v="atm"/>
1705 <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
1706 <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
1709 <feature name="Bank">
1710 <category>amenity</category>
1711 <icon image="features/pois/money_bank2.n.24.png">
1714 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
1716 <tag k="amenity" v="bank"/>
1717 <inputSet ref="names"/>
1718 <inputSet ref="buildingAddress"/>
1719 <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
1720 <choice value="yes" text="Yes"/>
1721 <choice value="no" text="No"/>
1725 <feature name="Recycling">
1726 <category>amenity</category>
1727 <icon image="features/pois/amenity_recycling.n.24.png"/>
1728 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
1730 <tag k="amenity" v="recycling"/>
1733 <feature name="School">
1734 <category>amenity</category>
1735 <icon image="features/pois/education_school.n.24.png">
1738 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
1740 <tag k="amenity" v="school"/>
1741 <inputSet ref="names"/>
1742 <inputSet ref="buildingAddress"/>
1745 <feature name="Post Box">
1746 <category>amenity</category>
1747 <icon image="features/pois/amenity_post_box.n.24.png">
1750 <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
1752 <tag k="amenity" v="post_box"/>
1753 <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box" />
1754 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
1757 <!-- ========= Accommodation ========= -->
1758 <!-- Split off from tourism by Steve Bennett, can be remerged if it doesn't work out. -->
1759 <feature name="Hotel">
1760 <category>accommodation</category>
1761 <icon image="features/pois/accommodation_hotel.n.24.png"/>
1762 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel</help>
1765 <tag k="tourism" v="hotel"/>
1766 <inputSet ref="simpleName" />
1769 <feature name="Motel">
1770 <category>accommodation</category>
1771 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
1774 <icon image="icons/accommodation_blank.png"/>
1775 <tag k="tourism" v="motel"/>
1776 <inputSet ref="simpleName" />
1780 <feature name="Hostel">
1781 <category>accommodation</category>
1784 <inputSet ref="simpleName" />
1785 <icon image="features/pois/accommodation_youth_hostel.n.24.png"/>
1786 <tag k="tourism" v="hostel"/>
1789 <!-- Note that tourism=bed_and_breakfast also gets some use. -->
1790 <feature name="Guesthouse (B&B)">
1791 <category>accommodation</category>
1794 <inputSet ref="simpleName" />
1795 <icon image="features/pois/accommodation_bed_and_breakfast.n.24.png"/>
1796 <tag k="tourism" v="guest_house"/>
1799 <feature name="Campsite">
1800 <category>accommodation</category>
1803 <inputSet ref="simpleName" />
1804 <icon image="features/pois/accommodation_camping.n.24.png"/>
1805 <tag k="tourism" v="camp_site"/>
1808 <feature name="Caravan park">
1809 <category>accommodation</category>
1812 <inputSet ref="simpleName" />
1813 <icon image="features/pois/accommodation_caravan_park.n.24.png"/>
1814 <tag k="tourism" v="caravan_site"/>
1817 <feature name="Alpine hut">
1818 <category>accommodation</category>
1819 <icon image="icons/accommodation_blank.png"/>
1822 <inputSet ref="simpleName" />
1823 <tag k="tourism" v="alpine_hut"/>
1826 <feature name="Chalet">
1827 <category>accommodation</category>
1828 <icon image="icons/accommodation_blank.png"/>
1831 <inputSet ref="simpleName" />
1832 <tag k="tourism" v="chalet"/>
1836 <!-- ========= Tourism ========= -->
1838 <!-- This is a very popular tag, can't be left out -->
1839 <feature name="Attraction">
1840 <category>tourism</category>
1841 <icon image="icons/tourist_blank.png"/>
1844 <inputSet ref="simpleName" />
1845 <tag k="tourism" v="attraction"/>
1850 <feature name="Museum">
1851 <category>tourism</category>
1852 <icon image="features/pois/tourist_museum.n.24.png"/>
1853 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum</help>
1856 <tag k="tourism" v="museum"/>
1857 <inputSet ref="simpleName" />
1860 <feature name="Archaeological">
1861 <category>tourism</category>
1864 <inputSet ref="simpleName" />
1865 <icon image="features/pois/tourist_archaeological.n.24.png"/>
1866 <tag k="historic" v="archaeological_site"/>
1869 <feature name="Battlefield">
1870 <category>tourism</category>
1873 <inputSet ref="simpleName" />
1874 <icon image="features/pois/tourist_battlefield.n.24.png"/>
1875 <tag k="historic" v="battlefield"/>
1878 <feature name="Castle">
1879 <category>tourism</category>
1882 <inputSet ref="simpleName" />
1883 <icon image="features/pois/tourist_castle.n.24.png"/>
1884 <tag k="historic" v="castle"/>
1887 <feature name="Memorial">
1888 <category>tourism</category><point /><inputSet ref="simpleName" />
1889 <icon image="features/pois/tourist_memorial.n.24.png"/>
1890 <tag k="historic" v="memorial"/>
1893 <feature name="Monument">
1894 <category>tourism</category><point /><inputSet ref="simpleName" />
1895 <icon image="features/pois/tourist_monument.n.24.png"/>
1896 <tag k="historic" v="monument"/>
1899 <feature name="Picnic site">
1900 <category>tourism</category><point /><inputSet ref="simpleName" />
1901 <icon image="features/pois/tourist_picnic.n.24.png"/>
1902 <tag k="tourism" v="picnic_site"/>
1905 <feature name="Ruin">
1906 <category>tourism</category>
1909 <inputSet ref="simpleName" />
1910 <icon image="features/pois/tourist_ruin.n.24.png"/>
1911 <tag k="historic" v="ruin"/>
1914 <feature name="Cinema">
1915 <category>tourism</category>
1916 <icon image="features/pois/tourist_cinema.n.24.png"/>
1917 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema</help>
1920 <tag k="amenity" v="cinema"/>
1921 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the cinema" priority="low"/>
1924 <feature name="Theatre">
1925 <category>tourism</category>
1928 <inputSet ref="simpleName" />
1929 <icon image="features/pois/tourist_theatre.n.24.png"/>
1930 <tag k="amenity" v="theatre"/>
1933 <feature name="Viewpoint">
1934 <category>tourism</category>
1936 <inputSet ref="simpleName" />
1937 <icon image="features/pois/tourist_view_point.n.24.png"/>
1938 <tag k="tourism" v="viewpoint"/>
1941 <feature name="Zoo">
1942 <category>tourism</category>
1945 <inputSet ref="simpleName" />
1946 <icon image="features/pois/tourist_zoo.n.24.png"/>
1947 <tag k="tourism" v="zoo"/>
1950 <!-- icons needed-->
1951 <feature name="Information">
1952 <category>tourism</category>
1953 <icon image="icons/tourist_information.png"/>
1955 <inputSet ref="simpleName" />
1956 <tag k="tourism" v="information"/>
1959 <feature name="Artwork">
1960 <category>tourism</category>
1961 <icon image="icons/tourist_blank.png"/>
1963 <inputSet ref="simpleName" />
1964 <tag k="tourism" v="artwork"/>
1968 <feature name="Theme park">
1969 <category>tourism</category>
1970 <icon image="icons/tourist_blank.png"/>
1973 <inputSet ref="simpleName" />
1974 <tag k="tourism" v="theme_park"/>
1978 <!-- ========= Transport ========= -->
1980 <feature name="Aerodrome">
1981 <category>aeroway</category>
1982 <icon image="features/pois/transport_aerodrome.n.24.png"/>
1983 <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
1985 <tag k="aeroway" v="aerodrome"/>
1986 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the aerodrome/airport" priority="low"/>
1989 <feature name="Bus Stop">
1990 <category>transport</category>
1991 <icon image="features/pois/transport_bus_stop2.n.24.png">
1992 ${name} ${local_ref}
1995 <tag k="highway" v="bus_stop"/>
1996 <inputSet ref="buses" />
1999 <feature name="Car Parking">
2000 <category>transport</category>
2001 <icon image="features/pois/transport_parking_car.n.24.png">
2004 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2007 <tag k="amenity" v="parking"/>
2008 <inputSet ref="names"/>
2009 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2010 <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"/>
2011 <inputSet ref="fee"/>
2014 <feature name="Bicycle Parking">
2015 <category>transport</category>
2016 <icon image="features/pois/transport_parking_bicycle.n.24.png">
2019 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2021 <tag k="amenity" v="bicycle_parking"/>
2022 <inputSet ref="names"/>
2023 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2024 <input type="number" minimum="0" maximum="99999" stepSize="1"
2025 presence="always" category="Cycle" name="Capacity" key="capacity"
2026 description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
2027 <inputSet ref="fee"/>
2028 <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
2029 <choice value="yes" text="Yes"/>
2030 <choice value="no" text="No"/>
2034 <feature name="Railway station">
2035 <category>transport</category>
2036 <icon image="features/pois/transport_train_station.n.24.png">
2037 <font size="14pt"><b>${name}</b></font>
2041 <tag k="railway" v="station"/>
2042 <inputSet ref="names"/>
2043 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
2044 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the service" priority="low"/>
2047 <feature name="Fuel">
2048 <category>transport</category><point /><inputSet ref="simpleName" />
2049 <icon image="features/pois/transport_fuel.n.24.png"/>
2050 <tag k="amenity" v="fuel"/>
2051 <input type="freetext" category="Naming" name="Operator" key="operator" description="The provider of the service"/>
2052 <input type="choice" category="Fuels" name="Diesel" key="diesel" description="Is diesel fuel sold here?">
2053 <choice value="yes" text="Yes"/>
2054 <choice value="no" text="No"/>
2056 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2057 <choice value="yes" text="Yes"/>
2058 <choice value="no" text="No"/>
2060 <input type="choice" category="Fuels" name="Octane 95" key="octane_95" description="Is octane 95 unleaded fuel sold here?">
2061 <choice value="yes" text="Yes"/>
2062 <choice value="no" text="No"/>
2064 <input type="choice" category="Fuels" name="Octane 98" key="octane_98" description="Is octane 98 unleaded fuel sold here?">
2065 <choice value="yes" text="Yes"/>
2066 <choice value="no" text="No"/>
2068 <input type="choice" category="Fuels" name="Octane 100" key="octane_100" description="Is octane 100 unleaded fuel sold here?">
2069 <choice value="yes" text="Yes"/>
2070 <choice value="no" text="No"/>
2072 <input type="choice" category="Fuels" name="Ethanol" key="ethanol" description="Is ethanol sold here?">
2073 <choice value="yes" text="Yes"/>
2074 <choice value="no" text="No"/>
2076 <input type="choice" category="Fuels" name="LPG" key="lpg" description="Is LPG (liquid petroleum gas) sold here?">
2077 <choice value="yes" text="Yes"/>
2078 <choice value="no" text="No"/>
2080 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2081 <choice value="yes" text="Yes"/>
2082 <choice value="no" text="No"/>
2084 <input type="choice" category="Fuels" name="Bio-diesel" key="biodiesel" description="Is biodiesel unleaded fuel sold here?">
2085 <choice value="yes" text="Yes"/>
2086 <choice value="no" text="No"/>
2092 <feature name="Bus station">
2093 <category>transport</category><point /><inputSet ref="simpleName" />
2094 <icon image="features/pois/transport_bus_station.n.24.png"/>
2095 <tag k="amenity" v="bus_station"/>
2098 <feature name="Taxi rank">
2099 <category>transport</category><point /><inputSet ref="simpleName" />
2100 <icon image="features/pois/transport_taxi_rank.n.24.png"/>
2101 <tag k="amenity" v="taxi"/>
2104 <feature name="Tram stop">
2105 <category>transport</category><point /><inputSet ref="simpleName" />
2106 <icon image="features/pois/transport_tram_stop.n.24.png"/>
2107 <tag k="railway" v="tram_stop"/>
2110 <feature name="Bicycle rental">
2111 <category>transport</category><point /><inputSet ref="simpleName" />
2112 <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
2113 <tag k="amenity" v="bicycle_rental"/>
2116 <feature name="Car rental">
2117 <category>transport</category><point /><inputSet ref="simpleName" />
2118 <icon image="features/pois/transport_rental_car.n.24.png"/>
2119 <tag k="amenity" v="car_rental"/>
2122 <feature name="Ferry Terminal">
2123 <category>transport</category>
2124 <icon image="features/pois/transport_port.n.24.png"/>
2125 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
2127 <tag k="amenity" v="ferry_terminal"/>
2128 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the ferry terminal." priority="low"/>
2129 <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
2130 <input type="freetext" presence="always" category="" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
2133 <!-- ========= Barriers ========= -->
2135 <feature name="Bollard">
2136 <category>barrier</category>
2137 <icon image="features/pois/barrier_bollard.n.24.png">
2139 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2142 <tag k="barrier" v="bollard"/>
2145 <feature name="Gate">
2146 <category>barrier</category>
2147 <icon image="features/pois/barrier_gate.n.24.png">
2149 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2152 <tag k="barrier" v="gate"/>
2155 <feature name="Boom Gate">
2156 <category>barrier</category>
2157 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate</help>
2159 <tag k="barrier" v="lift_gate"/>
2162 <feature name="Kissing Gate">
2163 <category>barrier</category>
2164 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate</help>
2166 <tag k="barrier" v="kissing_gate"/>
2170 <feature name="Cycle Barrier">
2171 <category>barrier</category>
2172 <icon image="features/pois/barrier_bollard.n.24.png">
2174 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2177 <tag k="barrier" v="cycle_barrier"/>
2180 <feature name="Big Concrete Blocks">
2181 <category>barrier</category>
2182 <icon image="features/pois/barrier_bollard.n.24.png">
2184 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2187 <tag k="barrier" v="block"/>
2190 <feature name="Cattle Grid">
2191 <category>barrier</category>
2192 <icon image="icons/cattle_grid.png">
2194 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2197 <tag k="barrier" v="cattle_grid"/>
2200 <feature name="Toll Booth">
2201 <category>barrier</category>
2202 <icon image="features/pois/barrier_toll_booth.n.24.png">
2204 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2207 <tag k="barrier" v="toll_booth"/>
2209 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2212 <feature name="Stile">
2213 <category>barrier</category>
2214 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile</help>
2216 <tag k="barrier" v="stile"/>
2219 <feature name="Turning circle">
2220 <category>transport</category>
2221 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle
2224 <tag k="highway" v="turning_circle"/>
2227 <feature name="Traffic calming">
2229 <category>transport</category>
2230 <icon image="icons/speed_hump_16.png"/>
2232 http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming
2235 <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
2236 <tag k="traffic_calming" v="*"/>
2237 <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
2238 <choice value="yes" text="Unspecified"/>
2239 <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
2240 <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
2241 <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
2242 <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
2243 <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
2244 <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
2245 <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
2251 <!-- ========= Entertainment ========= -->
2253 <feature name="Pub">
2254 <category>entertainment</category>
2255 <icon image="features/pois/food_pub.n.24.png">
2258 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2260 <tag k="amenity" v="pub"/>
2261 <inputSet ref="names"/>
2262 <inputSet ref="web" />
2263 <inputSet ref="buildingAddress" />
2264 <inputSet ref="wifi" />
2267 <feature name="Bar">
2268 <category>entertainment</category>
2269 <icon image="features/pois/food_bar.n.24.png">
2273 <tag k="amenity" v="bar"/>
2274 <inputSet ref="names"/>
2275 <inputSet ref="web" />
2276 <inputSet ref="buildingAddress" />
2277 <inputSet ref="wifi" />
2280 <feature name="Restaurant">
2281 <category>entertainment</category>
2282 <icon image="features/pois/food_restaurant.n.24.png">
2286 <tag k="amenity" v="restaurant"/>
2287 <inputSet ref="names"/>
2288 <inputSet ref="web" />
2289 <inputSet ref="buildingAddress"/>
2290 <inputSet ref="cuisine"/>
2293 <feature name="Cafe">
2294 <category>entertainment</category>
2295 <icon image="features/pois/food_cafe.n.24.png">
2298 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2300 <tag k="amenity" v="cafe"/>
2301 <inputSet ref="names"/>
2302 <inputSet ref="web" />
2303 <inputSet ref="buildingAddress"/>
2304 <inputSet ref="cuisine"/>
2305 <inputSet ref="wifi" />
2308 <feature name="Fast Food">
2309 <category>entertainment</category>
2310 <icon image="features/pois/food_fastfood.n.24.png">
2313 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2315 <tag k="amenity" v="fast_food"/>
2316 <inputSet ref="names"/>
2317 <inputSet ref="web" />
2318 <inputSet ref="buildingAddress"/>
2319 <inputSet ref="cuisine"/>
2322 <!-- ========= Shops ========= -->
2324 <feature name="Small Convenience Store">
2325 <category>shopping</category>
2326 <icon image="features/pois/shopping_convenience.n.24.png">
2329 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2331 <tag k="shop" v="convenience"/>
2332 <inputSet ref="names"/>
2333 <inputSet ref="web" />
2334 <inputSet ref="buildingAddress"/>
2337 <feature name="Supermarket">
2338 <category>shopping</category>
2339 <icon image="features/pois/shopping_supermarket.n.24.png">
2342 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2344 <tag k="shop" v="supermarket"/>
2345 <inputSet ref="names"/>
2346 <inputSet ref="web" />
2347 <inputSet ref="buildingAddress"/>
2350 <feature name="Alcohol shop">
2351 <category>shopping</category><point />
2352 <inputSet ref="simpleName" />
2353 <inputSet ref="web" />
2354 <inputSet ref="buildingAddress"/>
2355 <icon image="features/pois/shopping_alcohol.n.24.png"/>
2356 <tag k="shop" v="alcohol"/>
2359 <feature name="Bakery">
2360 <category>shopping</category><point />
2361 <inputSet ref="simpleName" />
2362 <inputSet ref="web" />
2363 <inputSet ref="buildingAddress"/>
2364 <icon image="features/pois/shopping_bakery.n.24.png"/>
2365 <tag k="shop" v="bakery"/>
2368 <feature name="Bike shop">
2369 <category>shopping</category><point />
2370 <inputSet ref="simpleName" />
2371 <inputSet ref="web" />
2372 <inputSet ref="buildingAddress"/>
2373 <icon image="features/pois/shopping_bicycle.n.24.png"/>
2374 <tag k="shop" v="bicycle"/>
2377 <feature name="Bookshop">
2378 <category>shopping</category><point />
2379 <inputSet ref="simpleName" />
2380 <inputSet ref="web" />
2381 <inputSet ref="buildingAddress"/>
2382 <icon image="features/pois/shopping_book.n.24.png"/>
2383 <tag k="shop" v="book"/>
2386 <feature name="Butcher">
2387 <category>shopping</category><point />
2388 <inputSet ref="simpleName" />
2389 <inputSet ref="web" />
2390 <inputSet ref="buildingAddress"/>
2391 <icon image="features/pois/shopping_butcher.n.24.png"/>
2392 <tag k="shop" v="butcher"/>
2395 <feature name="Car repair">
2396 <category>shopping</category><point />
2397 <inputSet ref="simpleName" />
2398 <inputSet ref="web" />
2399 <inputSet ref="buildingAddress"/>
2400 <icon image="features/pois/shopping_car_repair.n.24.png"/>
2401 <tag k="shop" v="car_repair"/>
2404 <feature name="Clothes shop">
2405 <category>shopping</category><point />
2406 <inputSet ref="simpleName" />
2407 <inputSet ref="web" />
2408 <inputSet ref="buildingAddress"/>
2409 <icon image="features/pois/shopping_clothes.n.24.png"/>
2410 <tag k="shop" v="clothes"/>
2413 <feature name="Confectionery">
2414 <category>shopping</category><point />
2415 <inputSet ref="simpleName" />
2416 <inputSet ref="web" />
2417 <inputSet ref="buildingAddress"/>
2418 <icon image="features/pois/shopping_confectionery.n.24.png"/>
2419 <tag k="shop" v="confectionery"/>
2422 <feature name="DIY">
2423 <category>shopping</category><point />
2424 <inputSet ref="simpleName" />
2425 <inputSet ref="web" />
2426 <inputSet ref="buildingAddress"/>
2427 <icon image="features/pois/shopping_diy.n.24.png"/>
2428 <tag k="shop" v="doityourself"/>
2431 <feature name="Fishmonger">
2432 <category>shopping</category><point />
2433 <inputSet ref="simpleName" />
2434 <inputSet ref="web" />
2435 <inputSet ref="buildingAddress"/>
2436 <icon image="features/pois/shopping_fish.n.24.png"/>
2437 <tag k="shop" v="fishmonger"/>
2440 <feature name="Garden centre">
2441 <category>shopping</category><point />
2442 <inputSet ref="simpleName" />
2443 <inputSet ref="web" />
2444 <inputSet ref="buildingAddress"/>
2445 <icon image="features/pois/shopping_garden_centre.n.24.png"/>
2446 <tag k="shop" v="garden_centre"/>
2449 <feature name="Gift shop">
2450 <category>shopping</category><point />
2451 <inputSet ref="simpleName" />
2452 <inputSet ref="web" />
2453 <inputSet ref="buildingAddress"/>
2454 <icon image="features/pois/shopping_gift.n.24.png"/>
2455 <tag k="shop" v="gift"/>
2458 <feature name="Greengrocer">
2459 <category>shopping</category><point />
2460 <inputSet ref="simpleName" />
2461 <inputSet ref="web" />
2462 <inputSet ref="buildingAddress"/>
2463 <icon image="features/pois/shopping_greengrocer.n.24.png"/>
2464 <tag k="shop" v="greengrocer"/>
2467 <feature name="Hairdresser">
2468 <category>shopping</category><point />
2469 <inputSet ref="simpleName" />
2470 <inputSet ref="web" />
2471 <inputSet ref="buildingAddress"/>
2472 <icon image="features/pois/shopping_hairdresser.n.24.png"/>
2473 <tag k="shop" v="hairdresser"/>
2476 <feature name="Hifi shop">
2477 <category>shopping</category><point />
2478 <inputSet ref="simpleName" />
2479 <inputSet ref="web" />
2480 <inputSet ref="buildingAddress"/>
2481 <icon image="features/pois/shopping_hifi.n.24.png"/>
2482 <tag k="shop" v="hifi"/>
2485 <feature name="Jewellery">
2486 <category>shopping</category><point />
2487 <inputSet ref="simpleName" />
2488 <inputSet ref="web" />
2489 <inputSet ref="buildingAddress"/>
2490 <icon image="features/pois/shopping_jewelry.n.24.png"/>
2491 <tag k="shop" v="jewelry"/>
2494 <feature name="Laundrette">
2495 <category>shopping</category><point />
2496 <inputSet ref="simpleName" />
2497 <inputSet ref="web" />
2498 <inputSet ref="buildingAddress"/>
2499 <icon image="features/pois/shopping_laundrette.n.24.png"/>
2500 <tag k="shop" v="laundry"/>
2503 <feature name="Motorbike shop">
2504 <category>shopping</category><point />
2505 <inputSet ref="simpleName" />
2506 <inputSet ref="web" />
2507 <inputSet ref="buildingAddress"/>
2508 <icon image="features/pois/shopping_motorcycle.n.24.png"/>
2509 <tag k="shop" v="motorcycle"/>
2512 <feature name="Music shop">
2513 <category>shopping</category><point />
2514 <inputSet ref="simpleName" />
2515 <inputSet ref="web" />
2516 <inputSet ref="buildingAddress"/>
2517 <icon image="features/pois/shopping_music.n.24.png"/>
2518 <tag k="shop" v="music"/>
2521 <feature name="Pharmacy">
2522 <category>shopping</category>
2523 <icon image="features/pois/health_pharmacy.n.24.png">
2526 <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
2528 <tag k="amenity" v="pharmacy"/>
2529 <inputSet ref="names"/>
2530 <inputSet ref="web" />
2531 <inputSet ref="buildingAddress"/>
2532 <input type="checkbox" category="Amenity" presence="always" description="Does this pharmacy sell prescription drugs?" name="Dispensing" key="dispensing" layout="horizontal"/>
2535 <!-- **************** Agriculture *************** -->
2536 <feature name="Farm">
2537 <category>agriculture</category>
2538 <!-- <point /> Avoid this, to prevent POI icon -->
2540 <tag k="landuse" v="farm"/>
2541 <inputSet ref="simpleName"/>
2544 <feature name="Farmyard">
2545 <category>agriculture</category>
2547 <tag k="landuse" v="farmyard"/>
2548 <inputSet ref="simpleName"/>
2551 <feature name="Farmland">
2552 <category>agriculture</category>
2554 <tag k="landuse" v="farmland"/>
2555 <inputSet ref="simpleName"/>
2558 <feature name="Field">
2559 <category>agriculture</category>
2562 <tag k="landuse" v="meadow"/>
2563 <inputSet ref="simpleName"/>
2566 <feature name="Orchard">
2567 <category>agriculture</category>
2569 <tag k="landuse" v="orchard"/>
2570 <inputSet ref="simpleName"/>
2573 <feature name="Vineyard">
2574 <category>agriculture</category>
2576 <tag k="landuse" v="vineyard"/>
2577 <inputSet ref="simpleName"/>
2580 <!-- ************************************************************************
2582 ************************************************************************ -->
2584 <feature name="Turn restriction">
2585 <category>advanced</category>
2586 <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
2588 <tag k="type" v="restriction"/>
2589 <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
2590 <choice value="no_left_turn" text="No left turn"/>
2591 <choice value="no_right_turn" text="No right turn"/>
2592 <choice value="no_u_turn" text="No U turns"/>
2593 <choice value="no_straight_on" text="No straight on"/>
2594 <choice value="only_left_turn" text="Left turn only"/>
2595 <choice value="only_right_turn" text="Right turn only"/>
2596 <choice value="only_straight_on" text="Straight on only"/>
2598 <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
2599 <choice value="psv" text="Bus"/>
2600 <choice value="bicycle" text="Bicycle"/>
2601 <choice value="motorcar" text="Car"/>
2602 <choice value="hgv" text="HGV"/>
2604 <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" />
2605 <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" />
2606 <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" />
2607 <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" />
2610 <feature name="Multipolygon">
2611 <category>advanced</category>
2613 <tag k="type" v="multipolygon"/>
2616 <!-- cycle stuff -->
2617 <feature name="National Cycle Network">
2618 <category>paths</category>
2619 <icon image="features/cycle__ncn.png" background="red" foreground="white">
2620 <font size="14pt"><b>${ref}</b></font><br />
2621 <font size="12pt">${name}</font>
2625 <tag k="type" v="route"/>
2626 <tag k="network" v="ncn"/>
2628 <inputSet ref="route"/>
2631 <feature name="Regional Cycle Network">
2632 <category>paths</category>
2633 <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
2634 <font size="14pt"><b>${ref}</b></font><br />
2635 <font size="12pt">${name}</font>
2639 <tag k="type" v="route"/>
2640 <tag k="network" v="rcn"/>
2642 <inputSet ref="route"/>
2645 <feature name="Local Cycle Network">
2646 <category>paths</category>
2647 <icon image="features/cycle__lcn.png" background="blue" foreground="white">
2648 <font size="14pt"><b>${ref}</b></font><br />
2649 <font size="12pt">${name}</font>
2653 <tag k="type" v="route"/>
2654 <tag k="network" v="lcn"/>
2656 <inputSet ref="route"/>
2661 <feature name="Long Distance Path">
2662 <category>paths</category>
2663 <icon image="features/paths__footway.png" background="green" foreground="white">
2664 <font size="14pt"><b>${ref}</b></font><br />
2665 <font size="12pt">${name}</font>
2669 <tag k="type" v="route"/>
2670 <tag k="route" v="foot"/>
2672 <inputSet ref="route"/>
2676 <!-- public transit routes -->
2677 <feature name="Bus Route">
2678 <category>transport</category>
2679 <icon image="features/transport__bus.png">
2680 <font size="12pt">${operator} <b>${ref}</b></font>
2684 <tag k="type" v="route"/>
2685 <tag k="route" v="bus"/>
2687 <inputSet ref="route"/>
2688 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
2689 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the bus service" priority="low"/>
2692 <feature name="Tram Route">
2693 <category>transport</category>
2694 <icon image="features/transport__tram.png">
2695 <font size="12pt">${operator} <b>${reg}</b></font>
2699 <tag k="type" v="route"/>
2700 <tag k="route" v="tram"/>
2702 <inputSet ref="route"/>
2703 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
2704 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the tram service" priority="low"/>
2708 <!-- Junction nodes (for turn restrictions) -->
2712 <within entity="way" k="highway" minimum="2"/>
2713 <inputSet ref="junctionNode"/>