From 28d69400b04eb683bfccb3e7d3ad8a054ad73897 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 29 Nov 2018 20:47:26 +0100 Subject: C API: rename output parameters to have a out_ prefix --- src/coordinateoperation.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/coordinateoperation.cpp') diff --git a/src/coordinateoperation.cpp b/src/coordinateoperation.cpp index dce25653..fe22448f 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -149,6 +149,8 @@ static std::set buildSetEquivalentParameters() { {"latitude_of_point_2", "Latitude_Of_2nd_Point", nullptr}, {"longitude_of_point_2", "Longitude_Of_2nd_Point", nullptr}, + {"satellite_height", "height", nullptr}, + {EPSG_NAME_PARAMETER_FALSE_EASTING, EPSG_NAME_PARAMETER_EASTING_FALSE_ORIGIN, EPSG_NAME_PARAMETER_EASTING_PROJECTION_CENTRE, nullptr}, -- cgit v1.2.3