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