diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-31 15:47:52 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-11-01 11:35:48 +0100 |
| commit | 65a78535d566e152a01881287c8a2db88cf651bb (patch) | |
| tree | 4c6bffdf05885a3b57c39c5e86922797f4ba3340 /test/unit/test_operation.cpp | |
| parent | 935538540234890250f77167b7f82a0fc46b47e5 (diff) | |
| download | PROJ-65a78535d566e152a01881287c8a2db88cf651bb.tar.gz PROJ-65a78535d566e152a01881287c8a2db88cf651bb.zip | |
Fill remarks for PROJ-based operation mixing horizontal and vertical transformations
Diffstat (limited to 'test/unit/test_operation.cpp')
| -rw-r--r-- | test/unit/test_operation.cpp | 8 |
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 |
