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