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"/>
239 <!-- not sure which category best suits put area=yes -->
240 <input type="checkbox" presence="onTagMatch" category="Restrictions" key="area" name="Open area" description="The way is a large open space, like at a dock, where vehicles can move anywhere within the space, rather than just along the edge." />
243 <inputSet id="roadLanes">
244 <input presence="onTagMatch" type="number" name="Lanes" category="Physical" description="Total number of lanes, counting both directions"
245 key="lanes" minimum="1" maximum="10" layout="horizontal"/>
248 <inputSet id="bridge">
249 <input type="choice" presence="onTagMatch"
250 name="Bridge" category="Physical" description="Road goes over a bridge"
251 key="bridge" layout="horizontal">
252 <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
253 <choice value="viaduct" text="Viaduct" description="Viaduct"/>
254 <choice value="suspension" text="Suspension bridge"/>
256 <input type="slider" presence="onTagMatch"
257 name="Layer" category="Physical" description="Relative vertical positions (-5 lowest, +5 highest)"
258 key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
259 defaultName="Ground"/>
261 <inputSet id="tunnel">
262 <!-- Not ideal, used for non-roads too. -->
263 <input type="choice" presence="onTagMatch"
264 name="Tunnel" category="Physical" description="Road goes into a tunnel"
265 key="tunnel" layout="horizontal">
266 <choice value="yes" text="Tunnel" description="Generic tunnel"/>
270 <inputSet id="embankment-cutting">
272 name="Embankment" category="Physical" description="Road supported on a raised bed of earth and rock."
273 key="embankment" layout="horizontal">
274 <choice value="yes" text="Embankment"/>
277 name="Cutting" category="Physical" description="Road carved out of hill on one or both sides."
278 key="cutting" layout="horizontal">
279 <choice value="yes" text="Cutting"/>
284 <inputSet id="rail-electrification">
285 <input type="choice" name="Electrified" category="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
287 <choice value="yes" text="Yes"/>
288 <choice value="no" text="No"/>
290 <input type="choice" name="Voltage" category="Electrification" description="Nominal voltage of electric wires"
291 key="voltage" presence="withCategory">
292 <choice value="600" text="600V"/>
293 <choice value="750" text="750V"/>
294 <choice value="1500" text="1500V"/>
295 <choice value="3000" text="3000V"/>
296 <choice value="15000" text="15kV"/>
297 <choice value="25000" text="25kV"/>
299 <input type="choice" name="Frequency" category="Electrification" description="Frequency in Hertz of alternating current power supply"
300 key="frequency" presence="withCategory">
301 <choice value="0" text="DC"/>
302 <choice value="16.67" text="16.67 Hz"/>
303 <choice value="16.7" text="16.7 Hz"/>
304 <choice value="25" text="25 Hz"/>
305 <choice value="50" text="50 Hz"/>
306 <choice value="60" text="60 Hz"/>
310 <inputSet id="rail-usage">
311 <input type="choice" name="Usage" category="Usage" description="Main use of the line" key="usage">
312 <choice value="main" text="Main line" description="The principal artery of a rail system."/>
313 <choice value="branch" text="Branch line" description="A secondary line, branching off a main line."/>
314 <choice value="industrial" text="Industrial"/>
315 <choice value="tourism" text="Tourism" />
316 <choice value="military" text="Military"/>
321 <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
324 <inputSet id="roadRestrictions">
325 <input type="choice" presence="always"
326 name="Oneway" category="Restrictions" description="Oneway roads"
328 <choice value="yes" match="yes|true|1" text="One way"
329 description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
330 <choice value="no" match="no|false|0" text="Two way"
331 description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
332 <choice value="-1" match="-1|reverse" text="One way reverse"
333 description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
335 <input type="speed" presence="onTagMatch"
336 name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
340 <inputSet id="roadRoundabout">
341 <!-- review the choice of category -->
342 <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."
344 <choice value="roundabout" text="Yes"/>
348 <inputSet id="turnRestrictions">
349 <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
350 <match k="type" v="restriction"/>
355 <inputSet id="pedestrians">
356 <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walking" key="foot">
357 <choice value="yes" text="Allowed"/>
358 <choice value="no" text="Prohibited"/>
359 <choice value="designated" text="Designated"/>
363 <inputSet id="naptan">
364 <input type="freetext" presence="onTagMatch" category="Naptan" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode"/>
365 <input type="choice" presence="onTagMatch" category="Naptan" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
366 <choice value="N" match="N" text="N" description=""/>
367 <choice value="NE" match="NE" text="NE" description=""/>
368 <choice value="E" match="E" text="E" description=""/>
369 <choice value="SE" match="SE" text="SE" description=""/>
370 <choice value="S" match="S" text="S" description=""/>
371 <choice value="SW" match="SW" text="SW" description=""/>
372 <choice value="W" match="W" text="W" description=""/>
373 <choice value="NW" match="NW" text="NW" description=""/>
375 <input type="freetext" presence="onTagMatch" category="Naptan" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName"/>
376 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator"/>
377 <input type="freetext" presence="onTagMatch" category="Naptan" description="" name="Naptan Street (read-only)" key="naptan:Street"/>
378 <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"/>
381 <inputSet id="buses">
382 <input type="freetext" presence="always" category="Bus Stop" name="Stop Name" key="name" description="The name of the bus stop"/>
383 <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"/>
384 <inputSet ref="naptan"/>
387 <inputSet id="bus-route">
388 <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
389 <match k="type" v="route"/>
390 <match k="route" v="bus"/>
391 <icon image="features/transport__bus.png">
392 <font size="12pt">${operator} <b>${ref}</b></font>
397 <inputSet id="tram-route">
398 <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
399 <match k="type" v="route"/>
400 <match k="route" v="tram"/>
401 <icon image="features/transport__tram.png">
402 <font size="12pt">${operator} <b>${ref}</b></font>
407 <inputSet id="cycle">
408 <inputSet ref="bicycle-permission"/>
409 <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
410 <match k="type" v="route"/>
411 <match k="route" v="bicycle"/>
412 <match k="network" v="ncn"/>
413 <icon image="features/cycle__ncn.png" background="#ff6f7a" foreground="white">
414 <font size="14pt"><b>${ref}</b></font><br/>
415 <font size="12pt">${name}</font>
418 <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
419 <match k="type" v="route"/>
420 <match k="route" v="bicycle"/>
421 <match k="network" v="rcn"/>
422 <icon image="features/cycle__rcn.png" background="#6ff7ff" foreground="white">
423 <font size="14pt"><b>${ref}</b></font><br/>
424 <font size="12pt">${name}</font>
427 <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
428 <match k="type" v="route"/>
429 <match k="route" v="bicycle"/>
430 <match k="network" v="lcn"/>
431 <icon image="features/cycle__lcn.png" background="#7d6fff" foreground="white">
432 <font size="14pt"><b>${ref}</b></font><br/>
433 <font size="12pt">${name}</font>
438 <inputSet id="bicycle-permission">
440 name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
442 <choice value="no" text="Prohibited" desciption="Cycling is not allowed. Pushing your bicycle is not allowed either."/>
443 <choice value="yes" text="Allowed"/>
444 <choice value="dismount" text="Cyclists dismount" description="Signage states that cyclists should dismount and push their bike for the selected path or road."/>
445 <choice value="designated" text="Designated"/>
446 <choice value="private" text="Private"/>
447 <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
451 <inputSet id="bicycle-lane">
453 name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
454 key="cycleway" layout="horizontal">
455 <choice value="no" text="No bike lanes"/>
456 <choice value="lane" text="On-road bike lane" description="Separated by painted line"/>
457 <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
458 <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
459 <choice value="opposite_track" text="Contraflow track" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
460 <choice value="opposite" text="Contraflow unmarked" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane."/>
461 <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
466 <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
467 <match k="type" v="route"/>
468 <match k="network" v="nwn"/>
469 <icon background="red" foreground="white">
470 <font size="14pt"><b>${ref}</b></font><br/>
471 <font size="12pt">${name}</font>
474 <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
475 <match k="type" v="route"/>
476 <match k="network" v="rwn"/>
477 <icon background="cyan" foreground="white">
478 <font size="14pt"><b>${ref}</b></font><br/>
479 <font size="12pt">${name}</font>
482 <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
483 <match k="type" v="route"/>
484 <match k="network" v="lwn"/>
485 <icon background="blue" foreground="white">
486 <font size="14pt"><b>${ref}</b></font><br/>
487 <font size="12pt">${name}</font>
492 <inputSet id="route">
493 <inputSet ref="names"/>
494 <inputSet ref="roadRefs"/>
497 <inputSet id="waterways">
498 <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name"/>
499 <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
500 <inputSet ref="boatPermissions"/>
502 <!-- Would be good to have a dedicated 'access' type of input -->
503 <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
504 <inputSet id="boatPermissions">
505 <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
506 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
507 <choice value="yes" text="Allowed" description="General right of way."/>
508 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
509 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
510 <choice value="no" text="Prohibited" description="No access to the public."/>
514 <inputSet id="permissions">
515 <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
516 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
517 <choice value="yes" text="Allowed" description="General right of way."/>
518 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
519 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
520 <choice value="no" text="Prohibited" description="No access to the public."/>
523 <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
524 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
525 <choice value="yes" text="Allowed" description="General right of way."/>
526 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
527 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
528 <choice value="no" text="Prohibited" description="No access to the public."/>
531 <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
532 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
533 <choice value="yes" text="Allowed" description="General right of way."/>
534 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
535 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
536 <choice value="no" text="Prohibited" description="No access to the public."/>
541 <inputSet id="places">
542 <input type="choice" name="Type of Place" presence="always" key="place">
543 <choice value="locality" text="Locality"/>
544 <choice value="hamlet" text="Hamlet"/>
545 <choice value="village" text="Village"/>
546 <choice value="suburb" text="Suburb"/>
547 <choice value="town" text="Town"/>
548 <choice value="city" text="City"/>
549 <choice value="county" text="County"/>
550 <choice value="region" text="Region"/>
551 <choice value="state" text="State"/>
552 <choice value="country" text="Country"/>
553 <choice value="continent" text="Continent"/>
554 <choice value="island" text="Island"/>
555 <choice value="islet" text="Islet"/>
559 <!-- ************************************************************************
561 ************************************************************************ -->
563 <feature name="Motorway">
564 <category>roads</category>
565 <icon image="features/highway__motorway.png">
566 <font size="16pt"><b>${ref}</b></font><br/>
568 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
571 <tag k="highway" v="motorway"/>
573 <inputSet ref="majorRoad"/>
574 <inputSet ref="common"/>
577 <feature name="Motorway link">
578 <category>roads</category>
579 <icon image="features/highway__motorway_link.png"/>
581 <tag k="highway" v="motorway_link"/>
583 <inputSet ref="majorRoad"/>
584 <inputSet ref="common"/>
587 <feature name="Trunk road">
588 <category>roads</category>
589 <icon image="features/highway__trunk.png">
590 <font size="16pt"><b>${ref}</b></font><br/>
591 <font size="10pt">${name}</font>
593 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
596 <tag k="highway" v="trunk"/>
598 <inputSet ref="majorRoad"/>
599 <inputSet ref="common"/>
602 <feature name="Trunk link">
603 <category>roads</category>
604 <icon image="features/highway__trunk_link.png"/>
606 <tag k="highway" v="trunk_link"/>
608 <inputSet ref="majorRoad"/>
609 <inputSet ref="common"/>
612 <feature name="Primary road">
613 <category>roads</category>
614 <icon image="features/highway__primary.png">
615 <font size="16pt"><b>${ref}</b></font><br/>
616 <font size="10pt">${name}</font>
618 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
621 <tag k="highway" v="primary"/>
623 <inputSet ref="majorRoad"/>
624 <inputSet ref="common"/>
627 <feature name="Primary link">
628 <category>roads</category>
629 <icon image="features/highway__primary_link.png">
630 <font size="16pt"><b>${ref}</b></font><br/>
631 <font size="10pt">${name}</font>
633 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
636 <tag k="highway" v="primary_link"/>
638 <inputSet ref="majorRoad"/>
639 <inputSet ref="common"/>
643 <feature name="Secondary road">
644 <category>roads</category>
645 <icon image="features/highway__secondary.png">
646 <font size="16pt"><b>${ref}</b></font><br/>
647 <font size="10pt">${name}</font>
649 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
652 <tag k="highway" v="secondary"/>
654 <inputSet ref="majorRoad"/>
655 <inputSet ref="common"/>
658 <feature name="Secondary link">
659 <category>roads</category>
660 <icon image="features/highway__secondary_link.png">
665 <font size="10pt">${name}</font>
667 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
670 <tag k="highway" v="secondary_link"/>
672 <inputSet ref="majorRoad"/>
673 <inputSet ref="common"/>
678 <feature name="Tertiary road">
679 <category>roads</category>
680 <icon image="features/highway__tertiary.png">
681 <font size="14pt"><b>${name}</b></font><br/>
682 <font size="10pt">${ref}</font>
684 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
687 <tag k="highway" v="tertiary"/>
689 <inputSet ref="majorRoad"/>
690 <inputSet ref="common"/>
693 <feature name="Tertiary link">
694 <category>roads</category>
695 <icon image="features/highway__tertiary_link.png">
696 <font size="14pt"><b>${name}</b></font><br/>
697 <font size="10pt">${ref}</font>
699 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
702 <tag k="highway" v="tertiary_link"/>
704 <inputSet ref="majorRoad"/>
705 <inputSet ref="common"/>
709 <feature name="Minor road">
710 <category>roads</category>
711 <icon image="features/highway__unclassified.png">
712 <font size="14pt"><b>${name}</b></font>
714 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
717 <tag k="highway" v="unclassified"/>
719 <inputSet ref="minorRoad"/>
720 <inputSet ref="common"/>
723 <feature name="Residential road">
724 <category>roads</category>
725 <icon image="features/highway__residential.png">
730 <font size="8pt">${postal_code}</font>
733 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
736 <tag k="highway" v="residential"/>
738 <inputSet ref="minorRoad"/>
739 <inputSet ref="common"/>
742 <feature name="Service road">
743 <category>roads</category>
744 <icon image="features/highway__service.png">
745 <font size="14pt"><b>${name}</b></font>
747 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
753 <tag k="highway" v="service"/>
755 <inputSet ref="minorRoad"/>
756 <input type="choice" presence="always" name="Type of service road" key="service" category="">
757 <choice value="alley" text="Alleyway/laneway"/>
758 <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
759 <choice value="driveway" text="Driveway"/>
760 <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
761 <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services."/>
763 <inputSet ref="common"/>
766 <feature name="Unknown road">
767 <category>roads</category>
768 <icon image="features/highway__unknown.png">
769 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
773 <tag k="highway" v="road"/>
775 <inputSet ref="minorRoad"/>
776 <inputSet ref="common"/>
779 <feature name="Living Street">
780 <category>roads</category>
781 <icon image="features/highway__living_street.png">
782 <font size="14pt"><b>${name}</b></font>
784 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
787 <tag k="highway" v="living_street"/>
789 <inputSet ref="minorRoad"/>
790 <inputSet ref="common"/>
793 <feature name="Track">
794 <category>roads</category>
795 <icon image="features/highway__track.png">
796 <font size="14pt"><b>${name}</b></font>
800 <tag k="highway" v="track"/>
802 <inputSet ref="path"/>
803 <inputSet ref="common"/>
807 <!-- ************************************************************************
809 ************************************************************************ -->
811 <feature name="Footpath">
812 <category>paths</category>
813 <icon image="features/paths__footway.png">
814 ${name} <i>${ref}</i>
818 <tag k="highway" v="footway"/>
819 <inputSet ref="path"/>
820 <inputSet ref="common"/>
823 <feature name="Cycle path">
824 <category>paths</category>
825 <icon image="features/paths__bike.png">
826 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
830 <tag k="highway" v="cycleway"/>
831 <inputSet ref="path"/>
832 <inputSet ref="common"/>
835 <feature name="Pedestrian street">
836 <category>paths</category>
837 <icon image="features/paths__pedestrian.png">
843 <tag k="highway" v="pedestrian"/>
844 <!-- pedestrian roads can be lines or areas, with different tags -->
845 <!-- TODO - implement this! -->
847 <tag k="highway" v="pedestrian"/>
850 <tag k="highway" v="pedestrian"/>
851 <tag k="area" v="yes"/>
853 <inputSet ref="minorRoad"/>
854 <inputSet ref="common"/>
857 <feature name="Bridleway">
858 <category>paths</category>
859 <icon image="features/paths__bridleway.png">
863 <tag k="highway" v="bridleway"/>
864 <inputSet ref="path"/>
865 <inputSet ref="common"/>
868 <feature name="Steps">
869 <category>paths</category>
870 <icon image="features/paths__steps.png">
872 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
875 <tag k="highway" v="steps"/>
876 <inputSet ref="path"/>
877 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
878 <inputSet ref="common"/>
881 <!-- ************************************************************************
883 ************************************************************************ -->
885 <feature name="Park">
886 <category>natural</category>
887 <icon image="icons/natural_blank.png">
893 <tag k="leisure" v="park"/>
894 <inputSet ref="common"/>
897 <feature name="Forest">
898 <category>natural</category>
899 <icon image="icons/natural_blank.png"/>
902 <tag k="landuse" v="forest"/>
903 <inputSet ref="common"/>
906 <feature name="Meadow">
907 <category>natural</category>
908 <icon image="icons/natural_blank.png"/>
911 <tag k="landuse" v="meadow"/>
912 <inputSet ref="common"/>
916 <!-- ************************************************************************
918 ************************************************************************ -->
920 <feature name="Wall">
921 <category>barrier</category>
922 <icon image="features/barrier_generic.png"/>
925 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
928 <tag k="barrier" v="wall"/>
929 <inputSet ref="common"/>
932 <feature name="Ditch">
933 <category>barrier</category>
934 <icon image="features/barrier_generic.png"/>
937 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
940 <tag k="barrier" v="ditch"/>
941 <inputSet ref="common"/>
944 <feature name="Retaining wall">
945 <category>barrier</category>
946 <icon image="features/barrier_generic.png"/>
949 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
952 <tag k="barrier" v="retaining_wall"/>
953 <inputSet ref="common"/>
956 <feature name="City wall">
957 <category>barrier</category>
958 <icon image="features/barrier_generic.png"/>
961 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
964 <tag k="barrier" v="city_wall"/>
965 <inputSet ref="common"/>
969 <feature name="Fence">
970 <category>barrier</category>
971 <icon image="features/barrier_generic.png"/>
974 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
977 <tag k="barrier" v="fence"/>
978 <inputSet ref="common"/>
982 <feature name="Hedge">
983 <category>barrier</category>
984 <icon image="features/barrier_generic.png"/>
987 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
990 <tag k="barrier" v="hedge"/>
991 <inputSet ref="common"/>
996 <!-- ************************************************************************
998 ************************************************************************ -->
1000 <feature name="Stream">
1001 <category>water</category>
1002 <description>A very narrow river.</description>
1003 <icon image="features/waterway__stream.png">
1010 <tag k="waterway" v="stream"/>
1011 <inputSet ref="waterways"/>
1012 <inputSet ref="common"/>
1016 <feature name="River">
1017 <category>water</category>
1018 <icon image="features/waterway__river.png">
1019 <font size="14pt"><b>${name}</b></font>
1023 <tag k="waterway" v="river"/>
1024 <inputSet ref="waterways"/>
1025 <inputSet ref="common"/>
1029 <feature name="Canal">
1030 <category>water</category>
1031 <icon image="features/waterway__canal.png">
1038 <tag k="waterway" v="canal"/>
1039 <inputSet ref="waterways"/>
1040 <inputSet ref="tunnel"/>
1041 <inputSet ref="common"/>
1045 <feature name="Drain">
1046 <category>water</category>
1047 <icon image="features/waterway__drain.png">
1048 <font size="14pt"><b>${name}</b></font>
1052 <tag k="waterway" v="drain"/>
1053 <inputSet ref="tunnel"/>
1054 <inputSet ref="common"/>
1058 <feature name="Dam">
1059 <!-- Moved to "barrier" because this describes the dam wall, not the water. -->
1060 <category>barrier</category>
1061 <icon image="features/waterway__dam.png">
1069 <tag k="waterway" v="dam"/>
1070 <inputSet ref="common"/>
1074 <feature name="Riverbank">
1075 <category>water</category>
1076 <icon image="features/pois/water_generic.24.png">
1077 <font size="14pt"><b>${name}</b></font>
1081 <tag k="waterway" v="riverbank"/>
1082 <inputSet ref="common"/>
1086 <feature name="Reservoir">
1087 <category>water</category>
1088 <icon image="features/pois/water_generic.24.png">
1095 <tag k="landuse" v="reservoir"/>
1096 <inputSet ref="boatPermissions"/>
1097 <inputSet ref="common"/>
1101 <feature name="Lake">
1102 <category>water</category>
1103 <icon image="features/pois/water_generic.24.png">
1109 <tag k="natural" v="water"/>
1110 <inputSet ref="names"/>
1111 <inputSet ref="boatPermissions"/>
1112 <inputSet ref="common"/>
1116 <feature name="Basin">
1117 <category>water</category>
1118 <icon image="features/pois/water_generic.24.png">
1125 <tag k="landuse" v="basin"/>
1126 <inputSet ref="boatPermissions"/>
1127 <inputSet ref="common"/>
1131 <feature name="Weir">
1132 <category>water</category>
1133 <icon image="features/waterway__weir.png">
1141 <tag k="waterway" v="weir"/>
1142 <inputSet ref="common"/>
1148 <feature name="Dock">
1149 <category>water</category>
1150 <icon image="features/pois/water_generic.24.png">
1157 <tag k="waterway" v="dock"/>
1158 <inputSet ref="names"/>
1159 <inputSet ref="common"/>
1163 <feature name="Marina">
1164 <category>water</category>
1165 <icon image="features/pois/transport_marina.n.24.png">
1173 <tag k="leisure" v="marina"/>
1174 <inputSet ref="names"/>
1175 <inputSet ref="common"/>
1179 <feature name="Slipway">
1180 <category>water</category>
1181 <icon image="features/waterway__slipway.png" />
1183 <tag k="leisure" v="slipway"/>
1184 <inputSet ref="names"/>
1185 <inputSet ref="common"/>
1188 <feature name="Slipway">
1189 <category>water</category>
1191 <tag k="leisure" v="slipway"/>
1192 <inputSet ref="names"/>
1193 <inputSet ref="common"/>
1196 <feature name="Coastline">
1197 <category>water</category>
1199 <tag k="natural" v="coastline"/>
1200 <inputSet ref="common"/>
1203 <!-- ************************************************************************
1205 ************************************************************************ -->
1207 <feature name="Railway line">
1208 <category>transport</category>
1209 <icon image="features/transport__railway.png">
1216 <tag k="railway" v="rail"/>
1217 <inputSet ref="bridge"/>
1218 <inputSet ref="tunnel"/>
1219 <inputSet ref="embankment-cutting"/>
1220 <inputSet ref="rail-electrification"/>
1221 <inputSet ref="rail-usage"/>
1222 <inputSet ref="common"/>
1226 <feature name="Railway spur">
1227 <category>transport</category>
1228 <icon image="features/transport__railway.png">
1235 <tag k="railway" v="rail"/>
1236 <tag k="service" v="spur"/>
1237 <inputSet ref="common"/>
1241 <feature name="Railway siding">
1242 <category>transport</category>
1243 <icon image="features/transport__railway.png">
1250 <tag k="railway" v="rail"/>
1251 <tag k="service" v="siding"/>
1252 <inputSet ref="common"/>
1256 <feature name="Preserved line">
1257 <category>transport</category>
1258 <icon image="features/transport__railway.png">
1259 <font size="14pt"><b>${name}</b></font>
1263 <tag k="railway" v="preserved"/>
1264 <inputSet ref="common"/>
1268 <feature name="Disused tracks">
1269 <category>transport</category>
1270 <icon image="features/transport__railway_disused.png">
1277 <tag k="railway" v="disused"/>
1278 <inputSet ref="common"/>
1282 <feature name="Old trackbed">
1283 <category>transport</category>
1284 <icon image="features/transport__railway_abandoned.png">
1285 <font size="14pt"><b>${name}</b></font>
1289 <tag k="railway" v="abandoned"/>
1290 <inputSet ref="common"/>
1294 <feature name="Light rail line">
1295 <category>transport</category>
1296 <icon image="features/transport__tram.png">
1303 <tag k="railway" v="light_rail"/>
1304 <inputSet ref="bridge"/>
1305 <inputSet ref="tunnel"/>
1306 <inputset ref="embankment-cutting"/>
1307 <inputSet ref="rail-electrification"/>
1308 <inputSet ref="common"/>
1312 <feature name="Tram line">
1313 <category>transport</category>
1314 <icon image="features/transport__tram.png">
1315 <font size="14pt"><b>${name}</b></font>
1319 <tag k="railway" v="tram"/>
1320 <input ref="tram-route"/>
1321 <inputSet ref="bridge"/>
1322 <inputSet ref="tunnel"/>
1323 <inputset ref="embankment-cutting"/>
1324 <inputSet ref="rail-electrification"/>
1325 <inputSet ref="common"/>
1329 <feature name="Subway line">
1330 <category>transport</category>
1331 <icon image="features/transport__subway.png">
1338 <tag k="railway" v="subway"/>
1339 <inputSet ref="bridge"/>
1340 <inputSet ref="tunnel"/>
1341 <inputset ref="embankment-cutting"/>
1342 <inputSet ref="rail-electrification"/>
1343 <inputSet ref="common"/>
1347 <feature name="Railway platform">
1348 <category>transport</category>
1349 <icon image="features/transport__railway_platform.png"/>
1352 <tag k="railway" v="platform"/>
1353 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The number of the platform" priority="low"/>
1354 <inputSet ref="common"/>
1358 <feature name="Bus station">
1359 <category>transport</category>
1360 <icon image="icons/transport_blank.png">
1361 <b>${name} ${addr:housename}</b><br/>
1362 ${addr:housenumber} ${addr:street} ${addr:postcode}
1366 <tag k="amenity" v="bus_station"/>
1367 <tag k="building" v="yes"/>
1368 <inputSet ref="names"/>
1369 <inputSet ref="buildingAddress"/>
1370 <inputSet ref="common"/>
1374 <feature name="Airport">
1375 <category>transport</category>
1376 <icon image="icons/transport_airport_48.png"/>
1377 <tag k="aeroway" v="aerodrome"/>
1380 <inputSet ref="names"/>
1381 <input type="freetext" presence="always" category="Naming" name="International Air Transport Association (IATA) airport code" key="ref"/>
1382 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1383 <inputSet ref="common"/>
1387 <feature name="Airport terminal">
1388 <category>transport</category>
1389 <icon image="features/pois/transport_airport_terminal.n.24.png"/>
1390 <tag k="aeroway" v="terminal"/>
1393 <inputSet ref="names"/>
1394 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1395 <inputSet ref="common"/>
1399 <feature name="Helipad">
1400 <category>transport</category>
1401 <icon image="icons/transport_helipad_48.png"/>
1402 <tag k="aeroway" v="helipad"/>
1405 <inputSet ref="names"/>
1406 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1407 <inputSet ref="common"/>
1411 <feature name="Airport runway">
1412 <category>transport</category>
1413 <icon image="icons/transport_blank.png"/>
1414 <tag k="aeroway" v="runway"/>
1416 <inputSet ref="names"/>
1417 <input type="freetext" presence="always" category="Naming" name="Runway number (01-36)" key="ref"/>
1418 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1419 <inputSet ref="common"/>
1423 <feature name="Airport taxiway">
1424 <category>transport</category>
1425 <icon image="icons/transport_blank.png"/>
1426 <tag k="aeroway" v="taxiway"/>
1428 <inputSet ref="names"/>
1429 <input type="freetext" presence="always" category="Naming" name="Taxiway number" key="ref" />
1430 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1431 <inputSet ref="common"/>
1435 <feature name="Airport apron">
1436 <category>transport</category>
1437 <icon image="icons/transport_blank.png"/>
1438 <tag k="aeroway" v="apron"/>
1440 <inputSet ref="names"/>
1441 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1442 <inputSet ref="common"/>
1446 <feature name="Airport gate">
1447 <category>transport</category>
1448 <icon image="features/pois/transport_airport_gate.n.24.png"/>
1449 <tag k="aeroway" v="gate"/>
1451 <input type="freetext" presence="always" category="Naming" name="Gate number" key="ref"/>
1452 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1453 <inputSet ref="common"/>
1457 <!-- ************************************************************************
1459 ************************************************************************ -->
1461 <feature name="School">
1462 <category>buildings</category>
1463 <icon image="features/pois/education_school.n.24.png">
1464 <b>${name} ${addr:housename}</b><br/>
1465 ${addr:housenumber} ${addr:street} ${addr:postcode}
1469 <tag k="amenity" v="school"/>
1470 <tag k="building" v="yes"/>
1471 <inputSet ref="names"/>
1472 <inputSet ref="buildingAddress"/>
1473 <inputSet ref="common"/>
1477 <feature name="College">
1478 <category>buildings</category>
1479 <icon image="features/pois/education_university.n.24.png">
1480 <b>${name} ${addr:housename}</b><br/>
1481 ${addr:housenumber} ${addr:street} ${addr:postcode}
1485 <tag k="amenity" v="college"/>
1486 <tag k="building" v="yes"/>
1487 <inputSet ref="names"/>
1488 <inputSet ref="buildingAddress"/>
1489 <inputSet ref="common"/>
1493 <feature name="Supermarket">
1494 <category>buildings</category>
1495 <icon image="features/pois/shopping_supermarket.n.24.png">
1496 <b>${name} ${addr:housename}</b><br/>
1497 ${addr:housenumber} ${addr:street} ${addr:postcode}
1501 <tag k="shop" v="supermarket"/>
1502 <tag k="building" v="yes"/>
1503 <inputSet ref="names"/>
1504 <inputSet ref="buildingAddress"/>
1505 <inputSet ref="common"/>
1509 <feature name="Place of worship">
1510 <category>buildings</category>
1511 <icon image="icons/place_of_worship.png">
1512 <b>${name} ${addr:housename}</b><br/>
1513 ${addr:housenumber} ${addr:street} ${addr:postcode}
1517 <tag k="amenity" v="place_of_worship"/>
1518 <tag k="building" v="yes"/>
1519 <inputSet ref="names"/>
1520 <inputSet ref="buildingAddress"/>
1521 <input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs.">
1522 <choice value="christian" text="Christianity (church)"/>
1523 <choice value="jewish" text="Judaism (synagogue)"/>
1525 <inputSet ref="common"/>
1529 <feature name="Public building">
1530 <category>buildings</category>
1531 <icon image="features/pois/building_generic.png">
1532 <b>${name} ${addr:housename}</b><br/>
1533 ${addr:housenumber} ${addr:street} ${addr:postcode}
1537 <tag k="amenity" v="public_building"/>
1538 <tag k="building" v="yes"/>
1539 <inputSet ref="names"/>
1540 <inputSet ref="buildingAddress"/>
1541 <inputSet ref="common"/>
1545 <feature name="Hospital">
1546 <category>buildings</category>
1547 <icon image="features/pois/health_hospital.n.24.png">
1548 <b>${name} ${addr:housename}</b><br/>
1549 ${addr:housenumber} ${addr:street} ${addr:postcode}
1553 <tag k="amenity" v="hospital"/>
1554 <tag k="building" v="yes"/>
1555 <inputSet ref="names"/>
1556 <inputSet ref="buildingAddress"/>
1557 <inputSet ref="common"/>
1561 <feature name="University">
1562 <category>buildings</category>
1563 <icon image="features/pois/education_university.n.24.png">
1564 <b>${name} ${addr:housename}</b><br/>
1565 ${addr:housenumber} ${addr:street} ${addr:postcode}
1569 <tag k="amenity" v="university"/>
1570 <tag k="building" v="yes"/>
1571 <inputSet ref="names"/>
1572 <inputSet ref="buildingAddress"/>
1573 <inputSet ref="common"/>
1577 <feature name="Attraction">
1578 <category>buildings</category>
1579 <icon image="features/pois/tourist_attraction.n.24.png">
1580 <b>${name} ${addr:housename}</b><br/>
1581 ${addr:housenumber} ${addr:street} ${addr:postcode}
1585 <tag k="tourism" v="attraction"/>
1586 <tag k="building" v="yes"/>
1587 <inputSet ref="names"/>
1588 <inputSet ref="buildingAddress"/>
1589 <inputSet ref="common"/>
1593 <feature name="Museum">
1594 <category>buildings</category>
1595 <icon image="features/pois/tourist_museum.n.24.png">
1596 <b>${name} ${addr:housename}</b><br/>
1597 ${addr:housenumber} ${addr:street} ${addr:postcode}
1601 <tag k="tourism" v="museum"/>
1602 <tag k="building" v="yes"/>
1603 <inputSet ref="names"/>
1604 <inputSet ref="buildingAddress"/>
1605 <inputSet ref="common"/>
1609 <feature name="Zoo">
1610 <category>buildings</category>
1611 <icon image="features/pois/tourist_zoo.n.24.png">
1612 <b>${name} ${addr:housename}</b><br/>
1613 ${addr:housenumber} ${addr:street} ${addr:postcode}
1617 <tag k="tourism" v="zoo"/>
1618 <tag k="building" v="yes"/>
1619 <inputSet ref="names"/>
1620 <inputSet ref="buildingAddress"/>
1621 <inputSet ref="common"/>
1625 <feature name="Stadium">
1626 <category>buildings</category>
1627 <icon image="icons/tourist_blank.png">
1628 <b>${name} ${addr:housename}</b><br/>
1629 ${addr:housenumber} ${addr:street} ${addr:postcode}
1633 <tag k="leisure" v="stadium"/>
1634 <inputSet ref="names"/>
1635 <inputSet ref="buildingAddress"/>
1636 <inputSet ref="common"/>
1640 <feature name="Building">
1641 <category>buildings</category>
1642 <icon image="features/pois/building_generic.png">
1643 <b>${name} ${addr:housename}</b><br/>
1644 ${addr:housenumber} ${addr:street} ${addr:postcode}
1648 <!-- <tag k="building" v="*"/> -->
1649 <tag k="building" v="yes"/>
1650 <inputSet ref="names"/>
1651 <inputSet ref="buildingAddress"/>
1652 <inputSet ref="common"/>
1656 <feature name="Sports centre">
1657 <category>buildings</category>
1659 <b>${name} ${addr:housename}</b><br/>
1660 ${addr:housenumber} ${addr:street} ${addr:postcode}
1665 <tag k="leisure" v="sports_centre"/>
1666 <inputSet ref="names"/>
1667 <inputSet ref="buildingAddress"/>
1668 <inputSet ref="pitchSport"/>
1669 <inputSet ref="common"/>
1674 <!-- ************************************************************************
1676 ************************************************************************ -->
1678 <feature name="Industrial Area">
1679 <category>landuse</category>
1681 <icon image="features/pois/building_generic.png">
1684 <tag k="landuse" v="industrial"/>
1685 <inputSet ref="simpleName"/>
1686 <inputSet ref="common"/>
1690 <feature name="Offices">
1691 <category>landuse</category>
1693 <icon image="features/pois/building_generic.png">
1696 <tag k="landuse" v="commercial"/>
1697 <inputSet ref="simpleName"/>
1698 <inputSet ref="common"/>
1701 <feature name="Residential Area">
1702 <category>landuse</category>
1704 <icon image="features/pois/building_generic.png">
1707 <tag k="landuse" v="residential"/>
1708 <inputSet ref="simpleName"/>
1709 <inputSet ref="common"/>
1712 <feature name="Retail Area">
1713 <category>landuse</category>
1715 <icon image="features/pois/building_generic.png">
1718 <tag k="landuse" v="retail"/>
1719 <inputSet ref="simpleName"/>
1720 <inputSet ref="common"/>
1723 <feature name="Construction Site">
1724 <category>landuse</category>
1726 <icon image="features/pois/building_generic.png">
1729 <tag k="landuse" v="construction"/>
1730 <inputSet ref="simpleName"/>
1731 <inputSet ref="common"/>
1735 <feature name="Marketplace">
1736 <category>landuse</category>
1738 <icon image="features/pois/shopping_greengrocer.n.24.png">
1741 <tag k="amenity" v="marketplace"/>
1742 <inputSet ref="simpleName"/>
1743 <inputSet ref="common"/>
1747 <feature name="Cemetery">
1748 <category>landuse</category>
1750 <icon image="features/pois/place_of_worship_unknown3.n.24.png">
1753 <tag k="landuse" v="cemetery"/>
1754 <inputSet ref="simpleName"/>
1755 <inputSet ref="common"/>
1759 <feature name="Quarry">
1760 <category>landuse</category>
1761 <icon image="features/pois/poi_mine.n.24.png"/>
1763 <tag k="landuse" v="quarry"/>
1764 <inputSet ref="simpleName"/>
1765 <inputSet ref="common"/>
1769 <feature name="Military">
1770 <category>landuse</category>
1771 <icon image="features/pois/poi_military_bunker.n.24.png"/>
1773 <tag k="landuse" v="military"/>
1774 <inputSet ref="simpleName"/>
1775 <inputSet ref="common"/>
1779 <feature name="Conservation">
1780 <category>natural</category>
1781 <icon image="icons/natural_blank.png"/>
1783 <tag k="landuse" v="conservation"/>
1784 <inputSet ref="simpleName"/>
1785 <inputSet ref="common"/>
1792 <feature name="Playground">
1793 <category>landuse</category>
1795 <icon image="features/pois/sport_leisure_centre.n.24.png">
1798 <tag k="leisure" v="playground"/>
1799 <inputSet ref="simpleName"/>
1800 <inputSet ref="common"/>
1804 <feature name="Golf course">
1805 <category>landuse</category>
1807 <icon image="features/pois/sport_golf.n.24.png">
1810 <tag k="leisure" v="golf_course"/>
1811 <inputSet ref="simpleName"/>
1812 <inputSet ref="common"/>
1816 <feature name="Recreation ground">
1817 <category>landuse</category>
1819 <icon image="features/pois/sport_leisure_centre.n.24.png">
1822 <tag k="leisure" v="recreation_ground"/>
1823 <inputSet ref="simpleName"/>
1824 <inputSet ref="common"/>
1828 <feature name="Sports pitch">
1829 <category>landuse</category>
1831 <icon image="features/pois/sport_leisure_centre.n.24.png">
1834 <tag k="leisure" v="pitch"/>
1835 <inputSet ref="simpleName"/>
1836 <inputSet ref="pitchSport"/>
1837 <inputSet ref="common"/>
1841 <inputSet id="pitchSport">
1842 <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
1843 <choice value="9pin" text="9 pin bowling"/>
1844 <choice value="10pin" text="10 pin bowling"/>
1845 <choice value="american_football" text="American football"/>
1846 <choice value="archery" text="Archery"/>
1847 <choice value="athletics" text="Athletics"/>
1848 <choice value="australian_football" text="Australian Rules Football"/>
1849 <choice value="baseball" text="Baseball"/>
1850 <choice value="basketball" text="Basketball"/>
1851 <choice value="beachvolleyball" text="Beach volleyball"/>
1852 <choice value="boules" text="Boules/petanque/bocci"/>
1853 <choice value="bowls" text="Lawn bowls"/>
1854 <choice value="canadian_football" text="Canadian football"/>
1855 <choice value="chess" text="Chess"/>
1856 <choice value="cricket" text="Cricket"/>
1857 <choice value="cricket_nets" text="Cricket nets"/>
1858 <choice value="croquet" text="Croquet"/>
1859 <choice value="equestrian" text="Equestrian"/>
1860 <choice value="gaelic_football" text="Gaelic football"/>
1861 <choice value="gymnastics" text="Gymnastics"/>
1862 <choice value="team_handball" text="(Team) handball"/>
1863 <choice value="hockey" text="(Field) hockey"/>
1864 <choice value="korfball" text="Korball"/>
1865 <choice value="pelota" text="Pelota"/>
1866 <choice value="rugby_league" text="Rugby league"/>
1867 <choice value="rugby_union" text="Rugby union"/>
1868 <choice value="shooting" text="Shooting"/>
1869 <choice value="skating" text="Ice skating"/>
1870 <choice value="skateboard" text="Skateboarding"/>
1871 <choice value="soccer" text="Soccer/football"/>
1872 <choice value="swimming" text="Swimming"/>
1873 <choice value="table_tennis" text="Table tennis"/>
1874 <choice value="tennis" text="Tennis"/>
1875 <choice value="volleyball" text="Volleyball"/>
1879 <feature name="Sports track">
1880 <category>landuse</category>
1882 <icon image="features/pois/sport_leisure_centre.n.24.png">
1885 <tag k="leisure" v="track"/>
1886 <inputSet ref="simpleName"/>
1887 <inputSet ref="common"/>
1891 <!-- ************************************************************************
1893 ************************************************************************ -->
1895 <feature name="High-voltage line">
1896 <category>power</category>
1897 <icon image="features/power_high.png"/>
1899 <tag k="power" v="line"/>
1900 <inputSet ref="powerCables"/>
1901 <inputSet ref="common"/>
1905 <feature name="Low-voltage line">
1906 <category>power</category>
1907 <icon image="features/power_low.png"/>
1909 <tag k="power" v="minor_line"/>
1910 <inputSet ref="powerCables"/>
1911 <inputSet ref="common"/>
1915 <feature name="High-voltage pylon">
1916 <category>power</category>
1917 <icon image="icons/power_tower_24.png"/>
1919 <tag k="power" v="tower"/>
1920 <inputSet ref="common"/>
1924 <feature name="Power pole">
1925 <category>power</category>
1926 <icon image="icons/power_pole_24.png"/>
1928 <tag k="power" v="pole"/>
1929 <inputSet ref="common"/>
1933 <feature name="Plant (station)">
1934 <category>power</category>
1935 <icon image="icons/power_blank.png"/>
1938 <tag k="power" v="generator"/>
1939 <inputSet ref="names"/>
1940 <input type="choice" presence="always" name="Energy source" key="power_source" category="Power">
1941 <choice value="coal" text="Coal"/>
1942 <choice value="gas" text="Gas"/>
1943 <choice value="oil" text="Oil"/>
1944 <choice value="fossil" text="Unspecified fossil fuel"/>
1945 <choice value="hydro" text="Hydroelectric"/>
1946 <choice value="geothermal" text="Geothermal"/>
1947 <choice value="nuclear" text="Nuclear"/>
1948 <choice value="wind" text="Wind"/>
1949 <choice value="photovoltaic" text="Solar PV"/>
1950 <choice value="solar_thermal" text="Solar thermal"/>
1951 <choice value="biofuel" text="Biofuel"/>
1953 <inputSet ref="common"/>
1957 <feature name="Substation">
1958 <category>power</category>
1959 <icon image="icons/power_blank.png"/>"
1962 <tag k="power" v="station"/>
1963 <inputSet ref="common"/>
1967 <feature name="Transformer">
1968 <category>power</category>
1969 <icon image="icons/power_blank.png"/>
1972 <tag k="power" v="sub_station"/>
1973 <inputSet ref="common"/>
1977 <inputSet id="powerCables">
1978 <input type="choice" name="Cables" key="cables" presence="always" category="Power">
1979 <choice value="2" text="2"/>
1980 <choice value="3" text="3"/>
1981 <choice value="4" text="4"/>
1982 <choice value="6" text="6"/>
1983 <choice value="8" text="8"/>
1984 <choice value="10" text="10"/>
1985 <choice value="12" text="12"/>
1987 <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
1988 <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
1989 <choice value="400" text="400 V"/>
1990 <choice value="600" text="600 V"/>
1991 <choice value="750" text="750 V"/>
1992 <choice value="1500" text="1500 V"/>
1993 <choice value="3000" text="3000 V"/>
1994 <choice value="15000" text="15 kV"/>
1995 <choice value="20000" text="20 kV"/>
1996 <choice value="35000" text="35 kV"/>
1997 <choice value="110000" text="110 kV"/>
1998 <choice value="132000" text="132 kV"/>
1999 <choice value="138000" text="238 kV"/>
2000 <choice value="220000" text="220 kV"/>
2001 <choice value="380000" text="380 kV"/>
2008 <feature name="Hamlet">
2009 <category>places</category>
2010 <icon image="icons/place.png"/>
2013 <tag k="place" v="hamlet" />
2014 <inputSet ref="names"/>
2015 <inputSet ref="places"/>
2016 <inputSet ref="common"/>
2019 <feature name="Village">
2020 <category>places</category>
2021 <icon image="icons/place.png"/>
2024 <tag k="place" v="village" />
2025 <inputSet ref="names"/>
2026 <inputSet ref="places"/>
2027 <inputSet ref="common"/>
2030 <feature name="Suburb">
2031 <category>places</category>
2032 <icon image="icons/place.png"/>
2035 <tag k="place" v="suburb" />
2036 <inputSet ref="names"/>
2037 <inputSet ref="places"/>
2038 <inputSet ref="common"/>
2041 <feature name="Town">
2042 <category>places</category>
2043 <icon image="icons/place.png"/>
2046 <tag k="place" v="town" />
2047 <inputSet ref="names"/>
2048 <inputSet ref="places"/>
2049 <inputSet ref="common"/>
2052 <feature name="City">
2053 <category>places</category>
2054 <icon image="icons/place.png"/>
2057 <tag k="place" v="city" />
2058 <inputSet ref="names"/>
2059 <inputSet ref="places"/>
2060 <inputSet ref="common"/>
2063 <!-- ************************************************************************
2065 ************************************************************************ -->
2067 <!-- =========== Amenity ============ -->
2069 <feature name="Fire station">
2070 <category>amenity</category>
2071 <icon image="features/pois/amenity_firestation2.n.24.png"/>
2072 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
2074 <tag k="amenity" v="fire_station"/>
2075 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2076 <inputSet ref="common"/>
2080 <feature name="Police Station">
2081 <category>amenity</category>
2082 <icon image="features/pois/amenity_police2.n.24.png"/>
2083 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
2085 <tag k="amenity" v="police"/>
2086 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2087 <inputSet ref="common"/>
2091 <feature name="Hospital">
2092 <category>amenity</category>
2093 <icon image="features/pois/health_hospital.n.24.png"/>
2094 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
2096 <tag k="amenity" v="hospital"/>
2097 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2098 <inputSet ref="common"/>
2102 <feature name="Place of Worship">
2103 <category>amenity</category>
2104 <icon image="icons/place_of_worship.png"/>
2105 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
2107 <tag k="amenity" v="place_of_worship"/>
2108 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of it." priority="low"/>
2109 <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
2110 <choice value="christian" text="Christianity (church)"/>
2111 <choice value="jewish" text="Judaism (synagogue)"/>
2112 <choice value="muslim" text="Islam (mosque)"/>
2113 <choice value="hindu" text="Hinduism (temple)"/>
2114 <choice value="buddhist" text="Buddhism (temple)"/>
2115 <choice value="sikh" text="Sikhism (gurdwara)"/>
2116 <choice value="shinto" text="Shinto (shrine)"/>
2119 <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
2120 <inputSet ref="common"/>
2124 <feature name="ATM">
2125 <category>amenity</category>
2126 <icon image="features/pois/money_atm.n.24.png"/>
2127 <help>http://wiki.openstreetmap.org/wiki/Atm</help>
2129 <tag k="amenity" v="atm"/>
2130 <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
2131 <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
2132 <inputSet ref="common"/>
2136 <feature name="Bank">
2137 <category>amenity</category>
2138 <icon image="features/pois/money_bank2.n.24.png">
2141 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
2143 <tag k="amenity" v="bank"/>
2144 <inputSet ref="names"/>
2145 <inputSet ref="buildingAddress"/>
2146 <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
2147 <choice value="yes" text="Yes"/>
2148 <choice value="no" text="No"/>
2150 <inputSet ref="common"/>
2154 <feature name="Recycling">
2155 <category>amenity</category>
2156 <icon image="features/pois/amenity_recycling.n.24.png"/>
2157 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
2159 <tag k="amenity" v="recycling"/>
2160 <inputSet ref="common"/>
2164 <feature name="School">
2165 <category>amenity</category>
2166 <icon image="features/pois/education_school.n.24.png">
2169 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
2171 <tag k="amenity" v="school"/>
2172 <inputSet ref="names"/>
2173 <inputSet ref="buildingAddress"/>
2174 <inputSet ref="common"/>
2178 <feature name="Post Box">
2179 <category>amenity</category>
2180 <icon image="features/pois/amenity_post_box.n.24.png">
2183 <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
2185 <tag k="amenity" v="post_box"/>
2186 <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
2187 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2188 <inputSet ref="common"/>
2191 <feature name="Toilets">
2192 <category>amenity</category>
2194 <tag k="amenity" v="toilets"/>
2195 <inputSet ref="common"/>
2199 <!-- ========= Accommodation ========= -->
2200 <!-- Split off from tourism by Steve Bennett, can be remerged if it doesn't work out. -->
2201 <feature name="Hotel">
2202 <category>accommodation</category>
2203 <icon image="features/pois/accommodation_hotel.n.24.png"/>
2204 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel</help>
2207 <tag k="tourism" v="hotel"/>
2208 <inputSet ref="simpleName"/>
2209 <inputSet ref="common"/>
2213 <feature name="Motel">
2214 <category>accommodation</category>
2215 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
2218 <icon image="features/pois/accommodation_motel.n.24.png"/>
2219 <tag k="tourism" v="motel"/>
2220 <inputSet ref="simpleName"/>
2221 <inputSet ref="common"/>
2226 <feature name="Hostel">
2227 <category>accommodation</category>
2230 <inputSet ref="simpleName"/>
2231 <icon image="features/pois/accommodation_youth_hostel.n.24.png"/>
2232 <tag k="tourism" v="hostel"/>
2233 <inputSet ref="common"/>
2237 <!-- Note that tourism=bed_and_breakfast also gets some use. -->
2238 <feature name="Guesthouse (B&B)">
2239 <category>accommodation</category>
2242 <inputSet ref="simpleName"/>
2243 <icon image="features/pois/accommodation_bed_and_breakfast.n.24.png"/>
2244 <tag k="tourism" v="guest_house"/>
2245 <inputSet ref="common"/>
2249 <feature name="Campsite">
2250 <category>accommodation</category>
2253 <inputSet ref="simpleName"/>
2254 <icon image="features/pois/accommodation_camping.n.24.png"/>
2255 <tag k="tourism" v="camp_site"/>
2256 <inputSet ref="common"/>
2260 <feature name="Caravan park">
2261 <category>accommodation</category>
2264 <inputSet ref="simpleName"/>
2265 <icon image="features/pois/accommodation_caravan_park.n.24.png"/>
2266 <tag k="tourism" v="caravan_site"/>
2267 <inputSet ref="common"/>
2271 <feature name="Alpine hut">
2272 <category>accommodation</category>
2275 <inputSet ref="simpleName"/>
2276 <icon image="features/pois/accommodation_alpinehut.n.24.png"/>
2277 <tag k="tourism" v="alpine_hut"/>
2278 <inputSet ref="common"/>
2282 <feature name="Chalet">
2283 <category>accommodation</category>
2284 <icon image="features/pois/accommodation_chalet.n.24.png"/>
2287 <inputSet ref="simpleName"/>
2288 <tag k="tourism" v="chalet"/>
2289 <inputSet ref="common"/>
2294 <!-- ========= Tourism ========= -->
2296 <!-- This is a very popular tag, can't be left out -->
2297 <feature name="Attraction">
2298 <category>tourism</category>
2299 <icon image="icons/tourist_blank.png"/>
2302 <inputSet ref="simpleName"/>
2303 <tag k="tourism" v="attraction"/>
2304 <inputSet ref="common"/>
2310 <feature name="Museum">
2311 <category>tourism</category>
2312 <icon image="features/pois/tourist_museum.n.24.png"/>
2313 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum</help>
2316 <tag k="tourism" v="museum"/>
2317 <inputSet ref="simpleName"/>
2318 <inputSet ref="common"/>
2322 <feature name="Archaeological">
2323 <category>tourism</category>
2326 <inputSet ref="simpleName"/>
2327 <icon image="features/pois/tourist_archaeological.n.24.png"/>
2328 <tag k="historic" v="archaeological_site"/>
2329 <inputSet ref="common"/>
2333 <feature name="Battlefield">
2334 <category>tourism</category>
2337 <inputSet ref="simpleName"/>
2338 <icon image="features/pois/tourist_battlefield.n.24.png"/>
2339 <tag k="historic" v="battlefield"/>
2340 <inputSet ref="common"/>
2344 <feature name="Castle">
2345 <category>tourism</category>
2348 <inputSet ref="simpleName"/>
2349 <icon image="features/pois/tourist_castle.n.24.png"/>
2350 <tag k="historic" v="castle"/>
2351 <inputSet ref="common"/>
2355 <feature name="Memorial">
2356 <category>tourism</category>
2358 <inputSet ref="simpleName"/>
2359 <icon image="features/pois/tourist_memorial.n.24.png"/>
2360 <tag k="historic" v="memorial"/>
2361 <inputSet ref="common"/>
2365 <feature name="Monument">
2366 <category>tourism</category>
2368 <inputSet ref="simpleName"/>
2369 <icon image="features/pois/tourist_monument.n.24.png"/>
2370 <tag k="historic" v="monument"/>
2371 <inputSet ref="common"/>
2375 <feature name="Picnic site">
2376 <category>tourism</category>
2378 <inputSet ref="simpleName"/>
2379 <icon image="features/pois/tourist_picnic.n.24.png"/>
2380 <tag k="tourism" v="picnic_site"/>
2381 <inputSet ref="common"/>
2385 <feature name="Ruin">
2386 <category>tourism</category>
2389 <inputSet ref="simpleName"/>
2390 <icon image="features/pois/tourist_ruin.n.24.png"/>
2391 <tag k="historic" v="ruin"/>
2392 <inputSet ref="common"/>
2396 <feature name="Cinema">
2397 <category>tourism</category>
2398 <icon image="features/pois/tourist_cinema.n.24.png"/>
2399 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema</help>
2402 <tag k="amenity" v="cinema"/>
2403 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the cinema" priority="low"/>
2404 <inputSet ref="common"/>
2408 <feature name="Theatre">
2409 <category>tourism</category>
2412 <inputSet ref="simpleName"/>
2413 <icon image="features/pois/tourist_theatre.n.24.png"/>
2414 <tag k="amenity" v="theatre"/>
2415 <inputSet ref="common"/>
2419 <feature name="Viewpoint">
2420 <category>tourism</category>
2422 <inputSet ref="simpleName"/>
2423 <icon image="features/pois/tourist_view_point.n.24.png"/>
2424 <tag k="tourism" v="viewpoint"/>
2425 <inputSet ref="common"/>
2429 <feature name="Zoo">
2430 <category>tourism</category>
2433 <inputSet ref="simpleName"/>
2434 <icon image="features/pois/tourist_zoo.n.24.png"/>
2435 <tag k="tourism" v="zoo"/>
2436 <inputSet ref="common"/>
2440 <!-- icons needed-->
2441 <feature name="Information">
2442 <category>tourism</category>
2443 <icon image="features/pois/amenity_information.n.24.png"/>
2445 <inputSet ref="simpleName"/>
2446 <tag k="tourism" v="information"/>
2447 <inputSet ref="common"/>
2451 <feature name="Artwork">
2452 <category>tourism</category>
2453 <icon image="features/pois/tourist_art_gallery2.n.24.png"/>
2455 <inputSet ref="simpleName"/>
2456 <tag k="tourism" v="artwork"/>
2457 <inputSet ref="common"/>
2462 <feature name="Theme park">
2463 <category>tourism</category>
2464 <icon image="features/pois/tourist_theme_park.n.24.png"/>
2467 <inputSet ref="simpleName"/>
2468 <tag k="tourism" v="theme_park"/>
2469 <inputSet ref="common"/>
2472 <!-- ========= Transport ========= -->
2474 <feature name="Aerodrome">
2475 <category>aeroway</category>
2476 <icon image="features/pois/transport_aerodrome.n.24.png"/>
2477 <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
2479 <tag k="aeroway" v="aerodrome"/>
2480 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the aerodrome/airport" priority="low"/>
2481 <inputSet ref="common"/>
2485 <feature name="Bus Stop">
2486 <category>transport</category>
2487 <icon image="features/pois/transport_bus_stop2.n.24.png">
2488 ${name} ${local_ref}
2491 <tag k="highway" v="bus_stop"/>
2492 <inputSet ref="buses"/>
2493 <inputSet ref="common"/>
2497 <feature name="Car Parking">
2498 <category>transport</category>
2499 <icon image="features/pois/transport_parking_car.n.24.png">
2502 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2505 <tag k="amenity" v="parking"/>
2506 <inputSet ref="names"/>
2507 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2508 <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"/>
2509 <inputSet ref="fee"/>
2510 <inputSet ref="common"/>
2514 <feature name="Bicycle Parking">
2515 <category>transport</category>
2516 <icon image="features/pois/transport_parking_bicycle.n.24.png">
2519 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2521 <tag k="amenity" v="bicycle_parking"/>
2522 <inputSet ref="names"/>
2523 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2524 <input type="number" minimum="0" maximum="99999" stepSize="1"
2525 presence="always" category="Cycle" name="Capacity" key="capacity"
2526 description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
2527 <inputSet ref="fee"/>
2528 <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
2529 <choice value="yes" text="Yes"/>
2530 <choice value="no" text="No"/>
2532 <inputSet ref="common"/>
2536 <feature name="Railway station">
2537 <category>transport</category>
2538 <icon image="features/pois/transport_train_station.n.24.png">
2545 <tag k="railway" v="station"/>
2546 <inputSet ref="names"/>
2547 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
2548 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the service" priority="low"/>
2549 <inputSet ref="common"/>
2553 <feature name="Fuel">
2554 <category>transport</category>
2556 <inputSet ref="simpleName"/>
2557 <icon image="features/pois/transport_fuel.n.24.png"/>
2558 <tag k="amenity" v="fuel"/>
2559 <input type="freetext" category="Naming" name="Operator" key="operator" description="The provider of the service"/>
2560 <input type="choice" category="Fuels" name="Diesel" key="diesel" description="Is diesel fuel sold here?">
2561 <choice value="yes" text="Yes"/>
2562 <choice value="no" text="No"/>
2564 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2565 <choice value="yes" text="Yes"/>
2566 <choice value="no" text="No"/>
2568 <input type="choice" category="Fuels" name="Octane 95" key="octane_95" description="Is octane 95 unleaded fuel sold here?">
2569 <choice value="yes" text="Yes"/>
2570 <choice value="no" text="No"/>
2572 <input type="choice" category="Fuels" name="Octane 98" key="octane_98" description="Is octane 98 unleaded fuel sold here?">
2573 <choice value="yes" text="Yes"/>
2574 <choice value="no" text="No"/>
2576 <input type="choice" category="Fuels" name="Octane 100" key="octane_100" description="Is octane 100 unleaded fuel sold here?">
2577 <choice value="yes" text="Yes"/>
2578 <choice value="no" text="No"/>
2580 <input type="choice" category="Fuels" name="Ethanol" key="ethanol" description="Is ethanol sold here?">
2581 <choice value="yes" text="Yes"/>
2582 <choice value="no" text="No"/>
2584 <input type="choice" category="Fuels" name="LPG" key="lpg" description="Is LPG (liquid petroleum gas) sold here?">
2585 <choice value="yes" text="Yes"/>
2586 <choice value="no" text="No"/>
2588 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2589 <choice value="yes" text="Yes"/>
2590 <choice value="no" text="No"/>
2592 <input type="choice" category="Fuels" name="Bio-diesel" key="biodiesel" description="Is biodiesel unleaded fuel sold here?">
2593 <choice value="yes" text="Yes"/>
2594 <choice value="no" text="No"/>
2598 <inputSet ref="common"/>
2602 <feature name="Bus station">
2603 <category>transport</category>
2605 <inputSet ref="simpleName"/>
2606 <icon image="features/pois/transport_bus_station.n.24.png"/>
2607 <tag k="amenity" v="bus_station"/>
2608 <inputSet ref="common"/>
2612 <feature name="Taxi rank">
2613 <category>transport</category>
2615 <inputSet ref="simpleName"/>
2616 <icon image="features/pois/transport_taxi_rank.n.24.png"/>
2617 <tag k="amenity" v="taxi"/>
2618 <inputSet ref="common"/>
2622 <feature name="Tram stop">
2623 <category>transport</category><point/><inputSet ref="simpleName" />
2624 <icon image="features/pois/transport_tram_stop.n.24.png"/>
2625 <tag k="railway" v="tram_stop"/>
2626 <inputSet ref="common"/>
2630 <feature name="Bicycle rental">
2631 <category>transport</category>
2633 <inputSet ref="simpleName"/>
2634 <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
2635 <tag k="amenity" v="bicycle_rental"/>
2636 <inputSet ref="common"/>
2640 <feature name="Car rental">
2641 <category>transport</category>
2643 <inputSet ref="simpleName"/>
2644 <icon image="features/pois/transport_rental_car.n.24.png"/>
2645 <tag k="amenity" v="car_rental"/>
2646 <inputSet ref="common"/>
2650 <feature name="Ferry Terminal">
2651 <category>transport</category>
2652 <icon image="features/pois/transport_port.n.24.png"/>
2653 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
2655 <tag k="amenity" v="ferry_terminal"/>
2656 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the ferry terminal."/>
2657 <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
2658 <input type="freetext" presence="onTagMatch" category="Cargo" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
2659 <inputSet ref="common"/>
2663 <!-- ========= Barriers ========= -->
2665 <feature name="Bollard">
2666 <category>barrier</category>
2667 <icon image="features/pois/barrier_bollard.n.24.png">
2669 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2672 <tag k="barrier" v="bollard"/>
2673 <inputSet ref="common"/>
2677 <feature name="Gate">
2678 <category>barrier</category>
2679 <icon image="features/pois/barrier_gate.n.24.png">
2681 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2684 <tag k="barrier" v="gate"/>
2685 <inputSet ref="common"/>
2689 <feature name="Lift Gate">
2690 <category>barrier</category>
2691 <icon image="features/pois/barrier_lift_gate.n.24.png"/>
2692 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate</help>
2694 <tag k="barrier" v="lift_gate"/>
2695 <inputSet ref="common"/>
2699 <feature name="Kissing Gate">
2700 <category>barrier</category>
2701 <icon image="features/pois/barrier_kissing_gate.24.png"/>
2702 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate</help>
2704 <tag k="barrier" v="kissing_gate"/>
2705 <inputSet ref="common"/>
2710 <feature name="Cycle Barrier">
2711 <category>barrier</category>
2712 <icon image="features/pois/barrier_cycle_barrier.24.png">
2714 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2717 <tag k="barrier" v="cycle_barrier"/>
2718 <inputSet ref="common"/>
2722 <feature name="Big Concrete Blocks">
2723 <category>barrier</category>
2724 <icon image="features/pois/barrier_blocks.24.png">
2726 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2729 <tag k="barrier" v="block"/>
2730 <inputSet ref="common"/>
2734 <feature name="Cattle Grid">
2735 <category>barrier</category>
2736 <icon image="features/pois/barrier_cattle_grid.24.png">
2738 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2741 <tag k="barrier" v="cattle_grid"/>
2742 <inputSet ref="common"/>
2746 <feature name="Toll Booth">
2747 <category>barrier</category>
2748 <icon image="features/pois/barrier_toll_booth.n.24.png">
2750 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2753 <tag k="barrier" v="toll_booth"/>
2755 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2756 <inputSet ref="common"/>
2760 <feature name="Stile">
2761 <category>barrier</category>
2762 <icon image="features/pois/barrier_stile.n.24.png"/>
2763 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile</help>
2765 <tag k="barrier" v="stile"/>
2766 <inputSet ref="common"/>
2770 <feature name="Turning circle">
2771 <category>transport</category>
2772 <icon image="features/pois/transport_turning_circle.n.24.png"/>
2773 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle</help>
2775 <tag k="highway" v="turning_circle"/>
2776 <inputSet ref="common"/>
2779 <feature name="Mini Roundabout">
2780 <category>transport</category>
2781 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout</help>
2783 <tag k="highway" v="mini_roundabout"/>
2784 <inputSet ref="common"/>
2788 <feature name="Traffic calming">
2790 <category>transport</category>
2791 <icon image="icons/speed_hump_16.png"/>
2792 <help>http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming</help>
2794 <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
2795 <!--<tag k="traffic_calming" v="*"/>-->
2796 <tag k="traffic_calming" v="yes"/>
2797 <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
2798 <choice value="yes" text="Unspecified"/>
2799 <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
2800 <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
2801 <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
2802 <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
2803 <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
2804 <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
2805 <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
2808 <inputSet ref="common"/>
2813 <!-- ========= Entertainment ========= -->
2815 <feature name="Pub">
2816 <category>foodanddrink</category>
2817 <icon image="features/pois/food_pub.n.24.png">
2820 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2822 <tag k="amenity" v="pub"/>
2823 <inputSet ref="names"/>
2824 <inputSet ref="web"/>
2825 <inputSet ref="buildingAddress"/>
2826 <inputSet ref="wifi"/>
2827 <inputSet ref="common"/>
2831 <feature name="Bar">
2832 <category>foodanddrink</category>
2833 <icon image="features/pois/food_bar.n.24.png">
2837 <tag k="amenity" v="bar"/>
2838 <inputSet ref="names"/>
2839 <inputSet ref="web"/>
2840 <inputSet ref="buildingAddress"/>
2841 <inputSet ref="wifi"/>
2842 <inputSet ref="common"/>
2846 <feature name="Restaurant">
2847 <category>foodanddrink</category>
2848 <icon image="features/pois/food_restaurant.n.24.png">
2852 <tag k="amenity" v="restaurant"/>
2853 <inputSet ref="names"/>
2854 <inputSet ref="web"/>
2855 <inputSet ref="buildingAddress"/>
2856 <inputSet ref="cuisine"/>
2857 <inputSet ref="common"/>
2861 <feature name="Cafe">
2862 <category>foodanddrink</category>
2863 <icon image="features/pois/food_cafe.n.24.png">
2866 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2868 <tag k="amenity" v="cafe"/>
2869 <inputSet ref="names"/>
2870 <inputSet ref="web"/>
2871 <inputSet ref="buildingAddress"/>
2872 <inputSet ref="cuisine"/>
2873 <inputSet ref="wifi"/>
2874 <inputSet ref="common"/>
2878 <feature name="Fast Food">
2879 <category>foodanddrink</category>
2880 <icon image="features/pois/food_fastfood.n.24.png">
2883 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2885 <tag k="amenity" v="fast_food"/>
2886 <inputSet ref="names"/>
2887 <inputSet ref="web"/>
2888 <inputSet ref="buildingAddress"/>
2889 <inputSet ref="cuisine"/>
2890 <inputSet ref="common"/>
2894 <!-- ========= Shops ========= -->
2896 <feature name="Small Convenience Store">
2897 <category>shopping</category>
2898 <icon image="features/pois/shopping_convenience.n.24.png">
2901 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2903 <tag k="shop" v="convenience"/>
2904 <inputSet ref="names"/>
2905 <inputSet ref="web"/>
2906 <inputSet ref="buildingAddress"/>
2907 <inputSet ref="common"/>
2911 <feature name="Supermarket">
2912 <category>shopping</category>
2913 <icon image="features/pois/shopping_supermarket.n.24.png">
2916 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2918 <tag k="shop" v="supermarket"/>
2919 <inputSet ref="names"/>
2920 <inputSet ref="web"/>
2921 <inputSet ref="buildingAddress"/>
2922 <inputSet ref="common"/>
2926 <feature name="Alcohol shop">
2927 <category>shopping</category>
2929 <inputSet ref="simpleName"/>
2930 <inputSet ref="web"/>
2931 <inputSet ref="buildingAddress"/>
2932 <icon image="features/pois/shopping_alcohol.n.24.png"/>
2933 <tag k="shop" v="alcohol"/>
2934 <inputSet ref="common"/>
2938 <feature name="Bakery">
2939 <category>shopping</category>
2941 <inputSet ref="simpleName"/>
2942 <inputSet ref="web"/>
2943 <inputSet ref="buildingAddress"/>
2944 <icon image="features/pois/shopping_bakery.n.24.png"/>
2945 <tag k="shop" v="bakery"/>
2946 <inputSet ref="common"/>
2950 <feature name="Bike shop">
2951 <category>shopping</category>
2953 <inputSet ref="simpleName"/>
2954 <inputSet ref="web"/>
2955 <inputSet ref="buildingAddress"/>
2956 <icon image="features/pois/shopping_bicycle.n.24.png"/>
2957 <tag k="shop" v="bicycle"/>
2958 <inputSet ref="common"/>
2962 <feature name="Bookshop">
2963 <category>shopping</category>
2965 <inputSet ref="simpleName"/>
2966 <inputSet ref="web"/>
2967 <inputSet ref="buildingAddress"/>
2968 <icon image="features/pois/shopping_book.n.24.png"/>
2969 <tag k="shop" v="book"/>
2970 <inputSet ref="common"/>
2974 <feature name="Butcher">
2975 <category>shopping</category>
2977 <inputSet ref="simpleName"/>
2978 <inputSet ref="web"/>
2979 <inputSet ref="buildingAddress"/>
2980 <icon image="features/pois/shopping_butcher.n.24.png"/>
2981 <tag k="shop" v="butcher"/>
2982 <inputSet ref="common"/>
2986 <feature name="Car repair">
2987 <category>shopping</category>
2989 <inputSet ref="simpleName"/>
2990 <inputSet ref="web"/>
2991 <inputSet ref="buildingAddress"/>
2992 <icon image="features/pois/shopping_car_repair.n.24.png"/>
2993 <tag k="shop" v="car_repair"/>
2994 <inputSet ref="common"/>
2998 <feature name="Clothes shop">
2999 <category>shopping</category>
3001 <inputSet ref="simpleName"/>
3002 <inputSet ref="web"/>
3003 <inputSet ref="buildingAddress"/>
3004 <icon image="features/pois/shopping_clothes.n.24.png"/>
3005 <tag k="shop" v="clothes"/>
3006 <inputSet ref="common"/>
3010 <feature name="Confectionery">
3011 <category>shopping</category>
3013 <inputSet ref="simpleName"/>
3014 <inputSet ref="web"/>
3015 <inputSet ref="buildingAddress"/>
3016 <icon image="features/pois/shopping_confectionery.n.24.png"/>
3017 <tag k="shop" v="confectionery"/>
3018 <inputSet ref="common"/>
3022 <feature name="DIY">
3023 <category>shopping</category>
3025 <inputSet ref="simpleName"/>
3026 <inputSet ref="web"/>
3027 <inputSet ref="buildingAddress"/>
3028 <icon image="features/pois/shopping_diy.n.24.png"/>
3029 <tag k="shop" v="doityourself"/>
3030 <inputSet ref="common"/>
3034 <feature name="Fishmonger">
3035 <category>shopping</category>
3037 <inputSet ref="simpleName"/>
3038 <inputSet ref="web"/>
3039 <inputSet ref="buildingAddress"/>
3040 <icon image="features/pois/shopping_fish.n.24.png"/>
3041 <tag k="shop" v="fishmonger"/>
3042 <inputSet ref="common"/>
3046 <feature name="Garden centre">
3047 <category>shopping</category>
3049 <inputSet ref="simpleName"/>
3050 <inputSet ref="web"/>
3051 <inputSet ref="buildingAddress"/>
3052 <icon image="features/pois/shopping_garden_centre.n.24.png"/>
3053 <tag k="shop" v="garden_centre"/>
3054 <inputSet ref="common"/>
3058 <feature name="Gift shop">
3059 <category>shopping</category>
3061 <inputSet ref="simpleName"/>
3062 <inputSet ref="web"/>
3063 <inputSet ref="buildingAddress"/>
3064 <icon image="features/pois/shopping_gift.n.24.png"/>
3065 <tag k="shop" v="gift"/>
3066 <inputSet ref="common"/>
3070 <feature name="Greengrocer">
3071 <category>shopping</category>
3073 <inputSet ref="simpleName"/>
3074 <inputSet ref="web"/>
3075 <inputSet ref="buildingAddress"/>
3076 <icon image="features/pois/shopping_greengrocer.n.24.png"/>
3077 <tag k="shop" v="greengrocer"/>
3078 <inputSet ref="common"/>
3082 <feature name="Hairdresser">
3083 <category>shopping</category>
3085 <inputSet ref="simpleName"/>
3086 <inputSet ref="web"/>
3087 <inputSet ref="buildingAddress"/>
3088 <icon image="features/pois/shopping_hairdresser.n.24.png"/>
3089 <tag k="shop" v="hairdresser"/>
3090 <inputSet ref="common"/>
3094 <feature name="Hifi shop">
3095 <category>shopping</category>
3097 <inputSet ref="simpleName"/>
3098 <inputSet ref="web"/>
3099 <inputSet ref="buildingAddress"/>
3100 <icon image="features/pois/shopping_hifi.n.24.png"/>
3101 <tag k="shop" v="hifi"/>
3102 <inputSet ref="common"/>
3106 <feature name="Jewellery">
3107 <category>shopping</category>
3109 <inputSet ref="simpleName"/>
3110 <inputSet ref="web"/>
3111 <inputSet ref="buildingAddress"/>
3112 <icon image="features/pois/shopping_jewelry.n.24.png"/>
3113 <tag k="shop" v="jewelry"/>
3114 <inputSet ref="common"/>
3118 <feature name="Laundrette">
3119 <category>shopping</category>
3121 <inputSet ref="simpleName"/>
3122 <inputSet ref="web"/>
3123 <inputSet ref="buildingAddress"/>
3124 <icon image="features/pois/shopping_laundrette.n.24.png"/>
3125 <tag k="shop" v="laundry"/>
3126 <inputSet ref="common"/>
3130 <feature name="Motorbike shop">
3131 <category>shopping</category>
3133 <inputSet ref="simpleName"/>
3134 <inputSet ref="web"/>
3135 <inputSet ref="buildingAddress"/>
3136 <icon image="features/pois/shopping_motorcycle.n.24.png"/>
3137 <tag k="shop" v="motorcycle"/>
3138 <inputSet ref="common"/>
3142 <feature name="Music shop">
3143 <category>shopping</category>
3145 <inputSet ref="simpleName"/>
3146 <inputSet ref="web"/>
3147 <inputSet ref="buildingAddress"/>
3148 <icon image="features/pois/shopping_music.n.24.png"/>
3149 <tag k="shop" v="music"/>
3150 <inputSet ref="common"/>
3154 <feature name="Pharmacy">
3155 <category>shopping</category>
3156 <icon image="features/pois/health_pharmacy.n.24.png">
3159 <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
3161 <tag k="amenity" v="pharmacy"/>
3162 <inputSet ref="names"/>
3163 <inputSet ref="web"/>
3164 <inputSet ref="buildingAddress"/>
3165 <input type="checkbox" category="Amenity" presence="always" description="Does this pharmacy sell prescription drugs?" name="Dispensing" key="dispensing" layout="horizontal"/>
3166 <inputSet ref="common"/>
3170 <!-- **************** Agriculture *************** -->
3171 <feature name="Farm">
3172 <category>agriculture</category>
3173 <icon image="features/pois/landuse_grass.n.24.png"/>
3175 <tag k="landuse" v="farm"/>
3176 <inputSet ref="simpleName"/>
3177 <inputSet ref="common"/>
3181 <feature name="Farmyard">
3182 <category>agriculture</category>
3183 <icon image="features/pois/landuse_grass.n.24.png"/>
3185 <tag k="landuse" v="farmyard"/>
3186 <inputSet ref="simpleName"/>
3187 <inputSet ref="common"/>
3191 <feature name="Farmland">
3192 <category>agriculture</category>
3193 <icon image="features/pois/landuse_grass.n.24.png"/>
3195 <tag k="landuse" v="farmland"/>
3196 <inputSet ref="simpleName"/>
3197 <inputSet ref="common"/>
3201 <feature name="Field">
3202 <category>agriculture</category>
3203 <icon image="features/pois/landuse_grass.n.24.png"/>
3205 <tag k="landuse" v="meadow"/>
3206 <inputSet ref="simpleName"/>
3207 <inputSet ref="common"/>
3211 <feature name="Orchard">
3212 <category>agriculture</category>
3213 <icon image="features/pois/landuse_grass.n.24.png"/>
3215 <tag k="landuse" v="orchard"/>
3216 <inputSet ref="simpleName"/>
3217 <inputSet ref="common"/>
3221 <feature name="Vineyard">
3222 <category>agriculture</category>
3223 <icon image="features/pois/landuse_grass.n.24.png"/>
3225 <tag k="landuse" v="vineyard"/>
3226 <inputSet ref="simpleName"/>
3227 <inputSet ref="common"/>
3232 <feature name="Administrative Boundary">
3233 <category>places</category>
3235 <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative</help>
3236 <tag k="boundary" v="administrative"/>
3237 <input type="number" minimum="2" maximum="10" presence="always" name="Admin Level" key="admin_level" description="The Administrative level" />
3240 <!-- ************************************************************************
3242 ************************************************************************ -->
3244 <feature name="Turn restriction">
3245 <category>advanced</category>
3246 <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
3248 <tag k="type" v="restriction"/>
3249 <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
3250 <choice value="no_left_turn" text="No left turn"/>
3251 <choice value="no_right_turn" text="No right turn"/>
3252 <choice value="no_u_turn" text="No U turns"/>
3253 <choice value="no_straight_on" text="No straight on"/>
3254 <choice value="only_left_turn" text="Left turn only"/>
3255 <choice value="only_right_turn" text="Right turn only"/>
3256 <choice value="only_straight_on" text="Straight on only"/>
3258 <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
3259 <choice value="psv" text="Bus"/>
3260 <choice value="bicycle" text="Bicycle"/>
3261 <choice value="motorcar" text="Car"/>
3262 <choice value="hgv" text="HGV"/>
3264 <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"/>
3265 <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"/>
3266 <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"/>
3267 <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"/>
3268 <inputSet ref="common"/>
3272 <feature name="Multipolygon">
3273 <category>advanced</category>
3275 <tag k="type" v="multipolygon"/>
3276 <inputSet ref="common"/>
3280 <!-- cycle stuff -->
3281 <feature name="National Cycle Network">
3282 <category>paths</category>
3283 <icon image="features/cycle__ncn.png" background="red" foreground="white">
3288 <font size="12pt">${name}</font>
3292 <tag k="type" v="route"/>
3293 <tag k="network" v="ncn"/>
3295 <inputSet ref="route"/>
3296 <inputSet ref="common"/>
3300 <feature name="Regional Cycle Network">
3301 <category>paths</category>
3302 <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
3303 <font size="14pt"><b>${ref}</b></font><br/>
3304 <font size="12pt">${name}</font>
3308 <tag k="type" v="route"/>
3309 <tag k="network" v="rcn"/>
3311 <inputSet ref="route"/>
3312 <inputSet ref="common"/>
3316 <feature name="Local Cycle Network">
3317 <category>paths</category>
3318 <icon image="features/cycle__lcn.png" background="blue" foreground="white">
3323 <font size="12pt">${name}</font>
3327 <tag k="type" v="route"/>
3328 <tag k="network" v="lcn"/>
3330 <inputSet ref="route"/>
3331 <inputSet ref="common"/>
3337 <feature name="Long Distance Path">
3338 <category>paths</category>
3339 <icon image="features/paths__footway.png" background="green" foreground="white">
3344 <font size="12pt">${name}</font>
3348 <tag k="type" v="route"/>
3349 <tag k="route" v="foot"/>
3351 <inputSet ref="route"/>
3352 <inputSet ref="common"/>
3357 <!-- public transit routes -->
3358 <feature name="Bus Route">
3359 <category>transport</category>
3360 <icon image="features/transport__bus.png">
3362 ${operator} <b>${ref}</b>
3367 <tag k="type" v="route"/>
3368 <tag k="route" v="bus"/>
3370 <inputSet ref="route"/>
3371 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
3372 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the bus service" priority="low"/>
3373 <inputSet ref="common"/>
3377 <feature name="Tram Route">
3378 <category>transport</category>
3379 <icon image="features/transport__tram.png">
3381 ${operator} <b>${reg}</b>
3386 <tag k="type" v="route"/>
3387 <tag k="route" v="tram"/>
3389 <inputSet ref="route"/>
3390 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
3391 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the tram service" priority="low"/>
3392 <inputSet ref="common"/>
3397 <!-- Junction nodes (for turn restrictions) -->
3401 <within entity="way" k="highway" minimum="2"/>
3402 <inputSet ref="junctionNode"/>
3403 <inputSet ref="common"/>