Skip to content

This project accommodates thousands of coordinates I collected over the years with Strava. Bike trips, skiing or hiking activities were recorded into a gpx file and then compiled into JSON data arrays through Python.

Notifications You must be signed in to change notification settings

adamsochorec/maps

Repository files navigation

Maps

This project accommodates thousands of coordinates I collected over the years with Strava. Bike trips, skiing or hiking activities were recorded into a gpx file and then compiled into JSON data arrays through Python. Strava still offers more comprehensive features, such as altitude tracking, time, average speeds etc. Still, I wanted to play around with different visual styles of Leaflet and Thunderforest API maps and mark my waypoints and routes.

Project Setup

cd frontend
npm install ## Install Node
npm run dev ## Compile and Hot-Reload for Development
npm run build ## Type-Check, Compile and Minify for Production

About

This project accommodates thousands of coordinates I collected over the years with Strava. Bike trips, skiing or hiking activities were recorded into a gpx file and then compiled into JSON data arrays through Python.

Topics

Resources

Stars

Watchers

Forks