Loading client-app/src/component/map/layer/_LayerFeatureInfo.js +10 −3 Original line number Diff line number Diff line Loading @@ -12,9 +12,11 @@ define([ // summary: // Extensión de WmsLayerImpl para gestionar las peticiones de información mediante getFeatureInfo. constructor: function(args) { postMixInProperties: function() { this.config = { this.inherited(arguments); const defaultConfig = { getFeatureInfoService: 'WMS', getFeatureInfoVersion: '1.1.1', getFeatureInfoRequest: 'GetFeatureInfo', Loading @@ -24,13 +26,18 @@ define([ getFeatureInfoBuffer: 5 }; lang.mixin(this, this.config, args); this._mergeOwnAttributes(defaultConfig); }, _requestLayerInfo: function(obj) { this.infoTarget = this._obtainLayerInfoTarget(obj); if (!this.infoTarget) { this._emitEvt('LAYER_INFO'); return; } this._emitEvt('GET', { target: this.infoTarget, requesterId: this.getOwnChannel(), Loading Loading
client-app/src/component/map/layer/_LayerFeatureInfo.js +10 −3 Original line number Diff line number Diff line Loading @@ -12,9 +12,11 @@ define([ // summary: // Extensión de WmsLayerImpl para gestionar las peticiones de información mediante getFeatureInfo. constructor: function(args) { postMixInProperties: function() { this.config = { this.inherited(arguments); const defaultConfig = { getFeatureInfoService: 'WMS', getFeatureInfoVersion: '1.1.1', getFeatureInfoRequest: 'GetFeatureInfo', Loading @@ -24,13 +26,18 @@ define([ getFeatureInfoBuffer: 5 }; lang.mixin(this, this.config, args); this._mergeOwnAttributes(defaultConfig); }, _requestLayerInfo: function(obj) { this.infoTarget = this._obtainLayerInfoTarget(obj); if (!this.infoTarget) { this._emitEvt('LAYER_INFO'); return; } this._emitEvt('GET', { target: this.infoTarget, requesterId: this.getOwnChannel(), Loading