Skip to content

Support multiple layers in a map visualization #34

@ryanbaumann

Description

@ryanbaumann

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

  • Add minZoom and maxZoom properties to each viz type
  • Create addLayer function to add a layer to an existing viz object

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions