diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-04-02 18:12:01 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-04-02 16:12:29 +0000 |
| commit | 31ca31f3a7fcf37eb53fe7e5b203e20e3fcd31e1 (patch) | |
| tree | 3f691e01168e66a91dc61aafa7b2325349a6b9cb /data/sql/customizations.sql | |
| parent | 45bea392cbeb18046d421f300fa46fc64957ae98 (diff) | |
| download | PROJ-31ca31f3a7fcf37eb53fe7e5b203e20e3fcd31e1.tar.gz PROJ-31ca31f3a7fcf37eb53fe7e5b203e20e3fcd31e1.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 f075f1bd..19b21b7d 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -342,7 +342,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" |
