loaders.gl icon indicating copy to clipboard operation
loaders.gl copied to clipboard

Add progress to `parseShapefileInBatches`.

Open nickpeihl opened this issue 3 years ago • 0 comments

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.

nickpeihl avatar Jan 28 '22 20:01 nickpeihl