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