From f638542fd0b9ce839158d7439e0ff1d055cc2288 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 18 Mar 2024 10:11:48 +1300 Subject: [PATCH] fix clearing nodes on refresh --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index 979d1f9..1fb1eeb 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1185,6 +1185,7 @@ function clearAllNodes() { nodesLayerGroup.clearLayers(); + nodesClusteredLayerGroup.clearLayers(); } function clearAllNeighbours() {