aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-11-01 11:25:19 +0100
committerGitHub <noreply@github.com>2020-11-01 11:25:19 +0100
commit2d778088f1415993244d56ebd01f33dc753b6900 (patch)
treee908538ddaacc86133a366861efe1dcc6212f774 /test/unit
parent12274943fb88480686db0fc1cf3b13bde2d87845 (diff)
parent67718853e1248656cc35caa5a605ac102ec7e985 (diff)
downloadPROJ-2d778088f1415993244d56ebd01f33dc753b6900.tar.gz
PROJ-2d778088f1415993244d56ebd01f33dc753b6900.zip
Merge pull request #2401 from rouault/improve_remarks
Fill remarks on coordinate operations in more situations
Diffstat (limited to 'test/unit')
-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