From 0a1d69d64c903ee4b81ff1d8013b1bcf1052a8b5 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 20 Jul 2018 12:08:08 +0100 Subject: Add test coordinates for webmerc --- test/gie/4D-API_cs2cs-style.gie | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 ------------------------------------------------------------------------------- @@ -230,6 +230,19 @@ accept 487147.594520173 4934316.46263998 0 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. -- cgit v1.2.3