Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,43.90220,-0.27030)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,43.90220,-0.27030)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,43.90220,-0.27030)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,43.90220,-0.27030)[craft=distillery][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,43.90220,-0.27030)[craft=distillery][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,43.90220,-0.27030)[craft=distillery][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,43.90220,-0.27030)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,43.90220,-0.27030)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,43.90220,-0.27030)[industrial=factory][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,43.90220,-0.27030)["man_made"="works"][name];
way(around:1000,43.90220,-0.27030)["man_made"="works"][name];
rel(around:1000,43.90220,-0.27030)["man_made"="works"][name];
);
out center tags;