aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_io.cpp
diff options
context:
space:
mode:
authorNyall Dawson <nyall.dawson@gmail.com>2020-03-04 20:51:44 +1000
committerNyall Dawson <nyall.dawson@gmail.com>2020-03-04 20:51:44 +1000
commitcb64ce26221811bc19c362e0950dc2b057e5b757 (patch)
treecc4b3e0738913763c0a4ab58ded6d507f8c4a51f /test/unit/test_io.cpp
parentd49ce528bbdc3e71e971db2ca5f0acd4ee649208 (diff)
downloadPROJ-cb64ce26221811bc19c362e0950dc2b057e5b757.tar.gz
PROJ-cb64ce26221811bc19c362e0950dc2b057e5b757.zip
Add missing tests for ESRI projection method conversion
Diffstat (limited to 'test/unit/test_io.cpp')
-rw-r--r--test/unit/test_io.cpp64
1 files changed, 64 insertions, 0 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 95153a8a..884b52f2 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -4360,6 +4360,70 @@ static const struct {
{"False northing", 2},
}},
+ {"Patterson",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Patterson",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Natural_Earth",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Natural Earth",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Natural_Earth_II",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Natural Earth II",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Compact_Miller",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Compact Miller",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Times",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Times",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Flat_Polar_Quartic",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Flat Polar Quartic",
+ {
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
+ {"Behrmann",
+ {{"False_Easting", 1}, {"False_Northing", 2}, {"Central_Meridian", 3}},
+ "Lambert Cylindrical Equal Area (Spherical)",
+ {
+ {"Latitude of 1st standard parallel", 30},
+ {"Longitude of natural origin", 3},
+ {"False easting", 1},
+ {"False northing", 2},
+ }},
+
{"Winkel_I",
{
{"False_Easting", 1},