Skip to content

Commit b87049e

Browse files
committed
GetLegendGraphics with no label
Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel
1 parent 1487329 commit b87049e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/mapserver/qgswmsserver.h

+4
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,10 @@ class QgsWMSServer: public QgsOWSServer
239239

240240
bool mOwnsConfigParser; //delete config parser after request (e.g. sent SLD)
241241

242+
// speficy if layer or rule item labels should be drawn in the legend graphic with GetLegendGraphics
243+
bool mDrawLegendLayerLabel;
244+
bool mDrawLegendItemLabel;
245+
242246
QDomElement createFeatureGML(
243247
QgsFeature* feat,
244248
QgsVectorLayer* layer,

0 commit comments

Comments
 (0)