Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,0.84148,30.66746)["boundary"="protected_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,0.84148,30.66746)["boundary"="protected_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,0.84148,30.66746)["boundary"="protected_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,0.84148,30.66746)[landuse=forest][name];
way(around:1000,0.84148,30.66746)[landuse=forest][name];
rel(around:1000,0.84148,30.66746)[landuse=forest][name];
node(around:1000,0.84148,30.66746)["leisure"="nature_reserve"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,0.84148,30.66746)["leisure"="nature_reserve"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,0.84148,30.66746)["leisure"="nature_reserve"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,0.84148,30.66746)[natural=wood][name];
way(around:1000,0.84148,30.66746)[natural=wood][name];
rel(around:1000,0.84148,30.66746)[natural=wood][name];
);
out center tags;