Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,49.05338,12.79737)[geological=outcrop][~"^(addr:housenumber|.*name.*)$"~".",i];
way(around:1000,49.05338,12.79737)[geological=outcrop][~"^(addr:housenumber|.*name.*)$"~".",i];
rel(around:1000,49.05338,12.79737)[geological=outcrop][~"^(addr:housenumber|.*name.*)$"~".",i];
node(around:1000,49.05338,12.79737)["natural"="bare_rock"][name];
way(around:1000,49.05338,12.79737)["natural"="bare_rock"][name];
rel(around:1000,49.05338,12.79737)["natural"="bare_rock"][name];
node(around:1000,49.05338,12.79737)[natural=hill][name];
way(around:1000,49.05338,12.79737)[natural=hill][name];
rel(around:1000,49.05338,12.79737)[natural=hill][name];
node(around:1000,49.05338,12.79737)[natural=peak][name];
way(around:1000,49.05338,12.79737)[natural=peak][name];
rel(around:1000,49.05338,12.79737)[natural=peak][name];
node(around:1000,49.05338,12.79737)[natural=rock][name];
way(around:1000,49.05338,12.79737)[natural=rock][name];
rel(around:1000,49.05338,12.79737)[natural=rock][name];
);
out center tags;