From 2a9d99607cd17bc79faeb16ba1b3be1f38ae4ff8 Mon Sep 17 00:00:00 2001 From: dalia2 Date: Sun, 1 Dec 2019 15:41:21 +0000 Subject: Update grid_alternatives.sql Updated the grid_alternatives.sql --- data/sql/grid_alternatives.sql | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'data/sql') 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 -- cgit v1.2.3