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