From 56eb89f63b8bd250bbcc780990744bf0d62750af Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Fri, 23 Feb 2018 23:25:31 +0100 Subject: Update travis to use proj-datumgrid-1.7RC1. --- travis/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/travis/install.sh b/travis/install.sh index 0244339c..9febb7db 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -3,11 +3,10 @@ set -e # Download grid files to nad/ -wget http://download.osgeo.org/proj/proj-datumgrid-1.6.zip +wget http://download.osgeo.org/proj/proj-datumgrid-1.7RC1.zip cd nad -unzip -o ../proj-datumgrid-1.6.zip +unzip -o ../proj-datumgrid-1.7RC1.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 From bedd36ffae2acaeec9f9c93c950efec86cbe732f Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 26 Feb 2018 22:51:36 +0100 Subject: Update travis to use proj-datumgrid-1.7RC2. --- travis/install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/travis/install.sh b/travis/install.sh index 9febb7db..a61ad375 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -3,10 +3,9 @@ set -e # Download grid files to nad/ -wget http://download.osgeo.org/proj/proj-datumgrid-1.7RC1.zip +wget http://download.osgeo.org/proj/proj-datumgrid-1.7RC2.zip cd nad -unzip -o ../proj-datumgrid-1.7RC1.zip -wget http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx +unzip -o ../proj-datumgrid-1.7RC2.zip GRIDDIR=`pwd` echo $GRIDDIR cd .. -- cgit v1.2.3 From 5092e929602569bdb75a6c61758191a33a5d813c Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 26 Feb 2018 22:52:37 +0100 Subject: Update AppVeyor to use proj-datumgrid-1.7RC2. --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1b56b7b7..55622de8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,10 +59,8 @@ test_script: - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad - if "%BUILD_TYPE%" == "nmake" set PROJ_LIB=C:\PROJ\SHARE - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.6.zip - - curl -O http://download.osgeo.org/proj/vdatum/egm96_15/egm96_15.gtx - - curl -O -k https://raw.githubusercontent.com/OSGeo/proj-datumgrid/master/BETA2007.gsb - - 7z e -aoa -y proj-datumgrid-1.6.zip + - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7RC2.zip + - 7z e -aoa -y proj-datumgrid-1.7RC2.zip - dir - cd .. - dir -- cgit v1.2.3 From 973886758abc62e762e1fb75c838599bf8de9552 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Mon, 5 Mar 2018 11:41:10 +0100 Subject: Update Travis & AppVeyor configuration to use proj-datumgrid-1.7. --- appveyor.yml | 4 ++-- travis/install.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 55622de8..e7e46265 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -59,8 +59,8 @@ test_script: - if "%BUILD_TYPE%" == "cmake" set PROJ_LIB=C:\projects\proj-4\nad - if "%BUILD_TYPE%" == "nmake" set PROJ_LIB=C:\PROJ\SHARE - cd %PROJ_LIB% - - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7RC2.zip - - 7z e -aoa -y proj-datumgrid-1.7RC2.zip + - curl -O http://download.osgeo.org/proj/proj-datumgrid-1.7.zip + - 7z e -aoa -y proj-datumgrid-1.7.zip - dir - cd .. - dir diff --git a/travis/install.sh b/travis/install.sh index a61ad375..8ddc7ae6 100755 --- a/travis/install.sh +++ b/travis/install.sh @@ -3,9 +3,9 @@ set -e # Download grid files to nad/ -wget http://download.osgeo.org/proj/proj-datumgrid-1.7RC2.zip +wget http://download.osgeo.org/proj/proj-datumgrid-1.7.zip cd nad -unzip -o ../proj-datumgrid-1.7RC2.zip +unzip -o ../proj-datumgrid-1.7.zip GRIDDIR=`pwd` echo $GRIDDIR cd .. -- cgit v1.2.3