Skip to content

Commit

Permalink
Fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 18, 2017
1 parent 9ba1d28 commit 358c58d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/core/layout/qgslayoutitemmap.cpp
Expand Up @@ -1090,9 +1090,7 @@ QgsMapSettings QgsLayoutItemMap::mapSettings( const QgsRectangle &extent, QSizeF
jobMapSettings.setFlag( QgsMapSettings::DrawEditingInfo, false );
jobMapSettings.setFlag( QgsMapSettings::DrawSelection, false );
jobMapSettings.setFlag( QgsMapSettings::UseAdvancedEffects, mLayout->context().flags() & QgsLayoutContext::FlagUseAdvancedEffects );

// todo datum nyall
//jobMapSettings.datumTransformStore().setDestinationCrs( renderCrs );
jobMapSettings.setTransformContext( mLayout->project()->transformContext() );

jobMapSettings.setLabelingEngineSettings( mLayout->project()->labelingEngineSettings() );

Expand Down

0 comments on commit 358c58d

Please sign in to comment.