Open
Description
A couple of line merging issues. I've already started digging into these, just recording here:
1. don't join reversed edges
In traffic-maps, each direction of a way is a separate geometry. They aren't offset directly in geometry. The points are simply reversed:
A -> B (northbound)
B -> A (southbound)
Because of this, tile-decorator's mergeLines function is in some cases joining traffic opposites to eachother. This cause some offsetting artifacts in the style depending on line-join setting:
2. adjacent edges
It seems that it's possible for mergeLines to fail merging segments that are adjacent & have identical properties
I believe this has been possible before, but a recent regression has made it worse.
Metadata
Metadata
Assignees
Labels
No labels