Commit 13b88294 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Separa los target locales de Atlas y SmartLegend

Por casualidad, ambos módulos compartían el valor de la propiedad target
usada localmente para consumir datos, produciendo que Atlas mostrara
elementos que realmente cargaba SmartLegend.

Fix #65.
parent a8cf6488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ define([
				},

				_itemsSelected: {},
				localTarget: "local",
				localTarget: "localAtlas",
				target: redmicConfig.services.atlasLayer,
				selectionTarget: redmicConfig.services.atlasLayerSelection,
				pathSeparator: ".",
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ define([
				idProperty: "path",
				pathSeparator: ".",
				_pseudonymSeparator: "_",
				_localTarget: "local",
				_localTarget: "localSmartLegend",
				_pathsByLayerId: {},
				_layerIdByPseudonym: {},
				_currentData: {},