diff options
| author | Pedro Venancio <pedrongvenancio@gmail.com> | 2020-03-27 14:35:31 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-27 15:35:31 +0100 |
| commit | 9d596034ceecb63f290fc6d88bc0f68c1864b05a (patch) | |
| tree | 6e24fac88c517e035da8bec25cc55f08586ef16b /data/sql/grid_alternatives.sql | |
| parent | b3fe4a04edd2fb141b2faf4c4cb9bc24b430849d (diff) | |
| download | PROJ-9d596034ceecb63f290fc6d88bc0f68c1864b05a.tar.gz PROJ-9d596034ceecb63f290fc6d88bc0f68c1864b05a.zip | |
Add entries in grid_alternatives for Portugal grids coming from ESRI entries (#2103)
Fixes #2096
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 30 |
1 files changed, 30 insertions, 0 deletions
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, |
