Get Longitude and Latitude from Google Maps
From time to time you might want to have a look at something that requires the location of the place to be identified by traditional coordinates. This is a relatively easy task if you have a street address or otherwise can locate the place on Google maps. You need to identify your site on the maps, get it centered and then you place a piece of JavaScript in your location bar and execute it. A pop up will come up and you can then copy out the two coordinates displayed. A number of WP and Joomla extensions for example require this to help with location services.
javascript:void(prompt('',gApplication.getMap().getCenter()));
Another tip is to save this as a bookmark whenever you are on Google maps, have the location centered and click on the bookmark the pop up will appear in the middle of the map with your information
I originally found this at Tech-Recipes Thanks to the contributors there for such neat ideas.
Last Updated (Wednesday, 01 September 2010 11:19)





