-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi,
I've already opened a similar issue for briefkastenkarte: bierett/briefkastenkarte#8. As stated by someone else, this repo is probably a better place to report it... Please check this issue first for a detailed issue description + recommendations.
Basically, splitting up a (rather small) bbox into many small parts and trying to load them in parallel is not the most efficient approach, given that Overpass API will only handle one request at a time (rambler instance being the exception atm). Even worse, it creates unnecessary overhead without getting the data any faster due to serialization. Creating a large number of requests in a short timeframe also increases chances for HTTP 429 errors.
In additional please also check Rolands comments on this topic: https://lists.openstreetmap.org/pipermail/talk-de/2015-May/111111.html