Replies: 1 comment
-
Deck.gl performs picking via "color-based" picking, where every object for every layer is assigned a color. From https://deck.gl/docs/developer-guide/custom-layers/picking#the-color-picking-technique:
It might be possible to override this to give just two bytes to the object index and two bytes to the layer index, but I think the standard advice is to consolidate the number of layers you use. |
Beta Was this translation helpful? Give feedback.
-
Recently my data increased and I have many layer for this, the 80% has pickable = true but the console show me the following message about this interaction, I use a combination of icon, scatterplot and polygon layers:
deck: Too many pickable layers, only picking the first 255
And the question is... is 255 the maximum of pickable objects or I can change this configuration in some where?
Thanks for replies.
Beta Was this translation helpful? Give feedback.
All reactions