Fix precision issue with real and as the crow flies length.
This commit is contained in:
джерело
d8470055f1
коміт
423e36fc65
1 змінених файлів з 3 додано та 0 видалено
|
@ -249,6 +249,9 @@ public class BinaryGraphReader extends BinaryReader implements GraphReader {
|
|||
}
|
||||
maxLength = Math.max(length, maxLength);
|
||||
|
||||
length = Math.max(length, (float) Point.distance(nodes.get(node).getPoint(),
|
||||
nodes.get(destNode).getPoint()));
|
||||
|
||||
// Number of segments.
|
||||
int nbSegments = dis.readUnsignedShort();
|
||||
|
||||
|
|
Завантаження…
Посилання в новій задачі