mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-28 18:08:23 +00:00
Clear heatmap layer when clearing nodes for replay
This commit is contained in:
@@ -845,6 +845,7 @@
|
||||
}
|
||||
nodeMarkers = {};
|
||||
nodeData = {};
|
||||
if (heatLayer) { map.removeLayer(heatLayer); heatLayer = null; }
|
||||
}
|
||||
|
||||
function addNodeMarker(n) {
|
||||
|
||||
Reference in New Issue
Block a user