diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-05-08 18:04:15 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-08 18:04:15 +0200 |
| commit | 3476f934545d5a93ea1a9e77589927e82ac6170c (patch) | |
| tree | 79d8bebe0b3e39b3f39dd70e45ef0b2d77aefc11 /data/sql | |
| parent | 3c99b45f2c34d1bbdd752a51c1704e594f341c31 (diff) | |
| download | PROJ-3476f934545d5a93ea1a9e77589927e82ac6170c.tar.gz PROJ-3476f934545d5a93ea1a9e77589927e82ac6170c.zip | |
Database: add bd72lb72_etrs89lb08.gsb grid in grid_alternatives (added in proj-datumgrid-europe package per https://github.com/OSGeo/proj-datumgrid/pull/50)
Diffstat (limited to 'data/sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 17 |
1 files changed, 17 insertions, 0 deletions
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); |
