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

Method _getVisibility

src/common/mapping/WebMapV2.js:3244–3247  ·  view source on GitHub ↗
(visible)

Source from the content-addressed store, hash-verified

3242 }
3243
3244 _getVisibility(visible) {
3245 const visibility = visible === false || visible === 'none' ? 'none' : 'visible';
3246 return visibility;
3247 }
3248
3249 isAbsoluteURL(url) {
3250 try {

Callers 2

_createMVTBaseLayerMethod · 0.95
_addBaselayerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected