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
PA Patricklmari ·
A new version has just been released: - All menus can now be hidden so you can work using just your mouse and keyboard shortcuts. - Some options have been moved out of the main menu and into a preferences panel (accessible via the three horizontal bars icon on the left of the page title). - User-selected options are saved in cookies and kept between work sessions. - The browser's language setting is now taken into account. - New map styles and travel modes have been added.
Patrick

Similar discussions

You might also like