You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to include some Leaflet.ImageOverlay.Rotated layers in a feature group, but the L.FeatureGroup methods weren't working correctly. It appears this is due to not getting bounding data from the Leaflet.ImageOverlay.Rotated object.
I was able to make a temporary solution by adding the second line of code, below.
Can you publish a fiddle/codepen/playground that displays this behaviour? That should make it easier to see where the FeatureGroup needs the _bounds, and how to refactor the bounds-calculating code so it can run earlier.
I tried to include some Leaflet.ImageOverlay.Rotated layers in a feature group, but the L.FeatureGroup methods weren't working correctly. It appears this is due to not getting bounding data from the Leaflet.ImageOverlay.Rotated object.
I was able to make a temporary solution by adding the second line of code, below.
Perhaps the library could do this automatically?
The text was updated successfully, but these errors were encountered: