refactor: dump all layers
This commit is contained in:
parent
4c9635ec83
commit
85b0e59907
|
@ -173,7 +173,7 @@ export default class Engine {
|
|||
{
|
||||
type: 'Download',
|
||||
payload: {
|
||||
data: TileLayers.layer(0).data,
|
||||
data: TileLayers.layers.map((_, i) => TileLayers.layer(i).data),
|
||||
filename: 'tiles.json',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user