Matico-Platform / matico

An open source platform for building civic tech and geospatial apps
https://matico.app
46 stars 3 forks source link

Allow Custom Basemap #109

Open nofurtherinformation opened 2 years ago

nofurtherinformation commented 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:

nofurtherinformation commented 2 years ago

Example of what a mapbox API endpoint for StyleJSON:

https://api.mapbox.com/styles/v1/{user}/{style id}?access_token={token}