You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: