Commit 6cd5e2f8 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Rebautiza stac-browser y ruta de activity catalog

Migra visor STAC Browser hacia catálogo de recursos ráster, nombre más
descriptivo. Cambia rutas, nombres de variable, traducciones, títulos y
descripciones de metadatos para aplicar este cambio.

Normaliza la ruta de acceso al catálogo de actividades, ya que era la
única en utilizar el plural en lugar del singular. Esto significará la
rotura de enlaces antiguos, pero lo asumimos porque sólo afecta al
catálogo principal (las vistas de detalle de cada actividad mantienen su
ruta).
parent 6f226263
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -468,6 +468,7 @@ var viewLayers = {
	, 'src/catalog/program/ProgramCatalogView': {}
	, 'src/catalog/project/ProjectCatalogView': {}
	, 'src/catalog/species/SpeciesCatalogView': {}
	, 'src/catalog/raster/RasterCatalogView': {}

	// vistas detalle
	, 'src/detail/activity/ActivityDetailView': {}
@@ -484,8 +485,6 @@ var viewLayers = {

	, 'app/home/views/HomeView': {}

	, 'app/catalog/views/StacBrowserView': {}

	, 'app/administrative/views/ContactView': {}
	, 'app/administrative/views/DeviceView': {}
	, 'app/administrative/views/DocumentView': {}
+4 −4
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ define({
		"title": "{i18n.metaHomeTitle}",
		"description": "{i18n.metaHomeDescription}."
	},
	"/catalog/activities-catalog": {
	"/catalog/activity-catalog": {
		"title": "{i18n.metaCatalogActivitiesCatalogTitle}",
		"description": "{i18n.metaCatalogActivitiesCatalogDescription}."
	},
@@ -60,9 +60,9 @@ define({
		"title": "{i18n.metaCatalogSpeciesInfoIdTitle} '{scientificName} {authorship}'",
		"description": "{i18n.metaCatalogSpeciesInfoIdDescription} '{scientificName} {authorship}'. {commonName}."
	},
	"/catalog/stac-browser": {
		"title": "{i18n.metaViewerStacBrowserTitle}",
		"description": "{i18n.metaViewerStacBrowserDescription}."
	"/catalog/raster-catalog": {
		"title": "{i18n.metaCatalogRasterCatalogTitle}",
		"description": "{i18n.metaCatalogRasterCatalogDescription}."
	},
	"/viewer/species-distribution": {
		"title": "{i18n.metaViewerSpeciesDistributionTitle}",
+3 −3
Original line number Diff line number Diff line
@@ -14,15 +14,15 @@ define([

	return declare([Layout, Controller, _ExternalConfig], {
		//	summary:
		//		Vista de STAC Browser incrustado.
		//		Vista de catálogo de recursos ráster.
		//	description:
		//		Permite integrar la herramienta externa.
		//		Permite integrar la herramienta externa STAC Browser como contenido incrustado.

		constructor: function (args) {

			this.config = {
				embeddedContentUrl: null,
				embeddedContentUrlPropertyName: 'stacBrowserViewEmbeddedContentUrl'
				embeddedContentUrlPropertyName: 'rasterCatalogViewEmbeddedContentUrl'
			};

			lang.mixin(this, this.config, args);
+5 −4
Original line number Diff line number Diff line
@@ -744,11 +744,13 @@ define({
	, "service": "Servicios"
	, "charts": "Series temporales"
	, "species-catalog": "Especies"
	, "activities-catalog": "Actividades"
	, "activity-catalog": "Actividades"
	, "project-catalog": "Proyectos"
	, "program-catalog": "Programas"
	, "platform-catalog": "Plataformas"
	, "organisation-catalog": "Organizaciones"
	, "animal-catalog": "Animales"
	, "raster-catalog": "Recursos ráster"
	, "confidence": "Fiabilidad"
	, "sightings": "Avistamientos"
	, "logout": "Cerrar sesión"
@@ -838,7 +840,6 @@ define({
	, "modeLabel": "Contenido de la cuadrícula"
	, "pressHere": "Pulse aquí"
	, "successResetting": "Recuperación de contraseña realizada con éxito"
	, "stac-browser": "STAC"

	, "monday": "lunes"
	, "mondayShort": "lun"
@@ -1361,6 +1362,8 @@ define({
	, "metaCatalogSpeciesCatalogDescription": "Listado de especies marinas registradas dentro del ámbito geográfico de la Macaronesia"
	, "metaCatalogSpeciesInfoIdTitle": "Especie"
	, "metaCatalogSpeciesInfoIdDescription": "Información sobre la especie"
	, "metaCatalogRasterCatalogTitle": "Catálogo de recursos ráster"
	, "metaCatalogRasterCatalogDescription": "Catálogo de recursos espacio-temporales distribuidos bajo la especificación STAC, integrando la herramienta STAC Browser para ofrecer y describir contenido geoespacial, generado mayormente por teledetección desde satélites"
	, "metaViewerSpeciesDistributionTitle": "Distribución de especies marinas"
	, "metaViewerSpeciesDistributionDescription": "Visor de análisis de la distribución geográfica de las especies marinas que se encuentran en Canarias. Cuenta con diferentes modos de visualizar y filtrar los datos"
	, "metaViewerTrackingTitle": "Seguimiento de posición de animales y objetos marinos"
@@ -1373,8 +1376,6 @@ define({
	, "metaViewerRealTimeDescription": "Visor de estaciones que proveen datos en tiempo real sobre el entorno marino"
	, "metaViewerRealTimeDashboardIdTitle": "Datos en tiempo real de la estación"
	, "metaViewerRealTimeDashboardIdDescription": "Visor de los datos producidos por la estación"
	, "metaViewerStacBrowserTitle": "Catálogo STAC"
	, "metaViewerStacBrowserDescription": "Catálogo de recursos espacio-temporales distribuidos bajo la especificación STAC, integrando la herramienta STAC Browser para ofrecer y describir contenido geoespacial, generado mayormente por teledetección desde satélites"
	, "metaAtlasTitle": "Atlas"
	, "metaAtlasDescription": "Atlas marino de Canarias, con una selección de capas de datos marinos georeferenciados de interés público, agrupadas por temáticas"
	, "metaServiceOgcCatalogTitle": "Catálogo de servicios OGC"
+5 −4
Original line number Diff line number Diff line
@@ -745,11 +745,13 @@ define({
		, "service": "Services"
		, "charts": "Timeseries"
		, "species-catalog": "Species"
		, "activities-catalog": "Activities"
		, "activity-catalog": "Activities"
		, "project-catalog": "Projects"
		, "program-catalog": "Programs"
		, "platform-catalog": "Platforms"
		, "organisation-catalog": "Organisations"
		, "animal-catalog": "Animals"
		, "raster-catalog": "Raster assets"
		, "confidence": "Confidence"
		, "sightings": "Sightings"
		, "logout": "Logout"
@@ -843,7 +845,6 @@ define({
		, "noCita": "No citations for this grid size"
		, "pressHere": "Press here"
		, "successResetting": "Password recovery completed successfully"
		, "stac-browser": "STAC"

		, "monday": "Monday"
		, "mondayShort": "Mon"
@@ -1365,6 +1366,8 @@ define({
		, "metaCatalogSpeciesCatalogDescription": "List of marine species registered within the geographical scope of Macaronesia"
		, "metaCatalogSpeciesInfoIdTitle": "Species"
		, "metaCatalogSpeciesInfoIdDescription": "Species information"
		, "metaCatalogRasterCatalogTitle": "Raster assets catalog"
		, "metaCatalogRasterCatalogDescription": "Catalog for spatio-temporal assets distributed under the STAC specification, integrating the STAC Browser tool to offer and describe geospatial content, generated mostly by remote sensing from satellites"
		, "metaViewerSpeciesDistributionTitle": "Distribution of marine species"
		, "metaViewerSpeciesDistributionDescription": "Analysis viewer of the geographical distribution of marine species found in the Canary Islands. It has different ways to visualize and filter the data"
		, "metaViewerTrackingTitle": "Position tracking of animals and marine objects"
@@ -1377,8 +1380,6 @@ define({
		, "metaViewerRealTimeDescription": "Station viewer that provides realtime data on the marine environment"
		, "metaViewerRealTimeDashboardIdTitle": "Realtime data from the station"
		, "metaViewerRealTimeDashboardIdDescription": "Viewer of the data produced by the station"
		, "metaViewerStacBrowserTitle": "STAC catalog"
		, "metaViewerStacBrowserDescription": "Catalog for spatio-temporal assets distributed under the STAC specification, integrating the STAC Browser tool to offer and describe geospatial content, generated mostly by remote sensing from satellites"
		, "metaAtlasTitle": "Atlas"
		, "metaAtlasDescription": "Marine Atlas of the Canary Islands, with a selection of georeferenced marine data layers of public interest, grouped by theme"
		, "metaServiceOgcCatalogTitle": "OGC service catalog"
Loading