Skip to content

Commit

Permalink
Merge pull request #3214 from rouault/projjson_no_order
Browse files Browse the repository at this point in the history
PROJJSON spec: mention the intentional lack of axis order member
  • Loading branch information
rouault authored Jun 1, 2022
2 parents 3972f1b + 6aeec12 commit 4026f88
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/source/specifications/projjson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ For the following cases, the unit may be omitted if it is metre:
For the following cases, the unit may be omitted if it is degree:
``longitude`` of a prime meridian.

Coordinate system
+++++++++++++++++

In WKT, a `ORDER <http://docs.opengeospatial.org/is/18-010r7/18-010r7.html#49>`_
keyword may be present in an axis definition. As the value of that element
is equal to the index of axis in the list of axis of the coordinate system
(with 1 as the value of the first index), it is absent from the PROJJSON encoding,
to avoid any risk of misuse.

Examples
--------

Expand Down

0 comments on commit 4026f88

Please sign in to comment.