Update fastbike.brf

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

View file

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