aboutsummaryrefslogtreecommitdiff
path: root/src/proj.def
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-11-20 13:20:02 +0100
committerGitHub <noreply@github.com>2017-11-20 13:20:02 +0100
commit5f1522ad7652e562f98328b05d905c407bab99e9 (patch)
treef8a73c0c5eb53ef4ba05eb5fd0ca5c9f0fa5d882 /src/proj.def
parent3d6f36a2e10d103727a072d160fcf724daa871d5 (diff)
downloadPROJ-5f1522ad7652e562f98328b05d905c407bab99e9.tar.gz
PROJ-5f1522ad7652e562f98328b05d905c407bab99e9.zip
Replace pj_ell_set with reimplementation... (#675)
* Replace pj_ell_set with reimplementation supporting ellipsoid inheritance * remove unreachable code from pj_ell_set.c * Swap steps, so ellps args are read first, in accordance with historical behaviour * Add ellipsoid tests to CI targets * Reduce some optimistic tolerances OS/X appears to have a slightly off float handling, resulting in differences at the nanometer level. Switching to 10 nm.
Diffstat (limited to 'src/proj.def')
-rw-r--r--src/proj.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj.def b/src/proj.def
index c282525c..ca10489a 100644
--- a/src/proj.def
+++ b/src/proj.def
@@ -147,3 +147,6 @@ EXPORTS
proj_angular_input @133
proj_angular_output @134
+
+ pj_ellipsoid @135
+ pj_calc_ellps_params @136