Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,52.74050,-4.05260)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.74050,-4.05260)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.74050,-4.05260)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.74050,-4.05260)[military][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.74050,-4.05260)[military][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.74050,-4.05260)[military][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.74050,-4.05260)["fortification_type"="hill_fort"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.74050,-4.05260)["fortification_type"="hill_fort"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.74050,-4.05260)["fortification_type"="hill_fort"][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;