From fa11a21801ac1f8afaa768390c46f5226089b090 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 30 Nov 2018 21:40:16 +0100 Subject: Add ESRI 'Central_Parallel' as an alias of other similar parameters --- src/coordinateoperation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 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, -- cgit v1.2.3