ChrisLoer/supertiler

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

Opened this issue · 0 comments

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).