diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-04 13:48:17 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-05-16 17:53:13 +0200 |
| commit | 697b93dbad54ead7b1b66e7b610abd673192695c (patch) | |
| tree | 1388cd1f637d5c6c9f706e9a12f1ec5ac313ec37 /test/CMakeLists.txt | |
| parent | 4054c3b884c58ade73ecfe4557005af3453afcef (diff) | |
| download | PROJ-697b93dbad54ead7b1b66e7b610abd673192695c.tar.gz PROJ-697b93dbad54ead7b1b66e7b610abd673192695c.zip | |
Add a +proj=defmodel transformation for multi-component time-based deformation models
Fixes #1001
Co-authored-by: Chris Crook <ccrook@linz.govt.nz>
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dcb4c26d..9fc29103 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -16,6 +16,7 @@ proj_add_gie_test("adams_ws1" "gie/adams_ws1.gie") proj_add_gie_test("adams_ws2" "gie/adams_ws2.gie") proj_add_gie_test("guyou" "gie/guyou.gie") proj_add_gie_test("peirce_q" "gie/peirce_q.gie") +proj_add_gie_test("defmodel" "gie/defmodel.gie") # GIGS tests. Uncommented tests are expected to fail due to issues with # various projections. Should be investigated further and fixed. |
