From eeb9fef28aed4f7e5d62d8c5064f96e1090ee348 Mon Sep 17 00:00:00 2001 From: Sveinung Himle <56073535+himsve@users.noreply.github.com> Date: Thu, 11 Mar 2021 10:48:49 +0100 Subject: Database: Additions to the norwegian NKG2020 transformation (#2548), and NGO48 to ETRS89 TIN transfrm (#2554) * 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 * also include follow-up fix to master #2548: e10a849cd01c5b15e3123da1f6df845006322843 * Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (#2554) Co-authored-by: Even Rouault --- data/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 8f65ed5c..b9073bfc 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -39,10 +39,11 @@ SQL_ORDERED_LIST = sql/begin.sql \ sql/deprecation.sql \ sql/esri.sql \ sql/ignf.sql \ + sql/nkg.sql \ sql/grid_alternatives.sql \ sql/grid_alternatives_generated_noaa.sql \ sql/customizations.sql \ - sql/nkg.sql \ + sql/nkg_post_customizations.sql \ sql/commit.sql EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \ -- cgit v1.2.3