Skip to content

Commit

Permalink
4D-API_cs2cs-style.gie: rewrite test to not rely on presence of 'conu…
Browse files Browse the repository at this point in the history
…s' grid (we should have a way to state that some grids must be present) (refs #872)
  • Loading branch information
rouault committed Aug 11, 2018
1 parent edfa298 commit 666efb9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/gie/4D-API_cs2cs-style.gie
Expand Up @@ -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
-------------------------------------------------------------------------------


Expand Down

0 comments on commit 666efb9

Please sign in to comment.