diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-07 23:28:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 23:28:20 +0200 |
| commit | 1918883532bb3ccf03d45be24e0d6fce09fe53a1 (patch) | |
| tree | 31b9f067bc6b094f08db2376362fa515e16cf288 /src/4D_api.cpp | |
| parent | b5d3f2a250f84abb10cd9b21b5d367f1a162e50f (diff) | |
| parent | 3a267909e4d3841eb90f48be95e428805574984e (diff) | |
| download | PROJ-1918883532bb3ccf03d45be24e0d6fce09fe53a1.tar.gz PROJ-1918883532bb3ccf03d45be24e0d6fce09fe53a1.zip | |
Merge pull request #2654 from rouault/show_that_pr_2616_is_wrong
test: add datum shift related tests for transformations crossing antimeridian
Diffstat (limited to 'src/4D_api.cpp')
| -rw-r--r-- | src/4D_api.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/4D_api.cpp b/src/4D_api.cpp index c7725d3a..45f1f59e 100644 --- a/src/4D_api.cpp +++ b/src/4D_api.cpp @@ -346,6 +346,8 @@ similarly, but prefers the 2D resp. 3D interfaces if available. if (proj_log_level(P->ctx, PJ_LOG_TELL) >= PJ_LOG_DEBUG) { std::string msg("Using coordinate operation "); msg += alt.name; + msg += " as a fallback due to lack of more " + "appropriate operations"; pj_log(P->ctx, PJ_LOG_DEBUG, msg.c_str()); } P->iCurCoordOp = i; |
