Joined
·
1,011 Posts
no doubt there's a boat load of routes saved on maps.google
how do you folks get those routes on your favorite gps. my droid phone gets kind of funky w/google maps. i imagine you can show your where abouts in a google map. i have a round about way of generating gpx files, please tell you think this is cool, there's a better way, or what ever
basicly theres a javascript in a url. i can't get it to work but I save the kml file, run it through gpsvisualizer thn everytrail and save the gpx file to consume how i please
here's the code, you can book mark it and select the bookmark when you are on the map google page of the route you wanna save to gpx
how do you folks get those routes on your favorite gps. my droid phone gets kind of funky w/google maps. i imagine you can show your where abouts in a google map. i have a round about way of generating gpx files, please tell you think this is cool, there's a better way, or what ever
basicly theres a javascript in a url. i can't get it to work but I save the kml file, run it through gpsvisualizer thn everytrail and save the gpx file to consume how i please
here's the code, you can book mark it and select the bookmark when you are on the map google page of the route you wanna save to gpx
Code:
javascript:(function(){var%20script=document.createElement('script');script.src='http://www.elsewhere.org/GMapToGPX/gmaptogpx.js';document.getElementsByTagName('head')[0].appendChild(script);})()