leaflet4vaadin icon indicating copy to clipboard operation
leaflet4vaadin copied to clipboard

Multipolygon#getBounds() will always return 0;0 as south-west bounds

Open berndhopp opened this issue 4 years ago • 1 comments

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.

berndhopp avatar Jun 23 '20 15:06 berndhopp

My mistake! Thanks for letting me know!

Gubancs avatar Jul 02 '20 22:07 Gubancs