Skip to content

Commit

Permalink
Fix datum transformation for raster layers
Browse files Browse the repository at this point in the history
Forward port from d6185b5
  • Loading branch information
mhugent authored and nyalldawson committed Mar 15, 2017
1 parent 738f441 commit 4b53ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/raster/qgsrasterlayerrenderer.cpp
Expand Up @@ -212,7 +212,7 @@ bool QgsRasterLayerRenderer::render()
// params in QgsRasterProjector
if ( projector )
{
projector->setCrs( mRasterViewPort->mSrcCRS, mRasterViewPort->mDestCRS );
projector->setCrs( mRasterViewPort->mSrcCRS, mRasterViewPort->mDestCRS, mRasterViewPort->mSrcDatumTransform, mRasterViewPort->mDestDatumTransform );
}

// Drawer to pipe?
Expand Down

0 comments on commit 4b53ac6

Please sign in to comment.