Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro authored and github-actions[bot] committed Apr 27, 2023
1 parent fb4bb7a commit 2a37647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/wcs/qgswcssourceselect.cpp
Expand Up @@ -145,8 +145,8 @@ void QgsWCSSourceSelect::addButtonClicked()
{
QgsRectangle spatialExtent = mSpatialExtentBox->outputExtent();
QgsCoordinateTransform extentCrsToSSelectedCrs( mSpatialExtentBox->outputCrs(),
QgsCoordinateReferenceSystem( selectedCrs() ),
QgsProject::instance()->transformContext() );
QgsCoordinateReferenceSystem( selectedCrs() ),
QgsProject::instance()->transformContext() );
extentCrsToSSelectedCrs.setBallparkTransformsAreAppropriate( true );
spatialExtent = extentCrsToSSelectedCrs.transformBoundingBox( spatialExtent );
bool inverted = uri.hasParam( QStringLiteral( "InvertAxisOrientation" ) );
Expand Down

0 comments on commit 2a37647

Please sign in to comment.