]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features.xml
a15956aeff498de8c3b08c0f4a832ecfcebfa37a
[rails.git] / public / potlatch2 / map_features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Quick documentation:
4
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)
6   name: Shown in GUI
7   id: internal reference (a feature refers to this with category=xxx)
8
9 <feature> a pre-defined group of tags that make up a feature
10   category: [ctext] corresponding to category id
11   icon
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.
20     @k - key
21     @v - value
22   input
23     @ref=xxx
24   inputSet
25     @ref=xxx
26 </feature>
27
28 <inputSet>: a reusable group of properties for a feature.
29   @id="internal id"
30   input...
31 </inputSet>
32
33 <input>
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.
42     @k: key
43     @v: value
44   icon: see above
45 -->
46
47 <mapFeatures>
48
49   <!-- Categories -->
50
51   <category name="Roads" id="roads">
52   </category>
53
54   <category name="Paths" id="paths">
55   </category>
56
57   <category name="Shopping" id="shopping">
58   </category>
59
60   <category name="Food and Drink" id="foodanddrink">
61   </category>
62
63   <category name="Amenity" id="amenity">
64   </category>
65
66   <category name="Tourism" id="tourism">
67   </category>
68
69   <category name="Accommodation" id="accommodation">
70   </category>
71
72   <category name="Transport" id="transport">
73   </category>
74
75   <category name="Water" id="water">
76   </category>
77
78   <category name="Natural" id="natural">
79   </category>
80
81   <category name="Barrier" id="barrier">
82   </category>
83
84   <category name="Power" id="power">
85   </category>
86
87   <category name="Admin" id="admin">
88   </category>
89
90   <category name="Buildings" id="buildings">
91   </category>
92
93   <category name="Landuse" id="landuse">
94   </category>
95
96   <category name="Agriculture" id="agriculture">
97   </category>
98
99   <category name="Advanced" id="advanced">
100   </category>
101
102   <category name="Places" id="places">
103   </category>
104
105   <!-- Common input sets -->
106
107   <inputSet id="simpleName">
108     <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest"/>
109   </inputSet>
110
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"/>
115   </inputSet>
116
117   <inputSet id="common">
118     <inputSet ref="source"/>
119   </inputSet>
120
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"/>
131   </inputSet>
132
133   <inputSet id="wifi">
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"/>
138     </input>
139   </inputSet>
140
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"/>
146   </inputSet>
147
148   <inputSet id="web">
149     <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
150   </inputSet>
151
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>
163     </input>
164   </inputSet>
165
166   <!-- Roads -->
167
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"/>
180   </inputSet>
181
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"/>
193   </inputSet>
194
195   <inputSet id="path">
196     <inputSet ref="simpleName"/>
197     <inputSet ref="roadPhysical"/>
198     <inputSet ref="cycle"/>
199     <inputSet ref="ldp"/>
200     <inputSet ref="pedestrians"/>
201     <inputSet ref="permissions"/>
202   </inputSet>
203
204   <inputSet id="junctionNode">
205     <inputSet ref="turnRestrictions"/>
206   </inputSet>
207
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"/>
218   </inputSet>
219
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"/>
237     </input>
238     <inputSet ref="bridge"/>
239     <inputSet ref="tunnel"/>
240     <inputSet ref="embankment-cutting"/>
241   </inputSet>
242
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"/>
246   </inputSet>
247
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"/>
255     </input>
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"/>
260   </inputSet>
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"/>
267     </input>
268   </inputSet>
269
270   <inputSet id="embankment-cutting">
271     <input type="choice"
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"/>
275     </input>
276     <input type="choice"
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"/>
280     </input>
281
282   </inputSet>
283
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)?"
286            key="electrified">
287       <choice value="yes" text="Yes"/>
288       <choice value="no" text="No"/>
289     </input>
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"/>
298     </input>
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"/>
307     </input>
308   </inputSet>
309
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"/>
317     </input>
318   </inputSet>
319
320   <inputSet id="fee">
321     <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
322   </inputSet>
323
324   <inputSet id="roadRestrictions">
325     <input type="choice" presence="always"
326         name="Oneway" category="Restrictions" description="Oneway roads"
327         key="oneway">
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"/>
334     </input>
335     <input type="speed" presence="onTagMatch"
336         name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
337         key="maxspeed"/>
338   </inputSet>
339
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."
343            key="junction">
344       <choice value="roundabout" text="Yes"/>
345     </input>
346   </inputSet>
347
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"/>
351       <role role="via"/>
352     </input>
353   </inputSet>
354
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"/>
360     </input>
361   </inputSet>
362
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=""/>
374     </input>
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"/>
379   </inputSet>
380
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"/>
385   </inputSet>
386
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>
393       </icon>
394     </input>
395   </inputSet>
396
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>
403       </icon>
404     </input>
405   </inputSet>
406
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>
416       </icon>
417     </input>
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>
425       </icon>
426     </input>
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>
434       </icon>
435     </input>
436   </inputSet>
437
438   <inputSet id="bicycle-permission">
439     <input type="choice"
440            name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
441            key="bicycle">
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>
447     </input>
448   </inputSet>
449
450   <inputSet id="bicycle-lane">
451     <input type="choice"
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>
461     </input>
462   </inputSet>
463
464   <inputSet id="ldp">
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>
471       </icon>
472     </input>
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>
479       </icon>
480     </input>
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>
487       </icon>
488     </input>
489   </inputSet>
490
491   <inputSet id="route">
492     <inputSet ref="names"/>
493     <inputSet ref="roadRefs"/>
494   </inputSet>
495
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"/>
500   </inputSet>
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."/>
510     </input>
511   </inputSet>
512
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."/>
520     </input>
521
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."/>
528     </input>
529
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."/>
536     </input>
537
538   </inputSet>
539
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"/>
555     </input>
556   </inputSet>
557
558   <!-- ************************************************************************
559        Roads
560        ************************************************************************ -->
561
562   <feature name="Motorway">
563     <category>roads</category>
564     <icon image="features/highway__motorway.png">
565       <font size="16pt"><b>${ref}</b></font><br/>
566     </icon>
567     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
568
569     <line/>
570     <tag k="highway" v="motorway"/>
571
572     <inputSet ref="majorRoad"/>
573     <inputSet ref="common"/>
574   </feature>
575
576   <feature name="Motorway link">
577     <category>roads</category>
578     <icon image="features/highway__motorway_link.png"/>
579     <line/>
580     <tag k="highway" v="motorway_link"/>
581
582     <inputSet ref="majorRoad"/>
583     <inputSet ref="common"/>
584   </feature>
585
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>
591     </icon>
592     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
593
594     <line/>
595     <tag k="highway" v="trunk"/>
596
597     <inputSet ref="majorRoad"/>
598     <inputSet ref="common"/>
599   </feature>
600
601   <feature name="Trunk link">
602     <category>roads</category>
603     <icon image="features/highway__trunk_link.png"/>
604     <line/>
605     <tag k="highway" v="trunk_link"/>
606
607     <inputSet ref="majorRoad"/>
608     <inputSet ref="common"/>
609   </feature>
610
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>
616     </icon>
617     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
618
619     <line/>
620     <tag k="highway" v="primary"/>
621
622     <inputSet ref="majorRoad"/>
623     <inputSet ref="common"/>
624   </feature>
625
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>
631     </icon>
632     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
633
634     <line/>
635     <tag k="highway" v="primary_link"/>
636
637     <inputSet ref="majorRoad"/>
638     <inputSet ref="common"/>
639   </feature>
640
641
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>
647     </icon>
648     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
649
650     <line/>
651     <tag k="highway" v="secondary"/>
652
653     <inputSet ref="majorRoad"/>
654     <inputSet ref="common"/>
655   </feature>
656
657   <feature name="Secondary link">
658     <category>roads</category>
659     <icon image="features/highway__secondary_link.png">
660       <font size="16pt">
661         <b>${ref}</b>
662       </font>
663       <br/>
664       <font size="10pt">${name}</font>
665     </icon>
666     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
667
668     <line/>
669     <tag k="highway" v="secondary_link"/>
670
671     <inputSet ref="majorRoad"/>
672     <inputSet ref="common"/>
673   </feature>
674
675
676
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>
682     </icon>
683     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
684
685     <line/>
686     <tag k="highway" v="tertiary"/>
687
688     <inputSet ref="majorRoad"/>
689     <inputSet ref="common"/>
690   </feature>
691
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>
697     </icon>
698     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
699
700     <line/>
701     <tag k="highway" v="tertiary_link"/>
702
703     <inputSet ref="majorRoad"/>
704     <inputSet ref="common"/>
705   </feature>
706
707
708   <feature name="Minor road">
709     <category>roads</category>
710     <icon image="features/highway__unclassified.png">
711       <font size="14pt"><b>${name}</b></font>
712     </icon>
713     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
714
715     <line/>
716     <tag k="highway" v="unclassified"/>
717
718     <inputSet ref="minorRoad"/>
719     <inputSet ref="common"/>
720   </feature>
721
722   <feature name="Residential road">
723     <category>roads</category>
724     <icon image="features/highway__residential.png">
725       <font size="14pt">
726         <b>${name}</b>
727       </font>
728       <br/>
729       <font size="8pt">${postal_code}</font>
730       <br/>
731     </icon>
732     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
733
734     <line/>
735     <tag k="highway" v="residential"/>
736
737     <inputSet ref="minorRoad"/>
738     <inputSet ref="common"/>
739   </feature>
740
741   <feature name="Service road">
742     <category>roads</category>
743     <icon image="features/highway__service.png">
744       <font size="14pt"><b>${name}</b></font>
745     </icon>
746     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
747     <description>
748       Access roads
749     </description>
750
751     <line/>
752     <tag k="highway" v="service"/>
753
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."/>
761     </input>
762     <inputSet ref="common"/>
763   </feature>
764
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>
769     </icon>
770
771     <line/>
772     <tag k="highway" v="road"/>
773
774     <inputSet ref="minorRoad"/>
775     <inputSet ref="common"/>
776   </feature>
777
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>
782     </icon>
783     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
784
785     <line/>
786     <tag k="highway" v="living_street"/>
787
788     <inputSet ref="minorRoad"/>
789     <inputSet ref="common"/>
790   </feature>
791
792   <feature name="Track">
793     <category>roads</category>
794     <icon image="features/highway__track.png">
795       <font size="14pt"><b>${name}</b></font>
796     </icon>
797
798     <line/>
799     <tag k="highway" v="track"/>
800
801     <inputSet ref="path"/>
802     <inputSet ref="common"/>
803   </feature>
804
805
806   <!-- ************************************************************************
807        Paths
808        ************************************************************************ -->
809
810   <feature name="Footpath">
811     <category>paths</category>
812     <icon image="features/paths__footway.png">
813       ${name} <i>${ref}</i>
814     </icon>
815
816     <line/>
817     <tag k="highway" v="footway"/>
818     <inputSet ref="path"/>
819     <inputSet ref="common"/>
820   </feature>
821
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>
826     </icon>
827
828     <line/>
829     <tag k="highway" v="cycleway"/>
830     <inputSet ref="path"/>
831     <inputSet ref="common"/>
832   </feature>
833
834   <feature name="Pedestrian Street">
835     <category>paths</category>
836     <icon image="features/paths__pedestrian.png">
837       <font size="14pt">
838         <b>${name}</b>
839       </font>
840     </icon>
841
842     <tag k="highway" v="pedestrian"/>
843     <!-- pedestrian roads can be lines or areas, with different tags -->
844     <!-- TODO - implement this! -->
845     <line>
846       <tag k="highway" v="pedestrian"/>
847     </line>
848     <area>
849       <tag k="highway" v="pedestrian"/>
850       <tag k="area" v="yes"/>
851     </area>
852     <inputSet ref="minorRoad"/>
853     <inputSet ref="common"/>
854   </feature>
855
856   <feature name="Bridleway">
857     <category>paths</category>
858     <icon image="features/paths__bridleway.png">
859     </icon>
860
861     <line/>
862     <tag k="highway" v="bridleway"/>
863     <inputSet ref="path"/>
864     <inputSet ref="common"/>
865   </feature>
866
867   <feature name="Steps">
868     <category>paths</category>
869     <icon image="features/paths__steps.png">
870     </icon>
871     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
872
873     <line/>
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"/>
878   </feature>
879
880   <!-- ************************************************************************
881        Natural
882        ************************************************************************ -->
883
884   <feature name="Park">
885     <category>natural</category>
886     <icon image="icons/natural_blank.png">
887       <b>${name}</b>
888       <br/>
889     </icon>
890
891     <area/>
892     <tag k="leisure" v="park"/>
893     <inputSet ref="common"/>
894   </feature>
895
896   <feature name="Forest">
897     <category>natural</category>
898     <icon image="icons/natural_blank.png"/>
899
900     <area/>
901     <tag k="landuse" v="forest"/>
902     <inputSet ref="common"/>
903   </feature>
904
905   <feature name="Meadow">
906     <category>natural</category>
907     <icon image="icons/natural_blank.png"/>
908
909     <area/>
910     <tag k="landuse" v="meadow"/>
911     <inputSet ref="common"/>
912   </feature>
913
914
915   <!-- ************************************************************************
916        Barrier
917        ************************************************************************ -->
918
919   <feature name="Wall">
920     <category>barrier</category>
921     <icon image="features/barrier_generic.png"/>
922     <icon>
923     </icon>
924     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
925
926     <line/>
927     <tag k="barrier" v="wall"/>
928     <inputSet ref="common"/>
929   </feature>
930
931   <feature name="Ditch">
932     <category>barrier</category>
933     <icon image="features/barrier_generic.png"/>
934     <icon>
935     </icon>
936     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
937
938     <line/>
939     <tag k="barrier" v="ditch"/>
940     <inputSet ref="common"/>
941   </feature>
942
943   <feature name="Retaining wall">
944     <category>barrier</category>
945     <icon image="features/barrier_generic.png"/>
946     <icon>
947     </icon>
948     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
949
950     <line/>
951     <tag k="barrier" v="retaining_wall"/>
952     <inputSet ref="common"/>
953   </feature>
954
955   <feature name="City wall">
956     <category>barrier</category>
957     <icon image="features/barrier_generic.png"/>
958     <icon>
959     </icon>
960     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
961
962     <line/>
963     <tag k="barrier" v="city_wall"/>
964     <inputSet ref="common"/>
965   </feature>
966
967
968   <feature name="Fence">
969     <category>barrier</category>
970     <icon image="features/barrier_generic.png"/>
971     <icon>
972     </icon>
973     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
974
975     <line/>
976     <tag k="barrier" v="fence"/>
977     <inputSet ref="common"/>
978   </feature>
979
980
981   <feature name="Hedge">
982     <category>barrier</category>
983     <icon image="features/barrier_generic.png"/>
984     <icon>
985     </icon>
986     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
987
988     <line/>
989     <tag k="barrier" v="hedge"/>
990     <inputSet ref="common"/>
991   </feature>
992
993
994
995   <!-- ************************************************************************
996        Waterways
997        ************************************************************************ -->
998
999   <feature name="Stream">
1000     <category>water</category>
1001     <description>A very narrow river.</description>
1002     <icon image="features/waterway__stream.png">
1003       <font size="14pt">
1004         <b>${name}</b>
1005       </font>
1006     </icon>
1007
1008     <line/>
1009     <tag k="waterway" v="stream"/>
1010     <inputSet ref="waterways"/>
1011     <inputSet ref="common"/>
1012   </feature>
1013
1014
1015   <feature name="River">
1016     <category>water</category>
1017     <icon image="features/waterway__river.png">
1018       <font size="14pt"><b>${name}</b></font>
1019     </icon>
1020
1021     <line/>
1022     <tag k="waterway" v="river"/>
1023     <inputSet ref="waterways"/>
1024     <inputSet ref="common"/>
1025   </feature>
1026
1027
1028   <feature name="Canal">
1029     <category>water</category>
1030     <icon image="features/waterway__canal.png">
1031       <font size="14pt">
1032         <b>${name}</b>
1033       </font>
1034     </icon>
1035
1036     <line/>
1037     <tag k="waterway" v="canal"/>
1038     <inputSet ref="waterways"/>
1039     <inputSet ref="tunnel"/>
1040     <inputSet ref="common"/>
1041   </feature>
1042
1043
1044   <feature name="Drain">
1045     <category>water</category>
1046     <icon image="features/pois/water_generic.24.png">
1047       <font size="14pt"><b>${name}</b></font>
1048     </icon>
1049
1050     <line/>
1051     <tag k="waterway" v="drain"/>
1052     <inputSet ref="tunnel"/>
1053     <inputSet ref="common"/>
1054   </feature>
1055
1056
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">
1061       <font size="14pt">
1062         <b>${name}</b>
1063       </font>
1064     </icon>
1065
1066     <line/>
1067     <area/>
1068     <tag k="waterway" v="dam"/>
1069     <inputSet ref="common"/>
1070   </feature>
1071
1072
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>
1077     </icon>
1078
1079     <area/>
1080     <tag k="waterway" v="riverbank"/>
1081     <inputSet ref="common"/>
1082   </feature>
1083
1084
1085   <feature name="Reservoir">
1086     <category>water</category>
1087     <icon image="features/pois/water_generic.24.png">
1088       <font size="14pt">
1089         <b>${name}</b>
1090       </font>
1091     </icon>
1092
1093     <area/>
1094     <tag k="landuse" v="reservoir"/>
1095     <inputSet ref="boatPermissions"/>
1096     <inputSet ref="common"/>
1097   </feature>
1098
1099
1100   <feature name="Lake">
1101     <category>water</category>
1102     <icon image="features/pois/water_generic.24.png">
1103       <font size="14pt">
1104         <b>${name}</b>
1105       </font>
1106     </icon>
1107     <area/>
1108     <tag k="natural" v="water"/>
1109     <inputSet ref="names"/>
1110     <inputSet ref="boatPermissions"/>
1111     <inputSet ref="common"/>
1112   </feature>
1113
1114
1115   <feature name="Basin">
1116     <category>water</category>
1117     <icon image="features/pois/water_generic.24.png">
1118       <font size="14pt">
1119         <b>${name}</b>
1120       </font>
1121     </icon>
1122
1123     <area/>
1124     <tag k="landuse" v="basin"/>
1125     <inputSet ref="boatPermissions"/>
1126     <inputSet ref="common"/>
1127   </feature>
1128
1129
1130   <feature name="Weir">
1131     <category>water</category>
1132     <icon image="features/pois/water_generic.24.png">
1133       <font size="14pt">
1134         <b>${name}</b>
1135       </font>
1136     </icon>
1137
1138     <line/>
1139     <point/>
1140     <tag k="waterway" v="weir"/>
1141     <inputSet ref="common"/>
1142   </feature>
1143
1144
1145
1146
1147   <feature name="Dock">
1148     <category>water</category>
1149     <icon image="features/pois/water_generic.24.png">
1150       <font size="14pt">
1151         <b>${name}</b>
1152       </font>
1153     </icon>
1154
1155     <area/>
1156     <tag k="waterway" v="dock"/>
1157     <inputSet ref="names"/>
1158     <inputSet ref="common"/>
1159   </feature>
1160
1161
1162   <feature name="Marina">
1163     <category>water</category>
1164     <icon image="features/pois/transport_marina.n.24.png">
1165       <font size="14pt">
1166         <b>${name}</b>
1167       </font>
1168     </icon>
1169
1170     <area/>
1171     <point/>
1172     <tag k="leisure" v="marina"/>
1173     <inputSet ref="names"/>
1174     <inputSet ref="common"/>
1175   </feature>
1176
1177
1178   <feature name="Slipway">
1179     <category>water</category>
1180     <icon image="features/pois/water_generic.24.png"/>
1181     <line/>
1182     <tag k="leisure" v="slipway"/>
1183     <inputSet ref="names"/>
1184     <inputSet ref="common"/>
1185   </feature>
1186
1187
1188   <area/>
1189
1190   <!-- ************************************************************************
1191        Transport
1192        ************************************************************************ -->
1193
1194   <feature name="Railway line">
1195     <category>transport</category>
1196     <icon image="features/transport__railway.png">
1197       <font size="14pt">
1198         <b>${name}</b>
1199       </font>
1200     </icon>
1201
1202     <line/>
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"/>
1210   </feature>
1211
1212
1213   <feature name="Railway spur">
1214     <category>transport</category>
1215     <icon image="features/transport__railway.png">
1216       <font size="14pt">
1217         <b>${name}</b>
1218       </font>
1219     </icon>
1220
1221     <line/>
1222     <tag k="railway" v="rail"/>
1223     <tag k="service" v="spur"/>
1224     <inputSet ref="common"/>
1225   </feature>
1226
1227
1228   <feature name="Railway siding">
1229     <category>transport</category>
1230     <icon image="features/transport__railway.png">
1231       <font size="14pt">
1232         <b>${name}</b>
1233       </font>
1234     </icon>
1235
1236     <line/>
1237     <tag k="railway" v="rail"/>
1238     <tag k="service" v="siding"/>
1239     <inputSet ref="common"/>
1240   </feature>
1241
1242
1243   <feature name="Preserved line">
1244     <category>transport</category>
1245     <icon image="features/transport__railway.png">
1246       <font size="14pt"><b>${name}</b></font>
1247     </icon>
1248
1249     <line/>
1250     <tag k="railway" v="preserved"/>
1251     <inputSet ref="common"/>
1252   </feature>
1253
1254
1255   <feature name="Disused tracks">
1256     <category>transport</category>
1257     <icon image="features/transport__railway_disused.png">
1258       <font size="14pt">
1259         <b>${name}</b>
1260       </font>
1261     </icon>
1262
1263     <line/>
1264     <tag k="railway" v="disused"/>
1265     <inputSet ref="common"/>
1266   </feature>
1267
1268
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>
1273     </icon>
1274
1275     <line/>
1276     <tag k="railway" v="abandoned"/>
1277     <inputSet ref="common"/>
1278   </feature>
1279
1280
1281   <feature name="Light rail line">
1282     <category>transport</category>
1283     <icon image="features/transport__tram.png">
1284       <font size="14pt">
1285         <b>${name}</b>
1286       </font>
1287     </icon>
1288
1289     <line/>
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"/>
1296   </feature>
1297
1298
1299   <feature name="Tram line">
1300     <category>transport</category>
1301     <icon image="features/transport__tram.png">
1302       <font size="14pt"><b>${name}</b></font>
1303     </icon>
1304
1305     <line/>
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"/>
1313   </feature>
1314
1315
1316   <feature name="Subway line">
1317     <category>transport</category>
1318     <icon image="features/transport__subway.png">
1319       <font size="14pt">
1320         <b>${name}</b>
1321       </font>
1322     </icon>
1323
1324     <line/>
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"/>
1331   </feature>
1332
1333
1334   <feature name="Railway platform">
1335     <category>transport</category>
1336     <icon image="features/transport__railway_platform.png"/>
1337     <line/>
1338     <area/>
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"/>
1342   </feature>
1343
1344
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}
1350     </icon>
1351
1352     <area/>
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"/>
1358   </feature>
1359
1360
1361   <feature name="Airport">
1362     <category>transport</category>
1363     <icon image="icons/transport_airport_48.png"/>
1364     <tag k="aeroway" v="aerodrome"/>
1365     <area/>
1366     <point/>
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"/>
1371   </feature>
1372
1373
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"/>
1378     <area/>
1379     <point/>
1380     <inputSet ref="names"/>
1381     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1382     <inputSet ref="common"/>
1383   </feature>
1384
1385
1386   <feature name="Helipad">
1387     <category>transport</category>
1388     <icon image="icons/transport_helipad_48.png"/>
1389     <tag k="aeroway" v="helipad"/>
1390     <area/>
1391     <point/>
1392     <inputSet ref="names"/>
1393     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1394     <inputSet ref="common"/>
1395   </feature>
1396
1397
1398   <feature name="Airport runway">
1399     <category>transport</category>
1400     <icon image="icons/transport_blank.png"/>
1401     <tag k="aeroway" v="runway"/>
1402     <line/>
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"/>
1407   </feature>
1408
1409
1410   <feature name="Airport taxiway">
1411     <category>transport</category>
1412     <icon image="icons/transport_blank.png"/>
1413     <tag k="aeroway" v="taxiway"/>
1414     <line/>
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"/>
1419   </feature>
1420
1421
1422   <feature name="Airport apron">
1423     <category>transport</category>
1424     <icon image="icons/transport_blank.png"/>
1425     <tag k="aeroway" v="apron"/>
1426     <area/>
1427     <inputSet ref="names"/>
1428     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1429     <inputSet ref="common"/>
1430   </feature>
1431
1432
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"/>
1437     <point/>
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"/>
1441   </feature>
1442
1443
1444   <!-- ************************************************************************
1445        Buildings
1446        ************************************************************************ -->
1447
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}
1453     </icon>
1454
1455     <area/>
1456     <tag k="amenity" v="school"/>
1457     <tag k="building" v="yes"/>
1458     <inputSet ref="names"/>
1459     <inputSet ref="buildingAddress"/>
1460     <inputSet ref="common"/>
1461   </feature>
1462
1463
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}
1469     </icon>
1470
1471     <area/>
1472     <tag k="amenity" v="college"/>
1473     <tag k="building" v="yes"/>
1474     <inputSet ref="names"/>
1475     <inputSet ref="buildingAddress"/>
1476     <inputSet ref="common"/>
1477   </feature>
1478
1479
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}
1485     </icon>
1486
1487     <area/>
1488     <tag k="shop" v="supermarket"/>
1489     <tag k="building" v="yes"/>
1490     <inputSet ref="names"/>
1491     <inputSet ref="buildingAddress"/>
1492     <inputSet ref="common"/>
1493   </feature>
1494
1495
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}
1501     </icon>
1502
1503     <area/>
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)"/>
1511     </input>
1512     <inputSet ref="common"/>
1513   </feature>
1514
1515
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}
1521     </icon>
1522
1523     <area/>
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"/>
1529   </feature>
1530
1531
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}
1537     </icon>
1538
1539     <area/>
1540     <tag k="amenity" v="hospital"/>
1541     <tag k="building" v="yes"/>
1542     <inputSet ref="names"/>
1543     <inputSet ref="buildingAddress"/>
1544     <inputSet ref="common"/>
1545   </feature>
1546
1547
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}
1553     </icon>
1554
1555     <area/>
1556     <tag k="amenity" v="university"/>
1557     <tag k="building" v="yes"/>
1558     <inputSet ref="names"/>
1559     <inputSet ref="buildingAddress"/>
1560     <inputSet ref="common"/>
1561   </feature>
1562
1563
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}
1569     </icon>
1570
1571     <area/>
1572     <tag k="tourism" v="attraction"/>
1573     <tag k="building" v="yes"/>
1574     <inputSet ref="names"/>
1575     <inputSet ref="buildingAddress"/>
1576     <inputSet ref="common"/>
1577   </feature>
1578
1579
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}
1585     </icon>
1586
1587     <area/>
1588     <tag k="tourism" v="museum"/>
1589     <tag k="building" v="yes"/>
1590     <inputSet ref="names"/>
1591     <inputSet ref="buildingAddress"/>
1592     <inputSet ref="common"/>
1593   </feature>
1594
1595
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}
1601     </icon>
1602
1603     <area/>
1604     <tag k="tourism" v="zoo"/>
1605     <tag k="building" v="yes"/>
1606     <inputSet ref="names"/>
1607     <inputSet ref="buildingAddress"/>
1608     <inputSet ref="common"/>
1609   </feature>
1610
1611
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}
1617     </icon>
1618
1619     <area/>
1620     <tag k="leisure" v="stadium"/>
1621     <inputSet ref="names"/>
1622     <inputSet ref="buildingAddress"/>
1623     <inputSet ref="common"/>
1624   </feature>
1625
1626
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}
1632     </icon>
1633
1634     <area/>
1635     <!-- <tag k="building" v="*"/> -->
1636     <tag k="building" v="yes"/>
1637     <inputSet ref="names"/>
1638     <inputSet ref="buildingAddress"/>
1639     <inputSet ref="common"/>
1640   </feature>
1641
1642
1643   <feature name="Sports centre">
1644     <category>buildings</category>
1645     <icon >
1646       <b>${name} ${addr:housename}</b><br/>
1647       ${addr:housenumber} ${addr:street} ${addr:postcode}
1648     </icon>
1649
1650     <area/>
1651     <point/>
1652     <tag k="leisure" v="sports_centre"/>
1653     <inputSet ref="names"/>
1654     <inputSet ref="buildingAddress"/>
1655     <inputSet ref="pitchSport"/>
1656     <inputSet ref="common"/>
1657   </feature>
1658
1659
1660
1661   <!-- ************************************************************************
1662        Landuse
1663        ************************************************************************ -->
1664
1665   <feature name="Industry">
1666     <category>landuse</category>
1667     <area/>
1668     <icon image="features/pois/building_generic.png">
1669       <b>${name}</b>
1670     </icon>
1671     <tag k="landuse" v="industrial"/>
1672     <inputSet ref="simpleName"/>
1673     <inputSet ref="common"/>
1674   </feature>
1675
1676
1677   <feature name="Offices">
1678     <category>landuse</category>
1679     <area/>
1680     <icon image="features/pois/building_generic.png">
1681       <b>${name}</b>
1682     </icon>
1683     <tag k="landuse" v="commercial"/>
1684     <inputSet ref="simpleName"/>
1685     <inputSet ref="common"/>
1686   </feature>
1687
1688   <feature name="Residential">
1689     <category>landuse</category>
1690     <area/>
1691     <icon image="features/pois/building_generic.png">
1692       <b>${name}</b>
1693     </icon>
1694     <tag k="landuse" v="residential"/>
1695     <inputSet ref="simpleName"/>
1696     <inputSet ref="common"/>
1697   </feature>
1698
1699   <feature name="Retail">
1700     <category>landuse</category>
1701     <area/>
1702     <icon image="features/pois/building_generic.png">
1703       <b>${name}</b>
1704     </icon>
1705     <tag k="landuse" v="retail"/>
1706     <inputSet ref="simpleName"/>
1707     <inputSet ref="common"/>
1708   </feature>
1709
1710
1711   <feature name="Marketplace">
1712     <category>landuse</category>
1713     <area/>
1714     <icon image="features/pois/shopping_greengrocer.n.24.png">
1715       <b>${name}</b>
1716     </icon>
1717     <tag k="amenity" v="marketplace"/>
1718     <inputSet ref="simpleName"/>
1719     <inputSet ref="common"/>
1720   </feature>
1721
1722
1723   <feature name="Cemetery">
1724     <category>landuse</category>
1725     <area/>
1726     <icon image="features/pois/place_of_worship_unknown3.n.24.png">
1727       <b>${name}</b>
1728     </icon>
1729     <tag k="landuse" v="cemetery"/>
1730     <inputSet ref="simpleName"/>
1731     <inputSet ref="common"/>
1732   </feature>
1733
1734
1735   <feature name="Quarry">
1736     <category>landuse</category>
1737     <icon image="features/pois/poi_mine.n.24.png"/>
1738     <area/>
1739     <tag k="landuse" v="quarry"/>
1740     <inputSet ref="simpleName"/>
1741     <inputSet ref="common"/>
1742   </feature>
1743
1744
1745   <feature name="Military">
1746     <category>landuse</category>
1747     <icon image="features/pois/poi_military_bunker.n.24.png"/>
1748     <area/>
1749     <tag k="landuse" v="military"/>
1750     <inputSet ref="simpleName"/>
1751     <inputSet ref="common"/>
1752   </feature>
1753
1754
1755   <feature name="Conservation">
1756     <category>natural</category>
1757     <icon image="icons/natural_blank.png"/>
1758     <area/>
1759     <tag k="landuse" v="conservation"/>
1760     <inputSet ref="simpleName"/>
1761     <inputSet ref="common"/>
1762   </feature>
1763
1764
1765
1766
1767
1768   <feature name="Playground">
1769     <category>landuse</category>
1770     <area/>
1771     <icon image="features/pois/sport_leisure_centre.n.24.png">
1772       <b>${name}</b>
1773     </icon>
1774     <tag k="leisure" v="playground"/>
1775     <inputSet ref="simpleName"/>
1776     <inputSet ref="common"/>
1777   </feature>
1778
1779
1780   <feature name="Golf course">
1781     <category>landuse</category>
1782     <area/>
1783     <icon  image="features/pois/sport_golf.n.24.png">
1784       <b>${name}</b>
1785     </icon>
1786     <tag k="leisure" v="golf_course"/>
1787     <inputSet ref="simpleName"/>
1788     <inputSet ref="common"/>
1789   </feature>
1790
1791
1792   <feature name="Recreation ground">
1793     <category>landuse</category>
1794     <area/>
1795     <icon image="features/pois/sport_leisure_centre.n.24.png">
1796       <b>${name}</b>
1797     </icon>
1798     <tag k="leisure" v="recreation_ground"/>
1799     <inputSet ref="simpleName"/>
1800     <inputSet ref="common"/>
1801   </feature>
1802
1803
1804   <feature name="Sports pitch">
1805     <category>landuse</category>
1806     <area/>
1807     <icon image="features/pois/sport_leisure_centre.n.24.png">
1808       <b>${name}</b>
1809     </icon>
1810     <tag k="leisure" v="pitch"/>
1811     <inputSet ref="simpleName"/>
1812     <inputSet ref="pitchSport"/>
1813     <inputSet ref="common"/>
1814   </feature>
1815
1816
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"/>
1852     </input>
1853   </inputSet>
1854
1855   <feature name="Sports track">
1856     <category>landuse</category>
1857     <area/>
1858     <icon image="features/pois/sport_leisure_centre.n.24.png">
1859       <b>${name}</b>
1860     </icon>
1861     <tag k="leisure" v="track"/>
1862     <inputSet ref="simpleName"/>
1863     <inputSet ref="common"/>
1864   </feature>
1865
1866
1867   <!-- ************************************************************************
1868        Power
1869        ************************************************************************ -->
1870
1871   <feature name="High-voltage line">
1872     <category>power</category>
1873     <icon image="features/power_high.png"/>
1874     <line/>
1875     <tag k="power" v="line"/>
1876     <inputSet ref="powerCables"/>
1877     <inputSet ref="common"/>
1878   </feature>
1879
1880
1881   <feature name="Low-voltage line">
1882     <category>power</category>
1883     <icon image="features/power_low.png"/>
1884     <line/>
1885     <tag k="power" v="minor_line"/>
1886     <inputSet ref="powerCables"/>
1887     <inputSet ref="common"/>
1888   </feature>
1889
1890
1891   <feature name="High-voltage pylon">
1892     <category>power</category>
1893     <icon image="icons/power_tower_24.png"/>
1894     <point/>
1895     <tag k="power" v="tower"/>
1896     <inputSet ref="common"/>
1897   </feature>
1898
1899
1900   <feature name="Power pole">
1901     <category>power</category>
1902     <icon image="icons/power_pole_24.png"/>
1903     <point/>
1904     <tag k="power" v="pole"/>
1905     <inputSet ref="common"/>
1906   </feature>
1907
1908
1909   <feature name="Plant (station)">
1910     <category>power</category>
1911     <icon image="icons/power_blank.png"/>
1912     <area/>
1913     <point/>
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"/>
1928     </input>
1929     <inputSet ref="common"/>
1930   </feature>
1931
1932
1933   <feature name="Substation">
1934     <category>power</category>
1935     <icon image="icons/power_blank.png"/>"
1936     <area/>
1937     <point/>
1938     <tag k="power" v="station"/>
1939     <inputSet ref="common"/>
1940   </feature>
1941
1942
1943   <feature name="Transformer">
1944     <category>power</category>
1945     <icon image="icons/power_blank.png"/>
1946     <area/>
1947     <point/>
1948     <tag k="power" v="sub_station"/>
1949     <inputSet ref="common"/>
1950   </feature>
1951
1952
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"/>
1962     </input>
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"/>
1978     </input>
1979   </inputSet>
1980
1981   <!-- Places -->
1982
1983
1984   <feature name="Hamlet">
1985     <category>places</category>
1986     <icon image="icons/place.png"/>
1987     <point/>
1988     <area/>
1989     <tag k="place" v="hamlet" />
1990     <inputSet ref="names"/>
1991     <inputSet ref="places"/>
1992     <inputSet ref="common"/>
1993   </feature>
1994
1995   <feature name="Village">
1996     <category>places</category>
1997     <icon image="icons/place.png"/>
1998     <point/>
1999     <area/>
2000     <tag k="place" v="village" />
2001     <inputSet ref="names"/>
2002     <inputSet ref="places"/>
2003     <inputSet ref="common"/>
2004   </feature>
2005
2006   <feature name="Suburb">
2007     <category>places</category>
2008     <icon image="icons/place.png"/>
2009     <point/>
2010     <area/>
2011     <tag k="place" v="suburb" />
2012     <inputSet ref="names"/>
2013     <inputSet ref="places"/>
2014     <inputSet ref="common"/>
2015   </feature>
2016
2017   <feature name="Town">
2018     <category>places</category>
2019     <icon image="icons/place.png"/>
2020     <point/>
2021     <area/>
2022     <tag k="place" v="town" />
2023     <inputSet ref="names"/>
2024     <inputSet ref="places"/>
2025     <inputSet ref="common"/>
2026   </feature>
2027
2028   <feature name="City">
2029     <category>places</category>
2030     <icon image="icons/place.png"/>
2031     <point/>
2032     <area/>
2033     <tag k="place" v="city" />
2034     <inputSet ref="names"/>
2035     <inputSet ref="places"/>
2036     <inputSet ref="common"/>
2037   </feature>
2038
2039   <!-- ************************************************************************
2040        POIs
2041        ************************************************************************ -->
2042
2043   <!-- =========== Amenity ============ -->
2044
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>
2049     <point/>
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"/>
2053   </feature>
2054
2055
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>
2060     <point/>
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"/>
2064   </feature>
2065
2066
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>
2071     <point/>
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"/>
2075   </feature>
2076
2077
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>
2082     <point/>
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)"/>
2093     </input>
2094
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"/>
2097   </feature>
2098
2099
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>
2104     <point/>
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"/>
2109   </feature>
2110
2111
2112   <feature name="Bank">
2113     <category>amenity</category>
2114     <icon image="features/pois/money_bank2.n.24.png">
2115       ${name}
2116     </icon>
2117     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
2118     <point/>
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"/>
2125     </input>
2126     <inputSet ref="common"/>
2127   </feature>
2128
2129
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>
2134     <point/>
2135     <tag k="amenity" v="recycling"/>
2136     <inputSet ref="common"/>
2137   </feature>
2138
2139
2140   <feature name="School">
2141     <category>amenity</category>
2142     <icon image="features/pois/education_school.n.24.png">
2143       ${name}
2144     </icon>
2145     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
2146     <point/>
2147     <tag k="amenity" v="school"/>
2148     <inputSet ref="names"/>
2149     <inputSet ref="buildingAddress"/>
2150     <inputSet ref="common"/>
2151   </feature>
2152
2153
2154   <feature name="Post Box">
2155     <category>amenity</category>
2156     <icon image="features/pois/amenity_post_box.n.24.png">
2157       ${ref}
2158     </icon>
2159     <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
2160     <point/>
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"/>
2165   </feature>
2166
2167
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>
2174     <point/>
2175     <area/>
2176     <tag k="tourism" v="hotel"/>
2177     <inputSet ref="simpleName"/>
2178     <inputSet ref="common"/>
2179   </feature>
2180
2181
2182   <feature name="Motel">
2183     <category>accommodation</category>
2184     <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
2185     <point/>
2186     <area/>
2187     <icon image="features/pois/accommodation_motel.n.24.png"/>
2188     <tag k="tourism" v="motel"/>
2189     <inputSet ref="simpleName"/>
2190     <inputSet ref="common"/>
2191   </feature>
2192
2193
2194
2195   <feature name="Hostel">
2196     <category>accommodation</category>
2197     <point/>
2198     <area/>
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"/>
2203   </feature>
2204
2205
2206   <!-- Note that tourism=bed_and_breakfast also gets some use. -->
2207   <feature name="Guesthouse (B&amp;B)">
2208     <category>accommodation</category>
2209     <point/>
2210     <area/>
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"/>
2215   </feature>
2216
2217
2218   <feature name="Campsite">
2219     <category>accommodation</category>
2220     <point/>
2221     <area/>
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"/>
2226   </feature>
2227
2228
2229   <feature name="Caravan park">
2230     <category>accommodation</category>
2231     <point/>
2232     <area/>
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"/>
2237   </feature>
2238
2239
2240   <feature name="Alpine hut">
2241     <category>accommodation</category>
2242     <point/>
2243     <area/>
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"/>
2248   </feature>
2249
2250
2251   <feature name="Chalet">
2252     <category>accommodation</category>
2253     <icon image="features/pois/accommodation_chalet.n.24.png"/>
2254     <point/>
2255     <area/>
2256     <inputSet ref="simpleName"/>
2257     <tag k="tourism" v="chalet"/>
2258     <inputSet ref="common"/>
2259   </feature>
2260
2261
2262
2263   <!-- ========= Tourism ========= -->
2264
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"/>
2269     <point/>
2270     <area/>
2271     <inputSet ref="simpleName"/>
2272     <tag k="tourism" v="attraction"/>
2273     <inputSet ref="common"/>
2274   </feature>
2275
2276
2277
2278
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>
2283     <point/>
2284     <area/>
2285     <tag k="tourism" v="museum"/>
2286     <inputSet ref="simpleName"/>
2287     <inputSet ref="common"/>
2288   </feature>
2289
2290
2291   <feature name="Archaeological">
2292     <category>tourism</category>
2293     <point/>
2294     <area/>
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"/>
2299   </feature>
2300
2301
2302   <feature name="Battlefield">
2303     <category>tourism</category>
2304     <point/>
2305     <area/>
2306     <inputSet ref="simpleName"/>
2307     <icon image="features/pois/tourist_battlefield.n.24.png"/>
2308     <tag k="historic" v="battlefield"/>
2309     <inputSet ref="common"/>
2310   </feature>
2311
2312
2313   <feature name="Castle">
2314     <category>tourism</category>
2315     <point/>
2316     <area/>
2317     <inputSet ref="simpleName"/>
2318     <icon image="features/pois/tourist_castle.n.24.png"/>
2319     <tag k="historic" v="castle"/>
2320     <inputSet ref="common"/>
2321   </feature>
2322
2323
2324   <feature name="Memorial">
2325     <category>tourism</category>
2326     <point/>
2327     <inputSet ref="simpleName"/>
2328     <icon image="features/pois/tourist_memorial.n.24.png"/>
2329     <tag k="historic" v="memorial"/>
2330     <inputSet ref="common"/>
2331   </feature>
2332
2333
2334   <feature name="Monument">
2335     <category>tourism</category>
2336     <point/>
2337     <inputSet ref="simpleName"/>
2338     <icon image="features/pois/tourist_monument.n.24.png"/>
2339     <tag k="historic" v="monument"/>
2340     <inputSet ref="common"/>
2341   </feature>
2342
2343
2344   <feature name="Picnic site">
2345     <category>tourism</category>
2346     <point/>
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"/>
2351   </feature>
2352
2353
2354   <feature name="Ruin">
2355     <category>tourism</category>
2356     <point/>
2357     <area/>
2358     <inputSet ref="simpleName"/>
2359     <icon image="features/pois/tourist_ruin.n.24.png"/>
2360     <tag k="historic" v="ruin"/>
2361     <inputSet ref="common"/>
2362   </feature>
2363
2364
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>
2369     <point/>
2370     <area/>
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"/>
2374   </feature>
2375
2376
2377   <feature name="Theatre">
2378     <category>tourism</category>
2379     <point/>
2380     <area/>
2381     <inputSet ref="simpleName"/>
2382     <icon image="features/pois/tourist_theatre.n.24.png"/>
2383     <tag k="amenity" v="theatre"/>
2384     <inputSet ref="common"/>
2385   </feature>
2386
2387
2388   <feature name="Viewpoint">
2389     <category>tourism</category>
2390     <point/>
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"/>
2395   </feature>
2396
2397
2398   <feature name="Zoo">
2399     <category>tourism</category>
2400     <point/>
2401     <area/>
2402     <inputSet ref="simpleName"/>
2403     <icon image="features/pois/tourist_zoo.n.24.png"/>
2404     <tag k="tourism" v="zoo"/>
2405     <inputSet ref="common"/>
2406   </feature>
2407
2408
2409   <!-- icons needed-->
2410   <feature name="Information">
2411     <category>tourism</category>
2412     <icon image="features/pois/amenity_information.n.24.png"/>
2413     <point/>
2414     <inputSet ref="simpleName"/>
2415     <tag k="tourism" v="information"/>
2416     <inputSet ref="common"/>
2417   </feature>
2418
2419
2420   <feature name="Artwork">
2421     <category>tourism</category>
2422     <icon image="features/pois/tourist_art_gallery2.n.24.png"/>
2423     <point/>
2424     <inputSet ref="simpleName"/>
2425     <tag k="tourism" v="artwork"/>
2426     <inputSet ref="common"/>
2427   </feature>
2428
2429
2430
2431   <feature name="Theme park">
2432     <category>tourism</category>
2433     <icon image="features/pois/tourist_theme_park.n.24.png"/>
2434     <point/>
2435     <area/>
2436     <inputSet ref="simpleName"/>
2437     <tag k="tourism" v="theme_park"/>
2438     <inputSet ref="common"/>
2439   </feature>
2440
2441
2442
2443   <!-- ========= Transport ========= -->
2444
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>
2449     <point/>
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"/>
2453   </feature>
2454
2455
2456   <feature name="Bus Stop">
2457     <category>transport</category>
2458     <icon image="features/pois/transport_bus_stop2.n.24.png">
2459       ${name} ${local_ref}
2460     </icon>
2461     <point/>
2462     <tag k="highway" v="bus_stop"/>
2463     <inputSet ref="buses"/>
2464     <inputSet ref="common"/>
2465   </feature>
2466
2467
2468   <feature name="Car Parking">
2469     <category>transport</category>
2470     <icon image="features/pois/transport_parking_car.n.24.png">
2471       ${name}
2472     </icon>
2473     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2474     <point/>
2475     <area/>
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"/>
2482   </feature>
2483
2484
2485   <feature name="Bicycle Parking">
2486     <category>transport</category>
2487     <icon image="features/pois/transport_parking_bicycle.n.24.png">
2488       ${name} ${capacity}
2489     </icon>
2490     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2491     <point/>
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"/>
2502     </input>
2503     <inputSet ref="common"/>
2504   </feature>
2505
2506
2507   <feature name="Railway station">
2508     <category>transport</category>
2509     <icon image="features/pois/transport_train_station.n.24.png">
2510       <font size="14pt">
2511         <b>${name}</b>
2512       </font>
2513     </icon>
2514
2515     <point/>
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"/>
2521   </feature>
2522
2523
2524   <feature name="Fuel">
2525     <category>transport</category>
2526     <point/>
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"/>
2534     </input>
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"/>
2538     </input>
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"/>
2542     </input>
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"/>
2546     </input>
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"/>
2550     </input>
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"/>
2554     </input>
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"/>
2558     </input>
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"/>
2562     </input>
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"/>
2566     </input>
2567
2568
2569     <inputSet ref="common"/>
2570   </feature>
2571
2572
2573   <feature name="Bus station">
2574     <category>transport</category>
2575     <point/>
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"/>
2580   </feature>
2581
2582
2583   <feature name="Taxi rank">
2584     <category>transport</category>
2585     <point/>
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"/>
2590   </feature>
2591
2592
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"/>
2598   </feature>
2599
2600
2601   <feature name="Bicycle rental">
2602     <category>transport</category>
2603     <point/>
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"/>
2608   </feature>
2609
2610
2611   <feature name="Car rental">
2612     <category>transport</category>
2613     <point/>
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"/>
2618   </feature>
2619
2620
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>
2625     <point/>
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"/>
2631   </feature>
2632
2633
2634   <!-- ========= Barriers ========= -->
2635
2636   <feature name="Bollard">
2637     <category>barrier</category>
2638     <icon image="features/pois/barrier_bollard.n.24.png">
2639     </icon>
2640     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2641
2642     <point/>
2643     <tag k="barrier" v="bollard"/>
2644     <inputSet ref="common"/>
2645   </feature>
2646
2647
2648   <feature name="Gate">
2649     <category>barrier</category>
2650     <icon image="features/pois/barrier_gate.n.24.png">
2651     </icon>
2652     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2653
2654     <point/>
2655     <tag k="barrier" v="gate"/>
2656     <inputSet ref="common"/>
2657   </feature>
2658
2659
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>
2664     <point/>
2665     <tag k="barrier" v="lift_gate"/>
2666     <inputSet ref="common"/>
2667   </feature>
2668
2669
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>
2674     <point/>
2675     <tag k="barrier" v="kissing_gate"/>
2676     <inputSet ref="common"/>
2677   </feature>
2678
2679
2680
2681   <feature name="Cycle Barrier">
2682     <category>barrier</category>
2683     <icon image="features/pois/barrier_cycle_barrier.24.png">
2684     </icon>
2685     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2686
2687     <point/>
2688     <tag k="barrier" v="cycle_barrier"/>
2689     <inputSet ref="common"/>
2690   </feature>
2691
2692
2693   <feature name="Big Concrete Blocks">
2694     <category>barrier</category>
2695     <icon image="features/pois/barrier_blocks.24.png">
2696     </icon>
2697     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2698
2699     <point/>
2700     <tag k="barrier" v="block"/>
2701     <inputSet ref="common"/>
2702   </feature>
2703
2704
2705   <feature name="Cattle Grid">
2706     <category>barrier</category>
2707     <icon image="features/pois/barrier_cattle_grid.24.png">
2708     </icon>
2709     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2710
2711     <point/>
2712     <tag k="barrier" v="cattle_grid"/>
2713     <inputSet ref="common"/>
2714   </feature>
2715
2716
2717   <feature name="Toll Booth">
2718     <category>barrier</category>
2719     <icon image="features/pois/barrier_toll_booth.n.24.png">
2720     </icon>
2721     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2722
2723     <point/>
2724     <tag k="barrier" v="toll_booth"/>
2725     <tagSet ref="fee"/>
2726     <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2727     <inputSet ref="common"/>
2728   </feature>
2729
2730
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>
2735     <point/>
2736     <tag k="barrier" v="stile"/>
2737     <inputSet ref="common"/>
2738   </feature>
2739
2740
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>
2745     <point/>
2746     <tag k="highway" v="turning_circle"/>
2747     <inputSet ref="common"/>
2748   </feature>
2749
2750
2751   <feature name="Traffic calming">
2752
2753     <category>transport</category>
2754     <icon image="icons/speed_hump_16.png"/>
2755     <help>http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming</help>
2756     <point/>
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."/>
2769     </input>
2770
2771     <inputSet ref="common"/>
2772   </feature>
2773
2774
2775
2776   <!-- ========= Entertainment ========= -->
2777
2778   <feature name="Pub">
2779     <category>foodanddrink</category>
2780     <icon image="features/pois/food_pub.n.24.png">
2781       ${name}
2782     </icon>
2783     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2784     <point/>
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"/>
2791   </feature>
2792
2793
2794   <feature name="Bar">
2795     <category>foodanddrink</category>
2796     <icon image="features/pois/food_bar.n.24.png">
2797       ${name}
2798     </icon>
2799     <point/>
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"/>
2806   </feature>
2807
2808
2809   <feature name="Restaurant">
2810     <category>foodanddrink</category>
2811     <icon image="features/pois/food_restaurant.n.24.png">
2812       ${name}
2813     </icon>
2814     <point/>
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"/>
2821   </feature>
2822
2823
2824   <feature name="Cafe">
2825     <category>foodanddrink</category>
2826     <icon image="features/pois/food_cafe.n.24.png">
2827       ${name}
2828     </icon>
2829     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2830     <point/>
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"/>
2838   </feature>
2839
2840
2841   <feature name="Fast Food">
2842     <category>foodanddrink</category>
2843     <icon image="features/pois/food_fastfood.n.24.png">
2844       ${name}
2845     </icon>
2846     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2847     <point/>
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"/>
2854   </feature>
2855
2856
2857   <!-- ========= Shops ========= -->
2858
2859   <feature name="Small Convenience Store">
2860     <category>shopping</category>
2861     <icon image="features/pois/shopping_convenience.n.24.png">
2862       ${name}
2863     </icon>
2864     <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2865     <point/>
2866     <tag k="shop" v="convenience"/>
2867     <inputSet ref="names"/>
2868     <inputSet ref="web"/>
2869     <inputSet ref="buildingAddress"/>
2870     <inputSet ref="common"/>
2871   </feature>
2872
2873
2874   <feature name="Supermarket">
2875     <category>shopping</category>
2876     <icon image="features/pois/shopping_supermarket.n.24.png">
2877       ${name}
2878     </icon>
2879     <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2880     <point/>
2881     <tag k="shop" v="supermarket"/>
2882     <inputSet ref="names"/>
2883     <inputSet ref="web"/>
2884     <inputSet ref="buildingAddress"/>
2885     <inputSet ref="common"/>
2886   </feature>
2887
2888
2889   <feature name="Alcohol shop">
2890     <category>shopping</category>
2891     <point/>
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"/>
2898   </feature>
2899
2900
2901   <feature name="Bakery">
2902     <category>shopping</category>
2903     <point/>
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"/>
2910   </feature>
2911
2912
2913   <feature name="Bike shop">
2914     <category>shopping</category>
2915     <point/>
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"/>
2922   </feature>
2923
2924
2925   <feature name="Bookshop">
2926     <category>shopping</category>
2927     <point/>
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"/>
2934   </feature>
2935
2936
2937   <feature name="Butcher">
2938     <category>shopping</category>
2939     <point/>
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"/>
2946   </feature>
2947
2948
2949   <feature name="Car repair">
2950     <category>shopping</category>
2951     <point/>
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"/>
2958   </feature>
2959
2960
2961   <feature name="Clothes shop">
2962     <category>shopping</category>
2963     <point/>
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"/>
2970   </feature>
2971
2972
2973   <feature name="Confectionery">
2974     <category>shopping</category>
2975     <point/>
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"/>
2982   </feature>
2983
2984
2985   <feature name="DIY">
2986     <category>shopping</category>
2987     <point/>
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"/>
2994   </feature>
2995
2996
2997   <feature name="Fishmonger">
2998     <category>shopping</category>
2999     <point/>
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"/>
3006   </feature>
3007
3008
3009   <feature name="Garden centre">
3010     <category>shopping</category>
3011     <point/>
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"/>
3018   </feature>
3019
3020
3021   <feature name="Gift shop">
3022     <category>shopping</category>
3023     <point/>
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"/>
3030   </feature>
3031
3032
3033   <feature name="Greengrocer">
3034     <category>shopping</category>
3035     <point/>
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"/>
3042   </feature>
3043
3044
3045   <feature name="Hairdresser">
3046     <category>shopping</category>
3047     <point/>
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"/>
3054   </feature>
3055
3056
3057   <feature name="Hifi shop">
3058     <category>shopping</category>
3059     <point/>
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"/>
3066   </feature>
3067
3068
3069   <feature name="Jewellery">
3070     <category>shopping</category>
3071     <point/>
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"/>
3078   </feature>
3079
3080
3081   <feature name="Laundrette">
3082     <category>shopping</category>
3083     <point/>
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"/>
3090   </feature>
3091
3092
3093   <feature name="Motorbike shop">
3094     <category>shopping</category>
3095     <point/>
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"/>
3102   </feature>
3103
3104
3105   <feature name="Music shop">
3106     <category>shopping</category>
3107     <point/>
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"/>
3114   </feature>
3115
3116
3117   <feature name="Pharmacy">
3118     <category>shopping</category>
3119     <icon image="features/pois/health_pharmacy.n.24.png">
3120       ${name}
3121     </icon>
3122     <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
3123     <point/>
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"/>
3130   </feature>
3131
3132
3133   <!-- **************** Agriculture *************** -->
3134   <feature name="Farm">
3135     <category>agriculture</category>
3136     <icon image="features/pois/landuse_grass.n.24.png"/>
3137     <area/>
3138     <tag k="landuse" v="farm"/>
3139     <inputSet ref="simpleName"/>
3140     <inputSet ref="common"/>
3141   </feature>
3142
3143
3144   <feature name="Farmyard">
3145     <category>agriculture</category>
3146     <icon image="features/pois/landuse_grass.n.24.png"/>
3147     <area/>
3148     <tag k="landuse" v="farmyard"/>
3149     <inputSet ref="simpleName"/>
3150     <inputSet ref="common"/>
3151   </feature>
3152
3153
3154   <feature name="Farmland">
3155     <category>agriculture</category>
3156     <icon image="features/pois/landuse_grass.n.24.png"/>
3157     <area/>
3158     <tag k="landuse" v="farmland"/>
3159     <inputSet ref="simpleName"/>
3160     <inputSet ref="common"/>
3161   </feature>
3162
3163
3164   <feature name="Field">
3165     <category>agriculture</category>
3166     <icon image="features/pois/landuse_grass.n.24.png"/>
3167     <area/>
3168     <tag k="landuse" v="meadow"/>
3169     <inputSet ref="simpleName"/>
3170     <inputSet ref="common"/>
3171   </feature>
3172
3173
3174   <feature name="Orchard">
3175     <category>agriculture</category>
3176     <icon image="features/pois/landuse_grass.n.24.png"/>
3177     <area/>
3178     <tag k="landuse" v="orchard"/>
3179     <inputSet ref="simpleName"/>
3180     <inputSet ref="common"/>
3181   </feature>
3182
3183
3184   <feature name="Vineyard">
3185     <category>agriculture</category>
3186     <icon image="features/pois/landuse_grass.n.24.png"/>
3187     <area/>
3188     <tag k="landuse" v="vineyard"/>
3189     <inputSet ref="simpleName"/>
3190     <inputSet ref="common"/>
3191   </feature>
3192
3193
3194   <!-- ************************************************************************
3195        Relations
3196        ************************************************************************ -->
3197
3198   <feature name="Turn restriction">
3199     <category>advanced</category>
3200     <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
3201     <relation/>
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"/>
3211     </input>
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"/>
3217     </input>
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"/>
3223   </feature>
3224
3225
3226   <feature name="Multipolygon">
3227     <category>advanced</category>
3228     <relation/>
3229     <tag k="type" v="multipolygon"/>
3230     <inputSet ref="common"/>
3231   </feature>
3232
3233
3234   <!-- cycle stuff -->
3235   <feature name="National Cycle Network">
3236     <category>paths</category>
3237     <icon image="features/cycle__ncn.png" background="red" foreground="white">
3238       <font size="14pt">
3239         <b>${ref}</b>
3240       </font>
3241       <br/>
3242       <font size="12pt">${name}</font>
3243     </icon>
3244
3245     <relation/>
3246     <tag k="type" v="route"/>
3247     <tag k="network" v="ncn"/>
3248
3249     <inputSet ref="route"/>
3250     <inputSet ref="common"/>
3251   </feature>
3252
3253
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>
3259     </icon>
3260
3261     <relation/>
3262     <tag k="type" v="route"/>
3263     <tag k="network" v="rcn"/>
3264
3265     <inputSet ref="route"/>
3266     <inputSet ref="common"/>
3267   </feature>
3268
3269
3270   <feature name="Local Cycle Network">
3271     <category>paths</category>
3272     <icon image="features/cycle__lcn.png" background="blue" foreground="white">
3273       <font size="14pt">
3274         <b>${ref}</b>
3275       </font>
3276       <br/>
3277       <font size="12pt">${name}</font>
3278     </icon>
3279
3280     <relation/>
3281     <tag k="type" v="route"/>
3282     <tag k="network" v="lcn"/>
3283
3284     <inputSet ref="route"/>
3285     <inputSet ref="common"/>
3286   </feature>
3287
3288
3289
3290   <!-- paths -->
3291   <feature name="Long Distance Path">
3292     <category>paths</category>
3293     <icon image="features/paths__footway.png" background="green" foreground="white">
3294       <font size="14pt">
3295         <b>${ref}</b>
3296       </font>
3297       <br/>
3298       <font size="12pt">${name}</font>
3299     </icon>
3300
3301     <relation/>
3302     <tag k="type" v="route"/>
3303     <tag k="route" v="foot"/>
3304
3305     <inputSet ref="route"/>
3306     <inputSet ref="common"/>
3307   </feature>
3308
3309
3310
3311   <!-- public transit routes -->
3312   <feature name="Bus Route">
3313     <category>transport</category>
3314     <icon image="features/transport__bus.png">
3315       <font size="12pt">
3316         ${operator} <b>${ref}</b>
3317       </font>
3318     </icon>
3319
3320     <relation/>
3321     <tag k="type" v="route"/>
3322     <tag k="route" v="bus"/>
3323
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"/>
3328   </feature>
3329
3330
3331   <feature name="Tram Route">
3332     <category>transport</category>
3333     <icon image="features/transport__tram.png">
3334       <font size="12pt">
3335         ${operator} <b>${reg}</b>
3336       </font>
3337     </icon>
3338
3339     <relation/>
3340     <tag k="type" v="route"/>
3341     <tag k="route" v="tram"/>
3342
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"/>
3347   </feature>
3348
3349
3350
3351   <!-- Junction nodes (for turn restrictions) -->
3352
3353   <feature>
3354     <point/>
3355     <within entity="way" k="highway" minimum="2"/>
3356     <inputSet ref="junctionNode"/>
3357     <inputSet ref="common"/>
3358   </feature>
3359
3360
3361 </mapFeatures>