Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,52.50380,13.48530)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.50380,13.48530)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.50380,13.48530)[building][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.50380,13.48530)[landuse=railway][name];
way(around:1000,52.50380,13.48530)[landuse=railway][name];
rel(around:1000,52.50380,13.48530)[landuse=railway][name];
node(around:1000,52.50380,13.48530)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.50380,13.48530)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.50380,13.48530)["public_transport"="platform"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.50380,13.48530)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.50380,13.48530)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.50380,13.48530)["public_transport"="station"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.50380,13.48530)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.50380,13.48530)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.50380,13.48530)["public_transport"="stop_area"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.50380,13.48530)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.50380,13.48530)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.50380,13.48530)["public_transport"="stop_position"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.50380,13.48530)[railway=halt][name];
way(around:1000,52.50380,13.48530)[railway=halt][name];
rel(around:1000,52.50380,13.48530)[railway=halt][name];
node(around:1000,52.50380,13.48530)["railway"="historic_station"][name];
way(around:1000,52.50380,13.48530)["railway"="historic_station"][name];
rel(around:1000,52.50380,13.48530)["railway"="historic_station"][name];
node(around:1000,52.50380,13.48530)[railway=station][name];
way(around:1000,52.50380,13.48530)[railway=station][name];
rel(around:1000,52.50380,13.48530)[railway=station][name];
node(around:1000,52.50380,13.48530)["railway"="tram_stop"][name];
way(around:1000,52.50380,13.48530)["railway"="tram_stop"][name];
rel(around:1000,52.50380,13.48530)["railway"="tram_stop"][name];
);
out center tags;