diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2018-02-01 16:52:10 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-01 16:52:10 +0100 |
| commit | dd9cd3f821295f4095d3a261bfd9be26065e60b7 (patch) | |
| tree | 3043e38c5d1a6a87463422c92386b2b45d49d2f0 /src/proj.h | |
| parent | b48f7ba228c06ab53d624779e4023d83bd6c352b (diff) | |
| download | PROJ-dd9cd3f821295f4095d3a261bfd9be26065e60b7.tar.gz PROJ-dd9cd3f821295f4095d3a261bfd9be26065e60b7.zip | |
expand proj_geoc_lat to proj_geocentric_latitude (#751)
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -375,7 +375,7 @@ double proj_torad (double angle_in_degrees); double proj_todeg (double angle_in_radians); /* Geographical to geocentric latitude - another of the "simple, but useful" */ -PJ_COORD proj_geoc_lat (const PJ *P, PJ_DIRECTION direction, PJ_COORD coo); +PJ_COORD proj_geocentric_latitude (const PJ *P, PJ_DIRECTION direction, PJ_COORD coo); double proj_dmstor(const char *is, char **rs); char* proj_rtodms(char *s, double r, int pos, int neg); |
