mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
Amend route snapping distance for car
Signed-off-by: Henry Sternberg <henry@bluelightmaps.com>
This commit is contained in:
@@ -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 */,
|
||||||
|
|||||||
Reference in New Issue
Block a user