forked from organicmaps/organicmaps
[routing] ETA fix in Geormany and other places with maxspeed=none.
This commit is contained in:
parent
50d57aa2e4
commit
fb740ca332
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ uint16_t Maxspeed::GetSpeedInUnits(bool forward) const
|
|||
|
||||
uint16_t Maxspeed::GetSpeedKmPH(bool forward) const
|
||||
{
|
||||
uint16_t constexpr kNoneSpeedLimitKmPH = 1000;
|
||||
uint16_t constexpr kNoneSpeedLimitKmPH = 150;
|
||||
uint16_t constexpr kWalkSpeedLimitKmPH = 6;
|
||||
|
||||
auto speedInUnits = GetSpeedInUnits(forward);
|
||||
|
|
Loading…
Add table
Reference in a new issue