diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-27 20:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-27 20:23:40 +0100 |
| commit | 752cb2a162e74235d7fac534aeec37894e024de0 (patch) | |
| tree | 93bd8a4ea08e4980481976531212e2f58ade7adc /test/unit/test_io.cpp | |
| parent | 38e507c34194d67b14afb758c2141be732cfd40c (diff) | |
| parent | 08c522c210af1d6cb10e9a36aa274bd5d3a00e21 (diff) | |
| download | PROJ-752cb2a162e74235d7fac534aeec37894e024de0.tar.gz PROJ-752cb2a162e74235d7fac534aeec37894e024de0.zip | |
Merge pull request #2612 from OSGeo/backport-2611-to-8.0
[Backport 8.0] 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}, |
