Modify ↓
Opened 17 years ago
Closed 17 years ago
#553 closed defect (fixed)
CombineWayAction does not reuse existing ids
Reported by: | Andy Street | Owned by: | framm |
---|---|---|---|
Priority: | trivial | Milestone: | |
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)
Note:
See TracTickets
for help on using tickets.
Patch to reuse an existing id where possible