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
When adding a gpx track, the algorithm for stacking multiple lines to produce a single thick track produces inconsistent results depending on the direction of the line.
For example:
As you can see, NW-SE portions are very thin (no added thickness) whereas SW-NE parts are fine.
When adding a gpx track, the algorithm for stacking multiple lines to produce a single thick track produces inconsistent results depending on the direction of the line.
For example:
As you can see, NW-SE portions are very thin (no added thickness) whereas SW-NE parts are fine.
I have created a PR to improve this: #75
With the new version, the same track looks like this:
Still not perfect, but I think an improvement.
(BTW, thanks for creating this open-source project 👍)
The text was updated successfully, but these errors were encountered: