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

Pre-link Waypoints #10

Open
nawagers opened this issue Nov 7, 2017 · 0 comments
Open

Pre-link Waypoints #10

nawagers opened this issue Nov 7, 2017 · 0 comments

Comments

@nawagers
Copy link
Owner

nawagers commented Nov 7, 2017

Linking the waypoints to the nearest trackpoints (and thus distances) is computationally expensive. The user will likely alter the style many times to see the best formatting for the data on the particular trail. On longer tracks with lots of waypoints this roughly O(n^2). It could be sped up a lot by caching the waypoint distances in an intermediate file or by modifying the trackpoints to be bound to the waypoints (by xml extension or lookup table)

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

No branches or pull requests

1 participant