aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-10-31 15:47:52 +0100
committerEven Rouault <even.rouault@spatialys.com>2020-10-31 15:47:52 +0100
commit67718853e1248656cc35caa5a605ac102ec7e985 (patch)
tree7681b6c841484420a2555cdc83664cf431c6bb44 /test
parentbaed8dae4980698873500dec16b158638df71318 (diff)
downloadPROJ-67718853e1248656cc35caa5a605ac102ec7e985.tar.gz
PROJ-67718853e1248656cc35caa5a605ac102ec7e985.zip
Fill remarks for PROJ-based operation mixing horizontal and vertical transformations
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_operation.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit/test_operation.cpp b/test/unit/test_operation.cpp
index ce4b866b..1181b6d8 100644
--- a/test/unit/test_operation.cpp
+++ b/test/unit/test_operation.cpp
@@ -8734,6 +8734,14 @@ TEST(operation, compoundCRS_to_geogCRS_3D_context) {
"+multiplier=1 "
"+step +proj=unitconvert +xy_in=rad +xy_out=deg "
"+step +proj=axisswap +order=2,1");
+ EXPECT_EQ(list[0]->remarks(),
+ "For NAD83(NSRS2007) to NAVD88 height (1) (EPSG:9173): Uses "
+ "Geoid09 hybrid model. Replaced by 2012 model (CT code 6326)."
+ "\n"
+ "For NAD83(NSRS2007) to WGS 84 (1) (EPSG:15931): "
+ "Approximation at the +/- 1m level assuming that "
+ "NAD83(NSRS2007) is equivalent to WGS 84 within the accuracy "
+ "of the transformation.");
}
// NAD83 + NAVD88 height --> WGS 84