Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I want to use nebula's
EditableGeoJsonLayer
and to update the colors for the layer. I'm using aboolean
statevariable
to update the colors with thegetLineColor
attribute andupdateTriggers
.This approach works for the deck gl
GeoJsonLaye
withupdateTriggers
and is not working for EditableGeoJsonLayer.Thanks for helping :)
Code --> https://codesandbox.io/s/interesting-thompson-e8ntf?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions