Skip to content

Commit 02e12b4

Browse files
authored
Simplify eqc.rst example (OSGeo#3755)
1 parent 7e10ddc commit 02e12b4

File tree

1 file changed

+1
-1
lines changed
  • docs/source/operations/projections

1 file changed

+1
-1
lines changed

docs/source/operations/projections/eqc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The following table gives special cases of the cylindrical equidistant projectio
6363

6464
Example using EPSG 32662 (WGS84 Plate Carrée)::
6565

66-
$ echo 2 47 | proj +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +units=m
66+
$ echo 2 47 | proj +proj=eqc +ellps=WGS84
6767
222638.98 5232016.07
6868

6969
Example using Plate Carrée projection with true scale at latitude 30° and central meridian 90°W::

0 commit comments

Comments
 (0)