diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-01 15:59:35 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-01 15:59:35 +0200 |
| commit | e6a0966a473f37c984e4f66197340900f946dd24 (patch) | |
| tree | 2ef6d8c8f90d91400c132585536b132d12351a6b /src/proj_constants.h | |
| parent | 381d4f6ff3d18efbcd4fdb626200dddab5f2c115 (diff) | |
| download | PROJ-e6a0966a473f37c984e4f66197340900f946dd24.tar.gz PROJ-e6a0966a473f37c984e4f66197340900f946dd24.zip | |
Database: update to EPSG 10.017
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index ce3b2157..0976dc2a 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -556,6 +556,9 @@ #define EPSG_CODE_METHOD_VERTICALGRID_GTX 1084 #define EPSG_NAME_METHOD_VERTICALGRID_GTX "Vertical Offset by Grid Interpolation (gtx)" +#define EPSG_CODE_METHOD_VERTICALGRID_PL_TXT 1101 +#define EPSG_NAME_METHOD_VERTICALGRID_PL_TXT "Vertical Offset by Grid Interpolation (PL txt)" + #define EPSG_NAME_PARAMETER_VERTICAL_OFFSET_FILE "Vertical offset file" #define EPSG_CODE_PARAMETER_VERTICAL_OFFSET_FILE 8732 |
