modified local state of u_turn_penalty_variable

This commit is contained in:
Moritz Kobitzsch 2015-12-18 12:24:15 +01:00
parent da11113bf1
commit 68bd6a29b6
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ use_turn_restrictions = false
local obey_oneway = true local obey_oneway = true
local ignore_areas = true local ignore_areas = true
local u_turn_penalty = 20 u_turn_penalty = 20
local turn_penalty = 60 local turn_penalty = 60
local turn_bias = 1.4 local turn_bias = 1.4
-- reduce the driving speed by 30% for unsafe roads -- reduce the driving speed by 30% for unsafe roads

View File

@ -138,7 +138,7 @@ local turn_bias = 1.2
local obey_oneway = true local obey_oneway = true
local ignore_areas = true local ignore_areas = true
local u_turn_penalty = 20 u_turn_penalty = 20
local abs = math.abs local abs = math.abs
local min = math.min local min = math.min