From f20b4870a61e318b7d58b2853e9a7ee6d764ed13 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 27 Mar 2021 16:17:14 +0100 Subject: 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 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}, -- cgit v1.2.3