create_multi_layer_map
Build an interactive multi-layer choropleth map with toggle buttons to compare multiple indicators across layers. Each layer supports custom data, colorscale, and labels.
Instructions
Multi-layer choropleth with toggle buttons between indicators.
Each layer: {data, name_column, value_column, label, colorscale}
Returns: {filepath, layer_count, title}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| theme | No | Visual theme | dark |
| title | No | Map title | |
| layers | Yes | List of layer dicts | |
| filename | No | Output filename (without .html) | multi_layer_map |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||