loaders.gl
loaders.gl copied to clipboard
Shapefile updates
Improved shapefile typing
- Improved Batch typing
- Improved
zip-batch-iterators, taking inspiration from https://github.com/visgl/loaders.gl/pull/2073 - Coalesce all Shapefile types into
types.ts - Rename
RowArrayTableBatchtoArrayRowTableBatchandRowObjectTableBatchtoObjectRowTableBatchto be aligned withArrayRowTableandObjectRowTable - Improved Shapefile return objects
- extends
GeoJSONRowTableBatchfor the batched parser andGeoJSONRowTablefor the sync parser
- extends
- Improved Shapefile typing
- Removes several
anys
- Removes several
Would close #2073 and #2072.