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

A database engine to query the OpenStreetMap data.

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

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

Example: Nodes 151615580 and 151591244 have the same coordinates in Tekamah, Nebraska. These two query return the same output set, consisting of one closed way and seven areas. node(id:151615580); is_in;...

bug

`make`ing a point (with `pt(eval, eval)`) creates a `geometry` with a `coordinate` pair inside of it. For `convert` statements, `lat()` and `lon()` obtains the latitude and longitude from that `coordinate`...

enhancement

A complex diff query that I've been using successfully for some time is now failing. The failures happen on both the public instances as well as a private server that...

We have set --allow-duplicate-queries=yes for our Overpass instance. Nevertheless quiers of the following type ofter fail: ``` [out:json];node(12571236901) -> .node;.node is_in;area._[boundary=administrative];out geom; ``` with the following error: ``` runtime error:...

I am aware of issue #48 that was closed in 2013 because "the semantics are not clear" and @drolbr decided to "to implement GeoJSON output for after the history feature"....

Please see https://github.com/tyrasd/overpass-turbo/issues/803

The [documentation](https://wiki.openstreetmap.org/wiki/Special:PermanentLink/2908087#Date_Check_and_Normalizer) for `is_date()` says it only works for dates starting in 1000 CE: > To be a date the year must be bigger than 1000, the month if present less...

Hi, `` is the root element of each Overpass XML Query. I was wondering if it exists a schema that could describe all the tree of this element. I hope...