Add footprints in single layer and add assets of multiple items at once #271
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
At the moment, footprints are added as separate layers with one polygon in each. When checking tens or hundreds of footprints, it populates the GUi with layers...
This PR adds the search result as a single vector layer, just saving the ItemCollection result as the geojson feature collection (which it is). This way it accelerates much the loading of the footprints and makes it much more manageable to play with (toggle display, remove layer, ...), while keeping the items info available.
A similar issue comes with the assets: at the moment, if I want to add the same asset, e.g. B02, from multiple items (e.g. tens) I have to enter the "View assets" dialog of each item to tick the "add layer" box and click on "Add assets".
This PR adds two buttons "Add selected items" and "Add all items" in the Results tab of the main widget, in order to be able to add the same assets for the items at once (without or after download, same as the View assets dialog)