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

On Ubuntu 18.04, I have followed these instructions: https://wiki.openstreetmap.org/wiki/Overpass_API/Installation#Ubuntu_or_Debian_6.0_.28squeeze.29_or_Debian_7.0_.28wheezy.29 using option 1 (and download_clone.sh instead of the whole planet.osm). When I try to run the example query, I get: ```...

question

I have a request that combines a regular expression on the key together with a date clause : http://overpass-turbo.eu/s/D11 It does return items that do not match the regex :...

bug

Hi I'm confused by this statement: > Note that area creation is subject to some extraction rules, i.e. not all ways/relations have an area counterpart (notably those that are tagged...

enhancement

Hello, is it possible to query something inside a closed way? `node(poly:"50.7 7.1 50.7 7.2 50.75 7.15");` Goes in the right direction, but the polygon is hard coded. For example:...

enhancement

It would be really useful if there would be the option to pass a query string as parameter instead of writing it onto stdin. At least it would be easier...

enhancement

The snapshots/daily clones of the database are a nice way to bootstrap overpass, however it lacks the areas which means a delay of hours before one can use a new...

question

Goal: I would like to clip the output of a query to the area that I specified for the query. Right now, the ways that are selected by the query...

enhancement

LZ4_Deflate::compress currently switches to storing data as uncompressed block, if the compressed data amounts to ~ 2 times the input block size. However, it would make more sense to reduce...

enhancement

https://github.com/drolbr/Overpass-API/blob/minor_issues/osm-3s_testing/expected/area/area_bbox.err includes an error "`runtime error: Filters too weak in query statement: specify in addition a bbox, a tag filter, or similar.`", while at the same time https://github.com/drolbr/Overpass-API/blob/minor_issues/osm-3s_testing/expected/area/area_bbox.out prints out...

question

After killing the dispatcher the hard way, it reports on startup: ``` vagrant@ubuntu2004:~$ sudo -u overpass /srv/overpass.openstreetmap.org/bin/dispatcher --osm-base --db-dir=/srv/overpass.openstreetmap.org/db --rate-limit=2 --space=10737418240 File_Error File exists 17 /osm3s_v0.7.57_osm_base Dispatcher_Server::1 ``` The file...

enhancement