diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-07-01 14:09:02 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-09-30 11:26:48 +0200 |
| commit | 164c85cc8e7f4515c7c4da7a85fe75c4a21fafec (patch) | |
| tree | a1400324adefc7d79488ed0fd661b0060c86490a /src/lib_proj.cmake | |
| parent | ef48acb4ab6e3426ac66f37a6477521d7b7be6d3 (diff) | |
| download | PROJ-164c85cc8e7f4515c7c4da7a85fe75c4a21fafec.tar.gz PROJ-164c85cc8e7f4515c7c4da7a85fe75c4a21fafec.zip | |
Add a +proj=tinshift for triangulation-based transformations
Implements RFC-6
Diffstat (limited to 'src/lib_proj.cmake')
| -rw-r--r-- | src/lib_proj.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib_proj.cmake b/src/lib_proj.cmake index 3d41fe9a..1cd7f421 100644 --- a/src/lib_proj.cmake +++ b/src/lib_proj.cmake @@ -186,6 +186,7 @@ set(SRC_LIBPROJ_TRANSFORMATIONS transformations/vgridshift.cpp transformations/xyzgridshift.cpp transformations/defmodel.cpp + transformations/tinshift.cpp ) set(SRC_LIBPROJ_ISO19111 |
