[Proj] Finnish KKJ in proj 4.4.9 - Linux vs. Windows

Roger Oberholtzer roger at opq.se
Tue Jan 3 08:38:35 EST 2006


On Tue, 2006-01-03 at 14:11 +0100, Roger Oberholtzer wrote:
> 
> Initialization:
> 
>     pj_init_plus("+proj=latlong +ellps=WGS84");
> 
>     pj_init_plus("+init=esri:2393");

Oops: Editing madness. The two previous lines should have been:

	projPJ fromProj = pj_init_plus("+proj=latlong +ellps=WGS84");

	projPJ toProj = pj_init_plus("+init=esri:2393");

And, all return codes are checked in the program. I just left that off
for clarity.

-- 
Roger Oberholtzer
OPQ Systems AB




More information about the Proj mailing list