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