diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-10-15 14:17:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-15 14:17:31 +0200 |
| commit | 117a3f41c02db4e1413617a948a34083c325c3ea (patch) | |
| tree | 49f5513d581006179c007daf1d4daa72bb48f7f3 /docs/plot/plotdefs.json | |
| parent | 0da84e275504edbdc8b62ebf77d2480ad086b62d (diff) | |
| parent | f2b8a5e8a43d119aa66bccc0b0cac3ebbf828bd4 (diff) | |
| download | PROJ-117a3f41c02db4e1413617a948a34083c325c3ea.tar.gz PROJ-117a3f41c02db4e1413617a948a34083c325c3ea.zip | |
Merge pull request #1153 from sphynx/tobler-mercator
Add Tobler-Mercator projection
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 9ce9ed88..daaf2ef8 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1255,6 +1255,17 @@ "type": "poly" }, { + "filename": "tobmerc.png", + "latmax": 80, + "latmin": -80, + "lonmax": 180, + "lonmin": -180, + "name": "tobmerc", + "projstring": "+proj=tobmerc", + "res": "low", + "type": "poly" + }, + { "filename": "tpeqd.png", "latmax": 90, "latmin": -90, |
