Category "overpass-api"

Why does 'around' work but 'area' doesn't in Overpass Turbo?

I have the following overpass turbo query: [out:json]; area[name="Zagreb"]; ( node["tourism"~"museum|gallery"](area); node["amenity"~"cafe|bar"](area); ); o

Osmdroid loading only Elements inside of a Polygon with OverpassAPIProvider

So I am trying the following: Using the Overpass API in osmdroid to only load those nodes, ways or relations that are within or partially within a Polygon. Twea

Output a nested relation's nodes while keeping tags in Overpass-api

I'm trying to custom render some golf courses by hole. The goal is to show a vector image of each hole and it's associated features. I'm able to recurse through

How to get maxspeed from overpass for multilevel intersections/roads?

How can I get speed limit for multilevel intersections/roads? When I go over the bridge or under the bridge, I can get wrong speed limit. I am using: way[maxspe