MCPcopy
hub / github.com/antvis/L7 / getSourceCfg

Method getSourceCfg

packages/core/src/services/source/ISourceService.ts:147–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 extent: BBox;
146 tileset: TilesetManager | undefined;
147 getSourceCfg(): any;
148 setData(data: any, options?: ISourceCFG): void;
149 updateClusterData(zoom: number): void;
150 getFeatureById(id: number): unknown;

Callers 2

BaseLayerClass · 0.65
rFunction · 0.65

Implementers 1

Sourcepackages/source/src/source.ts

Calls

no outgoing calls

Tested by

no test coverage detected