Overpass-API
Overpass-API copied to clipboard
A database engine to query the OpenStreetMap data.
Issue: The Overpass turbo wizard currently lacks support for negative user queries, as highlighted in [this discussion](https://help.openstreetmap.org/questions/51749/how-to-exclude-a-user-in-an-overpass-wizard-query). This absence impedes users from efficiently filtering data based on user contributions, hindering...
Hello Team, I am using overpass docker image(https://hub.docker.com/r/wiktorn/overpass-api) to launch the overpass docker service for Europe continent and the plant URL I am using is https://download.geofabrik.de/europe-latest.osm.bz2 which is latest up...
Does Overpass API have grammatical specifications? Now I'm trying to parse the Overpass API's query language, but that seems to be a complex and meticulous task. Since I haven't found...
After spending quite a while trying to get a local copy of overpass running, I've now managed to get an instance working with static queries. However, I would like to...
``` [adiff:"2018-02-13T20:53:00.000Z","2018-02-13T20:54:00.000Z"]; way(561040198); (._; >;); out meta geom; ``` The `` way in the response includes valid coordinates, despite the second node (5410169836) having been deleted. This either results in...
Hello, I’ve noticed that when I use this Overpass query (here’s the link: [overpass turbo](https://overpass-turbo.eu/s/1FVH)), which relates to tags for the country of Oman, it seems to return a complete...
```overpass [out:json][timeout:60][bbox:{{bbox}}]; nwr[name~"^[А-ЯЁ ]+$"]; out body qt; >; out skel qt; ```
Hi, 1) missing elements in the area : I created this query : https://overpass-turbo.eu/s/1yFn The problem is that, in the area of the relation Marshall Islands (see https://www.openstreetmap.org/relation/571771#map=6/9.579/167.003), the relation...
Do you have plans to support larger ids for OSM objects (node/way/relation)? I installed Version osm-3s_v0.7.55 of Overpass and tried to import a pbf file with tomtom data. Unfortunately, the...
Hi - I have the latest overpass API and installed. Testing with both apache and nginx , responses to status and interpreter commands are returning results in binary format and...