We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 938f261 commit 26aae58Copy full SHA for 26aae58
src/server/services/wms/qgswmsgetcapabilities.cpp
@@ -842,6 +842,7 @@ namespace QgsWms
842
if ( projectSettings )
843
{
844
layerElem.setAttribute( QStringLiteral( "visible" ), treeGroupChild->isVisible() );
845
+ layerElem.setAttribute( QStringLiteral( "mutuallyExclusive" ), treeGroupChild->isMutuallyExclusive() );
846
}
847
848
QString shortName = treeGroupChild->customProperty( QStringLiteral( "wmsShortName" ) ).toString();
0 commit comments