]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features.xml
fe29b07cae07072984e2d8516cf59a13bb824243
[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     <input type="freetext" category="Misc" presence="onTagMatch" name="Source" key="source" description="The primary source of information for this object (GPS, survey, Yahoo, ...)" priority="lowest"/>
113   </inputSet>
114
115   <inputSet id="common">
116     <inputSet ref="source"/>
117   </inputSet>
118
119   <inputSet id="names">
120     <input type="freetext" presence="always"
121         name="Name" category="Naming" priority="highest"
122         key="name" description="The most common name"/>
123     <input type="freetext" presence="onTagMatch"
124         name="International Name" category="Naming"
125         key="int_name" description="The internationally recognised name"/>
126     <input type="freetext" presence="onTagMatch"
127         name="Historical Name" category="Naming" priority="low"
128         key="old_name" description="The historic or previous name"/>
129   </inputSet>
130
131   <inputSet id="wifi">
132     <input type="choice" presence="onTagMatch" category="Eating" name="Wifi" key="wifi">
133       <choice value="free" text="Free"/>
134       <choice value="yes" text="Yes"/>
135       <choice value="no" text="No"/>
136     </input>
137   </inputSet>
138
139   <inputSet id="buildingAddress">
140     <input type="freetext" presence="onTagMatch" category="Address" description="The number of the house, e.g. 156 or 10-12" name="House Number" key="addr:housenumber"/>
141     <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
142     <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
143     <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
144   </inputSet>
145
146   <inputSet id="web">
147     <input type="freetext" presence="onTagMatch" category="Web" description="The URL of the website" name="Website" key="website"/>
148   </inputSet>
149
150   <inputSet id="cuisine">
151     <input type="choice" presence="always" name="Cuisine" category="Eating" description="The type of food that they serve" key="cuisine">
152       <choice value="burger" text="Burger"/>
153       <choice value="chicken" text="Chicken"/>
154       <choice value="chinese" text="Chinese"/>
155       <choice value="coffee_shop" text="Coffee Shop"/>
156       <choice value="greek" text="Greek"/>
157       <choice value="pizza" text="Pizza"/>
158       <choice value="sandwich" text="Sandwich"/>
159       <choice value="sea_food" text="Sea Food"/>
160       <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
161     </input>
162   </inputSet>
163
164   <!-- Roads -->
165
166   <inputSet id="majorRoad">
167     <inputSet ref="names"/>
168     <inputSet ref="roadRefs"/>
169     <inputSet ref="roadRestrictions"/>
170     <inputSet ref="roadPhysical"/>
171     <inputSet ref="cycle"/>
172     <inputSet ref="bicycle-lane"/>
173     <inputSet ref="bus-route"/>
174     <inputSet ref="pedestrians"/>
175     <inputSet ref="roadLanes"/>
176     <inputSet ref="roadRoundabout"/>
177     <inputSet ref="permissions"/>
178   </inputSet>
179
180   <inputSet id="minorRoad">
181     <inputSet ref="names"/>
182     <inputSet ref="roadRestrictions"/>
183     <inputSet ref="roadPhysical"/>
184     <inputSet ref="cycle"/>
185     <inputSet ref="bicycle-lane"/>
186     <inputSet ref="bus-route"/>
187     <inputSet ref="pedestrians"/>
188     <inputSet ref="roadLanes"/>
189     <inputSet ref="roadRoundabout"/>
190     <inputSet ref="permissions"/>
191   </inputSet>
192
193   <inputSet id="path">
194     <inputSet ref="simpleName"/>
195     <inputSet ref="roadPhysical"/>
196     <inputSet ref="cycle"/>
197     <inputSet ref="ldp"/>
198     <inputSet ref="pedestrians"/>
199     <inputSet ref="permissions"/>
200   </inputSet>
201
202   <inputSet id="junctionNode">
203     <inputSet ref="turnRestrictions"/>
204   </inputSet>
205
206   <inputSet id="roadRefs">
207     <input type="freetext" presence="always"
208         name="Reference" category="Naming" priority="high"
209         key="ref" description="The official reference number"/>
210     <input type="freetext" presence="onTagMatch"
211         name="International Reference" category="Naming"
212         key="int_ref" description="The official international reference number"/>
213     <input type="freetext" presence="onTagMatch"
214         name="Old Reference" category="Naming" priority="low"
215         key="old_ref" description="The historic or previous reference number"/>
216   </inputSet>
217
218   <inputSet id="roadPhysical">
219     <input type="freetext" presence="onTagMatch"
220         name="Width" category="Physical"
221         key="width" description="Width of the road" layout="horizontal"/>
222     <input type="choice" presence="onTagMatch"
223         name="Surface" category="Physical" description="Type of road surface"
224         key="surface" layout="horizontal">
225       <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
226       <choice value="paved" text="Paved" description="Road surface is sealed"/>
227       <choice value="asphalt" text="Asphalt"/>
228       <choice value="concrete" text="Concrete"/>
229       <choice value="paving_stones" text="Paving stones"/>
230       <choice value="cobblestone" text="Cobblestone"/>
231       <choice value="sand" text="Sand"/>
232       <choice value="gravel" text="Gravel"/>
233       <choice value="dirt" text="Dirt"/>
234       <choice value="grass" text="Grass"/>
235     </input>
236     <inputSet ref="bridge"/>
237     <inputSet ref="tunnel"/>
238     <inputSet ref="embankment-cutting"/>
239     <!-- not sure which category best suits put area=yes -->
240     <input type="checkbox" presence="onTagMatch" category="Restrictions" key="area" name="Open area" description="The way is a large open space, like at a dock, where vehicles can move anywhere within the space, rather than just along the edge." />
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" desciption="Cycling is not allowed. Pushing your bicycle is not allowed either."/>
443       <choice value="yes" text="Allowed"/>
444       <choice value="dismount" text="Cyclists dismount" description="Signage states that cyclists should dismount and push their bike for the selected path or road."/>
445       <choice value="designated" text="Designated"/>
446       <choice value="private" text="Private"/>
447       <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
448     </input>
449   </inputSet>
450
451   <inputSet id="bicycle-lane">
452     <input type="choice"
453         name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
454         key="cycleway" layout="horizontal">
455       <choice value="no" text="No bike lanes"/>
456       <choice value="lane" text="On-road bike lane" description="Separated by painted line"/>
457       <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
458       <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
459       <choice value="opposite_track" text="Contraflow track" description="Separated by kerb or parked cars, and allowing bicycles in both directions in an otherwise one-way street."/>
460       <choice value="opposite" text="Contraflow unmarked" description="The route may be cycled in the direction opposite of other traffic, but does not have a dedicated lane."/>
461       <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
462     </input>
463   </inputSet>
464
465   <inputSet id="ldp">
466     <input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
467       <match k="type" v="route"/>
468       <match k="network" v="nwn"/>
469       <icon background="red" foreground="white">
470         <font size="14pt"><b>${ref}</b></font><br/>
471         <font size="12pt">${name}</font>
472       </icon>
473     </input>
474     <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
475       <match k="type" v="route"/>
476       <match k="network" v="rwn"/>
477       <icon background="cyan" foreground="white">
478         <font size="14pt"><b>${ref}</b></font><br/>
479         <font size="12pt">${name}</font>
480       </icon>
481     </input>
482     <input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
483       <match k="type" v="route"/>
484       <match k="network" v="lwn"/>
485       <icon background="blue" foreground="white">
486         <font size="14pt"><b>${ref}</b></font><br/>
487         <font size="12pt">${name}</font>
488       </icon>
489     </input>
490   </inputSet>
491
492   <inputSet id="route">
493     <inputSet ref="names"/>
494     <inputSet ref="roadRefs"/>
495   </inputSet>
496
497   <inputSet id="waterways">
498     <input type="freetext" presence="always" name="Name" category="Naming" key="name" description="The name"/>
499     <input type="freetext" presence="always" name="Width" category="Properties" key="width" description="The width in metres"/>
500     <inputSet ref="boatPermissions"/>
501   </inputSet>
502 <!-- Would be good to have a dedicated 'access' type of input -->
503   <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
504   <inputSet id="boatPermissions">
505     <input type="choice" name="Boat permission" category="Permission" key="boat" description="Are boats allowed to use this waterway?">
506       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
507       <choice value="yes" text="Allowed" description="General right of way."/>
508       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
509       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
510       <choice value="no" text="Prohibited" description="No access to the public."/>
511     </input>
512   </inputSet>
513
514   <inputSet id="permissions">
515     <input type="choice" name="General access" category="Permission" key="access" description="Is there a general right of access, regardless of mode of transport?">
516       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
517       <choice value="yes" text="Allowed" description="General right of way."/>
518       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
519       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
520       <choice value="no" text="Prohibited" description="No access to the public."/>
521     </input>
522
523     <input type="choice" name="Motor vehicles" category="Permission" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
524       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
525       <choice value="yes" text="Allowed" description="General right of way."/>
526       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
527       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
528       <choice value="no" text="Prohibited" description="No access to the public."/>
529     </input>
530
531     <input type="choice" name="Horses" category="Permission" key="horse" description="Are cars and other private vehicles allowed?">
532       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
533       <choice value="yes" text="Allowed" description="General right of way."/>
534       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
535       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
536       <choice value="no" text="Prohibited" description="No access to the public."/>
537     </input>
538
539   </inputSet>
540
541   <inputSet id="places">
542     <input type="choice" name="Type of Place" presence="always" key="place">
543       <choice value="locality" text="Locality"/>
544       <choice value="hamlet" text="Hamlet"/>
545       <choice value="village" text="Village"/>
546       <choice value="suburb" text="Suburb"/>
547       <choice value="town" text="Town"/>
548       <choice value="city" text="City"/>
549       <choice value="county" text="County"/>
550       <choice value="region" text="Region"/>
551       <choice value="state" text="State"/>
552       <choice value="country" text="Country"/>
553       <choice value="continent" text="Continent"/>
554       <choice value="island" text="Island"/>
555       <choice value="islet" text="Islet"/>
556     </input>
557   </inputSet>
558
559   <!-- ************************************************************************
560        Roads
561        ************************************************************************ -->
562
563   <feature name="Motorway">
564     <category>roads</category>
565     <icon image="features/highway__motorway.png">
566       <font size="16pt"><b>${ref}</b></font><br/>
567     </icon>
568     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmotorway</help>
569
570     <line/>
571     <tag k="highway" v="motorway"/>
572
573     <inputSet ref="majorRoad"/>
574     <inputSet ref="common"/>
575   </feature>
576
577   <feature name="Motorway link">
578     <category>roads</category>
579     <icon image="features/highway__motorway_link.png"/>
580     <line/>
581     <tag k="highway" v="motorway_link"/>
582
583     <inputSet ref="majorRoad"/>
584     <inputSet ref="common"/>
585   </feature>
586
587   <feature name="Trunk road">
588     <category>roads</category>
589     <icon image="features/highway__trunk.png">
590       <font size="16pt"><b>${ref}</b></font><br/>
591       <font size="10pt">${name}</font>
592     </icon>
593     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrunk</help>
594
595     <line/>
596     <tag k="highway" v="trunk"/>
597
598     <inputSet ref="majorRoad"/>
599     <inputSet ref="common"/>
600   </feature>
601
602   <feature name="Trunk link">
603     <category>roads</category>
604     <icon image="features/highway__trunk_link.png"/>
605     <line/>
606     <tag k="highway" v="trunk_link"/>
607
608     <inputSet ref="majorRoad"/>
609     <inputSet ref="common"/>
610   </feature>
611
612   <feature name="Primary road">
613     <category>roads</category>
614     <icon image="features/highway__primary.png">
615       <font size="16pt"><b>${ref}</b></font><br/>
616       <font size="10pt">${name}</font>
617     </icon>
618     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary</help>
619
620     <line/>
621     <tag k="highway" v="primary"/>
622
623     <inputSet ref="majorRoad"/>
624     <inputSet ref="common"/>
625   </feature>
626
627   <feature name="Primary link">
628     <category>roads</category>
629     <icon image="features/highway__primary_link.png">
630       <font size="16pt"><b>${ref}</b></font><br/>
631       <font size="10pt">${name}</font>
632     </icon>
633     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dprimary_link</help>
634
635     <line/>
636     <tag k="highway" v="primary_link"/>
637
638     <inputSet ref="majorRoad"/>
639     <inputSet ref="common"/>
640   </feature>
641
642
643   <feature name="Secondary road">
644     <category>roads</category>
645     <icon image="features/highway__secondary.png">
646       <font size="16pt"><b>${ref}</b></font><br/>
647       <font size="10pt">${name}</font>
648     </icon>
649     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary</help>
650
651     <line/>
652     <tag k="highway" v="secondary"/>
653
654     <inputSet ref="majorRoad"/>
655     <inputSet ref="common"/>
656   </feature>
657
658   <feature name="Secondary link">
659     <category>roads</category>
660     <icon image="features/highway__secondary_link.png">
661       <font size="16pt">
662         <b>${ref}</b>
663       </font>
664       <br/>
665       <font size="10pt">${name}</font>
666     </icon>
667     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsecondary_link</help>
668
669     <line/>
670     <tag k="highway" v="secondary_link"/>
671
672     <inputSet ref="majorRoad"/>
673     <inputSet ref="common"/>
674   </feature>
675
676
677
678   <feature name="Tertiary road">
679     <category>roads</category>
680     <icon image="features/highway__tertiary.png">
681       <font size="14pt"><b>${name}</b></font><br/>
682       <font size="10pt">${ref}</font>
683     </icon>
684     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary</help>
685
686     <line/>
687     <tag k="highway" v="tertiary"/>
688
689     <inputSet ref="majorRoad"/>
690     <inputSet ref="common"/>
691   </feature>
692
693   <feature name="Tertiary link">
694     <category>roads</category>
695     <icon image="features/highway__tertiary_link.png">
696       <font size="14pt"><b>${name}</b></font><br/>
697       <font size="10pt">${ref}</font>
698     </icon>
699     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dtertiary_link</help>
700
701     <line/>
702     <tag k="highway" v="tertiary_link"/>
703
704     <inputSet ref="majorRoad"/>
705     <inputSet ref="common"/>
706   </feature>
707
708
709   <feature name="Minor road">
710     <category>roads</category>
711     <icon image="features/highway__unclassified.png">
712       <font size="14pt"><b>${name}</b></font>
713     </icon>
714     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dunclassified</help>
715
716     <line/>
717     <tag k="highway" v="unclassified"/>
718
719     <inputSet ref="minorRoad"/>
720     <inputSet ref="common"/>
721   </feature>
722
723   <feature name="Residential road">
724     <category>roads</category>
725     <icon image="features/highway__residential.png">
726       <font size="14pt">
727         <b>${name}</b>
728       </font>
729       <br/>
730       <font size="8pt">${postal_code}</font>
731       <br/>
732     </icon>
733     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dresidential</help>
734
735     <line/>
736     <tag k="highway" v="residential"/>
737
738     <inputSet ref="minorRoad"/>
739     <inputSet ref="common"/>
740   </feature>
741
742   <feature name="Service road">
743     <category>roads</category>
744     <icon image="features/highway__service.png">
745       <font size="14pt"><b>${name}</b></font>
746     </icon>
747     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dservice</help>
748     <description>
749       Access roads
750     </description>
751
752     <line/>
753     <tag k="highway" v="service"/>
754
755     <inputSet ref="minorRoad"/>
756     <input type="choice" presence="always" name="Type of service road" key="service" category="">
757       <choice value="alley" text="Alleyway/laneway"/>
758       <choice value="parking_aisle" text="Parking aisle" description="The path that cars drive on through a parking lot."/>
759       <choice value="driveway" text="Driveway"/>
760       <choice value="drive-through" text="Drive-through" description="For drive-through restaurants, bottle shops etc."/>
761       <choice value="emergency_access" text="Emergency access" description="For firefighters and other emergency services."/>
762     </input>
763     <inputSet ref="common"/>
764   </feature>
765
766   <feature name="Unknown road">
767     <category>roads</category>
768     <icon image="features/highway__unknown.png">
769       <font size="10pt">This road has not been given a specific type. It's a road, and that's all that's known.</font>
770     </icon>
771
772     <line/>
773     <tag k="highway" v="road"/>
774
775     <inputSet ref="minorRoad"/>
776     <inputSet ref="common"/>
777   </feature>
778
779   <feature name="Living Street">
780     <category>roads</category>
781     <icon image="features/highway__living_street.png">
782       <font size="14pt"><b>${name}</b></font>
783     </icon>
784     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dliving_street</help>
785
786     <line/>
787     <tag k="highway" v="living_street"/>
788
789     <inputSet ref="minorRoad"/>
790     <inputSet ref="common"/>
791   </feature>
792
793   <feature name="Track">
794     <category>roads</category>
795     <icon image="features/highway__track.png">
796       <font size="14pt"><b>${name}</b></font>
797     </icon>
798
799     <line/>
800     <tag k="highway" v="track"/>
801
802     <inputSet ref="path"/>
803     <inputSet ref="common"/>
804   </feature>
805
806
807   <!-- ************************************************************************
808        Paths
809        ************************************************************************ -->
810
811   <feature name="Footpath">
812     <category>paths</category>
813     <icon image="features/paths__footway.png">
814       ${name} <i>${ref}</i>
815     </icon>
816
817     <line/>
818     <tag k="highway" v="footway"/>
819     <inputSet ref="path"/>
820     <inputSet ref="common"/>
821   </feature>
822
823   <feature name="Cycle path">
824     <category>paths</category>
825     <icon image="features/paths__bike.png">
826       ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
827     </icon>
828
829     <line/>
830     <tag k="highway" v="cycleway"/>
831     <inputSet ref="path"/>
832     <inputSet ref="common"/>
833   </feature>
834
835   <feature name="Pedestrian street">
836     <category>paths</category>
837     <icon image="features/paths__pedestrian.png">
838       <font size="14pt">
839         <b>${name}</b>
840       </font>
841     </icon>
842
843     <tag k="highway" v="pedestrian"/>
844     <!-- pedestrian roads can be lines or areas, with different tags -->
845     <!-- TODO - implement this! -->
846     <line>
847       <tag k="highway" v="pedestrian"/>
848     </line>
849     <area>
850       <tag k="highway" v="pedestrian"/>
851       <tag k="area" v="yes"/>
852     </area>
853     <inputSet ref="minorRoad"/>
854     <inputSet ref="common"/>
855   </feature>
856
857   <feature name="Bridleway">
858     <category>paths</category>
859     <icon image="features/paths__bridleway.png">
860     </icon>
861
862     <line/>
863     <tag k="highway" v="bridleway"/>
864     <inputSet ref="path"/>
865     <inputSet ref="common"/>
866   </feature>
867
868   <feature name="Steps">
869     <category>paths</category>
870     <icon image="features/paths__steps.png">
871     </icon>
872     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
873
874     <line/>
875     <tag k="highway" v="steps"/>
876     <inputSet ref="path"/>
877     <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
878     <inputSet ref="common"/>
879   </feature>
880
881   <!-- ************************************************************************
882        Natural
883        ************************************************************************ -->
884
885   <feature name="Park">
886     <category>natural</category>
887     <icon image="icons/natural_blank.png">
888       <b>${name}</b>
889       <br/>
890     </icon>
891
892     <area/>
893     <tag k="leisure" v="park"/>
894     <inputSet ref="common"/>
895   </feature>
896
897   <feature name="Forest">
898     <category>natural</category>
899     <icon image="icons/natural_blank.png"/>
900
901     <area/>
902     <tag k="landuse" v="forest"/>
903     <inputSet ref="common"/>
904   </feature>
905
906   <feature name="Meadow">
907     <category>natural</category>
908     <icon image="icons/natural_blank.png"/>
909
910     <area/>
911     <tag k="landuse" v="meadow"/>
912     <inputSet ref="common"/>
913   </feature>
914
915
916   <!-- ************************************************************************
917        Barrier
918        ************************************************************************ -->
919
920   <feature name="Wall">
921     <category>barrier</category>
922     <icon image="features/barrier_generic.png"/>
923     <icon>
924     </icon>
925     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dwall</help>
926
927     <line/>
928     <tag k="barrier" v="wall"/>
929     <inputSet ref="common"/>
930   </feature>
931
932   <feature name="Ditch">
933     <category>barrier</category>
934     <icon image="features/barrier_generic.png"/>
935     <icon>
936     </icon>
937     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dditch</help>
938
939     <line/>
940     <tag k="barrier" v="ditch"/>
941     <inputSet ref="common"/>
942   </feature>
943
944   <feature name="Retaining wall">
945     <category>barrier</category>
946     <icon image="features/barrier_generic.png"/>
947     <icon>
948     </icon>
949     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dretaining_wall</help>
950
951     <line/>
952     <tag k="barrier" v="retaining_wall"/>
953     <inputSet ref="common"/>
954   </feature>
955
956   <feature name="City wall">
957     <category>barrier</category>
958     <icon image="features/barrier_generic.png"/>
959     <icon>
960     </icon>
961     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcity_wall</help>
962
963     <line/>
964     <tag k="barrier" v="city_wall"/>
965     <inputSet ref="common"/>
966   </feature>
967
968
969   <feature name="Fence">
970     <category>barrier</category>
971     <icon image="features/barrier_generic.png"/>
972     <icon>
973     </icon>
974     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dfence</help>
975
976     <line/>
977     <tag k="barrier" v="fence"/>
978     <inputSet ref="common"/>
979   </feature>
980
981
982   <feature name="Hedge">
983     <category>barrier</category>
984     <icon image="features/barrier_generic.png"/>
985     <icon>
986     </icon>
987     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dhedge</help>
988
989     <line/>
990     <tag k="barrier" v="hedge"/>
991     <inputSet ref="common"/>
992   </feature>
993
994
995
996   <!-- ************************************************************************
997        Waterways
998        ************************************************************************ -->
999
1000   <feature name="Stream">
1001     <category>water</category>
1002     <description>A very narrow river.</description>
1003     <icon image="features/waterway__stream.png">
1004       <font size="14pt">
1005         <b>${name}</b>
1006       </font>
1007     </icon>
1008
1009     <line/>
1010     <tag k="waterway" v="stream"/>
1011     <inputSet ref="waterways"/>
1012     <inputSet ref="common"/>
1013   </feature>
1014
1015
1016   <feature name="River">
1017     <category>water</category>
1018     <icon image="features/waterway__river.png">
1019       <font size="14pt"><b>${name}</b></font>
1020     </icon>
1021
1022     <line/>
1023     <tag k="waterway" v="river"/>
1024     <inputSet ref="waterways"/>
1025     <inputSet ref="common"/>
1026   </feature>
1027
1028
1029   <feature name="Canal">
1030     <category>water</category>
1031     <icon image="features/waterway__canal.png">
1032       <font size="14pt">
1033         <b>${name}</b>
1034       </font>
1035     </icon>
1036
1037     <line/>
1038     <tag k="waterway" v="canal"/>
1039     <inputSet ref="waterways"/>
1040     <inputSet ref="tunnel"/>
1041     <inputSet ref="common"/>
1042   </feature>
1043
1044
1045   <feature name="Drain">
1046     <category>water</category>
1047     <icon image="features/waterway__drain.png">
1048       <font size="14pt"><b>${name}</b></font>
1049     </icon>
1050
1051     <line/>
1052     <tag k="waterway" v="drain"/>
1053     <inputSet ref="tunnel"/>
1054     <inputSet ref="common"/>
1055   </feature>
1056
1057
1058   <feature name="Dam">
1059     <!-- Moved to "barrier" because this describes the dam wall, not the water. -->
1060     <category>barrier</category>
1061     <icon image="features/waterway__dam.png">
1062       <font size="14pt">
1063         <b>${name}</b>
1064       </font>
1065     </icon>
1066
1067     <line/>
1068     <area/>
1069     <tag k="waterway" v="dam"/>
1070     <inputSet ref="common"/>
1071   </feature>
1072
1073
1074   <feature name="Riverbank">
1075     <category>water</category>
1076     <icon image="features/pois/water_generic.24.png">
1077       <font size="14pt"><b>${name}</b></font>
1078     </icon>
1079
1080     <area/>
1081     <tag k="waterway" v="riverbank"/>
1082     <inputSet ref="common"/>
1083   </feature>
1084
1085
1086   <feature name="Reservoir">
1087     <category>water</category>
1088     <icon image="features/pois/water_generic.24.png">
1089       <font size="14pt">
1090         <b>${name}</b>
1091       </font>
1092     </icon>
1093
1094     <area/>
1095     <tag k="landuse" v="reservoir"/>
1096     <inputSet ref="boatPermissions"/>
1097     <inputSet ref="common"/>
1098   </feature>
1099
1100
1101   <feature name="Lake">
1102     <category>water</category>
1103     <icon image="features/pois/water_generic.24.png">
1104       <font size="14pt">
1105         <b>${name}</b>
1106       </font>
1107     </icon>
1108     <area/>
1109     <tag k="natural" v="water"/>
1110     <inputSet ref="names"/>
1111     <inputSet ref="boatPermissions"/>
1112     <inputSet ref="common"/>
1113   </feature>
1114
1115
1116   <feature name="Basin">
1117     <category>water</category>
1118     <icon image="features/pois/water_generic.24.png">
1119       <font size="14pt">
1120         <b>${name}</b>
1121       </font>
1122     </icon>
1123
1124     <area/>
1125     <tag k="landuse" v="basin"/>
1126     <inputSet ref="boatPermissions"/>
1127     <inputSet ref="common"/>
1128   </feature>
1129
1130
1131   <feature name="Weir">
1132     <category>water</category>
1133     <icon image="features/waterway__weir.png">
1134       <font size="14pt">
1135         <b>${name}</b>
1136       </font>
1137     </icon>
1138
1139     <line/>
1140     <point/>
1141     <tag k="waterway" v="weir"/>
1142     <inputSet ref="common"/>
1143   </feature>
1144
1145
1146
1147
1148   <feature name="Dock">
1149     <category>water</category>
1150     <icon image="features/pois/water_generic.24.png">
1151       <font size="14pt">
1152         <b>${name}</b>
1153       </font>
1154     </icon>
1155
1156     <area/>
1157     <tag k="waterway" v="dock"/>
1158     <inputSet ref="names"/>
1159     <inputSet ref="common"/>
1160   </feature>
1161
1162
1163   <feature name="Marina">
1164     <category>water</category>
1165     <icon image="features/pois/transport_marina.n.24.png">
1166       <font size="14pt">
1167         <b>${name}</b>
1168       </font>
1169     </icon>
1170
1171     <area/>
1172     <point/>
1173     <tag k="leisure" v="marina"/>
1174     <inputSet ref="names"/>
1175     <inputSet ref="common"/>
1176   </feature>
1177
1178
1179   <feature name="Slipway">
1180     <category>water</category>
1181     <icon image="features/waterway__slipway.png" />
1182     <line/>
1183     <tag k="leisure" v="slipway"/>
1184     <inputSet ref="names"/>
1185     <inputSet ref="common"/>
1186   </feature>
1187
1188   <feature name="Slipway">
1189     <category>water</category>
1190     <point />
1191     <tag k="leisure" v="slipway"/>
1192     <inputSet ref="names"/>
1193     <inputSet ref="common"/>
1194   </feature>
1195
1196   <feature name="Coastline">
1197     <category>water</category>
1198     <line/>
1199     <tag k="natural" v="coastline"/>
1200     <inputSet ref="common"/>
1201   </feature>
1202
1203   <!-- ************************************************************************
1204        Transport
1205        ************************************************************************ -->
1206
1207   <feature name="Railway line">
1208     <category>transport</category>
1209     <icon image="features/transport__railway.png">
1210       <font size="14pt">
1211         <b>${name}</b>
1212       </font>
1213     </icon>
1214
1215     <line/>
1216     <tag k="railway" v="rail"/>
1217     <inputSet ref="bridge"/>
1218     <inputSet ref="tunnel"/>
1219     <inputSet ref="embankment-cutting"/>
1220     <inputSet ref="rail-electrification"/>
1221     <inputSet ref="rail-usage"/>
1222     <inputSet ref="common"/>
1223   </feature>
1224
1225
1226   <feature name="Railway spur">
1227     <category>transport</category>
1228     <icon image="features/transport__railway.png">
1229       <font size="14pt">
1230         <b>${name}</b>
1231       </font>
1232     </icon>
1233
1234     <line/>
1235     <tag k="railway" v="rail"/>
1236     <tag k="service" v="spur"/>
1237     <inputSet ref="common"/>
1238   </feature>
1239
1240
1241   <feature name="Railway siding">
1242     <category>transport</category>
1243     <icon image="features/transport__railway.png">
1244       <font size="14pt">
1245         <b>${name}</b>
1246       </font>
1247     </icon>
1248
1249     <line/>
1250     <tag k="railway" v="rail"/>
1251     <tag k="service" v="siding"/>
1252     <inputSet ref="common"/>
1253   </feature>
1254
1255
1256   <feature name="Preserved line">
1257     <category>transport</category>
1258     <icon image="features/transport__railway.png">
1259       <font size="14pt"><b>${name}</b></font>
1260     </icon>
1261
1262     <line/>
1263     <tag k="railway" v="preserved"/>
1264     <inputSet ref="common"/>
1265   </feature>
1266
1267
1268   <feature name="Disused tracks">
1269     <category>transport</category>
1270     <icon image="features/transport__railway_disused.png">
1271       <font size="14pt">
1272         <b>${name}</b>
1273       </font>
1274     </icon>
1275
1276     <line/>
1277     <tag k="railway" v="disused"/>
1278     <inputSet ref="common"/>
1279   </feature>
1280
1281
1282   <feature name="Old trackbed">
1283     <category>transport</category>
1284     <icon image="features/transport__railway_abandoned.png">
1285       <font size="14pt"><b>${name}</b></font>
1286     </icon>
1287
1288     <line/>
1289     <tag k="railway" v="abandoned"/>
1290     <inputSet ref="common"/>
1291   </feature>
1292
1293
1294   <feature name="Light rail line">
1295     <category>transport</category>
1296     <icon image="features/transport__tram.png">
1297       <font size="14pt">
1298         <b>${name}</b>
1299       </font>
1300     </icon>
1301
1302     <line/>
1303     <tag k="railway" v="light_rail"/>
1304     <inputSet ref="bridge"/>
1305     <inputSet ref="tunnel"/>
1306     <inputset ref="embankment-cutting"/>
1307     <inputSet ref="rail-electrification"/>
1308     <inputSet ref="common"/>
1309   </feature>
1310
1311
1312   <feature name="Tram line">
1313     <category>transport</category>
1314     <icon image="features/transport__tram.png">
1315       <font size="14pt"><b>${name}</b></font>
1316     </icon>
1317
1318     <line/>
1319     <tag k="railway" v="tram"/>
1320     <input ref="tram-route"/>
1321     <inputSet ref="bridge"/>
1322     <inputSet ref="tunnel"/>
1323     <inputset ref="embankment-cutting"/>
1324     <inputSet ref="rail-electrification"/>
1325     <inputSet ref="common"/>
1326   </feature>
1327
1328
1329   <feature name="Subway line">
1330     <category>transport</category>
1331     <icon image="features/transport__subway.png">
1332       <font size="14pt">
1333         <b>${name}</b>
1334       </font>
1335     </icon>
1336
1337     <line/>
1338     <tag k="railway" v="subway"/>
1339     <inputSet ref="bridge"/>
1340     <inputSet ref="tunnel"/>
1341     <inputset ref="embankment-cutting"/>
1342     <inputSet ref="rail-electrification"/>
1343     <inputSet ref="common"/>
1344   </feature>
1345
1346
1347   <feature name="Railway platform">
1348     <category>transport</category>
1349     <icon image="features/transport__railway_platform.png"/>
1350     <line/>
1351     <area/>
1352     <tag k="railway" v="platform"/>
1353     <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The number of the platform" priority="low"/>
1354     <inputSet ref="common"/>
1355   </feature>
1356
1357
1358   <feature name="Bus station">
1359     <category>transport</category>
1360     <icon image="icons/transport_blank.png">
1361       <b>${name} ${addr:housename}</b><br/>
1362       ${addr:housenumber} ${addr:street} ${addr:postcode}
1363     </icon>
1364
1365     <area/>
1366     <tag k="amenity" v="bus_station"/>
1367     <tag k="building" v="yes"/>
1368     <inputSet ref="names"/>
1369     <inputSet ref="buildingAddress"/>
1370     <inputSet ref="common"/>
1371   </feature>
1372
1373
1374   <feature name="Airport">
1375     <category>transport</category>
1376     <icon image="icons/transport_airport_48.png"/>
1377     <tag k="aeroway" v="aerodrome"/>
1378     <area/>
1379     <point/>
1380     <inputSet ref="names"/>
1381     <input type="freetext" presence="always" category="Naming" name="International Air Transport Association (IATA) airport code" key="ref"/>
1382     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1383     <inputSet ref="common"/>
1384   </feature>
1385
1386
1387   <feature name="Airport terminal">
1388     <category>transport</category>
1389     <icon image="features/pois/transport_airport_terminal.n.24.png"/>
1390     <tag k="aeroway" v="terminal"/>
1391     <area/>
1392     <point/>
1393     <inputSet ref="names"/>
1394     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1395     <inputSet ref="common"/>
1396   </feature>
1397
1398
1399   <feature name="Helipad">
1400     <category>transport</category>
1401     <icon image="icons/transport_helipad_48.png"/>
1402     <tag k="aeroway" v="helipad"/>
1403     <area/>
1404     <point/>
1405     <inputSet ref="names"/>
1406     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1407     <inputSet ref="common"/>
1408   </feature>
1409
1410
1411   <feature name="Airport runway">
1412     <category>transport</category>
1413     <icon image="icons/transport_blank.png"/>
1414     <tag k="aeroway" v="runway"/>
1415     <line/>
1416     <inputSet ref="names"/>
1417     <input type="freetext" presence="always" category="Naming" name="Runway number (01-36)" key="ref"/>
1418     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1419     <inputSet ref="common"/>
1420   </feature>
1421
1422
1423   <feature name="Airport taxiway">
1424     <category>transport</category>
1425     <icon image="icons/transport_blank.png"/>
1426     <tag k="aeroway" v="taxiway"/>
1427     <line/>
1428     <inputSet ref="names"/>
1429     <input type="freetext" presence="always" category="Naming" name="Taxiway number" key="ref" />
1430     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1431     <inputSet ref="common"/>
1432   </feature>
1433
1434
1435   <feature name="Airport apron">
1436     <category>transport</category>
1437     <icon image="icons/transport_blank.png"/>
1438     <tag k="aeroway" v="apron"/>
1439     <area/>
1440     <inputSet ref="names"/>
1441     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1442     <inputSet ref="common"/>
1443   </feature>
1444
1445
1446   <feature name="Airport gate">
1447     <category>transport</category>
1448     <icon image="features/pois/transport_airport_gate.n.24.png"/>
1449     <tag k="aeroway" v="gate"/>
1450     <point/>
1451     <input type="freetext" presence="always" category="Naming" name="Gate number" key="ref"/>
1452     <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
1453     <inputSet ref="common"/>
1454   </feature>
1455
1456
1457   <!-- ************************************************************************
1458        Buildings
1459        ************************************************************************ -->
1460
1461   <feature name="School">
1462     <category>buildings</category>
1463     <icon image="features/pois/education_school.n.24.png">
1464       <b>${name} ${addr:housename}</b><br/>
1465       ${addr:housenumber} ${addr:street} ${addr:postcode}
1466     </icon>
1467
1468     <area/>
1469     <tag k="amenity" v="school"/>
1470     <tag k="building" v="yes"/>
1471     <inputSet ref="names"/>
1472     <inputSet ref="buildingAddress"/>
1473     <inputSet ref="common"/>
1474   </feature>
1475
1476
1477   <feature name="College">
1478     <category>buildings</category>
1479     <icon image="features/pois/education_university.n.24.png">
1480       <b>${name} ${addr:housename}</b><br/>
1481       ${addr:housenumber} ${addr:street} ${addr:postcode}
1482     </icon>
1483
1484     <area/>
1485     <tag k="amenity" v="college"/>
1486     <tag k="building" v="yes"/>
1487     <inputSet ref="names"/>
1488     <inputSet ref="buildingAddress"/>
1489     <inputSet ref="common"/>
1490   </feature>
1491
1492
1493   <feature name="Supermarket">
1494     <category>buildings</category>
1495     <icon image="features/pois/shopping_supermarket.n.24.png">
1496       <b>${name} ${addr:housename}</b><br/>
1497       ${addr:housenumber} ${addr:street} ${addr:postcode}
1498     </icon>
1499
1500     <area/>
1501     <tag k="shop" v="supermarket"/>
1502     <tag k="building" v="yes"/>
1503     <inputSet ref="names"/>
1504     <inputSet ref="buildingAddress"/>
1505     <inputSet ref="common"/>
1506   </feature>
1507
1508
1509   <feature name="Place of worship">
1510     <category>buildings</category>
1511     <icon image="icons/place_of_worship.png">
1512       <b>${name} ${addr:housename}</b><br/>
1513       ${addr:housenumber} ${addr:street} ${addr:postcode}
1514     </icon>
1515
1516     <area/>
1517     <tag k="amenity" v="place_of_worship"/>
1518     <tag k="building" v="yes"/>
1519     <inputSet ref="names"/>
1520     <inputSet ref="buildingAddress"/>
1521     <input type="choice" category="Religion" name="Religion" key="religion" description="The religion to which this place of worship belongs.">
1522       <choice value="christian" text="Christianity (church)"/>
1523       <choice value="jewish" text="Judaism (synagogue)"/>
1524     </input>
1525     <inputSet ref="common"/>
1526   </feature>
1527
1528
1529   <feature name="Public building">
1530     <category>buildings</category>
1531     <icon image="features/pois/building_generic.png">
1532       <b>${name} ${addr:housename}</b><br/>
1533       ${addr:housenumber} ${addr:street} ${addr:postcode}
1534     </icon>
1535
1536     <area/>
1537     <tag k="amenity" v="public_building"/>
1538     <tag k="building" v="yes"/>
1539     <inputSet ref="names"/>
1540     <inputSet ref="buildingAddress"/>
1541     <inputSet ref="common"/>
1542   </feature>
1543
1544
1545   <feature name="Hospital">
1546     <category>buildings</category>
1547     <icon image="features/pois/health_hospital.n.24.png">
1548       <b>${name} ${addr:housename}</b><br/>
1549       ${addr:housenumber} ${addr:street} ${addr:postcode}
1550     </icon>
1551
1552     <area/>
1553     <tag k="amenity" v="hospital"/>
1554     <tag k="building" v="yes"/>
1555     <inputSet ref="names"/>
1556     <inputSet ref="buildingAddress"/>
1557     <inputSet ref="common"/>
1558   </feature>
1559
1560
1561   <feature name="University">
1562     <category>buildings</category>
1563     <icon image="features/pois/education_university.n.24.png">
1564       <b>${name} ${addr:housename}</b><br/>
1565       ${addr:housenumber} ${addr:street} ${addr:postcode}
1566     </icon>
1567
1568     <area/>
1569     <tag k="amenity" v="university"/>
1570     <tag k="building" v="yes"/>
1571     <inputSet ref="names"/>
1572     <inputSet ref="buildingAddress"/>
1573     <inputSet ref="common"/>
1574   </feature>
1575
1576
1577   <feature name="Attraction">
1578     <category>buildings</category>
1579     <icon image="features/pois/tourist_attraction.n.24.png">
1580       <b>${name} ${addr:housename}</b><br/>
1581       ${addr:housenumber} ${addr:street} ${addr:postcode}
1582     </icon>
1583
1584     <area/>
1585     <tag k="tourism" v="attraction"/>
1586     <tag k="building" v="yes"/>
1587     <inputSet ref="names"/>
1588     <inputSet ref="buildingAddress"/>
1589     <inputSet ref="common"/>
1590   </feature>
1591
1592
1593   <feature name="Museum">
1594     <category>buildings</category>
1595     <icon image="features/pois/tourist_museum.n.24.png">
1596       <b>${name} ${addr:housename}</b><br/>
1597       ${addr:housenumber} ${addr:street} ${addr:postcode}
1598     </icon>
1599
1600     <area/>
1601     <tag k="tourism" v="museum"/>
1602     <tag k="building" v="yes"/>
1603     <inputSet ref="names"/>
1604     <inputSet ref="buildingAddress"/>
1605     <inputSet ref="common"/>
1606   </feature>
1607
1608
1609   <feature name="Zoo">
1610     <category>buildings</category>
1611     <icon image="features/pois/tourist_zoo.n.24.png">
1612       <b>${name} ${addr:housename}</b><br/>
1613       ${addr:housenumber} ${addr:street} ${addr:postcode}
1614     </icon>
1615
1616     <area/>
1617     <tag k="tourism" v="zoo"/>
1618     <tag k="building" v="yes"/>
1619     <inputSet ref="names"/>
1620     <inputSet ref="buildingAddress"/>
1621     <inputSet ref="common"/>
1622   </feature>
1623
1624
1625   <feature name="Stadium">
1626     <category>buildings</category>
1627     <icon image="icons/tourist_blank.png">
1628       <b>${name} ${addr:housename}</b><br/>
1629       ${addr:housenumber} ${addr:street} ${addr:postcode}
1630     </icon>
1631
1632     <area/>
1633     <tag k="leisure" v="stadium"/>
1634     <inputSet ref="names"/>
1635     <inputSet ref="buildingAddress"/>
1636     <inputSet ref="common"/>
1637   </feature>
1638
1639
1640   <feature name="Building">
1641     <category>buildings</category>
1642     <icon image="features/pois/building_generic.png">
1643       <b>${name} ${addr:housename}</b><br/>
1644       ${addr:housenumber} ${addr:street} ${addr:postcode}
1645     </icon>
1646
1647     <area/>
1648     <!-- <tag k="building" v="*"/> -->
1649     <tag k="building" v="yes"/>
1650     <inputSet ref="names"/>
1651     <inputSet ref="buildingAddress"/>
1652     <inputSet ref="common"/>
1653   </feature>
1654
1655
1656   <feature name="Sports centre">
1657     <category>buildings</category>
1658     <icon >
1659       <b>${name} ${addr:housename}</b><br/>
1660       ${addr:housenumber} ${addr:street} ${addr:postcode}
1661     </icon>
1662
1663     <area/>
1664     <point/>
1665     <tag k="leisure" v="sports_centre"/>
1666     <inputSet ref="names"/>
1667     <inputSet ref="buildingAddress"/>
1668     <inputSet ref="pitchSport"/>
1669     <inputSet ref="common"/>
1670   </feature>
1671
1672
1673
1674   <!-- ************************************************************************
1675        Landuse
1676        ************************************************************************ -->
1677
1678   <feature name="Industrial Area">
1679     <category>landuse</category>
1680     <area/>
1681     <icon image="features/pois/building_generic.png">
1682       <b>${name}</b>
1683     </icon>
1684     <tag k="landuse" v="industrial"/>
1685     <inputSet ref="simpleName"/>
1686     <inputSet ref="common"/>
1687   </feature>
1688
1689
1690   <feature name="Offices">
1691     <category>landuse</category>
1692     <area/>
1693     <icon image="features/pois/building_generic.png">
1694       <b>${name}</b>
1695     </icon>
1696     <tag k="landuse" v="commercial"/>
1697     <inputSet ref="simpleName"/>
1698     <inputSet ref="common"/>
1699   </feature>
1700
1701   <feature name="Residential Area">
1702     <category>landuse</category>
1703     <area/>
1704     <icon image="features/pois/building_generic.png">
1705       <b>${name}</b>
1706     </icon>
1707     <tag k="landuse" v="residential"/>
1708     <inputSet ref="simpleName"/>
1709     <inputSet ref="common"/>
1710   </feature>
1711
1712   <feature name="Retail Area">
1713     <category>landuse</category>
1714     <area/>
1715     <icon image="features/pois/building_generic.png">
1716       <b>${name}</b>
1717     </icon>
1718     <tag k="landuse" v="retail"/>
1719     <inputSet ref="simpleName"/>
1720     <inputSet ref="common"/>
1721   </feature>
1722
1723   <feature name="Construction Site">
1724     <category>landuse</category>
1725     <area/>
1726     <icon image="features/pois/building_generic.png">
1727       <b>${name}</b>
1728     </icon>
1729     <tag k="landuse" v="construction"/>
1730     <inputSet ref="simpleName"/>
1731     <inputSet ref="common"/>
1732   </feature>
1733
1734
1735   <feature name="Marketplace">
1736     <category>landuse</category>
1737     <area/>
1738     <icon image="features/pois/shopping_greengrocer.n.24.png">
1739       <b>${name}</b>
1740     </icon>
1741     <tag k="amenity" v="marketplace"/>
1742     <inputSet ref="simpleName"/>
1743     <inputSet ref="common"/>
1744   </feature>
1745
1746
1747   <feature name="Cemetery">
1748     <category>landuse</category>
1749     <area/>
1750     <icon image="features/pois/place_of_worship_unknown3.n.24.png">
1751       <b>${name}</b>
1752     </icon>
1753     <tag k="landuse" v="cemetery"/>
1754     <inputSet ref="simpleName"/>
1755     <inputSet ref="common"/>
1756   </feature>
1757
1758
1759   <feature name="Quarry">
1760     <category>landuse</category>
1761     <icon image="features/pois/poi_mine.n.24.png"/>
1762     <area/>
1763     <tag k="landuse" v="quarry"/>
1764     <inputSet ref="simpleName"/>
1765     <inputSet ref="common"/>
1766   </feature>
1767
1768
1769   <feature name="Military">
1770     <category>landuse</category>
1771     <icon image="features/pois/poi_military_bunker.n.24.png"/>
1772     <area/>
1773     <tag k="landuse" v="military"/>
1774     <inputSet ref="simpleName"/>
1775     <inputSet ref="common"/>
1776   </feature>
1777
1778
1779   <feature name="Conservation">
1780     <category>natural</category>
1781     <icon image="icons/natural_blank.png"/>
1782     <area/>
1783     <tag k="landuse" v="conservation"/>
1784     <inputSet ref="simpleName"/>
1785     <inputSet ref="common"/>
1786   </feature>
1787
1788
1789
1790
1791
1792   <feature name="Playground">
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="playground"/>
1799     <inputSet ref="simpleName"/>
1800     <inputSet ref="common"/>
1801   </feature>
1802
1803
1804   <feature name="Golf course">
1805     <category>landuse</category>
1806     <area/>
1807     <icon  image="features/pois/sport_golf.n.24.png">
1808       <b>${name}</b>
1809     </icon>
1810     <tag k="leisure" v="golf_course"/>
1811     <inputSet ref="simpleName"/>
1812     <inputSet ref="common"/>
1813   </feature>
1814
1815
1816   <feature name="Recreation ground">
1817     <category>landuse</category>
1818     <area/>
1819     <icon image="features/pois/sport_leisure_centre.n.24.png">
1820       <b>${name}</b>
1821     </icon>
1822     <tag k="leisure" v="recreation_ground"/>
1823     <inputSet ref="simpleName"/>
1824     <inputSet ref="common"/>
1825   </feature>
1826
1827
1828   <feature name="Sports pitch">
1829     <category>landuse</category>
1830     <area/>
1831     <icon image="features/pois/sport_leisure_centre.n.24.png">
1832       <b>${name}</b>
1833     </icon>
1834     <tag k="leisure" v="pitch"/>
1835     <inputSet ref="simpleName"/>
1836     <inputSet ref="pitchSport"/>
1837     <inputSet ref="common"/>
1838   </feature>
1839
1840
1841   <inputSet id="pitchSport">
1842     <input name="Sport" presence="always" category="Sport" key="sport" type="choice" description="The sport that is predominantly played here.">
1843       <choice value="9pin" text="9 pin bowling"/>
1844       <choice value="10pin" text="10 pin bowling"/>
1845       <choice value="american_football" text="American football"/>
1846       <choice value="archery" text="Archery"/>
1847       <choice value="athletics" text="Athletics"/>
1848       <choice value="australian_football" text="Australian Rules Football"/>
1849       <choice value="baseball" text="Baseball"/>
1850       <choice value="basketball" text="Basketball"/>
1851       <choice value="beachvolleyball" text="Beach volleyball"/>
1852       <choice value="boules" text="Boules/petanque/bocci"/>
1853       <choice value="bowls" text="Lawn bowls"/>
1854       <choice value="canadian_football" text="Canadian football"/>
1855       <choice value="chess" text="Chess"/>
1856       <choice value="cricket" text="Cricket"/>
1857       <choice value="cricket_nets" text="Cricket nets"/>
1858       <choice value="croquet" text="Croquet"/>
1859       <choice value="equestrian" text="Equestrian"/>
1860       <choice value="gaelic_football" text="Gaelic football"/>
1861       <choice value="gymnastics" text="Gymnastics"/>
1862       <choice value="team_handball" text="(Team) handball"/>
1863       <choice value="hockey" text="(Field) hockey"/>
1864       <choice value="korfball" text="Korball"/>
1865       <choice value="pelota" text="Pelota"/>
1866       <choice value="rugby_league" text="Rugby league"/>
1867       <choice value="rugby_union" text="Rugby union"/>
1868       <choice value="shooting" text="Shooting"/>
1869       <choice value="skating" text="Ice skating"/>
1870       <choice value="skateboard" text="Skateboarding"/>
1871       <choice value="soccer" text="Soccer/football"/>
1872       <choice value="swimming" text="Swimming"/>
1873       <choice value="table_tennis" text="Table tennis"/>
1874       <choice value="tennis" text="Tennis"/>
1875       <choice value="volleyball" text="Volleyball"/>
1876     </input>
1877   </inputSet>
1878
1879   <feature name="Sports track">
1880     <category>landuse</category>
1881     <area/>
1882     <icon image="features/pois/sport_leisure_centre.n.24.png">
1883       <b>${name}</b>
1884     </icon>
1885     <tag k="leisure" v="track"/>
1886     <inputSet ref="simpleName"/>
1887     <inputSet ref="common"/>
1888   </feature>
1889
1890
1891   <!-- ************************************************************************
1892        Power
1893        ************************************************************************ -->
1894
1895   <feature name="High-voltage line">
1896     <category>power</category>
1897     <icon image="features/power_high.png"/>
1898     <line/>
1899     <tag k="power" v="line"/>
1900     <inputSet ref="powerCables"/>
1901     <inputSet ref="common"/>
1902   </feature>
1903
1904
1905   <feature name="Low-voltage line">
1906     <category>power</category>
1907     <icon image="features/power_low.png"/>
1908     <line/>
1909     <tag k="power" v="minor_line"/>
1910     <inputSet ref="powerCables"/>
1911     <inputSet ref="common"/>
1912   </feature>
1913
1914
1915   <feature name="High-voltage pylon">
1916     <category>power</category>
1917     <icon image="icons/power_tower_24.png"/>
1918     <point/>
1919     <tag k="power" v="tower"/>
1920     <inputSet ref="common"/>
1921   </feature>
1922
1923
1924   <feature name="Power pole">
1925     <category>power</category>
1926     <icon image="icons/power_pole_24.png"/>
1927     <point/>
1928     <tag k="power" v="pole"/>
1929     <inputSet ref="common"/>
1930   </feature>
1931
1932
1933   <feature name="Plant (station)">
1934     <category>power</category>
1935     <icon image="icons/power_blank.png"/>
1936     <area/>
1937     <point/>
1938     <tag k="power" v="generator"/>
1939     <inputSet ref="names"/>
1940     <input type="choice" presence="always"  name="Energy source" key="power_source" category="Power">
1941       <choice value="coal" text="Coal"/>
1942       <choice value="gas" text="Gas"/>
1943       <choice value="oil" text="Oil"/>
1944       <choice value="fossil" text="Unspecified fossil fuel"/>
1945       <choice value="hydro" text="Hydroelectric"/>
1946       <choice value="geothermal" text="Geothermal"/>
1947       <choice value="nuclear" text="Nuclear"/>
1948       <choice value="wind" text="Wind"/>
1949       <choice value="photovoltaic" text="Solar PV"/>
1950       <choice value="solar_thermal" text="Solar thermal"/>
1951       <choice value="biofuel" text="Biofuel"/>
1952     </input>
1953     <inputSet ref="common"/>
1954   </feature>
1955
1956
1957   <feature name="Substation">
1958     <category>power</category>
1959     <icon image="icons/power_blank.png"/>"
1960     <area/>
1961     <point/>
1962     <tag k="power" v="station"/>
1963     <inputSet ref="common"/>
1964   </feature>
1965
1966
1967   <feature name="Transformer">
1968     <category>power</category>
1969     <icon image="icons/power_blank.png"/>
1970     <area/>
1971     <point/>
1972     <tag k="power" v="sub_station"/>
1973     <inputSet ref="common"/>
1974   </feature>
1975
1976
1977   <inputSet id="powerCables">
1978     <input type="choice" name="Cables" key="cables" presence="always" category="Power">
1979       <choice value="2" text="2"/>
1980       <choice value="3" text="3"/>
1981       <choice value="4" text="4"/>
1982       <choice value="6" text="6"/>
1983       <choice value="8" text="8"/>
1984       <choice value="10" text="10"/>
1985       <choice value="12" text="12"/>
1986     </input>
1987     <input type="choice" name="Voltage" key="voltage" presence="always" category="Power">
1988       <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
1989       <choice value="400" text="400 V"/>
1990       <choice value="600" text="600 V"/>
1991       <choice value="750" text="750 V"/>
1992       <choice value="1500" text="1500 V"/>
1993       <choice value="3000" text="3000 V"/>
1994       <choice value="15000" text="15 kV"/>
1995       <choice value="20000" text="20 kV"/>
1996       <choice value="35000" text="35 kV"/>
1997       <choice value="110000" text="110 kV"/>
1998       <choice value="132000" text="132 kV"/>
1999       <choice value="138000" text="238 kV"/>
2000       <choice value="220000" text="220 kV"/>
2001       <choice value="380000" text="380 kV"/>
2002     </input>
2003   </inputSet>
2004
2005   <!-- Places -->
2006
2007
2008   <feature name="Hamlet">
2009     <category>places</category>
2010     <icon image="icons/place.png"/>
2011     <point/>
2012     <area/>
2013     <tag k="place" v="hamlet" />
2014     <inputSet ref="names"/>
2015     <inputSet ref="places"/>
2016     <inputSet ref="common"/>
2017   </feature>
2018
2019   <feature name="Village">
2020     <category>places</category>
2021     <icon image="icons/place.png"/>
2022     <point/>
2023     <area/>
2024     <tag k="place" v="village" />
2025     <inputSet ref="names"/>
2026     <inputSet ref="places"/>
2027     <inputSet ref="common"/>
2028   </feature>
2029
2030   <feature name="Suburb">
2031     <category>places</category>
2032     <icon image="icons/place.png"/>
2033     <point/>
2034     <area/>
2035     <tag k="place" v="suburb" />
2036     <inputSet ref="names"/>
2037     <inputSet ref="places"/>
2038     <inputSet ref="common"/>
2039   </feature>
2040
2041   <feature name="Town">
2042     <category>places</category>
2043     <icon image="icons/place.png"/>
2044     <point/>
2045     <area/>
2046     <tag k="place" v="town" />
2047     <inputSet ref="names"/>
2048     <inputSet ref="places"/>
2049     <inputSet ref="common"/>
2050   </feature>
2051
2052   <feature name="City">
2053     <category>places</category>
2054     <icon image="icons/place.png"/>
2055     <point/>
2056     <area/>
2057     <tag k="place" v="city" />
2058     <inputSet ref="names"/>
2059     <inputSet ref="places"/>
2060     <inputSet ref="common"/>
2061   </feature>
2062
2063   <!-- ************************************************************************
2064        POIs
2065        ************************************************************************ -->
2066
2067   <!-- =========== Amenity ============ -->
2068
2069   <feature name="Fire station">
2070     <category>amenity</category>
2071     <icon image="features/pois/amenity_firestation2.n.24.png"/>
2072     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfire_station</help>
2073     <point/>
2074     <tag k="amenity" v="fire_station"/>
2075     <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2076     <inputSet ref="common"/>
2077   </feature>
2078
2079
2080   <feature name="Police Station">
2081     <category>amenity</category>
2082     <icon image="features/pois/amenity_police2.n.24.png"/>
2083     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpolice</help>
2084     <point/>
2085     <tag k="amenity" v="police"/>
2086     <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2087     <inputSet ref="common"/>
2088   </feature>
2089
2090
2091   <feature name="Hospital">
2092     <category>amenity</category>
2093     <icon image="features/pois/health_hospital.n.24.png"/>
2094     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dhospital</help>
2095     <point/>
2096     <tag k="amenity" v="hospital"/>
2097     <input type="freetext" presence="always" category="" name="name" key="name" description="The Name of it." priority="low"/>
2098     <inputSet ref="common"/>
2099   </feature>
2100
2101
2102   <feature name="Place of Worship">
2103     <category>amenity</category>
2104     <icon image="icons/place_of_worship.png"/>
2105     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dplace_of_worship</help>
2106     <point/>
2107     <tag k="amenity" v="place_of_worship"/>
2108     <input type="freetext" presence="always" category="" name="name" key="name" description="The name of it." priority="low"/>
2109     <input type="choice" presence="always" category="" name="Religion" key="religion" description="The religion worshipped here.">
2110       <choice value="christian" text="Christianity (church)"/>
2111       <choice value="jewish" text="Judaism (synagogue)"/>
2112       <choice value="muslim" text="Islam (mosque)"/>
2113       <choice value="hindu" text="Hinduism (temple)"/>
2114       <choice value="buddhist" text="Buddhism (temple)"/>
2115       <choice value="sikh" text="Sikhism (gurdwara)"/>
2116       <choice value="shinto" text="Shinto (shrine)"/>
2117     </input>
2118
2119     <input type="freetext" presence="always" category="" name="denomination" key="denomination" description="The denomination of the religion worshiped here." priority="low"/>
2120     <inputSet ref="common"/>
2121   </feature>
2122
2123
2124   <feature name="ATM">
2125     <category>amenity</category>
2126     <icon image="features/pois/money_atm.n.24.png"/>
2127     <help>http://wiki.openstreetmap.org/wiki/Atm</help>
2128     <point/>
2129     <tag k="amenity" v="atm"/>
2130     <input type="freetext" presence="always" category="Banking" name="Operator" key="operator" description="The organisation that provides this ATM" priority="low"/>
2131     <input type="freetext" presence="always" category="Banking" name="Fee" key="fee" description="Is there a charge for using this ATM? If so how much?"/>
2132     <inputSet ref="common"/>
2133   </feature>
2134
2135
2136   <feature name="Bank">
2137     <category>amenity</category>
2138     <icon image="features/pois/money_bank2.n.24.png">
2139       ${name}
2140     </icon>
2141     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbank</help>
2142     <point/>
2143     <tag k="amenity" v="bank"/>
2144     <inputSet ref="names"/>
2145     <inputSet ref="buildingAddress"/>
2146     <input type="choice" presence="always" category="Bank" name="Public ATM available" key="atm" description="Is there a public ATM available?">
2147       <choice value="yes" text="Yes"/>
2148       <choice value="no" text="No"/>
2149     </input>
2150     <inputSet ref="common"/>
2151   </feature>
2152
2153
2154   <feature name="Recycling">
2155     <category>amenity</category>
2156     <icon image="features/pois/amenity_recycling.n.24.png"/>
2157     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Drecycling</help>
2158     <point/>
2159     <tag k="amenity" v="recycling"/>
2160     <inputSet ref="common"/>
2161   </feature>
2162
2163
2164   <feature name="School">
2165     <category>amenity</category>
2166     <icon image="features/pois/education_school.n.24.png">
2167       ${name}
2168     </icon>
2169     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dschool</help>
2170     <point/>
2171     <tag k="amenity" v="school"/>
2172     <inputSet ref="names"/>
2173     <inputSet ref="buildingAddress"/>
2174     <inputSet ref="common"/>
2175   </feature>
2176
2177
2178   <feature name="Post Box">
2179     <category>amenity</category>
2180     <icon image="features/pois/amenity_post_box.n.24.png">
2181       ${ref}
2182     </icon>
2183     <help>http://wiki.openstreetmap.org/wiki/Post_box</help>
2184     <point/>
2185     <tag k="amenity" v="post_box"/>
2186     <input type="freetext" presence="always" category="Naming" name="Ref" key="ref" description="Reference number of the post box"/>
2187     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2188     <inputSet ref="common"/>
2189   </feature>
2190
2191   <feature name="Toilets">
2192     <category>amenity</category>
2193     <point/>
2194     <tag k="amenity" v="toilets"/>
2195     <inputSet ref="common"/>
2196   </feature>
2197
2198
2199   <!-- ========= Accommodation ========= -->
2200   <!-- Split off from tourism by Steve Bennett, can be remerged if it doesn't work out. -->
2201   <feature name="Hotel">
2202     <category>accommodation</category>
2203     <icon image="features/pois/accommodation_hotel.n.24.png"/>
2204     <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dhotel</help>
2205     <point/>
2206     <area/>
2207     <tag k="tourism" v="hotel"/>
2208     <inputSet ref="simpleName"/>
2209     <inputSet ref="common"/>
2210   </feature>
2211
2212
2213   <feature name="Motel">
2214     <category>accommodation</category>
2215     <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmotel</help>
2216     <point/>
2217     <area/>
2218     <icon image="features/pois/accommodation_motel.n.24.png"/>
2219     <tag k="tourism" v="motel"/>
2220     <inputSet ref="simpleName"/>
2221     <inputSet ref="common"/>
2222   </feature>
2223
2224
2225
2226   <feature name="Hostel">
2227     <category>accommodation</category>
2228     <point/>
2229     <area/>
2230     <inputSet ref="simpleName"/>
2231     <icon image="features/pois/accommodation_youth_hostel.n.24.png"/>
2232     <tag k="tourism" v="hostel"/>
2233     <inputSet ref="common"/>
2234   </feature>
2235
2236
2237   <!-- Note that tourism=bed_and_breakfast also gets some use. -->
2238   <feature name="Guesthouse (B&amp;B)">
2239     <category>accommodation</category>
2240     <point/>
2241     <area/>
2242     <inputSet ref="simpleName"/>
2243     <icon image="features/pois/accommodation_bed_and_breakfast.n.24.png"/>
2244     <tag k="tourism" v="guest_house"/>
2245     <inputSet ref="common"/>
2246   </feature>
2247
2248
2249   <feature name="Campsite">
2250     <category>accommodation</category>
2251     <point/>
2252     <area/>
2253     <inputSet ref="simpleName"/>
2254     <icon image="features/pois/accommodation_camping.n.24.png"/>
2255     <tag k="tourism" v="camp_site"/>
2256     <inputSet ref="common"/>
2257   </feature>
2258
2259
2260   <feature name="Caravan park">
2261     <category>accommodation</category>
2262     <point/>
2263     <area/>
2264     <inputSet ref="simpleName"/>
2265     <icon image="features/pois/accommodation_caravan_park.n.24.png"/>
2266     <tag k="tourism" v="caravan_site"/>
2267     <inputSet ref="common"/>
2268   </feature>
2269
2270
2271   <feature name="Alpine hut">
2272     <category>accommodation</category>
2273     <point/>
2274     <area/>
2275     <inputSet ref="simpleName"/>
2276     <icon image="features/pois/accommodation_alpinehut.n.24.png"/>
2277     <tag k="tourism" v="alpine_hut"/>
2278     <inputSet ref="common"/>
2279   </feature>
2280
2281
2282   <feature name="Chalet">
2283     <category>accommodation</category>
2284     <icon image="features/pois/accommodation_chalet.n.24.png"/>
2285     <point/>
2286     <area/>
2287     <inputSet ref="simpleName"/>
2288     <tag k="tourism" v="chalet"/>
2289     <inputSet ref="common"/>
2290   </feature>
2291
2292
2293
2294   <!-- ========= Tourism ========= -->
2295
2296   <!-- This is a very popular tag, can't be left out -->
2297   <feature name="Attraction">
2298     <category>tourism</category>
2299     <icon image="icons/tourist_blank.png"/>
2300     <point/>
2301     <area/>
2302     <inputSet ref="simpleName"/>
2303     <tag k="tourism" v="attraction"/>
2304     <inputSet ref="common"/>
2305   </feature>
2306
2307
2308
2309
2310   <feature name="Museum">
2311     <category>tourism</category>
2312     <icon image="features/pois/tourist_museum.n.24.png"/>
2313     <help>http://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmuseum</help>
2314     <point/>
2315     <area/>
2316     <tag k="tourism" v="museum"/>
2317     <inputSet ref="simpleName"/>
2318     <inputSet ref="common"/>
2319   </feature>
2320
2321
2322   <feature name="Archaeological">
2323     <category>tourism</category>
2324     <point/>
2325     <area/>
2326     <inputSet ref="simpleName"/>
2327     <icon image="features/pois/tourist_archaeological.n.24.png"/>
2328     <tag k="historic" v="archaeological_site"/>
2329     <inputSet ref="common"/>
2330   </feature>
2331
2332
2333   <feature name="Battlefield">
2334     <category>tourism</category>
2335     <point/>
2336     <area/>
2337     <inputSet ref="simpleName"/>
2338     <icon image="features/pois/tourist_battlefield.n.24.png"/>
2339     <tag k="historic" v="battlefield"/>
2340     <inputSet ref="common"/>
2341   </feature>
2342
2343
2344   <feature name="Castle">
2345     <category>tourism</category>
2346     <point/>
2347     <area/>
2348     <inputSet ref="simpleName"/>
2349     <icon image="features/pois/tourist_castle.n.24.png"/>
2350     <tag k="historic" v="castle"/>
2351     <inputSet ref="common"/>
2352   </feature>
2353
2354
2355   <feature name="Memorial">
2356     <category>tourism</category>
2357     <point/>
2358     <inputSet ref="simpleName"/>
2359     <icon image="features/pois/tourist_memorial.n.24.png"/>
2360     <tag k="historic" v="memorial"/>
2361     <inputSet ref="common"/>
2362   </feature>
2363
2364
2365   <feature name="Monument">
2366     <category>tourism</category>
2367     <point/>
2368     <inputSet ref="simpleName"/>
2369     <icon image="features/pois/tourist_monument.n.24.png"/>
2370     <tag k="historic" v="monument"/>
2371     <inputSet ref="common"/>
2372   </feature>
2373
2374
2375   <feature name="Picnic site">
2376     <category>tourism</category>
2377     <point/>
2378     <inputSet ref="simpleName"/>
2379     <icon image="features/pois/tourist_picnic.n.24.png"/>
2380     <tag k="tourism" v="picnic_site"/>
2381     <inputSet ref="common"/>
2382   </feature>
2383
2384
2385   <feature name="Ruin">
2386     <category>tourism</category>
2387     <point/>
2388     <area/>
2389     <inputSet ref="simpleName"/>
2390     <icon image="features/pois/tourist_ruin.n.24.png"/>
2391     <tag k="historic" v="ruin"/>
2392     <inputSet ref="common"/>
2393   </feature>
2394
2395
2396   <feature name="Cinema">
2397     <category>tourism</category>
2398     <icon image="features/pois/tourist_cinema.n.24.png"/>
2399     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcinema</help>
2400     <point/>
2401     <area/>
2402     <tag k="amenity" v="cinema"/>
2403     <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the cinema" priority="low"/>
2404     <inputSet ref="common"/>
2405   </feature>
2406
2407
2408   <feature name="Theatre">
2409     <category>tourism</category>
2410     <point/>
2411     <area/>
2412     <inputSet ref="simpleName"/>
2413     <icon image="features/pois/tourist_theatre.n.24.png"/>
2414     <tag k="amenity" v="theatre"/>
2415     <inputSet ref="common"/>
2416   </feature>
2417
2418
2419   <feature name="Viewpoint">
2420     <category>tourism</category>
2421     <point/>
2422     <inputSet ref="simpleName"/>
2423     <icon image="features/pois/tourist_view_point.n.24.png"/>
2424     <tag k="tourism" v="viewpoint"/>
2425     <inputSet ref="common"/>
2426   </feature>
2427
2428
2429   <feature name="Zoo">
2430     <category>tourism</category>
2431     <point/>
2432     <area/>
2433     <inputSet ref="simpleName"/>
2434     <icon image="features/pois/tourist_zoo.n.24.png"/>
2435     <tag k="tourism" v="zoo"/>
2436     <inputSet ref="common"/>
2437   </feature>
2438
2439
2440   <!-- icons needed-->
2441   <feature name="Information">
2442     <category>tourism</category>
2443     <icon image="features/pois/amenity_information.n.24.png"/>
2444     <point/>
2445     <inputSet ref="simpleName"/>
2446     <tag k="tourism" v="information"/>
2447     <inputSet ref="common"/>
2448   </feature>
2449
2450
2451   <feature name="Artwork">
2452     <category>tourism</category>
2453     <icon image="features/pois/tourist_art_gallery2.n.24.png"/>
2454     <point/>
2455     <inputSet ref="simpleName"/>
2456     <tag k="tourism" v="artwork"/>
2457     <inputSet ref="common"/>
2458   </feature>
2459
2460
2461
2462   <feature name="Theme park">
2463     <category>tourism</category>
2464     <icon image="features/pois/tourist_theme_park.n.24.png"/>
2465     <point/>
2466     <area/>
2467     <inputSet ref="simpleName"/>
2468     <tag k="tourism" v="theme_park"/>
2469     <inputSet ref="common"/>
2470   </feature>
2471
2472   <!-- ========= Transport ========= -->
2473
2474   <feature name="Aerodrome">
2475     <category>aeroway</category>
2476     <icon image="features/pois/transport_aerodrome.n.24.png"/>
2477     <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
2478     <point/>
2479     <tag k="aeroway" v="aerodrome"/>
2480     <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the aerodrome/airport" priority="low"/>
2481     <inputSet ref="common"/>
2482   </feature>
2483
2484
2485   <feature name="Bus Stop">
2486     <category>transport</category>
2487     <icon image="features/pois/transport_bus_stop2.n.24.png">
2488       ${name} ${local_ref}
2489     </icon>
2490     <point/>
2491     <tag k="highway" v="bus_stop"/>
2492     <inputSet ref="buses"/>
2493     <inputSet ref="common"/>
2494   </feature>
2495
2496
2497   <feature name="Car Parking">
2498     <category>transport</category>
2499     <icon image="features/pois/transport_parking_car.n.24.png">
2500       ${name}
2501     </icon>
2502     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
2503     <point/>
2504     <area/>
2505     <tag k="amenity" v="parking"/>
2506     <inputSet ref="names"/>
2507     <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2508     <input type="number" minimum="0" maximum="99999" stepSize="1" presence="always" category="Parking" name="Capacity" key="capacity" description="The number of cars that can be parked in the car park"/>
2509     <inputSet ref="fee"/>
2510     <inputSet ref="common"/>
2511   </feature>
2512
2513
2514   <feature name="Bicycle Parking">
2515     <category>transport</category>
2516     <icon image="features/pois/transport_parking_bicycle.n.24.png">
2517       ${name} ${capacity}
2518     </icon>
2519     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
2520     <point/>
2521     <tag k="amenity" v="bicycle_parking"/>
2522     <inputSet ref="names"/>
2523     <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
2524     <input type="number" minimum="0" maximum="99999" stepSize="1"
2525         presence="always" category="Cycle" name="Capacity" key="capacity"
2526         description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
2527     <inputSet ref="fee"/>
2528     <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
2529       <choice value="yes" text="Yes"/>
2530       <choice value="no" text="No"/>
2531     </input>
2532     <inputSet ref="common"/>
2533   </feature>
2534
2535
2536   <feature name="Railway station">
2537     <category>transport</category>
2538     <icon image="features/pois/transport_train_station.n.24.png">
2539       <font size="14pt">
2540         <b>${name}</b>
2541       </font>
2542     </icon>
2543
2544     <point/>
2545     <tag k="railway" v="station"/>
2546     <inputSet ref="names"/>
2547     <input type="freetext" presence="onTagMatch" category="Naming" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
2548     <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the service" priority="low"/>
2549     <inputSet ref="common"/>
2550   </feature>
2551
2552
2553   <feature name="Fuel">
2554     <category>transport</category>
2555     <point/>
2556     <inputSet ref="simpleName"/>
2557     <icon image="features/pois/transport_fuel.n.24.png"/>
2558     <tag k="amenity" v="fuel"/>
2559     <input type="freetext" category="Naming" name="Operator" key="operator" description="The provider of the service"/>
2560     <input type="choice" category="Fuels" name="Diesel" key="diesel" description="Is diesel fuel sold here?">
2561       <choice value="yes" text="Yes"/>
2562       <choice value="no" text="No"/>
2563     </input>
2564     <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2565       <choice value="yes" text="Yes"/>
2566       <choice value="no" text="No"/>
2567     </input>
2568     <input type="choice" category="Fuels" name="Octane 95" key="octane_95" description="Is octane 95 unleaded fuel sold here?">
2569       <choice value="yes" text="Yes"/>
2570       <choice value="no" text="No"/>
2571     </input>
2572     <input type="choice" category="Fuels" name="Octane 98" key="octane_98" description="Is octane 98 unleaded fuel sold here?">
2573       <choice value="yes" text="Yes"/>
2574       <choice value="no" text="No"/>
2575     </input>
2576     <input type="choice" category="Fuels" name="Octane 100" key="octane_100" description="Is octane 100 unleaded fuel sold here?">
2577       <choice value="yes" text="Yes"/>
2578       <choice value="no" text="No"/>
2579     </input>
2580     <input type="choice" category="Fuels" name="Ethanol" key="ethanol" description="Is ethanol sold here?">
2581       <choice value="yes" text="Yes"/>
2582       <choice value="no" text="No"/>
2583     </input>
2584     <input type="choice" category="Fuels" name="LPG" key="lpg" description="Is LPG (liquid petroleum gas) sold here?">
2585       <choice value="yes" text="Yes"/>
2586       <choice value="no" text="No"/>
2587     </input>
2588     <input type="choice" category="Fuels" name="Octane 91" key="diesel" description="Is octane 91 unleaded fuel sold here?">
2589       <choice value="yes" text="Yes"/>
2590       <choice value="no" text="No"/>
2591     </input>
2592     <input type="choice" category="Fuels" name="Bio-diesel" key="biodiesel" description="Is biodiesel unleaded fuel sold here?">
2593       <choice value="yes" text="Yes"/>
2594       <choice value="no" text="No"/>
2595     </input>
2596
2597
2598     <inputSet ref="common"/>
2599   </feature>
2600
2601
2602   <feature name="Bus station">
2603     <category>transport</category>
2604     <point/>
2605     <inputSet ref="simpleName"/>
2606     <icon image="features/pois/transport_bus_station.n.24.png"/>
2607     <tag k="amenity" v="bus_station"/>
2608     <inputSet ref="common"/>
2609   </feature>
2610
2611
2612   <feature name="Taxi rank">
2613     <category>transport</category>
2614     <point/>
2615     <inputSet ref="simpleName"/>
2616     <icon image="features/pois/transport_taxi_rank.n.24.png"/>
2617     <tag k="amenity" v="taxi"/>
2618     <inputSet ref="common"/>
2619   </feature>
2620
2621
2622   <feature name="Tram stop">
2623     <category>transport</category><point/><inputSet ref="simpleName" />
2624     <icon image="features/pois/transport_tram_stop.n.24.png"/>
2625     <tag k="railway" v="tram_stop"/>
2626     <inputSet ref="common"/>
2627   </feature>
2628
2629
2630   <feature name="Bicycle rental">
2631     <category>transport</category>
2632     <point/>
2633     <inputSet ref="simpleName"/>
2634     <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
2635     <tag k="amenity" v="bicycle_rental"/>
2636     <inputSet ref="common"/>
2637   </feature>
2638
2639
2640   <feature name="Car rental">
2641     <category>transport</category>
2642     <point/>
2643     <inputSet ref="simpleName"/>
2644     <icon image="features/pois/transport_rental_car.n.24.png"/>
2645     <tag k="amenity" v="car_rental"/>
2646     <inputSet ref="common"/>
2647   </feature>
2648
2649
2650   <feature name="Ferry Terminal">
2651     <category>transport</category>
2652     <icon image="features/pois/transport_port.n.24.png"/>
2653     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
2654     <point/>
2655     <tag k="amenity" v="ferry_terminal"/>
2656     <input type="freetext" presence="always" category="" name="name" key="name" description="The name of the ferry terminal."/>
2657     <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
2658     <input type="freetext" presence="onTagMatch" category="Cargo" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
2659     <inputSet ref="common"/>
2660   </feature>
2661
2662
2663   <!-- ========= Barriers ========= -->
2664
2665   <feature name="Bollard">
2666     <category>barrier</category>
2667     <icon image="features/pois/barrier_bollard.n.24.png">
2668     </icon>
2669     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dbollard</help>
2670
2671     <point/>
2672     <tag k="barrier" v="bollard"/>
2673     <inputSet ref="common"/>
2674   </feature>
2675
2676
2677   <feature name="Gate">
2678     <category>barrier</category>
2679     <icon image="features/pois/barrier_gate.n.24.png">
2680     </icon>
2681     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dgate</help>
2682
2683     <point/>
2684     <tag k="barrier" v="gate"/>
2685     <inputSet ref="common"/>
2686   </feature>
2687
2688
2689   <feature name="Lift Gate">
2690     <category>barrier</category>
2691     <icon image="features/pois/barrier_lift_gate.n.24.png"/>
2692     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dlift_gate</help>
2693     <point/>
2694     <tag k="barrier" v="lift_gate"/>
2695     <inputSet ref="common"/>
2696   </feature>
2697
2698
2699   <feature name="Kissing Gate">
2700     <category>barrier</category>
2701     <icon image="features/pois/barrier_kissing_gate.24.png"/>
2702     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dkissing_gate</help>
2703     <point/>
2704     <tag k="barrier" v="kissing_gate"/>
2705     <inputSet ref="common"/>
2706   </feature>
2707
2708
2709
2710   <feature name="Cycle Barrier">
2711     <category>barrier</category>
2712     <icon image="features/pois/barrier_cycle_barrier.24.png">
2713     </icon>
2714     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcycle_barrier</help>
2715
2716     <point/>
2717     <tag k="barrier" v="cycle_barrier"/>
2718     <inputSet ref="common"/>
2719   </feature>
2720
2721
2722   <feature name="Big Concrete Blocks">
2723     <category>barrier</category>
2724     <icon image="features/pois/barrier_blocks.24.png">
2725     </icon>
2726     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dblock</help>
2727
2728     <point/>
2729     <tag k="barrier" v="block"/>
2730     <inputSet ref="common"/>
2731   </feature>
2732
2733
2734   <feature name="Cattle Grid">
2735     <category>barrier</category>
2736     <icon image="features/pois/barrier_cattle_grid.24.png">
2737     </icon>
2738     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dcattle_grid</help>
2739
2740     <point/>
2741     <tag k="barrier" v="cattle_grid"/>
2742     <inputSet ref="common"/>
2743   </feature>
2744
2745
2746   <feature name="Toll Booth">
2747     <category>barrier</category>
2748     <icon image="features/pois/barrier_toll_booth.n.24.png">
2749     </icon>
2750     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dtoll_booth</help>
2751
2752     <point/>
2753     <tag k="barrier" v="toll_booth"/>
2754     <tagSet ref="fee"/>
2755     <input type="freetext" presence="onTagMatch" category="Naming" name="Operator" key="operator" description="The provider of the toll" priority="low"/>
2756     <inputSet ref="common"/>
2757   </feature>
2758
2759
2760   <feature name="Stile">
2761     <category>barrier</category>
2762     <icon image="features/pois/barrier_stile.n.24.png"/>
2763     <help>http://wiki.openstreetmap.org/wiki/Tag:barrier%3Dstile</help>
2764     <point/>
2765     <tag k="barrier" v="stile"/>
2766     <inputSet ref="common"/>
2767   </feature>
2768
2769
2770   <feature name="Turning circle">
2771     <category>transport</category>
2772     <icon image="features/pois/transport_turning_circle.n.24.png"/>
2773     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dturning_circle</help>
2774     <point/>
2775     <tag k="highway" v="turning_circle"/>
2776     <inputSet ref="common"/>
2777   </feature>
2778
2779   <feature name="Mini Roundabout">
2780     <category>transport</category>
2781     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dmini_roundabout</help>
2782     <point/>
2783     <tag k="highway" v="mini_roundabout"/>
2784     <inputSet ref="common"/>
2785   </feature>
2786
2787
2788   <feature name="Traffic calming">
2789
2790     <category>transport</category>
2791     <icon image="icons/speed_hump_16.png"/>
2792     <help>http://wiki.openstreetmap.org/wiki/Key:traffic%3Dcalming</help>
2793     <point/>
2794     <!-- Warning: creates "traffic_calming=*" by default, but it's the best we can do. Steve Bennett-->
2795     <!--<tag k="traffic_calming" v="*"/>-->
2796     <tag k="traffic_calming" v="yes"/>
2797     <input type="choice" key="traffic_calming" name="Obstacle type" category="Traffic calming" presence="onTagMatch">
2798       <choice value="yes" text="Unspecified"/>
2799       <choice value="bump" text="Short bump" description="A sharp speed bump, typically slowing cars to 15 kph or less."/>
2800       <choice value="hump" text="Speed hump" description="A gentler, longer bump, typically slowing cars to 30 kph or less."/>
2801       <choice value="cushion" text="Speed cushion" description="A narrow speed bump allowing emergency vehicles and buses to pass without slowing."/>
2802       <choice value="table" text="Speed table" description="A very long speed hump allowing the whole wheelbase to rest on top."/>
2803       <choice value="chicane" text="Chicane" description="A set of obstacles causing vehicles to weave through."/>
2804       <choice value="rumble_strip" text="Rumble strip" description="A series of very small bumps causing vibration or noise."/>
2805       <choice value="choker" text="Choker" description="An artificial narrowing of the road."/>
2806     </input>
2807
2808     <inputSet ref="common"/>
2809   </feature>
2810
2811
2812
2813   <!-- ========= Entertainment ========= -->
2814
2815   <feature name="Pub">
2816     <category>foodanddrink</category>
2817     <icon image="features/pois/food_pub.n.24.png">
2818       ${name}
2819     </icon>
2820     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub</help>
2821     <point/>
2822     <tag k="amenity" v="pub"/>
2823     <inputSet ref="names"/>
2824     <inputSet ref="web"/>
2825     <inputSet ref="buildingAddress"/>
2826     <inputSet ref="wifi"/>
2827     <inputSet ref="common"/>
2828   </feature>
2829
2830
2831   <feature name="Bar">
2832     <category>foodanddrink</category>
2833     <icon image="features/pois/food_bar.n.24.png">
2834       ${name}
2835     </icon>
2836     <point/>
2837     <tag k="amenity" v="bar"/>
2838     <inputSet ref="names"/>
2839     <inputSet ref="web"/>
2840     <inputSet ref="buildingAddress"/>
2841     <inputSet ref="wifi"/>
2842     <inputSet ref="common"/>
2843   </feature>
2844
2845
2846   <feature name="Restaurant">
2847     <category>foodanddrink</category>
2848     <icon image="features/pois/food_restaurant.n.24.png">
2849       ${name}
2850     </icon>
2851     <point/>
2852     <tag k="amenity" v="restaurant"/>
2853     <inputSet ref="names"/>
2854     <inputSet ref="web"/>
2855     <inputSet ref="buildingAddress"/>
2856     <inputSet ref="cuisine"/>
2857     <inputSet ref="common"/>
2858   </feature>
2859
2860
2861   <feature name="Cafe">
2862     <category>foodanddrink</category>
2863     <icon image="features/pois/food_cafe.n.24.png">
2864       ${name}
2865     </icon>
2866     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe</help>
2867     <point/>
2868     <tag k="amenity" v="cafe"/>
2869     <inputSet ref="names"/>
2870     <inputSet ref="web"/>
2871     <inputSet ref="buildingAddress"/>
2872     <inputSet ref="cuisine"/>
2873     <inputSet ref="wifi"/>
2874     <inputSet ref="common"/>
2875   </feature>
2876
2877
2878   <feature name="Fast Food">
2879     <category>foodanddrink</category>
2880     <icon image="features/pois/food_fastfood.n.24.png">
2881       ${name}
2882     </icon>
2883     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dfast_food</help>
2884     <point/>
2885     <tag k="amenity" v="fast_food"/>
2886     <inputSet ref="names"/>
2887     <inputSet ref="web"/>
2888     <inputSet ref="buildingAddress"/>
2889     <inputSet ref="cuisine"/>
2890     <inputSet ref="common"/>
2891   </feature>
2892
2893
2894   <!-- ========= Shops ========= -->
2895
2896   <feature name="Small Convenience Store">
2897     <category>shopping</category>
2898     <icon image="features/pois/shopping_convenience.n.24.png">
2899       ${name}
2900     </icon>
2901     <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dconvenience</help>
2902     <point/>
2903     <tag k="shop" v="convenience"/>
2904     <inputSet ref="names"/>
2905     <inputSet ref="web"/>
2906     <inputSet ref="buildingAddress"/>
2907     <inputSet ref="common"/>
2908   </feature>
2909
2910
2911   <feature name="Supermarket">
2912     <category>shopping</category>
2913     <icon image="features/pois/shopping_supermarket.n.24.png">
2914       ${name}
2915     </icon>
2916     <help>http://wiki.openstreetmap.org/wiki/Tag:shop%3Dsupermarket</help>
2917     <point/>
2918     <tag k="shop" v="supermarket"/>
2919     <inputSet ref="names"/>
2920     <inputSet ref="web"/>
2921     <inputSet ref="buildingAddress"/>
2922     <inputSet ref="common"/>
2923   </feature>
2924
2925
2926   <feature name="Alcohol shop">
2927     <category>shopping</category>
2928     <point/>
2929     <inputSet ref="simpleName"/>
2930     <inputSet ref="web"/>
2931     <inputSet ref="buildingAddress"/>
2932     <icon image="features/pois/shopping_alcohol.n.24.png"/>
2933     <tag k="shop" v="alcohol"/>
2934     <inputSet ref="common"/>
2935   </feature>
2936
2937
2938   <feature name="Bakery">
2939     <category>shopping</category>
2940     <point/>
2941     <inputSet ref="simpleName"/>
2942     <inputSet ref="web"/>
2943     <inputSet ref="buildingAddress"/>
2944     <icon image="features/pois/shopping_bakery.n.24.png"/>
2945     <tag k="shop" v="bakery"/>
2946     <inputSet ref="common"/>
2947   </feature>
2948
2949
2950   <feature name="Bike shop">
2951     <category>shopping</category>
2952     <point/>
2953     <inputSet ref="simpleName"/>
2954     <inputSet ref="web"/>
2955     <inputSet ref="buildingAddress"/>
2956     <icon image="features/pois/shopping_bicycle.n.24.png"/>
2957     <tag k="shop" v="bicycle"/>
2958     <inputSet ref="common"/>
2959   </feature>
2960
2961
2962   <feature name="Bookshop">
2963     <category>shopping</category>
2964     <point/>
2965     <inputSet ref="simpleName"/>
2966     <inputSet ref="web"/>
2967     <inputSet ref="buildingAddress"/>
2968     <icon image="features/pois/shopping_book.n.24.png"/>
2969     <tag k="shop" v="book"/>
2970     <inputSet ref="common"/>
2971   </feature>
2972
2973
2974   <feature name="Butcher">
2975     <category>shopping</category>
2976     <point/>
2977     <inputSet ref="simpleName"/>
2978     <inputSet ref="web"/>
2979     <inputSet ref="buildingAddress"/>
2980     <icon image="features/pois/shopping_butcher.n.24.png"/>
2981     <tag k="shop" v="butcher"/>
2982     <inputSet ref="common"/>
2983   </feature>
2984
2985
2986   <feature name="Car repair">
2987     <category>shopping</category>
2988     <point/>
2989     <inputSet ref="simpleName"/>
2990     <inputSet ref="web"/>
2991     <inputSet ref="buildingAddress"/>
2992     <icon image="features/pois/shopping_car_repair.n.24.png"/>
2993     <tag k="shop" v="car_repair"/>
2994     <inputSet ref="common"/>
2995   </feature>
2996
2997
2998   <feature name="Clothes shop">
2999     <category>shopping</category>
3000     <point/>
3001     <inputSet ref="simpleName"/>
3002     <inputSet ref="web"/>
3003     <inputSet ref="buildingAddress"/>
3004     <icon image="features/pois/shopping_clothes.n.24.png"/>
3005     <tag k="shop" v="clothes"/>
3006     <inputSet ref="common"/>
3007   </feature>
3008
3009
3010   <feature name="Confectionery">
3011     <category>shopping</category>
3012     <point/>
3013     <inputSet ref="simpleName"/>
3014     <inputSet ref="web"/>
3015     <inputSet ref="buildingAddress"/>
3016     <icon image="features/pois/shopping_confectionery.n.24.png"/>
3017     <tag k="shop" v="confectionery"/>
3018     <inputSet ref="common"/>
3019   </feature>
3020
3021
3022   <feature name="DIY">
3023     <category>shopping</category>
3024     <point/>
3025     <inputSet ref="simpleName"/>
3026     <inputSet ref="web"/>
3027     <inputSet ref="buildingAddress"/>
3028     <icon image="features/pois/shopping_diy.n.24.png"/>
3029     <tag k="shop" v="doityourself"/>
3030     <inputSet ref="common"/>
3031   </feature>
3032
3033
3034   <feature name="Fishmonger">
3035     <category>shopping</category>
3036     <point/>
3037     <inputSet ref="simpleName"/>
3038     <inputSet ref="web"/>
3039     <inputSet ref="buildingAddress"/>
3040     <icon image="features/pois/shopping_fish.n.24.png"/>
3041     <tag k="shop" v="fishmonger"/>
3042     <inputSet ref="common"/>
3043   </feature>
3044
3045
3046   <feature name="Garden centre">
3047     <category>shopping</category>
3048     <point/>
3049     <inputSet ref="simpleName"/>
3050     <inputSet ref="web"/>
3051     <inputSet ref="buildingAddress"/>
3052     <icon image="features/pois/shopping_garden_centre.n.24.png"/>
3053     <tag k="shop" v="garden_centre"/>
3054     <inputSet ref="common"/>
3055   </feature>
3056
3057
3058   <feature name="Gift shop">
3059     <category>shopping</category>
3060     <point/>
3061     <inputSet ref="simpleName"/>
3062     <inputSet ref="web"/>
3063     <inputSet ref="buildingAddress"/>
3064     <icon image="features/pois/shopping_gift.n.24.png"/>
3065     <tag k="shop" v="gift"/>
3066     <inputSet ref="common"/>
3067   </feature>
3068
3069
3070   <feature name="Greengrocer">
3071     <category>shopping</category>
3072     <point/>
3073     <inputSet ref="simpleName"/>
3074     <inputSet ref="web"/>
3075     <inputSet ref="buildingAddress"/>
3076     <icon image="features/pois/shopping_greengrocer.n.24.png"/>
3077     <tag k="shop" v="greengrocer"/>
3078     <inputSet ref="common"/>
3079   </feature>
3080
3081
3082   <feature name="Hairdresser">
3083     <category>shopping</category>
3084     <point/>
3085     <inputSet ref="simpleName"/>
3086     <inputSet ref="web"/>
3087     <inputSet ref="buildingAddress"/>
3088     <icon image="features/pois/shopping_hairdresser.n.24.png"/>
3089     <tag k="shop" v="hairdresser"/>
3090     <inputSet ref="common"/>
3091   </feature>
3092
3093
3094   <feature name="Hifi shop">
3095     <category>shopping</category>
3096     <point/>
3097     <inputSet ref="simpleName"/>
3098     <inputSet ref="web"/>
3099     <inputSet ref="buildingAddress"/>
3100     <icon image="features/pois/shopping_hifi.n.24.png"/>
3101     <tag k="shop" v="hifi"/>
3102     <inputSet ref="common"/>
3103   </feature>
3104
3105
3106   <feature name="Jewellery">
3107     <category>shopping</category>
3108     <point/>
3109     <inputSet ref="simpleName"/>
3110     <inputSet ref="web"/>
3111     <inputSet ref="buildingAddress"/>
3112     <icon image="features/pois/shopping_jewelry.n.24.png"/>
3113     <tag k="shop" v="jewelry"/>
3114     <inputSet ref="common"/>
3115   </feature>
3116
3117
3118   <feature name="Laundrette">
3119     <category>shopping</category>
3120     <point/>
3121     <inputSet ref="simpleName"/>
3122     <inputSet ref="web"/>
3123     <inputSet ref="buildingAddress"/>
3124     <icon image="features/pois/shopping_laundrette.n.24.png"/>
3125     <tag k="shop" v="laundry"/>
3126     <inputSet ref="common"/>
3127   </feature>
3128
3129
3130   <feature name="Motorbike shop">
3131     <category>shopping</category>
3132     <point/>
3133     <inputSet ref="simpleName"/>
3134     <inputSet ref="web"/>
3135     <inputSet ref="buildingAddress"/>
3136     <icon image="features/pois/shopping_motorcycle.n.24.png"/>
3137     <tag k="shop" v="motorcycle"/>
3138     <inputSet ref="common"/>
3139   </feature>
3140
3141
3142   <feature name="Music shop">
3143     <category>shopping</category>
3144     <point/>
3145     <inputSet ref="simpleName"/>
3146     <inputSet ref="web"/>
3147     <inputSet ref="buildingAddress"/>
3148     <icon image="features/pois/shopping_music.n.24.png"/>
3149     <tag k="shop" v="music"/>
3150     <inputSet ref="common"/>
3151   </feature>
3152
3153
3154   <feature name="Pharmacy">
3155     <category>shopping</category>
3156     <icon image="features/pois/health_pharmacy.n.24.png">
3157       ${name}
3158     </icon>
3159     <help>http://wiki.openstreetmap.org/wiki/Pharmacy</help>
3160     <point/>
3161     <tag k="amenity" v="pharmacy"/>
3162     <inputSet ref="names"/>
3163     <inputSet ref="web"/>
3164     <inputSet ref="buildingAddress"/>
3165     <input type="checkbox" category="Amenity" presence="always" description="Does this pharmacy sell prescription drugs?" name="Dispensing" key="dispensing" layout="horizontal"/>
3166     <inputSet ref="common"/>
3167   </feature>
3168
3169
3170   <!-- **************** Agriculture *************** -->
3171   <feature name="Farm">
3172     <category>agriculture</category>
3173     <icon image="features/pois/landuse_grass.n.24.png"/>
3174     <area/>
3175     <tag k="landuse" v="farm"/>
3176     <inputSet ref="simpleName"/>
3177     <inputSet ref="common"/>
3178   </feature>
3179
3180
3181   <feature name="Farmyard">
3182     <category>agriculture</category>
3183     <icon image="features/pois/landuse_grass.n.24.png"/>
3184     <area/>
3185     <tag k="landuse" v="farmyard"/>
3186     <inputSet ref="simpleName"/>
3187     <inputSet ref="common"/>
3188   </feature>
3189
3190
3191   <feature name="Farmland">
3192     <category>agriculture</category>
3193     <icon image="features/pois/landuse_grass.n.24.png"/>
3194     <area/>
3195     <tag k="landuse" v="farmland"/>
3196     <inputSet ref="simpleName"/>
3197     <inputSet ref="common"/>
3198   </feature>
3199
3200
3201   <feature name="Field">
3202     <category>agriculture</category>
3203     <icon image="features/pois/landuse_grass.n.24.png"/>
3204     <area/>
3205     <tag k="landuse" v="meadow"/>
3206     <inputSet ref="simpleName"/>
3207     <inputSet ref="common"/>
3208   </feature>
3209
3210
3211   <feature name="Orchard">
3212     <category>agriculture</category>
3213     <icon image="features/pois/landuse_grass.n.24.png"/>
3214     <area/>
3215     <tag k="landuse" v="orchard"/>
3216     <inputSet ref="simpleName"/>
3217     <inputSet ref="common"/>
3218   </feature>
3219
3220
3221   <feature name="Vineyard">
3222     <category>agriculture</category>
3223     <icon image="features/pois/landuse_grass.n.24.png"/>
3224     <area/>
3225     <tag k="landuse" v="vineyard"/>
3226     <inputSet ref="simpleName"/>
3227     <inputSet ref="common"/>
3228   </feature>
3229
3230   <!-- boundaries -->
3231
3232   <feature name="Administrative Boundary">
3233     <category>places</category>
3234     <line/>
3235     <help>http://wiki.openstreetmap.org/wiki/Tag:boundary=administrative</help>
3236     <tag k="boundary" v="administrative"/>
3237     <input type="number" minimum="2" maximum="10" presence="always" name="Admin Level" key="admin_level" description="The Administrative level" />
3238   </feature>
3239
3240   <!-- ************************************************************************
3241        Relations
3242        ************************************************************************ -->
3243
3244   <feature name="Turn restriction">
3245     <category>advanced</category>
3246     <help>http://wiki.openstreetmap.org/wiki/Turn_restrictions</help>
3247     <relation/>
3248     <tag k="type" v="restriction"/>
3249     <input type="choice" category="Restrictions" presence="always" name="Type" key="restriction" description="What's the restriction?" layout="horizontal" priority="high">
3250       <choice value="no_left_turn"      text="No left turn"/>
3251       <choice value="no_right_turn"     text="No right turn"/>
3252       <choice value="no_u_turn"         text="No U turns"/>
3253       <choice value="no_straight_on"    text="No straight on"/>
3254       <choice value="only_left_turn"    text="Left turn only"/>
3255       <choice value="only_right_turn"   text="Right turn only"/>
3256       <choice value="only_straight_on"  text="Straight on only"/>
3257     </input>
3258     <input type="choice" category="Restrictions" presence="always" name="Except" key="except" description="Are any vehicles exempt?" layout="horizontal">
3259       <choice value="psv"      text="Bus"/>
3260       <choice value="bicycle"  text="Bicycle"/>
3261       <choice value="motorcar" text="Car"/>
3262       <choice value="hgv"      text="HGV"/>
3263     </input>
3264     <input type="freetext" category="Restrictions" presence="always" name="Start day"  key="day_on"   description="What day of the week does it start?" layout="horizontal" priority="low"/>
3265     <input type="freetext" category="Restrictions" presence="always" name="Start time" key="hour_on"  description="What time of day does it start?"     layout="horizontal" priority="low"/>
3266     <input type="freetext" category="Restrictions" presence="always" name="End day"    key="day_off"  description="What day of the week does it end?"   layout="horizontal" priority="lowest"/>
3267     <input type="freetext" category="Restrictions" presence="always" name="End time"   key="hour_off" description="What time of day does it end?"       layout="horizontal" priority="lowest"/>
3268     <inputSet ref="common"/>
3269   </feature>
3270
3271
3272   <feature name="Multipolygon">
3273     <category>advanced</category>
3274     <relation/>
3275     <tag k="type" v="multipolygon"/>
3276     <inputSet ref="common"/>
3277   </feature>
3278
3279
3280   <!-- cycle stuff -->
3281   <feature name="National Cycle Network">
3282     <category>paths</category>
3283     <icon image="features/cycle__ncn.png" background="red" foreground="white">
3284       <font size="14pt">
3285         <b>${ref}</b>
3286       </font>
3287       <br/>
3288       <font size="12pt">${name}</font>
3289     </icon>
3290
3291     <relation/>
3292     <tag k="type" v="route"/>
3293     <tag k="network" v="ncn"/>
3294
3295     <inputSet ref="route"/>
3296     <inputSet ref="common"/>
3297   </feature>
3298
3299
3300   <feature name="Regional Cycle Network">
3301     <category>paths</category>
3302     <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
3303       <font size="14pt"><b>${ref}</b></font><br/>
3304       <font size="12pt">${name}</font>
3305     </icon>
3306
3307     <relation/>
3308     <tag k="type" v="route"/>
3309     <tag k="network" v="rcn"/>
3310
3311     <inputSet ref="route"/>
3312     <inputSet ref="common"/>
3313   </feature>
3314
3315
3316   <feature name="Local Cycle Network">
3317     <category>paths</category>
3318     <icon image="features/cycle__lcn.png" background="blue" foreground="white">
3319       <font size="14pt">
3320         <b>${ref}</b>
3321       </font>
3322       <br/>
3323       <font size="12pt">${name}</font>
3324     </icon>
3325
3326     <relation/>
3327     <tag k="type" v="route"/>
3328     <tag k="network" v="lcn"/>
3329
3330     <inputSet ref="route"/>
3331     <inputSet ref="common"/>
3332   </feature>
3333
3334
3335
3336   <!-- paths -->
3337   <feature name="Long Distance Path">
3338     <category>paths</category>
3339     <icon image="features/paths__footway.png" background="green" foreground="white">
3340       <font size="14pt">
3341         <b>${ref}</b>
3342       </font>
3343       <br/>
3344       <font size="12pt">${name}</font>
3345     </icon>
3346
3347     <relation/>
3348     <tag k="type" v="route"/>
3349     <tag k="route" v="foot"/>
3350
3351     <inputSet ref="route"/>
3352     <inputSet ref="common"/>
3353   </feature>
3354
3355
3356
3357   <!-- public transit routes -->
3358   <feature name="Bus Route">
3359     <category>transport</category>
3360     <icon image="features/transport__bus.png">
3361       <font size="12pt">
3362         ${operator} <b>${ref}</b>
3363       </font>
3364     </icon>
3365
3366     <relation/>
3367     <tag k="type" v="route"/>
3368     <tag k="route" v="bus"/>
3369
3370     <inputSet ref="route"/>
3371     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
3372     <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the bus service" priority="low"/>
3373     <inputSet ref="common"/>
3374   </feature>
3375
3376
3377   <feature name="Tram Route">
3378     <category>transport</category>
3379     <icon image="features/transport__tram.png">
3380       <font size="12pt">
3381         ${operator} <b>${reg}</b>
3382       </font>
3383     </icon>
3384
3385     <relation/>
3386     <tag k="type" v="route"/>
3387     <tag k="route" v="tram"/>
3388
3389     <inputSet ref="route"/>
3390     <input type="freetext" presence="always" category="Naming" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
3391     <input type="freetext" presence="always" category="Naming" name="Network" key="network" description="The network of the tram service" priority="low"/>
3392     <inputSet ref="common"/>
3393   </feature>
3394
3395
3396
3397   <!-- Junction nodes (for turn restrictions) -->
3398
3399   <feature>
3400     <point/>
3401     <within entity="way" k="highway" minimum="2"/>
3402     <inputSet ref="junctionNode"/>
3403     <inputSet ref="common"/>
3404   </feature>
3405
3406
3407 </mapFeatures>