forked from organicmaps/organicmaps
[bicycle routing] Bicycle routing by stairs for Russia and Ukraine.
This commit is contained in:
parent
dc415dde1a
commit
904a9d6f4a
1 changed files with 2 additions and 0 deletions
|
@ -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 }, // *
|
||||
|
|
Loading…
Add table
Reference in a new issue