mapbox / mapbox/mapboxgl-jupyter
Support multiple layers in a map visualization
@akacarlyann is already working on this.
Since Jun 22, 2019.
- Dominant language
- Python
- Stars
- 681
- Forks
- 137
- PR merge metrics
- No merged PRs in 30d
Description
# Problem
As we add more visualization types, it will be useful to pull in multiple visualization layers into the same visualization. To do this, we'll need an API to `addLayer` to an existing visualization.
For example, users may want to create a `heatmap` visualization at low zoom levels, and a `graduatedCircle` visualization at high zoom levels.
A user may also want to add two or more layers to a map from different data sources.
# Implementation
- [x] Add `minZoom` and `maxZoom` properties to each viz type
- [ ] Create `addLayer` function to add a layer to an existing viz object
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.