From f2b8a5e8a43d119aa66bccc0b0cac3ebbf828bd4 Mon Sep 17 00:00:00 2001 From: Ivan Veselov Date: Mon, 15 Oct 2018 10:58:53 +0100 Subject: Add Tobler-Mercator projection --- docs/plot/plotdefs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/plot') 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 @@ -1254,6 +1254,17 @@ "res": "low", "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, -- cgit v1.2.3