Update fastbike.brf
This commit is contained in:
parent
8dca375589
commit
ac38737927
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@ assign isunpaved not or surface= or ispaved or surface=fine_gravel surface=cobbl
|
|||
|
||||
assign turncost = if junction=roundabout then 0
|
||||
else 90
|
||||
assign initialclassifier =
|
||||
if route=ferry then 1
|
||||
else 0
|
||||
|
||||
assign initialcost switch route=ferry 10000 0
|
||||
|
||||
|
|
Loading…
Reference in a new issue