Skip to content

Commit

Permalink
Add reference to axisOrdering()
Browse files Browse the repository at this point in the history
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
  • Loading branch information
kannes and nyalldawson committed Jun 8, 2023
1 parent acad06a commit f43e51d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/proj/qgscoordinatereferencesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
/**
* Returns whether axis is inverted (e.g., for WMS 1.3) for the CRS, i.e. if "north" is the first axis, instead of "east".
* \returns TRUE if CRS axis is inverted
*
* \see axisOrdering()
*/
bool hasAxisInverted() const;

Expand Down

0 comments on commit f43e51d

Please sign in to comment.