Hello!
With svelte-leafletjs I can feed the component with an array of coordinates and it will automagically center the map and set the zoom to show all markers. Does this feature exist in svelte-maplibre or should I calculate the center myself? Is there a package that could do this calculation for me?
Thanks.