Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 19, 2019
1 parent 79f796e commit e2e126a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsabstractgeopdfexporter.cpp
Expand Up @@ -306,6 +306,7 @@ QString QgsAbstractGeoPdfExporter::createCompositionXml( const QList<ComponentLa
if ( section.crs.isValid() )
{
QDomElement srs = doc.createElement( QStringLiteral( "SRS" ) );
// not currently used by GDAL or the PDF spec, but exposed in the GDAL XML schema. Maybe something we'll need to consider down the track...
// srs.setAttribute( QStringLiteral( "dataAxisToSRSAxisMapping" ), QStringLiteral( "2,1" ) );
if ( !section.crs.authid().startsWith( QStringLiteral( "user" ), Qt::CaseInsensitive ) )
{
Expand Down

0 comments on commit e2e126a

Please sign in to comment.