Loading client-app/src/component/atlas/_AtlasLayersManagement.js +6 −5 Original line number Diff line number Diff line Loading @@ -262,16 +262,17 @@ define([ _getMapLayerComponentConfiguration: function(atlasItem) { var layerId = this._createLayerId(atlasItem), const layerId = this._createLayerId(atlasItem), layerLabel = this._createLayerLabel(atlasItem), mapChannel = this.getMapChannel?.() ?? null, innerLayerDefinition = this._getLayerDefinitionByProtocol(atlasItem); return { parentChannel: this.getChannel(), mapChannel: this.getMapChannel ? this.getMapChannel() : null, innerLayerDefinition: innerLayerDefinition, layerId: layerId, layerLabel: layerLabel, mapChannel, innerLayerDefinition, layerId, layerLabel, queryable: atlasItem.queryable, refresh: atlasItem.refresh, dimensions: this._getAtlasLayerDimensions(atlasItem) Loading client-app/src/viewer/marineMonitoring/_ManageOgcServices.js +8 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,14 @@ define([ }); }, _initialize: function() { this.inherited(arguments); const mapInstance = this.getComponentInstance('map'); this.getMapChannel = mapInstance ? lang.hitch(mapInstance, mapInstance.getChannel) : null; }, _requestLayersDataFilteredByActivityIds: function(activities) { this._emitEvt('REQUEST', { Loading Loading
client-app/src/component/atlas/_AtlasLayersManagement.js +6 −5 Original line number Diff line number Diff line Loading @@ -262,16 +262,17 @@ define([ _getMapLayerComponentConfiguration: function(atlasItem) { var layerId = this._createLayerId(atlasItem), const layerId = this._createLayerId(atlasItem), layerLabel = this._createLayerLabel(atlasItem), mapChannel = this.getMapChannel?.() ?? null, innerLayerDefinition = this._getLayerDefinitionByProtocol(atlasItem); return { parentChannel: this.getChannel(), mapChannel: this.getMapChannel ? this.getMapChannel() : null, innerLayerDefinition: innerLayerDefinition, layerId: layerId, layerLabel: layerLabel, mapChannel, innerLayerDefinition, layerId, layerLabel, queryable: atlasItem.queryable, refresh: atlasItem.refresh, dimensions: this._getAtlasLayerDimensions(atlasItem) Loading
client-app/src/viewer/marineMonitoring/_ManageOgcServices.js +8 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,14 @@ define([ }); }, _initialize: function() { this.inherited(arguments); const mapInstance = this.getComponentInstance('map'); this.getMapChannel = mapInstance ? lang.hitch(mapInstance, mapInstance.getChannel) : null; }, _requestLayersDataFilteredByActivityIds: function(activities) { this._emitEvt('REQUEST', { Loading