UNPKG

@loaders.gl/shapefile

Version:

Loader for the Shapefile Format

10 lines 677 B
export type { ShapefileLoaderOptions } from "./shapefile-loader.js"; export { ShapefileLoader } from "./shapefile-loader.js"; export type { DBFLoaderOptions } from "./dbf-loader.js"; export { DBFLoader, DBFWorkerLoader } from "./dbf-loader.js"; export type { SHPLoaderOptions } from "./shp-loader.js"; export { SHPLoader, SHPWorkerLoader } from "./shp-loader.js"; export { BinaryReader as _BinaryReader } from "./lib/streaming/binary-reader.js"; export { BinaryChunkReader as _BinaryChunkReader } from "./lib/streaming/binary-chunk-reader.js"; export { zipBatchIterators as _zipBatchIterators } from "./lib/streaming/zip-batch-iterators.js"; //# sourceMappingURL=index.d.ts.map