This file contains 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
/* PLEASE NOTE | |
THE JS HAS BEEN ALTERED FOR RELEVANCE - simply copy and paste into your own JS and watch the console. | |
THE HTML AND CSS ARE WHOLLY UNUSED FOR THIS PARTICULAR CASE | |
please refer to the original gist here: https://gist.github.com/bmoren/22470de1cd47410e0902 for relevant jquery selectors and stuff. | |
*/ | |
window.onload = function() { | |
var startPos; | |
var startPosLat; |