From 13dd313795ec37a810923c97327030b0f352d904 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 18 Dec 2019 19:25:50 +0100 Subject: Database: register MAY76V20.gsb --- data/sql/grid_alternatives.sql | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 55c3c013..3a3df1d0 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -103,6 +103,21 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-north-america', 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 ('May76v20.gsb', + 'MAY76V20.gsb', -- just a case change + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-north-america', + NULL, NULL, NULL, NULL); + INSERT INTO grid_alternatives(original_grid_name, proj_grid_name, proj_grid_format, -- cgit v1.2.3