Modify ↓
#5197 closed defect (fixed)
Combining relation members corrupts relation (SVN 3358)
| Reported by: | josm@… | Owned by: | team |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
Steps to reproduce:
- Open attached test.osm file.
- Select ways named "A" and "B"
- Use the combine tool (Tools->Combine Way) to create a single way with the name "A;B"
Expected results:
Relation members are "A;B" and "C"
Observed results:
Relation members are "A", "A;B", "C", "A;B", "C"
Attachments (1)
Change History (5)
Changed 3 years ago by Andy Street
comment:1 Changed 3 years ago by jttt
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 3 years ago by anonymous
Ticket #5198 has been marked as a duplicate of this ticket.
comment:3 Changed 3 years ago by anonymous
Ticket #5192 has been marked as a duplicate of this ticket.
comment:4 Changed 3 years ago by anonymous
Ticket #5191 has been marked as a duplicate of this ticket.
Note: See
TracTickets for help on using
tickets.



Testcase