aboutsummaryrefslogtreecommitdiff
path: root/docs/source/usage/differences.rst
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-14 07:25:00 +0100
committerGitHub <noreply@github.com>2020-01-14 07:25:00 +0100
commite9605e41c87e532e7cc182c971e068de015adf2d (patch)
tree4f8bc7321472f425d352c88c0953a3d13bc65922 /docs/source/usage/differences.rst
parent0e708619977c207d606bd8d52aa399d937dab299 (diff)
parenta955947c1f3279e51d1272df0cb6aa61ce4b85ee (diff)
downloadPROJ-e9605e41c87e532e7cc182c971e068de015adf2d.tar.gz
PROJ-e9605e41c87e532e7cc182c971e068de015adf2d.zip
Merge pull request #1844 from kbevers/remove-ld-option
Remove -ld option from proj and cs2cs
Diffstat (limited to 'docs/source/usage/differences.rst')
-rw-r--r--docs/source/usage/differences.rst16
1 files changed, 16 insertions, 0 deletions
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``.