Here is a method I found to get the latitude and longitude coordinates from Google maps (<a href="http://maps.google.com">maps.google.com</a>), thus allowing you to find any point anywhere (that Google can find).<br><br><a href="http://lifehacker.com/software/google-maps/how-to-find-latitude-and-longitude-267361.php">http://lifehacker.com/software/google-maps/how-to-find-latitude-and-longitude-267361.php</a><br>

<br>Just be sure the position you want is centered on the map.  So you would enter the search terms (your address for ex.) into the Google map location bar, hit enter, and then use this javascript in the browser location bar (replace the <a href="http://maps.google.com">maps.google.com</a> with this javascript), do not move the map around.  It works quite well.<br>

<br>Also be sure if you use NoScript in Firefox to allow JavaScript for <a href="http://google.com">google.com</a>.<br><br clear="all">----------<br>Matt M.<br>LinuxKnight<br>
<br><br><div class="gmail_quote">On Sun, Jul 12, 2009 at 8:35 PM, susmit shannigrahi <span dir="ltr"><<a href="mailto:thinklinux.ssh@gmail.com">thinklinux.ssh@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">> 18° 31' => 31 * 100/60 = 51.66 => 18.5166<br>
> 73° 55' => 55 * 100/60 = 91.66 => 73.9166<br>
<br>
</div>or alternatively,<br>
<br>
18° 31' = 18 + (31/60) = 18.5166<br>
73° 55 = 73 + (55/60) = 73.9166<br>
;)<br>
<br>
Thanks.<br>
<div class="im"><br>
--<br>
Regards,<br>
Susmit.<br>
<br>
=============================================<br>
ssh<br>
0x86DD170A<br>
<a href="http://www.fedoraproject.org/wiki/user:susmit" target="_blank">http://www.fedoraproject.org/wiki/user:susmit</a><br>
=============================================<br>
<br>
--<br>
</div><div><div></div><div class="h5">Fedora-ambassadors-list mailing list<br>
<a href="mailto:Fedora-ambassadors-list@redhat.com">Fedora-ambassadors-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-ambassadors-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-ambassadors-list</a><br>
</div></div></blockquote></div><br>