Skip to content

Commit

Permalink
[3d] attach transform context in QgsTerrainTextureGenerator (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Dec 19, 2017
1 parent 5308b26 commit 70d61fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/3d/terrain/qgsterraintexturegenerator_p.cpp
Expand Up @@ -132,6 +132,7 @@ QgsMapSettings QgsTerrainTextureGenerator::baseMapSettings()
mapSettings.setDestinationCrs( mMap.crs() );
mapSettings.setBackgroundColor( mMap.backgroundColor() );
mapSettings.setFlag( QgsMapSettings::DrawLabeling, mMap.showLabels() );
mapSettings.setTransformContext( mMap.transformContext() );
return mapSettings;
}

Expand Down

0 comments on commit 70d61fd

Please sign in to comment.