aboutsummaryrefslogtreecommitdiff
path: root/data/sql/grid_transformation_custom.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-03-25 17:00:04 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-03-25 17:00:04 +0100
commit054d02760db6fc2c33889d577cd671baa8807909 (patch)
tree8825c3d281f6acae86c8c94cb902e8576c9638e3 /data/sql/grid_transformation_custom.sql
parentc0312858f7621bde4568d98e6ea43fd45bd57a83 (diff)
downloadPROJ-054d02760db6fc2c33889d577cd671baa8807909.tar.gz
PROJ-054d02760db6fc2c33889d577cd671baa8807909.zip
Database: add operation_version column to coordinate operation tables
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
-rw-r--r--data/sql/grid_transformation_custom.sql8
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);