You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.
We provide the ability to customize our mapbox widgets with custom themes and styles, but actually using this requires people to use the relatively low-level mapbox style DSL.
Add some python helpers to produce the mapbox json for common requirements, such as:
Showing markers for datapoints within the current view.
Rendering some html into a popover for a given datapoint (possibly by fetching html over the wire).
Shading a geographical area with a data-driven color. Support user interactions on painted areas.
Rendering points onto the map via geojson. Support clustering and fetch-on-demand.
The text was updated successfully, but these errors were encountered:
We provide the ability to customize our mapbox widgets with custom themes and styles, but actually using this requires people to use the relatively low-level mapbox style DSL.
Add some python helpers to produce the mapbox json for common requirements, such as:
The text was updated successfully, but these errors were encountered: