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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
With #1655 (bd0bf29), each class that conforms to MGLOverlay @synthesizes the required overlayBounds property but never sets it. Each of these classes should instead compute the overlayBounds, either at initialization or lazily, based on the overlay’s coordinates.
With #1655 (bd0bf29), each class that conforms to MGLOverlay
@synthesizes the requiredoverlayBoundsproperty but never sets it. Each of these classes should instead compute theoverlayBounds, either at initialization or lazily, based on the overlay’s coordinates./cc @incanus