diff options
| -rw-r--r-- | data/sql/grid_alternatives.sql | 2 | ||||
| -rw-r--r-- | data/sql/grid_transformation_custom.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/grid_alternatives.sql b/data/sql/grid_alternatives.sql index 805e2fa8..7e8e8032 100644 --- a/data/sql/grid_alternatives.sql +++ b/data/sql/grid_alternatives.sql @@ -162,7 +162,7 @@ VALUES ('ISN2004_ISN2016.gsb','is_lmi_ISN2004_ISN2016.tif','ISN2004_ISN2016.gsb','GTiff','hgridshift',0,NULL,'https://cdn.proj.org/is_lmi_ISN2004_ISN2016.tif',1,1,NULL), -- jp_gsi - Geospatial Information Authority of Japan -('jp_gsi_gsigeo2011_mainland.tif','jp_gsi_gsigeo2011_mainland.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/jp_gsi_gsigeo2011_mainland.tif',1,1,NULL), +('jp_gsi_gsigeo2011.tif','jp_gsi_gsigeo2011.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/jp_gsi_gsigeo2011.tif',1,1,NULL), -- nc_dittt - Gouvernement de Nouvelle Calédonie - DITTT ('Ranc08_Circe.mnt','nc_dittt_Ranc08_Circe.tif',NULL,'GTiff','geoid_like',0,NULL,'https://cdn.proj.org/nc_dittt_Ranc08_Circe.tif',1,1,NULL), diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql index cd72fada..02bcc8ec 100644 --- a/data/sql/grid_transformation_custom.sql +++ b/data/sql/grid_transformation_custom.sql @@ -157,7 +157,7 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','6667', -- source CRS (JDG2011) 'EPSG','6695', -- target CRS (JDG2011 (vertical) height) NULL, - 'EPSG','8666','Geoid (height correction) model file','jp_gsi_gsigeo2011_mainland.tif', + 'EPSG','8666','Geoid (height correction) model file','jp_gsi_gsigeo2011.tif', NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "usage" VALUES( |
