diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-02 18:12:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 18:12:01 +0200 |
| commit | d6d46c210286006059f8bb64f62523f3805cf262 (patch) | |
| tree | 86f7218c18fffbc91f3742d39dcf2836dddbefad /data/sql/customizations.sql | |
| parent | b964253ccdad791568b9d64aab93e0cc7e81105b (diff) | |
| parent | c8e0c2c14b081de78b5da906e226efc928e34a4d (diff) | |
| download | PROJ-d6d46c210286006059f8bb64f62523f3805cf262.tar.gz PROJ-d6d46c210286006059f8bb64f62523f3805cf262.zip | |
Merge pull request #2635 from rouault/epsg_10_018
Database: update to EPSG v10.018
Diffstat (limited to 'data/sql/customizations.sql')
| -rw-r--r-- | data/sql/customizations.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index d38c72a2..74885a45 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -345,7 +345,6 @@ JOIN geodetic_crs gcrs ON gt.source_crs_auth_name = gcrs.auth_name AND gt.source JOIN vertical_crs vcrs on vcrs.auth_name = c.vertical_crs_auth_name AND vcrs.code = c.vertical_crs_code WHERE method_auth_name = 'EPSG' AND method_name LIKE 'Geog3D to Geog2D+%' AND NOT EXISTS (SELECT 1 FROM grid_transformation gt2 WHERE gt2.method_name LIKE 'Geographic3D to%' AND gt2.source_crs_auth_name = gt.source_crs_auth_name AND gt2.source_crs_code = gt.source_crs_code AND gt2.target_crs_auth_name = vcrs.auth_name AND gt2.target_crs_code = vcrs.code) -AND NOT (gt.auth_name == 'EPSG' AND gt.code IN (9659,9661)) -- issue in EPSG v10.017 AND gt.deprecated = 0; INSERT INTO "usage" |
