From ec2e3f4f23b4367dda66be203682d7f682a6b5a7 Mon Sep 17 00:00:00 2001 From: mike-000 <49240900+mike-000@users.noreply.github.com> Date: Thu, 13 Jan 2022 23:12:17 +0000 Subject: [PATCH] Set interpolate for use by VectorImage layers --- src/ol/source/Vector.js | 1 + 1 file changed, 1 insertion(+) 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,