Bookmarklets are little strings of JavaScript that reside in your internet bookmark list and can do useful things. In particular, the one I find most useful is this one that retrieves the coordinates of the point at the centre of a Google Maps window:
javascript:alert(window.gApplication.getMap().getCenter())
Thanks to
liquidx for writing it!
No comments:
Post a Comment