[Proj] Welcome to the "Proj" mailing list

Frank Warmerdam warmerdam at pobox.com
Sun Jan 3 17:41:03 EST 2010


jamesmikedupont at googlemail.com wrote:
> void convertPoint(double x, double y, double & rx, double & ry)
> 
> {
> 
>   projPJ pj_merc, pj_latlong;
> 
> 
> if (!(pj_merc = pj_init_plus("+proj=utm +south +ellps=intl +zone=24K
> +units=m")) )
> exit(1);
> 
> 
> if (!(pj_latlong = pj_init_plus("+proj=latlong +ellps=intl")) )
> exit(1);
> 
> 
> point_offset, double *x, double *y, double *z );
> double ax[1], ay[1], az[1];
> ax[0] = x * DEG_TO_RAD;
> ay[0] = y * DEG_TO_RAD;
> az[0] = 0;

James,

The above five lines (point_offset on) appear to be corrupted in the email.
I followed your link and searched around a bit for MText.cpp with no luck.
The print statement commented out does not seem to reflect the text you
report so it is hard to know how things were being run.

I would suggest you recompose your question to be easier for folks to
address.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the Proj mailing list