diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-10-30 11:28:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-10-30 11:28:43 +0100 |
| commit | 05a7bcfa56a03437b2ba73616a6bc21c9347d2a7 (patch) | |
| tree | a483f224bddab4e9c36f4d94e1dcc91e696ba268 /src/proj_constants.h | |
| parent | ffc865a41aa540673eaedb2552565cf9f8d18679 (diff) | |
| download | PROJ-05a7bcfa56a03437b2ba73616a6bc21c9347d2a7.tar.gz PROJ-05a7bcfa56a03437b2ba73616a6bc21c9347d2a7.zip | |
Rework importing of Vertical unit change from EPSG db, add support for Height Depth Reversal and use it in createOperations()
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index 619d9d91..62cf94be 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -592,4 +592,9 @@ #define EPSG_NAME_METHOD_AXIS_ORDER_REVERSAL_3D \ "Axis Order Reversal (Geographic3D horizontal)" +/* ------------------------------------------------------------------------ */ + +#define EPSG_CODE_METHOD_HEIGHT_DEPTH_REVERSAL 1068 +#define EPSG_NAME_METHOD_HEIGHT_DEPTH_REVERSAL "Height Depth Reversal" + #endif /* PROJ_CONSTANTS_INCLUDED */ |
