aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_io.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-27 16:17:14 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-27 16:45:12 +0100
commitf20b4870a61e318b7d58b2853e9a7ee6d764ed13 (patch)
tree4c67f4e363ca4099321d3e02f9801a52cfb5ca01 /test/unit/test_io.cpp
parent14ce3d9fa8700b4c0aa035c86a7e55af905dbf28 (diff)
downloadPROJ-f20b4870a61e318b7d58b2853e9a7ee6d764ed13.tar.gz
PROJ-f20b4870a61e318b7d58b2853e9a7ee6d764ed13.zip
Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)
Diffstat (limited to 'test/unit/test_io.cpp')
-rw-r--r--test/unit/test_io.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 488d9b4b..9d627ce9 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -5903,6 +5903,15 @@ static const struct {
{"False northing", 2},
}},
+ {"Equal_Earth",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Equal Earth",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
{
"Unknown_Method",
{{"False_Easting", 1},