Update moped.brf
This commit is contained in:
parent
ac38737927
commit
8f4b5709e3
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ assign turnInstructionMode = 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osman
|
||||||
assign turncost = if junction=roundabout then 0
|
assign turncost = if junction=roundabout then 0
|
||||||
else 90
|
else 90
|
||||||
|
|
||||||
|
assign initialclassifier =
|
||||||
|
if route=ferry then 1
|
||||||
|
else 0
|
||||||
|
|
||||||
assign initialcost switch route=ferry 20000 0
|
assign initialcost switch route=ferry 20000 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue