diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 22:58:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-11 22:58:57 +0100 |
| commit | 81efb33bcfc542f558aa95201c046b21a4c9fd12 (patch) | |
| tree | 3d1cc882fb97765ab465496c4d2fc4fbf59705fc /test/gie/4D-API_cs2cs-style.gie | |
| parent | 79fa26dcf4cccc16ab95f46ac3f7f6e87767680c (diff) | |
| parent | 450d9c4e3852214bd8a0c3d57249be32a54f25b6 (diff) | |
| download | PROJ-81efb33bcfc542f558aa95201c046b21a4c9fd12.tar.gz PROJ-81efb33bcfc542f558aa95201c046b21a4c9fd12.zip | |
Merge branch 'master' into return-error-instead-of-zeros
Diffstat (limited to 'test/gie/4D-API_cs2cs-style.gie')
| -rw-r--r-- | test/gie/4D-API_cs2cs-style.gie | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie index 73170bab..0710edde 100644 --- a/test/gie/4D-API_cs2cs-style.gie +++ b/test/gie/4D-API_cs2cs-style.gie @@ -187,7 +187,12 @@ accept 7.438632495 46.951082877 expect 2600000.0 1200000.0 ------------------------------------------------------------------------------- + +------------------------------------------------------------------------------- +Make sure that transient errors are returned correctly. +------------------------------------------------------------------------------- operation +proj=geos +lon_0=0.00 +lat_0=0.00 +a=6378169.00 +b=6356583.80 +h=35785831.0 +------------------------------------------------------------------------------- accept 85.05493299 46.5261074 expect failure @@ -197,4 +202,18 @@ expect failure accept 85.05493299 46.5261074 0 0 expect failure +------------------------------------------------------------------------------- +Test that Google's Web Mercator works as intended (see #834 for details). +------------------------------------------------------------------------------- +operation proj=pipeline step init=epsg:26915 inv step init=epsg:3857 +------------------------------------------------------------------------------- +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 +------------------------------------------------------------------------------- + + </gie> |
