diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 15:26:43 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-04-22 15:49:31 +0200 |
| commit | 3faaf339216f128be7a8bb354e858203e5ec6d7f (patch) | |
| tree | 9752b44809889a657919a10dc931ef0f61b3d90f /data | |
| parent | 17b2607deff4e939255ef7747c5887887ad3b7d7 (diff) | |
| download | PROJ-3faaf339216f128be7a8bb354e858203e5ec6d7f.tar.gz PROJ-3faaf339216f128be7a8bb354e858203e5ec6d7f.zip | |
Database: use non-deprecated code for SWEREF99 for 'RH2000 height to SWEREF99' transformation
Diffstat (limited to 'data')
| -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', |
