Open nofurtherinformation opened 2 years ago
DeckGL allows different basemap styling with services like mapbox studio. We currently allow a number of default styles, but we should also allow people to make a custom (external) basemap style and integrate.
Here's what we'll need to do:
Relevant docs:
Example of what a mapbox API endpoint for StyleJSON:
https://api.mapbox.com/styles/v1/{user}/{style id}?access_token={token}
DeckGL allows different basemap styling with services like mapbox studio. We currently allow a number of default styles, but we should also allow people to make a custom (external) basemap style and integrate.
Here's what we'll need to do:
Relevant docs: