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-06-01 10:13:06 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-06-01 10:13:06 +0300
commit904a9d6f4aa4cfe9c4d039502035b12abbc39426 (patch)
tree8372606000add7b456ac454e55cac1de070ed9fc /routing
parentdc415dde1ad3fbf04c45693d1e0d7bebcbedf9a3 (diff)
[bicycle routing] Bicycle routing by stairs for Russia and Ukraine.
Diffstat (limited to 'routing')
-rw-r--r--routing/bicycle_model.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/routing/bicycle_model.cpp b/routing/bicycle_model.cpp
index eb83c7b221..66507e9d2f 100644
--- a/routing/bicycle_model.cpp
+++ b/routing/bicycle_model.cpp
@@ -435,6 +435,7 @@ routing::VehicleModel::InitListT const g_bicycleLimitsRussia =
{ {"highway", "cycleway"}, kSpeedCyclewayKMpH },
{ {"highway", "residential"}, kSpeedResidentialKMpH },
{ {"highway", "living_street"}, kSpeedLivingStreetKMpH },
+ { {"highway", "steps"}, kSpeedStepsKMpH }, // *
{ {"highway", "pedestrian"}, kSpeedPedestrianKMpH },
{ {"highway", "footway"}, kSpeedPedestrianKMpH },
{ {"highway", "platform"}, kSpeedPlatformKMpH }, // *
@@ -524,6 +525,7 @@ routing::VehicleModel::InitListT const g_bicycleLimitsUkraine =
{ {"highway", "cycleway"}, kSpeedCyclewayKMpH },
{ {"highway", "residential"}, kSpeedResidentialKMpH },
{ {"highway", "living_street"}, kSpeedLivingStreetKMpH },
+ { {"highway", "steps"}, kSpeedStepsKMpH }, // *
{ {"highway", "pedestrian"}, kSpeedPedestrianKMpH },
{ {"highway", "footway"}, kSpeedFootwayKMpH },
{ {"highway", "platform"}, kSpeedPlatformKMpH }, // *