diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-30 21:40:16 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-12-01 17:53:15 +0100 |
| commit | fa11a21801ac1f8afaa768390c46f5226089b090 (patch) | |
| tree | 5b6c244e6d23399ab936c05bab3a2ef3e3238c1e | |
| parent | 872751c6734487bf1a222f2358678aa27ceeab4f (diff) | |
| download | PROJ-fa11a21801ac1f8afaa768390c46f5226089b090.tar.gz PROJ-fa11a21801ac1f8afaa768390c46f5226089b090.zip | |
Add ESRI 'Central_Parallel' as an alias of other similar parameters
| -rw-r--r-- | src/coordinateoperation.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coordinateoperation.cpp b/src/coordinateoperation.cpp index fe22448f..6ecd3838 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -162,7 +162,8 @@ static std::set<std::string> buildSetEquivalentParameters() { {WKT1_LATITUDE_OF_ORIGIN, WKT1_LATITUDE_OF_CENTER, EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN, EPSG_NAME_PARAMETER_LATITUDE_FALSE_ORIGIN, - EPSG_NAME_PARAMETER_LATITUDE_PROJECTION_CENTRE, nullptr}, + EPSG_NAME_PARAMETER_LATITUDE_PROJECTION_CENTRE, "Central_Parallel", + nullptr}, {WKT1_CENTRAL_MERIDIAN, WKT1_LONGITUDE_OF_CENTER, EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN, |
