MCPcopy Create free account
hub / github.com/protomaps/PMTiles / getVectorEncoding

Method getVectorEncoding

app/src/tileset.ts:25–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24 getVectorLayers(): Promise<string[]>;
25 getVectorEncoding(): Promise<"mvt" | "mlt" | undefined>;
26 isOverlay(): Promise<boolean>;
27 isVector(): Promise<boolean>;
28

Callers 1

addTilesetFunction · 0.65

Implementers 3

TileJSONTilesetapp/src/tileset.ts
RemotePMTilesTilesetapp/src/tileset.ts
LocalPMTilesTilesetapp/src/tileset.ts

Calls

no outgoing calls

Tested by

no test coverage detected