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