index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
gie
/
ellipsoid.gie
Age
Commit message (
Expand
)
Author
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-04-21
gie: implement a strict mode with <gie-strict> </gie-strict> (fixes #2158)
Even Rouault
2020-02-07
Fix test issues on i386
Even Rouault
2019-09-17
ell_set.cpp: avoid division by zero in R_lat_a case. Fixes https://bugs.chrom...
Even Rouault
2019-04-04
Reject negative e parameter to avoid division by zero
Even Rouault
2019-03-20
pj_calc_ellipsoid_params(): reject f=1
Even Rouault
2019-03-16
ellps_spherification(): detect invalid semi-major axis value
Even Rouault
2019-03-14
Reject eccentricity values larger than one
Even Rouault
2019-02-02
pj_ellipsoid(): avoid division by zero when R=0. Fixes https://bugs.chromium....
Even Rouault
2018-12-27
Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...
Even Rouault
2018-12-27
tests: remove useless mentions of no_defs (refs #201)
Even Rouault
2018-12-27
Remove proj_def.dat (fixes #201)
Even Rouault
2018-12-05
Allow ellipsoid flattening to be set to zero
Kristian Evers
2017-12-17
Free format everywhere (#693)
Thomas Knudsen
2017-11-27
gie support for builtin errcodes, and other improvements (#684)
Thomas Knudsen
2017-11-22
Avoid div-by-zero in rf setup
Thomas Knudsen
2017-11-20
Replace pj_ell_set with reimplementation... (#675)
Thomas Knudsen