https://github.com/amiel/gpx-map-js
parses a gpx file, draws a polyline on google maps color coded to speed: more red == more faster
https://github.com/amiel/gpx-map-js
Last synced: about 1 year ago
JSON representation
parses a gpx file, draws a polyline on google maps color coded to speed: more red == more faster
- Host: GitHub
- URL: https://github.com/amiel/gpx-map-js
- Owner: amiel
- Created: 2010-02-26T06:10:31.000Z (over 16 years ago)
- Default Branch: gh-pages
- Last Pushed: 2010-03-22T18:42:17.000Z (about 16 years ago)
- Last Synced: 2024-10-03T12:33:13.437Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://amiel.github.com/gpx-map-js
- Size: 207 KB
- Stars: 25
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
parses a gpx file, draws a polyline on google maps colour coded to speed: more red == moar faster
Two gpx files are included, and you can test this out at: http://amiel.github.com/gpx-map-js
The gpx files were created with MyTracks for android on my G1 (cyanogenmod)
I'm looking for a better algorithm for translating the speed to a color if anyone is interested in helping with that.