https://deck.gl/#/documentation/developer-guide/performance-optimization?section=favor-constants-over-callback-functions Keep data the same, but changing `scale` with zoom might be able to simulate the same effect as zoom-dependent functions.
https://deck.gl/#/documentation/developer-guide/performance-optimization?section=favor-constants-over-callback-functions
Keep data the same, but changing
scalewith zoom might be able to simulate the same effect as zoom-dependent functions.