Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a issue on MapLibre when I want to apply a
line-offsetto LineStrings representing a relation (to display hiking routes)Since ways in a relation are (indeed ordered but) not oriented, the line keeps switching from one side of the road to the other one, because the offset is apply based on the direction of the way/LineString, which is sometimes not consistent with the overall direction of the relation.
I guess we could solve this by re-ordering the nodes of the relation, which means re-orienting the ways whose direction is not consistent with the overall direction of the relation.
Is this something that would be feasible in tilemaker when processing a relationship?
If not, is there any tool able to do so?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions