Remove unused obey_bollards from profiles, already handled via barrier_whitelist.
This commit is contained in:
@@ -94,7 +94,6 @@ traffic_signal_penalty = 2
|
||||
use_turn_restrictions = false
|
||||
|
||||
local obey_oneway = true
|
||||
local obey_bollards = false
|
||||
local ignore_areas = true
|
||||
local u_turn_penalty = 20
|
||||
local turn_penalty = 60
|
||||
|
||||
@@ -132,7 +132,6 @@ traffic_signal_penalty = 2
|
||||
use_turn_restrictions = true
|
||||
|
||||
local obey_oneway = true
|
||||
local obey_bollards = true
|
||||
local ignore_areas = true
|
||||
local u_turn_penalty = 20
|
||||
|
||||
|
||||
@@ -33,7 +33,6 @@ print("PostGIS connection opened")
|
||||
-- these settings are read directly by osrm
|
||||
take_minimum_of_speeds = true
|
||||
obey_oneway = true
|
||||
obey_bollards = true
|
||||
use_restrictions = true
|
||||
ignore_areas = true -- future feature
|
||||
traffic_signal_penalty = 7 -- seconds
|
||||
|
||||
Reference in New Issue
Block a user