Skip to content

Commit 40eb0d6

Browse files
committed
Partial revert of c0fc1fa: we no longer need a custom ED50_TO_ETRS89_CATALONIA
1 parent 400d5c5 commit 40eb0d6

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

data/sql/final_consistency_checks.sql

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,8 @@ FOR EACH ROW BEGIN
6666
AND g1.source_crs_code = g2.source_crs_code
6767
AND g1.target_crs_auth_name = g2.target_crs_auth_name
6868
AND g1.target_crs_code = g2.target_crs_code
69-
WHERE g1.auth_name = 'PROJ'
70-
AND g1.code NOT LIKE '%_RESTRICTED_TO_VERTCRS%'
71-
AND g1.code != 'ED50_TO_ETRS89_CATALONIA'
72-
AND g2.auth_name = 'EPSG'
73-
AND g2.deprecated = 0 AND
74-
((g1.interpolation_crs_auth_name IS NULL AND g2.interpolation_crs_auth_name IS NULL) OR
69+
WHERE g1.auth_name = 'PROJ' AND g1.code NOT LIKE '%_RESTRICTED_TO_VERTCRS%' AND g2.auth_name = 'EPSG' AND g2.deprecated = 0 AND (
70+
(g1.interpolation_crs_auth_name IS NULL AND g2.interpolation_crs_auth_name IS NULL) OR
7571
(g1.interpolation_crs_auth_name IS NOT NULL AND g2.interpolation_crs_auth_name IS NOT NULL AND
7672
g1.interpolation_crs_auth_name = g2.interpolation_crs_auth_name AND
7773
g1.interpolation_crs_code = g2.interpolation_crs_code)))

data/sql/grid_transformation_custom.sql

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
INSERT INTO "grid_transformation" VALUES('PROJ','BD72_TO_BEREF2002','BD72 to ETRS89-BEL [BEREF2002] (3)','Copy of BD72 to ETRS89-BEL [BEREF2011] (3) EPSG:8369','EPSG','9615','NTv2','EPSG','4313','EPSG','11063',0.01,'EPSG','8656','Latitude and longitude difference file','bd72lb72_etrs89lb08.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'IGN-Bel 0.01m',0);
77
INSERT INTO "usage" VALUES('PROJ','BD72_TO_BEREF2002_USAGE','grid_transformation','PROJ','BD72_TO_BEREF2002','EPSG','1347','EPSG','1150');
88

9-
-- Catalonia
10-
11-
-- FIXME: remove this record when EPSG has fixed that issue
12-
INSERT INTO "grid_transformation" VALUES('PROJ','ED50_TO_ETRS89_CATALONIA','ED50 to ETRS89 (14)','Copy of ED50 to ETRS89-ESP [REGENTE] (14) EPSG:5661','EPSG','9615','NTv2','EPSG','4230','EPSG','4258',0.05,'EPSG','8656','Latitude and longitude difference file','100800401.gsb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'ICC-Esp Cat',0);
13-
INSERT INTO "usage" VALUES('PROJ','ED50_TO_ETRS89_CATALONIA_USAGE','grid_transformation','PROJ','ED50_TO_ETRS89_CATALONIA','EPSG','3732','EPSG','1079');
14-
159
-- Denmark
1610

1711
INSERT INTO "grid_transformation" VALUES(

data/sql/proj.db.sql.expected.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cd427429cf519c93965204da75c9637b
1+
f8e8838331ce69518099846410d29120

0 commit comments

Comments
 (0)