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 6cc58f3 commit f924578Copy full SHA for f924578
src/providers/wms/qgswmscapabilities.h
@@ -569,8 +569,8 @@ class QgsWmsSettings
569
/**
570
* Step size when iterating the layer
571
*/
572
- int mStepWidth;
573
- int mStepHeight;
+ int mStepWidth = 2000;
+ int mStepHeight = 2000;
574
575
//! Data source URI of the WMS for this layer
576
QString mHttpUri;
0 commit comments