diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-27 19:50:42 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-03-27 18:51:46 +0000 |
| commit | 08c522c210af1d6cb10e9a36aa274bd5d3a00e21 (patch) | |
| tree | 93bd8a4ea08e4980481976531212e2f58ade7adc /test/unit/test_io.cpp | |
| parent | 38e507c34194d67b14afb758c2141be732cfd40c (diff) | |
| download | PROJ-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/unit/test_io.cpp')
| -rw-r--r-- | test/unit/test_io.cpp | 9 |
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}, |
