The frontend for Expedition, an application to catalogue and analyse adventure motorcycle rides, uploaded from GPX files. Frontend uses Sveltekit on Svelte 5. Mapbox is used to render the map
- list rides, their start and end addresses, and your riding time from start and end (data from OpenStreetMap and google maps)
- ride details, breaking down the distance travelled on each road and its surface (data from self-hosted OpenStreetMap nominatim server)
- display ride path on a 3D map (Mapbox)
One day