aboutsummaryrefslogtreecommitdiff
path: root/data/sql/commit.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-01 22:12:31 +0200
committerGitHub <noreply@github.com>2021-04-01 22:12:31 +0200
commit4f5df6999ea4832629929a2caaefb4844ff28a0c (patch)
tree15719ce513c9b7208251f65174843c3a6149f3d3 /data/sql/commit.sql
parent8cb60c89d8ad4e2ebf3df8fe949d1c001f51c939 (diff)
parentf1635cec8db57a3d3aeead8750e01097048be121 (diff)
downloadPROJ-4f5df6999ea4832629929a2caaefb4844ff28a0c.tar.gz
PROJ-4f5df6999ea4832629929a2caaefb4844ff28a0c.zip
Merge pull request #2626 from OSGeo/backport-2625-to-8.0
[Backport 8.0] 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 a580f6e0..3394c756 100644
--- a/data/sql/commit.sql
+++ b/data/sql/commit.sql
@@ -122,7 +122,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'));