Roland Olbricht
Roland Olbricht
I were unable to reproduce the issue right now. I will keep this open until the next rebuild as a reminder.
I do not see any inevitable performance problem here. When other conditionals restrict the result set or the expression is sufficiently broadly (think of `way[!~"."~"."]`, finding all ways without any...
> Out of date areas seems to be an operational issue affecting both production instances. > > The xml response should return the exact timestamp of the areas. You can...
The responsible source code is in src/overpass_api/dispatch/dispatcher_server.cc line 342 and following. As I understand from the linked issue the real problem here is that you might get the status from...
Fixed in e5c7e73b93da90bc493c8c157de66c578b2e2d9b The logic is that filter_ids_by_tags(.. attic ..) in filter_ids_by_tags.h processes one key after another. Once a key that matches the regex is completed and the object has...
I don't think it makes much sense. Valid values for lat and lon are within ranges where exponential notation on numbers does not make much sense. One valid reason to...
Definitely a good idea.
There are two tasks here: - Refactor the exception classes. I would now base everything on std::exception, and rate limit (as well as bad file content) and so on could...
The problem with the ``Retry-After`` is that in most cases the server does not know either. Most 429ies are issued because a client starts a request althought another one from...
What you observe is consistent with an empty environment varible `$DB_DIR`. Please try to write the path explicitly after `--db-dir=` and tell us if the problem persists. The other things...