aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-12-16 16:24:00 +0100
committerGitHub <noreply@github.com>2019-12-16 16:24:00 +0100
commitb183705980d633b52b0288f0ab815988f9f532f6 (patch)
tree78068cc2fdf2e755a8dc2593c556a3813a67dc09
parent533ca5d12bbb7a4b52fc5cdae439e655f6e54b9c (diff)
parent71ae00a0509783f80f8c16929f321fd06e805f1e (diff)
downloadPROJ-b183705980d633b52b0288f0ab815988f9f532f6.tar.gz
PROJ-b183705980d633b52b0288f0ab815988f9f532f6.zip
Merge pull request #1775 from rouault/grid_alternatives_use_precision_package_versions
grid_alernatives.sql: point to specific revisions of the proj-datumgrid-XXXX packages
-rw-r--r--data/sql/grid_alternatives.sql10
1 files changed, 5 insertions, 5 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index 070a0a03..663a39d3 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -10,32 +10,32 @@
INSERT INTO grid_packages VALUES ('proj-datumgrid',
'Package with grids of general interest',
- 'https://download.osgeo.org/proj/proj-datumgrid-latest.zip',
+ 'https://download.osgeo.org/proj/proj-datumgrid-1.8.zip',
1,
1);
INSERT INTO grid_packages VALUES ('proj-datumgrid-north-america',
'Package with grids of interest for North-America',
- 'https://download.osgeo.org/proj/proj-datumgrid-north-america-latest.zip',
+ 'https://download.osgeo.org/proj/proj-datumgrid-north-america-1.3.zip',
1,
1);
INSERT INTO grid_packages VALUES ('proj-datumgrid-europe',
'Package with grids of interest for Europe',
- 'https://download.osgeo.org/proj/proj-datumgrid-europe-latest.zip',
+ 'https://download.osgeo.org/proj/proj-datumgrid-europe-1.5.zip',
1,
1);
INSERT INTO grid_packages VALUES ('proj-datumgrid-oceania',
'Package with grids of interest for Oceania',
- 'https://download.osgeo.org/proj/proj-datumgrid-oceania-latest.zip',
+ 'https://download.osgeo.org/proj/proj-datumgrid-oceania-1.1.zip',
1,
1);
-- not released yet at the time of writing
INSERT INTO grid_packages VALUES ('proj-datumgrid-world',
'Package with grids of global extent (too large to be included in proj-datumgrid)',
- 'https://download.osgeo.org/proj/proj-datumgrid-world-latest.zip',
+ 'https://download.osgeo.org/proj/proj-datumgrid-world-1.0.zip',
1,
1);