diff options
| author | Andrew Bell <andrew.bell.ia@gmail.com> | 2019-05-15 10:47:03 -0400 |
|---|---|---|
| committer | Andrew Bell <andrew.bell.ia@gmail.com> | 2019-05-15 10:47:03 -0400 |
| commit | 8f268409d37cea329d263e177b83e42f8384d3c7 (patch) | |
| tree | c4d0f3dd19456600f718a6e0c8573577f433549b /docs/plot/plotdefs.json | |
| parent | 886ced02f0aaab5d66d16459435f7447cf976650 (diff) | |
| parent | d67203a6f76a74f5ac029ff052dbcc72e3b59624 (diff) | |
| download | PROJ-8f268409d37cea329d263e177b83e42f8384d3c7.tar.gz PROJ-8f268409d37cea329d263e177b83e42f8384d3c7.zip | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'docs/plot/plotdefs.json')
| -rw-r--r-- | docs/plot/plotdefs.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index daaf2ef8..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" }, @@ -1233,6 +1235,17 @@ "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, "latmin": -90, |
