diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-27 12:19:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-27 12:19:01 +0100 |
| commit | 3a38f506180d821b78102df1b24f862b5952fe00 (patch) | |
| tree | b3d1fc109ab28fd829b11a7220f5eaf6e34bdf88 /src | |
| parent | 1f8541d6f43f7fde949772e0a2174e317542b985 (diff) | |
| parent | 6ed13a5f8e01dcd531e290f634aa72f204ed5eef (diff) | |
| download | PROJ-3a38f506180d821b78102df1b24f862b5952fe00.tar.gz PROJ-3a38f506180d821b78102df1b24f862b5952fe00.zip | |
Merge pull request #1987 from nyalldawson/flat_polar_quartic
Support conversion of Flat_Polar_Quartic projection method
Diffstat (limited to 'src')
| -rw-r--r-- | src/proj_constants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index 5b95cda6..ca1455c3 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -109,6 +109,8 @@ "Equidistant Cylindrical (Spherical)" #define EPSG_CODE_METHOD_EQUIDISTANT_CYLINDRICAL_SPHERICAL 1029 +#define PROJ_WKT2_NAME_METHOD_FLAT_POLAR_QUARTIC "Flat Polar Quartic" + #define PROJ_WKT2_NAME_METHOD_GALL_STEREOGRAPHIC "Gall Stereographic" #define PROJ_WKT2_NAME_METHOD_GOODE_HOMOLOSINE "Goode Homolosine" |
