diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-01-11 11:28:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 11:28:16 +0100 |
| commit | 10fc60fdce62520230039345db0446738e77afca (patch) | |
| tree | 60847a7efd86daecaaa88bf630edaf8dfccb4a96 /docs/plot/plotdefs.json | |
| parent | c6c2a3b22ddef30a29cfc48ca810ee1a54385242 (diff) | |
| parent | 7afaa7a400bd3e6a8550a5c6a3d0da88b3861e38 (diff) | |
| download | PROJ-10fc60fdce62520230039345db0446738e77afca.tar.gz PROJ-10fc60fdce62520230039345db0446738e77afca.zip | |
Merge pull request #3014 from rouault/fix_3011
peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (fixes #3011)
Diffstat (limited to 'docs/plot/plotdefs.json')
| -rw-r--r-- | docs/plot/plotdefs.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index a6d70273..f55f5e0a 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -1057,7 +1057,7 @@ "lonmax": 180, "lonmin": -180, "name": "peirce_q_square", - "projstring": "+proj=peirce_q +lon_0=25 +type=square", + "projstring": "+proj=peirce_q +lon_0=25 +shape=square", "res": "low", "type": "poly" }, @@ -1068,7 +1068,7 @@ "lonmax": 180, "lonmin": -180, "name": "peirce_q", - "projstring": "+proj=peirce_q +lon_0=25 +type=diamond", + "projstring": "+proj=peirce_q +lon_0=25 +shape=diamond", "res": "low", "type": "poly" }, @@ -1079,7 +1079,7 @@ "lonmax": 180, "lonmin": -180, "name": "peirce_q_horizontal", - "projstring": "+proj=peirce_q +lon_0=25 +type=horizontal", + "projstring": "+proj=peirce_q +lon_0=25 +shape=horizontal", "res": "low", "type": "line" }, @@ -1090,7 +1090,7 @@ "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", + "projstring": "+proj=pipeline +step +proj=ob_tran +o_proj=peirce_q +o_lat_p=-45 +o_lon_p=45 +shape=horizontal +scrollx=-0.25 +step +proj=affine +s11=-1 +s12=0 +s21=0 +s22=-1", "res": "low", "type": "poly" }, |
