aboutsummaryrefslogtreecommitdiff
path: root/data/sql/commit.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-02 18:32:09 +0200
committerGitHub <noreply@github.com>2021-04-02 18:32:09 +0200
commit734b69804386dda2181933bf8377f45f7105aeb1 (patch)
tree3f691e01168e66a91dc61aafa7b2325349a6b9cb /data/sql/commit.sql
parent45bea392cbeb18046d421f300fa46fc64957ae98 (diff)
parent31ca31f3a7fcf37eb53fe7e5b203e20e3fcd31e1 (diff)
downloadPROJ-734b69804386dda2181933bf8377f45f7105aeb1.tar.gz
PROJ-734b69804386dda2181933bf8377f45f7105aeb1.zip
Merge pull request #2636 from OSGeo/backport-2635-to-8.0
[Backport 8.0] Database: update to EPSG v10.018
Diffstat (limited to 'data/sql/commit.sql')
-rw-r--r--data/sql/commit.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql
index d9adffef..08d7b4bb 100644
--- a/data/sql/commit.sql
+++ b/data/sql/commit.sql
@@ -122,7 +122,6 @@ FOR EACH ROW BEGIN
WHERE EXISTS (SELECT * FROM grid_transformation g WHERE
g.deprecated = 0 AND
(g.method_name LIKE 'Geographic3D to %' OR g.method_name LIKE 'Geog3D to %') AND
- NOT (g.auth_name = 'EPSG' AND g.code IN (9658,9659,9660,9661)) 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'));