forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
de0802eef6
24 changed files with 1492 additions and 1359 deletions
|
@ -94,7 +94,8 @@ async function downloadRaw(targetdir: string, r: TileRange, overpass: Overpass)/
|
|||
}
|
||||
)
|
||||
.catch(err => {
|
||||
console.log("Could not download - probably hit the rate limit; waiting a bit")
|
||||
console.log(url)
|
||||
console.log("Could not download - probably hit the rate limit; waiting a bit. ("+err+")")
|
||||
failed++;
|
||||
return ScriptUtils.sleep(60000).then(() => console.log("Waiting is done"))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue