Modify ↓
Opened 15 years ago
Closed 15 years ago
#4651 closed enhancement (fixed)
Ability to download incomplete relation from selection
Reported by: | Nakor | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
In many case I have a relation selected for which I would like to download incomplete members.
Could it e possible from the selection menu to either download incomplete relations or select that relation in the relation list?
Attachments (0)
Note:
See TracTickets
for help on using tickets.
(In [3102]) fixed #4651: Ability to download incomplete relation from selection
fixed #4098: Popup Menu entry "download relation members" in relation dialog should be "download incomplete relation members"
fixed two NPEs in RelationListDialog and SelectionListDialog
refactored SelectionListDialog to support better user feedback (enabled/disabled buttons and menu items)
Finally removed the sort() method on DataSet, marked as FIXME since a long time.
CAVEAT: DataSet.getSelected() now returns an unmodifiable list instead of a copy of the selection list. This may lead to UnsupportedOperationExceptions in the next few days. I tried to make sure the JOSM core uses getSelected() only for reading, but I didn't check the plugins.