Simplifying GPS data to plot polylines
Tuesday, February 28th, 2006I was reading Ryan’s post about Google Maps and could not resist hacking together a relatively simpleminded track simplifying script.
It reads a GPX file and prints out the JavaScript necessary to plot the track using the Google Maps API.
Its use of the Google Maps API is pretty simpleminded (it just centers on the begin point [...]