From fe3f9d0f4e72ed368af831593b6368171a703262 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 18:42:30 +0100 Subject: [PATCH 1/6] Typos correction --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fef271c..30f1a2a 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ Pré-requis : - QGIS version LTR [3.28] ou supérieure - Une connexion Internet -- Installation depuis le dépot QGIS : dans le gestionnaire d'exentions (Extensions > Installer/Gérer les extensions), activer les extensions expérimentales et rechercher le plugin _IDG_ -- Installation depuis le fichier zip : télécharger depuis la derniere [release](https://github.com/geo2france/idg-qgis-plugin/releases) depuis le dépot github. +- Installation depuis le dépot QGIS : dans le gestionnaire d'extensions (Extensions > Installer/Gérer les extensions), activer les extensions expérimentales et rechercher le plugin _IDG_ +- Installation depuis le fichier zip : télécharger depuis la dernière [release](https://github.com/geo2france/idg-qgis-plugin/releases) depuis le dépot github. ## Utilisation @@ -33,7 +33,7 @@ Créer un nouveau projet et y ajouter les couches que vous souhaitez diffuser. Il est recommandé d'[organiser les couches en groupes et sous-groupes](https://docs.qgis.org/3.22/fr/docs/user_manual/introduction/general_tools.html#group-layers-interact). -Dans les propriétés du projets, remplir les champs suivants : +Dans les propriétés du projet, remplir les champs suivants : - **Métadonnées > Identification > Titre** : Le nom de la plateforme qui sera visible par l'utilisateur (ex : Geo2France) - **Métadonnées > Identification > Résumé** : Facultatif, une brève présentation qui sera visible au survol @@ -42,11 +42,11 @@ Dans les propriétés du projets, remplir les champs suivants : Pour chaque couche, vous pouvez définir : -- **Métadonnées > Identification > Titre & Réumé** Un titre et un résumé -- **Métadonnées > Identification > Liens** créer un lien nommé "Metadata" vers la fiche de métadonnées +- **Métadonnées > Identification > Titre & Réumé** : Un titre et un résumé +- **Métadonnées > Identification > Liens** : Créer un lien nommé "Metadata" vers la fiche de métadonnées - Une symbologie (style, étiquettes, formulaires, etc.) -Enregistrez le fichier projet (qgs ou qgz) et **déposez le sur un un serveur web** accessible depuis l'exterieur (serveur HTTP, Github, cloud, etc.). +Enregistrez le fichier projet (qgs ou qgz) et **déposez le sur un serveur web** accessible depuis l'extérieur (serveur HTTP, Github, cloud, etc.). Pour proposer l'ajout d'une plateforme dans le plugin : **éditez le fichier [default_idg.json](plugin/idg/config/default_idg.json)** et faites une _pull request_. From 0e88b1c346fc4b6f1ae8dba0583f08f7a714f715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 22:14:39 +0100 Subject: [PATCH 2/6] modify BRGM project --- plugin/idg/config/default_idg.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugin/idg/config/default_idg.json b/plugin/idg/config/default_idg.json index 905f0c0..1a32571 100644 --- a/plugin/idg/config/default_idg.json +++ b/plugin/idg/config/default_idg.json @@ -1,7 +1,9 @@ { "DataGrandEst": "https://www.datagrandest.fr/tools/plugin-qgis-datagrandest/config-plugin-idg-datagrandest.qgz", "Géo2France": "https://raw.githubusercontent.com/geo2france/idg-qgis-plugin-g2f/main/geo2france.qgz", - "GéoBretagne": "https://geobretagne.fr/pub/plugin-qgis/config-idg-geobretagne.qgz", + "GéoBretagne": "https://raw.githubusercontent.com/geobretagne/idg-plugin/refs/heads/main/config-idg-geobretagne.qgz", + "GéoPaysdeBrest": "https://echanges.brest-metropole.fr/VIPDU72/GeoPaysdeBrest/PluginQGIS/GeoPaysdeBrest.qgs", "Géoplateforme": "https://raw.githubusercontent.com/Geoplateforme/plugin_idg_gpf/master/projet_idg_gpf.qgz", - "OPenIG": "https://raw.githubusercontent.com/openig/Plugin-QGIS3-OPenIG/master/OPenIG_qgis_plugin.qgs" -} \ No newline at end of file + "OPenIG": "https://raw.githubusercontent.com/openig/Plugin-QGIS3-OPenIG/master/OPenIG_qgis_plugin.qgs", + "BRGM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/BRGM.qgz" +} From be5a20614c073c2db5e09da459270d5f6da063bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 22:14:54 +0100 Subject: [PATCH 3/6] increment version number --- plugin/idg/metadata.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/idg/metadata.txt b/plugin/idg/metadata.txt index 3014142..6179565 100644 --- a/plugin/idg/metadata.txt +++ b/plugin/idg/metadata.txt @@ -24,7 +24,7 @@ qgisMinimumVersion=3.00 qgisMaximumVersion=3.99 # versioning -version=0.2.5 +version=0.2.6 changelog= - Ajout d'un paramètre pour activer/désactiver le téléchargement du fichier de configuration au lancement (par défaut True) (config_files_download_at_startup) - Ajout d'un bouton pour forcer le rechargement des fichiers distants - Retrait des éléments non fonctionnels du panneau de configuration (plateformes custom) From 061fe7bddb618d24d06ba5b74dd5cb4010c0978d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 22:15:34 +0100 Subject: [PATCH 4/6] update .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d643c7d..87bc536 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ plugin/idg/config/*.qgz plugin/idg/config/*.qgs # PyCharm -.idea/ \ No newline at end of file +.idea/ +/plugin/idg/config/default_idg.json_tmp From 0fc4b42ddfe1d10e7e3b3c0863a5cfaf4052bf75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 22:48:41 +0100 Subject: [PATCH 5/6] add SHOM resources --- plugin/idg/config/default_idg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/idg/config/default_idg.json b/plugin/idg/config/default_idg.json index 1a32571..f844610 100644 --- a/plugin/idg/config/default_idg.json +++ b/plugin/idg/config/default_idg.json @@ -5,5 +5,6 @@ "GéoPaysdeBrest": "https://echanges.brest-metropole.fr/VIPDU72/GeoPaysdeBrest/PluginQGIS/GeoPaysdeBrest.qgs", "Géoplateforme": "https://raw.githubusercontent.com/Geoplateforme/plugin_idg_gpf/master/projet_idg_gpf.qgz", "OPenIG": "https://raw.githubusercontent.com/openig/Plugin-QGIS3-OPenIG/master/OPenIG_qgis_plugin.qgs", - "BRGM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/BRGM.qgz" + "BRGM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/BRGM.qgz", + "SHOM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/SHOM.qgz", } From 139ed4406fb30344241d557d76b832f9f0ac4e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sylvain=20Th=C3=A9ry?= Date: Fri, 10 Jan 2025 22:49:58 +0100 Subject: [PATCH 6/6] typo corrected --- plugin/idg/config/default_idg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/idg/config/default_idg.json b/plugin/idg/config/default_idg.json index f844610..daf8c00 100644 --- a/plugin/idg/config/default_idg.json +++ b/plugin/idg/config/default_idg.json @@ -6,5 +6,5 @@ "Géoplateforme": "https://raw.githubusercontent.com/Geoplateforme/plugin_idg_gpf/master/projet_idg_gpf.qgz", "OPenIG": "https://raw.githubusercontent.com/openig/Plugin-QGIS3-OPenIG/master/OPenIG_qgis_plugin.qgs", "BRGM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/BRGM.qgz", - "SHOM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/SHOM.qgz", + "SHOM": "https://gitlab.huma-num.fr/sthery/idg_supplementary_resources/-/raw/main/QGIS3_projects/SHOM.qgz" }