MCPcopy
hub / github.com/apache/echarts / load

Method load

src/coord/geo/geoTypes.ts:138–138  ·  view source on GitHub ↗
(
        nameMap: NameMap,
        nameProperty: string
    )

Source from the content-addressed store, hash-verified

136export interface GeoResource {
137 readonly type: 'geoJSON' | 'geoSVG';
138 load(
139 nameMap: NameMap,
140 nameProperty: string
141 ): {

Callers 4

getInitialDataMethod · 0.65
getFilledRegionsMethod · 0.65
constructorMethod · 0.65

Implementers 2

GeoJSONResourcesrc/coord/geo/GeoJSONResource.ts
GeoSVGResourcesrc/coord/geo/GeoSVGResource.ts

Calls

no outgoing calls

Tested by

no test coverage detected