Skip to content

Commit

Permalink
Set composer map projection earlier (changes in qgsmaprenderer)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jan 13, 2012
1 parent b016c0e commit d8a3ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/composer/qgscomposermap.cpp
Expand Up @@ -144,8 +144,8 @@ void QgsComposerMap::draw( QPainter *painter, const QgsRectangle& extent, const
{
theMapRenderer.setLayerSet( mMapRenderer->layerSet() );
}
theMapRenderer.setProjectionsEnabled( mMapRenderer->hasCrsTransformEnabled() );
theMapRenderer.setDestinationCrs( mMapRenderer->destinationCrs() );
theMapRenderer.setProjectionsEnabled( mMapRenderer->hasCrsTransformEnabled() );

//set antialiasing if enabled in options
QSettings settings;
Expand Down

0 comments on commit d8a3ad3

Please sign in to comment.