Skip to content
This repository was archived by the owner on Jan 1, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions resources/map_features/roads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@
<tag k="highway" v="track"/>

<inputSet ref="path"/>
<input type="choice" presence="always" name="Surface of Track" key="Track" category="">
<choice value="grade1" text="Asphalt, cobbles"/>
<choice value="grade2" text="Gravel" description="Mainly gravel with some sand."/>
<choice value="grade3" text="Hard Surface" description="Mixture of hard and soft materials. For example soil with many stones, sand and gravel beneath it."/>
<choice value="grade4" text="Dirt" description="Prominently dirt/sand/grass, but with some hard materials."/>
<choice value="grade5" text="Grass" description="Mainly grass. Visible traces."/>
</input>
<inputSet ref="common"/>
</feature>

Expand Down