redownload_map
Re-download a previously generated map with a different color theme or format, such as SVG or different canvas size, using the data key from your initial generation.
Instructions
Re-download a previously generated map with a different color theme or format.
Uses the dataKey from a prior generate_map call. The map data is NOT regenerated, so this is instant. Use this when the user wants to:
Try a different color theme (e.g. 'black' for dark mode, 'lightBlue', 'popArt')
Get an SVG version of a map already generated as PNG
Get a larger or smaller canvas size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_key | Yes | ||
| color_set | No | ||
| format | No | png | |
| canvas_width | No | ||
| canvas_height | No | ||
| edge_weight | No |