use_turn_restrictions as global in car profile

This commit is contained in:
Dennis Luxen 2014-09-22 11:41:05 +02:00
parent 0d9b70552e
commit b131f27eb9

View File

@ -124,11 +124,11 @@ maxspeed_table = {
} }
traffic_signal_penalty = 2 traffic_signal_penalty = 2
use_turn_restrictions = true
local take_minimum_of_speeds = false local take_minimum_of_speeds = false
local obey_oneway = true local obey_oneway = true
local obey_bollards = true local obey_bollards = true
local use_turn_restrictions = true
local ignore_areas = true -- future feature local ignore_areas = true -- future feature
local u_turn_penalty = 20 local u_turn_penalty = 20