Skip to content

Commit 2504995

Browse files
committed
omerc.rst: fix example (fixes OSGeo#3794)
1 parent 8ddd640 commit 2504995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/operations/projections/omerc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Example: An approximation of the Danish "System 34" from :cite:`Rittri2012`
100100

101101
::
102102

103-
$ echo 10.536498003 56.229892362 | proj +proj=omerc +axis=wnu +lonc=9.46 +lat_0=56.13333333 +x_0=-266906.229 +y_0=189617.957 +k=0.9999537 +alpha=-0.76324 +gamma=0 +ellps=GRS80
103+
$ echo 10.536498003 56.229892362 | cs2cs +proj=longlat +ellps=GRS80 +to +proj=omerc +axis=wnu +lonc=9.46 +lat_0=56.13333333 +x_0=-266906.229 +y_0=189617.957 +k=0.9999537 +alpha=-0.76324 +gamma=0 +ellps=GRS80
104104
200000.13 199999.89
105105

106106
The input coordinate represents the System 34 datum point "Agri Bavnehoj", with coordinates

0 commit comments

Comments
 (0)