Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,43.85436,-64.88019)[natural=shoal][name];
way(around:1000,43.85436,-64.88019)[natural=shoal][name];
rel(around:1000,43.85436,-64.88019)[natural=shoal][name];
node(around:1000,43.85436,-64.88019)[place=island][name];
way(around:1000,43.85436,-64.88019)[place=island][name];
rel(around:1000,43.85436,-64.88019)[place=island][name];
);
out center tags;