diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-21 09:45:47 +1000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-21 11:26:55 +0100 |
| commit | 6aedfb204a2ff09998dae6bd3731a1f18f85ef14 (patch) | |
| tree | fe16bce0567c1101582e8a146f2e804c3fd42d40 /src/proj_constants.h | |
| parent | 0bc2ae258dc928052719cc85b9f01957e4541fc5 (diff) | |
| download | PROJ-6aedfb204a2ff09998dae6bd3731a1f18f85ef14.tar.gz PROJ-6aedfb204a2ff09998dae6bd3731a1f18f85ef14.zip | |
Add support for creating coordinates operations using Compact Miller,
Times and Vertical Near Side Perspective projections
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 b1059d89..a70d5346 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -75,6 +75,8 @@ #define EPSG_NAME_METHOD_BONNE "Bonne" #define EPSG_CODE_METHOD_BONNE 9827 +#define PROJ_WKT2_NAME_METHOD_COMPACT_MILLER "Compact Miller" + #define EPSG_NAME_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA_SPHERICAL \ "Lambert Cylindrical Equal Area (Spherical)" #define EPSG_CODE_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA_SPHERICAL 9834 @@ -195,8 +197,12 @@ #define PROJ_WKT2_NAME_METHOD_STEREOGRAPHIC "Stereographic" +#define PROJ_WKT2_NAME_METHOD_TIMES "Times" + #define PROJ_WKT2_NAME_METHOD_VAN_DER_GRINTEN "Van Der Grinten" +#define PROJ_WKT2_NAME_METHOD_VERTICAL_NEAR_SIDE_PERSPECTIVE "Vertical Near Side Perspective" + #define PROJ_WKT2_NAME_METHOD_WAGNER_I "Wagner I" #define PROJ_WKT2_NAME_METHOD_WAGNER_II "Wagner II" #define PROJ_WKT2_NAME_METHOD_WAGNER_III "Wagner III" |
