Skip to content

Commit 26aae58

Browse files
committedSep 18, 2017
[FEATURE]: In GetProjectSettings, show if a legend group is mutually exclusive
1 parent 938f261 commit 26aae58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/server/services/wms/qgswmsgetcapabilities.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,6 +842,7 @@ namespace QgsWms
842842
if ( projectSettings )
843843
{
844844
layerElem.setAttribute( QStringLiteral( "visible" ), treeGroupChild->isVisible() );
845+
layerElem.setAttribute( QStringLiteral( "mutuallyExclusive" ), treeGroupChild->isMutuallyExclusive() );
845846
}
846847

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

0 commit comments

Comments
 (0)
Please sign in to comment.