aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-04-09 22:38:39 +0200
committerGitHub <noreply@github.com>2018-04-09 22:38:39 +0200
commit875d5168b7978fb35ae3e71be85baa176403447d (patch)
treee613c2eb254d571ec55290c148ec51f3488e1b50 /test
parent89af2753651f8c21eae9df631a71c0a3b03bcc3b (diff)
parent3a2ddb6c6efbccf388ea89e177ca51fd25946ecf (diff)
downloadPROJ-875d5168b7978fb35ae3e71be85baa176403447d.tar.gz
PROJ-875d5168b7978fb35ae3e71be85baa176403447d.zip
Merge pull request #925 from rouault/aux_sphere_type
Add a dedicated proj=webmerc operation
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.
-------------------------------------------------------------------------------