fix clearing nodes on refresh
This commit is contained in:
@ -1185,6 +1185,7 @@
|
|||||||
|
|
||||||
function clearAllNodes() {
|
function clearAllNodes() {
|
||||||
nodesLayerGroup.clearLayers();
|
nodesLayerGroup.clearLayers();
|
||||||
|
nodesClusteredLayerGroup.clearLayers();
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearAllNeighbours() {
|
function clearAllNeighbours() {
|
||||||
|
Reference in New Issue
Block a user