Skip to content

Instantly share code, notes, and snippets.

@kekscom
Last active July 20, 2017 00:37
Show Gist options
  • Save kekscom/ee81564c4eec77bff988 to your computer and use it in GitHub Desktop.
Save kekscom/ee81564c4eec77bff988 to your computer and use it in GitHub Desktop.
Switch to OSM
javascript:(function(m,k){
if(m=location.href.match(/@([+\d,.-]+)/)) {
k=m[1].split(',');
location.href='http://www.openstreetmap.org/#map=Z/Y/X'.replace('X',k[1]).replace('Y',k[0]).replace('Z',k[2]);
}
}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment