forked from organicmaps/organicmaps
[routing] Reducing offroad speed to 3 km per hour for car routing.
This commit is contained in:
parent
03004db641
commit
07716c5c68
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ std::array<char const *, 41> constexpr kCountries = {"Australia",
|
|||
"United States of America",
|
||||
"Venezuela"};
|
||||
|
||||
double constexpr kSpeedOffroadKMpH = 10.0;
|
||||
double constexpr kSpeedOffroadKMpH = 3.0;
|
||||
|
||||
VehicleModel::LimitsInitList const kCarOptionsDefault = {
|
||||
// {{roadType, roadType} passThroughAllowed}
|
||||
|
|
Loading…
Add table
Reference in a new issue