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/proj_constants.h | |
| parent | 7b23d2b8c1dfd8e81becb394700d9435f284fa1e (diff) | |
| download | PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.tar.gz PROJ-d902272785a55e48f6b46a907a34a71a5220fccc.zip | |
Add S2 projection (#2749)
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index 66d04294..7c6d018a 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -223,6 +223,9 @@ #define PROJ_WKT2_NAME_METHOD_QUADRILATERALIZED_SPHERICAL_CUBE \ "Quadrilateralized Spherical Cube" +#define PROJ_WKT2_NAME_METHOD_S2 \ + "S2" + #define PROJ_WKT2_NAME_METHOD_SPHERICAL_CROSS_TRACK_HEIGHT \ "Spherical Cross-Track Height" |
