Skip to content

Commit

Permalink
wms: initialize mStepWidth/mStepHeight w/o parseUri (fixes xyz layer
Browse files Browse the repository at this point in the history
after baa5d90)
  • Loading branch information
jef-n committed Feb 21, 2017
1 parent 6cc58f3 commit f924578
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/wms/qgswmscapabilities.h
Expand Up @@ -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;
Expand Down

0 comments on commit f924578

Please sign in to comment.