Skip to content

Commit

Permalink
Merge pull request osmandapp#829 from cmoffroad/enable-dirbike-scale
Browse files Browse the repository at this point in the history
vshcherb authored May 31, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 3f206c9 + 634cde0 commit 57d460b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions obf_creation/rendering_types.xml
Original file line number Diff line number Diff line change
@@ -2482,6 +2482,16 @@
<type tag="sac_scale" value="difficult_alpine_hiking" minzoom="12" additional="true"/>
</category>

<category name="dirtbike:scale">
<type tag="dirtbike:scale" value="0" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="1" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="2" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="3" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="4" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="5" minzoom="12" additional="true"/>
<type tag="dirtbike:scale" value="6" minzoom="12" additional="true"/>
</category>

<category name="horse_scale">
<type tag="horse_scale" value="common" minzoom="11"/>
<type tag="horse_scale" value="demanding" minzoom="11"/>
@@ -6883,6 +6893,7 @@
<routing_type tag="tracktype" mode="amend"/>
<routing_type tag="sac_scale" mode="amend"/>
<routing_type tag="mtb:scale" mode="amend"/>
<routing_type tag="dirtbike:scale" mode="amend"/>
<routing_type tag="class:bicycle" mode="amend"/>
<routing_type tag="class:bicycle:mtb" mode="amend"/>
<routing_type tag="footway" mode="amend"/>

0 comments on commit 57d460b

Please sign in to comment.