[bicycle routing] Bicycle routing by stairs for Russia and Ukraine.

This commit is contained in:
Vladimir Byko-Ianko 2016-06-01 10:13:06 +03:00
parent dc415dde1a
commit 904a9d6f4a

View file

@ -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 }, // *