added max_speed to the profiles (#3089)
This commit is contained in:
@@ -93,8 +93,9 @@ surface_speeds = {
|
||||
|
||||
-- these need to be global because they are accesed externaly
|
||||
properties.traffic_signal_penalty = 2
|
||||
properties.use_turn_restrictions = false
|
||||
properties.u_turn_penalty = 20
|
||||
properties.max_speed_for_map_matching = 110/3.6 -- kmph -> m/s
|
||||
properties.use_turn_restrictions = false
|
||||
properties.continue_straight_at_waypoint = false
|
||||
|
||||
local obey_oneway = true
|
||||
|
||||
Reference in New Issue
Block a user