From f1635cec8db57a3d3aeead8750e01097048be121 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 1 Apr 2021 21:11:32 +0200 Subject: Merge pull request #2625 from rouault/epsg_10_017 Database: update to EPSG 10.017 --- data/sql/commit.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/sql/commit.sql') 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')); -- cgit v1.2.3