Clear heatmap layer when clearing nodes for replay

This commit is contained in:
you
2026-03-19 07:51:42 +00:00
parent b922c20604
commit 69297d8eec
+1
View File
@@ -845,6 +845,7 @@
}
nodeMarkers = {};
nodeData = {};
if (heatLayer) { map.removeLayer(heatLayer); heatLayer = null; }
}
function addNodeMarker(n) {