aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-27 19:50:42 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-03-27 18:51:46 +0000
commit08c522c210af1d6cb10e9a36aa274bd5d3a00e21 (patch)
tree93bd8a4ea08e4980481976531212e2f58ade7adc /test
parent38e507c34194d67b14afb758c2141be732cfd40c (diff)
downloadPROJ-08c522c210af1d6cb10e9a36aa274bd5d3a00e21.tar.gz
PROJ-08c522c210af1d6cb10e9a36aa274bd5d3a00e21.zip
Merge pull request #2611 from rouault/fix_2610
Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610)
Diffstat (limited to 'test')
-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 f97e6618..2d035e43 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},