> $point=ms_newPointObj($lat,  $lon);

Perhaps try reversing the parameters,

$point=ms_newPointObj($lon,  $lat);

Reply via email to