loaders.gl
loaders.gl copied to clipboard
Add progress to `parseShapefileInBatches`.
Based on the work in #1105. This modifies zipBatchIterators
to return an object with keys progress
and data
rather than an array so we can return parsing progress for the parseShapefileInBatches
function.
This will be useful for returning a progress indicator in a UI when loading large shapefiles.