diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-24 20:29:52 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-24 20:30:49 +0100 |
| commit | 0a9006e5930c66f11a74b5d624dd2c6146657d63 (patch) | |
| tree | 52ae49d6d9a16fce3584c85832dc2df5ff9e1bc2 /docs/plot | |
| parent | 78e71721dae88d90347dfc496e9940a55979229f (diff) | |
| download | PROJ-0a9006e5930c66f11a74b5d624dd2c6146657d63.tar.gz PROJ-0a9006e5930c66f11a74b5d624dd2c6146657d63.zip | |
Doc: fix plotdefs.json, and aea and lcc descriptions, to take into account removal of proj_def.dat
Diffstat (limited to 'docs/plot')
| -rw-r--r-- | docs/plot/plotdefs.json | 6 |
1 files changed, 4 insertions, 2 deletions
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" }, |
