MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / getLayerCatalog

Method getLayerCatalog

src/common/mapping/MapBase.js:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 }
16
17 getLayerCatalog() {
18 return (this._sourceListModel && this._sourceListModel.getLayerCatalog()) || [];
19 }
20
21 getLayers() {
22 return (this._sourceListModel && this._sourceListModel.getLayers()) || [];

Callers 8

WebMapV2Spec.jsFile · 0.45
callbackFunction · 0.45
WebMapV3Spec.jsFile · 0.45
WebMapV2Spec.jsFile · 0.45
callbackFunction · 0.45
WebMapV3Spec.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected