We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002648 commit 497a4dcCopy full SHA for 497a4dc
docs/source/operations/projections/eqc.rst
@@ -67,12 +67,12 @@ The following table gives special cases of the cylindrical equidistant projectio
67
Example using EPSG 32662 (WGS84 Plate Carrée)::
68
69
$ echo 2 47 | proj +proj=eqc +ellps=WGS84
70
- 222638.98 5232016.07
+ 222638.98 5207247.01
71
72
Example using Plate Carrée projection with true scale at latitude 30° and central meridian 90°W::
73
74
$ echo -88 30 | proj +proj=eqc +lat_ts=30 +lon_0=90w
75
- 192811.01 3339584.72
+ 192972.56 3320113.40
76
77
Parameters
78
################################################################################
0 commit comments