disabled multible wpt additions
This commit is contained in:
parent
625ff0c53f
commit
a2b5e2864a
@ -1039,7 +1039,8 @@ public class RoutingEngine extends Thread {
|
||||
throw new IllegalArgumentException(mwp.name + "-position not mapped in existing datafile");
|
||||
}
|
||||
}
|
||||
if (useDynamicDistance) {
|
||||
// add beeline points when not already done
|
||||
if (useDynamicDistance && !useNodePoints) {
|
||||
List<MatchedWaypoint> waypoints = new ArrayList<>();
|
||||
for (int i = 0; i < unmatchedWaypoints.size(); i++) {
|
||||
MatchedWaypoint wp = unmatchedWaypoints.get(i);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user