Getting latitude and longitude from Google MapsHere's a hack that will allow you to get the latitude and longitude of a location from Google Maps. Just go to Google Maps and find the location that you want the lat/long for. Make sure this location is centered in the map. Once it is, copy the following code into the address bar (the place where the http://maps.google.com URL is listed) and hit Enter:
javascript:void(prompt('',gApplication.getMap().getCenter()));
When you do this, a javascript dialog window will open and it will show the latitude and longitude at the center of the map.
|

