Commit 431fe342 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Renombra vista STAC y define sus meta-tags

parent d51572be
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -842,7 +842,7 @@ define({
	, "modeLabel": "Contenido de la cuadrícula"
	, "pressHere": "Pulse aquí"
	, "successResetting": "Recuperación de contraseña realizada con éxito"
	, "stac-browser": "STAC"
	, "stac-browser": "Teledetección (STAC)"

	, "monday": "lunes"
	, "mondayShort": "lun"
@@ -1370,6 +1370,8 @@ 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 de teledetección (STAC)"
	, "metaViewerStacBrowserDescription": "Visor de catálogo de recursos espacio-temporales (STAC), integrando la herramienta STAC browser para ofrecer contenido 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"
+3 −1
Original line number Diff line number Diff line
@@ -847,7 +847,7 @@ define({
		, "noCita": "No citations for this grid size"
		, "pressHere": "Press here"
		, "successResetting": "Password recovery completed successfully"
		, "stac-browser": "STAC"
		, "stac-browser": "Remote sensing (STAC)"

		, "monday": "Monday"
		, "mondayShort": "Mon"
@@ -1374,6 +1374,8 @@ 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": "Remote sensing catalog (STAC)"
		, "metaViewerStacBrowserDescription": "Viewer for spatio-temporal assets catalog (STAC), integrating STAC browser tool to serve mostly remote sensing content obtained 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"
+4 −0
Original line number Diff line number Diff line
@@ -84,6 +84,10 @@ define({
		"title": "{i18n.metaViewerRealTimeDashboardIdTitle} '{properties.site.name}'",
		"description": "{i18n.metaViewerRealTimeDashboardIdDescription} '{properties.site.name}'. {properties.site.description}."
	},
	"/viewer/stac-browser": {
		"title": "{i18n.metaViewerStacBrowserTitle}",
		"description": "{i18n.metaViewerStacBrowserDescription}."
	},
	"/atlas": {
		"title": "{i18n.metaAtlasTitle}",
		"description": "{i18n.metaAtlasDescription}."