From 0f3fc7ea4d5fcefb97de8b6cf7ff483c62343a11 Mon Sep 17 00:00:00 2001 From: gdtelcnig Date: Thu, 14 May 2026 13:38:46 +0200 Subject: [PATCH] Se arreglan las minusculas y mayusculas de help en los plugins --- .../src/plugins/filteredsearch/src/facade/js/filteredsearch.js | 2 +- .../src/plugins/filteredsearch/src/facade/js/i18n/en.json | 1 + .../src/plugins/filteredsearch/src/facade/js/i18n/es.json | 1 + api-idee-js/src/plugins/magnify/src/facade/js/i18n/en.json | 1 + api-idee-js/src/plugins/magnify/src/facade/js/i18n/es.json | 1 + api-idee-js/src/plugins/magnify/src/facade/js/magnify.js | 2 +- api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/en.json | 1 + api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/es.json | 1 + api-idee-js/src/plugins/mapfooter/src/facade/js/mapfooter.js | 2 +- api-idee-js/src/plugins/mapheader/src/facade/js/i18n/en.json | 1 + api-idee-js/src/plugins/mapheader/src/facade/js/i18n/es.json | 1 + api-idee-js/src/plugins/mapheader/src/facade/js/mapheader.js | 2 +- api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/en.json | 1 + api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/es.json | 1 + api-idee-js/src/plugins/maxextzoom/src/facade/js/maxextzoom.js | 2 +- api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/en.json | 1 + api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/es.json | 1 + .../src/plugins/wfstcontrols/src/facade/js/wfstcontrols.js | 2 +- 18 files changed, 18 insertions(+), 6 deletions(-) diff --git a/api-idee-js/src/plugins/filteredsearch/src/facade/js/filteredsearch.js b/api-idee-js/src/plugins/filteredsearch/src/facade/js/filteredsearch.js index 34310b8a1..f41bff4cc 100644 --- a/api-idee-js/src/plugins/filteredsearch/src/facade/js/filteredsearch.js +++ b/api-idee-js/src/plugins/filteredsearch/src/facade/js/filteredsearch.js @@ -141,7 +141,7 @@ export default class FilteredSearch extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: { diff --git a/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/en.json index f2e185aa3..9a6c0a0f6 100644 --- a/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/en.json @@ -41,6 +41,7 @@ "no_saved_queries": "No saved queries.", "no_entities": "No entities with the specified characteristics.", "textHelp": { + "squemaTitle": "filteredsearch", "title": "FILTEREDSEARCH", "paragraph1": "This plugin lets you build attribute queries on queryable map layers, combine operators and values, apply the selection on the map, and manage saved queries.", "screenshot1Alt": "Map with the filter manager button (funnel icon) visible on the cartography", diff --git a/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/es.json index 8275716eb..b18724855 100644 --- a/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/filteredsearch/src/facade/js/i18n/es.json @@ -41,6 +41,7 @@ "no_saved_queries": "No hay consultas guardadas.", "no_entities": "No hay entidades con las caracerísticas indicadas.", "textHelp": { + "squemaTitle": "filteredsearch", "title": "FILTEREDSEARCH", "paragraph1": "Este plugin permite construir consultas por atributos sobre capas del mapa que admitan consulta, combinar operadores y valores, aplicar la selección al mapa y gestionar consultas guardadas.", "screenshot1Alt": "Icono del plugin filteredsearch en el mapa", diff --git a/api-idee-js/src/plugins/magnify/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/magnify/src/facade/js/i18n/en.json index d73616f4e..71d0f5bdb 100644 --- a/api-idee-js/src/plugins/magnify/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/magnify/src/facade/js/i18n/en.json @@ -8,6 +8,7 @@ "actmagnifier": "Activate magnifier", "zoomlevel": "Zoom level: ", "textHelp": { + "squemaTitle": "magnify", "title": "MAGNIFY", "paragraph1": "The magnifier enlarges a circular area of the map over the background cartography (e.g. imagery or basemaps) while the rest of the view stays at normal scale for comparison.", "screenshot1Alt": "Icon of the plugin magnify in the map", diff --git a/api-idee-js/src/plugins/magnify/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/magnify/src/facade/js/i18n/es.json index 352fa692e..012d17749 100644 --- a/api-idee-js/src/plugins/magnify/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/magnify/src/facade/js/i18n/es.json @@ -8,6 +8,7 @@ "actmagnifier": "Activar lupa", "zoomlevel": "Nivel de zoom: ", "textHelp": { + "squemaTitle": "magnify", "title": "MAGNIFY", "paragraph1": "La lupa amplía una zona circular del mapa sobre la cartografía de fondo, manteniendo el resto del visor a escala normal para comparar el detalle.", "screenshot1Alt": "Icono del plugin magnify en el mapa", diff --git a/api-idee-js/src/plugins/magnify/src/facade/js/magnify.js b/api-idee-js/src/plugins/magnify/src/facade/js/magnify.js index fb09e5ab3..af942db3c 100644 --- a/api-idee-js/src/plugins/magnify/src/facade/js/magnify.js +++ b/api-idee-js/src/plugins/magnify/src/facade/js/magnify.js @@ -220,7 +220,7 @@ export default class Magnify extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: { diff --git a/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/en.json index 167b74340..543eac110 100644 --- a/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/en.json @@ -7,6 +7,7 @@ "hide": " Hide ", "show": " Show ", "textHelp": { + "squemaTitle": "mapfooter", "title": "MAPFOOTER", "paragraph1": "The mapfooter plugin inserts an HTML footer below the viewer (default left bottom panel) with configurable content (htmlCode) and optional styles (cssList), typically for legal notices, links or credits.", "screenshot1Alt": "Viewer with footer collapsed; the map uses the full lower height", diff --git a/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/es.json index 6acd6f745..4aac73f25 100644 --- a/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/mapfooter/src/facade/js/i18n/es.json @@ -7,6 +7,7 @@ "hide": " Ocultar ", "show": " Mostrar ", "textHelp": { + "squemaTitle": "mapfooter", "title": "MAPFOOTER", "paragraph1": "El plugin mapfooter inserta un pie HTML bajo el visor (panel inferior izquierdo por defecto) con contenido configurable (htmlCode) y hojas de estilo opcionales (cssList), habitual para avisos legales, enlaces o créditos.", "screenshot1Alt": "Visor con el pie de página plegado; el mapa aprovecha la altura inferior", diff --git a/api-idee-js/src/plugins/mapfooter/src/facade/js/mapfooter.js b/api-idee-js/src/plugins/mapfooter/src/facade/js/mapfooter.js index 2089eb9f8..6fb94d531 100644 --- a/api-idee-js/src/plugins/mapfooter/src/facade/js/mapfooter.js +++ b/api-idee-js/src/plugins/mapfooter/src/facade/js/mapfooter.js @@ -123,7 +123,7 @@ export default class Mapfooter extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: { diff --git a/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/en.json index 7c2474675..dbb9b00a5 100644 --- a/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/en.json @@ -7,6 +7,7 @@ "hide": " Hide ", "show": " Show ", "textHelp": { + "squemaTitle": "mapheader", "title": "MAPHEADER", "paragraph1": "The mapheader plugin adds a top strip above the viewer with configurable HTML content: institutional logos, title, subtitles and links, typical of download portals or corporate maps.", "screenshot1Alt": "Map without institutional header strip; standard viewer controls visible", diff --git a/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/es.json index 5e247d763..16d398f47 100644 --- a/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/mapheader/src/facade/js/i18n/es.json @@ -7,6 +7,7 @@ "hide": " Ocultar ", "show": " Mostrar ", "textHelp": { + "squemaTitle": "mapheader", "title": "MAPHEADER", "paragraph1": "El plugin mapheader inserta una franja superior sobre el visor con contenido HTML configurable: logotipos institucionales, título, subtítulos y enlaces, habitual en portales de descargas o visores corporativos.", "screenshot1Alt": "Mapa sin franja de cabecera institucional; controles estándar del visor visibles", diff --git a/api-idee-js/src/plugins/mapheader/src/facade/js/mapheader.js b/api-idee-js/src/plugins/mapheader/src/facade/js/mapheader.js index adb1dcc15..00fe337df 100644 --- a/api-idee-js/src/plugins/mapheader/src/facade/js/mapheader.js +++ b/api-idee-js/src/plugins/mapheader/src/facade/js/mapheader.js @@ -118,7 +118,7 @@ export default class Mapheader extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: { diff --git a/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/en.json index 2208ae880..6a02b8a65 100644 --- a/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/en.json @@ -5,6 +5,7 @@ "tooltip": "Zoom to the map extent", "zoommapextend": "Zoom to the map extent", "textHelp": { + "squemaTitle": "maxextzoom", "title": "MAXEXTZOOM", "paragraph1": "This plugin adds a button that fits the map view to the maximum extent defined by the viewer (loaded layers, WMC or default bounding box) in a single click.", "screenshot1Alt": "Map with the zoom-to-extent control visible on the viewer toolbar", diff --git a/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/es.json index 945f4af0c..94980dcb6 100644 --- a/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/maxextzoom/src/facade/js/i18n/es.json @@ -5,6 +5,7 @@ "tooltip": "Zoom a la extensión del mapa", "zoommapextend": "Zoom a la extensión del mapa", "textHelp": { + "squemaTitle": "maxextzoom", "title": "MAXEXTZOOM", "paragraph1": "Este plugin añade un botón que ajusta la vista del mapa a la extensión máxima definida por la configuración del visor (capas cargadas, WMC o caja por defecto), de un solo clic.", "screenshot1Alt": "Mapa con el control de zoom a extensión visible en la barra del visor", diff --git a/api-idee-js/src/plugins/maxextzoom/src/facade/js/maxextzoom.js b/api-idee-js/src/plugins/maxextzoom/src/facade/js/maxextzoom.js index b5f18624e..07d2401c4 100644 --- a/api-idee-js/src/plugins/maxextzoom/src/facade/js/maxextzoom.js +++ b/api-idee-js/src/plugins/maxextzoom/src/facade/js/maxextzoom.js @@ -127,7 +127,7 @@ export default class MaxExtZoom extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: { diff --git a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/en.json b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/en.json index 9b9dadf2d..90fc7f6e2 100644 --- a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/en.json +++ b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/en.json @@ -27,6 +27,7 @@ "save_element_successfully": "The element has been saved successfully", "save_successfully": "The element has been saved successfully", "textHelp": { + "squemaTitle": "wfstcontrols", "title": "WFSTCONTROLS", "paragraph1": "This plugin groups transactional editing actions on a WFS layer loaded in the map: draw, modify or delete features, edit attributes, clear local changes and save to the service (depending on configured controls). It requires a compatible WFS layer and, if needed, a geometry parameter or automatic geometry detection.", "screenshot1Alt": "Icon of wfstcontrols in the map", diff --git a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/es.json b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/es.json index 9f318438e..8b970636b 100644 --- a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/es.json +++ b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/i18n/es.json @@ -27,6 +27,7 @@ "save_element_successfully": "Se ha guardado correctamente el elemento", "save_successfully": "Se ha guardado correctamente", "textHelp": { + "squemaTitle": "wfstcontrols", "title": "WFSTCONTROLS", "paragraph1": "Este plugin agrupa acciones de edición transaccional sobre una capa WFS cargada en el mapa: dibujar, modificar o eliminar geometrías, editar atributos, limpiar cambios locales y guardar en el servicio (según los controles configurados). Requiere capa WFS compatible y, si aplica, parámetro geometry o detección automática de tipo.", "screenshot1Alt": "Icono de wfstcontrols en el mapa", diff --git a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/wfstcontrols.js b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/wfstcontrols.js index 2be8494d5..e49b8478d 100644 --- a/api-idee-js/src/plugins/wfstcontrols/src/facade/js/wfstcontrols.js +++ b/api-idee-js/src/plugins/wfstcontrols/src/facade/js/wfstcontrols.js @@ -466,7 +466,7 @@ export default class WFSTControls extends IDEE.Plugin { */ getHelp() { return { - title: getValue('textHelp.title'), + title: getValue('textHelp.squemaTitle'), content: new Promise((resolve) => { const html = IDEE.template.compileSync(myhelp, { vars: {