Modify ↓
Opened 12 years ago
Closed 12 years ago
#8796 closed defect (fixed)
[patch] Extruding a way with 3 or 4 nodes closes is unexpectedly
Reported by: | AlfonZ | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Extruding a way in manner that produces a way with 4 nodes closes it by adding extra segment.
This behavior is desired for 2-node ways, but not for 3- or 4-node ways.
Currently, the closing segment will be added if the way has 4 nodes at the end of extruding.
Attached patch changes it to check if the way has 2 nodes at the start of extruding.
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | screenshots.png added |
---|
by , 12 years ago
Attachment: | 8796.patch added |
---|
comment:1 by , 12 years ago
Note:
See TracTickets
for help on using tickets.
Wow, thanks for such a "documented" patch with all these test cases !
This is highly appreciated :)