aboutsummaryrefslogtreecommitdiff
path: root/test/gie/4D-API_cs2cs-style.gie
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-07-20 12:08:08 +0100
committerKristian Evers <kristianevers@gmail.com>2018-07-20 12:08:08 +0100
commit0a1d69d64c903ee4b81ff1d8013b1bcf1052a8b5 (patch)
treebf2c9d8256f0d2998b3269d6322e781388697494 /test/gie/4D-API_cs2cs-style.gie
parentd9fac5f2b865d576dc484ef1564381ce2f171fc1 (diff)
downloadPROJ-0a1d69d64c903ee4b81ff1d8013b1bcf1052a8b5.tar.gz
PROJ-0a1d69d64c903ee4b81ff1d8013b1bcf1052a8b5.zip
Add test coordinates for webmerc
Diffstat (limited to 'test/gie/4D-API_cs2cs-style.gie')
-rw-r--r--test/gie/4D-API_cs2cs-style.gie15
1 files changed, 14 insertions, 1 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie
index a09f7168..3b9de2e6 100644
--- a/test/gie/4D-API_cs2cs-style.gie
+++ b/test/gie/4D-API_cs2cs-style.gie
@@ -218,7 +218,7 @@ expect -10370728.80 5552839.74 0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
-Test that Google's Web Mercator with +proj=webmerc
+Test Google's Web Mercator with +proj=webmerc
-------------------------------------------------------------------------------
operation proj=pipeline step init=epsg:26915 inv step proj=webmerc datum=WGS84
-------------------------------------------------------------------------------
@@ -231,6 +231,19 @@ expect -10370728.80 5552839.74 0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
+Web Mercator test data from EPSG Guidance Note 7-2, p. 44.
+-------------------------------------------------------------------------------
+operation proj=webmerc
+tolerance 1 cm
+
+accept -100.33333333 24.46358028
+expect -11169055.58 2810000.00
+
+accept -100.33333333 24.38178694
+expect -11169055.58 2800000.00
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
Test that +datum parameters are handled correctly in pipelines.
See #872 for details.
-------------------------------------------------------------------------------