diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2018-08-13 12:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-13 12:27:10 +0200 |
| commit | 88c20884fd948f8bcf958fa73026ae67efc1a2f4 (patch) | |
| tree | ec5463f56c18ff4e11cb7a5589d67d1e67dff36b /test | |
| parent | 666efb98088c007fc297e8cbd0648367bd62c014 (diff) | |
| parent | 053541430976621fe327a2e8b036534c97beac31 (diff) | |
| download | PROJ-88c20884fd948f8bcf958fa73026ae67efc1a2f4.tar.gz PROJ-88c20884fd948f8bcf958fa73026ae67efc1a2f4.zip | |
Merge pull request #1088 from rouault/simplify_travis_builds
Assorted fixes: Makefile, tests, gie enhancement, Travis-CI simplification
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/DHDN_ETRS89.gie | 3 | ||||
| -rw-r--r-- | test/gie/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/test/gie/DHDN_ETRS89.gie b/test/gie/DHDN_ETRS89.gie index f536821b..a1471a74 100644 --- a/test/gie/DHDN_ETRS89.gie +++ b/test/gie/DHDN_ETRS89.gie @@ -6,6 +6,7 @@ operation proj=latlong datum=potsdam ellps=bessel DE_DHDN (BeTA, 2007) to ETRS89 using NTv2 grid. epsg:15948 ------------------------------------------------------------------------------- +require_grid BETA2007.gsb tolerance 1 mm accept 7.482506019176 53.498461143331 # ETRS89_Lat-Lon expect 7.483333333333 53.500000000000 # DE_DHDN_Lat-Lon @@ -85,6 +86,8 @@ operation proj=latlong DE_DHDN to ETRS89 using deprecated 7 parameter Helmert transform. The results agree at the 3 m level. ------------------------------------------------------------------------------- + +require_grid BETA2007.gsb tolerance 3 m accept 7.482506019176 53.498461143331 # ETRS89_Lat-Lon diff --git a/test/gie/Makefile.am b/test/gie/Makefile.am index 7b1dc376..102f5a12 100644 --- a/test/gie/Makefile.am +++ b/test/gie/Makefile.am @@ -37,7 +37,7 @@ more_builtins: more_builtins.gie unitconvert: unitconvert.gie PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< -DHDN_ETRS89: +DHDN_ETRS89: DHDN_ETRS89.gie PROJ_LIB=$(PROJ_LIB) $(GIEEXE) $< check-local: 4D-API-cs2cs-style GDA axisswap builtins deformation ellipsoid more_builtins unitconvert DHDN_ETRS89 |
