Skip to content

Commit

Permalink
More info about ISO 32000 in GeoPDF Exporter abstract class
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-russo authored and nyalldawson committed Oct 4, 2023
1 parent 4bd5887 commit 3c092fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/core/qgsabstractgeopdfexporter.h
Expand Up @@ -228,10 +228,11 @@ class CORE_EXPORT QgsAbstractGeoPdfExporter
QgsAbstractMetadataBase::KeywordMap keywords;

/**
* TRUE if ISO3200 extension format georeferencing should be used.
* TRUE if ISO32000 extension format georeferencing should be used.
*
* This is a recommended setting which results in Geospatial PDF files compatible
* with the built-in Acrobat geospatial tools.
* This is a recommended setting which results in Geospatial PDF files
* that uses PDF 2.0 Geospatial Features (ISO 32000-2:2017).
* Compatible with the built-in Acrobat geospatial tools
*/
bool useIso32000ExtensionFormatGeoreferencing = true;

Expand Down

0 comments on commit 3c092fa

Please sign in to comment.