Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Layer not rendering correctly when property value's negative #13881

Closed
LukasPaczos opened this issue Feb 6, 2019 · 0 comments · Fixed by #13888
Closed

Layer not rendering correctly when property value's negative #13881

LukasPaczos opened this issue Feb 6, 2019 · 0 comments · Fixed by #13888
Labels
Android Mapbox Maps SDK for Android

Comments

@LukasPaczos
Copy link
Contributor

lc_flicker

As seen on the gif, when we are hitting tilt == 60 we are trying to set one of the layer offset values to -3f here via a source property and an expression. The value ends up being casted to uint64_t even though it's a negative value, which I think is the reason why the layer is not rendered correctly. I wasn't able to find the exact point during the rendring proccess when this incorrect cast can cause the layer to diappear entirely instead of rendering the wrong offset though.

/cc @danesfeder @tobrun @alexshalamov

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant