Adjust priorities
Normal priority for primary highway to avoid strange routes. Decrease priority for grade1 tracktype.
This commit is contained in:
parent
70e29beb89
commit
36bdf97a1c
1 changed files with 1 additions and 3 deletions
|
@ -586,11 +586,9 @@
|
|||
<select value="0.1" t="bicycle" v="use_sidepath"/>
|
||||
|
||||
<if param="inline_skates_mode">
|
||||
<select value="0.9" t="highway" v="primary"/>
|
||||
<select value="0.9" t="highway" v="primary_link"/>
|
||||
<select value="1.2" t="smoothness" v="excellent"/>
|
||||
<select value="0.5" t="smoothness" v="intermediate"/>
|
||||
<select value="1.5" t="tracktype" v="grade1"/>
|
||||
<select value="1.2" t="tracktype" v="grade1"/>
|
||||
</if>
|
||||
|
||||
<if param="avoid_unpaved">
|
||||
|
|
Loading…
Add table
Reference in a new issue