From 3476f934545d5a93ea1a9e77589927e82ac6170c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 8 May 2019 18:04:15 +0200 Subject: Database: add bd72lb72_etrs89lb08.gsb grid in grid_alternatives (added in proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/50) --- data/sql/grid_alternatives.sql | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'data/sql') diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 38560202..cf1e559d 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -836,3 +836,20 @@ INSERT INTO grid_alternatives(original_grid_name, 1, -- direct download 0, -- non-freely licensed. See https://salsa.debian.org/debian-gis-team/proj-rdnap/raw/master/debian/copyright NULL); + +-- Belgium + +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 ('bd72lb72_etrs89lb08.gsb', + 'bd72lb72_etrs89lb08.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); -- cgit v1.2.3