diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-09-30 13:37:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 13:37:21 +0200 |
| commit | 48c3a9a225b197d2462c4c03b18088fcc4f68c62 (patch) | |
| tree | 84d1059a41c0ecfc73af3a0907dde9bc8583db71 /data/Makefile.am | |
| parent | 63541cc26830dea333edc8cef2bf144f10335423 (diff) | |
| parent | 164c85cc8e7f4515c7c4da7a85fe75c4a21fafec (diff) | |
| download | PROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.tar.gz PROJ-48c3a9a225b197d2462c4c03b18088fcc4f68c62.zip | |
Merge pull request #2344 from rouault/tinshift
Add a +proj=tinshift for triangulation-based transformations
Diffstat (limited to 'data/Makefile.am')
| -rw-r--r-- | data/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index b48f53fa..bdfabe0f 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -4,7 +4,8 @@ pkgdata_DATA = proj.ini GL27 nad.lst nad27 nad83 world other.extra \ CH \ ITRF2000 ITRF2008 ITRF2014 proj.db \ projjson.schema.json \ - deformation_model.schema.json + deformation_model.schema.json \ + triangulation.schema.json SQL_ORDERED_LIST = sql/begin.sql \ sql/proj_db_table_defs.sql \ @@ -45,6 +46,7 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \ ITRF2000 ITRF2008 ITRF2014 \ projjson.schema.json \ deformation_model.schema.json \ + triangulation.schema.json \ CMakeLists.txt \ tests/test_nodata.gtx \ tests/test_vgrid_bigendian_bigtiff.tif \ @@ -116,6 +118,9 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \ tests/simple_model_wrap_west.json \ tests/simple_model_wrap_west.tif \ tests/simple_model_projected.json \ + tests/tinshift_crs_implicit.json \ + tests/tinshift_simplified_kkj_etrs.json \ + tests/tinshift_simplified_n60_n2000.json \ generate_all_sql_in.cmake sql_filelist.cmake \ $(SQL_ORDERED_LIST) |
