aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_merc.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2016-12-18 23:46:18 +0100
committerKristian Evers <kristianevers@gmail.com>2016-12-18 23:46:18 +0100
commitd8d7f8c7e40a484a665d2b1c3db7f18e3aa96800 (patch)
treef1e3f99313b6294e7a17c562f94f9ba42691b601 /src/PJ_merc.c
parent4cc53290ec16915fc0ae6d2952d80c55e113284e (diff)
downloadPROJ-d8d7f8c7e40a484a665d2b1c3db7f18e3aa96800.tar.gz
PROJ-d8d7f8c7e40a484a665d2b1c3db7f18e3aa96800.zip
Not using proper spherical earth in tests that use a spherical projection. +a replaced with +R
Diffstat (limited to 'src/PJ_merc.c')
-rw-r--r--src/PJ_merc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_merc.c b/src/PJ_merc.c
index 4740e1eb..e0ec9658 100644
--- a/src/PJ_merc.c
+++ b/src/PJ_merc.c
@@ -83,7 +83,7 @@ int pj_merc_selftest (void) {
double tolerance_xy = 1e-7;
char e_args[] = {"+proj=merc +ellps=GRS80 +lat_1=0.5 +lat_2=2"};
- char s_args[] = {"+proj=merc +a=6400000 +lat_1=0.5 +lat_2=2"};
+ char s_args[] = {"+proj=merc +R=6400000 +lat_1=0.5 +lat_2=2"};
LP fwd_in[] = {
{ 2, 1},