DelazJ / MapsPrinter

A QGIS plugin to export simultaneously multiple print layouts to various file formats
GNU General Public License v3.0
23 stars 6 forks source link

Check layout validity #28

Open DelazJ opened 4 years ago

DelazJ commented 4 years ago

Is your feature request related to a problem? Please describe. When exporting a layout from within QGIS, there's a validity check to flag problems, eg when a map item has an overview which is not linked to any existing maps. A message box is then displayed whether to continue the export or not. Skipping this check can result in wrong/incomplete map.

Describe the solution you'd like It could be nice to have such a mechanism with Maps Printer. Actually, instead of a message box, we could just report the missing items for each map.

Describe alternatives you've considered We can have a global setting to decide the behavior in such case:

In all the cases a summary of the "broken" layouts until the stop should be output.