Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,51.32769,1.42147)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.32769,1.42147)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.32769,1.42147)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.32769,1.42147)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.32769,1.42147)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.32769,1.42147)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.32769,1.42147)["listed_status"="Grade_II"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,51.32769,1.42147)["listed_status"="Grade_II"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,51.32769,1.42147)["listed_status"="Grade_II"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,51.32769,1.42147)["man_made"="beacon"][name];
way(around:1000,51.32769,1.42147)["man_made"="beacon"][name];
rel(around:1000,51.32769,1.42147)["man_made"="beacon"][name];
node(around:1000,51.32769,1.42147)["man_made"="lighthouse"][name];
way(around:1000,51.32769,1.42147)["man_made"="lighthouse"][name];
rel(around:1000,51.32769,1.42147)["man_made"="lighthouse"][name];
node(around:1000,51.32769,1.42147)["man_made"="tower"][name];
way(around:1000,51.32769,1.42147)["man_made"="tower"][name];
rel(around:1000,51.32769,1.42147)["man_made"="tower"][name];
);
out center tags;