From 430f354406a524d8a80615b0db48c74acba1e5a4 Mon Sep 17 00:00:00 2001 From: Maximilian Kroeg Date: Tue, 11 Jan 2022 12:46:15 +0100 Subject: [PATCH] Draw VectorTiles with interpolate in hybrid mode again --- src/ol/source/VectorTile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ol/source/VectorTile.js b/src/ol/source/VectorTile.js index 6bd5527437..4351345dd9 100644 --- a/src/ol/source/VectorTile.js +++ b/src/ol/source/VectorTile.js @@ -124,6 +124,7 @@ class VectorTile extends UrlTile { attributions: options.attributions, attributionsCollapsible: options.attributionsCollapsible, cacheSize: options.cacheSize, + interpolate: true, opaque: false, projection: projection, state: options.state,