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