diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-08-03 11:40:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-03 11:40:09 +0200 |
| commit | 14f868d922d34fc20ae5a31dff0e1af33ecde0b1 (patch) | |
| tree | 20ebd82f8ade25d96a09733a4c9688fb398736a5 /data/sql/grid_alternatives.sql | |
| parent | 53abcb0425eecceea076ba29ea3f071f53156efa (diff) | |
| parent | 6d6229ca7be13f8509889a502d9e6e5ce4cc7c46 (diff) | |
| download | PROJ-14f868d922d34fc20ae5a31dff0e1af33ecde0b1.tar.gz PROJ-14f868d922d34fc20ae5a31dff0e1af33ecde0b1.zip | |
Merge pull request #2309 from rouault/update_to_epsg_9_8_15
Database: update to EPSG v9.8.15 database
Diffstat (limited to 'data/sql/grid_alternatives.sql')
| -rw-r--r-- | data/sql/grid_alternatives.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index a5189413..2fa1be85 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -140,7 +140,7 @@ VALUES -- 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), -('EGM08_REDNAP.asc','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.txt','es_ign_egm08-rednap.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/es_ign_egm08-rednap.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), |
