diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-09-10 12:14:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 12:14:08 +0200 |
| commit | ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a (patch) | |
| tree | e61a4d82004ae081a9d90d337d57031fd347a390 /src | |
| parent | ca7f41d0c4605a3b07899eb7b5c9826f2c18aefc (diff) | |
| parent | 9436c8419601359e8203b0b1711b8a737e3353a6 (diff) | |
| download | PROJ-ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a.tar.gz PROJ-ed32f8e4f4c67502d22dbf2be2cefae15f39fe3a.zip | |
Merge pull request #2351 from rouault/update_to_epsg_9_9
Database: update to EPSG 9.9
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 327af7a1..10b1baf4 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -8726,6 +8726,7 @@ isGeographic3DToGravityRelatedHeight(const OperationMethodNNPtr &method, "1072", // Geographic3D to GravityRelatedHeight (OSGM15-Ire) "1073", // Geographic3D to GravityRelatedHeight (IGN2009) "1081", // Geographic3D to GravityRelatedHeight (BEV AT) + "1083", // Geog3D to Geog2D+Vertical (AUSGeoid v2) "9661", // Geographic3D to GravityRelatedHeight (EGM) "9662", // Geographic3D to GravityRelatedHeight (Ausgeoid98) "9663", // Geographic3D to GravityRelatedHeight (OSGM-GB) |
