mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-07 00:05:28 -04:00
fix typo
This commit is contained in:
parent
5594418113
commit
a93c2e256a
@ -242,7 +242,7 @@ class QgsWmsServer: public QgsOWSServer
|
|||||||
|
|
||||||
void appendFormats( QDomDocument &doc, QDomElement &elem, const QStringList &formats );
|
void appendFormats( QDomDocument &doc, QDomElement &elem, const QStringList &formats );
|
||||||
|
|
||||||
/** Checks WIDTH/HEIGHT values agains MaxWidth and MaxHeight
|
/** Checks WIDTH/HEIGHT values against MaxWidth and MaxHeight
|
||||||
@return true if width/height values are okay*/
|
@return true if width/height values are okay*/
|
||||||
bool checkMaximumWidthHeight() const;
|
bool checkMaximumWidthHeight() const;
|
||||||
|
|
||||||
@ -265,7 +265,7 @@ class QgsWmsServer: public QgsOWSServer
|
|||||||
|
|
||||||
bool mOwnsConfigParser; //delete config parser after request (e.g. sent SLD)
|
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
|
// specify if layer or rule item labels should be drawn in the legend graphic with GetLegendGraphics
|
||||||
bool mDrawLegendLayerLabel;
|
bool mDrawLegendLayerLabel;
|
||||||
bool mDrawLegendItemLabel;
|
bool mDrawLegendItemLabel;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user