diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-29 16:28:07 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-29 16:28:07 +0100 |
| commit | 6f6c53c8553541690a16775ab2c92f7703196e59 (patch) | |
| tree | 329e634213191dc3d834f8254133a4222eeb61aa /src/proj_constants.h | |
| parent | 9f6ab28f1d26561a547802a18b3a2f7877834ca8 (diff) | |
| download | PROJ-6f6c53c8553541690a16775ab2c92f7703196e59.tar.gz PROJ-6f6c53c8553541690a16775ab2c92f7703196e59.zip | |
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.h | 8 |
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 \ |
