From 56a754ccd83ff41d1c8edee5fe3548d96f4daaf6 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 27 Mar 2017 11:39:38 +0200 Subject: 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. --- src/makefile.vc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index e1eacf04..b0d8291d 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -59,7 +59,8 @@ support = \ pj_strtod.obj pj_run_selftests.obj pj_generic_selftest.obj pipeline = \ - pj_obs_api.obj PJ_cart.obj PJ_pipeline.obj PJ_horner.obj PJ_helmert.obj + pj_obs_api.obj PJ_cart.obj PJ_pipeline.obj PJ_horner.obj PJ_helmert.obj \ + PJ_vgridshift.obj PJ_hgridshift.obj geodesic = geodesic.obj -- cgit v1.2.3