Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,52.46670,13.25000)["boundary"="national_park"][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.46670,13.25000)["boundary"="national_park"][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.46670,13.25000)["boundary"="national_park"][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.46670,13.25000)[landuse=forest][name];
way(around:1000,52.46670,13.25000)[landuse=forest][name];
rel(around:1000,52.46670,13.25000)[landuse=forest][name];
node(around:1000,52.46670,13.25000)["landuse"="recreation_ground"][name];
way(around:1000,52.46670,13.25000)["landuse"="recreation_ground"][name];
rel(around:1000,52.46670,13.25000)["landuse"="recreation_ground"][name];
node(around:1000,52.46670,13.25000)[leisure=common][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.46670,13.25000)[leisure=common][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.46670,13.25000)[leisure=common][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.46670,13.25000)[leisure=park][name];
way(around:1000,52.46670,13.25000)[leisure=park][name];
rel(around:1000,52.46670,13.25000)[leisure=park][name];
node(around:1000,52.46670,13.25000)[natural=wood][name];
way(around:1000,52.46670,13.25000)[natural=wood][name];
rel(around:1000,52.46670,13.25000)[natural=wood][name];
node(around:1000,52.46670,13.25000)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.46670,13.25000)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.46670,13.25000)[tourism=attraction][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,52.46670,13.25000)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,52.46670,13.25000)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,52.46670,13.25000)[tourism=museum][~"^(addr:housenumber|.*name.*)$"~".",i];
);
out center tags;