fix clearing nodes on refresh
This commit is contained in:
parent
7833ba6fa1
commit
f638542fd0
1 changed files with 1 additions and 0 deletions
|
|
@ -1185,6 +1185,7 @@
|
||||||
|
|
||||||
function clearAllNodes() {
|
function clearAllNodes() {
|
||||||
nodesLayerGroup.clearLayers();
|
nodesLayerGroup.clearLayers();
|
||||||
|
nodesClusteredLayerGroup.clearLayers();
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearAllNeighbours() {
|
function clearAllNeighbours() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue