Replies: 1 comment 1 reply
-
Hi @hyundotio, I don't see anything weird in your code. Can you provide an example? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone...
Got a question on ScreenGridLayer + DataFilterExtension…
I see in the DataFilterExtension docs that SGL is supported long as GPU aggregation is being done (which in my instance, is). However, data filtering doesn’t seem to work.
BTW, I tried this using a ScatterPlotLayer and filtering does work with the same properties.
Anyone know of a good example how to use ScreenGridLayer & DataFilterExtension together or know why it isn’t working?
Also when I try
onFilteredItemsChange: count => console.log(count)
it returns 0 as well 😕Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions