From 666efb98088c007fc297e8cbd0648367bd62c014 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 11 Aug 2018 15:07:29 +0200 Subject: 4D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conus' grid (we should have a way to state that some grids must be present) (refs #872) --- test/gie/4D-API_cs2cs-style.gie | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie index 3b9de2e6..20aa04c6 100644 --- a/test/gie/4D-API_cs2cs-style.gie +++ b/test/gie/4D-API_cs2cs-style.gie @@ -248,12 +248,12 @@ Test that +datum parameters are handled correctly in pipelines. See #872 for details. ------------------------------------------------------------------------------- operation +proj=pipeline - +step +proj=longlat +datum=NAD27 +inv + +step +proj=longlat +datum=GGRS87 +inv +step +proj=longlat +datum=WGS84 ------------------------------------------------------------------------------- tolerance 20 cm -accept -100 40 0 -expect -100.0004058367 40.0000058947 0.0000 +accept 23.7275 37.9838 0 +expect 23.729194873180 37.986398897578 31.289740102 ------------------------------------------------------------------------------- -- cgit v1.2.3