MCPcopy
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
100export interface ITileSource {
101 getTileData(layer: string): any;
102}
103
104export type MapboxVectorTile = {
105 layers: { [_: string]: { features: GeoJSON.Feature[] } };

Callers 3

getFeaturesMethod · 0.65
getFeaturesMethod · 0.65

Implementers 2

VectorSourcepackages/source/src/source/geojsonvt.t
VectorSourcepackages/source/src/source/vector.ts

Calls

no outgoing calls

Tested by

no test coverage detected