Skip to content

Commit

Permalink
GetLegendGraphics with no label
Browse files Browse the repository at this point in the history
Added two private variables mDrawLegendLayerLabel and mDrawLegendItemLabel
  • Loading branch information
luca76 committed May 21, 2014
1 parent 1487329 commit b87049e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/mapserver/qgswmsserver.h
Expand Up @@ -239,6 +239,10 @@ class QgsWMSServer: public QgsOWSServer

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

// speficy if layer or rule item labels should be drawn in the legend graphic with GetLegendGraphics
bool mDrawLegendLayerLabel;
bool mDrawLegendItemLabel;

QDomElement createFeatureGML(
QgsFeature* feat,
QgsVectorLayer* layer,
Expand Down

0 comments on commit b87049e

Please sign in to comment.