diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-11-29 20:47:26 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-11-29 20:47:26 +0100 |
| commit | 28d69400b04eb683bfccb3e7d3ad8a054ad73897 (patch) | |
| tree | 1d9ce7fa65e639cc7eb373622087cd7c9851d54d /src/coordinateoperation.cpp | |
| parent | c42a6d88f1314bfac9f70e2e7721d12c84013892 (diff) | |
| download | PROJ-28d69400b04eb683bfccb3e7d3ad8a054ad73897.tar.gz PROJ-28d69400b04eb683bfccb3e7d3ad8a054ad73897.zip | |
C API: rename output parameters to have a out_ prefix
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 dce25653..fe22448f 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -149,6 +149,8 @@ static std::set<std::string> 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}, |
