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"/>
12 <inputset ref="naming"/>
15 <feature name="Cycle path">
16 <category>paths</category>
17 <icon image="features/paths__bike.png">
18 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
20 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dcycleway</help>
22 <tag k="highway" v="cycleway"/>
23 <inputSet ref="path"/>
24 <inputSet ref="common"/>
25 <inputset ref="naming"/>
26 <input type="choice" name="Cycleway type" category="Cycle" description="What kind of bike path is this?" key="segregated" presence="onTagMatch" priority="low">
27 <choice value="yes" text="Segregated" description="Cyclists and pedestrians are separated by a painted line or kerb." />
28 <choice value="no" text="Shared" description="Cyclists and pedestrians share the full width of the path." />
32 <feature name="Pedestrian street">
33 <category>paths</category>
34 <icon image="features/paths__pedestrian.png">
40 <tag k="highway" v="pedestrian"/>
41 <!-- pedestrian roads can be lines or areas, with different tags -->
42 <!-- TODO - implement this! -->
44 <tag k="highway" v="pedestrian"/>
47 <tag k="highway" v="pedestrian"/>
48 <tag k="area" v="yes"/>
50 <inputSet ref="minorRoad"/>
51 <inputSet ref="common"/>
52 <inputset ref="naming"/>
55 <feature name="Bridleway">
56 <category>paths</category>
57 <icon image="features/paths__bridleway.png">
61 <tag k="highway" v="bridleway"/>
62 <inputSet ref="path"/>
63 <inputSet ref="common"/>
64 <inputset ref="naming"/>
67 <feature name="Steps">
68 <category>paths</category>
69 <icon image="features/paths__steps.png">
71 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
74 <tag k="highway" v="steps"/>
75 <inputSet ref="path"/>
76 <input type="freetext" presence="always" category="Naming" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
77 <inputSet ref="common"/>
80 <feature name="Generic path">
81 <category>paths</category>
82 <icon image="features/paths__unofficial.png">
83 ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
85 <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath</help>
88 <tag k="highway" v="path"/>
89 <inputSet ref="path"/>
90 <inputSet ref="common"/>
91 <inputset ref="naming"/>
95 <!-- Bicycle routes -->
96 <feature name="National Cycle Network">
97 <category>paths</category>
98 <icon image="features/route__ncn.png" background="red" foreground="white">
103 <font size="12pt">${name}</font>
107 <tag k="type" v="route"/>
108 <tag k="route" v="bicycle"/>
109 <tag k="network" v="ncn"/>
111 <inputSet ref="route"/>
112 <inputSet ref="common"/>
116 <feature name="Regional Cycle Network">
117 <category>paths</category>
118 <icon image="features/route__rcn.png" background="cyan" foreground="white">
119 <font size="14pt"><b>${ref}</b></font><br/>
120 <font size="12pt">${name}</font>
124 <tag k="type" v="route"/>
125 <tag k="route" v="bicycle"/>
126 <tag k="network" v="rcn"/>
128 <inputSet ref="route"/>
129 <inputSet ref="common"/>
133 <feature name="Local Cycle Network">
134 <category>paths</category>
135 <icon image="features/route__lcn.png" background="blue" foreground="white">
140 <font size="12pt">${name}</font>
144 <tag k="type" v="route"/>
145 <tag k="route" v="bicycle"/>
146 <tag k="network" v="lcn"/>
148 <inputSet ref="route"/>
149 <inputSet ref="common"/>
154 <feature name="Long Distance Path">
155 <category>paths</category>
156 <icon image="features/route__nwn.png" background="green" foreground="white">
161 <font size="12pt">${name}</font>
165 <tag k="type" v="route"/>
166 <tag k="route" v="hiking" vmatch="hiking|foot"/>
168 <inputSet ref="route"/>
169 <inputSet ref="common"/>