I have a group of locations on a map-box map that i want to surround with a circle that covers all points - with a padding / border / buffer if possible.
Using buffer (turfjs) i can get an area around each point, using the convex/concave i can get a shape to cover all points and with the transformScale i can add a padding/buffer. But would ideally have a circle vs a polygon shape.