create_map
Generates complete Leaflet map initialization code with HTML, CSS, and JavaScript. Configure center coordinates, zoom level, and tile provider.
Instructions
Generate complete Leaflet map initialization code with HTML, CSS, and JavaScript. Includes tile layer setup and basic configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| center | Yes | Map center coordinates | |
| zoom | No | Initial zoom level (0-19) | |
| tileProvider | No | Tile provider to use | openstreetmap |
| containerId | No | HTML element ID for map container | map |
| includeHTML | No | Include HTML boilerplate |