[GIS] Way to “rip” bicycle directions from Google Maps Classic

google maps

It's very unfortunate that Google Maps Classic no longer exports routes as a KML file, and Google Maps Engine Lite isn't as easy to use.

So I was wondering if it were possible to somehow "rip" a route drawn in Google Maps Classic, possibly through some local JavaScript.

Best Answer

It looks like the method described on this blog post still works:

Plan Your Route

Head over to Google Maps, select the cycle option and start planning a route.

Once you are happy with the route, copy the page’s URL link in the address bar to your clipboard.

Convert to gpx

Open up a new tab and goto http://www.gpsvisualizer.com/convert_input

You can ignore most the options, just select Gpx and paste the Google Maps URL into the box labelled “provide the URL of a file on the Web” and then press the Convert button

Instead of GPX, just use the KML option.

Related Question