diff options
| author | Charles Karney <charles@karney.com> | 2016-02-16 20:23:01 -0500 |
|---|---|---|
| committer | Charles Karney <charles@karney.com> | 2016-02-16 20:23:01 -0500 |
| commit | 56a7dc4a74f36e2aa968481bf963a239e4f21709 (patch) | |
| tree | 327ec6f690f7d467578c864cf3ffce66f465a6fe /src/proj.def | |
| parent | a12bfb7c207449c9768fa7591684a0240d2e6898 (diff) | |
| parent | f1d58cc00c782934cab507f67b8b5ed97b526ffe (diff) | |
| download | PROJ-56a7dc4a74f36e2aa968481bf963a239e4f21709.tar.gz PROJ-56a7dc4a74f36e2aa968481bf963a239e4f21709.zip | |
Merge pull request #355 from cffk/geod-1.46
Upgrade geodesic library from GeographicLib 1.46.
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/src/proj.def b/src/proj.def index c872e6aa..c7708cc5 100644 --- a/src/proj.def +++ b/src/proj.def @@ -64,15 +64,27 @@ EXPORTS geod_inverse @62 geod_polygonarea @63 pj_get_spheroid_defn @64 - pj_get_default_fileapi @65 - pj_ctx_set_fileapi @66 - pj_ctx_get_fileapi @67 - pj_ctx_fopen @68 - pj_ctx_fread @69 - pj_ctx_ftell @70 - pj_ctx_fclose @71 - pj_open_lib @72 - pj_atof @73 - pj_strtod @74 - pj_fwd3d @75 - pj_inv3d @76 + pj_get_default_fileapi @65 + pj_ctx_set_fileapi @66 + pj_ctx_get_fileapi @67 + pj_ctx_fopen @68 + pj_ctx_fread @69 + pj_ctx_ftell @70 + pj_ctx_fclose @71 + pj_open_lib @72 + pj_atof @73 + pj_strtod @74 + pj_fwd3d @75 + pj_inv3d @76 + geod_gensetdistance @77 + geod_setdistance @78 + geod_gendirectline @79 + geod_directline @80 + geod_inverseline @81 + geod_polygon_init @82 + geod_polygon_addedge @83 + geod_polygon_addpoint @84 + geod_polygon_compute @85 + geod_polygon_testedge @86 + geod_polygon_testpoint @87 + geod_polygon_clear @88 |
