alignment

This commit is contained in:
Moritz Kobitzsch 2015-12-18 12:28:03 +01:00
parent 68bd6a29b6
commit a37192c102
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
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
u_turn_penalty = 20 u_turn_penalty = 20
local abs = math.abs local abs = math.abs
local min = math.min local min = math.min