[Mapserver-users] degree conversion

Daniel Morissette morissette at dmsolutions.ca
Wed Mar 5 21:43:13 EST 2003


Paul Dymecki wrote:
> 
> Hi Ed,
>     I was wondering if you know of any php scripts for converting from
> dd/mm/ss to dd?  I wouldn't want to build one if it's already part of a
> library somewhere?

  $decimal_degrees = $degrees + $minutes/60 + $seconds/3600;

-- 
------------------------------------------------------------
 Daniel Morissette               morissette at dmsolutions.ca
 DM Solutions Group              http://www.dmsolutions.ca/
------------------------------------------------------------



More information about the mapserver-users mailing list