aboutsummaryrefslogtreecommitdiff
path: root/data/sql_filelist.cmake
diff options
context:
space:
mode:
authorSveinung Himle <56073535+himsve@users.noreply.github.com>2021-03-11 10:48:49 +0100
committerGitHub <noreply@github.com>2021-03-11 10:48:49 +0100
commit763939849bd8e079a6ed73d8f6ef0be0286e99d5 (patch)
tree6f9c30f372d3aebda516e0fbf9ceaccbf3d49d42 /data/sql_filelist.cmake
parentb2d8e255daa523335f91161ed51ab98fc9ac75a8 (diff)
downloadPROJ-763939849bd8e079a6ed73d8f6ef0be0286e99d5.tar.gz
PROJ-763939849bd8e079a6ed73d8f6ef0be0286e99d5.zip
Database: Additions to the norwegian NKG2020 transformation (#2548)
* Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Diffstat (limited to 'data/sql_filelist.cmake')
-rw-r--r--data/sql_filelist.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/sql_filelist.cmake b/data/sql_filelist.cmake
index e7bca4ff..b683a892 100644
--- a/data/sql_filelist.cmake
+++ b/data/sql_filelist.cmake
@@ -32,9 +32,9 @@ set(SQL_FILES
"${SQL_DIR}/deprecation.sql"
"${SQL_DIR}/esri.sql"
"${SQL_DIR}/ignf.sql"
+ "${SQL_DIR}/nkg.sql"
"${SQL_DIR}/grid_alternatives.sql"
"${SQL_DIR}/grid_alternatives_generated_noaa.sql"
- "${SQL_DIR}/customizations.sql"
- "${SQL_DIR}/nkg.sql"
+ "${SQL_DIR}/customizations.sql"
"${SQL_DIR}/commit.sql"
)