diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-06-11 12:48:36 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-06-11 12:48:36 +0200 |
| commit | eeb52c6dc62b4a54005d373d16144c6a53523b41 (patch) | |
| tree | dbbe48d4559d0b88736179115accb13fae618a08 | |
| parent | 144a611f844450f5ce4528772136f985c92406fe (diff) | |
| download | PROJ-eeb52c6dc62b4a54005d373d16144c6a53523b41.tar.gz PROJ-eeb52c6dc62b4a54005d373d16144c6a53523b41.zip | |
Database: register Spanish SPED2ETV2 grid for ED50->ETRS89
Refs https://github.com/OSGeo/PROJ-data/pull/31
| -rw-r--r-- | data/sql/grid_alternatives.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 68b992c6..8d20a4bd 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -137,6 +137,7 @@ VALUES ('CHENyx06_ETRS.gsb','ch_swisstopo_CHENyx06_ETRS.tif','CHENyx06_ETRS.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/ch_swisstopo_CHENyx06_ETRS.tif',1,1,NULL), -- Spain ('100800401.gsb','es_cat_icgc_100800401.tif','100800401.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/es_cat_icgc_100800401.tif',1,1,NULL), +('SPED2ETV2.gsb','es_ign_SPED2ETV2.tif',NULL,'GTiff','hgridshift',0,NULL,'https://cdn.proj.org/es_ign_SPED2ETV2.tif',1,1,NULL), -- Portugal ('DLx_ETRS89_geo.gsb','pt_dgt_DLx_ETRS89_geo.tif','DLx_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_DLx_ETRS89_geo.tif',1,1,NULL), ('D73_ETRS89_geo.gsb','pt_dgt_D73_ETRS89_geo.tif','D73_ETRS89_geo.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/pt_dgt_D73_ETRS89_geo.tif',1,1,NULL), |
