visgl / deck.gl

WebGL2 powered visualization framework
https://deck.gl
MIT License
12.22k stars 2.08k forks source link

[Bug] Categorical DataFilterExtension not working with ScatterplotLayer #9083

Open awphi opened 2 months ago

awphi commented 2 months ago

Description

Using the ScatterplotLayer with a categorical DataFilterExtension doesn't seem to filter anything while it works fine for range filters.

Flavors

Expected Behavior

Categorical data filtering should work.

Steps to Reproduce

Codepen here.

Environment

Logs

No response

Pessimistress commented 2 months ago

This works on my desktop (MacOS 12.6 + Intel + Radeon RX 570) but not on my phone (iOS 17.6).

What is your hardware?

awphi commented 2 months ago

MacOS 14.6.1 + M1 Pro. Here's my chrome://gpu report too if that helps at all.

felixpalmer commented 2 months ago

Working on 14.5 (23F79) + M3 Pro. I can try and upgrade to 14.6 to see if I can repro later this week

felixpalmer commented 2 months ago

@Pessimistress do you think adding flat could help here like in https://github.com/visgl/deck.gl/pull/9128?