mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
fix: refresh visible markers after panning map (#40)
This commit is contained in:
@@ -168,6 +168,7 @@ class Map extends React.Component {
|
||||
|
||||
map.on("moveend", () => {
|
||||
this.alignLayers();
|
||||
this.updateClusters();
|
||||
});
|
||||
|
||||
map.on("zoomend viewreset", () => {
|
||||
|
||||
Reference in New Issue
Block a user