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

Replicated rule for e.g. power=generator. Resolves #609 From issue: > Posting an issue as instructed by https://wiki.openstreetmap.org/wiki/Overpass_API/Areas. My use case involves querying for objects within the area of a power...

From what i understand the diff and adiff works only on road geometry or if the version of a node/way/relation is changed. Can you extract just the edits made by...

question

``` File_Error Address already in use 98 /data//osm3s_v0.7.55_osm_base Unix_Socket::4 File_Error 17 File exists /data/osm_base_shadow.lock write_start:1 File_Error 17 File exists /data/osm_base_shadow.lock write_start:1 ``` I have Overpass v0.7.56.3 running on an Ubuntu...

question

In [Overpass_QL#Comments](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#Comments) it is documented that I can use block "comments in the same style of C, C++, Javascript, or CSS source code" It works if I use: ``` /*...

bug

### To reproduce Run the following query multiple times, storing and comparing results: ``` [out:csv(ref, distance, ::lat, ::lon)]; area["admin_level"=2]["name:en"="Poland"]->.searchArea; ( node["highway"="milestone"](area.searchArea); ); out body; >; out skel qt; ``` ###...

question

It seems like http://overpass-api.de/api/status is sometimes inconsistent with my activity and the servers responses. For example, the server may issue ``` Error: runtime error: […] Please check /api/status for the...

bug

Currently we have _center_ (`out center;`) option to get middle of the object's bbox. Would it be possible to add another output mode (eg. _middle_) which would return middle of...

enhancement

this may not really be necessary, but i set up this simple script to drop into /usr/lib/systemd/system-shutdown/ where it will be run at shutdown if permissions are set to 755....

enhancement

$EXEC_DIR needs to exclude the bin subdirectory elsewhere, but in reboot.sh it is required in the setting for $EXEC_DIR. this inconsistency should be corrected, probably by conforming the script to...

bug

while the minor version has increased to 55, the reboot.sh script continues to have version 0.54

bug