Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-05-14 10:39:08 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2019-05-14 10:39:08 +0300
commitcb64d94d6b4bf0fa00847ac07a3fa33ccabd5d08 (patch)
tree7a517421d37e2e08307c3d3c3b4b66ffb6d7df35 /routing_common
parent5fd8d6def4f22b0f91d930dc814da00a268156f7 (diff)
Review fixes.
Diffstat (limited to 'routing_common')
-rw-r--r--routing_common/car_model_coefs_default.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing_common/car_model_coefs_default.hpp b/routing_common/car_model_coefs_default.hpp
index 50fa15b698..65bbeb9f26 100644
--- a/routing_common/car_model_coefs_default.hpp
+++ b/routing_common/car_model_coefs_default.hpp
@@ -91,7 +91,7 @@ HighwayBasedMeanSpeeds const kGlobalHighwayBasedMeanSpeeds = {
{HighwayType::HighwayTertiary, InOutCitySpeedKMpH({45.50, 38.86} /* in city */, {50.50, 44.14} /* out city */)},
{HighwayType::HighwayTertiaryLink, InOutCitySpeedKMpH({40.95, 34.97} /* in city */, {45.45, 39.73} /* out city */)},
{HighwayType::HighwayResidential, InOutCitySpeedKMpH({20.00, 20.00} /* in city */, {25.00, 25.00} /* out city */)},
- {HighwayType::HighwayUnclassified, InOutCitySpeedKMpH({45.50, 38.86} /* in city */, {50.50, 44.14} /* out city */)},
+ {HighwayType::HighwayUnclassified, InOutCitySpeedKMpH({30.00, 30.00} /* in city */, {40.00, 40.00} /* out city */)},
{HighwayType::HighwayService, InOutCitySpeedKMpH({15.00, 15.00} /* in city */, {15.00, 15.00} /* out city */)},
{HighwayType::HighwayLivingStreet, InOutCitySpeedKMpH({10.00, 10.00} /* in city */, {10.00, 10.00} /* out city */)},
{HighwayType::HighwayRoad, InOutCitySpeedKMpH({10.00, 10.00} /* in city */, {10.00, 10.00} /* out city */)},