Skip to content

Commit

Permalink
Clarify CRS' hasAxisInverted
Browse files Browse the repository at this point in the history
  • Loading branch information
kannes authored and nyalldawson committed Jun 8, 2023
1 parent 5902713 commit acad06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/proj/qgscoordinatereferencesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
QgsProjOperation operation() const;

/**
* Returns whether axis is inverted (e.g., for WMS 1.3) for the CRS.
* 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
*/
bool hasAxisInverted() const;
Expand Down

0 comments on commit acad06a

Please sign in to comment.