-
Notifications
You must be signed in to change notification settings - Fork 802
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inverse +proj=cass: fix non-convergence on inputs where easting=false…
…_easting or northing=false_northing Fixes #4385 For a unknown reason, a test in pj_generic_inverse_2d() was skipping adding the iterative correction terms when the input was such that easting=false_easting or northing=false_northing, causing the function to do nothing useful and fail after its maximum allowed number of iterations was reached. The remove tests might or might not have been needed... Only future will tell...
- Loading branch information
Showing
2 changed files
with
31 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters