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 <!-- Can you do a combined freetext/dropdown? -->
113 <!-- Also need to make sure every object gets this -->
114 <input type="freetext" category="Misc" presence="always" name="Source" key="source" description="The primary source of information for this object (GPS, survey, Yahoo, nearmap...)" priority="high"/>
117 <inputSet id="common">
118 <inputSet ref="source"/>
121 <inputSet id="names">
122 <input type="freetext" presence="always"
123 name="Name" category="Naming" priority="highest"
124 key="name" description="The most common name"/>
125 <input type="freetext" presence="onTagMatch"
126 name="International Name" category="Naming"
127 key="int_name" description="The internationally recognised name"/>
128 <input type="freetext" presence="onTagMatch"
129 name="Historical Name" category="Naming" priority="low"
130 key="old_name" description="The historic or previous name"/>
134 <input type="choice" presence="onTagMatch" category="Eating" name="Wifi" key="wifi">
135 <choice value="free" text="Free"/>
136 <choice value="yes" text="Yes"/>
137 <choice value="no" text="No"/>
141 <inputSet id="buildingAddress">
142 <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"/>
143 <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
144 <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
145 <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
149 <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
152 <inputSet id="cuisine">
153 <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
154 <choice value="burger" text="Burger"/>
155 <choice value="chicken" text="Chicken"/>
156 <choice value="chinese" text="Chinese"/>
157 <choice value="coffee_shop" text="Coffee Shop"/>
158 <choice value="greek" text="Greek"/>
159 <choice value="pizza" text="Pizza"/>
160 <choice value="sandwich" text="Sandwich"/>
161 <choice value="sea_food" text="Sea Food"/>
162 <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
168 <inputSet id="majorRoad">
169 <inputSet ref="names"/>
170 <inputSet ref="roadRefs"/>
171 <inputSet ref="roadRestrictions"/>
172 <inputSet ref="roadPhysical"/>
173 <inputSet ref="cycle"/>
174 <inputSet ref="bicycle-lane"/>
175 <inputSet ref="bus-route"/>
176 <inputSet ref="pedestrians"/>
177 <inputSet ref="roadLanes"/>
178 <inputSet ref="roadRoundabout"/>
179 <inputSet ref="permissions"/>
182 <inputSet id="minorRoad">
183 <inputSet ref="names"/>
184 <inputSet ref="roadRestrictions"/>
185 <inputSet ref="roadPhysical"/>
186 <inputSet ref="cycle"/>
187 <inputSet ref="bicycle-lane"/>
188 <inputSet ref="bus-route"/>
189 <inputSet ref="pedestrians"/>
190 <inputSet ref="roadLanes"/>
191 <inputSet ref="roadRoundabout"/>
192 <inputSet ref="permissions"/>
196 <inputSet ref="simpleName"/>
197 <inputSet ref="roadPhysical"/>
198 <inputSet ref="cycle"/>
199 <inputSet ref="ldp"/>
200 <inputSet ref="pedestrians"/>
201 <inputSet ref="permissions"/>
204 <inputSet id="junctionNode">
205 <inputSet ref="turnRestrictions"/>
208 <inputSet id="roadRefs">
209 <input type="freetext" presence="always"
210 name="Reference" category="Naming" priority="high"
211 key="ref" description="The official reference number"/>
212 <input type="freetext" presence="onTagMatch"
213 name="International Reference" category="Naming"
214 key="int_ref" description="The official international reference number"/>
215 <input type="freetext" presence="onTagMatch"
216 name="Old Reference" category="Naming" priority="low"
217 key="old_ref" description="The historic or previous reference number"/>
220 <inputSet id="roadPhysical">
221 <input type="freetext" presence="onTagMatch"
222 name="Width" category="Physical"
223 key="width" description="Width of the road" layout="horizontal"/>
224 <input type="choice" presence="onTagMatch"
225 name="Surface" category="Physical" description="Type of road surface"
226 key="surface" layout="horizontal">
227 <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
228 <choice value="paved" text="Paved" description="Road surface is sealed"/>
229 <choice value="asphalt" text="Asphalt"/>
230 <choice value="concrete" text="Concrete"/>
231 <choice value="paving_stones" text="Paving stones"/>
232 <choice value="cobblestone" text="Cobblestone"/>
233 <choice value="sand" text="Sand"/>
234 <choice value="gravel" text="Gravel"/>
235 <choice value="dirt" text="Dirt"/>
236 <choice value="grass" text="Grass"/>
238 <inputSet ref="bridge"/>
239 <inputSet ref="tunnel"/>
240 <inputSet ref="embankment-cutting"/>
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"/>
443 <choice value="yes" text="Allowed"/>
444 <choice value="designated" text="Designated"/>
445 <choice value="private" text="Private"/>
446 <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
450 <inputSet id="bicycle-lane">
452 name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
453 key="cycleway" layout="horizontal">
454 <choice value="no" text="No bike lanes"/>
455 <choice value="opposite" text="No, but two-way bicycle traffic permitted" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane. Common in Belgium, Netherlands, Denmark."/>
456 <choice value="lane" text="Standard bike lane" description="Separated by painted line"/>
457 <choice value="track" text="Copenhagen-style bike lane" description="Separated by kerb or parked cars"/>
458 <choice value="opposite_lane" text="Two-way bike lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
459 <choice value="opposite_track" text="Two-way Copenhagen-style bike lane" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
460 <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
465 <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
466 <match k="type" v="route"/>
467 <match k="network" v="nwn"/>
468 <icon background="red" foreground="white">
469 <font size="14pt"><b>${ref}</b></font><br/>
470 <font size="12pt">${name}</font>
473 <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
474 <match k="type" v="route"/>
475 <match k="network" v="rwn"/>
476 <icon background="cyan" foreground="white">
477 <font size="14pt"><b>${ref}</b></font><br/>
478 <font size="12pt">${name}</font>
481 <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
482 <match k="type" v="route"/>
483 <match k="network" v="lwn"/>
484 <icon background="blue" foreground="white">
485 <font size="14pt"><b>${ref}</b></font><br/>
486 <font size="12pt">${name}</font>
491 <inputSet id="route">
492 <inputSet ref="names"/>
493 <inputSet ref="roadRefs"/>
496 <inputSet id="waterways">
497 <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name"/>
498 <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
499 <inputSet ref="boatPermissions"/>
501 <!-- Would be good to have a dedicated 'access' type of input -->
502 <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
503 <inputSet id="boatPermissions">
504 <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
505 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
506 <choice value="yes" text="Allowed" description="General right of way."/>
507 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
508 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
509 <choice value="no" text="Prohibited" description="No access to the public."/>
513 <inputSet id="permissions">
514 <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
515 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
516 <choice value="yes" text="Allowed" description="General right of way."/>
517 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
518 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
519 <choice value="no" text="Prohibited" description="No access to the public."/>
522 <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
523 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
524 <choice value="yes" text="Allowed" description="General right of way."/>
525 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
526 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
527 <choice value="no" text="Prohibited" description="No access to the public."/>
530 <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
531 <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
532 <choice value="yes" text="Allowed" description="General right of way."/>
533 <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
534 <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
535 <choice value="no" text="Prohibited" description="No access to the public."/>
540 <inputSet id="places">
541 <input type="choice" name="Type of Place" presence="always" key="place">
542 <choice value="locality" text="Locality"/>
543 <choice value="hamlet" text="Hamlet"/>
544 <choice value="village" text="Village"/>
545 <choice value="suburb" text="Suburb"/>
546 <choice value="town" text="Town"/>
547 <choice value="city" text="City"/>
548 <choice value="county" text="County"/>
549 <choice value="region" text="Region"/>
550 <choice value="state" text="State"/>
551 <choice value="country" text="Country"/>
552 <choice value="continent" text="Continent"/>
553 <choice value="island" text="Island"/>
554 <choice value="islet" text="Islet"/>
558 <!-- ************************************************************************
560 ************************************************************************ -->
562 <feature name="Motorway">
563 <category>roads</category>
564 <icon image="features/highway__motorway.png">
565 <font size="16pt"><b>${ref}</b></font><br/>
567 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
570 <tag k="highway" v="motorway"/>
572 <inputSet ref="majorRoad"/>
573 <inputSet ref="common"/>
576 <feature name="Motorway link">
577 <category>roads</category>
578 <icon image="features/highway__motorway_link.png"/>
580 <tag k="highway" v="motorway_link"/>
582 <inputSet ref="majorRoad"/>
583 <inputSet ref="common"/>
586 <feature name="Trunk road">
587 <category>roads</category>
588 <icon image="features/highway__trunk.png">
589 <font size="16pt"><b>${ref}</b></font><br/>
590 <font size="10pt">${name}</font>
592 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
595 <tag k="highway" v="trunk"/>
597 <inputSet ref="majorRoad"/>
598 <inputSet ref="common"/>
601 <feature name="Trunk link">
602 <category>roads</category>
603 <icon image="features/highway__trunk_link.png"/>
605 <tag k="highway" v="trunk_link"/>
607 <inputSet ref="majorRoad"/>
608 <inputSet ref="common"/>
611 <feature name="Primary road">
612 <category>roads</category>
613 <icon image="features/highway__primary.png">
614 <font size="16pt"><b>${ref}</b></font><br/>
615 <font size="10pt">${name}</font>
617 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
620 <tag k="highway" v="primary"/>
622 <inputSet ref="majorRoad"/>
623 <inputSet ref="common"/>
626 <feature name="Primary link">
627 <category>roads</category>
628 <icon image="features/highway__primary_link.png">
629 <font size="16pt"><b>${ref}</b></font><br/>
630 <font size="10pt">${name}</font>
632 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
635 <tag k="highway" v="primary_link"/>
637 <inputSet ref="majorRoad"/>
638 <inputSet ref="common"/>
642 <feature name="Secondary road">
643 <category>roads</category>
644 <icon image="features/highway__secondary.png">
645 <font size="16pt"><b>${ref}</b></font><br/>
646 <font size="10pt">${name}</font>
648 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
651 <tag k="highway" v="secondary"/>
653 <inputSet ref="majorRoad"/>
654 <inputSet ref="common"/>
657 <feature name="Secondary link">
658 <category>roads</category>
659 <icon image="features/highway__secondary_link.png">
664 <font size="10pt">${name}</font>
666 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
669 <tag k="highway" v="secondary_link"/>
671 <inputSet ref="majorRoad"/>
672 <inputSet ref="common"/>
677 <feature name="Tertiary road">
678 <category>roads</category>
679 <icon image="features/highway__tertiary.png">
680 <font size="14pt"><b>${name}</b></font><br/>
681 <font size="10pt">${ref}</font>
683 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
686 <tag k="highway" v="tertiary"/>
688 <inputSet ref="majorRoad"/>
689 <inputSet ref="common"/>
692 <feature name="Tertiary link">
693 <category>roads</category>
694 <icon image="features/highway__tertiary_link.png">
695 <font size="14pt"><b>${name}</b></font><br/>
696 <font size="10pt">${ref}</font>
698 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
701 <tag k="highway" v="tertiary_link"/>
703 <inputSet ref="majorRoad"/>
704 <inputSet ref="common"/>
708 <feature name="Minor road">
709 <category>roads</category>
710 <icon image="features/highway__unclassified.png">
711 <font size="14pt"><b>${name}</b></font>
713 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
716 <tag k="highway" v="unclassified"/>
718 <inputSet ref="minorRoad"/>
719 <inputSet ref="common"/>
722 <feature name="Residential road">
723 <category>roads</category>
724 <icon image="features/highway__residential.png">
729 <font size="8pt">${postal_code}</font>
732 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
735 <tag k="highway" v="residential"/>
737 <inputSet ref="minorRoad"/>
738 <inputSet ref="common"/>
741 <feature name="Service road">
742 <category>roads</category>
743 <icon image="features/highway__service.png">
744 <font size="14pt"><b>${name}</b></font>
746 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
752 <tag k="highway" v="service"/>
754 <inputSet ref="minorRoad"/>
755 <input type="choice" presence="always" name="Type of service road" key="service" category="">
756 <choice value="alley" text="Alleyway/laneway"/>
757 <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
758 <choice value="driveway" text="Driveway"/>
759 <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
760 <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services."/>
762 <inputSet ref="common"/>
765 <feature name="Unknown road">
766 <category>roads</category>
767 <icon image="features/highway__unknown.png">
768 <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
772 <tag k="highway" v="road"/>
774 <inputSet ref="minorRoad"/>
775 <inputSet ref="common"/>
778 <feature name="Living Street">
779 <category>roads</category>
780 <icon image="features/highway__living_street.png">
781 <font size="14pt"><b>${name}</b></font>
783 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
786 <tag k="highway" v="living_street"/>
788 <inputSet ref="minorRoad"/>
789 <inputSet ref="common"/>
792 <feature name="Track">
793 <category>roads</category>
794 <icon image="features/highway__track.png">
795 <font size="14pt"><b>${name}</b></font>
799 <tag k="highway" v="track"/>
801 <inputSet ref="path"/>
802 <inputSet ref="common"/>
806 <!-- ************************************************************************
808 ************************************************************************ -->
810 <feature name="Footpath">
811 <category>paths</category>
812 <icon image="features/paths__footway.png">
813 ${name} <i>${ref}</i>
817 <tag k="highway" v="footway"/>
818 <inputSet ref="path"/>
819 <inputSet ref="common"/>
822 <feature name="Cycle path">
823 <category>paths</category>
824 <icon image="features/paths__bike.png">
825 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
829 <tag k="highway" v="cycleway"/>
830 <inputSet ref="path"/>
831 <inputSet ref="common"/>
834 <feature name="Pedestrian street">
835 <category>paths</category>
836 <icon image="features/paths__pedestrian.png">
842 <tag k="highway" v="pedestrian"/>
843 <!-- pedestrian roads can be lines or areas, with different tags -->
844 <!-- TODO - implement this! -->
846 <tag k="highway" v="pedestrian"/>
849 <tag k="highway" v="pedestrian"/>
850 <tag k="area" v="yes"/>
852 <inputSet ref="minorRoad"/>
853 <inputSet ref="common"/>
856 <feature name="Bridleway">
857 <category>paths</category>
858 <icon image="features/paths__bridleway.png">
862 <tag k="highway" v="bridleway"/>
863 <inputSet ref="path"/>
864 <inputSet ref="common"/>
867 <feature name="Steps">
868 <category>paths</category>
869 <icon image="features/paths__steps.png">
871 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
874 <tag k="highway" v="steps"/>
875 <inputSet ref="path"/>
876 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
877 <inputSet ref="common"/>
880 <!-- ************************************************************************
882 ************************************************************************ -->
884 <feature name="Park">
885 <category>natural</category>
886 <icon image="icons/natural_blank.png">
892 <tag k="leisure" v="park"/>
893 <inputSet ref="common"/>
896 <feature name="Forest">
897 <category>natural</category>
898 <icon image="icons/natural_blank.png"/>
901 <tag k="landuse" v="forest"/>
902 <inputSet ref="common"/>
905 <feature name="Meadow">
906 <category>natural</category>
907 <icon image="icons/natural_blank.png"/>
910 <tag k="landuse" v="meadow"/>
911 <inputSet ref="common"/>
915 <!-- ************************************************************************
917 ************************************************************************ -->
919 <feature name="Wall">
920 <category>barrier</category>
921 <icon image="features/barrier_generic.png"/>
924 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
927 <tag k="barrier" v="wall"/>
928 <inputSet ref="common"/>
931 <feature name="Ditch">
932 <category>barrier</category>
933 <icon image="features/barrier_generic.png"/>
936 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
939 <tag k="barrier" v="ditch"/>
940 <inputSet ref="common"/>
943 <feature name="Retaining wall">
944 <category>barrier</category>
945 <icon image="features/barrier_generic.png"/>
948 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
951 <tag k="barrier" v="retaining_wall"/>
952 <inputSet ref="common"/>
955 <feature name="City wall">
956 <category>barrier</category>
957 <icon image="features/barrier_generic.png"/>
960 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
963 <tag k="barrier" v="city_wall"/>
964 <inputSet ref="common"/>
968 <feature name="Fence">
969 <category>barrier</category>
970 <icon image="features/barrier_generic.png"/>
973 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
976 <tag k="barrier" v="fence"/>
977 <inputSet ref="common"/>
981 <feature name="Hedge">
982 <category>barrier</category>
983 <icon image="features/barrier_generic.png"/>
986 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
989 <tag k="barrier" v="hedge"/>
990 <inputSet ref="common"/>
995 <!-- ************************************************************************
997 ************************************************************************ -->
999 <feature name="Stream">
1000 <category>water</category>
1001 <description>A very narrow river.</description>
1002 <icon image="features/waterway__stream.png">
1009 <tag k="waterway" v="stream"/>
1010 <inputSet ref="waterways"/>
1011 <inputSet ref="common"/>
1015 <feature name="River">
1016 <category>water</category>
1017 <icon image="features/waterway__river.png">
1018 <font size="14pt"><b>${name}</b></font>
1022 <tag k="waterway" v="river"/>
1023 <inputSet ref="waterways"/>
1024 <inputSet ref="common"/>
1028 <feature name="Canal">
1029 <category>water</category>
1030 <icon image="features/waterway__canal.png">
1037 <tag k="waterway" v="canal"/>
1038 <inputSet ref="waterways"/>
1039 <inputSet ref="tunnel"/>
1040 <inputSet ref="common"/>
1044 <feature name="Drain">
1045 <category>water</category>
1046 <icon image="features/waterway__drain.png">
1047 <font size="14pt"><b>${name}</b></font>
1051 <tag k="waterway" v="drain"/>
1052 <inputSet ref="tunnel"/>
1053 <inputSet ref="common"/>
1057 <feature name="Dam">
1058 <!-- Moved to "barrier" because this describes the dam wall, not the water. -->
1059 <category>barrier</category>
1060 <icon image="features/waterway__dam.png">
1068 <tag k="waterway" v="dam"/>
1069 <inputSet ref="common"/>
1073 <feature name="Riverbank">
1074 <category>water</category>
1075 <icon image="features/pois/water_generic.24.png">
1076 <font size="14pt"><b>${name}</b></font>
1080 <tag k="waterway" v="riverbank"/>
1081 <inputSet ref="common"/>
1085 <feature name="Reservoir">
1086 <category>water</category>
1087 <icon image="features/pois/water_generic.24.png">
1094 <tag k="landuse" v="reservoir"/>
1095 <inputSet ref="boatPermissions"/>
1096 <inputSet ref="common"/>
1100 <feature name="Lake">
1101 <category>water</category>
1102 <icon image="features/pois/water_generic.24.png">
1108 <tag k="natural" v="water"/>
1109 <inputSet ref="names"/>
1110 <inputSet ref="boatPermissions"/>
1111 <inputSet ref="common"/>
1115 <feature name="Basin">
1116 <category>water</category>
1117 <icon image="features/pois/water_generic.24.png">
1124 <tag k="landuse" v="basin"/>
1125 <inputSet ref="boatPermissions"/>
1126 <inputSet ref="common"/>
1130 <feature name="Weir">
1131 <category>water</category>
1132 <icon image="features/waterway__weir.png">
1140 <tag k="waterway" v="weir"/>
1141 <inputSet ref="common"/>
1147 <feature name="Dock">
1148 <category>water</category>
1149 <icon image="features/pois/water_generic.24.png">
1156 <tag k="waterway" v="dock"/>
1157 <inputSet ref="names"/>
1158 <inputSet ref="common"/>
1162 <feature name="Marina">
1163 <category>water</category>
1164 <icon image="features/pois/transport_marina.n.24.png">
1172 <tag k="leisure" v="marina"/>
1173 <inputSet ref="names"/>
1174 <inputSet ref="common"/>
1178 <feature name="Slipway">
1179 <category>water</category>
1180 <icon image="features/waterway__slipway.png" />
1182 <tag k="leisure" v="slipway"/>
1183 <inputSet ref="names"/>
1184 <inputSet ref="common"/>
1190 <!-- ************************************************************************
1192 ************************************************************************ -->
1194 <feature name="Railway line">
1195 <category>transport</category>
1196 <icon image="features/transport__railway.png">
1203 <tag k="railway" v="rail"/>
1204 <inputSet ref="bridge"/>
1205 <inputSet ref="tunnel"/>
1206 <inputSet ref="embankment-cutting"/>
1207 <inputSet ref="rail-electrification"/>
1208 <inputSet ref="rail-usage"/>
1209 <inputSet ref="common"/>
1213 <feature name="Railway spur">
1214 <category>transport</category>
1215 <icon image="features/transport__railway.png">
1222 <tag k="railway" v="rail"/>
1223 <tag k="service" v="spur"/>
1224 <inputSet ref="common"/>
1228 <feature name="Railway siding">
1229 <category>transport</category>
1230 <icon image="features/transport__railway.png">
1237 <tag k="railway" v="rail"/>
1238 <tag k="service" v="siding"/>
1239 <inputSet ref="common"/>
1243 <feature name="Preserved line">
1244 <category>transport</category>
1245 <icon image="features/transport__railway.png">
1246 <font size="14pt"><b>${name}</b></font>
1250 <tag k="railway" v="preserved"/>
1251 <inputSet ref="common"/>
1255 <feature name="Disused tracks">
1256 <category>transport</category>
1257 <icon image="features/transport__railway_disused.png">
1264 <tag k="railway" v="disused"/>
1265 <inputSet ref="common"/>
1269 <feature name="Old trackbed">
1270 <category>transport</category>
1271 <icon image="features/transport__railway_abandoned.png">
1272 <font size="14pt"><b>${name}</b></font>
1276 <tag k="railway" v="abandoned"/>
1277 <inputSet ref="common"/>
1281 <feature name="Light rail line">
1282 <category>transport</category>
1283 <icon image="features/transport__tram.png">
1290 <tag k="railway" v="light_rail"/>
1291 <inputSet ref="bridge"/>
1292 <inputSet ref="tunnel"/>
1293 <inputset ref="embankment-cutting"/>
1294 <inputSet ref="rail-electrification"/>
1295 <inputSet ref="common"/>
1299 <feature name="Tram line">
1300 <category>transport</category>
1301 <icon image="features/transport__tram.png">
1302 <font size="14pt"><b>${name}</b></font>
1306 <tag k="railway" v="tram"/>
1307 <input ref="tram-route"/>
1308 <inputSet ref="bridge"/>
1309 <inputSet ref="tunnel"/>
1310 <inputset ref="embankment-cutting"/>
1311 <inputSet ref="rail-electrification"/>
1312 <inputSet ref="common"/>
1316 <feature name="Subway line">
1317 <category>transport</category>
1318 <icon image="features/transport__subway.png">
1325 <tag k="railway" v="subway"/>
1326 <inputSet ref="bridge"/>
1327 <inputSet ref="tunnel"/>
1328 <inputset ref="embankment-cutting"/>
1329 <inputSet ref="rail-electrification"/>
1330 <inputSet ref="common"/>
1334 <feature name="Railway platform">
1335 <category>transport</category>
1336 <icon image="features/transport__railway_platform.png"/>
1339 <tag k="railway" v="platform"/>
1340 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The number of the platform" priority="low"/>
1341 <inputSet ref="common"/>
1345 <feature name="Bus station">
1346 <category>transport</category>
1347 <icon image="icons/transport_blank.png">
1348 <b>${name} ${addr:housename}</b><br/>
1349 ${addr:housenumber} ${addr:street} ${addr:postcode}
1353 <tag k="amenity" v="bus_station"/>
1354 <tag k="building" v="yes"/>
1355 <inputSet ref="names"/>
1356 <inputSet ref="buildingAddress"/>
1357 <inputSet ref="common"/>
1361 <feature name="Airport">
1362 <category>transport</category>
1363 <icon image="icons/transport_airport_48.png"/>
1364 <tag k="aeroway" v="aerodrome"/>
1367 <inputSet ref="names"/>
1368 <input type="freetext" presence="always" category="Naming" name="International Air Transport Association (IATA) airport code" key="ref"/>
1369 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1370 <inputSet ref="common"/>
1374 <feature name="Airport terminal">
1375 <category>transport</category>
1376 <icon image="features/pois/transport_airport_terminal.n.24.png"/>
1377 <tag k="aeroway" v="terminal"/>
1380 <inputSet ref="names"/>
1381 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1382 <inputSet ref="common"/>
1386 <feature name="Helipad">
1387 <category>transport</category>
1388 <icon image="icons/transport_helipad_48.png"/>
1389 <tag k="aeroway" v="helipad"/>
1392 <inputSet ref="names"/>
1393 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1394 <inputSet ref="common"/>
1398 <feature name="Airport runway">
1399 <category>transport</category>
1400 <icon image="icons/transport_blank.png"/>
1401 <tag k="aeroway" v="runway"/>
1403 <inputSet ref="names"/>
1404 <input type="freetext" presence="always" category="Naming" name="Runway number (01-36)" key="ref"/>
1405 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1406 <inputSet ref="common"/>
1410 <feature name="Airport taxiway">
1411 <category>transport</category>
1412 <icon image="icons/transport_blank.png"/>
1413 <tag k="aeroway" v="taxiway"/>
1415 <inputSet ref="names"/>
1416 <input type="freetext" presence="always" category="Naming" name="Taxiway number" key="ref" />
1417 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1418 <inputSet ref="common"/>
1422 <feature name="Airport apron">
1423 <category>transport</category>
1424 <icon image="icons/transport_blank.png"/>
1425 <tag k="aeroway" v="apron"/>
1427 <inputSet ref="names"/>
1428 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1429 <inputSet ref="common"/>
1433 <feature name="Airport gate">
1434 <category>transport</category>
1435 <icon image="features/pois/transport_airport_gate.n.24.png"/>
1436 <tag k="aeroway" v="gate"/>
1438 <input type="freetext" presence="always" category="Naming" name="Gate number" key="ref"/>
1439 <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1440 <inputSet ref="common"/>
1444 <!-- ************************************************************************
1446 ************************************************************************ -->
1448 <feature name="School">
1449 <category>buildings</category>
1450 <icon image="features/pois/education_school.n.24.png">
1451 <b>${name} ${addr:housename}</b><br/>
1452 ${addr:housenumber} ${addr:street} ${addr:postcode}
1456 <tag k="amenity" v="school"/>
1457 <tag k="building" v="yes"/>
1458 <inputSet ref="names"/>
1459 <inputSet ref="buildingAddress"/>
1460 <inputSet ref="common"/>
1464 <feature name="College">
1465 <category>buildings</category>
1466 <icon image="features/pois/education_university.n.24.png">
1467 <b>${name} ${addr:housename}</b><br/>
1468 ${addr:housenumber} ${addr:street} ${addr:postcode}
1472 <tag k="amenity" v="college"/>
1473 <tag k="building" v="yes"/>
1474 <inputSet ref="names"/>
1475 <inputSet ref="buildingAddress"/>
1476 <inputSet ref="common"/>
1480 <feature name="Supermarket">
1481 <category>buildings</category>
1482 <icon image="features/pois/shopping_supermarket.n.24.png">
1483 <b>${name} ${addr:housename}</b><br/>
1484 ${addr:housenumber} ${addr:street} ${addr:postcode}
1488 <tag k="shop" v="supermarket"/>
1489 <tag k="building" v="yes"/>
1490 <inputSet ref="names"/>
1491 <inputSet ref="buildingAddress"/>
1492 <inputSet ref="common"/>
1496 <feature name="Place of worship">
1497 <category>buildings</category>
1498 <icon image="icons/place_of_worship.png">
1499 <b>${name} ${addr:housename}</b><br/>
1500 ${addr:housenumber} ${addr:street} ${addr:postcode}
1504 <tag k="amenity" v="place_of_worship"/>
1505 <tag k="building" v="yes"/>
1506 <inputSet ref="names"/>
1507 <inputSet ref="buildingAddress"/>
1508 <input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs.">
1509 <choice value="christian" text="Christianity (church)"/>
1510 <choice value="jewish" text="Judaism (synagogue)"/>
1512 <inputSet ref="common"/>
1516 <feature name="Public building">
1517 <category>buildings</category>
1518 <icon image="features/pois/building_generic.png">
1519 <b>${name} ${addr:housename}</b><br/>
1520 ${addr:housenumber} ${addr:street} ${addr:postcode}
1524 <tag k="amenity" v="public_building"/>
1525 <tag k="building" v="yes"/>
1526 <inputSet ref="names"/>
1527 <inputSet ref="buildingAddress"/>
1528 <inputSet ref="common"/>
1532 <feature name="Hospital">
1533 <category>buildings</category>
1534 <icon image="features/pois/health_hospital.n.24.png">
1535 <b>${name} ${addr:housename}</b><br/>
1536 ${addr:housenumber} ${addr:street} ${addr:postcode}
1540 <tag k="amenity" v="hospital"/>
1541 <tag k="building" v="yes"/>
1542 <inputSet ref="names"/>
1543 <inputSet ref="buildingAddress"/>
1544 <inputSet ref="common"/>
1548 <feature name="University">
1549 <category>buildings</category>
1550 <icon image="features/pois/education_university.n.24.png">
1551 <b>${name} ${addr:housename}</b><br/>
1552 ${addr:housenumber} ${addr:street} ${addr:postcode}
1556 <tag k="amenity" v="university"/>
1557 <tag k="building" v="yes"/>
1558 <inputSet ref="names"/>
1559 <inputSet ref="buildingAddress"/>
1560 <inputSet ref="common"/>
1564 <feature name="Attraction">
1565 <category>buildings</category>
1566 <icon image="features/pois/tourist_attraction.n.24.png">
1567 <b>${name} ${addr:housename}</b><br/>
1568 ${addr:housenumber} ${addr:street} ${addr:postcode}
1572 <tag k="tourism" v="attraction"/>
1573 <tag k="building" v="yes"/>
1574 <inputSet ref="names"/>
1575 <inputSet ref="buildingAddress"/>
1576 <inputSet ref="common"/>
1580 <feature name="Museum">
1581 <category>buildings</category>
1582 <icon image="features/pois/tourist_museum.n.24.png">
1583 <b>${name} ${addr:housename}</b><br/>
1584 ${addr:housenumber} ${addr:street} ${addr:postcode}
1588 <tag k="tourism" v="museum"/>
1589 <tag k="building" v="yes"/>
1590 <inputSet ref="names"/>
1591 <inputSet ref="buildingAddress"/>
1592 <inputSet ref="common"/>
1596 <feature name="Zoo">
1597 <category>buildings</category>
1598 <icon image="features/pois/tourist_zoo.n.24.png">
1599 <b>${name} ${addr:housename}</b><br/>
1600 ${addr:housenumber} ${addr:street} ${addr:postcode}
1604 <tag k="tourism" v="zoo"/>
1605 <tag k="building" v="yes"/>
1606 <inputSet ref="names"/>
1607 <inputSet ref="buildingAddress"/>
1608 <inputSet ref="common"/>
1612 <feature name="Stadium">
1613 <category>buildings</category>
1614 <icon image="icons/tourist_blank.png">
1615 <b>${name} ${addr:housename}</b><br/>
1616 ${addr:housenumber} ${addr:street} ${addr:postcode}
1620 <tag k="leisure" v="stadium"/>
1621 <inputSet ref="names"/>
1622 <inputSet ref="buildingAddress"/>
1623 <inputSet ref="common"/>
1627 <feature name="Building">
1628 <category>buildings</category>
1629 <icon image="features/pois/building_generic.png">
1630 <b>${name} ${addr:housename}</b><br/>
1631 ${addr:housenumber} ${addr:street} ${addr:postcode}
1635 <!-- <tag k="building" v="*"/> -->
1636 <tag k="building" v="yes"/>
1637 <inputSet ref="names"/>
1638 <inputSet ref="buildingAddress"/>
1639 <inputSet ref="common"/>
1643 <feature name="Sports centre">
1644 <category>buildings</category>
1646 <b>${name} ${addr:housename}</b><br/>
1647 ${addr:housenumber} ${addr:street} ${addr:postcode}
1652 <tag k="leisure" v="sports_centre"/>
1653 <inputSet ref="names"/>
1654 <inputSet ref="buildingAddress"/>
1655 <inputSet ref="pitchSport"/>
1656 <inputSet ref="common"/>
1661 <!-- ************************************************************************
1663 ************************************************************************ -->
1665 <feature name="Industry">
1666 <category>landuse</category>
1668 <icon image="features/pois/building_generic.png">
1671 <tag k="landuse" v="industrial"/>
1672 <inputSet ref="simpleName"/>
1673 <inputSet ref="common"/>
1677 <feature name="Offices">
1678 <category>landuse</category>
1680 <icon image="features/pois/building_generic.png">
1683 <tag k="landuse" v="commercial"/>
1684 <inputSet ref="simpleName"/>
1685 <inputSet ref="common"/>
1688 <feature name="Residential">
1689 <category>landuse</category>
1691 <icon image="features/pois/building_generic.png">
1694 <tag k="landuse" v="residential"/>
1695 <inputSet ref="simpleName"/>
1696 <inputSet ref="common"/>
1699 <feature name="Retail">
1700 <category>landuse</category>
1702 <icon image="features/pois/building_generic.png">
1705 <tag k="landuse" v="retail"/>
1706 <inputSet ref="simpleName"/>
1707 <inputSet ref="common"/>
1711 <feature name="Marketplace">
1712 <category>landuse</category>
1714 <icon image="features/pois/shopping_greengrocer.n.24.png">
1717 <tag k="amenity" v="marketplace"/>
1718 <inputSet ref="simpleName"/>
1719 <inputSet ref="common"/>
1723 <feature name="Cemetery">
1724 <category>landuse</category>
1726 <icon image="features/pois/place_of_worship_unknown3.n.24.png">
1729 <tag k="landuse" v="cemetery"/>
1730 <inputSet ref="simpleName"/>
1731 <inputSet ref="common"/>
1735 <feature name="Quarry">
1736 <category>landuse</category>
1737 <icon image="features/pois/poi_mine.n.24.png"/>
1739 <tag k="landuse" v="quarry"/>
1740 <inputSet ref="simpleName"/>
1741 <inputSet ref="common"/>
1745 <feature name="Military">
1746 <category>landuse</category>
1747 <icon image="features/pois/poi_military_bunker.n.24.png"/>
1749 <tag k="landuse" v="military"/>
1750 <inputSet ref="simpleName"/>
1751 <inputSet ref="common"/>
1755 <feature name="Conservation">
1756 <category>natural</category>
1757 <icon image="icons/natural_blank.png"/>
1759 <tag k="landuse" v="conservation"/>
1760 <inputSet ref="simpleName"/>
1761 <inputSet ref="common"/>
1768 <feature name="Playground">
1769 <category>landuse</category>
1771 <icon image="features/pois/sport_leisure_centre.n.24.png">
1774 <tag k="leisure" v="playground"/>
1775 <inputSet ref="simpleName"/>
1776 <inputSet ref="common"/>
1780 <feature name="Golf course">
1781 <category>landuse</category>
1783 <icon image="features/pois/sport_golf.n.24.png">
1786 <tag k="leisure" v="golf_course"/>
1787 <inputSet ref="simpleName"/>
1788 <inputSet ref="common"/>
1792 <feature name="Recreation ground">
1793 <category>landuse</category>
1795 <icon image="features/pois/sport_leisure_centre.n.24.png">
1798 <tag k="leisure" v="recreation_ground"/>
1799 <inputSet ref="simpleName"/>
1800 <inputSet ref="common"/>
1804 <feature name="Sports pitch">
1805 <category>landuse</category>
1807 <icon image="features/pois/sport_leisure_centre.n.24.png">
1810 <tag k="leisure" v="pitch"/>
1811 <inputSet ref="simpleName"/>
1812 <inputSet ref="pitchSport"/>
1813 <inputSet ref="common"/>
1817 <inputSet id="pitchSport">
1818 <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
1819 <choice value="9pin" text="9 pin bowling"/>
1820 <choice value="10pin" text="10 pin bowling"/>
1821 <choice value="american_football" text="American football"/>
1822 <choice value="archery" text="Archery"/>
1823 <choice value="athletics" text="Athletics"/>
1824 <choice value="australian_football" text="Australian Rules Football"/>
1825 <choice value="baseball" text="Baseball"/>
1826 <choice value="basketball" text="Basketball"/>
1827 <choice value="beachvolleyball" text="Beach volleyball"/>
1828 <choice value="boules" text="Boules/petanque/bocci"/>
1829 <choice value="bowls" text="Lawn bowls"/>
1830 <choice value="canadian_football" text="Canadian football"/>
1831 <choice value="chess" text="Chess"/>
1832 <choice value="cricket" text="Cricket"/>
1833 <choice value="cricket_nets" text="Cricket nets"/>
1834 <choice value="croquet" text="Croquet"/>
1835 <choice value="equestrian" text="Equestrian"/>
1836 <choice value="gaelic_football" text="Gaelic football"/>
1837 <choice value="gymnastics" text="Gymnastics"/>
1838 <choice value="team_handball" text="(Team) handball"/>
1839 <choice value="hockey" text="(Field) hockey"/>
1840 <choice value="korfball" text="Korball"/>
1841 <choice value="pelota" text="Pelota"/>
1842 <choice value="rugby_league" text="Rugby league"/>
1843 <choice value="rugby_union" text="Rugby union"/>
1844 <choice value="shooting" text="Shooting"/>
1845 <choice value="skating" text="Ice skating"/>
1846 <choice value="skateboard" text="Skateboarding"/>
1847 <choice value="soccer" text="Soccer/football"/>
1848 <choice value="swimming" text="Swimming"/>
1849 <choice value="table_tennis" text="Table tennis"/>
1850 <choice value="tennis" text="Tennis"/>
1851 <choice value="volleyball" text="Volleyball"/>
1855 <feature name="Sports track">
1856 <category>landuse</category>
1858 <icon image="features/pois/sport_leisure_centre.n.24.png">
1861 <tag k="leisure" v="track"/>
1862 <inputSet ref="simpleName"/>
1863 <inputSet ref="common"/>
1867 <!-- ************************************************************************
1869 ************************************************************************ -->
1871 <feature name="High-voltage line">
1872 <category>power</category>
1873 <icon image="features/power_high.png"/>
1875 <tag k="power" v="line"/>
1876 <inputSet ref="powerCables"/>
1877 <inputSet ref="common"/>
1881 <feature name="Low-voltage line">
1882 <category>power</category>
1883 <icon image="features/power_low.png"/>
1885 <tag k="power" v="minor_line"/>
1886 <inputSet ref="powerCables"/>
1887 <inputSet ref="common"/>
1891 <feature name="High-voltage pylon">
1892 <category>power</category>
1893 <icon image="icons/power_tower_24.png"/>
1895 <tag k="power" v="tower"/>
1896 <inputSet ref="common"/>
1900 <feature name="Power pole">
1901 <category>power</category>
1902 <icon image="icons/power_pole_24.png"/>
1904 <tag k="power" v="pole"/>
1905 <inputSet ref="common"/>
1909 <feature name="Plant (station)">
1910 <category>power</category>
1911 <icon image="icons/power_blank.png"/>
1914 <tag k="power" v="generator"/>
1915 <inputSet ref="names"/>
1916 <input type="choice" presence="always" name="Energy source" key="power_source" category="Power">
1917 <choice value="coal" text="Coal"/>
1918 <choice value="gas" text="Gas"/>
1919 <choice value="oil" text="Oil"/>
1920 <choice value="fossil" text="Unspecified fossil fuel"/>
1921 <choice value="hydro" text="Hydroelectric"/>
1922 <choice value="geothermal" text="Geothermal"/>
1923 <choice value="nuclear" text="Nuclear"/>
1924 <choice value="wind" text="Wind"/>
1925 <choice value="photovoltaic" text="Solar PV"/>
1926 <choice value="solar_thermal" text="Solar thermal"/>
1927 <choice value="biofuel" text="Biofuel"/>
1929 <inputSet ref="common"/>
1933 <feature name="Substation">
1934 <category>power</category>
1935 <icon image="icons/power_blank.png"/>"
1938 <tag k="power" v="station"/>
1939 <inputSet ref="common"/>
1943 <feature name="Transformer">
1944 <category>power</category>
1945 <icon image="icons/power_blank.png"/>
1948 <tag k="power" v="sub_station"/>
1949 <inputSet ref="common"/>
1953 <inputSet id="powerCables">
1954 <input type="choice" name="Cables" key="cables" presence="always" category="Power">
1955 <choice value="2" text="2"/>
1956 <choice value="3" text="3"/>
1957 <choice value="4" text="4"/>
1958 <choice value="6" text="6"/>
1959 <choice value="8" text="8"/>
1960 <choice value="10" text="10"/>
1961 <choice value="12" text="12"/>
1963 <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
1964 <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
1965 <choice value="400" text="400 V"/>
1966 <choice value="600" text="600 V"/>
1967 <choice value="750" text="750 V"/>
1968 <choice value="1500" text="1500 V"/>
1969 <choice value="3000" text="3000 V"/>
1970 <choice value="15000" text="15 kV"/>
1971 <choice value="20000" text="20 kV"/>
1972 <choice value="35000" text="35 kV"/>
1973 <choice value="110000" text="110 kV"/>
1974 <choice value="132000" text="132 kV"/>
1975 <choice value="138000" text="238 kV"/>
1976 <choice value="220000" text="220 kV"/>
1977 <choice value="380000" text="380 kV"/>
1984 <feature name="Hamlet">
1985 <category>places</category>
1986 <icon image="icons/place.png"/>
1989 <tag k="place" v="hamlet" />
1990 <inputSet ref="names"/>
1991 <inputSet ref="places"/>
1992 <inputSet ref="common"/>
1995 <feature name="Village">
1996 <category>places</category>
1997 <icon image="icons/place.png"/>
2000 <tag k="place" v="village" />
2001 <inputSet ref="names"/>
2002 <inputSet ref="places"/>
2003 <inputSet ref="common"/>
2006 <feature name="Suburb">
2007 <category>places</category>
2008 <icon image="icons/place.png"/>
2011 <tag k="place" v="suburb" />
2012 <inputSet ref="names"/>
2013 <inputSet ref="places"/>
2014 <inputSet ref="common"/>
2017 <feature name="Town">
2018 <category>places</category>
2019 <icon image="icons/place.png"/>
2022 <tag k="place" v="town" />
2023 <inputSet ref="names"/>
2024 <inputSet ref="places"/>
2025 <inputSet ref="common"/>
2028 <feature name="City">
2029 <category>places</category>
2030 <icon image="icons/place.png"/>
2033 <tag k="place" v="city" />
2034 <inputSet ref="names"/>
2035 <inputSet ref="places"/>
2036 <inputSet ref="common"/>
2039 <!-- ************************************************************************
2041 ************************************************************************ -->
2043 <!-- =========== Amenity ============ -->
2045 <feature name="Fire station">
2046 <category>amenity</category>
2047 <icon image="features/pois/amenity_firestation2.n.24.png"/>
2048 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
2050 <tag k="amenity" v="fire_station"/>
2051 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2052 <inputSet ref="common"/>
2056 <feature name="Police Station">
2057 <category>amenity</category>
2058 <icon image="features/pois/amenity_police2.n.24.png"/>
2059 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
2061 <tag k="amenity" v="police"/>
2062 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2063 <inputSet ref="common"/>
2067 <feature name="Hospital">
2068 <category>amenity</category>
2069 <icon image="features/pois/health_hospital.n.24.png"/>
2070 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
2072 <tag k="amenity" v="hospital"/>
2073 <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2074 <inputSet ref="common"/>
2078 <feature name="Place of Worship">
2079 <category>amenity</category>
2080 <icon image="icons/place_of_worship.png"/>
2081 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
2083 <tag k="amenity" v="place_of_worship"/>
2084 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of it." priority="low"/>
2085 <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
2086 <choice value="christian" text="Christianity (church)"/>
2087 <choice value="jewish" text="Judaism (synagogue)"/>
2088 <choice value="muslim" text="Islam (mosque)"/>
2089 <choice value="hindu" text="Hinduism (temple)"/>
2090 <choice value="buddhist" text="Buddhism (temple)"/>
2091 <choice value="sikh" text="Sikhism (gurdwara)"/>
2092 <choice value="shinto" text="Shinto (shrine)"/>
2095 <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
2096 <inputSet ref="common"/>
2100 <feature name="ATM">
2101 <category>amenity</category>
2102 <icon image="features/pois/money_atm.n.24.png"/>
2103 <help>http://wiki.openstreetmap.org/wiki/Atm</help>
2105 <tag k="amenity" v="atm"/>
2106 <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
2107 <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
2108 <inputSet ref="common"/>
2112 <feature name="Bank">
2113 <category>amenity</category>
2114 <icon image="features/pois/money_bank2.n.24.png">
2117 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
2119 <tag k="amenity" v="bank"/>
2120 <inputSet ref="names"/>
2121 <inputSet ref="buildingAddress"/>
2122 <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
2123 <choice value="yes" text="Yes"/>
2124 <choice value="no" text="No"/>
2126 <inputSet ref="common"/>
2130 <feature name="Recycling">
2131 <category>amenity</category>
2132 <icon image="features/pois/amenity_recycling.n.24.png"/>
2133 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
2135 <tag k="amenity" v="recycling"/>
2136 <inputSet ref="common"/>
2140 <feature name="School">
2141 <category>amenity</category>
2142 <icon image="features/pois/education_school.n.24.png">
2145 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
2147 <tag k="amenity" v="school"/>
2148 <inputSet ref="names"/>
2149 <inputSet ref="buildingAddress"/>
2150 <inputSet ref="common"/>
2154 <feature name="Post Box">
2155 <category>amenity</category>
2156 <icon image="features/pois/amenity_post_box.n.24.png">
2159 <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
2161 <tag k="amenity" v="post_box"/>
2162 <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
2163 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2164 <inputSet ref="common"/>
2168 <!-- ========= Accommodation ========= -->
2169 <!-- Split off from tourism by Steve Bennett, can be remerged if it doesn't work out. -->
2170 <feature name="Hotel">
2171 <category>accommodation</category>
2172 <icon image="features/pois/accommodation_hotel.n.24.png"/>
2173 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel</help>
2176 <tag k="tourism" v="hotel"/>
2177 <inputSet ref="simpleName"/>
2178 <inputSet ref="common"/>
2182 <feature name="Motel">
2183 <category>accommodation</category>
2184 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
2187 <icon image="features/pois/accommodation_motel.n.24.png"/>
2188 <tag k="tourism" v="motel"/>
2189 <inputSet ref="simpleName"/>
2190 <inputSet ref="common"/>
2195 <feature name="Hostel">
2196 <category>accommodation</category>
2199 <inputSet ref="simpleName"/>
2200 <icon image="features/pois/accommodation_youth_hostel.n.24.png"/>
2201 <tag k="tourism" v="hostel"/>
2202 <inputSet ref="common"/>
2206 <!-- Note that tourism=bed_and_breakfast also gets some use. -->
2207 <feature name="Guesthouse (B&B)">
2208 <category>accommodation</category>
2211 <inputSet ref="simpleName"/>
2212 <icon image="features/pois/accommodation_bed_and_breakfast.n.24.png"/>
2213 <tag k="tourism" v="guest_house"/>
2214 <inputSet ref="common"/>
2218 <feature name="Campsite">
2219 <category>accommodation</category>
2222 <inputSet ref="simpleName"/>
2223 <icon image="features/pois/accommodation_camping.n.24.png"/>
2224 <tag k="tourism" v="camp_site"/>
2225 <inputSet ref="common"/>
2229 <feature name="Caravan park">
2230 <category>accommodation</category>
2233 <inputSet ref="simpleName"/>
2234 <icon image="features/pois/accommodation_caravan_park.n.24.png"/>
2235 <tag k="tourism" v="caravan_site"/>
2236 <inputSet ref="common"/>
2240 <feature name="Alpine hut">
2241 <category>accommodation</category>
2244 <inputSet ref="simpleName"/>
2245 <icon image="features/pois/accommodation_alpinehut.n.24.png"/>
2246 <tag k="tourism" v="alpine_hut"/>
2247 <inputSet ref="common"/>
2251 <feature name="Chalet">
2252 <category>accommodation</category>
2253 <icon image="features/pois/accommodation_chalet.n.24.png"/>
2256 <inputSet ref="simpleName"/>
2257 <tag k="tourism" v="chalet"/>
2258 <inputSet ref="common"/>
2263 <!-- ========= Tourism ========= -->
2265 <!-- This is a very popular tag, can't be left out -->
2266 <feature name="Attraction">
2267 <category>tourism</category>
2268 <icon image="icons/tourist_blank.png"/>
2271 <inputSet ref="simpleName"/>
2272 <tag k="tourism" v="attraction"/>
2273 <inputSet ref="common"/>
2279 <feature name="Museum">
2280 <category>tourism</category>
2281 <icon image="features/pois/tourist_museum.n.24.png"/>
2282 <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum</help>
2285 <tag k="tourism" v="museum"/>
2286 <inputSet ref="simpleName"/>
2287 <inputSet ref="common"/>
2291 <feature name="Archaeological">
2292 <category>tourism</category>
2295 <inputSet ref="simpleName"/>
2296 <icon image="features/pois/tourist_archaeological.n.24.png"/>
2297 <tag k="historic" v="archaeological_site"/>
2298 <inputSet ref="common"/>
2302 <feature name="Battlefield">
2303 <category>tourism</category>
2306 <inputSet ref="simpleName"/>
2307 <icon image="features/pois/tourist_battlefield.n.24.png"/>
2308 <tag k="historic" v="battlefield"/>
2309 <inputSet ref="common"/>
2313 <feature name="Castle">
2314 <category>tourism</category>
2317 <inputSet ref="simpleName"/>
2318 <icon image="features/pois/tourist_castle.n.24.png"/>
2319 <tag k="historic" v="castle"/>
2320 <inputSet ref="common"/>
2324 <feature name="Memorial">
2325 <category>tourism</category>
2327 <inputSet ref="simpleName"/>
2328 <icon image="features/pois/tourist_memorial.n.24.png"/>
2329 <tag k="historic" v="memorial"/>
2330 <inputSet ref="common"/>
2334 <feature name="Monument">
2335 <category>tourism</category>
2337 <inputSet ref="simpleName"/>
2338 <icon image="features/pois/tourist_monument.n.24.png"/>
2339 <tag k="historic" v="monument"/>
2340 <inputSet ref="common"/>
2344 <feature name="Picnic site">
2345 <category>tourism</category>
2347 <inputSet ref="simpleName"/>
2348 <icon image="features/pois/tourist_picnic.n.24.png"/>
2349 <tag k="tourism" v="picnic_site"/>
2350 <inputSet ref="common"/>
2354 <feature name="Ruin">
2355 <category>tourism</category>
2358 <inputSet ref="simpleName"/>
2359 <icon image="features/pois/tourist_ruin.n.24.png"/>
2360 <tag k="historic" v="ruin"/>
2361 <inputSet ref="common"/>
2365 <feature name="Cinema">
2366 <category>tourism</category>
2367 <icon image="features/pois/tourist_cinema.n.24.png"/>
2368 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema</help>
2371 <tag k="amenity" v="cinema"/>
2372 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the cinema" priority="low"/>
2373 <inputSet ref="common"/>
2377 <feature name="Theatre">
2378 <category>tourism</category>
2381 <inputSet ref="simpleName"/>
2382 <icon image="features/pois/tourist_theatre.n.24.png"/>
2383 <tag k="amenity" v="theatre"/>
2384 <inputSet ref="common"/>
2388 <feature name="Viewpoint">
2389 <category>tourism</category>
2391 <inputSet ref="simpleName"/>
2392 <icon image="features/pois/tourist_view_point.n.24.png"/>
2393 <tag k="tourism" v="viewpoint"/>
2394 <inputSet ref="common"/>
2398 <feature name="Zoo">
2399 <category>tourism</category>
2402 <inputSet ref="simpleName"/>
2403 <icon image="features/pois/tourist_zoo.n.24.png"/>
2404 <tag k="tourism" v="zoo"/>
2405 <inputSet ref="common"/>
2409 <!-- icons needed-->
2410 <feature name="Information">
2411 <category>tourism</category>
2412 <icon image="features/pois/amenity_information.n.24.png"/>
2414 <inputSet ref="simpleName"/>
2415 <tag k="tourism" v="information"/>
2416 <inputSet ref="common"/>
2420 <feature name="Artwork">
2421 <category>tourism</category>
2422 <icon image="features/pois/tourist_art_gallery2.n.24.png"/>
2424 <inputSet ref="simpleName"/>
2425 <tag k="tourism" v="artwork"/>
2426 <inputSet ref="common"/>
2431 <feature name="Theme park">
2432 <category>tourism</category>
2433 <icon image="features/pois/tourist_theme_park.n.24.png"/>
2436 <inputSet ref="simpleName"/>
2437 <tag k="tourism" v="theme_park"/>
2438 <inputSet ref="common"/>
2443 <!-- ========= Transport ========= -->
2445 <feature name="Aerodrome">
2446 <category>aeroway</category>
2447 <icon image="features/pois/transport_aerodrome.n.24.png"/>
2448 <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
2450 <tag k="aeroway" v="aerodrome"/>
2451 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the aerodrome/airport" priority="low"/>
2452 <inputSet ref="common"/>
2456 <feature name="Bus Stop">
2457 <category>transport</category>
2458 <icon image="features/pois/transport_bus_stop2.n.24.png">
2459 ${name} ${local_ref}
2462 <tag k="highway" v="bus_stop"/>
2463 <inputSet ref="buses"/>
2464 <inputSet ref="common"/>
2468 <feature name="Car Parking">
2469 <category>transport</category>
2470 <icon image="features/pois/transport_parking_car.n.24.png">
2473 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2476 <tag k="amenity" v="parking"/>
2477 <inputSet ref="names"/>
2478 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2479 <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"/>
2480 <inputSet ref="fee"/>
2481 <inputSet ref="common"/>
2485 <feature name="Bicycle Parking">
2486 <category>transport</category>
2487 <icon image="features/pois/transport_parking_bicycle.n.24.png">
2490 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2492 <tag k="amenity" v="bicycle_parking"/>
2493 <inputSet ref="names"/>
2494 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2495 <input type="number" minimum="0" maximum="99999" stepSize="1"
2496 presence="always" category="Cycle" name="Capacity" key="capacity"
2497 description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
2498 <inputSet ref="fee"/>
2499 <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
2500 <choice value="yes" text="Yes"/>
2501 <choice value="no" text="No"/>
2503 <inputSet ref="common"/>
2507 <feature name="Railway station">
2508 <category>transport</category>
2509 <icon image="features/pois/transport_train_station.n.24.png">
2516 <tag k="railway" v="station"/>
2517 <inputSet ref="names"/>
2518 <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
2519 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the service" priority="low"/>
2520 <inputSet ref="common"/>
2524 <feature name="Fuel">
2525 <category>transport</category>
2527 <inputSet ref="simpleName"/>
2528 <icon image="features/pois/transport_fuel.n.24.png"/>
2529 <tag k="amenity" v="fuel"/>
2530 <input type="freetext" category="Naming" name="Operator" key="operator" description="The provider of the service"/>
2531 <input type="choice" category="Fuels" name="Diesel" key="diesel" description="Is diesel fuel sold here?">
2532 <choice value="yes" text="Yes"/>
2533 <choice value="no" text="No"/>
2535 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2536 <choice value="yes" text="Yes"/>
2537 <choice value="no" text="No"/>
2539 <input type="choice" category="Fuels" name="Octane 95" key="octane_95" description="Is octane 95 unleaded fuel sold here?">
2540 <choice value="yes" text="Yes"/>
2541 <choice value="no" text="No"/>
2543 <input type="choice" category="Fuels" name="Octane 98" key="octane_98" description="Is octane 98 unleaded fuel sold here?">
2544 <choice value="yes" text="Yes"/>
2545 <choice value="no" text="No"/>
2547 <input type="choice" category="Fuels" name="Octane 100" key="octane_100" description="Is octane 100 unleaded fuel sold here?">
2548 <choice value="yes" text="Yes"/>
2549 <choice value="no" text="No"/>
2551 <input type="choice" category="Fuels" name="Ethanol" key="ethanol" description="Is ethanol sold here?">
2552 <choice value="yes" text="Yes"/>
2553 <choice value="no" text="No"/>
2555 <input type="choice" category="Fuels" name="LPG" key="lpg" description="Is LPG (liquid petroleum gas) sold here?">
2556 <choice value="yes" text="Yes"/>
2557 <choice value="no" text="No"/>
2559 <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2560 <choice value="yes" text="Yes"/>
2561 <choice value="no" text="No"/>
2563 <input type="choice" category="Fuels" name="Bio-diesel" key="biodiesel" description="Is biodiesel unleaded fuel sold here?">
2564 <choice value="yes" text="Yes"/>
2565 <choice value="no" text="No"/>
2569 <inputSet ref="common"/>
2573 <feature name="Bus station">
2574 <category>transport</category>
2576 <inputSet ref="simpleName"/>
2577 <icon image="features/pois/transport_bus_station.n.24.png"/>
2578 <tag k="amenity" v="bus_station"/>
2579 <inputSet ref="common"/>
2583 <feature name="Taxi rank">
2584 <category>transport</category>
2586 <inputSet ref="simpleName"/>
2587 <icon image="features/pois/transport_taxi_rank.n.24.png"/>
2588 <tag k="amenity" v="taxi"/>
2589 <inputSet ref="common"/>
2593 <feature name="Tram stop">
2594 <category>transport</category><point/><inputSet ref="simpleName" />
2595 <icon image="features/pois/transport_tram_stop.n.24.png"/>
2596 <tag k="railway" v="tram_stop"/>
2597 <inputSet ref="common"/>
2601 <feature name="Bicycle rental">
2602 <category>transport</category>
2604 <inputSet ref="simpleName"/>
2605 <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
2606 <tag k="amenity" v="bicycle_rental"/>
2607 <inputSet ref="common"/>
2611 <feature name="Car rental">
2612 <category>transport</category>
2614 <inputSet ref="simpleName"/>
2615 <icon image="features/pois/transport_rental_car.n.24.png"/>
2616 <tag k="amenity" v="car_rental"/>
2617 <inputSet ref="common"/>
2621 <feature name="Ferry Terminal">
2622 <category>transport</category>
2623 <icon image="features/pois/transport_port.n.24.png"/>
2624 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
2626 <tag k="amenity" v="ferry_terminal"/>
2627 <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the ferry terminal."/>
2628 <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
2629 <input type="freetext" presence="onTagMatch" category="Cargo" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
2630 <inputSet ref="common"/>
2634 <!-- ========= Barriers ========= -->
2636 <feature name="Bollard">
2637 <category>barrier</category>
2638 <icon image="features/pois/barrier_bollard.n.24.png">
2640 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2643 <tag k="barrier" v="bollard"/>
2644 <inputSet ref="common"/>
2648 <feature name="Gate">
2649 <category>barrier</category>
2650 <icon image="features/pois/barrier_gate.n.24.png">
2652 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2655 <tag k="barrier" v="gate"/>
2656 <inputSet ref="common"/>
2660 <feature name="Lift Gate">
2661 <category>barrier</category>
2662 <icon image="features/pois/barrier_lift_gate.n.24.png"/>
2663 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate</help>
2665 <tag k="barrier" v="lift_gate"/>
2666 <inputSet ref="common"/>
2670 <feature name="Kissing Gate">
2671 <category>barrier</category>
2672 <icon image="features/pois/barrier_kissing_gate.24.png"/>
2673 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate</help>
2675 <tag k="barrier" v="kissing_gate"/>
2676 <inputSet ref="common"/>
2681 <feature name="Cycle Barrier">
2682 <category>barrier</category>
2683 <icon image="features/pois/barrier_cycle_barrier.24.png">
2685 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2688 <tag k="barrier" v="cycle_barrier"/>
2689 <inputSet ref="common"/>
2693 <feature name="Big Concrete Blocks">
2694 <category>barrier</category>
2695 <icon image="features/pois/barrier_blocks.24.png">
2697 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2700 <tag k="barrier" v="block"/>
2701 <inputSet ref="common"/>
2705 <feature name="Cattle Grid">
2706 <category>barrier</category>
2707 <icon image="features/pois/barrier_cattle_grid.24.png">
2709 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2712 <tag k="barrier" v="cattle_grid"/>
2713 <inputSet ref="common"/>
2717 <feature name="Toll Booth">
2718 <category>barrier</category>
2719 <icon image="features/pois/barrier_toll_booth.n.24.png">
2721 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2724 <tag k="barrier" v="toll_booth"/>
2726 <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2727 <inputSet ref="common"/>
2731 <feature name="Stile">
2732 <category>barrier</category>
2733 <icon image="features/pois/barrier_stile.n.24.png"/>
2734 <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile</help>
2736 <tag k="barrier" v="stile"/>
2737 <inputSet ref="common"/>
2741 <feature name="Turning circle">
2742 <category>transport</category>
2743 <icon image="features/pois/transport_turning_circle.n.24.png"/>
2744 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle</help>
2746 <tag k="highway" v="turning_circle"/>
2747 <inputSet ref="common"/>
2751 <feature name="Traffic calming">
2753 <category>transport</category>
2754 <icon image="icons/speed_hump_16.png"/>
2755 <help>http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming</help>
2757 <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
2758 <!--<tag k="traffic_calming" v="*"/>-->
2759 <tag k="traffic_calming" v="yes"/>
2760 <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
2761 <choice value="yes" text="Unspecified"/>
2762 <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
2763 <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
2764 <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
2765 <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
2766 <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
2767 <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
2768 <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
2771 <inputSet ref="common"/>
2776 <!-- ========= Entertainment ========= -->
2778 <feature name="Pub">
2779 <category>foodanddrink</category>
2780 <icon image="features/pois/food_pub.n.24.png">
2783 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2785 <tag k="amenity" v="pub"/>
2786 <inputSet ref="names"/>
2787 <inputSet ref="web"/>
2788 <inputSet ref="buildingAddress"/>
2789 <inputSet ref="wifi"/>
2790 <inputSet ref="common"/>
2794 <feature name="Bar">
2795 <category>foodanddrink</category>
2796 <icon image="features/pois/food_bar.n.24.png">
2800 <tag k="amenity" v="bar"/>
2801 <inputSet ref="names"/>
2802 <inputSet ref="web"/>
2803 <inputSet ref="buildingAddress"/>
2804 <inputSet ref="wifi"/>
2805 <inputSet ref="common"/>
2809 <feature name="Restaurant">
2810 <category>foodanddrink</category>
2811 <icon image="features/pois/food_restaurant.n.24.png">
2815 <tag k="amenity" v="restaurant"/>
2816 <inputSet ref="names"/>
2817 <inputSet ref="web"/>
2818 <inputSet ref="buildingAddress"/>
2819 <inputSet ref="cuisine"/>
2820 <inputSet ref="common"/>
2824 <feature name="Cafe">
2825 <category>foodanddrink</category>
2826 <icon image="features/pois/food_cafe.n.24.png">
2829 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2831 <tag k="amenity" v="cafe"/>
2832 <inputSet ref="names"/>
2833 <inputSet ref="web"/>
2834 <inputSet ref="buildingAddress"/>
2835 <inputSet ref="cuisine"/>
2836 <inputSet ref="wifi"/>
2837 <inputSet ref="common"/>
2841 <feature name="Fast Food">
2842 <category>foodanddrink</category>
2843 <icon image="features/pois/food_fastfood.n.24.png">
2846 <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2848 <tag k="amenity" v="fast_food"/>
2849 <inputSet ref="names"/>
2850 <inputSet ref="web"/>
2851 <inputSet ref="buildingAddress"/>
2852 <inputSet ref="cuisine"/>
2853 <inputSet ref="common"/>
2857 <!-- ========= Shops ========= -->
2859 <feature name="Small Convenience Store">
2860 <category>shopping</category>
2861 <icon image="features/pois/shopping_convenience.n.24.png">
2864 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2866 <tag k="shop" v="convenience"/>
2867 <inputSet ref="names"/>
2868 <inputSet ref="web"/>
2869 <inputSet ref="buildingAddress"/>
2870 <inputSet ref="common"/>
2874 <feature name="Supermarket">
2875 <category>shopping</category>
2876 <icon image="features/pois/shopping_supermarket.n.24.png">
2879 <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2881 <tag k="shop" v="supermarket"/>
2882 <inputSet ref="names"/>
2883 <inputSet ref="web"/>
2884 <inputSet ref="buildingAddress"/>
2885 <inputSet ref="common"/>
2889 <feature name="Alcohol shop">
2890 <category>shopping</category>
2892 <inputSet ref="simpleName"/>
2893 <inputSet ref="web"/>
2894 <inputSet ref="buildingAddress"/>
2895 <icon image="features/pois/shopping_alcohol.n.24.png"/>
2896 <tag k="shop" v="alcohol"/>
2897 <inputSet ref="common"/>
2901 <feature name="Bakery">
2902 <category>shopping</category>
2904 <inputSet ref="simpleName"/>
2905 <inputSet ref="web"/>
2906 <inputSet ref="buildingAddress"/>
2907 <icon image="features/pois/shopping_bakery.n.24.png"/>
2908 <tag k="shop" v="bakery"/>
2909 <inputSet ref="common"/>
2913 <feature name="Bike shop">
2914 <category>shopping</category>
2916 <inputSet ref="simpleName"/>
2917 <inputSet ref="web"/>
2918 <inputSet ref="buildingAddress"/>
2919 <icon image="features/pois/shopping_bicycle.n.24.png"/>
2920 <tag k="shop" v="bicycle"/>
2921 <inputSet ref="common"/>
2925 <feature name="Bookshop">
2926 <category>shopping</category>
2928 <inputSet ref="simpleName"/>
2929 <inputSet ref="web"/>
2930 <inputSet ref="buildingAddress"/>
2931 <icon image="features/pois/shopping_book.n.24.png"/>
2932 <tag k="shop" v="book"/>
2933 <inputSet ref="common"/>
2937 <feature name="Butcher">
2938 <category>shopping</category>
2940 <inputSet ref="simpleName"/>
2941 <inputSet ref="web"/>
2942 <inputSet ref="buildingAddress"/>
2943 <icon image="features/pois/shopping_butcher.n.24.png"/>
2944 <tag k="shop" v="butcher"/>
2945 <inputSet ref="common"/>
2949 <feature name="Car repair">
2950 <category>shopping</category>
2952 <inputSet ref="simpleName"/>
2953 <inputSet ref="web"/>
2954 <inputSet ref="buildingAddress"/>
2955 <icon image="features/pois/shopping_car_repair.n.24.png"/>
2956 <tag k="shop" v="car_repair"/>
2957 <inputSet ref="common"/>
2961 <feature name="Clothes shop">
2962 <category>shopping</category>
2964 <inputSet ref="simpleName"/>
2965 <inputSet ref="web"/>
2966 <inputSet ref="buildingAddress"/>
2967 <icon image="features/pois/shopping_clothes.n.24.png"/>
2968 <tag k="shop" v="clothes"/>
2969 <inputSet ref="common"/>
2973 <feature name="Confectionery">
2974 <category>shopping</category>
2976 <inputSet ref="simpleName"/>
2977 <inputSet ref="web"/>
2978 <inputSet ref="buildingAddress"/>
2979 <icon image="features/pois/shopping_confectionery.n.24.png"/>
2980 <tag k="shop" v="confectionery"/>
2981 <inputSet ref="common"/>
2985 <feature name="DIY">
2986 <category>shopping</category>
2988 <inputSet ref="simpleName"/>
2989 <inputSet ref="web"/>
2990 <inputSet ref="buildingAddress"/>
2991 <icon image="features/pois/shopping_diy.n.24.png"/>
2992 <tag k="shop" v="doityourself"/>
2993 <inputSet ref="common"/>
2997 <feature name="Fishmonger">
2998 <category>shopping</category>
3000 <inputSet ref="simpleName"/>
3001 <inputSet ref="web"/>
3002 <inputSet ref="buildingAddress"/>
3003 <icon image="features/pois/shopping_fish.n.24.png"/>
3004 <tag k="shop" v="fishmonger"/>
3005 <inputSet ref="common"/>
3009 <feature name="Garden centre">
3010 <category>shopping</category>
3012 <inputSet ref="simpleName"/>
3013 <inputSet ref="web"/>
3014 <inputSet ref="buildingAddress"/>
3015 <icon image="features/pois/shopping_garden_centre.n.24.png"/>
3016 <tag k="shop" v="garden_centre"/>
3017 <inputSet ref="common"/>
3021 <feature name="Gift shop">
3022 <category>shopping</category>
3024 <inputSet ref="simpleName"/>
3025 <inputSet ref="web"/>
3026 <inputSet ref="buildingAddress"/>
3027 <icon image="features/pois/shopping_gift.n.24.png"/>
3028 <tag k="shop" v="gift"/>
3029 <inputSet ref="common"/>
3033 <feature name="Greengrocer">
3034 <category>shopping</category>
3036 <inputSet ref="simpleName"/>
3037 <inputSet ref="web"/>
3038 <inputSet ref="buildingAddress"/>
3039 <icon image="features/pois/shopping_greengrocer.n.24.png"/>
3040 <tag k="shop" v="greengrocer"/>
3041 <inputSet ref="common"/>
3045 <feature name="Hairdresser">
3046 <category>shopping</category>
3048 <inputSet ref="simpleName"/>
3049 <inputSet ref="web"/>
3050 <inputSet ref="buildingAddress"/>
3051 <icon image="features/pois/shopping_hairdresser.n.24.png"/>
3052 <tag k="shop" v="hairdresser"/>
3053 <inputSet ref="common"/>
3057 <feature name="Hifi shop">
3058 <category>shopping</category>
3060 <inputSet ref="simpleName"/>
3061 <inputSet ref="web"/>
3062 <inputSet ref="buildingAddress"/>
3063 <icon image="features/pois/shopping_hifi.n.24.png"/>
3064 <tag k="shop" v="hifi"/>
3065 <inputSet ref="common"/>
3069 <feature name="Jewellery">
3070 <category>shopping</category>
3072 <inputSet ref="simpleName"/>
3073 <inputSet ref="web"/>
3074 <inputSet ref="buildingAddress"/>
3075 <icon image="features/pois/shopping_jewelry.n.24.png"/>
3076 <tag k="shop" v="jewelry"/>
3077 <inputSet ref="common"/>
3081 <feature name="Laundrette">
3082 <category>shopping</category>
3084 <inputSet ref="simpleName"/>
3085 <inputSet ref="web"/>
3086 <inputSet ref="buildingAddress"/>
3087 <icon image="features/pois/shopping_laundrette.n.24.png"/>
3088 <tag k="shop" v="laundry"/>
3089 <inputSet ref="common"/>
3093 <feature name="Motorbike shop">
3094 <category>shopping</category>
3096 <inputSet ref="simpleName"/>
3097 <inputSet ref="web"/>
3098 <inputSet ref="buildingAddress"/>
3099 <icon image="features/pois/shopping_motorcycle.n.24.png"/>
3100 <tag k="shop" v="motorcycle"/>
3101 <inputSet ref="common"/>
3105 <feature name="Music shop">
3106 <category>shopping</category>
3108 <inputSet ref="simpleName"/>
3109 <inputSet ref="web"/>
3110 <inputSet ref="buildingAddress"/>
3111 <icon image="features/pois/shopping_music.n.24.png"/>
3112 <tag k="shop" v="music"/>
3113 <inputSet ref="common"/>
3117 <feature name="Pharmacy">
3118 <category>shopping</category>
3119 <icon image="features/pois/health_pharmacy.n.24.png">
3122 <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
3124 <tag k="amenity" v="pharmacy"/>
3125 <inputSet ref="names"/>
3126 <inputSet ref="web"/>
3127 <inputSet ref="buildingAddress"/>
3128 <input type="checkbox" category="Amenity" presence="always" description="Does this pharmacy sell prescription drugs?" name="Dispensing" key="dispensing" layout="horizontal"/>
3129 <inputSet ref="common"/>
3133 <!-- **************** Agriculture *************** -->
3134 <feature name="Farm">
3135 <category>agriculture</category>
3136 <icon image="features/pois/landuse_grass.n.24.png"/>
3138 <tag k="landuse" v="farm"/>
3139 <inputSet ref="simpleName"/>
3140 <inputSet ref="common"/>
3144 <feature name="Farmyard">
3145 <category>agriculture</category>
3146 <icon image="features/pois/landuse_grass.n.24.png"/>
3148 <tag k="landuse" v="farmyard"/>
3149 <inputSet ref="simpleName"/>
3150 <inputSet ref="common"/>
3154 <feature name="Farmland">
3155 <category>agriculture</category>
3156 <icon image="features/pois/landuse_grass.n.24.png"/>
3158 <tag k="landuse" v="farmland"/>
3159 <inputSet ref="simpleName"/>
3160 <inputSet ref="common"/>
3164 <feature name="Field">
3165 <category>agriculture</category>
3166 <icon image="features/pois/landuse_grass.n.24.png"/>
3168 <tag k="landuse" v="meadow"/>
3169 <inputSet ref="simpleName"/>
3170 <inputSet ref="common"/>
3174 <feature name="Orchard">
3175 <category>agriculture</category>
3176 <icon image="features/pois/landuse_grass.n.24.png"/>
3178 <tag k="landuse" v="orchard"/>
3179 <inputSet ref="simpleName"/>
3180 <inputSet ref="common"/>
3184 <feature name="Vineyard">
3185 <category>agriculture</category>
3186 <icon image="features/pois/landuse_grass.n.24.png"/>
3188 <tag k="landuse" v="vineyard"/>
3189 <inputSet ref="simpleName"/>
3190 <inputSet ref="common"/>
3194 <!-- ************************************************************************
3196 ************************************************************************ -->
3198 <feature name="Turn restriction">
3199 <category>advanced</category>
3200 <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
3202 <tag k="type" v="restriction"/>
3203 <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
3204 <choice value="no_left_turn" text="No left turn"/>
3205 <choice value="no_right_turn" text="No right turn"/>
3206 <choice value="no_u_turn" text="No U turns"/>
3207 <choice value="no_straight_on" text="No straight on"/>
3208 <choice value="only_left_turn" text="Left turn only"/>
3209 <choice value="only_right_turn" text="Right turn only"/>
3210 <choice value="only_straight_on" text="Straight on only"/>
3212 <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
3213 <choice value="psv" text="Bus"/>
3214 <choice value="bicycle" text="Bicycle"/>
3215 <choice value="motorcar" text="Car"/>
3216 <choice value="hgv" text="HGV"/>
3218 <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"/>
3219 <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"/>
3220 <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"/>
3221 <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"/>
3222 <inputSet ref="common"/>
3226 <feature name="Multipolygon">
3227 <category>advanced</category>
3229 <tag k="type" v="multipolygon"/>
3230 <inputSet ref="common"/>
3234 <!-- cycle stuff -->
3235 <feature name="National Cycle Network">
3236 <category>paths</category>
3237 <icon image="features/cycle__ncn.png" background="red" foreground="white">
3242 <font size="12pt">${name}</font>
3246 <tag k="type" v="route"/>
3247 <tag k="network" v="ncn"/>
3249 <inputSet ref="route"/>
3250 <inputSet ref="common"/>
3254 <feature name="Regional Cycle Network">
3255 <category>paths</category>
3256 <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
3257 <font size="14pt"><b>${ref}</b></font><br/>
3258 <font size="12pt">${name}</font>
3262 <tag k="type" v="route"/>
3263 <tag k="network" v="rcn"/>
3265 <inputSet ref="route"/>
3266 <inputSet ref="common"/>
3270 <feature name="Local Cycle Network">
3271 <category>paths</category>
3272 <icon image="features/cycle__lcn.png" background="blue" foreground="white">
3277 <font size="12pt">${name}</font>
3281 <tag k="type" v="route"/>
3282 <tag k="network" v="lcn"/>
3284 <inputSet ref="route"/>
3285 <inputSet ref="common"/>
3291 <feature name="Long Distance Path">
3292 <category>paths</category>
3293 <icon image="features/paths__footway.png" background="green" foreground="white">
3298 <font size="12pt">${name}</font>
3302 <tag k="type" v="route"/>
3303 <tag k="route" v="foot"/>
3305 <inputSet ref="route"/>
3306 <inputSet ref="common"/>
3311 <!-- public transit routes -->
3312 <feature name="Bus Route">
3313 <category>transport</category>
3314 <icon image="features/transport__bus.png">
3316 ${operator} <b>${ref}</b>
3321 <tag k="type" v="route"/>
3322 <tag k="route" v="bus"/>
3324 <inputSet ref="route"/>
3325 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
3326 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the bus service" priority="low"/>
3327 <inputSet ref="common"/>
3331 <feature name="Tram Route">
3332 <category>transport</category>
3333 <icon image="features/transport__tram.png">
3335 ${operator} <b>${reg}</b>
3340 <tag k="type" v="route"/>
3341 <tag k="route" v="tram"/>
3343 <inputSet ref="route"/>
3344 <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
3345 <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the tram service" priority="low"/>
3346 <inputSet ref="common"/>
3351 <!-- Junction nodes (for turn restrictions) -->
3355 <within entity="way" k="highway" minimum="2"/>
3356 <inputSet ref="junctionNode"/>
3357 <inputSet ref="common"/>