Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTileset
Function · 0.65
Implementers
3
TileJSONTileset
app/src/tileset.ts
RemotePMTilesTileset
app/src/tileset.ts
LocalPMTilesTileset
app/src/tileset.ts
Calls
no outgoing calls
Tested by
no test coverage detected