aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_alternatives.sql
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-12-16 16:22:25 +0100
committerGitHub <noreply@github.com>2019-12-16 16:22:25 +0100
commit59c1f1993b6b62b6320b5faafed0494d0b0ee31c (patch)
treebd3a8f431310b1e2082053705b2fc8bd9471cf56 /data/sql/grid_alternatives.sql
parente5526bca37a5b88f36645fa8a6ff9cf3fd31ecfa (diff)
parent1efec9523d21e7948db2d278635c8881409b9cf8 (diff)
downloadPROJ-59c1f1993b6b62b6320b5faafed0494d0b0ee31c.tar.gz
PROJ-59c1f1993b6b62b6320b5faafed0494d0b0ee31c.zip
Merge pull request #1763 from dalia2/update-grid-alternatives.sql-for-Icealnd
Update grid_alternatives.sql for Icelandic grids
Diffstat (limited to 'data/sql/grid_alternatives.sql')
-rw-r--r--data/sql/grid_alternatives.sql31
1 files changed, 31 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql
index b4effec1..070a0a03 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -1559,3 +1559,34 @@ INSERT INTO grid_alternatives(original_grid_name,
0,
'proj-datumgrid-north-america',
NULL, NULL, NULL, NULL);
+ -- Iceland
+
+INSERT INTO grid_alternatives(original_grid_name,
+ proj_grid_name,
+ proj_grid_format,
+ proj_method,
+ inverse_direction,
+ package_name,
+ url, direct_download, open_license, directory)
+ VALUES ('ISN93_ISN2016.gsb',
+ 'ISN93_ISN2016.gsb',
+ 'NTv2',
+ 'hgridshift',
+ 0,
+ 'proj-datumgrid-europe',
+ NULL, NULL, NULL, NULL);
+
+INSERT INTO grid_alternatives(original_grid_name,
+ proj_grid_name,
+ proj_grid_format,
+ proj_method,
+ inverse_direction,
+ package_name,
+ url, direct_download, open_license, directory)
+ VALUES ('ISN2004_ISN2016.gsb',
+ 'ISN2004_ISN2016.gsb',
+ 'NTv2',
+ 'hgridshift',
+ 0,
+ 'proj-datumgrid-europe',
+ NULL, NULL, NULL, NULL);