Skip to content

Commit

Permalink
Merge pull request #4057 from OSGeo/backport-4049-to-master
Browse files Browse the repository at this point in the history
[Backport master] Update omerc.rst to express two points connection
  • Loading branch information
rouault authored Feb 19, 2024
2 parents 99071b1 + 4a83a67 commit 3638065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/operations/projections/omerc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ projections are limiting forms of the Oblique Mercator
$ echo 12 55 | proj +proj=omerc +alpha=0 +R=6400000
766869.97 6209742.96

# Same, with azimuth given indirectly via two points:
$ echo 12 55 | proj +proj=omerc +lon_1=0 +lat_1=-1 +lon_2=0 +lat_2=0 +R=6400000
766869.97 6209742.96

$ echo 12 55 | proj +proj=tmerc +R=6400000
766869.97 6209742.96
Expand Down

0 comments on commit 3638065

Please sign in to comment.