diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-16 18:05:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-16 18:05:54 +0100 |
| commit | 9532b482d03b57e26f735dd695257d41fc91cb5f (patch) | |
| tree | 8a21cd7014d1d6d9d61f436e410d0de1e39e324e /src/proj.def | |
| parent | f08a7c0cf9dc3ed017a224e196e9d251da8dc97c (diff) | |
| download | PROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.tar.gz PROJ-9532b482d03b57e26f735dd695257d41fc91cb5f.zip | |
Introduce geodetic-geocentric conversions ... (#669)
* Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points
* minor improvements and minor bug squashing
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/proj.def b/src/proj.def index dd4a456c..c282525c 100644 --- a/src/proj.def +++ b/src/proj.def @@ -133,16 +133,17 @@ EXPORTS proj_torad @122 proj_todeg @123 - proj_rtodms @124 - proj_dmstor @125 + proj_geoc_lat @124 + proj_rtodms @125 + proj_dmstor @126 - proj_derivatives @126 - proj_factors @127 + proj_derivatives @127 + proj_factors @128 - proj_list_operations @128 - proj_list_ellps @129 - proj_list_units @130 - proj_list_prime_meridians @131 + proj_list_operations @129 + proj_list_ellps @130 + proj_list_units @131 + proj_list_prime_meridians @132 - proj_angular_input @132 - proj_angular_output @133 + proj_angular_input @133 + proj_angular_output @134 |
