diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-11 12:42:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-11 12:42:13 +0100 |
| commit | 864e9339163f182893b9e075a6f58de17147b9f7 (patch) | |
| tree | e2baa665a6895ce57b08de0d6686a16374d661c1 /data | |
| parent | d1f432ea6e933cf06ce3ecaedf0e978ed30ec6f6 (diff) | |
| download | PROJ-864e9339163f182893b9e075a6f58de17147b9f7.tar.gz PROJ-864e9339163f182893b9e075a6f58de17147b9f7.zip | |
Database: register 100800401.gsb for Catalonia ED50 -> ETRS89
Refs https://github.com/OSGeo/proj-datumgrid/pull/88
Diffstat (limited to 'data')
| -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 600446f5..1d06de9e 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -1193,6 +1193,23 @@ INSERT INTO grid_alternatives(original_grid_name, 'proj-datumgrid-europe', NULL, NULL, NULL, NULL); +-- Spain + +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 ('100800401.gsb', + '100800401.gsb', + 'NTv2', + 'hgridshift', + 0, + 'proj-datumgrid-europe', + NULL, NULL, NULL, NULL); + -- Portugal INSERT INTO grid_alternatives(original_grid_name, |
