Loading client-app/src/component/map/LeafletImpl.js +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ define([ }; if (this._infoForAddedLayers[layerId]) { layerAddReq.extraInfo = this._infoForAddedLayers[layerId]; layerAddReq.atlasItem = this._infoForAddedLayers[layerId]; delete this._infoForAddedLayers[layerId]; } Loading client-app/src/component/map/layer/MapLayer.js +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ define([ _subLayerAdded: function(response) { // TODO quizá sea mejor retrasar la carga de la leyenda, bajo petición this._getLayerLegend(response.extraInfo); this._getLayerLegend(response.atlasItem); this._mapInstance = response.mapInstance; this._publish(this.getChannel('CONNECT'), { Loading client-app/src/component/map/layer/WmsLayerImpl.js +2 −2 Original line number Diff line number Diff line Loading @@ -94,10 +94,10 @@ define([ delete this._refreshIntervalHandler; }, _getLayerLegend: function(extraInfo) { _getLayerLegend: function(atlasItem) { var legendElement = ServiceOGCImage({ data: extraInfo data: atlasItem }); this._emitEvt('LAYER_LEGEND', this._getLayerLegendToPublish(legendElement)); Loading Loading
client-app/src/component/map/LeafletImpl.js +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ define([ }; if (this._infoForAddedLayers[layerId]) { layerAddReq.extraInfo = this._infoForAddedLayers[layerId]; layerAddReq.atlasItem = this._infoForAddedLayers[layerId]; delete this._infoForAddedLayers[layerId]; } Loading
client-app/src/component/map/layer/MapLayer.js +1 −1 Original line number Diff line number Diff line Loading @@ -190,7 +190,7 @@ define([ _subLayerAdded: function(response) { // TODO quizá sea mejor retrasar la carga de la leyenda, bajo petición this._getLayerLegend(response.extraInfo); this._getLayerLegend(response.atlasItem); this._mapInstance = response.mapInstance; this._publish(this.getChannel('CONNECT'), { Loading
client-app/src/component/map/layer/WmsLayerImpl.js +2 −2 Original line number Diff line number Diff line Loading @@ -94,10 +94,10 @@ define([ delete this._refreshIntervalHandler; }, _getLayerLegend: function(extraInfo) { _getLayerLegend: function(atlasItem) { var legendElement = ServiceOGCImage({ data: extraInfo data: atlasItem }); this._emitEvt('LAYER_LEGEND', this._getLayerLegendToPublish(legendElement)); Loading