Loading public/javascript/redmic/modules/map/Map.js +3 −3 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ define([ ownChannel: "map", defaultBaseLayer: "redmic" defaultBaseLayer: "ortofoto" }; lang.mixin(this, this.config, args); Loading Loading @@ -717,10 +717,10 @@ define([ _afterMapLoaded: function() { // TODO revisar las capas base this._changeBaseLayer(this.defaultBaseLayer); //this._changeBaseLayer(this.defaultBaseLayer); this._changeBaseLayer("topografico"); this._changeBaseLayer("ortofoto"); this._changeBaseLayer(this.defaultBaseLayer); //this._changeBaseLayer(this.defaultBaseLayer); this._addContainerListeners(); }, Loading Loading
public/javascript/redmic/modules/map/Map.js +3 −3 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ define([ ownChannel: "map", defaultBaseLayer: "redmic" defaultBaseLayer: "ortofoto" }; lang.mixin(this, this.config, args); Loading Loading @@ -717,10 +717,10 @@ define([ _afterMapLoaded: function() { // TODO revisar las capas base this._changeBaseLayer(this.defaultBaseLayer); //this._changeBaseLayer(this.defaultBaseLayer); this._changeBaseLayer("topografico"); this._changeBaseLayer("ortofoto"); this._changeBaseLayer(this.defaultBaseLayer); //this._changeBaseLayer(this.defaultBaseLayer); this._addContainerListeners(); }, Loading