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
Create a Visualization that uses a GeoJSON source, add a ramp on a property. It should work.
Blend to a new Viz that uses a different property for the color ramp, the ramp will assign the same values to all the elements.
I've noticed that if you specify that second property on the first Viz, the ramp will work fine. I'm guessing VL only keeps the minimum GeoJSON properties it requires, so if you have the property the second update requires, everything works fine.
How to reproduce:
I've noticed that if you specify that second property on the first Viz, the ramp will work fine. I'm guessing VL only keeps the minimum GeoJSON properties it requires, so if you have the property the second update requires, everything works fine.
Here's a codepen that shows the issue, uncomment the variable on the Viz string and everything will work as expected: https://codepen.io/rjimenezda/pen/RwbGbYN
The text was updated successfully, but these errors were encountered: