From 1f66818745be99767dd477fcf4a0ebcfaed59e1c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 23 Sep 2019 15:03:56 +0200 Subject: Database: update to EPSG 9.8.2 With limitation of https://github.com/OSGeo/PROJ/issues/1632 regarding concatenated operations with more than 3 steps. --- test/unit/test_operation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_operation.cpp') diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp index d52e9bea..3e538f33 100644 --- a/test/unit/test_operation.cpp +++ b/test/unit/test_operation.cpp @@ -4448,7 +4448,7 @@ TEST(operation, geogCRS_to_geogCRS_context_ntv1_ntv2_ctable2) { authFactory->createCoordinateReferenceSystem("4267"), // NAD27 authFactory->createCoordinateReferenceSystem("4269"), // NAD83 ctxt); - ASSERT_EQ(list.size(), 7U); + ASSERT_EQ(list.size(), 8U); EXPECT_EQ(list[0]->exportToPROJString(PROJStringFormatter::create().get()), "+proj=pipeline +step +proj=axisswap +order=2,1 +step " "+proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=hgridshift " -- cgit v1.2.3