aboutsummaryrefslogtreecommitdiff
path: root/src/proj_constants.h
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2020-02-21 09:27:31 +1000
committerKristian Evers <kristianevers@gmail.com>2020-02-21 11:26:55 +0100
commit0bc2ae258dc928052719cc85b9f01957e4541fc5 (patch)
tree9960df479659b54dc0b934a14caf7e28cde5d57f /src/proj_constants.h
parentdbe6dcf2479c92bfb268b632c245bd0fc3fb147e (diff)
downloadPROJ-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.h3
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