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 has been archived by the owner on Aug 8, 2023. It is now read-only.
See #5234. The issue appears with Mapbox Streets on iPhone 6 (but not any iOS simulator and not the OS X SDK). No interaction is required, other than moving to the pictured area:
This was exposed when the default value for line-round-limit was changed from 1 to 1.05, to obey the style specification. As a workaround, we have added an override that forces the default back to 1. But presumably any style that explicitly specifies "line-round-limit": 1.05 will still have rendering artifacts. We need to find the root cause.
The text was updated successfully, but these errors were encountered:
See #5234. The issue appears with Mapbox Streets on iPhone 6 (but not any iOS simulator and not the OS X SDK). No interaction is required, other than moving to the pictured area:
This was exposed when the default value for
line-round-limit
was changed from 1 to 1.05, to obey the style specification. As a workaround, we have added an override that forces the default back to 1. But presumably any style that explicitly specifies"line-round-limit": 1.05
will still have rendering artifacts. We need to find the root cause.The text was updated successfully, but these errors were encountered: