aboutsummaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-13 22:04:01 +0100
committerKristian Evers <kristianevers@gmail.com>2020-01-13 22:04:01 +0100
commita955947c1f3279e51d1272df0cb6aa61ce4b85ee (patch)
tree3e743c45b35ba6525c011320f3a41d285b211aff /docs/source
parent542359e993e93b75907b2c2a12da38fe83d5c349 (diff)
downloadPROJ-a955947c1f3279e51d1272df0cb6aa61ce4b85ee.tar.gz
PROJ-a955947c1f3279e51d1272df0cb6aa61ce4b85ee.zip
Remove -ld option from proj and cs2cs
It promotes use of deprecated paramters +datum and +towgs84 which we don't want to encourage. Closes #1308
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/apps/cs2cs.rst4
-rw-r--r--docs/source/apps/proj.rst4
-rw-r--r--docs/source/usage/differences.rst16
3 files changed, 16 insertions, 8 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst
index d7f0e9ad..12f91e64 100644
--- a/docs/source/apps/cs2cs.rst
+++ b/docs/source/apps/cs2cs.rst
@@ -91,10 +91,6 @@ The following control parameters can appear in any order:
List of all distance units that can be selected with the *+units* parameter.
-.. option:: -ld
-
- List of datums that can be selected with the *+datum* parameter.
-
.. option:: -r
This options reverses the order of the expected input from
diff --git a/docs/source/apps/proj.rst b/docs/source/apps/proj.rst
index 534994de..21c2ea61 100644
--- a/docs/source/apps/proj.rst
+++ b/docs/source/apps/proj.rst
@@ -97,10 +97,6 @@ The following control parameters can appear in any order
List of all distance units that can be selected with the *+units* parameter.
-.. option:: -ld
-
- List of datums that can be selected with the *+datum* parameter.
-
.. option:: -r
This options reverses the order of the expected input from
diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst
index b1c3d1a9..e85ba039 100644
--- a/docs/source/usage/differences.rst
+++ b/docs/source/usage/differences.rst
@@ -123,3 +123,19 @@ projinfo
Before PROJ 6.3.0, WKT1:GDAL was implicitly calling --boundcrs-to-wgs84, to
add a TOWGS84[] node in some cases. This is no longer the case.
+
+
+Version 7.0.0
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+proj
+--------
+
+Removed ``-ld`` option from application, since it promoted use of deprecated
+paramters like ``+towgs`` and ``+datum``.
+
+cs2cs
+--------
+
+Removed ``-ld`` option from application, since it promoted use of deprecated
+paramters like ``+towgs`` and ``+datum``.