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
Modify entire program to have DETAILS pin house the information on the ride #2
Currently the ROUTE has a property called "description" where all the information from the ride gets stored. In order to transition over to the code that pulls in a GPX file and generates the ride information that way, we need to move this "description" to the "DETAILS" pin and only use the DETAILS pin to house this information
Currently the ROUTE has a property called "description" where all the information from the ride gets stored. In order to transition over to the code that pulls in a GPX file and generates the ride information that way, we need to move this "description" to the "DETAILS" pin and only use the DETAILS pin to house this information