We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported by berwyn on 31 Oct 2012 08:33 UTC Setting the azimuth to 0 throws an error, using a small value 0.0001 is ok
As suggested by Frank, removing the following tolerance test src/pj_omerc.c, resolves the problem
if ((con = fabs(alpha_c)) <= TOL || fabs(con - PI) <= TOL || fabs(fabs(P->phi0) - HALFPI) <= TOL) E_ERROR(-32);
Migrated-From: https://trac.osgeo.org/proj/ticket/195
The text was updated successfully, but these errors were encountered:
Comment by berwyn on 5 Jan 2013 01:36 UTC Any word if a update/fix has been applied?
Sorry, something went wrong.
Allow +alpha=0 and +gamma=0 when using omerc. Applied fix proposed in #…
e3346bb
…195.
omerc: avoid division by zero when |lat_0|=90
00dffd7
Partially revert e3346bb (OSGeo#195) Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=14136 Credit to OSS Fuzz
No branches or pull requests
Reported by berwyn on 31 Oct 2012 08:33 UTC
Setting the azimuth to 0
throws an error, using a small value 0.0001 is ok
As suggested by Frank, removing the following tolerance test src/pj_omerc.c, resolves the problem
Migrated-From: https://trac.osgeo.org/proj/ticket/195
The text was updated successfully, but these errors were encountered: