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

Set max number of chunks per layer #332

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Set max number of chunks per layer #332

merged 1 commit into from
Jan 26, 2024

Conversation

kylebarron
Copy link
Member

Set the maximum number of separate chunks/row groups to allow splitting an input layer into.

Deck.gl can pick from a maximum of 256 layers, and a user could have many layers, so we don't want to use too many layers per data file.

This is for #282 though isn't a complete solution, because many separate user-facing layers could still add up to more than 256 pickable deck layers.

@kylebarron kylebarron marked this pull request as ready for review January 26, 2024 19:19
@kylebarron kylebarron enabled auto-merge (squash) January 26, 2024 19:19
@kylebarron kylebarron merged commit b708317 into main Jan 26, 2024
5 checks passed
@kylebarron kylebarron deleted the kyle/max-chunks branch January 26, 2024 19:20
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.

1 participant