diff --git a/src/ol/geom/LineString.js b/src/ol/geom/LineString.js index 51c6e35b21..c791e0ebdd 100644 --- a/src/ol/geom/LineString.js +++ b/src/ol/geom/LineString.js @@ -211,7 +211,8 @@ class LineString extends SimpleGeometry { this.flatCoordinates.length, this.stride, fraction, - opt_dest + opt_dest, + this.stride ); }