aboutsummaryrefslogtreecommitdiff
path: root/data/sql/commit.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-01 15:59:35 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-01 15:59:35 +0200
commite6a0966a473f37c984e4f66197340900f946dd24 (patch)
tree2ef6d8c8f90d91400c132585536b132d12351a6b /data/sql/commit.sql
parent381d4f6ff3d18efbcd4fdb626200dddab5f2c115 (diff)
downloadPROJ-e6a0966a473f37c984e4f66197340900f946dd24.tar.gz
PROJ-e6a0966a473f37c984e4f66197340900f946dd24.zip
Database: update to EPSG 10.017
Diffstat (limited to 'data/sql/commit.sql')
-rw-r--r--data/sql/commit.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql
index 9f2356f4..7b0e15d7 100644
--- a/data/sql/commit.sql
+++ b/data/sql/commit.sql
@@ -117,7 +117,7 @@ FOR EACH ROW BEGIN
WHERE EXISTS (SELECT * FROM grid_transformation g WHERE
g.deprecated = 0 AND
g.method_name LIKE 'Geographic3D to GravityRelatedHeight%' AND
- NOT (g.auth_name = 'EPSG' AND g.code IN (7648, 7649, 7650)) AND -- those are wrongly registered as they use a geocentric CRS. Reported to EPSG
+ NOT (g.auth_name = 'EPSG' AND g.code IN (9658,9660)) AND -- those are wrongly registered as they refer to a Geog2D CRS in EPGS v10.017. Reported to EPSG
g.source_crs_auth_name || g.source_crs_code NOT IN
(SELECT auth_name || code FROM geodetic_crs
WHERE type = 'geographic 3D'));