<input type="route" name="Bus Route" description="Bus route" category="Transport" priority="low" presence="onTagMatch">
<match k="type" v="route"/>
<match k="route" v="bus"/>
- <icon image="features/transport__bus.png">
+ <icon image="features/route__bus.png">
<font size="12pt">${operator} <b>${ref}</b></font>
</icon>
</input>
<match k="type" v="route"/>
<match k="route" v="bicycle"/>
<match k="network" v="ncn"/>
- <icon image="features/cycle__ncn.png" background="#ff6f7a" foreground="white">
+ <icon image="features/route__ncn.png" background="#ff6f7a" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<match k="type" v="route"/>
<match k="route" v="bicycle"/>
<match k="network" v="rcn"/>
- <icon image="features/cycle__rcn.png" background="#6ff7ff" foreground="white">
+ <icon image="features/route__rcn.png" background="#6ff7ff" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<match k="type" v="route"/>
<match k="route" v="bicycle"/>
<match k="network" v="lcn"/>
- <icon image="features/cycle__lcn.png" background="#7d6fff" foreground="white">
+ <icon image="features/route__lcn.png" background="#7d6fff" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<input type="route" name="National Walking Route" description="National walking route" category="Walking" priority="normal">
<match k="type" v="route"/>
<match k="network" v="nwn"/>
- <icon background="red" foreground="white">
+ <icon image="features/route__nwn.png" background="red" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<input type="route" name="Regional Walking Route" description="Regional walking route" category="Walking" priority="low">
<match k="type" v="route"/>
<match k="network" v="rwn"/>
- <icon background="cyan" foreground="white">
+ <icon image="features/route__rwn.png" background="cyan" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<input type="route" name="Local Walking Route" description="Local walking route" category="Walking" priority="lowest">
<match k="type" v="route"/>
<match k="network" v="lwn"/>
- <icon background="blue" foreground="white">
+ <icon image="features/route__lwn.png" background="blue" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<!-- Bicycle routes -->
<feature name="National Cycle Network">
<category>paths</category>
- <icon image="features/cycle__ncn.png" background="red" foreground="white">
+ <icon image="features/route__ncn.png" background="red" foreground="white">
<font size="14pt">
<b>${ref}</b>
</font>
<feature name="Regional Cycle Network">
<category>paths</category>
- <icon image="features/cycle__rcn.png" background="cyan" foreground="white">
+ <icon image="features/route__rcn.png" background="cyan" foreground="white">
<font size="14pt"><b>${ref}</b></font><br/>
<font size="12pt">${name}</font>
</icon>
<feature name="Local Cycle Network">
<category>paths</category>
- <icon image="features/cycle__lcn.png" background="blue" foreground="white">
+ <icon image="features/route__lcn.png" background="blue" foreground="white">
<font size="14pt">
<b>${ref}</b>
</font>
<feature name="Long Distance Path">
<category>paths</category>
- <icon image="features/paths__footway.png" background="green" foreground="white">
+ <icon image="features/route__nwn.png" background="green" foreground="white">
<font size="14pt">
<b>${ref}</b>
</font>