gaffertape / cl-osd

Automatically exported from code.google.com/p/cl-osd
0 stars 0 forks source link

Add support for google earth gps coordinates #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
-

Original issue reported on code.google.com by call...@gmail.com on 18 Aug 2011 at 7:49

GoogleCodeExporter commented 9 years ago
"for now, to use original supplied G-OSD coordinates in google you should do 
some math like this:
If we assume coordinates from your screen are exactly as they would be 
displayed by an Orginal G-OSD then they are 5824.8422, 1536.0478 and
becomes 58.248422, 15.360478
The degree part remains intact, and the calculation are for mins part:
(248422*100)/60 = 414036
(360478*100)/60 = 600796
so the result is 58.414036, 15.600796 and google says you are in Linkoping, 
Sweden."

Original comment by call...@gmail.com on 24 Aug 2011 at 9:02

GoogleCodeExporter commented 9 years ago
Added in r51.

Original comment by call...@gmail.com on 22 Sep 2011 at 9:09