Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lots of pins slows things down considerably #39

Open
markkrenek opened this issue Jan 26, 2016 · 0 comments
Open

Lots of pins slows things down considerably #39

markkrenek opened this issue Jan 26, 2016 · 0 comments

Comments

@markkrenek
Copy link

If you populate the map with lots of pins, which kinda is the point, the clusterize function isn't smart enough to only create annotations for the visible portion of the map. This is fine when zoomed out, since there won't be that many pins. But if you zoom way in, it's going to create pins for the non-visible areas and if you're dropped a 1000 pins on the map, then it may add all those to the map. This completely clogs the map.

Is there an easy approach to only generating annotations for the visible area?

I really like this library, especially its distribution of the cluster pins, but this issue is going to block my usage of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant