diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-12-21 19:39:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-21 19:39:10 +0100 |
| commit | c8346e9f0a17d08b68935afde791611c50b07e0e (patch) | |
| tree | 2f7d41b6d83efc6329898aac5eec4cd073ddcfd5 /docs/plot | |
| parent | 247a79e6c7e425573900821c218c10ec2a272f97 (diff) | |
| parent | d5d60b7154d149de797737ecd96fde56bfecb7c2 (diff) | |
| download | PROJ-c8346e9f0a17d08b68935afde791611c50b07e0e.tar.gz PROJ-c8346e9f0a17d08b68935afde791611c50b07e0e.zip | |
Merge pull request #2991 from OSGeo/backport-2978-to-8.2
[Backport 8.2] Fix and additional options for Peirce Quincuncial projections
Diffstat (limited to 'docs/plot')
| -rw-r--r-- | docs/plot/plotdefs.json | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index 1e9c05ee..a6d70273 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1051,13 +1051,46 @@ "type": "poly" }, { - "filename": "peirce_q.png", + "filename": "peirce_q_square.png", "latmax": 90, - "latmin": 0, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "peirce_q_square", + "projstring": "+proj=peirce_q +lon_0=25 +type=square", + "res": "low", + "type": "poly" + }, + { + "filename": "peirce_q_diamond.png", + "latmax": 90, + "latmin": -90, "lonmax": 180, "lonmin": -180, "name": "peirce_q", - "projstring": "+proj=peirce_q", + "projstring": "+proj=peirce_q +lon_0=25 +type=diamond", + "res": "low", + "type": "poly" + }, + { + "filename": "peirce_q_horizontal.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "peirce_q_horizontal", + "projstring": "+proj=peirce_q +lon_0=25 +type=horizontal", + "res": "low", + "type": "line" + }, + { + "filename": "grieger_triptychial.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "grieger_triptychial", + "projstring": "+proj=pipeline +step +proj=ob_tran +o_proj=peirce_q +o_lat_p=-45 +o_lon_p=45 +type=horizontal +scrollx=-0.25 +step +proj=affine +s11=-1 +s12=0 +s21=0 +s22=-1", "res": "low", "type": "poly" }, |
