Skip to content

Commit

Permalink
another shift fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15535 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 19, 2011
1 parent a9ab171 commit 72e422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrasterdataprovider.cpp
Expand Up @@ -47,7 +47,7 @@ void QgsRasterDataProvider::readBlock( int bandNo, QgsRectangle const & viewExt
mMaxSrcYRes = extent().height() / ySize();
}

QgsRasterProjector myProjector( theSrcCRS, theDestCRS, viewExtent, height, width, mMaxSrcXRes, mMaxSrcYRes, mExtent );
QgsRasterProjector myProjector( theSrcCRS, theDestCRS, viewExtent, height, width, mMaxSrcXRes, mMaxSrcYRes, extent() );

QgsDebugMsg( QString( "create projector time (ms): %1" ).arg( time.elapsed() ) );

Expand Down

0 comments on commit 72e422f

Please sign in to comment.