From 2b9b65d0ffbe685fc33857df0f48a387d4611483 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 18 Nov 2019 21:04:59 +0100 Subject: proj_trans(): tune selection of operation when there are several alternatives, to select the operation with best accuracy --- src/iso19111/c_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/c_api.cpp') diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index cac09656..18794f9d 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -7642,7 +7642,7 @@ PJ *proj_normalize_for_visualization(PJ_CONTEXT *ctx, const PJ *obj) { minxSrc, minySrc, maxxSrc, maxySrc, minxDst, minyDst, maxxDst, maxyDst, pj_obj_create(ctx, co->normalizeForVisualization()), - co->nameStr()); + co->nameStr(), alt.accuracy, alt.isOffshore); } } return pjNew.release(); -- cgit v1.2.3