python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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"](a...
Lovro Boljat
Votes: 0
Answers: 1
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 a course's relation but I can't figure ...
HRIGUY
Votes: 0
Answers: 1
How to detect if point is inside a natural area (or other type) polygon with overpass?
I am trying to figure out how to detect if latitude/longitude pair (-25.70078,-54.44522) is inside a natural area polygon.
Is there a better solution ?
So far I have something like this:
https://overp...
user1990244
Votes: 0
Answers: 0
How can I add timestamp in osmdata_sf() results?
When I query osm data, I want to receive the timestamp, when some object was added or changed, is it possible to include this data?
There is my query:
q <- opq("London",timeout = 20000) %...
vanhry
Votes: 0
Answers: 1