From aad909965a49d9c9dac6b3e643a3b2024d1bc425 Mon Sep 17 00:00:00 2001 From: Poutnik Date: Mon, 19 Aug 2019 16:57:58 +0200 Subject: [PATCH] Added avoid_tolls flag with false as default, for easy switch to tollfree variant. --- misc/profiles2/car-fast.brf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/misc/profiles2/car-fast.brf b/misc/profiles2/car-fast.brf index 3914d69..9292fb4 100644 --- a/misc/profiles2/car-fast.brf +++ b/misc/profiles2/car-fast.brf @@ -22,6 +22,7 @@ assign p_standby = 250 # Watt # technical parameters assign validForCars = true +assign avoid_tolls = false #poutnikl push request assign pass1coefficient = 1.3 assign turnInstructionMode = 1 # 0=none, 1=auto-choose, 2=locus-style, 3=osmand-style @@ -177,7 +178,9 @@ assign maxspeed = min maxspeed_implicit min maxspeed_surface maxspeed_tracktype -assign costfactor = if equal maxspeed 0 then 10000 else 0 +#assign costfactor = if equal maxspeed 0 then 10000 else 0 +assign costfactor = if equal maxspeed 0 then 10000 #poutnikl push request + else if and avoid_tolls toll=yes then 9999 else 0 assign minspeed = switch highway=motorway|motorway_link|trunk 75 0 @@ -240,11 +243,11 @@ assign caraccess motorcar=yes|permissive|designated|destination assign initialcost = - + switch and avoid_tolls barrier=toll_booth 1000000 #poutnikl push request switch caraccess 0 1000000 - + assign maxspeed = if or crossing=traffic_signals highway=traffic_signals