Overpass-API icon indicating copy to clipboard operation
Overpass-API copied to clipboard

A database engine to query the OpenStreetMap data.

Results 134 Overpass-API issues
Sort by recently updated
recently updated
newest added

The `--time` and `--space` parameters for the dispatcher can to my understanding only restrict the global resources that overpass uses. The problem with them is that they can't do much...

enhancement

I run an overpass instance version 0.7.56.6 with minutely updates. For about 5-10 requests of every 10.000 requests I get the following error: ``` OSM3S Response The data included in...

bug

I try to analyze playgrounds that have been micromapped using playground=* tags inside them. I wrote the following query to achieve this. ``` [out:json][timeout:60][bbox:{{bbox}}]; wr[leisure=playground]; map_to_area -> .pgs; nw(area.pgs)[playground] ->...

question

I experienced duplicate/incorrect results in a Change_Entry std::set, which I tracked down to the Change_Entry "

bug

One of the Timestamp constructors reads 8 bytes from void*, although a Timestamp has only 5 bytes. I've seen some issues in connection with attic data, where the timestamp was...

bug

I am trying to do some statistics on the history of route relations. I am not interested in the relation members at all, just the history of the metadata, e.g.,...

enhancement

Hi Folks! I am tried so setup a new instance of overpass with Europe from Geofabrik (https://download.geofabrik.de/europe-latest.osm.bz2). Several hours after executing `nohup init_osm3s.sh ../europe-latest.osm.bz2 /opt/lib/overpass /opt/overpass-bin --meta & tail -f...

question

Find objects created by user, not modified http://overpass-turbo.eu/s/1bnV here it finds objects that, among other things, the user has changed, and not just created.

question

For an application, the requesting site is interested in the available slots. Especially when making a request when there is no slot available, this request fails just after ~10 seconds...

enhancement

The computation of lengths (geometry.cc) uses great circles on a sphere (great_circle_dist). It should account for Earth coordinates to refer to an ellipsoid, e.g. using WGS-84. The deviation for road...

wontfix