diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-26 16:23:39 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-02-26 16:23:39 +0100 |
| commit | 250e4a222bb267b33d9404ae31a1d09a0e4e16d3 (patch) | |
| tree | 0f485943a46dd50e68496b95152961de574afb73 /src/proj_constants.h | |
| parent | 1f8541d6f43f7fde949772e0a2174e317542b985 (diff) | |
| download | PROJ-250e4a222bb267b33d9404ae31a1d09a0e4e16d3.tar.gz PROJ-250e4a222bb267b33d9404ae31a1d09a0e4e16d3.zip | |
Database: register 4 height Austrian grids from https://github.com/OSGeo/PROJ-data/pull/13 + handle 'Vertical Offset by Grid Interpolation (BEV AT)' method
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 5b95cda6..89104462 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -536,6 +536,9 @@ #define EPSG_CODE_METHOD_VERTICALGRID_NZLVD 1071 #define EPSG_NAME_METHOD_VERTICALGRID_NZLVD "Vertical Offset by Grid Interpolation (NZLVD)" +#define EPSG_CODE_METHOD_VERTICALGRID_BEV_AT 1080 +#define EPSG_NAME_METHOD_VERTICALGRID_BEV_AT "Vertical Offset by Grid Interpolation (BEV AT)" + #define EPSG_CODE_METHOD_VERTICALGRID_GTX 1084 #define EPSG_NAME_METHOD_VERTICALGRID_GTX "Vertical Offset by Grid Interpolation (gtx)" |
