File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
docs/source/operations/projections Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -71,17 +71,23 @@ In the second case, the azimuth is given indirectly by specifying two points on
71
71
the central line, using the options
72
72
:option: `+lat_1 `, :option: `+lon_1 `, :option: `+lat_2 `, and :option: `+lon_2 `.
73
73
74
- Example: Verify that the Mercator projection is a limiting form of the Oblique
75
- Mercator
74
+ Example: Verify that the Mercator, and Transverse Mercator (on a sphere),
75
+ projections are limiting forms of the Oblique Mercator
76
76
77
77
::
78
78
79
79
$ echo 12 55 | proj +proj=merc +ellps=GRS80
80
- 1335833.89 7326837.71
80
+ 1335833.89 7326837.71
81
81
82
- $ echo 12 55 | proj +proj=omerc +lonc=0 + alpha=90 +ellps=GRS80
83
- 1335833.89 7326837.71
82
+ $ echo 12 55 | proj +proj=omerc +alpha=90 +ellps=GRS80
83
+ 1335833.89 7326837.71
84
84
85
+ $ echo 12 55 | proj +proj=omerc +alpha=0 +R=6400000
86
+ 766869.97 6209742.96
87
+
88
+ $ echo 12 55 | proj +proj=tmerc +R=6400000
89
+ 766869.97 6209742.96
90
+
85
91
Example: Second case - indirectly given azimuth
86
92
87
93
::
You can’t perform that action at this time.
0 commit comments