added max_speed to the profiles (#3089)
This commit is contained in:
@@ -20,6 +20,7 @@ properties.continue_straight_at_waypoint = true
|
||||
properties.use_turn_restrictions = true
|
||||
properties.traffic_signal_penalty = 7 -- seconds
|
||||
properties.u_turn_penalty = 20
|
||||
properties.max_speed_for_map_matching = 30/3.6 --km -> m/s
|
||||
|
||||
function limit_speed(speed, limits)
|
||||
-- don't use ipairs(), since it stops at the first nil value
|
||||
|
||||
Reference in New Issue
Block a user