diff options
| author | Chris Crook <ccrook@linz.govt.nz> | 2019-12-04 09:48:08 +1300 |
|---|---|---|
| committer | Chris Crook <ccrook@linz.govt.nz> | 2019-12-20 10:23:44 +1300 |
| commit | 1433adcc673928a092c16f6555a0fcd701fdbc26 (patch) | |
| tree | 819550c4b75931e53fe4f7649e64965c5bf79c0f /src/proj_constants.h | |
| parent | 13dd313795ec37a810923c97327030b0f352d904 (diff) | |
| download | PROJ-1433adcc673928a092c16f6555a0fcd701fdbc26.tar.gz PROJ-1433adcc673928a092c16f6555a0fcd701fdbc26.zip | |
Adding support for NZLVD vertical height transformation
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 5c642862..21cd87fb 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -513,6 +513,9 @@ #define EPSG_CODE_METHOD_VERTCON 9658 #define EPSG_NAME_METHOD_VERTCON "VERTCON" +#define EPSG_CODE_METHOD_VERTICALGRID_NZLVD 1071 +#define EPSG_NAME_METHOD_VERTICALGRID_NZLVD "Vertical Offset by Grid Interpolation (NZLVD)" + #define EPSG_NAME_PARAMETER_VERTICAL_OFFSET_FILE "Vertical offset file" #define EPSG_CODE_PARAMETER_VERTICAL_OFFSET_FILE 8732 |
