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
Looks like the color function is called only for visible segments, but the step value is always in [0,1] range, so it's not consistent and can't be used to identify the exact location on the map.
Looks like the
color
function is called only for visible segments, but thestep
value is always in [0,1] range, so it's not consistent and can't be used to identify the exact location on the map.Reproduction: https://codesandbox.io/p/sandbox/hnvgwt
Reproduction GIF
As a workaround I could use
visible: false
(FLowLine) andupdateWhileAnimating: true
(VectorLayer), butThe text was updated successfully, but these errors were encountered: