Fix double progress
This commit is contained in:
parent
91a2d484ce
commit
38b315113e
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ public class RoutePlannerFrontEnd {
|
|||
if (routeDirection != null) {
|
||||
ctx.precalculatedRouteDirection = routeDirection.adopt(ctx);
|
||||
}
|
||||
ctx.calculationProgress.iteration++;
|
||||
List<RouteSegmentResult> res = runNativeRouting(ctx, recalculationEnd);
|
||||
if (res != null) {
|
||||
new RouteResultPreparation().printResults(ctx, start, end, res);
|
||||
|
|
Loading…
Reference in a new issue