From 25564ae152bfe06e765a49a7d5666645037ad0a5 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 23 Feb 2019 15:41:34 +0100 Subject: Doc: add minimal doumentation for times projection --- docs/plot/plotdefs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/plot/plotdefs.json') diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index daaf2ef8..8d763f0c 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1232,6 +1232,17 @@ "res": "low", "type": "line" }, + { + "filename": "times.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "times", + "projstring": "+proj=times", + "res": "low", + "type": "poly" + }, { "filename": "tissot.png", "latmax": 90, -- cgit v1.2.3 From 0f056c7fd99214bd3cfc9a5d9e30ee5bd76cc44f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 24 Feb 2019 20:29:52 +0100 Subject: Doc: fix plotdefs.json, and aea and lcc descriptions, to take into account removal of proj_def.dat --- docs/plot/plotdefs.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/plot/plotdefs.json') diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index 8d763f0c..bb0ebbe7 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -6,7 +6,8 @@ "lonmax": 180, "lonmin": -180, "name": "aea", - "projstring": "+proj=aea", + "#comment": "lat_1 and lat_2 values are previous defaults from now-removed proj_def.dat", + "projstring": "+proj=aea +lat_1=29.5 +lat_2=42.5", "res": "low", "type": "poly" }, @@ -623,7 +624,8 @@ "lonmax": -10, "lonmin": -160, "name": "lcc", - "projstring": "+proj=lcc +lon_0=-90", + "#comment": "lat_1 and lat_2 values are previous defaults from now-removed proj_def.dat", + "projstring": "+proj=lcc +lon_0=-90 +lat_1=33 +lat_2=45", "res": "med", "type": "poly" }, -- cgit v1.2.3