mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-21 00:05:53 -04:00
wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer
after baa5d90)
This commit is contained in:
parent
6cc58f3869
commit
f924578b63
@ -569,8 +569,8 @@ class QgsWmsSettings
|
||||
/**
|
||||
* Step size when iterating the layer
|
||||
*/
|
||||
int mStepWidth;
|
||||
int mStepHeight;
|
||||
int mStepWidth = 2000;
|
||||
int mStepHeight = 2000;
|
||||
|
||||
//! Data source URI of the WMS for this layer
|
||||
QString mHttpUri;
|
||||
|
Loading…
x
Reference in New Issue
Block a user