diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 13:15:02 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 15:49:31 +0200 |
| commit | d8526d7870e4b91238c9a7b652ed03c21b77e884 (patch) | |
| tree | ccd8cfe10d750f60bc81050f42847f218855dcb5 /src/iso19111/c_api.cpp | |
| parent | e63f206d994658995505ce322d644fba0b807d5b (diff) | |
| download | PROJ-d8526d7870e4b91238c9a7b652ed03c21b77e884.tar.gz PROJ-d8526d7870e4b91238c9a7b652ed03c21b77e884.zip | |
ESRI_WKT: preserve Gauss_Kruger in conversion name for round-tripping
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 8fea51e9..6a2a1ae0 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -5964,7 +5964,8 @@ int proj_coordoperation_get_param( * @param out_values Pointer to an array of value_count double values. * @param value_count Size of out_values array. The suggested size is 7 to get * translation, rotation and scale difference parameters. Rotation and scale - * difference terms might be zero if the transformation only includes translation + * difference terms might be zero if the transformation only includes + * translation * parameters. In that case, value_count could be set to 3. * @param emit_error_if_incompatible Boolean to inicate if an error must be * logged if coordoperation is not compatible with a WKT1 TOWGS84 |
