Sunday, June 10, 2007

How to find latitude and longitude

I don't need to know my latitude and longitude, but maybe you need to know yours. Here is an easy way to find out what it is. Go to Google maps and put in the address, this will center the address in the displayed map. Cut and past this code into the address bar and a pop up window will display the latitude and longitude.

javascript:void(prompt('',gApplication.getMap().getCenter()));

The script above was found on the Tech-Recipes web site.

No comments: