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

Hi all, I have been trying to generate areas from a database clone of Overpass-API and this is proving to be nearly impossible on my machine (Linux Mint with 8GB...

question

Add a third argument in fetch_osc_and_apply to increase wait between diff check

I would like to be able to specify a polyline as input to is_in (or any other function that could give me the same info), and get a list of...

enhancement

fixes #359. The implementation feels a bit hacky / inefficient (since we need to iterate twice over all areas now), but I didn't see another way to access the area's...

I would like to search all or some object in a changeset. ``` xml ``` Is it possible with Overpass ?

enhancement

Here's a relatively simple query, producing an augmented diff that has a hard time running on the main Overpass' instance: http://overpass-turbo.eu/s/iYU ``` {{dateFrom=2016-10-03T00:00:00Z}} {{dateTo=2016-10-03T23:59:59Z}} [timeout:300] [maxsize:1573741824] //[bbox:{{bbox}}] [adiff:"{{dateFrom}}","{{dateTo}}"]; ( node(changed:"{{dateFrom}}","{{dateTo}}");...

enhancement

http://overpass-api.de/template_handling.html is a quite dated concept and never really took off. These days, the fetch + show operation indicate that it's also no longer working on the productive servers. Can...

task

There has been an incident where the internet provider messed with the files transferred by download_clone.sh . This can be noticed if the hashes, e.g. MD5, are checked of the...

enhancement

*Some story behind*: We are working on OsmAnd live feature to provide incremental map updates based on augmented diffs. I think this could be a very similar task for many...

enhancement

I have a usecase for augmented diffs / the Overpass API, where I'm only interested in OSM objects respectively tags that have been added or changed. I'm not interested in...

enhancement
question