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