From 21e3afe1c279ef56444daa03c27a5b1e2b40c456 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Thu, 6 Jun 2024 22:42:34 +1200 Subject: [PATCH] add missing layer clear --- src/public/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/index.html b/src/public/index.html index e682f4a..ee9f059 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2292,6 +2292,7 @@ function clearAllNodes() { nodesLayerGroup.clearLayers(); nodesClusteredLayerGroup.clearLayers(); + nodesRouterLayerGroup.clearLayers(); } function clearAllNeighbours() {