Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-26 09:19:45 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-05-26 09:19:45 +0300
commite5ec087d17e6d60a2805cac90d6f7ca6bb3976e9 (patch)
tree1c62ecee600cc3920b523a0818f7ea360e6a1db6 /routing
parentcf19634abb1533ea2ea2c2499efc777b13f276cd (diff)
[bicycle routing] Using highway=footway for bicycle routing in Russia.
Diffstat (limited to 'routing')
-rw-r--r--routing/bicycle_model.cpp1
1 files changed, 1 insertions, 0 deletions
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 }, // *
};