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." />
 
  30   <feature name="Pedestrian street">
 
  31     <category>paths</category>
 
  32     <icon image="features/paths__pedestrian.png">
 
  38     <tag k="highway" v="pedestrian"/>
 
  39     <!-- pedestrian roads can be lines or areas, with different tags -->
 
  40     <!-- TODO - implement this! -->
 
  42       <tag k="highway" v="pedestrian"/>
 
  45       <tag k="highway" v="pedestrian"/>
 
  46       <tag k="area" v="yes"/>
 
  48     <inputSet ref="minorRoad"/>
 
  49     <inputSet ref="common"/>
 
  52   <feature name="Bridleway">
 
  53     <category>paths</category>
 
  54     <icon image="features/paths__bridleway.png">
 
  58     <tag k="highway" v="bridleway"/>
 
  59     <inputSet ref="path"/>
 
  60     <inputSet ref="common"/>
 
  63   <feature name="Steps">
 
  64     <category>paths</category>
 
  65     <icon image="features/paths__steps.png">
 
  67     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dsteps</help>
 
  70     <tag k="highway" v="steps"/>
 
  71     <inputSet ref="path"/>
 
  72     <input type="freetext" presence="always" category="Details" name="Number of steps" key="step_count" description="The number of steps in the way" priority="low"/>
 
  73     <inputSet ref="common"/>
 
  76   <feature name="Generic path">
 
  77     <category>paths</category>
 
  78     <icon image="features/paths__unofficial.png">
 
  79       ${name} <i>${ncn_ref} ${rcn_ref} ${lcn_ref} ${ref}</i>
 
  81     <help>http://wiki.openstreetmap.org/wiki/Tag:highway%3Dpath</help>
 
  84     <tag k="highway" v="path"/>
 
  85     <inputSet ref="path"/>
 
  86     <inputSet ref="common"/>
 
  90   <!-- Bicycle routes -->
 
  91   <feature name="National Cycle Network">
 
  92     <category>paths</category>
 
  93     <icon image="features/route__ncn.png" background="red" foreground="white">
 
  98       <font size="12pt">${name}</font>
 
 102     <tag k="type" v="route"/>
 
 103     <tag k="route" v="bicycle"/>
 
 104     <tag k="network" v="ncn"/>
 
 106     <inputSet ref="route"/>
 
 107     <inputSet ref="common"/>
 
 111   <feature name="Regional Cycle Network">
 
 112     <category>paths</category>
 
 113     <icon image="features/route__rcn.png" background="cyan" foreground="white">
 
 114       <font size="14pt"><b>${ref}</b></font><br/>
 
 115       <font size="12pt">${name}</font>
 
 119     <tag k="type" v="route"/>
 
 120     <tag k="route" v="bicycle"/>
 
 121     <tag k="network" v="rcn"/>
 
 123     <inputSet ref="route"/>
 
 124     <inputSet ref="common"/>
 
 128   <feature name="Local Cycle Network">
 
 129     <category>paths</category>
 
 130     <icon image="features/route__lcn.png" background="blue" foreground="white">
 
 135       <font size="12pt">${name}</font>
 
 139     <tag k="type" v="route"/>
 
 140     <tag k="route" v="bicycle"/>
 
 141     <tag k="network" v="lcn"/>
 
 143     <inputSet ref="route"/>
 
 144     <inputSet ref="common"/>
 
 147   <feature name="Mountain bike route">
 
 148     <category>paths</category>
 
 149     <icon image="features/route__mtb.png" background="#9f4404" foreground="white">
 
 154       <font size="12pt">${name}</font>
 
 158     <tag k="type" v="route"/>
 
 159     <tag k="route" v="mtb"/>
 
 161     <input type="choice" presence="always" category="Details" name="Route type" key="mtb:type" description="What type of route is it?">
 
 162       <choice value="crosscountry" text="Cross-country"/>
 
 163       <choice value="allmountain" text="All-mountain"/>
 
 164       <choice value="freeride" text="Freeride"/>
 
 165       <choice value="downhill" text="Downhill"/>
 
 166       <choice value="trial" text="Trial"/>
 
 168     <inputSet ref="route"/>
 
 169     <inputSet ref="common"/>
 
 174   <feature name="Long Distance Path">
 
 175     <category>paths</category>
 
 176     <icon image="features/route__nwn.png" background="green" foreground="white">
 
 181       <font size="12pt">${name}</font>
 
 185     <tag k="type" v="route"/>
 
 186     <tag k="route" v="hiking" vmatch="hiking|foot"/>
 
 188     <inputSet ref="route"/>
 
 189     <inputSet ref="common"/>