You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way to efficiently fetch and catch (many) markers that also need to be clustered so they do not flicker?
I currently have a custom backend that I call to get markers, given bounds coordinates. The problem is that whenever you pan zoom since they get refetched, they "flicker." I would need a way to cache them but free the cache when there are too many markers. I also cluster the markers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is the best way to efficiently fetch and catch (many) markers that also need to be clustered so they do not flicker?
I currently have a custom backend that I call to get markers, given bounds coordinates. The problem is that whenever you pan zoom since they get refetched, they "flicker." I would need a way to cache them but free the cache when there are too many markers. I also cluster the markers.
Beta Was this translation helpful? Give feedback.
All reactions