UNPKG

gis-tools-ts

Version:

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

11 lines 436 B
import './util/polyfills/local.js'; export * from './dataStore/externalSort/index.js'; export * from './dataStore/file.js'; export * from './dataStore/kv/file.js'; export * from './dataStore/multimap/file.js'; export * from './dataStore/vector/file.js'; export * from './readers/shapefile/file.js'; export * from './readers/file.js'; export * from './writers/file.js'; export * from './writers/tile.js'; //# sourceMappingURL=file.js.map