diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-24 20:03:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-24 20:03:48 +0200 |
| commit | 5d502d356e16ef81f481eb82dcdeba0ea3ab1f9e (patch) | |
| tree | c4afb8963bd003e13fd872f6f0f3d611faddeac8 /docs/plot/plotdefs.json | |
| parent | 35dc7d00f92b4a575a2bbc1d90767a9c3e67557c (diff) | |
| parent | f7f3b98a5334bdb2dae186e8ce806eece8432a96 (diff) | |
| download | PROJ-5d502d356e16ef81f481eb82dcdeba0ea3ab1f9e.tar.gz PROJ-5d502d356e16ef81f481eb82dcdeba0ea3ab1f9e.zip | |
Merge pull request #2230 from rouault/limit_peirce_q_to_northern_hemisphere
Limit peirce_q to northern hemisphere, and fix images for adams_hemi, guyou and peirce_q
Diffstat (limited to 'docs/plot/plotdefs.json')
| -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 53340a68..1e9c05ee 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", @@ -1053,7 +1053,7 @@ { "filename": "peirce_q.png", "latmax": 90, - "latmin": -90, + "latmin": 0, "lonmax": 180, "lonmin": -180, "name": "peirce_q", |
