aboutsummaryrefslogtreecommitdiff
path: root/data/sql/customizations.sql
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-02-11 12:05:32 +0100
committerGitHub <noreply@github.com>2021-02-11 12:05:32 +0100
commit7f6c35f0cc2d80ba9c43d4342ca3b1968b9adea5 (patch)
tree9f26f7e915bc2c1da54b1537170b6b7b31532500 /data/sql/customizations.sql
parent93d2571d56d63bd0d2904ad7d0c7c51dc702ca33 (diff)
parentd3a6ca45adc0b3303a599612070535e4cb600662 (diff)
downloadPROJ-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.sql2
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
;