mapaction / mapaction-toolbox

A collection of tools to help streamline the process of producing maps including data renaming and map exports.
GNU General Public License v3.0
3 stars 1 forks source link

Fix ddp crashes #192

Closed harry-gibson closed 4 years ago

harry-gibson commented 4 years ago

Fixes issues with DDP export ultimately caused by code deliberately throwing uncaught exception when something went wrong. In the process, refactored to make it more consistent (less repeated code) with normal export where possible