Merge pull request #373 from shramov/smoothness
rendering_types: Export smoothness key used on tracks
This commit is contained in:
commit
e3220561ec
1 changed files with 11 additions and 0 deletions
|
@ -93,6 +93,17 @@
|
|||
<type tag="tracktype" value="grade5" minzoom="12" additional="true"/>
|
||||
</category>
|
||||
|
||||
<category name="smoothness">
|
||||
<type tag="smoothness" value="excelent" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="good" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="intermediate" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="bad" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="very_bad" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="horrible" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="very_horrible" minzoom="12" additional="true"/>
|
||||
<type tag="smoothness" value="impassable" minzoom="12" additional="true"/>
|
||||
</category>
|
||||
|
||||
<category name="sac_scale">
|
||||
<type tag="sac_scale" value="hiking" minzoom="12" additional="true"/>
|
||||
<type tag="sac_scale" value="mountain_hiking" minzoom="12" additional="true"/>
|
||||
|
|
Loading…
Reference in a new issue