Export all layers
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.
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!
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.
Changes have been staged on develop and will be included in the next release.