aboutsummaryrefslogtreecommitdiff
path: root/docs/source/operations/projections/eqc.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-03-04 20:40:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-03-05 00:18:01 +0100
commit341e0e7eb4f95de5c6ccc24ee98b7bb304964449 (patch)
tree40a96bb958f25ac0f191af87a59652533aeadeca /docs/source/operations/projections/eqc.rst
parentc1fbdd88b3898279abc6a834254df15070fca39b (diff)
downloadPROJ-341e0e7eb4f95de5c6ccc24ee98b7bb304964449.tar.gz
PROJ-341e0e7eb4f95de5c6ccc24ee98b7bb304964449.zip
Remove occurences of deprecated PROJ.4 syntax
+no_defs and +datum has no effect on the behaviour of proj, so can be left out in these examples in the docs. +no_defs in rare occasions would have had an effect in older PROJ versions but not from PROJ 6 and onwards. +datum has ever only been honoured by cs2cs and pj_transform(). Fixes #2017
Diffstat (limited to 'docs/source/operations/projections/eqc.rst')
-rw-r--r--docs/source/operations/projections/eqc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/projections/eqc.rst b/docs/source/operations/projections/eqc.rst
index d36c1854..964a5f16 100644
--- a/docs/source/operations/projections/eqc.rst
+++ b/docs/source/operations/projections/eqc.rst
@@ -63,7 +63,7 @@ The following table gives special cases of the cylindrical equidistant projectio
Example using EPSG 32662 (WGS84 Plate Carrée)::
- $ echo 2 47 | proj +proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs
+ $ 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
222638.98 5232016.07
Example using Plate Carrée projection with true scale at latitude 30° and central meridian 90°W::