From 054d02760db6fc2c33889d577cd671baa8807909 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 25 Mar 2019 17:00:04 +0100 Subject: Database: add operation_version column to coordinate operation tables --- data/sql/grid_transformation_custom.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'data/sql/grid_transformation_custom.sql') 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); -- cgit v1.2.3