Skip to content
Permalink
Browse files
Forgot to commit a file last Friday that is necessary for WMS based p…
…rinting

git-svn-id: http://svn.osgeo.org/qgis/trunk@10892 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 8, 2009
1 parent 9833d7b commit f3567a0
Showing 1 changed file with 2 additions and 0 deletions.
@@ -1501,6 +1501,8 @@ bool QgsRasterLayer::draw( QgsRenderContext& rendererContext )

emit statusChanged( tr( "Retrieving using %1" ).arg( mProviderKey ) );

mDataProvider->setDpi(rendererContext.rasterScaleFactor() * 25.4 * rendererContext.scaleFactor());

QImage* image =
mDataProvider->draw(
myRasterExtent,

0 comments on commit f3567a0

Please sign in to comment.