From a1b1c4312e1270b2f5dcb44e2ba2727711cbb80f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 30 Jan 2020 14:14:12 +0100 Subject: Database: add a custom concatenated_operation for NTF (Paris) to RGF93, using the non-deprecated EPSG:9327 for the geocentric translation --- data/sql/commit.sql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/sql/commit.sql') diff --git a/data/sql/commit.sql b/data/sql/commit.sql index a3028586..943bda78 100644 --- a/data/sql/commit.sql +++ b/data/sql/commit.sql @@ -137,6 +137,10 @@ 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'); + -- detect if PROJ:NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION can be removed + SELECT RAISE(ABORT, 'PROJ:NTF_PARIS_TO_RGF93_GEOCENTRIC_TRANSLATION can probably be removed') + WHERE EXISTS(SELECT 1 FROM concatenated_operation_step WHERE operation_auth_name = 'EPSG' AND step_number = 2 AND step_auth_name = 'EPSG' AND step_code = '9327'); + END; INSERT INTO dummy DEFAULT VALUES; DROP TRIGGER final_checks; -- cgit v1.2.3