fix: refresh visible markers after panning map (#40)

This commit is contained in:
Felix Spöttel
2022-04-13 11:17:14 +02:00
committed by GitHub
parent bab29a9e24
commit 424cfa98d2

View File

@@ -168,6 +168,7 @@ class Map extends React.Component {
map.on("moveend", () => {
this.alignLayers();
this.updateClusters();
});
map.on("zoomend viewreset", () => {