Commit 52f8064f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza servicio de vista detalle de capas

Consume del nuevo microservicio de atlas.
Elimina resto de antiguo servicio de capas, ya no se usa para nada.
parent 528d6b1b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ define([

		constructor: function(args) {

			this.target = redmicConfig.services.serviceOGC;
			this.target = redmicConfig.services.atlasLayer;
			this.activityTarget = "activitiesLayer";
			this.infoLayerTarget = 'infoLayerTarget';

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ define([

		_setConfigurations: function() {

			this.target = redmicConfig.services.serviceOGC;
			this.target = redmicConfig.services.atlasLayer;

			this.viewPathsWidgets = {
				activities: "/catalog/{rank}-info/{id}"
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ define([
				title: this.i18n.edit
			}];

			this.target = redmicConfig.services.serviceOGC;
			this.target = redmicConfig.services.atlasLayer;

			this.viewPathsWidgets = {
				activities: "/admin/{rank}-info/{id}"
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ define([
			this.config = {
				title: this.i18n.map,
				region: "center",
				selectionTarget: redmicConfig.services.serviceOGC
				selectionTarget: redmicConfig.services.atlasLayer
			};

			lang.mixin(this, this.config, args);
+0 −2
Original line number Diff line number Diff line
@@ -282,8 +282,6 @@ define([], function() {
		'atlasLayerDiscovery': baseUri + 'atlas/commands/discover-layers',
		'atlasCategory': baseUri + 'atlas/view/category',
		'atlasCategoryEdition': baseUri + 'atlas/commands/category',
		//'atlas': baseUri + 'atlas',
		'serviceOGC': baseUri + 'servicesogc/layers',

		'statistics': baseUri + 'statistics',
		'administrativeStatistics': baseUri + 'statistics/administrative',