Urgent : Fix routing
This commit is contained in:
parent
3ba10163cc
commit
6fc4774cfd
1 changed files with 1 additions and 0 deletions
|
@ -761,6 +761,7 @@ public class BinaryRoutePlanner {
|
|||
ctx.finalReverseEndSegment = next.segmentStart;
|
||||
ctx.finalReverseRoute = opposite;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
// road.id could be equal on roundabout, but we should accept them
|
||||
boolean alreadyVisited = visitedSegments.contains(nts);
|
||||
|
|
Loading…
Reference in a new issue