Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #5213 from mhugent/capabilities_exclusive_groups
[FEATURE]: In GetProjectSettings, show if a legend group is mutually exclusive
  • Loading branch information
mhugent committed Sep 25, 2017
2 parents a71f2ad + 26aae58 commit f4d5ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/services/wms/qgswmsgetcapabilities.cpp
Expand Up @@ -842,6 +842,7 @@ namespace QgsWms
if ( projectSettings )
{
layerElem.setAttribute( QStringLiteral( "visible" ), treeGroupChild->isVisible() );
layerElem.setAttribute( QStringLiteral( "mutuallyExclusive" ), treeGroupChild->isMutuallyExclusive() );
}

QString shortName = treeGroupChild->customProperty( QStringLiteral( "wmsShortName" ) ).toString();
Expand Down

0 comments on commit f4d5ca7

Please sign in to comment.