[Mapserver-users] degree conversion
Daniel Morissette
morissette at dmsolutions.ca
Wed Mar 5 18:43:13 PST 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