developmentseed / developmentseed/vt-grid
Do not copy source data < basezoom
Open
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
If the input data has tiles below `basezoom`, then the final `tile-join` step fails if `includeBaseData` is true (the default). The ideal fix would be to copy the source data where `z >= basezoom` to a separate file, and use _that_ in the tile join
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.