diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-21 09:27:31 +1000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-21 11:26:55 +0100 |
| commit | 0bc2ae258dc928052719cc85b9f01957e4541fc5 (patch) | |
| tree | 9960df479659b54dc0b934a14caf7e28cde5d57f /src/proj_constants.h | |
| parent | dbe6dcf2479c92bfb268b632c245bd0fc3fb147e (diff) | |
| download | PROJ-0bc2ae258dc928052719cc85b9f01957e4541fc5.tar.gz PROJ-0bc2ae258dc928052719cc85b9f01957e4541fc5.zip | |
Add support for creating coordinates operations using Natural Earth/Natural Earth 2 projection
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 f16f797f..b1059d89 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -167,6 +167,9 @@ #define PROJ_WKT2_NAME_METHOD_MOLLWEIDE "Mollweide" +#define PROJ_WKT2_NAME_METHOD_NATURAL_EARTH "Natural Earth" +#define PROJ_WKT2_NAME_METHOD_NATURAL_EARTH_II "Natural Earth II" + #define EPSG_NAME_METHOD_OBLIQUE_STEREOGRAPHIC "Oblique Stereographic" #define EPSG_CODE_METHOD_OBLIQUE_STEREOGRAPHIC 9809 |
