From e5ec087d17e6d60a2805cac90d6f7ca6bb3976e9 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Thu, 26 May 2016 09:19:45 +0300 Subject: [PATCH] [bicycle routing] Using highway=footway for bicycle routing in Russia. --- routing/bicycle_model.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/routing/bicycle_model.cpp b/routing/bicycle_model.cpp index 619cdf4292..eb83c7b221 100644 --- a/routing/bicycle_model.cpp +++ b/routing/bicycle_model.cpp @@ -436,6 +436,7 @@ routing::VehicleModel::InitListT const g_bicycleLimitsRussia = { {"highway", "residential"}, kSpeedResidentialKMpH }, { {"highway", "living_street"}, kSpeedLivingStreetKMpH }, { {"highway", "pedestrian"}, kSpeedPedestrianKMpH }, + { {"highway", "footway"}, kSpeedPedestrianKMpH }, { {"highway", "platform"}, kSpeedPlatformKMpH }, // * };