mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Fix #63260
This commit is contained in:
parent
cf1529d6cf
commit
5f93eb8162
@ -86,8 +86,8 @@ namespace QgsWms
|
||||
QgsRectangle mExtent; // the request extent for this composer map
|
||||
float mScale = -1;
|
||||
float mRotation = 0;
|
||||
float mGridX = 0;
|
||||
float mGridY = 0;
|
||||
float mGridX = -1;
|
||||
float mGridY = -1;
|
||||
QList<QgsWmsParametersLayer> mLayers; // list of layers for this composer map
|
||||
QList<QgsWmsParametersHighlightLayer> mHighlightLayers; // list of highlight layers for this composer map
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user