Skip to content

Commit f924578

Browse files
committed
wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer
after baa5d90)
1 parent 6cc58f3 commit f924578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/providers/wms/qgswmscapabilities.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,8 @@ class QgsWmsSettings
569569
/**
570570
* Step size when iterating the layer
571571
*/
572-
int mStepWidth;
573-
int mStepHeight;
572+
int mStepWidth = 2000;
573+
int mStepHeight = 2000;
574574

575575
//! Data source URI of the WMS for this layer
576576
QString mHttpUri;

0 commit comments

Comments
 (0)