diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-02-11 12:05:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-11 12:05:32 +0100 |
| commit | 7f6c35f0cc2d80ba9c43d4342ca3b1968b9adea5 (patch) | |
| tree | 9f26f7e915bc2c1da54b1537170b6b7b31532500 /data/sql/customizations.sql | |
| parent | 93d2571d56d63bd0d2904ad7d0c7c51dc702ca33 (diff) | |
| parent | d3a6ca45adc0b3303a599612070535e4cb600662 (diff) | |
| download | PROJ-7f6c35f0cc2d80ba9c43d4342ca3b1968b9adea5.tar.gz PROJ-7f6c35f0cc2d80ba9c43d4342ca3b1968b9adea5.zip | |
Merge pull request #2525 from rouault/epsg_10_014
Database: update to EPSG v10.014
Diffstat (limited to 'data/sql/customizations.sql')
| -rw-r--r-- | data/sql/customizations.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql index 10c671e8..47991268 100644 --- a/data/sql/customizations.sql +++ b/data/sql/customizations.sql @@ -357,5 +357,5 @@ SELECT FROM grid_transformation gt JOIN usage u ON u.object_auth_name = gt.auth_name AND u.object_code = gt.code AND u.object_table_name = 'grid_transformation' WHERE method_auth_name = 'EPSG' AND method_code IN ('1088', '1089', '1090', '1091', '1092', '1093', '1094', '1095', '1096', '1097', '1098', '1103') AND gt.deprecated = 0 - AND EXISTS (SELECT 1 FROM compound_crs c WHERE target_crs_code = c.code AND target_crs_auth_name = c.auth_name) -- clause because of buggy entries in EPSG 10.013 + AND EXISTS (SELECT 1 FROM compound_crs c WHERE target_crs_code = c.code AND target_crs_auth_name = c.auth_name) -- clause because of buggy entries in EPSG 10.014 ; |
