From d8d7f8c7e40a484a665d2b1c3db7f18e3aa96800 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sun, 18 Dec 2016 23:46:18 +0100 Subject: Not using proper spherical earth in tests that use a spherical projection. +a replaced with +R --- src/PJ_poly.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PJ_poly.c') diff --git a/src/PJ_poly.c b/src/PJ_poly.c index e2ecdd89..5a679d61 100644 --- a/src/PJ_poly.c +++ b/src/PJ_poly.c @@ -166,7 +166,7 @@ int pj_poly_selftest (void) { double tolerance_xy = 1e-7; char e_args[] = {"+proj=poly +ellps=GRS80 +lat_1=0.5 +lat_2=2"}; - char s_args[] = {"+proj=poly +a=6400000 +lat_1=0.5 +lat_2=2"}; + char s_args[] = {"+proj=poly +R=6400000 +lat_1=0.5 +lat_2=2"}; LP fwd_in[] = { { 2, 1}, -- cgit v1.2.3