From b83aca9c4ec5f3b38356c6995fc9bc0b2b032afe Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 3 Feb 2025 20:37:16 +0100 Subject: [PATCH] Update submodule --- package.json | 2 +- qwc2 | 2 +- static/translations/de-CH.json | 1 + static/translations/en-US.json | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b51ab70..34cff0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "QWC2Solothurn", - "version": "2024.08.02", + "version": "2025.02.03", "description": "QGIS Web Client 2", "author": "Sourcepole", "license": "BSD-2-Clause", diff --git a/qwc2 b/qwc2 index 43dc55e..34653a2 160000 --- a/qwc2 +++ b/qwc2 @@ -1 +1 @@ -Subproject commit 43dc55e6284af09878d8b44b6570e99eb673e6ae +Subproject commit 34653a266835490bee58b490e76ea202e6f743b6 diff --git a/static/translations/de-CH.json b/static/translations/de-CH.json index f05af96..be61304 100644 --- a/static/translations/de-CH.json +++ b/static/translations/de-CH.json @@ -286,6 +286,7 @@ "nofeatures": "Keine Objekte konnten importiert werden", "noresults": "Keine Resultate oder ungültige URL", "notgeopdf": "Die ausgewählte Datei scheint kein GeoPDF zu sein.", + "shpreprojectionerror": "Die Shapefile-Geometrie konnte nicht umprojiziert werden und ist möglicherweise nicht richtig platziert.", "supportedformats": "Unterstützte Formate", "unknownproj": "Das ausgewählte GeoPDF verwendet eine unbekannte Projektion: {0}.", "url": "URL", diff --git a/static/translations/en-US.json b/static/translations/en-US.json index b93ef6a..fc4f552 100644 --- a/static/translations/en-US.json +++ b/static/translations/en-US.json @@ -286,6 +286,7 @@ "nofeatures": "No features could be imported.", "noresults": "No results or invalid URL", "notgeopdf": "The selected file does not seem to be a GeoPDF.", + "shpreprojectionerror": "The Shapefile geometry could not be reprojected, and may be misplaced.", "supportedformats": "Supported formats: KML, GeoJSON, GeoPDF, SHP (in zip)", "unknownproj": "The selected GeoPDF uses an unknown projection: {0}.", "url": "URL",