CINXE.COM
<html><head> <!-- This tool uses Google's reverse geocoder to convert coordinates to the closest address and link to 02.fi --> <!-- 2014: They've introduced direct linking by coordinates, the above isn't done anymore, so this tool is pointless now... --> </head> <body> <script> var latlon = document.location.href.match(/latlon=(.+)/)[1].split(','); if (latlon) { window.location = "http://www.fonecta.fi/kartat?lon=" + latlon[1] + "&lat=" + latlon[0] + "&z=17"; } else { document.body.innerHTML = "Please provide target coordinates <tt>#latlon=latitude,longitude</tt>"; } </script> <noscript> This tool requires Javascript. </noscript> </body> </html>