Commit 9192617e authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Oculta capa de redmic en los mapas

parent da14975b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ define([

				ownChannel: "map",

				defaultBaseLayer: "redmic"
				defaultBaseLayer: "ortofoto"
			};

			lang.mixin(this, this.config, args);
@@ -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();
		},