Roland Olbricht

Results 7 issues of Roland Olbricht

This is an implementation of the API key dispenser intended to help with GDPR requirements. It is as minimal as possible: - OSM users can register services by submitting an...

To allow fair shared use on the public instances, the software has a couple of [quota mechanisms](https://dev.overpass-api.de/overpass-doc/en/preface/commons.html) built in. This had been a success insofar as the servers have been...

enhancement

For the POI clicking feature, it would be useful to order areas decending by size.

enhancement

There has been an incident where the internet provider messed with the files transferred by download_clone.sh . This can be noticed if the hashes, e.g. MD5, are checked of the...

enhancement

The public database currently shows for example on the query `[date:"2023-10-25T00:00:00Z"];way(404135463);` the error ```` Way 404135463 cannot be expanded at timestamp 2023-10-25T18:12:34Z. ```` After some investigation it is clear that...

bug

See [this thread](https://community.openstreetmap.org/t/power-outage-corrupted-overpass-idx-files/101912/15) on community.openstreetmap.org . There are apparently some scenarios where an Overpass database is rendered unusable when a power outage stopped the disks. Improve resilience with regard to...

enhancement

On the current public instance the request ```` timeline(node,26366177); foreach { retro (u(t["created"])) { node(26366177); out meta; }; }; ```` starts off version 13, but should have also versions 10...

bug