From 05a7bcfa56a03437b2ba73616a6bc21c9347d2a7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 30 Oct 2019 11:28:43 +0100 Subject: Rework importing of Vertical unit change from EPSG db, add support for Height Depth Reversal and use it in createOperations() --- src/proj_constants.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/proj_constants.h') 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 */ -- cgit v1.2.3