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

As reported here: https://gis.stackexchange.com/questions/273204/what-is-the-max-value-for-node-ids-in-overpass, someone tried to load custom data into Overpass using very large node ids. This currently fails to a large memory consumption for Random Files. Example: ```xml...

bug

This problem occurs on Ubuntu docker image and Fedora 31. Followed the installation procedure from https://wiki.openstreetmap.org/wiki/Overpass_API/Installation Any request going to interpreter results in: "Error: runtime error: The dispatcher (i.e. the...

question

I am trying to use osmnx with a custom overpass api configured with no slot management (via https://github.com/wiktorn/Overpass-API) - this results in an infinite loop because the /api/status won't give...

enhancement

Recently I've switched my minute diffs from http://download.openstreetmap.fr/replication/ to http://download.geofabrik.de/europe/. And while openstreetmap.fr provides all the metadata information, Geofabrik provides only version information (and no values for attributes like `changeset`,...

I tried to use the 'date' function, but can't make any sense of the outputs: date("2020-01-01") -> "2020.064453125" = 2020 + 1/16 date("2020-00-02") -> "2020.00390625" = 2020 + 1/256 date("2020-12-31")...

enhancement

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 plant way. The area creation rules as specified [here](https://github.com/drolbr/Overpass-API/blob/master/src/rules/areas.osm3s) include...

enhancement

Currently when trying to retrieve center in xml format the nodes output is different. e.g. ``` [out:xml]; nwr[natural=water]; out ids center; ``` returns: ``` ``` I think better would be...

wontfix

When the API is used with a database which was generated from a extracted OSM file, the bounding box of relations is calculated inconsistently. If the relation contains missing ways,...

Follow up issue for https://github.com/tyrasd/overpass-turbo/issues/171#issuecomment-114361095 > The server responds with a Failed to load resource: the server responded with a status of 504 (Gateway Timeout) error after a couple of...

question
task

Yesterday I was downloading some "live" augmented diffs (that are now served from a cache, see #342), but got one empty file (`2229363.osc`). After downloading the same (now, non cached)...

bug