aboutsummaryrefslogtreecommitdiff
path: root/data/sql/customizations.sql
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2021-02-19 05:32:17 +0100
committerGitHub <noreply@github.com>2021-02-19 05:32:17 +0100
commitac7b1b16388a91f34cc7936b924fe664b0a5a155 (patch)
tree1264953e33ada1d38f87c7f1fa1df98da32aae07 /data/sql/customizations.sql
parente8a535ee02e7170bf9f16ff0570c07ee0a3b7ec0 (diff)
parent7c52fed34c2f6a92cf509502be4585910bdbbedc (diff)
downloadPROJ-ac7b1b16388a91f34cc7936b924fe664b0a5a155.tar.gz
PROJ-ac7b1b16388a91f34cc7936b924fe664b0a5a155.zip
Merge pull request #2539 from nyalldawson/10_015
Update to EPSG v10.015
Diffstat (limited to 'data/sql/customizations.sql')
-rw-r--r--data/sql/customizations.sql4
1 files changed, 1 insertions, 3 deletions
diff --git a/data/sql/customizations.sql b/data/sql/customizations.sql
index 47991268..63780e3a 100644
--- a/data/sql/customizations.sql
+++ b/data/sql/customizations.sql
@@ -356,6 +356,4 @@ SELECT
u.scope_code
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.014
- ;
+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;