Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,48.80000,10.21667)[landuse=forest][name];
way(around:1000,48.80000,10.21667)[landuse=forest][name];
rel(around:1000,48.80000,10.21667)[landuse=forest][name];
node(around:1000,48.80000,10.21667)[natural=wood][name];
way(around:1000,48.80000,10.21667)[natural=wood][name];
rel(around:1000,48.80000,10.21667)[natural=wood][name];
);
out center tags;