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