diff options
| author | Nyall Dawson <nyall.dawson@gmail.com> | 2021-02-19 13:26:23 +1000 |
|---|---|---|
| committer | Nyall Dawson <nyall.dawson@gmail.com> | 2021-02-19 13:26:23 +1000 |
| commit | 7c52fed34c2f6a92cf509502be4585910bdbbedc (patch) | |
| tree | 1264953e33ada1d38f87c7f1fa1df98da32aae07 /data/sql/commit.sql | |
| parent | e8a535ee02e7170bf9f16ff0570c07ee0a3b7ec0 (diff) | |
| download | PROJ-7c52fed34c2f6a92cf509502be4585910bdbbedc.tar.gz PROJ-7c52fed34c2f6a92cf509502be4585910bdbbedc.zip | |
Update to EPSG v10.015
Diffstat (limited to 'data/sql/commit.sql')
| -rw-r--r-- | data/sql/commit.sql | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/sql/commit.sql b/data/sql/commit.sql index 48dc4150..a580f6e0 100644 --- a/data/sql/commit.sql +++ b/data/sql/commit.sql @@ -184,14 +184,6 @@ FOR EACH ROW BEGIN SELECT RAISE(ABORT, 'missing au_ga_AUSGeoid98.tif') WHERE NOT EXISTS(SELECT 1 FROM grid_alternatives WHERE proj_grid_name = 'au_ga_AUSGeoid98.tif'); - -- clause because of buggy entries in EPSG 10.014 - SELECT RAISE(ABORT, 'invalid Geog3D to Geog2D + GravityRelatedHeight (foo) entries: target CRS is not a compound CRS') - WHERE EXISTS (SELECT 1 FROM grid_transformation gt 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 - NOT EXISTS (SELECT 1 FROM compound_crs c WHERE gt.target_crs_code = c.code AND gt.target_crs_auth_name = c.auth_name) AND - NOT (gt.auth_name = 'EPSG' AND gt.code IN ('9627')) - ); END; INSERT INTO dummy DEFAULT VALUES; |
