Overpass query:
show query
–
Overpass Turbo
[timeout:300][out:json];
(
node(around:1000,47.56659,-52.68134)[natural=strait][name];
way(around:1000,47.56659,-52.68134)[natural=strait][name];
rel(around:1000,47.56659,-52.68134)[natural=strait][name];
node(around:1000,47.56659,-52.68134)[natural=water][name];
way(around:1000,47.56659,-52.68134)[natural=water][name];
rel(around:1000,47.56659,-52.68134)[natural=water][name];
);
out center tags;