Update moped.brf

This commit is contained in:
vodie 2020-05-29 02:13:16 +02:00 committed by GitHub
parent ac38737927
commit 8f4b5709e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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