forked from MapComplete/MapComplete
Enable downloading metadata again
This commit is contained in:
parent
9473f1cc7d
commit
1a05e0c9a1
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ export default class GenerateImageAnalysis extends Script {
|
|||
const datapath = args[0] ?? "../MapComplete-data/ImageLicenseInfo"
|
||||
await this.downloadData(datapath)
|
||||
|
||||
// await this.downloadMetadata(datapath)
|
||||
await this.downloadMetadata(datapath)
|
||||
this.analyze(datapath)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue