]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features.xml
Move swfobject to the vendor assets tree
[rails.git] / public / potlatch2 / map_features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3         See http://wiki.openstreetmap.org/wiki/Potlatch_2/Developer_Documentation/Map_Features for documentation.
4         Files can be included like this: <include file="map_features/roads.xml">
5 -->
6
7 <mapFeatures>
8
9   <!-- Categories -->
10   <category name="Roads" id="roads"/>
11   <category name="Paths" id="paths"/>
12   <category name="Shopping" id="shopping"/>
13   <category name="Food and Drink" id="foodanddrink"/>
14   <category name="Amenity" id="amenity"/>
15   <category name="Tourism" id="tourism"/>
16   <category name="Accommodation" id="accommodation"/>
17   <category name="Transport" id="transport"/>
18   <category name="Water" id="water"/>
19   <category name="Natural" id="natural"/>
20   <category name="Barrier" id="barrier"/>
21   <category name="Power" id="power"/>
22   <category name="Admin" id="admin"/>
23   <category name="Buildings" id="buildings"/>
24   <category name="Landuse" id="landuse"/>
25   <category name="Agriculture" id="agriculture"/>
26   <category name="Advanced" id="advanced"/>
27   <category name="Places" id="places"/>
28   <category name="Sport and Leisure" id="sport"/>
29   <category name="Man-made" id="manmade"/>
30
31   <!-- Common input sets -->
32
33   <inputSet id="simpleName">
34     <input type="freetext" presence="always" name="Name" key="name" description="The name" priority="highest"/>
35   </inputSet>
36
37   <inputSet id="nameAndRef">
38     <inputSet ref="simpleName" />
39     <input type="freetext" presence="always" name="Reference number" key="ref" description="A reference number or code used to identify this thing." />
40   </inputSet>
41
42    <inputSet id="simpleBrand"> 
43      <input type="freetext" category="Naming" presence="always" name="Brand" key="brand" description="Brand, i.e. Acme"/> 
44    </inputSet> 
45   
46    <inputSet id="simpleOperator"> 
47      <input type="freetext" category="Naming" presence="always" name="Operator" key="operator" description="Operator, i.e. Acme Springfield Ltd"/> 
48    </inputSet> 
49
50   <inputSet id="source">
51     <input type="freetext" category="Details" presence="onTagMatch" name="Source" key="source" description="The primary source of information for this object (GPS, survey, Bing, ...)" priority="lowest"/>
52   </inputSet>
53
54   <inputSet id="designation">
55     <input type="freetext" category="Details" presence="onTagMatch" description="Official designation or classification" name="Designation" key="designation" priority="lowest" />
56   </inputSet>
57
58   <inputSet id="common">
59     <inputSet ref="source"/>
60     <inputSet ref="designation"/>
61   </inputSet>
62
63   <inputSet id="names">
64     <input type="freetext" presence="always"
65         name="Name" category="Details" priority="highest"
66         key="name" description="The most common name"/>
67     <input type="freetext" presence="onTagMatch"
68         name="International Name" category="Details" subcategory="Additional names"
69         key="int_name" description="The internationally recognised name"/>
70     <input type="freetext" presence="onTagMatch"
71         name="Historical Name" category="Details" subcategory="Additional names" priority="low"
72         key="old_name" description="The historic or previous name"/>
73     <input type="freetext" presence="onTagMatch"
74         name="Alternative Name" category="Details" subcategory="Additional names" priority="low"
75         key="alt_name" description="An alternative, currently used, name"/>
76   </inputSet>
77
78   <inputSet id="wifi">
79     <input type="choice" presence="onTagMatch" category="Details" name="Wifi" key="wifi">
80       <choice value="free" text="Free"/>
81       <choice value="yes" text="Yes"/>
82       <choice value="no" text="No"/>
83     </input>
84   </inputSet>
85
86   <inputSet id="buildingAddress">
87     <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"/>
88     <input type="freetext" presence="onTagMatch" category="Address" description="The name of the house, e.g. Riverbank Cottage" name="Building Name" key="addr:housename"/>
89     <input type="freetext" presence="onTagMatch" category="Address" description="The Street Name (optional)" name="Street Name" key="addr:street"/>
90     <input type="freetext" presence="onTagMatch" category="Address" description="The postcode" name="Postcode" key="addr:postcode"/>
91   </inputSet>
92
93   <inputSet id="web">
94     <input type="freetext" presence="onTagMatch" category="Address" description="The URL of the website" name="Website" key="website"/>
95   </inputSet>
96
97   <inputSet id="cuisine">
98     <input type="choice" presence="always" name="Cuisine" category="Details" description="The type of food that they serve" key="cuisine">
99       <!-- The 30 most popular values according to taginfo 23/12/2010 -->
100       <choice value="burger" text="Burger"/>
101       <choice value="chicken" text="Chicken"/>
102       <choice value="chinese" text="Chinese"/>
103       <choice value="coffee_shop" text="Coffee Shop"/>
104       <choice value="greek" text="Greek"/>
105       <choice value="pizza" text="Pizza"/>
106       <choice value="sandwich" text="Sandwich"/>
107       <choice value="seafood" text="Sea Food"/>
108       <choice value="regional" text="Regional"/>
109       <choice value="italian" text="Italian"/>
110       <choice value="german" text="German"/>
111       <choice value="kebab" text="Kebab/souvlaki/gyro"/>
112       <choice value="indian" text="Indian"/>
113       <choice value="asian" text="Asian"/>
114       <choice value="mexican" text="Mexican"/>
115       <choice value="thai" text="Thai"/>
116       <choice value="japanese" text="Japanese"/>
117       <choice value="ice_cream" text="Ice-cream"/>
118       <choice value="fish_and_chips" text="Fish &amp; Chips"/>
119       <choice value="turkish" text="Turkish"/>
120       <choice value="french" text="French"/>
121       <choice value="sushi" text="Sushi"/>
122       <choice value="american" text="American"/>
123       <choice value="steak_house" text="Steak House"/>
124       <choice value="international" text="International"/>
125       <choice value="spanish" text="Spanish"/>
126       <choice value="vietnamese" text="Vietnamese"/>
127       <choice value="fish" text="Fish"/>
128       <choice value="bavarian" text="Bavarian"/>
129       <choice value="vegetarian" text="Vegetarian"/>
130
131       <help>http://wiki.openstreetmap.org/wiki/Key:cuisine</help>
132     </input>
133   </inputSet>
134
135   <!-- Roads -->
136
137   <inputSet id="majorRoad">
138     <inputSet ref="names"/>
139     <inputSet ref="roadRefs"/>
140     <inputSet ref="roadRestrictions"/>
141     <inputSet ref="roadPhysical"/>
142     <inputSet ref="cycle"/>
143     <inputSet ref="bicycle-lane"/>
144     <inputSet ref="bus-route"/>
145     <inputSet ref="tram-route"/>
146     <inputSet ref="pedestrians"/>
147     <inputSet ref="roadLanes"/>
148     <inputSet ref="roadRoundabout"/>
149     <inputSet ref="permissions"/>
150   </inputSet>
151   
152
153   <inputSet id="minorRoad">
154     <inputSet ref="names"/>
155     <inputSet ref="roadRestrictions"/>
156     <inputSet ref="roadPhysical"/>
157     <inputSet ref="cycle"/>
158     <inputSet ref="bicycle-lane"/>
159     <inputSet ref="bus-route"/>
160     <inputSet ref="tram-route"/>
161     <inputSet ref="pedestrians"/>
162     <inputSet ref="roadLanes"/>
163     <inputSet ref="roadRoundabout"/>
164     <inputSet ref="permissions"/>
165   </inputSet>
166
167   <inputSet id="path">
168     <inputSet ref="simpleName"/>
169     <inputSet ref="roadPhysical"/>
170     <inputSet ref="cycle"/>
171     <inputSet ref="ldp"/>
172     <inputSet ref="pedestrians"/>
173     <inputSet ref="permissions"/>
174   </inputSet>
175
176   <inputSet id="junctionNode">
177     <inputSet ref="turnRestrictions"/>
178   </inputSet>
179
180   <inputSet id="roadRefs">
181     <input type="freetext" presence="always"
182         name="Reference" category="Details" priority="high"
183         key="ref" description="The official reference number"/>
184     <input type="freetext" presence="onTagMatch"
185         name="International Reference" category="Details" subcategory="Additional names" 
186         key="int_ref" description="The official international reference number"/>
187     <input type="freetext" presence="onTagMatch"
188         name="Old Reference" category="Details" subcategory="Additional names" priority="low"
189         key="old_ref" description="The historic or previous reference number"/>
190   </inputSet>
191
192   <inputSet id="roadPhysical">
193     <input type="freetext" presence="onTagMatch"
194         name="Width" category="Details" subcategory="Physical" 
195         key="width" description="Width of the road" layout="horizontal"/>
196     <input type="choice" presence="onTagMatch"
197         name="Surface" category="Details" description="Type of road surface"
198         key="surface" layout="horizontal">
199       <choice value="unpaved" text="Unpaved" description="Road surface is unsealed"/>
200       <choice value="paved" text="Paved" description="Road surface is sealed"/>
201       <choice value="asphalt" text="Asphalt"/>
202       <choice value="concrete" text="Concrete"/>
203       <choice value="paving_stones" text="Paving stones"/>
204       <choice value="cobblestone" text="Cobblestone"/>
205       <choice value="sand" text="Sand"/>
206       <choice value="gravel" text="Gravel"/>
207       <choice value="dirt" text="Dirt"/>
208       <choice value="grass" text="Grass"/>
209     </input>
210     <inputSet ref="bridge"/>
211     <inputSet ref="tunnel"/>
212     <inputSet ref="embankment-cutting"/>
213     <!-- not sure which category best suits put area=yes -->
214     <input type="checkbox" presence="onTagMatch" category="Details" subcategory="Physical" 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." />
215   </inputSet>
216
217   <inputSet id="roadLanes">
218     <input presence="onTagMatch" type="number" name="Lanes" category="Details" description="Total number of lanes, counting both directions"
219            key="lanes" minimum="1" maximum="10" layout="horizontal"/>
220   </inputSet>
221
222   <inputSet id="bridge">
223     <input type="choice" presence="onTagMatch"
224         name="Bridge" category="Details" description="Road goes over a bridge"
225         key="bridge" layout="horizontal">
226       <choice value="yes" text="Generic Bridge" description="Generic bridge -- type unknown"/>
227       <choice value="viaduct" text="Viaduct" description="Viaduct"/>
228       <choice value="suspension" text="Suspension bridge"/>
229     </input>
230     <input type="slider" presence="onTagMatch"
231         name="Layer" category="Details" description="Relative vertical positions (-5 lowest, +5 highest)"
232         key="layer" minimum="-5" maximum="5" default="0" snapInterval="1" labels="Lowest,Ground,Highest"
233         defaultName="Ground"/>
234   </inputSet>
235   <inputSet id="tunnel">
236     <!-- Not ideal, used for non-roads too. -->  
237     <input type="choice" presence="onTagMatch"
238         name="Tunnel" category="Details" subcategory="Physical" description="Road goes into a tunnel"
239         key="tunnel" layout="horizontal">
240       <choice value="yes" text="Tunnel" description="Generic tunnel"/>
241     </input>
242   </inputSet>
243
244   <inputSet id="embankment-cutting">
245     <input type="choice"
246            name="Embankment" category="Details" subcategory="Physical" description="Road supported on a raised bed of earth and rock."
247            key="embankment" layout="horizontal">
248       <choice value="yes" text="Embankment"/>
249     </input>
250     <input type="choice"
251            name="Cutting" category="Details" subcategory="Physical" description="Road carved out of hill on one or both sides."
252            key="cutting" layout="horizontal">
253       <choice value="yes" text="Cutting"/>
254     </input>
255
256   </inputSet>
257
258   <inputSet id="rail-electrification">
259     <input type="choice" name="Electrified" category="Details" subcategory="Electrification" description="Is the track electrified (whether by 3rd rail, overhead wires, etc)?"
260            key="electrified">
261       <choice value="yes" text="Yes"/>
262       <choice value="contact_line" text="Overhead line"/>
263       <choice value="rail" text="Third rail"/>
264       <choice value="no" text="No"/>
265     </input>
266     <input type="choice" name="Voltage" category="Details" subcategory="Electrification" description="Nominal voltage of electric wires"
267            key="voltage" presence="withCategory">
268       <choice value="600" text="600V"/>
269       <choice value="750" text="750V"/>
270       <choice value="1500" text="1500V"/>
271       <choice value="3000" text="3000V"/>
272       <choice value="12000" text="12kV"/>
273       <choice value="15000" text="15kV"/>
274       <choice value="25000" text="25kV"/>
275     </input>
276     <input type="choice" name="Frequency" category="Details" subcategory="Electrification" description="Frequency in Hertz of alternating current power supply"
277            key="frequency" presence="withCategory">
278       <choice value="0" text="DC"/>
279       <choice value="16.67" text="16.67 Hz"/>
280       <choice value="16.7" text="16.7 Hz"/>
281       <choice value="25" text="25 Hz"/>
282       <choice value="50" text="50 Hz"/>
283       <choice value="60" text="60 Hz"/>
284     </input>
285   </inputSet>
286
287   <inputSet id="fee">
288     <input type="freetext" presence="onTagMatch" category="Restrictions" description="The charge/cost of using this amenity" name="Fee" key="fee"/>
289   </inputSet>
290
291   <inputSet id="roadRestrictions">
292     <input type="choice" presence="always"
293         name="Oneway" category="Restrictions" description="Oneway roads"
294         key="oneway">
295       <choice value="yes" match="yes|true|1" text="One way"
296         description="Road can only be travelled in direction of way" icon="features/oneway__yes.png"/>
297       <choice value="no" match="no|false|0" text="Two way"
298         description="Road can be travelled in both directions" icon="features/oneway__no.png"/>
299       <choice value="-1" match="-1|reverse" text="One way reverse"
300         description="Road can be travelled in opposite direction to way" icon="features/oneway__-1.png"/>
301     </input>
302     <input type="speed" presence="onTagMatch"
303         name="Speed Limit" category="Restrictions" description="Maximum permitted speed on this road"
304         key="maxspeed"/>
305   </inputSet>
306
307   <inputSet id="roadRoundabout">
308     <!-- review the choice of category -->
309     <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."
310            key="junction">
311       <choice value="roundabout" text="Yes"/>
312     </input>
313   </inputSet>
314
315   <inputSet id="turnRestrictions">
316     <input type="turn" name="Turn restriction" description="Turn restriction" category="Restrictions" priority="normal" presence="onTagMatch">
317       <match k="type" v="restriction"/>
318       <role role="via"/>
319     </input>
320   </inputSet>
321   
322   <inputSet id="trafficSignals">
323     <!-- can't add as standalone feature due to current limitations, would conflict with junction node feature -->
324     <input type="choice" key="highway" name="Traffic signals" description="Intersection controlled by traffic lights" category="Restrictions" presence="always">
325       <choice value="traffic_signals" text="Yes"/>
326     </input>
327   </inputSet>
328
329   <inputSet id="pedestrians">
330     <input type="choice" name="Pedestrians" description="Can pedestrians use this road, including footpaths if any?" category="Walk" key="foot">
331       <choice value="yes" text="Allowed"/>
332       <choice value="no" text="Prohibited"/>
333       <choice value="designated" text="Designated"/>
334     </input>
335   </inputSet>
336
337   <inputSet id="naptan">
338     <input type="freetext" presence="onTagMatch" category="Transport" description="12 character internal Naptan ID" name="Atco Code" key="naptan:AtcoCode"/>
339     <input type="choice" presence="onTagMatch" category="Transport" description="The eight-point compass bearning" name="Naptan Bearing" key="naptan:Bearing" >
340       <choice value="N"  match="N"  text="N"  description=""/>
341       <choice value="NE" match="NE" text="NE" description=""/>
342       <choice value="E"  match="E"  text="E"  description=""/>
343       <choice value="SE" match="SE" text="SE" description=""/>
344       <choice value="S"  match="S"  text="S"  description=""/>
345       <choice value="SW" match="SW" text="SW" description=""/>
346       <choice value="W"  match="W"  text="W"  description=""/>
347       <choice value="NW" match="NW" text="NW" description=""/>
348     </input>
349     <input type="freetext" presence="onTagMatch" category="Transport" description="The naptan common name" name="Naptan Common Name (read-only)" key="naptan:CommonName"/>
350     <input type="freetext" presence="onTagMatch" category="Transport" description="" name="Naptan Indicator (read-only)" key="naptan:Indicator"/>
351     <input type="freetext" presence="onTagMatch" category="Transport" description="" name="Naptan Street (read-only)" key="naptan:Street"/>
352     <input type="freetext" presence="onTagMatch" category="Transport" description="Delete this when the details have been verified on-the-ground" name="Naptan Verified?" key="naptan:verified"/>
353   </inputSet>
354
355   <inputSet id="buses">
356     <input type="freetext" presence="always" category="Transport" name="Stop Name" key="name" description="The name of the bus stop"/>
357     <input type="freetext" presence="always" category="Transport" 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"/>
358     <inputSet ref="naptan"/>
359   </inputSet>
360
361   <inputSet id="bus-route">
362     <input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
363       <match k="type" v="route"/>
364       <match k="route" v="bus"/>
365       <icon image="features/route__bus.png">
366         <font size="12pt">${operator} <b>${ref}</b></font>
367       </icon>
368     </input>
369   </inputSet>
370
371   <inputSet id="tram-route">
372     <input type="route" name="Tram Route" description="Tram route" category="Transport" priority="low" presence="onTagMatch">
373       <match k="type" v="route"/>
374       <match k="route" v="tram"/>
375       <icon image="features/transport__tram.png">
376         <font size="12pt">${operator} <b>${ref}</b></font>
377       </icon>
378     </input>
379   </inputSet>
380
381   <inputSet id="train-route">
382     <input type="route" name="Train Route" description="Train route" category="Transport" priority="low" presence="onTagMatch">
383       <match k="type" v="route"/>
384       <match k="route" v="train"/>
385       <icon image="features/transport__railway.png">
386         <font size="12pt">${name|operator} <b>(${ref})</b></font>
387       </icon>
388     </input>
389   </inputSet>
390
391   <inputSet id="cycle">
392     <inputSet ref="bicycle-permission"/>
393     <input type="route" name="National Cycle Routes" description="A signposted route in a National Cycle Network, or nearest equivalent." category="Cycle" priority="low">
394       <match k="type" v="route"/>
395       <match k="route" v="bicycle"/>
396       <match k="network" v="ncn"/>
397       <icon image="features/route__ncn.png" background="#ff6f7a" foreground="white">
398         <font size="14pt"><b>${ref}</b></font><br/>
399         <font size="12pt">${name}</font>
400       </icon>
401     </input>
402     <input type="route" name="Regional Cycle Routes" description="A signposted route in a Regional Cycle Network, or nearest equivalent." category="Cycle" priority="low">
403       <match k="type" v="route"/>
404       <match k="route" v="bicycle"/>
405       <match k="network" v="rcn"/>
406       <icon image="features/route__rcn.png" background="#6ff7ff" foreground="white">
407         <font size="14pt"><b>${ref}</b></font><br/>
408         <font size="12pt">${name}</font>
409       </icon>
410     </input>
411     <input type="route" name="Local Cycle Routes" description="A signposted route in a Local Cycle Network, or nearest equivalent." category="Cycle" priority="lowest">
412       <match k="type" v="route"/>
413       <match k="route" v="bicycle"/>
414       <match k="network" v="lcn"/>
415       <icon image="features/route__lcn.png" background="#7d6fff" foreground="white">
416         <font size="14pt"><b>${ref}</b></font><br/>
417         <font size="12pt">${name}</font>
418       </icon>
419     </input>
420     <input type="route" name="Mountain bike route" description="A signposted route for mountain biking." category="Cycle" priority="lowest">
421       <match k="type" v="route"/>
422       <match k="route" v="mtb"/>
423       <icon image="features/route__mtb.png" background="#9f4404" foreground="white">
424         <font size="14pt"><b>${ref}</b></font><br/>
425         <font size="12pt">${name}</font>
426       </icon>
427     </input>
428   </inputSet>
429
430   <inputSet id="bicycle-permission">
431     <input type="choice"
432            name="Bicycles permitted" category="Cycle" description="Are bicyles allowed to use this road (regardless of physical suitability)?"
433            key="bicycle">
434       <choice value="yes" text="Allowed"/>
435       <choice value="no" text="Prohibited" desciption="Cycling is not allowed. Pushing your bicycle is not allowed either."/>
436       <choice value="private" text="Private"/>
437       <choice value="dismount" text="Cyclists dismount" description="Signage states that cyclists should dismount and push their bike for the selected path or road."/>
438       <choice value="designated" text="Designated"/>
439       <help>http://wiki.openstreetmap.org/wiki/Key:access</help>
440     </input>
441   </inputSet>
442
443   <inputSet id="bicycle-lane">
444     <input type="choice"
445         name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
446         key="cycleway" layout="horizontal">
447       <choice value="no" text="No bike lanes"/>
448       <choice value="lane" text="On-road bike lane" description="Separated by painted line on the road from cars"/>
449       <choice value="track" text="Parallel track" description="Separated by kerb or parked cars"/>
450       <choice value="opposite_lane" text="Contraflow lane" description="Separated by painted line, and allowing bicycles in both directions in an otherwise one-way street."/>
451       <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."/>
452       <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."/>
453       <help>http://wiki.openstreetmap.org/wiki/Key:cycleway</help>
454     </input>
455   </inputSet>
456
457   <inputSet id="ldp">
458     <input type="route" name="National Walking Route" description="National walking route" category="Walk" priority="normal">
459       <match k="type" v="route"/>
460       <match k="route" v="hiking|foot"/>
461       <match k="network" v="nwn"/>
462       <icon image="features/route__nwn.png" background="red" foreground="white">
463         <font size="14pt"><b>${ref}</b></font><br/>
464         <font size="12pt">${name}</font>
465       </icon>
466     </input>
467     <input type="route" name="Regional Walking Route" description="Regional walking route" category="Walk" priority="low">
468       <match k="type" v="route"/>
469       <match k="route" v="hiking|foot"/>
470       <match k="network" v="rwn"/>
471       <icon image="features/route__rwn.png" background="cyan" foreground="white">
472         <font size="14pt"><b>${ref}</b></font><br/>
473         <font size="12pt">${name}</font>
474       </icon>
475     </input>
476     <input type="route" name="Local Walking Route" description="Local walking route" category="Walk" priority="lowest">
477       <match k="type" v="route"/>
478       <match k="route" v="hiking|foot"/>
479       <match k="network" v="lwn"/>
480       <icon image="features/route__lwn.png" background="blue" foreground="white">
481         <font size="14pt"><b>${ref}</b></font><br/>
482         <font size="12pt">${name}</font>
483       </icon>
484     </input>
485   </inputSet>
486
487   <inputSet id="route">
488     <inputSet ref="names"/>
489     <inputSet ref="roadRefs"/>
490   </inputSet>
491
492   <inputSet id="waterways">
493     <inputSet ref="simpleName"/>
494     <input type="freetext" presence="always" name="Width" category="Details" key="width" description="The width in metres"/>
495     <inputSet ref="boatPermissions"/>
496   </inputSet>
497 <!-- Would be good to have a dedicated 'access' type of input -->
498   <!-- all the description fields are identical at the moment for ease of maintenance, should be tailored in future. -->
499   <inputSet id="boatPermissions">
500     <input type="choice" name="Boat permission" category="Restrictions" key="boat" description="Are boats allowed to use this waterway?">
501       <choice value="yes" text="Allowed" description="General right of way."/>
502       <choice value="no" text="Prohibited" description="No access to the public."/>
503       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
504       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
505       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
506     </input>
507   </inputSet>
508
509   <inputSet id="permissions">
510     <input type="choice" name="General access" category="Restrictions" key="access" description="Is there a general right of access, regardless of mode of transport?">
511       <choice value="yes" text="Allowed" description="General right of way."/>
512       <choice value="no" text="Prohibited" description="No access to the public."/>
513       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
514       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
515       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
516     </input>
517
518     <input type="choice" name="Motor vehicles" category="Restrictions" key="motor_vehicle" description="Are cars and other private vehicles allowed?">
519       <choice value="yes" text="Allowed" description="General right of way."/>
520       <choice value="no" text="Prohibited" description="No access to the public."/>
521       <choice value="permissive" text="Permissive" description="Access permitted through private land."/>
522       <choice value="private" text="Private" description="No access to the public, except individual exceptions."/>
523       <choice value="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
524     </input>
525
526     <inputSet ref="hores-permission" />
527
528   </inputSet>
529
530   <inputSet id="horse-permission">
531     <input type="choice" name="Horses" category="Restrictions" key="horse" description="Are horses allowed?">
532       <choice value="yes" text="Allowed" description="General right of way."/>
533       <choice value="no" text="Prohibited" description="No access to the public."/>
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="designated" text="Designated" description="Permitted, according to signs or specific local laws."/>
537     </input>
538   </inputSet>
539
540   <inputSet id="places">
541     <input type="choice" name="Type of Place" presence="always" key="place">
542       <choice value="locality" text="Locality"/>
543       <choice value="hamlet" text="Hamlet"/>
544       <choice value="village" text="Village"/>
545       <choice value="suburb" text="Suburb"/>
546       <choice value="town" text="Town"/>
547       <choice value="city" text="City"/>
548       <choice value="county" text="County"/>
549       <choice value="region" text="Region"/>
550       <choice value="state" text="State"/>
551       <choice value="country" text="Country"/>
552       <choice value="continent" text="Continent"/>
553       <choice value="island" text="Island"/>
554       <choice value="islet" text="Islet"/>
555     </input>
556   </inputSet>
557
558   <inputSet id="isBuilding">
559     <input type="choice" presence="withCategory" category="Details" name="Building type, if it is one" key="building">
560       <choice value="yes" text="Generic building"/>
561       <choice value="residential" text="Generic residential"/>
562       <choice value="apartments" text="Big apartments house"/>
563       <choice value="terrace" text="Terraced house"/>
564       <choice value="house" text="Family house"/>
565       <choice value="hut" text="Small hut"/>
566       <choice value="garage" text="A garage"/>
567       <choice value="garages" text="Block of garages"/>
568       <choice value="office" text="Office building"/>
569       <choice value="public" text="Public building"/>
570       <choice value="industrial" text="Generic industrial"/>
571       <choice value="manufacture" text="Manufacture"/>
572       <choice value="warehouse" text="Warehouse"/>
573       <choice value="hangar" text="Hangar"/>
574       <choice value="storage_tank" text="Fluids storage tank"/>
575       <choice value="retail" text="Retail"/>
576       <choice value="supermarket" text="Supermarket"/>
577       <choice value="train_station" text="Train station"/>
578       <choice value="church" text="Church"/>
579       <choice value="school" text="School"/>
580       <choice value="bunker" text="Military bunker"/>
581       <choice value="collapsed" text="Collapsed building"/>
582       <choice value="roof" text="Just a roof"/>
583       <help>http://wiki.openstreetmap.org/wiki/Key:building</help>
584     </input>
585   </inputSet>
586
587   <inputSet id="powerCables">
588     <input type="choice" name="Cables" key="cables" presence="always" category="Details">
589       <choice value="2" text="2"/>
590       <choice value="3" text="3"/>
591       <choice value="4" text="4"/>
592       <choice value="6" text="6"/>
593       <choice value="8" text="8"/>
594       <choice value="10" text="10"/>
595       <choice value="12" text="12"/>
596     </input>
597     <input type="choice" name="Voltage" key="voltage" presence="always" category="Details">
598       <!-- choices based on http://osmdoc.com/en/tag/voltage/#values-->
599       <choice value="400" text="400 V"/>
600       <choice value="600" text="600 V"/>
601       <choice value="750" text="750 V"/>
602       <choice value="1500" text="1500 V"/>
603       <choice value="3000" text="3000 V"/>
604       <choice value="15000" text="15 kV"/>
605       <choice value="20000" text="20 kV"/>
606       <choice value="35000" text="35 kV"/>
607       <choice value="110000" text="110 kV"/>
608       <choice value="132000" text="132 kV"/>
609       <choice value="138000" text="138 kV"/>
610       <choice value="220000" text="220 kV"/>
611       <choice value="380000" text="380 kV"/>
612       <choice value="500000" text="500 kV"/>
613     </input>
614   </inputSet>
615
616   <inputSet id="pitchSport">
617     <input name="Sport" presence="always" category="Details" key="sport" type="choice" description="The sport that is predominantly played here.">
618       <choice value="9pin" text="9 pin bowling"/>
619       <choice value="10pin" text="10 pin bowling"/>
620       <choice value="american_football" text="American football"/>
621       <choice value="archery" text="Archery"/>
622       <choice value="athletics" text="Athletics"/>
623       <choice value="australian_football" text="Australian Rules Football"/>
624       <choice value="baseball" text="Baseball"/>
625       <choice value="basketball" text="Basketball"/>
626       <choice value="beachvolleyball" text="Beach volleyball"/>
627       <choice value="boules" text="Boules/petanque/bocci"/>
628       <choice value="bowls" text="Lawn bowls"/>
629       <choice value="canadian_football" text="Canadian football"/>
630       <choice value="chess" text="Chess"/>
631       <choice value="cricket" text="Cricket"/>
632       <choice value="cricket_nets" text="Cricket nets"/>
633       <choice value="croquet" text="Croquet"/>
634       <choice value="equestrian" text="Equestrian"/>
635       <choice value="gaelic_football" text="Gaelic football"/>
636       <choice value="gymnastics" text="Gymnastics"/>
637       <choice value="team_handball" text="(Team) handball"/>
638       <choice value="hockey" text="(Field) hockey"/>
639       <choice value="korfball" text="Korball"/>
640       <choice value="pelota" text="Pelota"/>
641       <choice value="rugby_league" text="Rugby league"/>
642       <choice value="rugby_union" text="Rugby union"/>
643       <choice value="shooting" text="Shooting"/>
644       <choice value="skating" text="Ice skating"/>
645       <choice value="skateboard" text="Skateboarding"/>
646       <choice value="soccer" text="Soccer/football"/>
647       <choice value="swimming" text="Swimming"/>
648       <choice value="table_tennis" text="Table tennis"/>
649       <choice value="tennis" text="Tennis"/>
650       <choice value="volleyball" text="Volleyball"/>
651     </input>
652   </inputSet>
653   
654   <inputSet id="wheelchair-basic">
655     <input type="choice" name="Wheelchair" key="wheelchair" presence="onTagMatch" category="Details">
656       <choice value="yes" text="Yes: ramps/elevators/etc" />
657       <choice value="no" text="No: inaccessible to wheelchairs" />
658       <choice value="limited" text="Limited accessibility" />
659     </input>
660   </inputSet>      
661
662 <!-- Features -->
663
664   <include file="map_features/roads.xml" />     <!-- includes traffic calming, roundabouts, race track -->
665   <include file="map_features/paths.xml" />     <!-- includes steps, highway=pedestrian, bike/hike routes -->
666   <include file="map_features/water.xml" />     <!-- includes coastline -->
667   <include file="map_features/transport.xml" /> <!-- includes rail, trams, bus, airports, car rental, bike parking... -->
668   <include file="map_features/power.xml" />     <!-- includes power lines, pylons, stations -->
669   <include file="map_features/places.xml" />    <!-- includes boundaries (inc. NP) -->
670   <include file="map_features/tourism.xml" />   <!-- includes accommodation -->
671   <include file="map_features/barriers.xml" /> 
672   <include file="map_features/shopping.xml" />  <!-- no clear distinction between this, amenities and buildings -->
673   <include file="map_features/amenities.xml" /> <!-- includes cafe, bar... --> 
674   <include file="map_features/landuse.xml" />   <!-- includes outdoor leisure/sporting stuff, agriculture, natural. --> 
675   <include file="map_features/man_made.xml" />  
676   <include file="map_features/buildings.xml" /> <!-- a bit of a dumping ground, includes sports centre, shopping centre, hospital... --> 
677
678
679   
680   <!-- Relations -->
681   <feature name="Multipolygon">
682     <category>advanced</category>
683     <relation/>
684     <tag k="type" v="multipolygon"/>
685     <inputSet ref="common"/>
686   </feature>
687  
688 </mapFeatures>