GPX Route Planning Tool
FR

Translated into English.

Original post
PA
I'm developing a free and open-source web app for planning walking and cycling trips (and even car trips). You can create a route by clicking directly on the map to add waypoints, and it can consist of multiple stages. The app provides tools to edit the stages and the overall route, and to display useful information (distances, altitudes, and elevation changes). A relief profile can be shown as a graph for a specific stage or the entire route.

Once the route is ready, it can be exported as a GPX file, which can then be used with a GPS or a mobile navigation app.

The app is built in JavaScript and runs entirely in the web browser. It uses the Leaflet library and several OpenStreetMap-based services. Initially developed for my personal needs (I enjoy hiking and cycle touring), I’d be happy to share it with anyone who might find it useful. It’s free to use, doesn’t require an account, and the source code is available.

Source code: https://github.com/patricklmarie/GPX-Route-Planner Online demo: https://patricklmarie.github.io/GPX-Route-Planner/
Patrick

Similar discussions

You might also like