forked from organicmaps/organicmaps
Merge pull request #3344 from bykoianko/master-bicycle-model-footway-tag
[bicycle routing] Using highway=footway for bicycle routing in Russia.
This commit is contained in:
commit
c332330e7e
1 changed files with 1 additions and 0 deletions
|
@ -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 }, // *
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue