diff options
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
| -rw-r--r-- | data/sql/grid_transformation_custom.sql | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql index 3c47273e..e7180917 100644 --- a/data/sql/grid_transformation_custom.sql +++ b/data/sql/grid_transformation_custom.sql @@ -11,7 +11,7 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','3237', -- area of use: Denmark onshore NULL, 'EPSG','8666','Geoid (height correction) model file','dvr90.gtx', - NULL,NULL,NULL,NULL,NULL,NULL,0); + NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); INSERT INTO "grid_transformation" VALUES( 'PROJ','EPSG_5733_TO_EPSG_4937','DNN height to ETRS89', @@ -22,7 +22,7 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','3237', -- area of use: Denmark onshore NULL, 'EPSG','8666','Geoid (height correction) model file','dnn.gtx', - NULL,NULL,NULL,NULL,NULL,NULL,0); + NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); -- Faroe Islands @@ -35,7 +35,7 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','3248', -- area of use: Faroe Islands - onshore NULL, 'EPSG','8666','Geoid (height correction) model file','fvr09.gtx', - NULL,NULL,NULL,NULL,NULL,NULL,0); + NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); -- Sweden @@ -48,4 +48,4 @@ INSERT INTO "grid_transformation" VALUES( 'EPSG','3313', -- area of use: Sweden onshore NULL, 'EPSG','8666','Geoid (height correction) model file','SWEN17_RH2000.gtx', - NULL,NULL,NULL,NULL,NULL,NULL,0); + NULL,NULL,NULL,NULL,NULL,NULL,NULL,0); |
