From f2b81ba86c583656d370c5c0f05b1b15bb04a37c Mon Sep 17 00:00:00 2001 From: Sven Luzar Date: Tue, 30 Jul 2013 21:37:57 +0200 Subject: [PATCH] pull request moved to develop branch: roundabout handling from car profile moved to bike profile --- profiles/bicycle.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index 98d03c83d..063ad50bc 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -189,7 +189,12 @@ function way_function (way) way.name = "{highway:"..highway.."}" -- if no name exists, use way type -- this encoding scheme is excepted to be a temporary solution end - + + -- roundabout handling + if "roundabout" == junction then + way.roundabout = true; + end + -- speed if route_speeds[route] then -- ferries (doesn't cover routes tagged using relations)