diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 18:06:57 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-10-25 21:17:29 +0100 |
| commit | 4559a3f702f3f2e2d796d46458a61f38595d6e08 (patch) | |
| tree | 40f0d59d990727740a2dd7cab6d0ec7c17760c76 /src/proj_constants.h | |
| parent | 6476108774c8c947f0197ec1acff781f17e6edde (diff) | |
| download | PROJ-4559a3f702f3f2e2d796d46458a61f38595d6e08.tar.gz PROJ-4559a3f702f3f2e2d796d46458a61f38595d6e08.zip | |
Add +proj=col_urban projection, implementing a EPSG projection method used by a number of projected CRS in Colombia (fixes #589)
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index f64bf496..a3da2c10 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -234,6 +234,9 @@ #define PROJ_WKT2_NAME_METHOD_POLE_ROTATION_GRIB_CONVENTION "Pole rotation (GRIB convention)" +#define EPSG_CODE_METHOD_COLOMBIA_URBAN 1052 +#define EPSG_NAME_METHOD_COLOMBIA_URBAN "Colombia Urban" + /* ------------------------------------------------------------------------ */ /* Projection parameters */ @@ -335,6 +338,9 @@ #define EPSG_NAME_PARAMETER_VIEWPOINT_HEIGHT "Viewpoint height" #define EPSG_CODE_PARAMETER_VIEWPOINT_HEIGHT 8840 +#define EPSG_NAME_PARAMETER_PROJECTION_PLANE_ORIGIN_HEIGHT "Projection plane origin height" +#define EPSG_CODE_PARAMETER_PROJECTION_PLANE_ORIGIN_HEIGHT 1039 + /* ------------------------------------------------------------------------ */ /* Other conversions and transformations */ |
