Skip to content

Commit

Permalink
Flag another transform as ballpark appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 3, 2020
1 parent 8836429 commit e19ddf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsmapsettings.cpp
Expand Up @@ -459,6 +459,7 @@ QgsRectangle QgsMapSettings::outputExtentToLayerExtent( const QgsMapLayer *layer
try
{
QgsCoordinateTransform ct = layerTransform( layer );
ct.setBallparkTransformsAreAppropriate( true );
if ( ct.isValid() )
{
QgsDebugMsgLevel( QStringLiteral( "sourceCrs = %1" ).arg( ct.sourceCrs().authid() ), 3 );
Expand Down

0 comments on commit e19ddf3

Please sign in to comment.