Fix issue with backward arc having incorrect segments.
Este commit está contenido en:
padre
ccd6d7d7af
commit
d5fcf036b9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
|
|
@ -45,6 +45,7 @@ public class Node implements Comparable<Node> {
|
|||
d2o = new ArcBackward(arc);
|
||||
}
|
||||
else {
|
||||
Collections.reverse(points);
|
||||
d2o = new ArcForward(destination, origin, length, roadInformation, points);
|
||||
arc = new ArcBackward(d2o);
|
||||
}
|
||||
|
|
|
|||
Cargando…
Referenciar en una nueva incidencia