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 /scripts | |
| 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 'scripts')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 84eba426..216701a9 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -442,7 +442,12 @@ config_str = """ # Hammer_Aitoff: not handled -# Flat_Polar_Quartic: not handled +- Flat_Polar_Quartic: + WKT2_name: PROJ_WKT2_NAME_METHOD_FLAT_POLAR_QUARTIC + Params: + - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING + - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING + - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN - Craster_Parabolic: WKT2_name: "Craster Parabolic" |
