diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-12-11 16:42:13 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-12-11 17:15:03 +0100 |
| commit | 6d45bbc88bd58d7fc8a4ff7ec70bd2f23cb67aa1 (patch) | |
| tree | 524f418f4c949b8718a1beeaa7901322fd05463e /src/Makefile.am | |
| parent | e872984b46145fd03016fc53c6dac5843ba344f8 (diff) | |
| download | PROJ-6d45bbc88bd58d7fc8a4ff7ec70bd2f23cb67aa1.tar.gz PROJ-6d45bbc88bd58d7fc8a4ff7ec70bd2f23cb67aa1.zip | |
Add a +proj=xyzgridshift method to perform geocentric translation by grid. Used for French NTF to RGF93 transformation using gr3df97a.tif grid
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f58e57fd..89f8dc0c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -183,6 +183,7 @@ libproj_la_SOURCES = \ transformations/horner.cpp \ transformations/molodensky.cpp \ transformations/vgridshift.cpp \ + transformations/xyzgridshift.cpp \ \ aasincos.cpp adjlon.cpp \ dmstor.cpp auth.cpp \ |
