Urgent : Fix routing

This commit is contained in:
Victor Shcherb 2012-06-24 13:46:54 +02:00
parent 3ba10163cc
commit 6fc4774cfd

View file

@ -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);