diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-11-06 18:18:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-06 18:18:58 +0100 |
| commit | b9809123252f0fd74e36cedb06866824aca9a124 (patch) | |
| tree | ac998d803f1a1954e659bdf7b047c45ca2bc1305 /src | |
| parent | b71bee7b60b07d27d39b8a3366433ae123bcd633 (diff) | |
| parent | d76d1adffded8a734e36a0017601dee9d892b7f7 (diff) | |
| download | PROJ-b9809123252f0fd74e36cedb06866824aca9a124.tar.gz PROJ-b9809123252f0fd74e36cedb06866824aca9a124.zip | |
Merge pull request #2923 from OSGeo/backport-2921-to-8.2
[Backport 8.2] 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) |
