mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
Merge 5f93eb8162e26b6c33167716856b12a138da361d into d8195bb589f9eed95e35418d7ca31086f9d2dfba
This commit is contained in:
commit
38374896e6
@ -86,8 +86,8 @@ namespace QgsWms
|
|||||||
QgsRectangle mExtent; // the request extent for this composer map
|
QgsRectangle mExtent; // the request extent for this composer map
|
||||||
float mScale = -1;
|
float mScale = -1;
|
||||||
float mRotation = 0;
|
float mRotation = 0;
|
||||||
float mGridX = 0;
|
float mGridX = -1;
|
||||||
float mGridY = 0;
|
float mGridY = -1;
|
||||||
QList<QgsWmsParametersLayer> mLayers; // list of layers for this composer map
|
QList<QgsWmsParametersLayer> mLayers; // list of layers for this composer map
|
||||||
QList<QgsWmsParametersHighlightLayer> mHighlightLayers; // list of highlight 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