Durking to Indian F1 Live using Google Maps & GPS

DfgDfg Admin
edited October 2012 in Spurious Generalities
Indian%20F1%20Realtime.jpg

Novel concept, Looks pretty cool, don't really know if it will actually work.

http://labs.lusob.com/f1mapp/

But it would be fun if someone somehow locked on to GPS and fired a missile at the car. I mean think about it...

That would be fun.

Comments

  • Darth BeaverDarth Beaver Meine Ehre heißt Treue
    edited October 2012
    Here is the source code for the app
    onMoveFunc = function(x,y){     alert('Object detected at x=' + x + ', y=' + y);   };   var videotracker = new VideoTracker({video_target_id: 'video_id'});   videotracker.setOnMoveFunc(onMoveFunc);   videotracker.start();
    

    Maybe one of our techy types can fuck with this so we can play with it on our site.
  • DfgDfg Admin
    edited October 2012
    Well, if you want it, I am sure I can make something work.
  • Darth BeaverDarth Beaver Meine Ehre heißt Treue
    edited October 2012
Sign In or Register to comment.