Layer Extensions¶
Layer extensions are bonus features that you can optionally add to the core deck.gl layers.
Layer extensions are in an experimental state. Some things are known to not yet work:
- Modifying the extensions on a layer by mutating its
extensions
list viaappend
orpop
. It should work, however, by creating a new list and assigninglayer.extensions = new_extensions_list
.
If you encounter issues, please create an issue with reproducible steps.