diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-26 19:03:51 +1000 |
|---|---|---|
| committer | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-26 19:03:51 +1000 |
| commit | 6ed13a5f8e01dcd531e290f634aa72f204ed5eef (patch) | |
| tree | e71e8b4664795cac9dc5ef25099a0744a955923e /src/proj_constants.h | |
| parent | 414ae2699ccfafdabacd12010acf7ad2f16fd889 (diff) | |
| download | PROJ-6ed13a5f8e01dcd531e290f634aa72f204ed5eef.tar.gz PROJ-6ed13a5f8e01dcd531e290f634aa72f204ed5eef.zip | |
Support conversion of Flat_Polar_Quartic projection method
Diffstat (limited to 'src/proj_constants.h')
| -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" |
