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

Method _isDataflowLayer

src/common/mapping/WebMapV2.js:3240–3242  ·  view source on GitHub ↗
(layerType)

Source from the content-addressed store, hash-verified

3238 }
3239
3240 _isDataflowLayer(layerType) {
3241 return layerType === 'DATAFLOW_POINT_TRACK' || layerType === 'DATAFLOW_HEAT';
3242 }
3243
3244 _getVisibility(visible) {
3245 const visibility = visible === false || visible === 'none' ? 'none' : 'visible';

Callers 2

_initOverlayLayerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected