MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / getLayers

Method getLayers

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

Source from the content-addressed store, hash-verified

19 }
20
21 getLayers() {
22 return (this._sourceListModel && this._sourceListModel.getLayers()) || [];
23 }
24
25 getLegends() {
26 return this._legendList;

Callers 15

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

Calls

no outgoing calls

Tested by

no test coverage detected