From e7ef9b626ecabfe6bc5ff3793a9565426470a4a3 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 21 Dec 2019 02:13:07 +0100 Subject: Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding entries in grid_alternatives.sql --- data/sql/grid_alternatives.sql | 45 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 9bc27ea8..087036de 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1744,6 +1744,51 @@ INSERT INTO grid_alternatives(original_grid_name, '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 ('Icegeoid_ISN2004.gtx', + 'Icegeoid_ISN2004.gtx', + 'GTX', + 'vgridshift', + 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 ('Icegeoid_ISN93.gtx', + 'Icegeoid_ISN93.gtx', + 'GTX', + 'vgridshift', + 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 ('Icegeoid_ISN2016.gtx', + 'Icegeoid_ISN2016.gtx', + 'GTX', + 'vgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + -- New Zealand grid shift models. EPSG names are not for GTX files (at time of writing) INSERT INTO grid_alternatives(original_grid_name, proj_grid_name, -- cgit v1.2.3