Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set max number of chunks per layer (#332)
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.
- Loading branch information