Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify that QgsWcsProvider::mBBOX x/y man be inverted
  • Loading branch information
manisandro authored and github-actions[bot] committed Apr 27, 2023
1 parent 1dfeb48 commit fb4bb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wcs/qgswcsprovider.h
Expand Up @@ -261,7 +261,7 @@ class QgsWcsProvider final: public QgsRasterDataProvider, QgsGdalProviderBase
//! Time (temporalDomain), optional
QString mTime;

//! Specified bounding box
//! Specified bounding box. Note: X/Y may be inverted if WCS uri contains InvertAxisOrientation.
QgsRectangle mBBOX;

//! Format of coverage to be used in request
Expand Down

0 comments on commit fb4bb7a

Please sign in to comment.