By default Leaflet shows data drawn onto the world map within a fixed boundary that horizontally goes from -180° to 180° and centers around 0°. Shapes that span across the meridian will be cut of on both sides and currently its not possible to zoom the map to a position where both can be shown. See [[ https://en.wikivoyage.org/wiki/Taveuni | example with markers]]:
{F36913196}
Briefly look into options that might help improve the situation for these edge cases. For use cases see e.g. T195654 or T313615
Findings and resources:
* looks like static view has a way to fix it, see [[ https://fr.wikipedia.org/wiki/Utilisateur:WikedKentaur/polygon | example in frwiki ]]
* https://github.com/Leaflet/Leaflet/issues/82 suggests a workaround with L.LatLng
* https://github.com/rstudio/leaflet/issues/553
* https://github.com/briannaAndCo/Leaflet.Antimeridian