attack-navigator icon indicating copy to clipboard operation
attack-navigator copied to clipboard

Export all layers

Open tbennett6421 opened this issue 6 years ago • 2 comments

Is it possible to export all open layers either to separate files or to one combined file? I'm currently working on 7 different layers and would like to save all of them at once.

If not, I'd like to open a feature request for this.

tbennett6421 avatar Jan 30 '20 22:01 tbennett6421

Hi @tbennett6421,

There is no current way for the user to batch import or export layers. I'll mark this issue as a feature request so that we can keep track of it for future updates.

Thanks!

isaisabel avatar Jan 31 '20 14:01 isaisabel

Possible implementation:

On the "new tab" ui, add a "batch export" tab which contains a list of open layers, with a download link for each. After downloading, each layer is marked with a checkmark so that the user is aware of which they've already done.

In addition, a "save all" button could be provided which would download the layers as a single file, essentially just an array of layer objects. We would also update the "open existing layer" upload so that it could parse an array of layers and open each as an individual tab.

isaisabel avatar Jan 31 '20 14:01 isaisabel

Changes have been staged on develop and will be included in the next release.

clemiller avatar Oct 04 '23 12:10 clemiller