aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/operation/oputils.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-12-09 16:45:15 +0100
committerGitHub <noreply@github.com>2021-12-09 16:45:15 +0100
commit7dece4d27656fccca270c5d6a166a431917ac43a (patch)
treedd5eb4f05a11c048303d0b0f80128eb20b6bbc2a /src/iso19111/operation/oputils.cpp
parent7a9b6566ac02d8c408f4f3758bfa5fcc3e90b552 (diff)
parentd285111ffb46de0cf482f5847d003b1b8ba201ca (diff)
downloadPROJ-7dece4d27656fccca270c5d6a166a431917ac43a.tar.gz
PROJ-7dece4d27656fccca270c5d6a166a431917ac43a.zip
Merge pull request #2976 from rouault/compound_to_compound_ballpark
createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height"
Diffstat (limited to 'src/iso19111/operation/oputils.cpp')
-rw-r--r--src/iso19111/operation/oputils.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iso19111/operation/oputils.cpp b/src/iso19111/operation/oputils.cpp
index b5834edf..5efbf07f 100644
--- a/src/iso19111/operation/oputils.cpp
+++ b/src/iso19111/operation/oputils.cpp
@@ -61,10 +61,10 @@ const char *NULL_GEOGRAPHIC_OFFSET = "Null geographic offset";
const char *NULL_GEOCENTRIC_TRANSLATION = "Null geocentric translation";
const char *BALLPARK_GEOGRAPHIC_OFFSET = "Ballpark geographic offset";
const char *BALLPARK_VERTICAL_TRANSFORMATION =
- " (ballpark vertical transformation)";
+ "ballpark vertical transformation";
const char *BALLPARK_VERTICAL_TRANSFORMATION_NO_ELLIPSOID_VERT_HEIGHT =
- " (ballpark vertical transformation, without ellipsoid height to vertical "
- "height correction)";
+ "ballpark vertical transformation, without ellipsoid height to vertical "
+ "height correction";
// ---------------------------------------------------------------------------