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