diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-12-16 16:22:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-16 16:22:25 +0100 |
| commit | 59c1f1993b6b62b6320b5faafed0494d0b0ee31c (patch) | |
| tree | bd3a8f431310b1e2082053705b2fc8bd9471cf56 /data/sql/grid_alternatives.sql | |
| parent | e5526bca37a5b88f36645fa8a6ff9cf3fd31ecfa (diff) | |
| parent | 1efec9523d21e7948db2d278635c8881409b9cf8 (diff) | |
| download | PROJ-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.sql | 31 |
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); |
