aboutsummaryrefslogtreecommitdiff
path: root/src/proj_constants.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2020-01-30 11:08:49 +0100
committerGitHub <noreply@github.com>2020-01-30 11:08:49 +0100
commit91c40b654bb2b07ae79367a683e45c86d29ba0a4 (patch)
tree69a55fe57d65fdd604b9c03aab0b9003489a5e3c /src/proj_constants.h
parent3ab34eb940302bb564968309a3dfc4c3050e9c3e (diff)
parent6f6c53c8553541690a16775ab2c92f7703196e59 (diff)
downloadPROJ-91c40b654bb2b07ae79367a683e45c86d29ba0a4.tar.gz
PROJ-91c40b654bb2b07ae79367a683e45c86d29ba0a4.zip
Merge pull request #1897 from rouault/map_geocentric_translation_method
Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)' (gr3df97a.txt) and map them to new +proj=xyzgridshift
Diffstat (limited to 'src/proj_constants.h')
-rw-r--r--src/proj_constants.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h
index 54dc7873..91c7264c 100644
--- a/src/proj_constants.h
+++ b/src/proj_constants.h
@@ -501,6 +501,14 @@
"Geoid (height correction) model file"
#define EPSG_CODE_PARAMETER_GEOID_CORRECTION_FILENAME 8666
+#define EPSG_NAME_METHOD_GEOCENTRIC_TRANSLATION_BY_GRID_INTERPOLATION_IGN \
+ "Geocentric translation by Grid Interpolation (IGN)"
+#define EPSG_CODE_METHOD_GEOCENTRIC_TRANSLATION_BY_GRID_INTERPOLATION_IGN 1087
+
+#define EPSG_CODE_PARAMETER_GEOCENTRIC_TRANSLATION_FILE 8727
+#define EPSG_NAME_PARAMETER_GEOCENTRIC_TRANSLATION_FILE \
+ "Geocentric translation file"
+
/* ------------------------------------------------------------------------ */
#define PROJ_WKT2_NAME_METHOD_HEIGHT_TO_GEOG3D \