Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,40.17442,-111.12675)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,40.17442,-111.12675)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,40.17442,-111.12675)[product][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,40.17442,-111.12675)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,40.17442,-111.12675)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,40.17442,-111.12675)[subject][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,40.17442,-111.12675)[landuse=reservoir][name];
way(around:1000,40.17442,-111.12675)[landuse=reservoir][name];
rel(around:1000,40.17442,-111.12675)[landuse=reservoir][name];
node(around:1000,40.17442,-111.12675)["man_made"="reservoir_covered"][name];
way(around:1000,40.17442,-111.12675)["man_made"="reservoir_covered"][name];
rel(around:1000,40.17442,-111.12675)["man_made"="reservoir_covered"][name];
node(around:1000,40.17442,-111.12675)["man_made"="storage_tank"][name];
way(around:1000,40.17442,-111.12675)["man_made"="storage_tank"][name];
rel(around:1000,40.17442,-111.12675)["man_made"="storage_tank"][name];
node(around:1000,40.17442,-111.12675)[natural=lake][name];
way(around:1000,40.17442,-111.12675)[natural=lake][name];
rel(around:1000,40.17442,-111.12675)[natural=lake][name];
node(around:1000,40.17442,-111.12675)[natural=water][name];
way(around:1000,40.17442,-111.12675)[natural=water][name];
rel(around:1000,40.17442,-111.12675)[natural=water][name];
node(around:1000,40.17442,-111.12675)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,40.17442,-111.12675)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,40.17442,-111.12675)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,40.17442,-111.12675)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,40.17442,-111.12675)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,40.17442,-111.12675)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,40.17442,-111.12675)[water=lake][name];
way(around:1000,40.17442,-111.12675)[water=lake][name];
rel(around:1000,40.17442,-111.12675)[water=lake][name];
node(around:1000,40.17442,-111.12675)[water=pond][name];
way(around:1000,40.17442,-111.12675)[water=pond][name];
rel(around:1000,40.17442,-111.12675)[water=pond][name];
node(around:1000,40.17442,-111.12675)[water=reservoir][name];
way(around:1000,40.17442,-111.12675)[water=reservoir][name];
rel(around:1000,40.17442,-111.12675)[water=reservoir][name];
);
out center tags;