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