diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-12-13 17:25:30 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-13 17:25:30 +0100 |
| commit | 8a2938026575305298624bce924fee1b5a361576 (patch) | |
| tree | c811f985ed0e7b9c4185453939599748b129ef40 /src/coordinateoperation.cpp | |
| parent | ed14754a6b3ec488ab2994a43d3533763627ba70 (diff) | |
| download | PROJ-8a2938026575305298624bce924fee1b5a361576.tar.gz PROJ-8a2938026575305298624bce924fee1b5a361576.zip | |
Alias pseudo_standard_parallel_1 and standard_parallel_1
Diffstat (limited to 'src/coordinateoperation.cpp')
| -rw-r--r-- | src/coordinateoperation.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coordinateoperation.cpp b/src/coordinateoperation.cpp index ac170bbf..43b04e03 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -170,6 +170,8 @@ static std::set<std::string> buildSetEquivalentParameters() { EPSG_NAME_PARAMETER_LONGITUDE_FALSE_ORIGIN, EPSG_NAME_PARAMETER_LONGITUDE_PROJECTION_CENTRE, EPSG_NAME_PARAMETER_LONGITUDE_OF_ORIGIN, nullptr}, + + {"pseudo_standard_parallel_1", WKT1_STANDARD_PARALLEL_1, nullptr}, }; for (const auto ¶mList : listOfEquivalentParameterNames) { |
