aboutsummaryrefslogtreecommitdiff
path: root/docs/plot/plotdefs.json
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-10-15 14:17:31 +0200
committerGitHub <noreply@github.com>2018-10-15 14:17:31 +0200
commit117a3f41c02db4e1413617a948a34083c325c3ea (patch)
tree49f5513d581006179c007daf1d4daa72bb48f7f3 /docs/plot/plotdefs.json
parent0da84e275504edbdc8b62ebf77d2480ad086b62d (diff)
parentf2b8a5e8a43d119aa66bccc0b0cac3ebbf828bd4 (diff)
downloadPROJ-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.json11
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,