Is MapboxOverlay
now the prefered/recommended way to layer a deckgl instance and a mapbox/maplibre instance?
#8797
Replies: 3 comments 1 reply
-
We've more-so tried to clarify that there are 3 supported ways to integrate with mapbox and maplibre, and any one of them might be more or less appropriate for your use case. |
Beta Was this translation helpful? Give feedback.
-
There is no "recommendation" without understanding your use case. All three integration modes are equally supported but each has its advantages and limitations. Mapbox/Maplibre are external libraries that work in fundamentally different ways from deck.gl. There is not going to be one approach that gives you all the features from both worlds. |
Beta Was this translation helpful? Give feedback.
-
@chrisgervang @Pessimistress thanks so much for your thoughts and time! I have now used deckgl and maplibre using all three of the methods. I guess my question on what is the "recommended" deck/maplibre layout comes from changes I noticed in the docs.
I would be very interested to read about their differences and what many of the design decisions behind how deckgl was/is architected -- would be a good read! PS: will plug a side-project of mine that yall might find handy; utiles (utils + tiles OR it could be "ultra-tiles" depending on how you are feeling) and its python-lib, py-utiles |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
AFAIK what is now called "inverted control" (deck with sub-map) was previously the recommended way to use deck + mapbox/maplibre. Has that changed? Is using
MapboxOverlay
now the recommended way to layer the 2?Just curious! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions