gis-tools-ts
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
11 lines • 338 B
JavaScript
export * from './ll/index.js';
export * from './predicates/index.js';
export * from './s1/index.js';
export * from './s2/index.js';
export * from './tools/index.js';
export * from './wm/index.js';
export * from './bbox.js';
export * from './id.js';
export * from './util.js';
export * from 's2json-spec';
//# sourceMappingURL=index.js.map