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
It would be awesome if there was a way to display a large number of markers without affecting performance, maybe using webgl or canvas would help. As soon as the number of markers makes too many dom elements it becomes laggy.
The text was updated successfully, but these errors were encountered:
Yep internally we had canvas drawer (on other map lib) it allowed to draw up to 4-5k markers. And used mix of React markers over to emulate hovers etc. Will add example when Ill have some free time.
It would be awesome if there was a way to display a large number of markers without affecting performance, maybe using webgl or canvas would help. As soon as the number of markers makes too many dom elements it becomes laggy.
The text was updated successfully, but these errors were encountered: