Merge 5f93eb8162e26b6c33167716856b12a138da361d into d8195bb589f9eed95e35418d7ca31086f9d2dfba

This commit is contained in:
Jorge Gustavo Rocha 2025-09-27 19:33:42 +01:00 committed by GitHub
commit 38374896e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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