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
There are quite a few different relation types that can currently be broken by id with the "split way" functionality. These include:
Manoeuvre relations
turnlanes:turns
Connectivity relations - Proposal page
... and possibly others as well.
All relations with this format should be handled identically by the split way tool. I suggest modifying the code to improve the relation (remove duplicate from/to way) if the relation has from, via, and to members.
The current design, which I think already has this capability for turn restrictions, should no longer look for the tag type=restriction and instead look for has from, via and to members.
The text was updated successfully, but these errors were encountered:
There are quite a few different relation types that can currently be broken by id with the "split way" functionality. These include:
... and possibly others as well.
All relations with this format should be handled identically by the split way tool. I suggest modifying the code to improve the relation (remove duplicate from/to way) if the relation has from, via, and to members.
The current design, which I think already has this capability for turn restrictions, should no longer look for the tag
type=restriction
and instead look forhas from, via and to members
.The text was updated successfully, but these errors were encountered: