UNPKG

s2-tools

Version:

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

8 lines 262 B
import type { S2Feature, VectorFeature } from '../'; /** * Convert an S2Feature to a GeoJSON Feature * @param data - S2Feature * @returns - GeoJSON Feature */ export declare function toWM(data: S2Feature): VectorFeature; //# sourceMappingURL=convert.d.ts.map