Overpass-API
Overpass-API copied to clipboard
A database engine to query the OpenStreetMap data.
Hi! It would be great to be able to get the history of multiple elements at once writing something like: ``` [bbox:45.4,9.2,45.5,9.25]; node["amenity"="vending_machine"]({{bbox}}); foreach ( timeline(node, id()); out; ); ```...
I would like to search for changesets with specific metadata, but I don't find any information in the wiki. Examples: - searching changesets with **comment** starting with "#hotosm-task-" - or...
For the POI clicking feature, it would be useful to order areas decending by size.
I've noticed that the following query gets slower over time, obviously accumulating ways over time. This is most obvious in `Way_Geometry_Store`, where an increasing numbers of ways is being prepared....
My goal was to make a Chinese version of https://overpass-turbo.eu/s/Sg8 so when users clicked it, they would see all the buttons in Chinese. But alas, even though one can make...
Add please the _lat()_ and _lon()_ fieldnames. **Example:** [out:csv(num,key,len,type,lat)]; way [highway]({{bbox}}); for (t["surface"]) ( make stat num=count(ways),key=_.val,len=sum(length()),type=u(type(),lat=u(lat() ); out; ); _type()_ and furthermore _id()_ work, but not _lat()_ and _lon()_...
The Overpass API becomes unavailable about once every day telling that either the overpassdispatcher or psql is not running. However, when I get this error, both _are_ running. When restarting...
Hello Team! Thank you for your hard work and dedication! Having overpass api in open access is like having superpowers! I recently released this website that renders roads from OSM:...
It would be nice to have a feature similar to [global bounding box](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Global_bounding_box_.28bbox.29) `[bbox:49.3711,8.625,49.4397,8.7334]` for areas. That could be realised with `[area:area(areaid)]`. Example without that feature: ```js [timeout:25]; // in...
[This query](http://overpass-turbo.eu/s/k6c), centered over a node I recently deleted, does not return any result: [adiff:"2016-01-01T00:00:00Z"] [out:xml][timeout:45]; node(user:maxerickson)(37.268,-96.997,37.269,-96.996); out meta; [Remove the user filter](http://overpass-turbo.eu/s/k6d) and the deleted node is returned: [adiff:"2016-01-01T00:00:00Z"]...