This should do the trick.
nwr[amenity=fire_station]({{bbox}})->.a;
foreach.a->.elem(
nwr.a(around.elem:50);
(._; - .elem;);
out meta;
);
Modified from this example in the wiki.
This should do the trick.
nwr[amenity=fire_station]({{bbox}})->.a;
foreach.a->.elem(
nwr.a(around.elem:50);
(._; - .elem;);
out meta;
);
Modified from this example in the wiki.