From 9d596034ceecb63f290fc6d88bc0f68c1864b05a Mon Sep 17 00:00:00 2001 From: Pedro Venancio Date: Fri, 27 Mar 2020 14:35:31 +0000 Subject: Add entries in grid_alternatives for Portugal grids coming from ESRI entries (#2103) Fixes #2096 --- data/sql/grid_alternatives.sql | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'data/sql/grid_alternatives.sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 3afcd922..ddd13395 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1318,6 +1318,36 @@ 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 ('portugal/DLX_ETRS89_geo', + 'DLx_ETRS89_geo.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 ('portugal/D73_ETRS89_geo', + 'D73_ETRS89_geo.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + -- Canada provincial grids INSERT INTO grid_alternatives(original_grid_name, -- cgit v1.2.3