diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2016-11-12 16:51:21 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-12 16:51:21 +0100 |
| commit | 26e65892728d6bfb010677091b0a464d7c7ebc76 (patch) | |
| tree | 7720fadfcd5f3ca416ca4ea26c94013b3b1801df /src/pj_list.h | |
| parent | 7986e36875f729d7ef3767a97f732ba39fa1b57d (diff) | |
| download | PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.tar.gz PROJ-26e65892728d6bfb010677091b0a464d7c7ebc76.zip | |
Pipeline plus api - in continuation of the Genereic Coordinates pull request (#445)
This commit reflects continued work on the new rationalized API with
geodetic extensions (see rationale in proj.h). It also reflects the
parallel work on the transformation pipeline reimplementation, by
introducing the PJ_cart cartesian/ellipsoidal converter.
See example/pj_obs_api_test.c for demo example code
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 a6806556..3569e335 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -17,6 +17,7 @@ PROJ_HEAD(bipc, "Bipolar conic of western hemisphere") PROJ_HEAD(boggs, "Boggs Eumorphic") PROJ_HEAD(bonne, "Bonne (Werner lat_1=90)") 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(cea, "Equal Area Cylindrical") |
