Merge pull request from bykoianko/master-bicycle-model-footway-tag

[bicycle routing] Using highway=footway for bicycle routing in Russia.
This commit is contained in:
Dmitry Yunitsky 2016-05-26 11:24:44 +03:00
commit c332330e7e

View file

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