mapboxgl.accessToken is cleared after initialize DeckGL #5668
-
I make a pen for an another Question. using the deck.gl scripting API. https://codepen.io/fifzteen/pen/yLgKpbp Enter your accessToken, and watch console. |
Beta Was this translation helpful? Give feedback.
Answered by
Pessimistress
Apr 15, 2021
Replies: 1 comment 1 reply
-
The If you don't want to use this convenience feature then construct a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fifzteen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
DeckGL
scripting interface creates a Mapbox map automatically: https://deck.gl/docs/api-reference/core/deckgl#propertiesIf you don't want to use this convenience feature then construct a
Deck
instance instead.