diff options
Diffstat (limited to 'data/sql/grid_transformation_custom.sql')
| -rw-r--r-- | data/sql/grid_transformation_custom.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sql/grid_transformation_custom.sql b/data/sql/grid_transformation_custom.sql index e7180917..c269983e 100644 --- a/data/sql/grid_transformation_custom.sql +++ b/data/sql/grid_transformation_custom.sql @@ -40,11 +40,11 @@ INSERT INTO "grid_transformation" VALUES( -- Sweden INSERT INTO "grid_transformation" VALUES( - 'PROJ','EPSG_5613_TO_EPSG_4377','RH2000 height to SWEREF99', + 'PROJ','EPSG_5613_TO_EPSG_4977','RH2000 height to SWEREF99', NULL,NULL, 'PROJ','HEIGHT_TO_GEOGRAPHIC3D','GravityRelatedHeight to Geographic3D', 'EPSG','5613', -- source CRS (RH2000 height) - 'EPSG','4377', -- target CRS (SWEREF99) + 'EPSG','4977', -- target CRS (SWEREF99) 'EPSG','3313', -- area of use: Sweden onshore NULL, 'EPSG','8666','Geoid (height correction) model file','SWEN17_RH2000.gtx', |
