aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-23 14:47:00 +0100
committerGitHub <noreply@github.com>2018-02-23 14:47:00 +0100
commit08b255a67b89d4f81fba45e06b47076a8bf2101a (patch)
tree0a7eff698c199ef2fb0f07873910535e98ab82bb /travis
parentd9301b3e39b4663c5da306f27b0d213e5adb6262 (diff)
parentda5a3cd178f532c6d1462ad3262eab99ff24146e (diff)
downloadPROJ-08b255a67b89d4f81fba45e06b47076a8bf2101a.tar.gz
PROJ-08b255a67b89d4f81fba45e06b47076a8bf2101a.zip
Merge pull request #818 from kbevers/beta2007-ci-fix
Download BETA2007 grid from proj-datumgrid package in CI scripts.
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/install.sh1
1 files changed, 1 insertions, 0 deletions
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 ..