diff --git a/atlasprint/core.py b/atlasprint/core.py index 2dee684..6993e9f 100755 --- a/atlasprint/core.py +++ b/atlasprint/core.py @@ -215,6 +215,10 @@ def print_layout( error = result_message(result) else: # Default to PDF + # PDF settings + if atlas_layout: + settings.rasterizeWholeImage = atlas_layout.customProperty("rasterize", False) + # Export result, error = QgsLayoutExporter.exportToPdf(atlas or report_layout, str(export_path), settings) # Let's override error message _ = error diff --git a/tests/Makefile b/tests/Makefile index 8ecad71..a0260f6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,10 +1,10 @@ SHELL:=bash -# -# wmts plugin makefile -# COMMITID=$(shell git rev-parse --short HEAD) +REGISTRY_URL ?= 3liz + + ifdef REGISTRY_URL REGISTRY_PREFIX=$(REGISTRY_URL)/ endif