You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MapsPrinter/metadata.txt
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,14 @@
1
-
# This file contains metadata for your plugin. Since
2
-
# version 2.0 of QGIS this is the proper way to supply
3
-
# information about a plugin. The old method of
4
-
# embedding metadata in __init__.py
5
-
# is no longer supported since version 2.0.
1
+
# This file contains metadata for your plugin.
6
2
7
-
# This file should be included when you package your plugin.# Mandatory items:
3
+
# This file should be included when you package your plugin.
4
+
# Mandatory items:
8
5
9
6
[general]
10
7
name=Maps Printer
11
8
qgisMinimumVersion=3.8
12
9
description=Export several print layouts to pdf, svg or image file (jpg, tif, png...) format in one click, from the current project or from projects in a folder.
13
10
description[fr]=Permet en un clic d'exporter au format pdf, svg ou image (jpg, tif, png...) plusieurs mises en page de cartes. Ces mises en page peuvent provenir du projet en cours ou d'un dossier de projets.
14
-
version=0.9
11
+
version=1.0
15
12
about=Exporting a print layout requires to open it, launch the export, wait till it finishes. This procedure can become boring, repulsive and time consuming when you have to export a lot of print layouts. Maps Printer offers a quick way to export print layouts, without opening each one before: just check them in a list and launch their export to the file format you wish (pdf, svg, jpg, tif, png...). Furthermore, you can export print layouts from project files within a directory.
16
13
about[fr]= Lorsque vous avez plusieurs mises en page de cartes à exporter, la tâche peut très vite devenir chronophage et rébarbative. Il faut en effet ouvrir chacune d'elles, en lancer l'export, attendre qu'il finisse avant de passer à la suivante. Avec Maps Printer, vous n'avez plus besoin de suivre ces étapes afin d'exporter dans le format de votre choix (pdf, svg, jpg, tif, png...) : faites votre sélection et générez l'export. En outre, il est possible d'exporter les mises en page des projets présents dans un dossier.
17
14
author=Harrissou Sant-anna (Conseil d'Architecture, d'Urbanisme et de l'Environnement du Maine-et-Loire)
@@ -21,8 +18,10 @@ email=delazj@gmail.com
21
18
22
19
# Optional items:
23
20
24
-
# Uncomment the following line and add your changelog:
25
-
changelog= v.0.9 (2021-12-10)
21
+
changelog= v.1.0 (2025-02-13)
22
+
- Support of Qt6
23
+
- Fix text output mode in pdf export (Thanks MrChebur) - #54
24
+
v.0.9 (2021-12-10)
26
25
- Fix atlas export to single PDF file (thanks to Nicolas Godet) - #45
27
26
- Add multistep feedback when exporting atlases (thanks to Nicolas Godet) - #46
28
27
- Fix export failing when layout name contains "illegal characters" - #50
@@ -54,7 +53,10 @@ changelog= v.0.9 (2021-12-10)
54
53
- Add progress bar to follow or abort operations
55
54
v.0.1 (2014-07-30)
56
55
- Initial release
57
-
changelog[fr]== v.0.9 (2021-12-10)
56
+
changelog[fr]= v.1.0 (2025-02-15)
57
+
- Prise en charge de Qt6
58
+
- Correction du mode de rendu du texte lors d'un export pdf (merci à MrChebur) - #54
59
+
v.0.9 (2021-12-10)
58
60
- Correction de l'export d'atlas en un unique fichier PDF (merci à Nicolas Godet) - #45
59
61
- Ajout de rapports intermédiaires lors de l'export d'atlas (merci à Nicolas Godet) - #46
60
62
- Correction du bug d'export lorsque le nom de la mise en page contient des "caractères illégaux" - #50
@@ -101,3 +103,6 @@ deprecated=False
101
103
102
104
# determines if the plugin provides processing algorithms
103
105
hasProcessingProvider=yes
106
+
107
+
# determines if the plugin can be run on QGIS built with Qt6
0 commit comments