[routing] Update (again) speed and factor for cars and bikes on tracks

Signed-off-by: lluka <lluka@noreply.codeberg.org>
This commit is contained in:
lluka
2025-10-23 09:38:42 +02:00
committed by Konstantin Pastbin
parent 797cdb487c
commit ab420c74a7
2 changed files with 4 additions and 3 deletions

View File

@@ -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.6, 0.6}},
{{"psurface", "unpaved_bad"}, {0.45, 0.45}},
// 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?