@loaders.gl/mvt
Version:
Loader for Mapbox Vector Tiles
7 lines • 337 B
TypeScript
import type { ProtoTile } from "./proto-tile.js";
/**
* Transforms the coordinates of each protoFeature in the given protoTile from
* mercator-projected space into (extent x extent) protoTile space.
*/
export declare function transformTile(protoTile: ProtoTile, extent: number): ProtoTile;
//# sourceMappingURL=transform-tile.d.ts.map