diff options
| author | marcus-elia <54640981+marcus-elia@users.noreply.github.com> | 2021-07-13 11:49:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-13 17:49:28 +0200 |
| commit | d902272785a55e48f6b46a907a34a71a5220fccc (patch) | |
| tree | 2e4753fec6cfadd0929e085c588228b4914c5a59 /src/pj_list.h | |
| parent | 7b23d2b8c1dfd8e81becb394700d9435f284fa1e (diff) | |
| download | PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.tar.gz PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.zip | |
Add S2 projection (#2749)
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 226a8f7b..e4b8ab67 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -141,6 +141,7 @@ PROJ_HEAD(qsc, "Quadrilateralized Spherical Cube") PROJ_HEAD(robin, "Robinson") PROJ_HEAD(rouss, "Roussilhe Stereographic") PROJ_HEAD(rpoly, "Rectangular Polyconic") +PROJ_HEAD(s2, "S2") PROJ_HEAD(sch, "Spherical Cross-track Height") PROJ_HEAD(set, "Set coordinate value") PROJ_HEAD(sinu, "Sinusoidal (Sanson-Flamsteed)") |
