From d03f15819bd74d1310116388d4365aa9b31ee1a1 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 24 May 2020 20:02:47 +0200 Subject: Database: update to EPSG v9.8.11 --- test/cli/testprojinfo_out.dist | 4 ++-- test/unit/test_factory.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 17390534..9e03b003 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -964,7 +964,7 @@ Candidate operations found: 2 ------------------------------------- Operation No. 1: -INVERSE(DERIVED_FROM(EPSG)):8885, Inverse of RGF93 to NGF IGN69 height (3), 0.01 m, France - mainland onshore +INVERSE(DERIVED_FROM(EPSG)):8885, Inverse of RGF93 to NGF-IGN69 height (3), 0.01 m, France - mainland onshore PROJ string: +proj=vgridshift +grids=fr_ign_RAF18.tif +multiplier=1 @@ -972,7 +972,7 @@ PROJ string: ------------------------------------- Operation No. 2: -INVERSE(EPSG):10000, Inverse of RGF93 to NGF IGN69 height (1), 0.5 m, France - mainland onshore +INVERSE(EPSG):10000, Inverse of RGF93 to NGF-IGN69 height (1), 0.5 m, France - mainland onshore PROJ string: +proj=vgridshift +grids=ggf97a.txt +multiplier=1 diff --git a/test/unit/test_factory.cpp b/test/unit/test_factory.cpp index e6cfa72b..780bdc9a 100644 --- a/test/unit/test_factory.cpp +++ b/test/unit/test_factory.cpp @@ -1371,7 +1371,7 @@ TEST(factory, AuthorityFactory_getDescriptionText) { EXPECT_THROW(factory->getDescriptionText("-1"), NoSuchAuthorityCodeException); EXPECT_EQ(factory->getDescriptionText("10000"), - "RGF93 to NGF IGN69 height (1)"); + "RGF93 to NGF-IGN69 height (1)"); // Several objects have 4326 code, including an area of use, but return // the CRS one. -- cgit v1.2.3