UNPKG

s2-tools

Version:

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

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