From 004116f53a9f2e2afde9ffcfdadcbe1d1f4df2ac Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 24 Feb 2020 08:40:43 +1000 Subject: Fix mapping of Vertical_Near_Side_Perspective (fixes #1965) --- test/unit/test_io.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'test/unit/test_io.cpp') diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index cc780be1..95153a8a 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -5011,6 +5011,21 @@ static const struct { {"False northing", 2}, }}, + {"Vertical_Near_Side_Perspective", + {{"False_Easting", 1}, + {"False_Northing", 2}, + {"Longitude_Of_Center", 3}, + {"Latitude_Of_Center", 4}, + {"Height", 5}}, + "Vertical Perspective", + { + {"Latitude of topocentric origin", 4}, + {"Longitude of topocentric origin", 3}, + {"Viewpoint height", 5}, + {"False easting", 1}, + {"False northing", 2}, + }}, + { "Unknown_Method", {{"False_Easting", 1}, -- cgit v1.2.3