From d00b2bdec084921dfa9dd505bb3f7617f941a964 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 2 Oct 2020 21:52:33 +0200 Subject: CoordinateOperation: fix issue with ballpark flag not being copied with shallowClone() which affected result sorting --- src/iso19111/coordinateoperation.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index ef262cc8..ffdf0987 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -608,6 +608,7 @@ struct CoordinateOperation::Private { interpolationCRS_(other.interpolationCRS_), sourceCoordinateEpoch_(other.sourceCoordinateEpoch_), targetCoordinateEpoch_(other.targetCoordinateEpoch_), + hasBallparkTransformation_(other.hasBallparkTransformation_), strongRef_(other.strongRef_ ? internal::make_unique( *(other.strongRef_)) : nullptr) {} -- cgit v1.2.3