diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-19 15:46:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-19 15:46:43 +0200 |
| commit | b16b966b7484efd74a7364bd455ed3015d1009d6 (patch) | |
| tree | b3e4b57f04f76e14313be6dd19c3a41a6157b89a /scripts | |
| parent | dca24574f7c51123cf3d06cf4f33777873bf84e2 (diff) | |
| parent | 2998a46d7449e12d33b1d7f02b04b8ad2a5737da (diff) | |
| download | PROJ-b16b966b7484efd74a7364bd455ed3015d1009d6.tar.gz PROJ-b16b966b7484efd74a7364bd455ed3015d1009d6.zip | |
Merge pull request #2166 from rouault/lcea_ellipsoidal_wkt1_ingestion
Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area'
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/build_esri_projection_mapping.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/build_esri_projection_mapping.py b/scripts/build_esri_projection_mapping.py index 1fcc8008..220f105f 100644 --- a/scripts/build_esri_projection_mapping.py +++ b/scripts/build_esri_projection_mapping.py @@ -169,7 +169,7 @@ config_str = """ - Central_Meridian: EPSG_NAME_PARAMETER_LONGITUDE_OF_NATURAL_ORIGIN - Behrmann: - WKT2_name: EPSG_NAME_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA_SPHERICAL + WKT2_name: EPSG_NAME_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA Params: - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING @@ -349,7 +349,7 @@ config_str = """ - Latitude_Of_Origin: EPSG_NAME_PARAMETER_LATITUDE_OF_NATURAL_ORIGIN - Cylindrical_Equal_Area: - WKT2_name: EPSG_NAME_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA_SPHERICAL + WKT2_name: EPSG_NAME_METHOD_LAMBERT_CYLINDRICAL_EQUAL_AREA Params: - False_Easting: EPSG_NAME_PARAMETER_FALSE_EASTING - False_Northing: EPSG_NAME_PARAMETER_FALSE_NORTHING |
