reactivated end distance control
This commit is contained in:
parent
68b6edc580
commit
02733ffbec
1 changed files with 6 additions and 1 deletions
|
|
@ -1137,7 +1137,12 @@ public class RoutingEngine extends Thread {
|
||||||
indexfore++;
|
indexfore++;
|
||||||
|
|
||||||
if (routingContext.correctMisplacedViaPointsDistance > 0 &&
|
if (routingContext.correctMisplacedViaPointsDistance > 0 &&
|
||||||
wayDistance > routingContext.correctMisplacedViaPointsDistance) break;
|
wayDistance > routingContext.correctMisplacedViaPointsDistance) {
|
||||||
|
removeVoiceHintList.clear();
|
||||||
|
removeBackList.clear();
|
||||||
|
removeForeList.clear();
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue