Update routing.xml
Fixed avoid unpaved (to avoid completely)
This commit is contained in:
parent
c0fd2238f3
commit
6803a1bf0f
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@
|
||||||
<!-- very bad roads -->
|
<!-- very bad roads -->
|
||||||
<road tag="highway" value="track" speed="15" priority="0.3" >
|
<road tag="highway" value="track" speed="15" priority="0.3" >
|
||||||
<specialization input="short_way" priority="0.7" speed="45" />
|
<specialization input="short_way" priority="0.7" speed="45" />
|
||||||
<specialization input="avoid_unpaved" priority="0.1"/>
|
<specialization input="avoid_unpaved" speed="0"/>
|
||||||
</road>
|
</road>
|
||||||
|
|
||||||
<!-- too small for cars usually -->
|
<!-- too small for cars usually -->
|
||||||
|
|
Loading…
Reference in a new issue