diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-28 22:47:02 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-28 22:47:02 +0100 |
| commit | 906f47e250b3bdb6fd24954e9707edc52c9a6abf (patch) | |
| tree | aec174e02267fec0afe5b2fca178c7238126e876 /data | |
| parent | 3e49a80b8114b948fe5524fea8ba7ef8d2f4fe2c (diff) | |
| download | PROJ-906f47e250b3bdb6fd24954e9707edc52c9a6abf.tar.gz PROJ-906f47e250b3bdb6fd24954e9707edc52c9a6abf.zip | |
Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids
Diffstat (limited to 'data')
| -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 087036de..a8c21d8b 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -884,6 +884,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('gg10_smv2.mnt', + 'gg10_smv2.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('gg10_ls.txt', 'RALS2016.gtx', 'GTX', @@ -959,6 +974,21 @@ INSERT INTO grid_alternatives(original_grid_name, inverse_direction, package_name, url, direct_download, open_license, directory) + VALUES ('gg10_sbv2.mnt', + 'gg10_sbv2.gtx', + 'GTX', + 'vgridshift', + 1, + '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 ('ggguy00.txt', 'ggguy15.gtx', 'GTX', |
