diff --git a/libs/routing_common/bicycle_model.cpp b/libs/routing_common/bicycle_model.cpp index e016b8051..486ae4f6b 100644 --- a/libs/routing_common/bicycle_model.cpp +++ b/libs/routing_common/bicycle_model.cpp @@ -171,7 +171,7 @@ VehicleModel::SurfaceInitList const kBicycleSurface = { {{"psurface", "paved_good"}, {1.0, 1.0}}, {{"psurface", "paved_bad"}, {0.8, 0.8}}, {{"psurface", "unpaved_good"}, {0.9, 0.9}}, - {{"psurface", "unpaved_bad"}, {0.3, 0.3}}, + {{"psurface", "unpaved_bad"}, {0.6, 0.6}}, // No dedicated cycleway doesn't mean that bicycle is not allowed, just lower weight. // If nocycleway is tagged explicitly then there is no cycling infra for sure. // Otherwise there is a small chance cycling infra is present though not mapped? diff --git a/libs/routing_common/car_model_coefs.hpp b/libs/routing_common/car_model_coefs.hpp index 6a466d946..418b7ba78 100644 --- a/libs/routing_common/car_model_coefs.hpp +++ b/libs/routing_common/car_model_coefs.hpp @@ -73,7 +73,7 @@ HighwayBasedSpeeds const kHighwayBasedSpeeds = { // The rest: {HighwayType::HighwayService, InOutCitySpeedKMpH(15.00 /* in city */, 15.00 /* out city */)}, {HighwayType::HighwayRoad, InOutCitySpeedKMpH(10.00 /* in city */, 10.00 /* out city */)}, - {HighwayType::HighwayTrack, InOutCitySpeedKMpH(5.00 /* in city */, 5.00 /* out city */)}, + {HighwayType::HighwayTrack, InOutCitySpeedKMpH(45.00 /* in city */, 45.00 /* out city */)}, {HighwayType::ManMadePier, InOutCitySpeedKMpH({17.00, 10.00} /* in city */, {17.00, 10.00} /* out city */)}, {HighwayType::RouteFerry, InOutCitySpeedKMpH(10.00 /* in city */, 10.00 /* out city */)},