EfficiencyJunky / BikeLapse

A webapp built with leaflet.js and mapbox meant to make it easy to catalog bike rides that have been recorded with the DistanceLapse Video Creation System and Strava
4 stars 0 forks source link

Make it possible to import multiple GPX files and have them combined before converting to GeoJSON #8

Closed EfficiencyJunky closed 4 years ago

EfficiencyJunky commented 4 years ago

Because the videos are now creating the GPX files, we need to be able to import multiple GPX files, sort them by the time they start, and then combine them together and convert to GeoJSON

EfficiencyJunky commented 4 years ago

issue resolved with this commit: https://github.com/EfficiencyJunky/DistanceLapseWebApp/commit/8f322b59f500a07d404c83f6e2636a875f0dc2b6

But now I need to clean the code up, comment everything and make it pretty