Add flag to allow skipping calling node function for nodes with no tags.
This commit is contained in:
committed by
Patrick Niklaus
parent
5c8e2b6f78
commit
cd8fb82215
@@ -14,6 +14,11 @@ properties.continue_straight_at_waypoint = false
|
||||
properties.weight_name = 'duration'
|
||||
--properties.weight_name = 'routability'
|
||||
|
||||
-- Set to true if you need to call the node_function for every node.
|
||||
-- Generally can be left as false to avoid unnecessary Lua calls
|
||||
-- (which slow down pre-processing).
|
||||
properties.call_tagless_node_function = false
|
||||
|
||||
local walking_speed = 5
|
||||
|
||||
local profile = {
|
||||
|
||||
Reference in New Issue
Block a user