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.
#13556 introduced new ornament placement, which unfortunately has affected the position and size of the MGLScaleBar.
#13870 proposes reverting the PR until this can be fixed, but this ticket should be used to document the specific issues.
Zooming in/out changes the position and width of the scale bar, as does rotating the device.
Looking in the view debugger you can see width and height constraints, but none for the position (it looks like size is handled by the "intrinsic content size" - so perhaps this is changing?). Looking in the debugger where the constraints are installed - you do see them listed in the parent view.
#13556 introduced new ornament placement, which unfortunately has affected the position and size of the
MGLScaleBar.#13870 proposes reverting the PR until this can be fixed, but this ticket should be used to document the specific issues.
Zooming in/out changes the position and width of the scale bar, as does rotating the device.
Looking in the view debugger you can see width and height constraints, but none for the position (it looks like size is handled by the "intrinsic content size" - so perhaps this is changing?). Looking in the debugger where the constraints are installed - you do see them listed in the parent view.
/cc @chloekraw @chriswu42