getCoordinateAt return Z and M values if available

This commit is contained in:
mike-000
2020-06-17 15:46:28 +01:00
committed by GitHub
parent f5d85ab4f9
commit 19f3c6b94a

View File

@@ -211,7 +211,8 @@ class LineString extends SimpleGeometry {
this.flatCoordinates.length,
this.stride,
fraction,
opt_dest
opt_dest,
this.stride
);
}