Modify ↓
Opened 5 years ago
Closed 5 years ago
#553 closed defect (fixed)
CombineWayAction does not reuse existing ids
| Reported by: | Andy Street | Owned by: | framm |
|---|---|---|---|
| Priority: | trivial | Component: | Core |
| Version: | Keywords: | ||
| Cc: |
Description
Steps to reproduce:
- Load some OSM data.
- Create a new way that can be combined with an existing way.
- Select the new way then the existing way.
- Combine the two ways using the Combine Way action.
Expected results:
The two ways are combined and take the id of the existing way.
Actual results:
The existing way is deleted and the resulting way has an id of 0.
Attachments (1)
Change History (2)
Changed 5 years ago by Andy Street
comment:1 Changed 5 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
Applied in r699.
Note: See
TracTickets for help on using
tickets.



Patch to reuse an existing id where possible