Modify ↓
Opened 15 years ago
Closed 15 years ago
#4115 closed defect (fixed)
[Patch] JoinAreasAction whines about ways not being inside the downloaded area when editing a new OSM file
Reported by: | Owned by: | team | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
- Ctrl+n
- Create overlapping areas
- Join areas
- JOSM complains about the ways being outside the downloaded area, but I'm editing a new file
The code seems to have been copied from simply way action so perhaps it has the same problem.
Attachments (2)
Change History (6)
comment:1 by , 15 years ago
by , 15 years ago
Attachment: | JoinAreasOutsideBoundary.patch added |
---|
comment:2 by , 15 years ago
Summary: | JoinAreasAction whines about ways not being inside the downloaded area when editing a new OSM file → [Patch] JoinAreasAction whines about ways not being inside the downloaded area when editing a new OSM file |
---|
comment:3 by , 15 years ago
The second patch changes the DataSet.getSelected*() methods to actually return collections of the appropriate primitive types instead of Collection<OsmPrimitive>. Also, it simplifies JoinAreasAction.actionPerformed().
by , 15 years ago
Attachment: | JoinAreasOutsideBoundary2.patch added |
---|
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The attached patch fixes this issue.
Eventually this should be changed so that the message only pops up when there are nodes outside the download area that are actually being deleted.