aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-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 600446f5..a3d9c2c5 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);