keep true for now for recalculatePartOfflineRoute(
This commit is contained in:
parent
5ff69648f7
commit
6e54a66254
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ public class RouteProvider {
|
|||
locs = findStartAndEndLocationsFromRoute(locs, params.start, params.end, startI, endI);
|
||||
List<RouteDirectionInfo> directions = calcDirections(startI, endI, rcr.getRouteDirections());
|
||||
insertInitialSegment(params, locs, directions, true);
|
||||
res = new RouteCalculationResult(locs, directions, params, null, false);
|
||||
res = new RouteCalculationResult(locs, directions, params, null, true);
|
||||
} catch (RuntimeException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue