Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/antvis/L7
/ ITileSource
Interface
ITileSource
packages/source/src/interface.ts:100–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
export
interface
ITileSource {
101
getTileData(layer: string): any;
102
}
103
104
export
type
MapboxVectorTile = {
105
layers: { [_: string]: { features: GeoJSON.Feature[] } };
Callers
3
getFeatures
Method · 0.65
getFeatures
Method · 0.65
737.b3e3e1f0.async.js
File · 0.65
Implementers
2
VectorSource
packages/source/src/source/geojsonvt.t
VectorSource
packages/source/src/source/vector.ts
Calls
no outgoing calls
Tested by
no test coverage detected