From 9532b482d03b57e26f735dd695257d41fc91cb5f Mon Sep 17 00:00:00 2001 From: Thomas Knudsen Date: Thu, 16 Nov 2017 18:05:54 +0100 Subject: Introduce geodetic-geocentric conversions ... (#669) * Introduce geodetic-geocentric conversions, as PJ_xxx style conversion step and as API entry points * minor improvements and minor bug squashing --- src/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index 6bc06bd1..f2acf982 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -26,7 +26,7 @@ misc = \ PJ_lask.obj PJ_nocol.obj PJ_ob_tran.obj PJ_oea.obj \ PJ_sch.obj PJ_tpeqd.obj PJ_vandg.obj PJ_vandg2.obj \ PJ_vandg4.obj PJ_wag7.obj PJ_latlong.obj PJ_krovak.obj \ - pj_geocent.obj PJ_healpix.obj PJ_qsc.obj + PJ_geoc.obj pj_geocent.obj PJ_healpix.obj PJ_qsc.obj pseudo = \ PJ_boggs.obj PJ_collg.obj PJ_crast.obj PJ_denoy.obj \ -- cgit v1.2.3 From 742d8913037464b484c45c40c7d14a216599f834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Komsta?= <22728459+luqqe@users.noreply.github.com> Date: Tue, 21 Nov 2017 17:40:21 +0100 Subject: Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662) Central conic projection implemented as 'ccon'. --- src/makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/makefile.vc') diff --git a/src/makefile.vc b/src/makefile.vc index f2acf982..ef460719 100644 --- a/src/makefile.vc +++ b/src/makefile.vc @@ -11,7 +11,7 @@ azimuthal = \ conic = \ PJ_aea.obj PJ_bipc.obj PJ_bonne.obj PJ_eqdc.obj \ PJ_imw_p.obj PJ_lcc.obj PJ_poly.obj \ - PJ_rpoly.obj PJ_sconics.obj PJ_lcca.obj + PJ_rpoly.obj PJ_sconics.obj PJ_lcca.obj PJ_ccon.obj cylinder = \ PJ_cass.obj PJ_cc.obj PJ_cea.obj PJ_eqc.obj \ -- cgit v1.2.3