diff options
| author | Sveinung Himle <Sveinung.Himle@kartverket.no> | 2021-03-23 14:40:10 +0100 |
|---|---|---|
| committer | Sveinung Himle <Sveinung.Himle@kartverket.no> | 2021-03-23 14:40:10 +0100 |
| commit | b0cc7eae01fee980922c3eeddbae1c7b3e68a049 (patch) | |
| tree | 58ce3c73597fb6007bef426c8d4fcb42bb844ce5 /data | |
| parent | 0d4c31f78752a7c3ad3cc32f02c113f01de53ff7 (diff) | |
| download | PROJ-b0cc7eae01fee980922c3eeddbae1c7b3e68a049.tar.gz PROJ-b0cc7eae01fee980922c3eeddbae1c7b3e68a049.zip | |
Incorrect EPGS extent code for EPSG:7789>EPSG:4976 transformation
Diffstat (limited to 'data')
| -rw-r--r-- | data/sql/nkg.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/nkg.sql b/data/sql/nkg.sql index 69a00603..14331e9a 100644 --- a/data/sql/nkg.sql +++ b/data/sql/nkg.sql @@ -2322,7 +2322,7 @@ INSERT INTO "usage" VALUES ( 'NKG', '5063', -- usage auth+code 'concatenated_operation', -- object_table_name 'NKG', 'ITRF2014_TO_SE', -- object auth+code - 'EPSG', '1352', -- extent: Sweden - onshore and offshore + 'EPSG', '1225', -- extent: Sweden - onshore and offshore 'NKG', 'SCOPE_GENERIC' -- scope auth+code ); |
