From da5a3cd178f532c6d1462ad3262eab99ff24146e Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 23 Feb 2018 13:13:12 +0100 Subject: Download BETA2007 grid from proj-datumgrid package in CI scripts. Following PR #806 which removed various grids from nad/, we now have to download the BETA2007 grid before that DHDN_ETRS89 test can pass successfully. --- travis/install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'travis') diff --git a/travis/install.sh b/travis/install.sh index a12de9c6..0244339c 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -7,6 +7,7 @@ wget http://download.osgeo.org/proj/proj-datumgrid-1.6.zip cd nad unzip -o ../proj-datumgrid-1.6.zip wget http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx +wget https://raw.githubusercontent.com/OSGeo/proj-datumgrid/master/BETA2007.gsb GRIDDIR=`pwd` echo $GRIDDIR cd .. -- cgit v1.2.3