diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2019-03-26 12:07:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-26 12:07:47 +0100 |
| commit | 1e575f4e18ac35c382207bbc7b732aa9f0d30d5e (patch) | |
| tree | e48481b5800f2363791b8ff35ab572d7c9b5cc4c /data/sql/grid_transformation_custom.sql | |
| parent | d21fb4e9abd3246fcbece6724dd3d014c35df25e (diff) | |
| parent | ed0636425083034b55633402108b85bc765ae0eb (diff) | |
| download | PROJ-1e575f4e18ac35c382207bbc7b732aa9f0d30d5e.tar.gz PROJ-1e575f4e18ac35c382207bbc7b732aa9f0d30d5e.zip | |
Merge pull request #1368 from rouault/epsg_961_and_operationversion
Database: update to EPSG v9.6.1, IGNF v3.0.3, ESRI 10.7.0 and add operation_version column
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); |
