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 /docs/plot/plotdefs.json | |
| 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 'docs/plot/plotdefs.json')
| -rw-r--r-- | docs/plot/plotdefs.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index b61466f0..c494d6a7 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -308,6 +308,17 @@ "type": "poly" }, { + "filename": "eqearth.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "eqearth", + "projstring": "+proj=eqearth", + "res": "low", + "type": "poly" + }, + { "filename": "euler.png", "latmax": 90, "latmin": -90, |
