Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Add utilities for some common mapbox paint operations. #20

Open
1 of 4 tasks
chrisdevereux opened this issue Dec 9, 2021 · 0 comments
Open
1 of 4 tasks

Add utilities for some common mapbox paint operations. #20

chrisdevereux opened this issue Dec 9, 2021 · 0 comments
Labels
enhancement New feature or request mapbox

Comments

@chrisdevereux
Copy link
Contributor

chrisdevereux commented Dec 9, 2021

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.
@janbaykara janbaykara added the enhancement New feature or request label Jan 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request mapbox
Projects
None yet
Development

No branches or pull requests

2 participants