add missing layer clear

This commit is contained in:
liamcottle
2024-06-06 22:42:34 +12:00
parent 81cddfca55
commit 21e3afe1c2

View File

@ -2292,6 +2292,7 @@
function clearAllNodes() { function clearAllNodes() {
nodesLayerGroup.clearLayers(); nodesLayerGroup.clearLayers();
nodesClusteredLayerGroup.clearLayers(); nodesClusteredLayerGroup.clearLayers();
nodesRouterLayerGroup.clearLayers();
} }
function clearAllNeighbours() { function clearAllNeighbours() {