From 08c522c210af1d6cb10e9a36aa274bd5d3a00e21 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 27 Mar 2021 19:50:42 +0100 Subject: Merge pull request #2611 from rouault/fix_2610 Add mapping of ESRI Equal_Area projection method to EPSG (fixes #2610) --- test/unit/test_io.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/unit/test_io.cpp') 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}, -- cgit v1.2.3