wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer

after baa5d90)
This commit is contained in:
Juergen E. Fischer 2017-02-21 12:37:31 +01:00
parent 6cc58f3869
commit f924578b63

View File

@ -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;