+
+ <feature name="Mountain bike route">
+ <category>paths</category>
+ <icon image="features/route__mtb.png" background="#9f4404" foreground="white">
+ <font size="14pt">
+ <b>${ref}</b>
+ </font>
+ <br/>
+ <font size="12pt">${name}</font>
+ </icon>
+
+ <relation/>
+ <tag k="type" v="route"/>
+ <tag k="route" v="mtb"/>
+
+ <input type="choice" presence="always" category="Details" name="Route type" key="mtb:type" description="What type of route is it?">
+ <choice value="crosscountry" text="Cross-country"/>
+ <choice value="allmountain" text="All-mountain"/>
+ <choice value="freeride" text="Freeride"/>
+ <choice value="downhill" text="Downhill"/>
+ <choice value="trial" text="Trial"/>
+ </input>
+ <inputSet ref="route"/>
+ <inputSet ref="common"/>
+ </feature>