diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 12:32:52 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-10-01 21:31:51 +0200 |
| commit | fe29f8acdce81607c11a597f4bffc7ff61fa9c19 (patch) | |
| tree | 5eb8696603b3b814e4aea7f686266fd72847f035 /src/pj_list.h | |
| parent | 1583a566a208d2451fb1acc8bcf16fbd8151983e (diff) | |
| download | PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.tar.gz PROJ-fe29f8acdce81607c11a597f4bffc7ff61fa9c19.zip | |
Add a affine transformation method, and make geogoffset as a particular case of it (fixes #535)
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 6d94f4fd..72a9af7f 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -7,6 +7,7 @@ static const char PJ_LIST_H_ID[] = "@(#)pj_list.h 4.5 95/08/09 GIE REL"; */ PROJ_HEAD(aea, "Albers Equal Area") PROJ_HEAD(aeqd, "Azimuthal Equidistant") +PROJ_HEAD(affine, "Affine transformation") PROJ_HEAD(airy, "Airy") PROJ_HEAD(aitoff, "Aitoff") PROJ_HEAD(alsk, "Mod. Stererographics of Alaska") |
