From c9fe5a1a06c7becf257b23842cc13e89416489b0 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 9 Dec 2021 16:45:15 +0100 Subject: Merge pull request #2976 from rouault/compound_to_compound_ballpark createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(CSRS) + CGVD2013(CGG2013) height" --- src/iso19111/operation/oputils.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/iso19111/operation/oputils.cpp') 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"; // --------------------------------------------------------------------------- -- cgit v1.2.3