aboutsummaryrefslogtreecommitdiff
path: root/src/generic_inverse.cpp
AgeCommit message (Collapse)Author
2021-04-03Generic inverse: fix when initial guess if super close to resultEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
Fixes #2482 And also add proj_context_errno_string() Revise gie 'expect failure errno XXXX' strings
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-05-28Implement wink2 inverse by generic inversion of forward methodEven Rouault
- Move the generic method initiated from adams_ws2 to a pj_generic_inverse_2d() method - Use it in adams_ws2 - Use it in wink2 Fixes https://github.com/qgis/QGIS/issues/35512