Commit 868799ea authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Agrega navegación interna desde mapa a gráficas

Hace uso de la funcionalidad de los anchors asignados a cada cajita de
las vistas detalle, para mover la página hasta el contenido deseado (en
este caso, al visor de gráficas una vez seleccionada la estación desde
el mapa o listado).
parent 446857c6
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ define([
				height: 6,
				type: ActivityCitationMapBase,
				props: {
					title: this.i18n.citations,
					windowTitle: 'citations',
					pathVariableId: this._activityData.id
				}
			};
@@ -82,7 +82,7 @@ define([
				height: 6,
				type: ActivityLayerMapBase,
				props: {
					title: this.i18n.layers,
					windowTitle: 'layers',
					pathVariableId: this._activityData.id
				}
			};
@@ -101,7 +101,7 @@ define([
				height: 6,
				type: ActivityTrackingMap,
				props: {
					title: this.i18n.tracking,
					windowTitle: 'tracking',
					pathVariableId: this._activityData.id
				}
			};
@@ -120,7 +120,7 @@ define([
				height: 6,
				type: ActivityInfrastructureMapBase,
				props: {
					title: this.i18n.infrastructures,
					windowTitle: 'infrastructures',
					pathVariableId: this._activityData.id
				}
			};
@@ -139,7 +139,7 @@ define([
				height: 6,
				type: ActivityAreaMapBase,
				props: {
					title: this.i18n.area,
					windowTitle: 'area',
					pathVariableId: this._activityData.id
				}
			};
@@ -158,7 +158,7 @@ define([
				height: 6,
				type: ActivityFixedTimeseriesMap,
				props: {
					title: this.i18n.associatedSurveyStation,
					windowTitle: 'associatedSurveyStation',
					pathVariableId: this._activityData.id
				}
			};
@@ -172,7 +172,7 @@ define([
				height: 6,
				type: ActivityFixedTimeseriesChart,
				props: {
					title: this.i18n.charts,
					windowTitle: 'charts',
					pathVariableId: this._activityData.id,
					timeseriesDataChannel: this._getWidgetInstance(mapKey).getChannel('TIMESERIES_DATA')
				}
+1 −0
Original line number Diff line number Diff line
@@ -54,6 +54,7 @@ define([
										icon: 'fa-bar-chart',
										title: this.i18n.charts,
										btnId: 'showCharts',
										href: '#charts',
										returnItem: true
									},{
										icon: 'fa-map-marker',
Compare de82357a to 21f082d1
Original line number Diff line number Diff line
Subproject commit de82357a3ac10656b62c82c9a1403c574e3dd64e
Subproject commit 21f082d139c4d34228d146b915ec16b0834b79ff