From 46c6ddf84defeb4ae855285da4416dff7178cacc Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 27 Oct 2019 19:16:04 +0100 Subject: Database: add an auxiliary concatenated_operation_step table to allow arbitrary number of steps (fixes #1632) EPSG:9103 (NAD27 to ITRF2014 (1)) is now handled. Note:EPSG:9104 (NAD27 to ITRF2014 (2)) is not currently, since it uses for step EPSG:8861 (NAD83(HARN) to NAD83(FBN) (1)) an unsupported transformation method (NADCON5 (3D), EPSG:1075). --- data/sql_filelist.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'data/sql_filelist.cmake') diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake index 0c3c2ab3..676a7a2c 100644 --- a/data/sql_filelist.cmake +++ b/data/sql_filelist.cmake @@ -22,6 +22,7 @@ set(SQL_FILES "${SQL_DIR}/grid_transformation_custom.sql" "${SQL_DIR}/other_transformation.sql" "${SQL_DIR}/concatenated_operation.sql" + "${SQL_DIR}/concatenated_operation_step.sql" "${SQL_DIR}/alias_name.sql" "${SQL_DIR}/supersession.sql" "${SQL_DIR}/deprecation.sql" -- cgit v1.2.3