From 9067fbef75ab8ab6764eda88348ea5c1a4af67ec Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Sun, 20 Oct 2013 17:58:13 +0000 Subject: Propogate ctx into sub-projection (#225). git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2389 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- src/PJ_ob_tran.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/PJ_ob_tran.c b/src/PJ_ob_tran.c index 34e0f6b8..4ddba9a4 100644 --- a/src/PJ_ob_tran.c +++ b/src/PJ_ob_tran.c @@ -80,6 +80,7 @@ ENTRY1(ob_tran, link) /* copy existing header into new */ P->es = 0.; /* force to spherical */ P->link->params = P->params; + P->link->ctx = P->ctx; P->link->over = P->over; P->link->geoc = P->geoc; P->link->a = P->a; -- cgit v1.2.3