Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add docstring
  • Loading branch information
speillet authored and github-actions[bot] committed Jul 31, 2021
1 parent a475358 commit 7c32a01
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 7c32a01

Please sign in to comment.