aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-06-24 17:19:16 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-06-24 17:19:27 +0200
commita861356b21776735629a2e34556eea81235bfc4e (patch)
tree702268dde264f4f4b00df919085f5b98756ebc62 /test
parentcdcd5a036b8f93bfbed6ff1c1c73b11826042c69 (diff)
downloadPROJ-a861356b21776735629a2e34556eea81235bfc4e.tar.gz
PROJ-a861356b21776735629a2e34556eea81235bfc4e.zip
ESRI WKT: correctly map 'Goode Homolosine' from ESRI:54052 (resp. 54053) to 'Interrupted Googe Homolosine' (resp. 'Interrupted Googe Homolosine Ocean')
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_io.cpp19
1 files changed, 17 insertions, 2 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 17fddaaf..ddef0833 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -5326,8 +5326,23 @@ static const struct {
}},
{"Goode_Homolosine",
- {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
- "Goode Homolosine",
+ {{"False_Easting", 1},
+ {"False_Northing", 2},
+ {"Central_Meridian", 3},
+ {"Option", 1.0}},
+ "Interrupted Goode Homolosine",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Goode_Homolosine",
+ {{"False_Easting", 1},
+ {"False_Northing", 2},
+ {"Central_Meridian", 3},
+ {"Option", 2.0}},
+ "Interrupted Goode Homolosine Ocean",
{
{"Longitude of natural origin", 3},
{"False easting", 1},