From d11804fb791bc22d75d9858d7c3db2e02f739f98 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 25 Dec 2019 15:58:41 +0100 Subject: Doc: differences.rst: add note about WKT1:GDAL no longer implicitly calling --boundcrs-to-wgs84 --- docs/source/usage/differences.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/source/usage/differences.rst') diff --git a/docs/source/usage/differences.rst b/docs/source/usage/differences.rst index 4d05543a..b1c3d1a9 100644 --- a/docs/source/usage/differences.rst +++ b/docs/source/usage/differences.rst @@ -114,3 +114,12 @@ exclusive with :option:`+t_epoch`. :option:`+dt` is used when deformation for a set amount of time is needed and :option:`+t_epoch` is used (in conjunction with the observation time of the input coordinate) when deformation from a specific epoch to the observation time is needed. + +Version 6.3.0 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + +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. -- cgit v1.2.3 From a955947c1f3279e51d1272df0cb6aa61ce4b85ee Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 13 Jan 2020 22:04:01 +0100 Subject: 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 --- docs/source/usage/differences.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs/source/usage/differences.rst') 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``. -- cgit v1.2.3