reactivated end distance control

This commit is contained in:
afischerdev 2025-04-05 12:29:55 +02:00
parent 68b6edc580
commit 02733ffbec

View File

@ -1137,7 +1137,12 @@ public class RoutingEngine extends Thread {
indexfore++;
if (routingContext.correctMisplacedViaPointsDistance > 0 &&
wayDistance > routingContext.correctMisplacedViaPointsDistance) break;
wayDistance > routingContext.correctMisplacedViaPointsDistance) {
removeVoiceHintList.clear();
removeBackList.clear();
removeForeList.clear();
return false;
}
}