Skip to content

Commit 358c58d

Browse files
committedDec 18, 2017
Fix bad merge
1 parent 9ba1d28 commit 358c58d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎src/core/layout/qgslayoutitemmap.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,7 @@ QgsMapSettings QgsLayoutItemMap::mapSettings( const QgsRectangle &extent, QSizeF
10901090
jobMapSettings.setFlag( QgsMapSettings::DrawEditingInfo, false );
10911091
jobMapSettings.setFlag( QgsMapSettings::DrawSelection, false );
10921092
jobMapSettings.setFlag( QgsMapSettings::UseAdvancedEffects, mLayout->context().flags() & QgsLayoutContext::FlagUseAdvancedEffects );
1093-
1094-
// todo datum nyall
1095-
//jobMapSettings.datumTransformStore().setDestinationCrs( renderCrs );
1093+
jobMapSettings.setTransformContext( mLayout->project()->transformContext() );
10961094

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

0 commit comments

Comments
 (0)
Please sign in to comment.