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

Method getSelfAppreciableLayers

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

Source from the content-addressed store, hash-verified

27 }
28
29 getSelfAppreciableLayers() {
30 return (this._sourceListModel && this._sourceListModel.getSelfLayers(...arguments)) || [];
31 }
32
33 setLayersVisible() {
34 this._sourceListModel && this._sourceListModel.setLayersVisible(...arguments);

Callers 4

_sendMapToUserMethod · 0.80
_setCacheLayerMethod · 0.80
_sendMapToUserMethod · 0.80

Calls 1

getSelfLayersMethod · 0.80

Tested by

no test coverage detected