Opened 3 years ago
Last modified 3 years ago
#4635 new enhancement
Inform about wrong turn-relations when splitting ways
| Reported by: | dieterdreist | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Component: | Core |
| Version: | latest | Keywords: | turn_restriction relation split way |
| Cc: |
Description
When a way is split, JOSM's usual behaviour is to copy the relation-memberships to all pieces of the split way. For turn_relations this is not the desired behaviour. JOSM should instead check which part of the split way has the "via"-Node in it's nodes and move the membership just to this part. If the turn_relation was modeled improperly (via is not part of one of the ways, or is part of both/all ways, the user should be notified).
Attachments (0)
Change History (2)
comment:1 follow-up: ↓ 2 Changed 3 years ago by stoecker
- Priority changed from major to normal
- Summary changed from don't copy turn_restriction_relation membership when splitting the way to Inform about wrong turn-relations when splitting ways
comment:2 in reply to: ↑ 1 Changed 3 years ago by dieterdreist
Replying to stoecker:
Actually JOSM already does this. It does not inform about wrong turn relations, but when splitting it does only add the part which is really meant (in case it can detect it).
cool, I checked it and that's true now (was different some months ago). JOSM is great!



Actually JOSM already does this. It does not inform about wrong turn relations, but when splitting it does only add the part which is really meant (in case it can detect it).