diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-21 02:13:07 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-21 02:13:07 +0100 |
| commit | e7ef9b626ecabfe6bc5ff3793a9565426470a4a3 (patch) | |
| tree | a678ba15767c2e6891acea1edf0281c0816bac32 /data/sql/grid_alternatives.sql | |
| parent | 9051b19987733ec1114d0597c2074b1d45582144 (diff) | |
| download | PROJ-e7ef9b626ecabfe6bc5ff3793a9565426470a4a3.tar.gz PROJ-e7ef9b626ecabfe6bc5ff3793a9565426470a4a3.zip | |
Database: fix registration of Icegeoid_xxx.gtx files, and add corresponding entries in grid_alternatives.sql
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 9bc27ea8..087036de 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1744,6 +1744,51 @@ 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 ('Icegeoid_ISN2004.gtx', + 'Icegeoid_ISN2004.gtx', + 'GTX', + 'vgridshift', + 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 ('Icegeoid_ISN93.gtx', + 'Icegeoid_ISN93.gtx', + 'GTX', + 'vgridshift', + 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 ('Icegeoid_ISN2016.gtx', + 'Icegeoid_ISN2016.gtx', + 'GTX', + 'vgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + -- New Zealand grid shift models. EPSG names are not for GTX files (at time of writing) INSERT INTO grid_alternatives(original_grid_name, proj_grid_name, |
