From 116ecf45b4eee8fc811974dfcf957a6ed9f95b8b Mon Sep 17 00:00:00 2001 From: lecault Date: Thu, 26 Sep 2024 16:38:27 +0200 Subject: [PATCH 01/37] ajout maxzoom --- config-python-sample.json | 2 +- index.html | 6 ++++++ js/mviewerstudio.js | 1 + mviewerstudio.i18n.json | 1 + 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/config-python-sample.json b/config-python-sample.json index c21a9f88..80b4e506 100644 --- a/config-python-sample.json +++ b/config-python-sample.json @@ -1,7 +1,7 @@ { "app_conf": { "studio_title": "Mviewer Studio", - "mviewer_version": "3.9", + "mviewer_version": "3.11", "mviewerstudio_version": "4.0.2", "api": "api/app", "store_style_service": "api/style", diff --git a/index.html b/index.html index e883fdc6..c7182fad 100755 --- a/index.html +++ b/index.html @@ -400,6 +400,12 @@

+
  • +
    + + +
    +
  • - +
  • diff --git a/mviewerstudio.i18n.json b/mviewerstudio.i18n.json index 8419ae8e..3464dedf 100644 --- a/mviewerstudio.i18n.json +++ b/mviewerstudio.i18n.json @@ -787,6 +787,7 @@ "tabs.app.map_title": "Map options", "tabs.app.map_text": "Set the extent and zoom of the map when the application starts up", "tabs.app.opt_initialextent": "Return to initial extend", + "tabs.app.opt_maxzoom": "Return to initial extend", "tabs.app.opt_maxextent": "Prohibit navigation outside the area defined above", "tabs.app.bg_title": "Plan backgrounds", "tabs.app.bg_text": "Select the backgrounds to be displayed and the display mode", From d0a3dec442f577d9844fe48e609d53d8d45ceb45 Mon Sep 17 00:00:00 2001 From: lecault Date: Thu, 26 Sep 2024 17:25:45 +0200 Subject: [PATCH 03/37] traduction francais --- mviewerstudio.i18n.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mviewerstudio.i18n.json b/mviewerstudio.i18n.json index 3464dedf..d5374ece 100644 --- a/mviewerstudio.i18n.json +++ b/mviewerstudio.i18n.json @@ -73,6 +73,7 @@ "tabs.app.map_title": "Options de la carte", "tabs.app.map_text": "Paramétrer l'étendue et le zoom de la carte au démarrage de l'application", "tabs.app.opt_initialextent": "Revenir à l'étendue initiale", + "tabs.app.opt_maxzoom": "Zoom maximale de l'application", "tabs.app.opt_maxextent": "Interdire la navigation hors de l'étendue définie ci-dessus", "tabs.app.bg_title": "Fonds de plan", "tabs.app.bg_text": "Sélectionner les fonds de plan à afficher et le mode d'affichage", @@ -787,7 +788,7 @@ "tabs.app.map_title": "Map options", "tabs.app.map_text": "Set the extent and zoom of the map when the application starts up", "tabs.app.opt_initialextent": "Return to initial extend", - "tabs.app.opt_maxzoom": "Return to initial extend", + "tabs.app.opt_maxzoom": "Max zoom", "tabs.app.opt_maxextent": "Prohibit navigation outside the area defined above", "tabs.app.bg_title": "Plan backgrounds", "tabs.app.bg_text": "Select the backgrounds to be displayed and the display mode", From aa17db5c02681c5e849922d9b6980df65085a49e Mon Sep 17 00:00:00 2001 From: lecault Date: Fri, 27 Sep 2024 13:42:15 +0200 Subject: [PATCH 04/37] faute ortho --- mviewerstudio.i18n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mviewerstudio.i18n.json b/mviewerstudio.i18n.json index d5374ece..abf6d772 100644 --- a/mviewerstudio.i18n.json +++ b/mviewerstudio.i18n.json @@ -73,7 +73,7 @@ "tabs.app.map_title": "Options de la carte", "tabs.app.map_text": "Paramétrer l'étendue et le zoom de la carte au démarrage de l'application", "tabs.app.opt_initialextent": "Revenir à l'étendue initiale", - "tabs.app.opt_maxzoom": "Zoom maximale de l'application", + "tabs.app.opt_maxzoom": "Zoom maximal de l'application", "tabs.app.opt_maxextent": "Interdire la navigation hors de l'étendue définie ci-dessus", "tabs.app.bg_title": "Fonds de plan", "tabs.app.bg_text": "Sélectionner les fonds de plan à afficher et le mode d'affichage", From bb4ef59717455cc6571190c9f79404dcd61812d3 Mon Sep 17 00:00:00 2001 From: lecault Date: Fri, 27 Sep 2024 16:43:05 +0200 Subject: [PATCH 05/37] corrections finales --- index.html | 2 +- js/mviewerstudio.js | 4 ++-- mviewerstudio.i18n.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7bfe4524..663b7222 100755 --- a/index.html +++ b/index.html @@ -403,7 +403,7 @@

  • - +
  • -
  • +
  • - -