UNPKG

gis-tools-ts

Version:

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

8 lines 304 B
import type { S2Header } from '../../readers/pmtiles/index.js'; /** * Create raw header bytes from an S2Header object. * @param header - the header object * @returns the raw header bytes */ export declare function s2HeaderToBytes(header: S2Header): Uint8Array; //# sourceMappingURL=s2pmtiles.d.ts.map