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