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