UNPKG

gis-tools-ts

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

9 lines 366 B
import './util/polyfills/local.js'; export * from './dataStore/externalSort/index.js'; export * from './dataStore/mmap.js'; export * from './dataStore/kv/mmap.js'; export * from './dataStore/multimap/mmap.js'; export * from './dataStore/vector/mmap.js'; export * from './readers/shapefile/mmap.js'; export * from './readers/mmap.js'; //# sourceMappingURL=mmap.js.map