get_map_image
Get a PNG map image URL for any area by providing a WGS84 bounding box to a MapServer service. Use for quick visual checks of a location.
Instructions
Render a PNG map image of an area from a MapServer service and return the image URL (href). Use for a quick visual of a bounding box. Provide a WGS84 bbox as xmin,ymin,xmax,ymax. Not all services publish a MapServer; FeatureServers do not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bbox | Yes | WGS84 bbox 'xmin,ymin,xmax,ymax', e.g. '44.49,40.16,44.54,40.20' | |
| width | No | ||
| height | No | ||
| service_path | Yes | A MapServer service path, e.g. 'Yerevan_Named_Roads/MapServer' |