Skip to content

Basemap in PDF export is too rasterized #7

Description

@yan-sln

@Thesauruv should add screenshot for context.

The issue with the basemap being too rasterized is primarily related to the DPI setting in the export configuration. Currently, PDF export defaults to 300 DPI, which might be insufficient for high-resolution output. Here are the changes needed:

  1. Increase the default DPI setting in the PdfExportConfig from 300 to a higher value (e.g., 600)
  2. Consider adjusting the vectorization options to improve basemap quality

Indeed, in the PDF service, the force_vector_output is set to False for PDF exports, which helps with raster basemaps. However, for better basemap quality, we might want to enable vector export for the basemap layer specifically (and make sure the template layout correctly handles high-resolution rendering).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions