Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
speillet committed Jun 30, 2021
1 parent 3119c4c commit 1b47527
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/server/services/wms/qgswmsrenderer.cpp
Expand Up @@ -728,6 +728,8 @@ namespace QgsWms

map->setLayers( layerSet );
map->setKeepLayerSet( true );
// Set style override if a particular style should be used due to a map theme.
// It will actualize linked legend symbols too.
if ( !layersStyle.isEmpty() )
{
map->setLayerStyleOverrides( layersStyle );
Expand Down

0 comments on commit 1b47527

Please sign in to comment.