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

I want to store the data on an SMB share, but I am facing issues with the sockets (osm3s_v0.7.58_areas, osm3s_v0.7.58_osm_base) being inconveniently stored in the db directory. Ideally, db is...

enhancement

Tomba kanssa est une ville en Guinee

The following query for a range of two consecutive unicode values returns 5,747 city nodes, however, none of the returned results actually appear to contain either character. ``` [out:csv(::id, name)][timeout:2500];...

bug

Hello, The [polygon search tool](https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL#By_polygon_.28poly.29) [1] is efficient, but the syntax used to specify the geometry is not very common: `(poly:"latitude_1 longitude_1 latitude_2 longitude_2 latitude_3 longitude_3 …");` Generally, geometries are...

invalid

I've updated the OSMF query server from 0.7.57.1 to 0.7.59. The server is running Overpass without attic and meta but with minutely updates for data and areas. This worked fine...

task

Affected node: https://www.openstreetmap.org/node/3809873262/history When retrieving adiff between v3 and v5 (both are deleted), the response is empty. Example query: https://overpass-turbo.eu/s/1NvB I expected the response to be: ```txt # or modify...

enhancement

If the download of a .osc.gz file is interrupted, this can leave an incomplete file in the diff directory. Then, when apply_osc_to_db.sh attempts to use this file, it will hang...

enhancement

Prompted by https://community.openstreetmap.org/t/cyber-attacks-in-the-osm-space/113618/49 , I decided to check whether overpass searches at e.g. overpass-turbo.eu return data that they should not. https://www.openstreetmap.org/way/56688705/history is a simple example of a redaction: v1 was...

enhancement

See [this thread](https://community.openstreetmap.org/t/power-outage-corrupted-overpass-idx-files/101912/15) on community.openstreetmap.org . There are apparently some scenarios where an Overpass database is rendered unusable when a power outage stopped the disks. Improve resilience with regard to...

enhancement

## Background Currently, the `Newer` statement in Overpass API restricts output to elements newer than a specified date. The date must be hardcoded in the format `YYYY-MM-DDTHH:MM:SSZ`, which can be...

enhancement