aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-01-11 11:28:16 +0100
committerGitHub <noreply@github.com>2022-01-11 11:28:16 +0100
commit10fc60fdce62520230039345db0446738e77afca (patch)
tree60847a7efd86daecaaa88bf630edaf8dfccb4a96 /src/iso19111/io.cpp
parentc6c2a3b22ddef30a29cfc48ca810ee1a54385242 (diff)
parent7afaa7a400bd3e6a8550a5c6a3d0da88b3861e38 (diff)
downloadPROJ-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.cpp2
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;