From 486d7b6d62865d9eead3185b6532a020531ab549 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 9 Jul 2015 21:24:07 +0200 Subject: [PATCH] Fix typo in foot profile that removed traffic lights --- profiles/foot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/foot.lua b/profiles/foot.lua index 4b3bc1cca..566425f3b 100644 --- a/profiles/foot.lua +++ b/profiles/foot.lua @@ -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