aboutsummaryrefslogtreecommitdiff
path: root/src/lib_proj.cmake
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-03-27 11:39:38 +0200
committerGitHub <noreply@github.com>2017-03-27 11:39:38 +0200
commit56a754ccd83ff41d1c8edee5fe3548d96f4daaf6 (patch)
tree6b4db431d85786d2a2b01222f85a202959fadc64 /src/lib_proj.cmake
parentd849419552c36d2f6f74973d075783666e179734 (diff)
downloadPROJ-56a754ccd83ff41d1c8edee5fe3548d96f4daaf6.tar.gz
PROJ-56a754ccd83ff41d1c8edee5fe3548d96f4daaf6.zip
Horisontal and vertical gridshift drivers
Until now gridshifts has not been working with the new API in proj.h since parsing of +nadgrids and +geoidgrids is build into pj_transform(). This commit introduces the possibility to do both horizontal and vertical gridshift with the pipeline API. The vgridshift and hgridshift kernels are simple wrappers for pj_apply_gridshift3() and pj_apply_vgridshift() that are also used by pj_transform(). Introduced in PR #492.
Diffstat (limited to 'src/lib_proj.cmake')
-rw-r--r--src/lib_proj.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib_proj.cmake b/src/lib_proj.cmake
index 2fcc4e31..d1f75cb9 100644
--- a/src/lib_proj.cmake
+++ b/src/lib_proj.cmake
@@ -78,6 +78,7 @@ SET(SRC_LIBPROJ_PJ
PJ_hammer.c
PJ_hatano.c
PJ_helmert.c
+ PJ_hgridshift.c
PJ_horner.c
PJ_igh.c
PJ_isea.c
@@ -139,6 +140,7 @@ SET(SRC_LIBPROJ_PJ
PJ_vandg.c
PJ_vandg2.c
PJ_vandg4.c
+ PJ_vgridshift.c
PJ_wag2.c
PJ_wag3.c
PJ_wag7.c