2 <feature name="Footpath">
\r
3 <category>paths</category>
\r
4 <icon image="features/paths__footway.png">
\r
5 ${name} <i>${ref}</i>
\r
7 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dfootway</help>
\r
9 <tag k="highway" v="footway"/>
\r
10 <inputSet ref="path"/>
\r
11 <inputSet ref="common"/>
\r
12 <inputset ref="naming"/>
\r
15 <feature name="Cycle path">
\r
16 <category>paths</category>
\r
17 <icon image="features/paths__bike.png">
\r
18 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
\r
20 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway</help>
\r
22 <tag k="highway" v="cycleway"/>
\r
23 <inputSet ref="path"/>
\r
24 <inputSet ref="common"/>
\r
25 <inputset ref="naming"/>
\r
28 <feature name="Generic path">
\r
29 <category>paths</category>
\r
31 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
\r
33 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath</help>
\r
36 <tag k="highway" v="path"/>
\r
37 <inputSet ref="path"/>
\r
38 <inputSet ref="common"/>
\r
39 <inputset ref="naming"/>
\r
43 <feature name="Pedestrian street">
\r
44 <category>paths</category>
\r
45 <icon image="features/paths__pedestrian.png">
\r
51 <tag k="highway" v="pedestrian"/>
\r
52 <!-- pedestrian roads can be lines or areas, with different tags -->
\r
53 <!-- TODO - implement this! -->
\r
55 <tag k="highway" v="pedestrian"/>
\r
58 <tag k="highway" v="pedestrian"/>
\r
59 <tag k="area" v="yes"/>
\r
61 <inputSet ref="minorRoad"/>
\r
62 <inputSet ref="common"/>
\r
63 <inputset ref="naming"/>
\r
66 <feature name="Bridleway">
\r
67 <category>paths</category>
\r
68 <icon image="features/paths__bridleway.png">
\r
72 <tag k="highway" v="bridleway"/>
\r
73 <inputSet ref="path"/>
\r
74 <inputSet ref="common"/>
\r
75 <inputset ref="naming"/>
\r
78 <feature name="Steps">
\r
79 <category>paths</category>
\r
80 <icon image="features/paths__steps.png">
\r
82 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
\r
85 <tag k="highway" v="steps"/>
\r
86 <inputSet ref="path"/>
\r
87 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
\r
88 <inputSet ref="common"/>
\r
92 <!-- Bicycle routes -->
\r
93 <feature name="National Cycle Network">
\r
94 <category>paths</category>
\r
95 <icon image="features/cycle__ncn.png" background="red" foreground="white">
\r
100 <font size="12pt">${name}</font>
\r
104 <tag k="type" v="route"/>
\r
105 <tag k="network" v="ncn"/>
\r
107 <inputSet ref="route"/>
\r
108 <inputSet ref="common"/>
\r
112 <feature name="Regional Cycle Network">
\r
113 <category>paths</category>
\r
114 <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
\r
115 <font size="14pt"><b>${ref}</b></font><br/>
\r
116 <font size="12pt">${name}</font>
\r
120 <tag k="type" v="route"/>
\r
121 <tag k="network" v="rcn"/>
\r
123 <inputSet ref="route"/>
\r
124 <inputSet ref="common"/>
\r
128 <feature name="Local Cycle Network">
\r
129 <category>paths</category>
\r
130 <icon image="features/cycle__lcn.png" background="blue" foreground="white">
\r
135 <font size="12pt">${name}</font>
\r
139 <tag k="type" v="route"/>
\r
140 <tag k="network" v="lcn"/>
\r
142 <inputSet ref="route"/>
\r
143 <inputSet ref="common"/>
\r
148 <feature name="Long Distance Path">
\r
149 <category>paths</category>
\r
150 <icon image="features/paths__footway.png" background="green" foreground="white">
\r
155 <font size="12pt">${name}</font>
\r
159 <tag k="type" v="route"/>
\r
160 <tag k="route" v="foot"/>
\r
162 <inputSet ref="route"/>
\r
163 <inputSet ref="common"/>
\r