[bicycle routing] Using highway=footway for bicycle routing in Russia.

This commit is contained in:
Vladimir Byko-Ianko 2016-05-26 09:19:45 +03:00
parent cf19634abb
commit e5ec087d17

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