aboutsummaryrefslogtreecommitdiff
path: root/src
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:30:59 +0100
commitae01170481c2893c85a078b2049537952c5bf3d1 (patch)
treeb02de275ba51989b4149ccca53dfcdeff057f37c /src
parent67da822c73e03fe5a88b1ca648150d228ffc1f8a (diff)
downloadPROJ-ae01170481c2893c85a078b2049537952c5bf3d1.tar.gz
PROJ-ae01170481c2893c85a078b2049537952c5bf3d1.zip
Add support for creating coordinates operations using Natural Earth/Natural Earth 2 projection
Diffstat (limited to 'src')
-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