mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-22 00:06:57 -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
|
* Step size when iterating the layer
|
||||||
*/
|
*/
|
||||||
int mStepWidth;
|
int mStepWidth = 2000;
|
||||||
int mStepHeight;
|
int mStepHeight = 2000;
|
||||||
|
|
||||||
//! Data source URI of the WMS for this layer
|
//! Data source URI of the WMS for this layer
|
||||||
QString mHttpUri;
|
QString mHttpUri;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user