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