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 /src/iso19111/io.cpp | |
| 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 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index ca5a3d97..fc92dbbd 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -10209,6 +10209,8 @@ PROJStringParser::Private::buildProjectedCRS(int iStep, } } else if (param->unit_type == UnitOfMeasure::Type::SCALE) { value = 1; + } else if (step.name == "peirce_q" && proj_name == "lat_0") { + value = 90; } PropertyMap propertiesParameter; |
