UNPKG

gis-tools-ts

Version:

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

9 lines 277 B
export * from './area.js'; export * from './clean.js'; export * from './dekink.js'; export * from './equal.js'; export * from './intersections.js'; export * from './pathBuilder.js'; export * from './pointInPoly.js'; export * from './union.js'; //# sourceMappingURL=index.js.map