-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scatterplot layer: Radius updates #238
Comments
@MoritzStefaner You were getting this error because the 32 bit ScatterplotLayer did not have an The referenced PR updates the code to generate better errors when referencing undefined attributes in |
Ah, that makes sense! Thanks for the swift reply! |
Thanks! Might be another issue, but I updated to 3.1.0 now, and get the following warnings / errors:
(layer definition is same as above) - any ideas? Has the API changed? |
#244 landed last night, fixes the |
The warning looks like a React PropTypes mixup. Will take a look. |
@MoritzStefaner 3.1.1 published, give it a try. |
I ran into the same problem and this fixed it. Thanks. |
@ibgreen Works fine now, thanks! |
Hi,
I am observing the following problems when trying to update the radius of elements in the Scatterplot layer:
throws:
(Visually, the example changes the colors of the dots, on each draw, but not the radii.)
Any ideas?
The text was updated successfully, but these errors were encountered: