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 bfafa8d commit 16bfcffCopy full SHA for 16bfcff
src/providers/wms/qgswmscapabilities.h
@@ -139,9 +139,9 @@ struct QgsWmsServiceProperty
139
QgsWmsContactInformationProperty contactInformation;
140
QString fees;
141
QString accessConstraints;
142
- uint layerLimit;
143
- uint maxWidth;
144
- uint maxHeight;
+ uint layerLimit = 0;
+ uint maxWidth = 0;
+ uint maxHeight = 0;
145
};
146
147
//! Bounding Box Property structure
0 commit comments