add missing layer clear
This commit is contained in:
@ -2292,6 +2292,7 @@
|
|||||||
function clearAllNodes() {
|
function clearAllNodes() {
|
||||||
nodesLayerGroup.clearLayers();
|
nodesLayerGroup.clearLayers();
|
||||||
nodesClusteredLayerGroup.clearLayers();
|
nodesClusteredLayerGroup.clearLayers();
|
||||||
|
nodesRouterLayerGroup.clearLayers();
|
||||||
}
|
}
|
||||||
|
|
||||||
function clearAllNeighbours() {
|
function clearAllNeighbours() {
|
||||||
|
Reference in New Issue
Block a user