diff options
| author | Javier Jimenez Shaw <j1@jimenezshaw.com> | 2020-08-05 12:58:58 +0200 |
|---|---|---|
| committer | Javier Jimenez Shaw <j1@jimenezshaw.com> | 2020-08-05 12:58:58 +0200 |
| commit | ca1a6ab916168553cfddc532ca80c425ce9f9467 (patch) | |
| tree | 6a011deba7349c500b25f765d20854296468c99b /data | |
| parent | 14f868d922d34fc20ae5a31dff0e1af33ecde0b1 (diff) | |
| download | PROJ-ca1a6ab916168553cfddc532ca80c425ce9f9467.tar.gz PROJ-ca1a6ab916168553cfddc532ca80c425ce9f9467.zip | |
add Canary Islands geoid file in grid_alternatives.sql
Diffstat (limited to 'data')
| -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 2fa1be85..88b2860c 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -141,6 +141,7 @@ VALUES ('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), ('EGM08_REDNAP.txt','es_ign_egm08-rednap.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/es_ign_egm08-rednap.tif',1,1,NULL), +('EGM08_REDNAP_Canarias.txt','es_ign_egm08-rednap-canarias.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/es_ign_egm08-rednap-canarias.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), |
