From f0f9ec43e56a09dd4aaa6c25c9ea08ad09e4ecf8 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 8 Oct 2020 18:06:50 +0200 Subject: promoteTo3D(): add a remark with the original CRS identifier (fixes #2368) ``` $ projinfo EPSG:32631 --3d WKT2:2019 string: PROJCRS["WGS 84 / UTM zone 31N", [ ...snip ] REMARK["Promoted to 3D from EPSG:32631"]] ``` --- test/cli/testprojinfo_out.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/cli') diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 5d36f42e..5373eb68 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -1021,7 +1021,8 @@ PROJCRS["WGS 84 / UTM zone 31N", AXIS["ellipsoidal height (h)",up, ORDER[3], LENGTHUNIT["metre",1, - ID["EPSG",9001]]]] + ID["EPSG",9001]]], + REMARK["Promoted to 3D from EPSG:32631"]] Testing -s EPSG:32631 -t EPSG:4326+3855 --summary Candidate operations found: 3 -- cgit v1.2.3