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/pj_list.h | |
| 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/pj_list.h')
| -rw-r--r-- | src/pj_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h index 0720b456..093355bd 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -42,6 +42,7 @@ PROJ_HEAD(fahey, "Fahey") PROJ_HEAD(fouc, "Foucaut") PROJ_HEAD(fouc_s, "Foucaut Sinusoidal") PROJ_HEAD(gall, "Gall (Gall Stereographic)") +PROJ_HEAD(geoc, "Geocentric Latitude") PROJ_HEAD(geocent, "Geocentric") PROJ_HEAD(geos, "Geostationary Satellite View") PROJ_HEAD(gins8, "Ginsburg VIII (TsNIIGAiK)") |
