forked from MapComplete/MapComplete
Add image:menu to backup script
This commit is contained in:
parent
5a72ad46d4
commit
ce5f919711
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ export default class GenerateImageAnalysis extends Script {
|
||||||
}
|
}
|
||||||
await this.fetchImages("image", datapath, refresh)
|
await this.fetchImages("image", datapath, refresh)
|
||||||
await this.fetchImages("image:streetsign", datapath, refresh)
|
await this.fetchImages("image:streetsign", datapath, refresh)
|
||||||
|
await this.fetchImages("image:menu", datapath, refresh)
|
||||||
for (let i = 0; i < GenerateImageAnalysis.maxImageIndex; i++) {
|
for (let i = 0; i < GenerateImageAnalysis.maxImageIndex; i++) {
|
||||||
await this.fetchImages("image:" + i, datapath, refresh)
|
await this.fetchImages("image:" + i, datapath, refresh)
|
||||||
await this.fetchImages("image" + i, datapath, refresh)
|
await this.fetchImages("image" + i, datapath, refresh)
|
||||||
|
|
Loading…
Reference in a new issue