Fix typo in foot profile that removed traffic lights
This commit is contained in:
parent
8f4e332409
commit
486d7b6d62
@ -85,7 +85,7 @@ function node_function (node, result)
|
||||
|
||||
-- flag node if it carries a traffic light
|
||||
if traffic_signal and traffic_signal == "traffic_signals" then
|
||||
result.traffic_light = true
|
||||
result.traffic_lights = true
|
||||
end
|
||||
|
||||
-- parse access and barrier tags
|
||||
|
Loading…
Reference in New Issue
Block a user