diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-02 17:35:36 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-04-02 17:35:41 +0200 |
| commit | c8e0c2c14b081de78b5da906e226efc928e34a4d (patch) | |
| tree | 6c9eaa764ad2aa2908d5508cf8a08eb2aa0a8e00 /data/sql/commit.sql | |
| parent | 8d9e27c875cca8b2808cd0ea1cebf3b1a0899e5c (diff) | |
| download | PROJ-c8e0c2c14b081de78b5da906e226efc928e34a4d.tar.gz PROJ-c8e0c2c14b081de78b5da906e226efc928e34a4d.zip | |
Database: update to EPSG v10.018
Just fixes 4 wrong transformations of v10.017
Diffstat (limited to 'data/sql/commit.sql')
| -rw-r--r-- | data/sql/commit.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql index 51533804..7a4b74ad 100644 --- a/data/sql/commit.sql +++ b/data/sql/commit.sql @@ -117,7 +117,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')); |
