aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-18 21:04:59 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-18 21:04:59 +0100
commit2b9b65d0ffbe685fc33857df0f48a387d4611483 (patch)
tree84961ed372c3d06ad9a04a0af14c3a1e5560039f /src/iso19111/c_api.cpp
parentee71b3412868a08c91d46066ddc39d30b08442d6 (diff)
downloadPROJ-2b9b65d0ffbe685fc33857df0f48a387d4611483.tar.gz
PROJ-2b9b65d0ffbe685fc33857df0f48a387d4611483.zip
proj_trans(): tune selection of operation when there are several alternatives, to select the operation with best accuracy
Diffstat (limited to 'src/iso19111/c_api.cpp')
-rw-r--r--src/iso19111/c_api.cpp2
1 files changed, 1 insertions, 1 deletions
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();