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