Hi guys I need to convert coordinates in the following form:
N42-53.9°
W072-16.2°
INto something thats kinda like the following:
-90.7311
0.346944
A php function would be greatly appreciated - or just a formula would also be nice enough :)
|
1
|
Hi guys I need to convert coordinates in the following form:
INto something thats kinda like the following:
A php function would be greatly appreciated - or just a formula would also be nice enough :)
|
||
|
|
|
|
I found an online JS calculator and a PHP solution:
|
||
|
|