fix clearing nodes on refresh

This commit is contained in:
liamcottle
2024-03-18 10:11:48 +13:00
parent 7833ba6fa1
commit f638542fd0

View File

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