generate_map
Create custom map images by specifying layers, styles, bounding box, dimensions, and format using WMS GetMap functionality in the GeoServer MCP Server.
Instructions
Generate a map image using WMS GetMap.
Args:
layers: List of layers to include (format: workspace:layer)
styles: Optional styles to apply (one per layer)
bbox: Bounding box [minx, miny, maxx, maxy]
width: Image width in pixels
height: Image height in pixels
format: Image format (png, jpeg, etc.)
Returns:
Dict with map information and URLInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | No | ||
| format | No | png | |
| height | No | ||
| layers | Yes | ||
| styles | No | ||
| width | No |