aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordalia2 <dalia@lmi.is>2019-12-01 15:41:21 +0000
committerdalia2 <dalia@lmi.is>2019-12-01 15:41:21 +0000
commit2a9d99607cd17bc79faeb16ba1b3be1f38ae4ff8 (patch)
tree862a1db6bdda96f09f9588947e39711373d1528d
parent4d40332fa4fa87509bdc4aee51396f6f05cca113 (diff)
downloadPROJ-2a9d99607cd17bc79faeb16ba1b3be1f38ae4ff8.tar.gz
PROJ-2a9d99607cd17bc79faeb16ba1b3be1f38ae4ff8.zip
Update grid_alternatives.sql
Updated the 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 20551581..86e01bca 100644
--- a/data/sql/grid_alternatives.sql
+++ b/data/sql/grid_alternatives.sql
@@ -1468,3 +1468,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',
+ 1,
+ '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',
+ 1,
+ 'proj-datumgrid-europe',
+ NULL, NULL, NULL, NULL); \ No newline at end of file