Plot your tracks and see the elevation profile! Works with tracks and/or routes.
Deployed here: https://gpx-plotter-react.vercel.app/
- Install dependencies:
npm install - Run the development server:
npm run dev - Open http://localhost:3000 with your browser
- Improve chart visualization
- Make a standard chart size
- Make the downloaded image always of the same size
- find bugs
- Improve chart performance
- Disable chart animations when dataset surpasses a certain size
- Add a way to trim data at the ends of the chart
- Create a cool landing page
- Make it more colorful
- Add a dark/white mode
About GPX schema: https://www.topografix.com/gpx.asp
More on Wikipedia