[PATCH] Function to automatically download all missing relations members in all relations
In the relation editor there is feature that allows you to download missing members (which is very useful for multipolygons, where some parts of it are outside bbox initially downloaded from API)
Problem is, when there are many multipolygons (several dozens), some of them with parts outside downloaded area. Having to get into all of them, then downloading incomplete parts (where they arte missing) is tedious
Some function "Automatically download any missing members for all relations (or all selected relations) that are incomplete" would make this much easier.
Such function would go through all selected relations (or all relations) and download missing members in relations that have them missing.
Change History
(11)
Summary: |
Function to all missing relations members → Function to automatically download all missing relations members in all relations
|
Owner: |
changed from team to bastiK
|
Status: |
new → assigned
|
Owner: |
changed from bastiK to Gubaer
|
Status: |
assigned → new
|
Summary: |
Function to automatically download all missing relations members in all relations → [PATCH] Function to automatically download all missing relations members in all relations
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Patch adds a popup menu for the RelationListDialog:
(Multiple relations can be selected in advance.)
@Gubaer: I removed the method updateMemberReferences from MemberTableModel.java.
This fixes #3482. I thought you might like to know and have a look... :)
Minor things included: