Back out, no impact on Issue 2515 either
This commit is contained in:
parent
326c9d76f9
commit
bbed366ee4
1 changed files with 0 additions and 7 deletions
|
@ -156,13 +156,6 @@ public class RoutingHelper {
|
|||
});
|
||||
this.finalLocation = newFinalLocation;
|
||||
this.intermediatePoints = newIntermediatePoints;
|
||||
|
||||
//Test only: Try re-initialize start point to check impact on Issue 2515
|
||||
if (settings.getPointToStart() != null) {
|
||||
this.lastFixedLocation.setLatitude(settings.getPointToStart().getLatitude());
|
||||
this.lastFixedLocation.setLongitude(settings.getPointToStart().getLongitude());
|
||||
}
|
||||
|
||||
if(currentRunningJob instanceof RouteRecalculationThread) {
|
||||
((RouteRecalculationThread) currentRunningJob).stopCalculation();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue