Amend route snapping distance for car

Signed-off-by: Henry Sternberg <henry@bluelightmaps.com>
This commit is contained in:
Henry Sternberg
2025-10-05 11:57:27 +01:00
parent e670bef0a2
commit ed37b6595e

View File

@@ -78,7 +78,7 @@ RoutingSettings GetRoutingSettings(VehicleType vehicleType)
return {true /* useDirectionForRouteBuilding */, return {true /* useDirectionForRouteBuilding */,
true /* m_matchRoute */, true /* m_matchRoute */,
true /* m_soundDirection */, true /* m_soundDirection */,
50.0 /* m_matchingThresholdM */, 30.0 /* m_matchingThresholdM */,
true /* m_showTurnAfterNext */, true /* m_showTurnAfterNext */,
measurement_utils::KmphToMps(3.0) /* m_minSpeedForRouteRebuildMpS */, measurement_utils::KmphToMps(3.0) /* m_minSpeedForRouteRebuildMpS */,
20.0 /* m_finishToleranceM */, 20.0 /* m_finishToleranceM */,