Thing ยท Mapbox Dashboards 2.0.0
Mapbox Dashboard Provider
Provides interactive vector-map dashboards rendered with Mapbox GL JS. The configured browser library is loaded only when this provider is used.
// Use cases
Styled vector maps
Interactive map
Build location-aware operational dashboards with smooth vector rendering.
Public token
Configure a Mapbox GL JS public token beginning with pk..
Tile cache
Tune minimum and maximum cache sizes for the target browser.
// Configuration
Configuration parameters
| Parameter | Required | Description | Default |
|---|---|---|---|
Title | Yes | Provider name in the dashboard type selector. | MapBox |
Access token | Yes | Mapbox GL JS public access token (pk.*). | Empty |
Library version | Yes | Mapbox GL JS version loaded lazily by the browser. | 3.26.0 |
Maximum tile cache size | Yes | Upper tile-cache bound; zero or greater. | 100000 |
Minimum tile cache size | Yes | Lower tile-cache bound; zero or greater. | 100 |
This provider generates no module-specific events.