diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2020-02-21 09:11:18 +1000 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-21 11:30:49 +0100 |
| commit | 67da822c73e03fe5a88b1ca648150d228ffc1f8a (patch) | |
| tree | cb1c09e46e5e1e5fd5c03c48ae2058a811662113 /src | |
| parent | 2be384c5ac96d704c618ac098e3adc97072a0b71 (diff) | |
| download | PROJ-67da822c73e03fe5a88b1ca648150d228ffc1f8a.tar.gz PROJ-67da822c73e03fe5a88b1ca648150d228ffc1f8a.zip | |
Add support for creating coordinates operations using ESRI:53079 (patterson) CRS
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 91c7264c..f16f797f 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -173,6 +173,8 @@ #define EPSG_NAME_METHOD_ORTHOGRAPHIC "Orthographic" #define EPSG_CODE_METHOD_ORTHOGRAPHIC 9840 +#define PROJ_WKT2_NAME_METHOD_PATTERSON "Patterson" + #define EPSG_NAME_METHOD_AMERICAN_POLYCONIC "American Polyconic" #define EPSG_CODE_METHOD_AMERICAN_POLYCONIC 9818 |
