diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-23 14:47:00 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-23 14:47:00 +0100 |
| commit | 08b255a67b89d4f81fba45e06b47076a8bf2101a (patch) | |
| tree | 0a7eff698c199ef2fb0f07873910535e98ab82bb /travis | |
| parent | d9301b3e39b4663c5da306f27b0d213e5adb6262 (diff) | |
| parent | da5a3cd178f532c6d1462ad3262eab99ff24146e (diff) | |
| download | PROJ-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-x | travis/install.sh | 1 |
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 .. |
