From f3c31d022b82b3f2656ca95edac239dc0d24c3c1 Mon Sep 17 00:00:00 2001 From: Johannes Weskamm Date: Wed, 22 Mar 2023 16:23:07 +0100 Subject: [PATCH] Fix tile loading --- js/examples/openlayers.html | 1 + 1 file changed, 1 insertion(+) diff --git a/js/examples/openlayers.html b/js/examples/openlayers.html index beab1f3..ff433b1 100644 --- a/js/examples/openlayers.html +++ b/js/examples/openlayers.html @@ -46,6 +46,7 @@ tile.setFeatures(features); tile.setState(2); // LOADED } else { + tile.setFeatures([]); tile.setState(4); // EMPTY } });