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
@mourner I would expect the halos to remain white (i.e. the RGB values remaining the same, the A value interpolating from 0 to 0.7). It looks like instead all the RGBA values are interpolated?
The road labels with gray strokes below use a linear function for opacity
"opacity": ["linear", 15, 0, 1, 0, 1]
and a semi-opaque white rgba value for the stroke
"stroke": [1.0,1.0,1.0,0.7],
This is what it looks like at z17:

Is there anything we can do about this?
The text was updated successfully, but these errors were encountered: