From 3516538813a5f7bd940292c87897343c7a613546 Mon Sep 17 00:00:00 2001 From: Emil Tin Date: Mon, 8 Apr 2013 11:27:12 +0200 Subject: [PATCH] remove .mode reference from bike profile --- profiles/bicycle.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profiles/bicycle.lua b/profiles/bicycle.lua index efb5bcb50..e68935aab 100644 --- a/profiles/bicycle.lua +++ b/profiles/bicycle.lua @@ -167,9 +167,7 @@ function way_function (way) else way.name = highway -- if no name exists, use way type end - - way.mode = 0 - + -- speed if route_speeds[route] then -- ferries (doesn't cover routes tagged using relations)