leaflet4vaadin
leaflet4vaadin copied to clipboard
Multipolygon#getBounds() will always return 0;0 as south-west bounds
this line in LatLngBounds does not take into account that the south-western border is being initialized as 0;0, so it will always remain 0;0 with bounds in the northern hemisphere.
My mistake! Thanks for letting me know!