diff --git a/src/ol/source/Vector.js b/src/ol/source/Vector.js index 1defcf3e15..32d6cf6644 100644 --- a/src/ol/source/Vector.js +++ b/src/ol/source/Vector.js @@ -181,6 +181,7 @@ class VectorSource extends Source { super({ attributions: options.attributions, + interpolate: true, projection: undefined, state: SourceState.READY, wrapX: options.wrapX !== undefined ? options.wrapX : true,