Open arnoldn1 opened 4 years ago
I have to create a custom layer in order to deal with TileLayer in pydesk, please find more information here : https://github.com/agressin/pydeck_myTileLayer
Bundling a new JSLayer so that it can be used by pydeck is still quite tricky and not something we officially support at this stage as there are many complications with the way JS is bundled.
There is one working example in https://github.com/UnfoldedInc/earthengine-layers but getting it to work on your side may not be easy.
Checking in here. Is there forward progress toward realizing TileLayer within PyDeck?
Description
Using TileLayer in pydeck is not clear, e.g., how variables in the deck.gl example such as
renderSubLayers
andreturn new BitmapLayer
should be implemented through Python.