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.
This issue was previously reported in #2198 and fixed in #3561, which made it into Mapbox iOS SDK v3.1.0 and above. Please upgrade to the latest version of the SDK (currently 3.2.2; 3.3.0 alphas are also available) and let us know if the problem persists. Thanks!
Hi not sure if this is the right project, but.
ios SDK 3.0.1
I'm getting this error:
mbgl::util::SpriteImageException: Sprite image pixel count mismatch
With this code:
I've discovered that it was because the pdf image I am using had a height of 35.36 pixels. Rounding this down to 35 pixels resolved the issue.
The text was updated successfully, but these errors were encountered: