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
14 <feature name="Cycle path">
\r
15 <category>paths</category>
\r
16 <icon image="features/paths__bike.png">
\r
17 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
\r
19 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway</help>
\r
21 <tag k="highway" v="cycleway"/>
\r
22 <inputSet ref="path"/>
\r
23 <inputSet ref="common"/>
\r
24 <input type="choice" name="Cycleway type" category="Cycle" description="What kind of bike path is this?" key="segregated" presence="onTagMatch" priority="low">
\r
25 <choice value="yes" text="Segregated" description="Cyclists and pedestrians are separated by a painted line or kerb." />
\r
26 <choice value="no" text="Shared" description="Cyclists and pedestrians share the full width of the path." />
\r
29 <feature name="Pedestrian street">
\r
30 <category>paths</category>
\r
31 <icon image="features/paths__pedestrian.png">
\r
37 <tag k="highway" v="pedestrian"/>
\r
38 <!-- pedestrian roads can be lines or areas, with different tags -->
\r
39 <!-- TODO - implement this! -->
\r
41 <tag k="highway" v="pedestrian"/>
\r
44 <tag k="highway" v="pedestrian"/>
\r
45 <tag k="area" v="yes"/>
\r
47 <inputSet ref="minorRoad"/>
\r
48 <inputSet ref="common"/>
\r
51 <feature name="Bridleway">
\r
52 <category>paths</category>
\r
53 <icon image="features/paths__bridleway.png">
\r
57 <tag k="highway" v="bridleway"/>
\r
58 <inputSet ref="path"/>
\r
59 <inputSet ref="common"/>
\r
62 <feature name="Steps">
\r
63 <category>paths</category>
\r
64 <icon image="features/paths__steps.png">
\r
66 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
\r
69 <tag k="highway" v="steps"/>
\r
70 <inputSet ref="path"/>
\r
71 <input type="freetext" presence="always" category="Details" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
\r
72 <inputSet ref="common"/>
\r
75 <feature name="Generic path">
\r
76 <category>paths</category>
\r
77 <icon image="features/paths__unofficial.png">
\r
78 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
\r
80 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath</help>
\r
83 <tag k="highway" v="path"/>
\r
84 <inputSet ref="path"/>
\r
85 <inputSet ref="common"/>
\r
89 <!-- Bicycle routes -->
\r
90 <feature name="National Cycle Network">
\r
91 <category>paths</category>
\r
92 <icon image="features/route__ncn.png" background="red" foreground="white">
\r
97 <font size="12pt">${name}</font>
\r
101 <tag k="type" v="route"/>
\r
102 <tag k="route" v="bicycle"/>
\r
103 <tag k="network" v="ncn"/>
\r
105 <inputSet ref="route"/>
\r
106 <inputSet ref="common"/>
\r
110 <feature name="Regional Cycle Network">
\r
111 <category>paths</category>
\r
112 <icon image="features/route__rcn.png" background="cyan" foreground="white">
\r
113 <font size="14pt"><b>${ref}</b></font><br/>
\r
114 <font size="12pt">${name}</font>
\r
118 <tag k="type" v="route"/>
\r
119 <tag k="route" v="bicycle"/>
\r
120 <tag k="network" v="rcn"/>
\r
122 <inputSet ref="route"/>
\r
123 <inputSet ref="common"/>
\r
127 <feature name="Local Cycle Network">
\r
128 <category>paths</category>
\r
129 <icon image="features/route__lcn.png" background="blue" foreground="white">
\r
134 <font size="12pt">${name}</font>
\r
138 <tag k="type" v="route"/>
\r
139 <tag k="route" v="bicycle"/>
\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/route__nwn.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="hiking" vmatch="hiking|foot"/>
\r
162 <inputSet ref="route"/>
\r
163 <inputSet ref="common"/>
\r