Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,47.85472,9.38056)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,47.85472,9.38056)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,47.85472,9.38056)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,47.85472,9.38056)[natural=lake][name];
way(around:1000,47.85472,9.38056)[natural=lake][name];
rel(around:1000,47.85472,9.38056)[natural=lake][name];
node(around:1000,47.85472,9.38056)[natural=water][name];
way(around:1000,47.85472,9.38056)[natural=water][name];
rel(around:1000,47.85472,9.38056)[natural=water][name];
node(around:1000,47.85472,9.38056)[water=lake][name];
way(around:1000,47.85472,9.38056)[water=lake][name];
rel(around:1000,47.85472,9.38056)[water=lake][name];
node(around:1000,47.85472,9.38056)[water=pond][name];
way(around:1000,47.85472,9.38056)[water=pond][name];
rel(around:1000,47.85472,9.38056)[water=pond][name];
);
out center tags;