Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[qgsquick] Add global map shading support to map canvas
  • Loading branch information
nirvn committed May 6, 2023
1 parent 790b372 commit 0b6a0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quickgui/qgsquickmapsettings.cpp
Expand Up @@ -264,6 +264,7 @@ void QgsQuickMapSettings::onReadProject( const QDomDocument &doc )

mMapSettings.setTransformContext( mProject->transformContext() );
mMapSettings.setPathResolver( mProject->pathResolver() );
mMapSettings.setElevationShadingRenderer( mProject->elevationShadingRenderer() );

emit extentChanged();
emit destinationCrsChanged();
Expand Down

0 comments on commit 0b6a0f6

Please sign in to comment.