Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
742cfeeeac
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