Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,48.31347,-4.33494)[natural=cape][name];
way(around:1000,48.31347,-4.33494)[natural=cape][name];
rel(around:1000,48.31347,-4.33494)[natural=cape][name];
node(around:1000,48.31347,-4.33494)[natural=peninsula][name];
way(around:1000,48.31347,-4.33494)[natural=peninsula][name];
rel(around:1000,48.31347,-4.33494)[natural=peninsula][name];
);
out center tags;