Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to export as GPX Route or Track #654

Closed
caledavis opened this issue Dec 17, 2023 · 4 comments
Closed

Option to export as GPX Route or Track #654

caledavis opened this issue Dec 17, 2023 · 4 comments

Comments

@caledavis
Copy link

BRouter currently allows the export of GPX files containing track points (<trkpt...>).

Track points cannot be used for turn-by-turn navigation on GPS devices.

Please consider allowing exports of only the Via points as route points (<rtept...>), such as:

 <rte>
    <rtept lat="XX.XXXXXX" lon="X.XXXXXXX">
    </rtept>
    <rtept lat="XX.XXXXXX" lon="X.XXXXXXX">
    </rtept>
  </rte>

This relatively simple addition would add significant functionality for people who rely on standalone GPS units by allowing the routing to be handled by the GPS unit itself.

@zod
Copy link
Collaborator

zod commented Dec 17, 2023

What's the point of using BRouter if you only want a GPX with the via points you specified? BRouters job is to calculate a more detailed route with those vias.

@caledavis
Copy link
Author

The use case is for people who need to plan a route (such as a cycling trip) but need to rely on the GPS unit (such as a Garmin GPSMAP series device) for the actual turn-by-turn navigation. Tracks unfortunately do not allow for this.

The benefit of planning the route in Brouter (and then exporting the GPX route) is that you can see a very good approximation of the detailed route that the GPS unit will itself produce, and avoid the problem of having to plan the route on the GPS unit itself (which is often slow, tedious, and very difficult to edit).

Further, there is currently no free tool that can do this, since Garmin’s own BaseCamp has been effectively abandoned for many years.

@devemux86
Copy link
Contributor

devemux86 commented Dec 18, 2023

Further, there is currently no free tool that can do this, since Garmin’s own BaseCamp has been effectively abandoned for many years.

You could try Cruiser on Android or Desktop: https://github.com/devemux86/cruiser

It works with BRouter and has many profiles and export options.

@caledavis
Copy link
Author

Incredible. Thanks so much! Cruiser can indeed export GPX Route files and does exactly what I need it to do!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants