]> git.openstreetmap.org Git - rails.git/blob - public/potlatch2/map_features/transport.xml
Update Potlatch 2 to 2.3-236-ge27f26d build
[rails.git] / public / potlatch2 / map_features / transport.xml
1 <featureGroup>
2     <feature name="Railway line">
3         <category>transport</category>
4         <icon image="features/railway__rail.png">
5           <font size="14pt">
6             <b>${name}</b>
7           </font>
8         </icon>
9     
10         <line/>
11         <tag k="railway" v="rail"/>
12         <inputSet ref="bridge"/>
13         <inputSet ref="tunnel"/>
14         <inputSet ref="embankment-cutting"/>
15         <inputSet ref="rail-electrification"/>
16         <inputSet ref="common"/>
17       </feature>
18     
19     
20       <feature name="Railway spur">
21         <category>transport</category>
22         <icon image="features/railway__spur.png">
23           <font size="14pt">
24             <b>${name}</b>
25           </font>
26         </icon>
27     
28         <line/>
29         <tag k="railway" v="rail"/>
30         <tag k="service" v="spur"/>
31         <inputSet ref="common"/>
32       </feature>
33     
34     
35       <feature name="Railway siding">
36         <category>transport</category>
37         <icon image="features/railway__siding.png">
38           <font size="14pt">
39             <b>${name}</b>
40           </font>
41         </icon>
42     
43         <line/>
44         <tag k="railway" v="rail"/>
45         <tag k="service" v="siding"/>
46         <inputSet ref="common"/>
47       </feature>
48     
49     
50       <feature name="Preserved line">
51         <category>transport</category>
52         <icon image="features/railway__preserved.png">
53           <font size="14pt"><b>${name}</b></font>
54         </icon>
55     
56         <line/>
57         <tag k="railway" v="preserved"/>
58         <inputSet ref="common"/>
59       </feature>
60     
61     
62       <feature name="Disused tracks">
63         <category>transport</category>
64         <icon image="features/railway__disused.png">
65           <font size="14pt">
66             <b>${name}</b>
67           </font>
68         </icon>
69     
70         <line/>
71         <tag k="railway" v="disused"/>
72         <inputSet ref="common"/>
73       </feature>
74     
75     
76       <feature name="Old trackbed">
77         <category>transport</category>
78         <icon image="features/railway__abandoned.png">
79           <font size="14pt"><b>${name}</b></font>
80         </icon>
81     
82         <line/>
83         <tag k="railway" v="abandoned"/>
84         <inputSet ref="common"/>
85       </feature>
86     
87     
88       <feature name="Light rail line">
89         <category>transport</category>
90         <icon image="features/railway__light.png">
91           <font size="14pt">
92             <b>${name}</b>
93           </font>
94         </icon>
95     
96         <line/>
97         <tag k="railway" v="light_rail"/>
98         <inputSet ref="bridge"/>
99         <inputSet ref="tunnel"/>
100         <inputSet ref="embankment-cutting"/>
101         <inputSet ref="rail-electrification"/>
102         <inputSet ref="common"/>
103       </feature>
104     
105     
106       <feature name="Tram line">
107         <category>transport</category>
108         <icon image="features/railway__tram.png">
109           <font size="14pt"><b>${name}</b></font>
110         </icon>
111     
112         <line/>
113         <tag k="railway" v="tram"/>
114         <input ref="tram-route"/>
115         <inputSet ref="bridge"/>
116         <inputSet ref="tunnel"/>
117         <inputSet ref="embankment-cutting"/>
118         <inputSet ref="rail-electrification"/>
119         <inputSet ref="common"/>
120       </feature>
121     
122     
123       <feature name="Subway line">
124         <category>transport</category>
125         <icon image="features/railway__subway.png">
126           <font size="14pt">
127             <b>${name}</b>
128           </font>
129         </icon>
130     
131         <line/>
132         <tag k="railway" v="subway"/>
133         <inputSet ref="bridge"/>
134         <inputSet ref="tunnel"/>
135         <inputSet ref="embankment-cutting"/>
136         <inputSet ref="rail-electrification"/>
137         <inputSet ref="common"/>
138       </feature>
139     
140     
141       <feature name="Railway platform">
142         <category>transport</category>
143         <icon image="features/railway__platform.png"/>
144         <line/>
145         <area/>
146         <tag k="railway" v="platform"/>
147         <input type="freetext" presence="onTagMatch" category="Details" name="Reference" key="ref" description="The number of the platform" priority="low"/>
148         <inputSet ref="common"/>
149       </feature>
150     
151   <feature name="Car Wash">
152     <category>transport</category>
153     <icon image="features/pois/transport_car_wash.n.24.png">
154       ${name}
155     </icon>
156     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_wash</help>
157     <point/>
158     <tag k="amenity" v="car_wash"/>
159     <inputSet ref="names"/>
160     <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The company/organisation that runs the car wash" priority="low"/>
161     <input type="freetext" presence="onTagMatch" category="Details" name="Opening hours" key="opening_hours" priority="normal"/>
162     <input type="choice" presence="onTagMatch" category="Details" name="Self service" key="self_service" priority="low">
163         <choice value="yes" text="Yes" />
164         <choice value="no" text="No" />
165     </input>
166     <input type="choice" presence="onTagMatch" category="Details" name="Automated" key="automated" priority="low">
167         <choice value="yes" text="Yes" />
168         <choice value="no" text="No" />
169     </input>
170     
171     <inputSet ref="common"/>
172   </feature>
173     
174       <feature name="Bus station">
175         <category>transport</category>
176         <icon image="features/amenity__bus_station.png">
177           <b>${name} ${addr:housename}</b><br/>
178           ${addr:housenumber} ${addr:street} ${addr:postcode}
179         </icon>
180     
181         <area/>
182         <tag k="amenity" v="bus_station"/>
183         <inputSet ref="names"/>
184         <inputSet ref="isBuilding"/>
185         <inputSet ref="buildingAddress"/>
186         <inputSet ref="common"/>
187       </feature>
188     
189     
190       <feature name="Airport">
191         <category>transport</category>
192         <icon image="features/aeroway__aerodrome.png" dnd="features/pois/transport_airport.n.24.png"/>
193         <tag k="aeroway" v="aerodrome"/>
194         <area/>
195         <point/>
196         <inputSet ref="names"/>
197         <input type="freetext" presence="always" category="Details" name="International Air Transport Association (IATA) airport code" key="ref"/>
198         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
199         <inputSet ref="common"/>
200       </feature>
201     
202     
203       <feature name="Airport terminal">
204         <category>transport</category>
205         <icon image="features/aeroway__terminal.png" dnd="features/pois/transport_airport_terminal.n.24.png"/>
206         <tag k="aeroway" v="terminal"/>
207         <area/>
208         <point/>
209         <inputSet ref="names"/>
210         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
211         <inputSet ref="common"/>
212       </feature>
213     
214     
215       <feature name="Helipad">
216         <category>transport</category>
217         <icon image="features/aeroway__helipad.png" dnd="features/pois/transport_helicopter_pad.n.24.png"/>
218         <tag k="aeroway" v="helipad"/>
219         <area/>
220         <point/>
221         <inputSet ref="names"/>
222         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
223         <inputSet ref="common"/>
224       </feature>
225     
226     
227       <feature name="Airport runway">
228         <category>transport</category>
229         <icon image="features/aeroway__runway.png"/>
230         <tag k="aeroway" v="runway"/>
231         <line/>
232         <inputSet ref="names"/>
233         <input type="freetext" presence="always" category="Details" name="Runway number (01-36)" key="ref"/>
234         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
235         <inputSet ref="common"/>
236       </feature>
237     
238     
239       <feature name="Airport taxiway">
240         <category>transport</category>
241         <icon image="features/aeroway__taxiway.png"/>
242         <tag k="aeroway" v="taxiway"/>
243         <line/>
244         <inputSet ref="names"/>
245         <input type="freetext" presence="always" category="Details" name="Taxiway number" key="ref" />
246         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
247         <inputSet ref="common"/>
248       </feature>
249     
250     
251       <feature name="Airport apron">
252         <category>transport</category>
253         <icon image="features/aeroway__apron.png"/>
254         <tag k="aeroway" v="apron"/>
255         <area/>
256         <inputSet ref="names"/>
257         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
258         <inputSet ref="common"/>
259       </feature>
260     
261     
262       <feature name="Airport gate">
263         <category>transport</category>
264         <icon image="features/pois/transport_airport_gate.n.24.png"/>
265         <tag k="aeroway" v="gate"/>
266         <point/>
267         <input type="freetext" presence="always" category="Details" name="Gate number" key="ref"/>
268         <help>http://wiki.openstreetmap.org/wiki/Key:aeroway</help>
269         <inputSet ref="common"/>
270       </feature>
271       
272       
273 <feature name="Aerodrome">
274     <category>aeroway</category>
275     <icon image="features/aeroway__aerodrome.png"/>
276     <help>http://wiki.openstreetmap.org/wiki/Tag:aeroway%3Daerodrome</help>
277     <point/>
278     <tag k="aeroway" v="aerodrome"/>
279     <inputSet ref="simpleName"/>
280     <inputSet ref="common"/>
281   </feature>
282
283
284   <feature name="Bus Stop">
285     <category>transport</category>
286     <icon image="features/pois/transport_bus_stop2.n.24.png">
287       ${name} ${local_ref}
288     </icon>
289     <point/>
290     <tag k="highway" v="bus_stop"/>
291     <inputSet ref="buses"/>
292     <inputSet ref="common"/>
293   </feature>
294
295
296   <feature name="Car Parking">
297     <category>transport</category>
298     <icon image="features/amenity__parking.png" dnd="features/pois/transport_parking_car.n.24.png">
299       ${name}
300     </icon>
301     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dparking</help>
302     <point/>
303     <area/>
304     <tag k="amenity" v="parking"/>
305     <inputSet ref="names"/>
306     <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
307     <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"/>
308     <input type="choice" presence="always" category="Parking" name="Type" key="parking" priority="high">
309       <choice value="surface" text="Surface (outdoor)" />
310       <choice value="multi-storey" text="Multi-storey" />
311       <choice value="underground" text="Underground" />
312       <choice value="garage" text="Garage" />
313       <choice value="park_and_ride" text="Park-and-ride" />
314       <choice value="garage_boxes" text="Garage boxes" />
315     </input>
316     <input type="freetext" presence="onTagMatch" category="Parking" name="Maximum stay" key="maxstay" description="The maximum permitted duration of parking (eg, 4h)."/>
317     <inputSet ref="fee"/>
318     <inputSet ref="common"/>
319   </feature>
320
321
322   <feature name="Bicycle Parking">
323     <category>transport</category>
324     <icon image="features/pois/transport_parking_bicycle.n.24.png">
325       ${name} ${capacity}
326     </icon>
327     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbicycle_parking</help>
328     <point/>
329     <tag k="amenity" v="bicycle_parking"/>
330     <inputSet ref="names"/>
331     <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The provider of the postal service" priority="low"/>
332     <input type="number" minimum="0" maximum="99999" stepSize="1"
333         presence="always" category="Cycle" name="Capacity" key="capacity"
334         description="The number of bicycles that can be parked in the group of bicycle parking racks"/>
335     <inputSet ref="fee"/>
336     <input type="choice" presence="always" category="Cycle" name="Covered" key="covered" description="Is the cycle parking covered, so that the bikes are kept dry?">
337       <choice value="yes" text="Yes"/>
338       <choice value="no" text="No"/>
339     </input>
340     <inputSet ref="common"/>
341   </feature>
342
343
344   <feature name="Railway station">
345     <category>transport</category>
346     <icon image="features/pois/transport_train_station.n.24.png">
347       <font size="14pt">
348         <b>${name}</b>
349       </font>
350     </icon>
351
352     <point/>
353     <tag k="railway" v="station"/>
354     <inputSet ref="names"/>
355     <input type="freetext" presence="onTagMatch" category="Details" name="Reference" key="ref" description="The shortcode/reference for the station" priority="low"/>
356     <input type="freetext" presence="onTagMatch" category="Details" name="Operator" key="operator" description="The provider of the service" priority="low"/>
357     <input type="number" minimum="1" maximum="99999" stepSize="1" presence="onTagMatch" category="Details" name="Platforms" key="platforms" description="The number of passenger platforms at the station" priority="low"/>
358     <inputSet ref="common"/>
359   </feature>
360
361
362   <feature name="Fuel">
363     <category>transport</category>
364     <point />
365     <inputSet ref="simpleName" />
366     <icon image="features/pois/transport_fuel.n.24.png" />
367     <tag k="amenity" v="fuel"/>
368     <inputSet ref="simpleBrand"/>
369     <inputSet ref="simpleOperator"/>
370
371     <input type="choice" category="Details" name="Diesel" key="fuel:diesel" description="Is diesel fuel sold here?" priority="low">
372       <choice value="yes" text="Yes"/>
373       <choice value="no" text="No"/>
374     </input>
375     <input type="choice" category="Details" name="GTL Diesel" key="fuel:GTL_diesel" description="Is GTL diesel fuel sold here?" priority="low">
376       <choice value="yes" text="Yes"/>
377       <choice value="no" text="No"/>
378     </input>
379     <input type="choice" category="Details" name="HGV Diesel" key="fuel:HGV_diesel" description="Is HGV diesel fuel sold here?" priority="low">
380       <choice value="yes" text="Yes"/>
381       <choice value="no" text="No"/>
382     </input>
383     <input type="choice" category="Details" name="Biodiesel" key="fuel:biodiesel" description="Is biodiesel unleaded fuel sold here?" priority="low">
384       <choice value="yes" text="Yes"/>
385       <choice value="no" text="No"/>
386     </input>
387     <input type="choice" category="Details" name="Octane 91" key="fuel:octane_91" description="Is octane 91 unleaded fuel sold here?" priority="low">
388       <choice value="yes" text="Yes"/>
389       <choice value="no" text="No"/>
390     </input>
391     <input type="choice" category="Details" name="Octane 95" key="fuel:octane_95" description="Is octane 95 unleaded fuel sold here?" priority="low">
392       <choice value="yes" text="Yes"/>
393       <choice value="no" text="No"/>
394     </input>
395     <input type="choice" category="Details" name="Octane 98" key="fuel:octane_98" description="Is octane 98 unleaded fuel sold here?" priority="low">
396       <choice value="yes" text="Yes"/>
397       <choice value="no" text="No"/>
398     </input>
399     <input type="choice" category="Details" name="Octane 100" key="fuel:octane_100" description="Is octane 100 unleaded fuel sold here?" priority="low">
400       <choice value="yes" text="Yes"/>
401       <choice value="no" text="No"/>
402     </input>
403     <input type="choice" category="Details" name="Mixture 1:25" key="fuel:1_25" description="Is mixture 1:25 fuel sold here?" priority="low">
404       <choice value="yes" text="Yes"/>
405       <choice value="no" text="No"/>
406     </input>
407     <input type="choice" category="Details" name="Mixture 1:50" key="fuel:1_50" description="Is mixture 1:50 fuel sold here?" priority="low">
408       <choice value="yes" text="Yes"/>
409       <choice value="no" text="No"/>
410     </input>
411     <input type="choice" category="Details" name="E10" key="fuel:e10" description="Is E10 sold here?" priority="low">
412       <choice value="yes" text="Yes"/>
413       <choice value="no" text="No"/>
414     </input>
415     <input type="choice" category="Details" name="E85" key="fuel:e85" description="Is E85 sold here?" priority="low">
416       <choice value="yes" text="Yes"/>
417       <choice value="no" text="No"/>
418     </input>
419     <input type="choice" category="Details" name="Biogas" key="fuel:biogas" description="Is biogas sold here?" priority="low">
420       <choice value="yes" text="Yes"/>
421       <choice value="no" text="No"/>
422     </input>
423     <input type="choice" category="Details" name="CNG" key="fuel:cng" description="Is CNG sold here?" priority="low">
424       <choice value="yes" text="Yes"/>
425       <choice value="no" text="No"/>
426     </input>
427     <input type="choice" category="Details" name="LPG" key="fuel:lpg" description="Is LPG sold here?" priority="low">
428       <choice value="yes" text="Yes"/>
429       <choice value="no" text="No"/>
430     </input>
431     <input type="choice" category="Details" name="Electricity" key="fuel:electricity" description="Is it possible to charge an electric car here?" priority="low">
432       <choice value="yes" text="Yes"/>
433       <choice value="no" text="No"/>
434     </input>
435     <inputSet ref="common"/>
436   </feature>
437
438
439   <feature name="Bus station">
440     <category>transport</category>
441     <point/>
442     <inputSet ref="simpleName"/>
443     <icon image="features/pois/transport_bus_station.n.24.png"/>
444     <tag k="amenity" v="bus_station"/>
445     <inputSet ref="common"/>
446   </feature>
447
448
449   <feature name="Taxi rank">
450     <category>transport</category>
451     <point/>
452     <inputSet ref="simpleName"/>
453     <icon image="features/pois/transport_taxi_rank.n.24.png"/>
454     <tag k="amenity" v="taxi"/>
455     <inputSet ref="common"/>
456   </feature>
457
458
459   <feature name="Tram stop">
460     <category>transport</category><point/><inputSet ref="simpleName" />
461     <icon image="features/pois/transport_tram_stop.n.24.png"/>
462     <tag k="railway" v="tram_stop"/>
463     <inputSet ref="common"/>
464   </feature>
465
466
467   <feature name="Bicycle rental">
468     <category>transport</category>
469     <point/>
470     <inputSet ref="simpleName"/>
471     <icon image="features/pois/transport_rental_bicycle.n.24.png"/>
472     <tag k="amenity" v="bicycle_rental"/>
473     <inputSet ref="common"/>
474   </feature>
475
476
477   <feature name="Car rental">
478     <category>transport</category>
479     <point/>
480     <inputSet ref="simpleName"/>
481     <icon image="features/pois/transport_rental_car.n.24.png"/>
482     <tag k="amenity" v="car_rental"/>
483     <inputSet ref="common"/>
484   </feature>
485
486
487   <feature name="Ferry Terminal">
488     <category>transport</category>
489     <icon image="features/pois/transport_port.n.24.png"/>
490     <help>http://wiki.openstreetmap.org/wiki/Tag:amenity%3Dferry_terminal</help>
491     <point/>
492     <tag k="amenity" v="ferry_terminal"/>
493     <inputSet ref="simpleName" />
494     <input type="freetext" presence="always" category="" name="Operator" key="operator" description="The operator of the ferry terminal." priority="low"/>
495     <input type="freetext" presence="onTagMatch" category="Details" name="Cargo" key="cargo" description="The cargo shipped from here." priority="low"/>
496     <inputSet ref="common"/>
497   </feature>
498
499
500   <!-- public transit routes -->
501   <feature name="Bus Route">
502     <category>transport</category>
503     <icon image="features/route__bus.png">
504       <font size="12pt">
505         ${operator} <b>${ref}</b>
506       </font>
507     </icon>
508
509     <relation/>
510     <tag k="type" v="route"/>
511     <tag k="route" v="bus"/>
512
513     <inputSet ref="route"/>
514     <input type="freetext" presence="always" category="Details" name="Operator" key="operator" description="The provider of the bus service" priority="low"/>
515     <input type="freetext" presence="always" category="Details" name="Network" key="network" description="The network of the bus service" priority="low"/>
516     <inputSet ref="common"/>
517   </feature>
518
519
520   <feature name="Tram Route">
521     <category>transport</category>
522     <icon image="features/transport__tram.png">
523       <font size="12pt">
524         ${operator} <b>${reg}</b>
525       </font>
526     </icon>
527
528     <relation/>
529     <tag k="type" v="route"/>
530     <tag k="route" v="tram"/>
531
532     <inputSet ref="route"/>
533     <input type="freetext" presence="always" category="Details" name="Operator" key="operator" description="The provider of the tram service" priority="low"/>
534     <input type="freetext" presence="always" category="Details" name="Network" key="network" description="The network of the tram service" priority="low"/>
535     <inputSet ref="common"/>
536   </feature>
537
538       
539 </featureGroup>