Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,39.47960,26.11640)[natural=hill][name];
way(around:1000,39.47960,26.11640)[natural=hill][name];
rel(around:1000,39.47960,26.11640)[natural=hill][name];
node(around:1000,39.47960,26.11640)[natural=peak][name];
way(around:1000,39.47960,26.11640)[natural=peak][name];
rel(around:1000,39.47960,26.11640)[natural=peak][name];
);
out center tags;