From 7917e8547e5d04358ee0e2ca8bdf3678158c2cc6 Mon Sep 17 00:00:00 2001 From: Matthias Wirth Date: Fri, 10 Oct 2025 06:21:33 +0000 Subject: [PATCH] fix syntax --- html/layers.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/layers.js b/html/layers.js index 227eafe..7336522 100644 --- a/html/layers.js +++ b/html/layers.js @@ -841,7 +841,6 @@ function createBaseLayers() { }); world.push(rainviewerClouds); - } } let createGeoJsonLayer = function (title, name, url, fill, stroke, showLabel = true) {