Last active
July 20, 2017 00:37
-
-
Save kekscom/ee81564c4eec77bff988 to your computer and use it in GitHub Desktop.
Switch to OSM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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