@loaders.gl/mvt
Version:
Loader for Mapbox Vector Tiles
12 lines • 395 B
TypeScript
/**
* Worker loader for the Mapbox Vector Tile format
*/
export declare const MVTFormat: {
readonly name: "Mapbox Vector Tile";
readonly id: "mvt";
readonly module: "mvt";
readonly extensions: ["mvt", "pbf"];
readonly mimeTypes: ["application/vnd.mapbox-vector-tile", "application/x-protobuf"];
readonly category: "geometry";
};
//# sourceMappingURL=mvt-format.d.ts.map