Overpass-API
Overpass-API copied to clipboard
A database engine to query the OpenStreetMap data.
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...
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;...
`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`...
See https://github.com/tyrasd/overpass-turbo/issues/720