Fix transport route geometry
This commit is contained in:
parent
ea4fcc9d79
commit
bb168f8b45
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ public class TransportRoute extends MapObject {
|
|||
}
|
||||
if (forwardStops.size() > 0) {
|
||||
// resort ways to stops order
|
||||
Map<Way, int[]> orderWays = new HashMap<Way, int[]>();
|
||||
final Map<Way, int[]> orderWays = new HashMap<Way, int[]>();
|
||||
for (Way w : forwardWays) {
|
||||
int[] pair = new int[] { 0, 0 };
|
||||
Node firstNode = w.getFirstNode();
|
||||
|
|
Loading…
Reference in a new issue