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.
When evaluated at 2, the function {stops: [[1, false], [3, true]]} should be false. But mapbox-gl-native currently evaluates it to true. This is because there's no explicit specialization for Interpolator<bool>, so the default formula a * (1.0 - t) + b * t is used.
The text was updated successfully, but these errors were encountered:
When evaluated at
2
, the function{stops: [[1, false], [3, true]]}
should befalse
. But mapbox-gl-native currently evaluates it totrue
. This is because there's no explicit specialization forInterpolator<bool>
, so the default formulaa * (1.0 - t) + b * t
is used.The text was updated successfully, but these errors were encountered: