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

Stop zoom descent for tiles that don't have any clusters #1

Open
ChrisLoer opened this issue Oct 22, 2019 · 0 comments
Open

Stop zoom descent for tiles that don't have any clusters #1

ChrisLoer opened this issue Oct 22, 2019 · 0 comments

Comments

@ChrisLoer
Copy link
Owner

Supertiler starts to take a long time to run as maxZoom gets higher and higher. With most data sets, that just represents a lot of time asking Supercluster for tiles and finding out they're empty. This could be made much faster just by short-circuiting descent whenever we reach an empty tile (or even a tile without any clusters).

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