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