diff options
| author | jdugge <jdugge@users.noreply.github.com> | 2018-08-17 22:16:43 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-08-17 22:16:43 +0200 |
| commit | 40036c19af8ae237a9b1565852340661bb1c66f8 (patch) | |
| tree | d04658184f709815aa0543df86d8c07e2609dc66 /src/pj_list.h | |
| parent | fe13c01125c57f1a2cd9256f78ee6233891fcec0 (diff) | |
| download | PROJ-40036c19af8ae237a9b1565852340661bb1c66f8.tar.gz PROJ-40036c19af8ae237a9b1565852340661bb1c66f8.zip | |
Implementation of Equal Earth projection (#1090)
Implement the Equal Earth projection (closes #1085)
Diffstat (limited to 'src/pj_list.h')
| -rw-r--r-- | src/pj_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h index 440f7972..0a8d9d1b 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -35,6 +35,7 @@ PROJ_HEAD(eck3, "Eckert III") PROJ_HEAD(eck4, "Eckert IV") PROJ_HEAD(eck5, "Eckert V") PROJ_HEAD(eck6, "Eckert VI") +PROJ_HEAD(eqearth, "Equal Earth") PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Caree)") PROJ_HEAD(eqdc, "Equidistant Conic") PROJ_HEAD(euler, "Euler") |
