We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f27e6c2 commit c9645e4Copy full SHA for c9645e4
src/server/qgswmsserver.cpp
@@ -782,11 +782,11 @@ QImage* QgsWMSServer::getLegendGraphics()
782
}
783
784
785
-
+
786
// Checks showFeatureCount parameter
787
bool showFeatureCount = false;
788
if ( mParameters.contains( "SHOWFEATURECOUNT" ) )
789
- showFeatureCount = QVariant(mParameters[ "SHOWFEATURECOUNT" ]).toBool();
+ showFeatureCount = QVariant( mParameters[ "SHOWFEATURECOUNT" ] ).toBool();
790
791
// Create the layer tree root
792
QgsLayerTreeGroup rootGroup;
0 commit comments