diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-11-09 00:44:06 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-11-09 00:44:06 +0100 |
| commit | fa0c0e617e4fdc5bf1e2bb2142a4213698808155 (patch) | |
| tree | fefd9a58753658885abe81c1493a575bd9c7ca24 /src/iso19111/operation | |
| parent | 01afa55e56148a668eabeb271a15352f920b3bca (diff) | |
| download | PROJ-fa0c0e617e4fdc5bf1e2bb2142a4213698808155.tar.gz PROJ-fa0c0e617e4fdc5bf1e2bb2142a4213698808155.zip | |
Reformatting fixes
Diffstat (limited to 'src/iso19111/operation')
| -rw-r--r-- | src/iso19111/operation/transformation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/operation/transformation.cpp b/src/iso19111/operation/transformation.cpp index a3608cc8..36540242 100644 --- a/src/iso19111/operation/transformation.cpp +++ b/src/iso19111/operation/transformation.cpp @@ -2011,7 +2011,8 @@ isGeographic3DToGravityRelatedHeight(const OperationMethodNNPtr &method, "1100", // Geog3D to Geog2D+GravityRelatedHeight (PL txt) "1103", // Geog3D to Geog2D+GravityRelatedHeight (EGM) "1105", // Geog3D to Geog2D+GravityRelatedHeight (ITAL2005) - // "1110", // Geog3D to Geog2D+Depth (Gravsoft) FIXME: to investigate how to map this to PROJ pipeline (depth vs height) + // "1110", // Geog3D to Geog2D+Depth (Gravsoft) FIXME: to investigate + // how to map this to PROJ pipeline (depth vs height) "9661", // Geographic3D to GravityRelatedHeight (EGM) "9662", // Geographic3D to GravityRelatedHeight (Ausgeoid98) "9663", // Geographic3D to GravityRelatedHeight (OSGM-GB) |
