diff options
| author | Ćukasz Komsta <22728459+luqqe@users.noreply.github.com> | 2017-11-21 17:40:21 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2017-11-21 17:40:21 +0100 |
| commit | 742d8913037464b484c45c40c7d14a216599f834 (patch) | |
| tree | 2b46b6181f67d86b7acef34bff78a8c3b7afcec3 /src/pj_list.h | |
| parent | 5f1522ad7652e562f98328b05d905c407bab99e9 (diff) | |
| download | PROJ-742d8913037464b484c45c40c7d14a216599f834.tar.gz PROJ-742d8913037464b484c45c40c7d14a216599f834.zip | |
Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)
Central conic projection implemented as 'ccon'.
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 093355bd..09a66034 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -21,6 +21,7 @@ PROJ_HEAD(calcofi, "Cal Coop Ocean Fish Invest Lines/Stations") PROJ_HEAD(cart, "Geodetic/cartesian conversions") PROJ_HEAD(cass, "Cassini") PROJ_HEAD(cc, "Central Cylindrical") +PROJ_HEAD(ccon, "Central Conic") PROJ_HEAD(cea, "Equal Area Cylindrical") PROJ_HEAD(chamb, "Chamberlin Trimetric") PROJ_HEAD(collg, "Collignon") |
