Modify ↓
Opened 14 years ago
Closed 14 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 Changed 14 years ago by
Changed 14 years ago by
Attachment: | JoinAreasOutsideBoundary.patch added |
---|
comment:2 Changed 14 years ago by
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 Changed 14 years ago by
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().
Changed 14 years ago by
Attachment: | JoinAreasOutsideBoundary2.patch added |
---|
comment:4 Changed 14 years ago by
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.