We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5cad8 commit 1491b06Copy full SHA for 1491b06
src/core/qgsrasterprojector.cpp
@@ -31,11 +31,11 @@ QgsRasterProjector::QgsRasterProjector(
31
QgsRectangle theExtent )
32
: mSrcCRS( theSrcCRS )
33
, mDestCRS( theDestCRS )
34
+ , mCoordinateTransform( theDestCRS, theSrcCRS )
35
, mDestExtent( theDestExtent )
36
, mExtent( theExtent )
37
, mDestRows( theDestRows ), mDestCols( theDestCols )
38
, mMaxSrcXRes( theMaxSrcXRes ), mMaxSrcYRes( theMaxSrcYRes )
- , mCoordinateTransform( theDestCRS, theSrcCRS )
39
{
40
QgsDebugMsg( "Entered" );
41
QgsDebugMsg( "theDestExtent = " + theDestExtent.toString() );
0 commit comments