UNPKG

gis-tools-ts

Version:

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

4 lines 177 B
import VectorTileWorker from './tileWorker.js'; const vecWorker = new VectorTileWorker(); self.onmessage = vecWorker.onmessage.bind(vecWorker); //# sourceMappingURL=index.js.map