diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-02-07 11:14:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-07 11:14:18 +0100 |
| commit | c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d (patch) | |
| tree | 6d8626e1fc8353ac7af6e3edae7080ce82cb3d73 /src | |
| parent | af7cbf0ad119d20813c242420d345c484995cd98 (diff) | |
| parent | 7b33d9180eec541f17470d628fe2bb3ed536803d (diff) | |
| download | PROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.tar.gz PROJ-c0fb0041c2933b4cc953fb763aaaccd4f85a9c0d.zip | |
Merge pull request #2503 from havingsexonthebeach/epsg10_011
Database: update to EPSG v10.011
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 fec821a1..45e1d9af 100644 --- a/src/iso19111/operation/transformation.cpp +++ b/src/iso19111/operation/transformation.cpp @@ -1992,6 +1992,7 @@ isGeographic3DToGravityRelatedHeight(const OperationMethodNNPtr &method, "1048", // Geographic3D to GravityRelatedHeight (Ausgeoid v2) "1050", // Geographic3D to GravityRelatedHeight (CI) "1059", // Geographic3D to GravityRelatedHeight (PNG) + "1088", // Geog3D to Geog2D+GravityRelatedHeight (gtx) "1060", // Geographic3D to GravityRelatedHeight (CGG2013) "1072", // Geographic3D to GravityRelatedHeight (OSGM15-Ire) "1073", // Geographic3D to GravityRelatedHeight (IGN2009) |
