aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-04-07 13:41:12 +0200
committerKristian Evers <kristianevers@gmail.com>2018-04-12 20:03:01 +0200
commita4f4228d055aac7bb66f77b10fe5128e69e9e09a (patch)
treee613c2eb254d571ec55290c148ec51f3488e1b50 /test
parent587d454391b867f5338c91de356ad40404efcc7f (diff)
downloadPROJ-a4f4228d055aac7bb66f77b10fe5128e69e9e09a.tar.gz
PROJ-a4f4228d055aac7bb66f77b10fe5128e69e9e09a.zip
Add webmerc projection
Diffstat (limited to 'test')
-rw-r--r--test/gie/4D-API_cs2cs-style.gie13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie
index bbd9ee39..6eed4faa 100644
--- a/test/gie/4D-API_cs2cs-style.gie
+++ b/test/gie/4D-API_cs2cs-style.gie
@@ -216,6 +216,19 @@ expect -10370728.80 5552839.74 0
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
+Test that Google's Web Mercator with +proj=webmerc
+-------------------------------------------------------------------------------
+operation proj=pipeline step init=epsg:26915 inv step proj=webmerc datum=WGS84
+-------------------------------------------------------------------------------
+tolerance 20 cm
+accept 487147.594520173 4934316.46263998
+expect -10370728.80 5552839.74
+
+accept 487147.594520173 4934316.46263998 0
+expect -10370728.80 5552839.74 0
+-------------------------------------------------------------------------------
+
+-------------------------------------------------------------------------------
Test that +datum parameters are handled correctly in pipelines.
See #872 for details.
-------------------------------------------------------------------------------