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

I noticed that char* to {int, float, long} conversions mostly rely on atof, atoll and atoi functions. Unfortunately, there's no additional input validation to reject invalid queries like in the...

enhancement

Maybe I'm misunderstanding the global bounding box - or maybe this is a bug? This query produces all stops irrespective of bounding box http://overpass-turbo.eu/s/oYO : ``` [bbox:{{bbox}}] [out:json][timeout:25]; {{sel=["network"~"London Underground"]["type"~"route"]["name"="Central"]}}...

task

Is looked at other discussions on this tic but could not resolve my problem. I want to get all town areas within specific area. I found out that it is...

enhancement

Hello, Hopefully a quick question: what is the algorithm to determine a route diagram's colour? Or please just point me to the file containing the algorithm. Very nice project by...

question

It doesn't seem to be possible, so it's a feature request ;-). But if there is already a more or less proper solution, happy to hear about. I'm looking for...

enhancement

Dear all, after I have received no input on my [question on help.openstreetmap.org](https://help.openstreetmap.org/questions/70711/get-surrounding-buildings-to-a-set-of-nodes-with-specific-tags) I wonder if the overpass-api currently allows for it. So I file it here as a feature...

enhancement

One of the latest augmented diff files contains several remark elements, which I have not seen so far. runtime error: Way 547230203 cannot be expanded at timestamp 2018-05-08T15:48:01Z. runtime error:...

bug

Hi, I would use "advanced" regex like words boundaries or lookahead [![regex word boundary](https://cloud.githubusercontent.com/assets/2158081/4871230/72264148-61a5-11e4-930f-d8306fa215be.png)](http://regexr.com/39r41) The "Perl Compatible Regular Expressions" seem easy to use. See : http://www.regular-expressions.info/pcre.html Best regards, ## Yves

enhancement

I followed the guide on http://wiki.openstreetmap.org/w/index.php?title=Overpass_API/Installation and the normal dispatcher works fine. nohup $EXEC_DIR/bin/rules_loop.sh $DB_DIR & Creating areas fails after about 7hrs into the process. This is the nohup.out file:...

question

The public transport tagging schema states that the "network" and "ref" tags are optional for a 'route' relation when there is a corresponding "route_master" relation. I really like this because...

question