diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-11-05 11:39:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-05 11:39:11 +0100 |
| commit | 76dfefe8fc9191bf2df8a232e379b85ca09c7d7d (patch) | |
| tree | 2234e39587176a861fec79aad97527e5e7628f0a /src | |
| parent | 792884b035b9ed6f4e4b674e059231957f8a72f2 (diff) | |
| parent | b2acc54e5f6997426b1a21ff2b35067969bcc6aa (diff) | |
| download | PROJ-76dfefe8fc9191bf2df8a232e379b85ca09c7d7d.tar.gz PROJ-76dfefe8fc9191bf2df8a232e379b85ca09c7d7d.zip | |
Merge pull request #2921 from rouault/epsg_10_039
Database: update to EPSG v10.039
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/operation/transformation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso19111/operation/transformation.cpp b/src/iso19111/operation/transformation.cpp index a30e1248..a3608cc8 100644 --- a/src/iso19111/operation/transformation.cpp +++ b/src/iso19111/operation/transformation.cpp @@ -2011,6 +2011,7 @@ 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) "9661", // Geographic3D to GravityRelatedHeight (EGM) "9662", // Geographic3D to GravityRelatedHeight (Ausgeoid98) "9663", // Geographic3D to GravityRelatedHeight (OSGM-GB) |
