Merge master

This commit is contained in:
Pieter Vander Vennet 2021-07-18 20:23:46 +02:00
commit de0802eef6
24 changed files with 1492 additions and 1359 deletions

View file

@ -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"))
})