-
Notifications
You must be signed in to change notification settings - Fork 75
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
Client-side track formatting #399
Conversation
Use togpx fork for now (outdated), see PR: tyrasd/togpx#11
- with PR 11 merged - referencing jxon fork with namespace prefixes fixed
+ handle server voicehint time removed, times with 3 digits
to better match BRouter output
Did a couple of test rides with my usual post-processing and device setup in the last two weeks and also had a cursory look at the code and the exported files. No issues found so far, seems to work great. I'll add a couple of remarks to some existing GH issues later. Thanks @nrenner, this is a huge milestone to base the next round of features on. |
Thanks for testing and the feedback. Still want to do some more testing myself. |
Moves track formatting to the client, accepting some code duplication.
Already loaded route segments are concatenated instead of making an additional server call to re-route the whole route for export. See discussion in #68 and previous discussions in brouter#91, brouter#196, #226, brouter#188.
Also introduces Jest for testing.
Depends on abrensch/brouter#298 for complete voice hints.