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

Support decimal zoom steps. #219

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dariovillar
Copy link

Add support for requesting clusters on decimal zoom steps in the Supercluster JavaScript library. Previously, only integer zoom levels were supported. Introduce a new 'stepSize' parameter and incorporate it into the API.

This update includes internal modifications on how the zoom values are handled internally, allowing for accommodation of decimal zoom steps.

As an API-breaking change, the 'clusterId' computation algorithm has been changed. Previously, the 'clusterId' encoded the zoom level within the ID, supporting up to 32 levels. Now, it encodes the index of the 'trees' array.

dariovillar added 2 commits April 11, 2023 19:57
Add support for requesting clusters on decimal zoom steps in the Supercluster JavaScript library. Previously, only integer zoom levels were supported. Introduce a new 'stepSize' parameter and incorporate it into the API.

This update includes internal modifications to the handling of zoom levels, allowing for accommodation of decimal zoom steps. As an API-breaking change, the 'clusterId' structure has been altered. Previously, the 'clusterId' encoded the zoom level within the ID, supporting up to 32 levels. Now, it encodes the index of the 'trees' array.
Remove 1 decimal limitation on zoomSep
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

Successfully merging this pull request may close these issues.

None yet

1 participant