diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-16 17:43:14 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-16 17:50:15 +0200 |
| commit | f7f3b98a5334bdb2dae186e8ce806eece8432a96 (patch) | |
| tree | 3d63a0f447505558e005b2b23d81f6d25783cc1a /docs/plot | |
| parent | 853db320891e8dc13bb5c79a3d6975a510b9fa0c (diff) | |
| download | PROJ-f7f3b98a5334bdb2dae186e8ce806eece8432a96.tar.gz PROJ-f7f3b98a5334bdb2dae186e8ce806eece8432a96.zip | |
plotdefs.json: update validty area for adams_hemi, guyou and peirce_q, and regenerate associated images
Diffstat (limited to 'docs/plot')
| -rw-r--r-- | docs/plot/plotdefs.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index 9a2f4836..9fe04a85 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -3,8 +3,8 @@ "filename": "adams_hemi.png", "latmax": 90, "latmin": -90, - "lonmax": 180, - "lonmin": -180, + "lonmax": 90, + "lonmin": -90, "name": "adams_hemi", "projstring": "+proj=adams_hemi", "res": "low", @@ -514,8 +514,8 @@ "filename": "guyou.png", "latmax": 90, "latmin": -90, - "lonmax": 180, - "lonmin": -180, + "lonmax": 90, + "lonmin": -90, "name": "guyou", "projstring": "+proj=guyou", "res": "low", @@ -1042,7 +1042,7 @@ { "filename": "peirce_q.png", "latmax": 90, - "latmin": -90, + "latmin": 0, "lonmax": 180, "lonmin": -180, "name": "peirce_q", |
