geo_render
Render a static PNG map from a center and zoom or bounding box. Supports GeoJSON overlays, result handles, and up to 50 labeled markers. Dark and light styles use raster rendering; other preset or profile names use vector rendering. Requires a subscription key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | ||
| lon | No | ||
| bbox | No | [west, south, east, north]. Fits the viewport to this instead of using lat/lon/zoom. | |
| zoom | No | ||
| pitch | No | Vector renders only. | |
| style | No | dark or light composites the raster basemaps. Any other value names a style preset or one of your saved basemap profiles and is rendered as vector against that compiled style. | dark |
| width | No | ||
| height | No | ||
| bearing | No | Vector renders only. | |
| geojson | No | GeoJSON to draw, or a result handle such as rh_ followed by 32 hex characters. | |
| markers | No | ||
| styleRevision | No | Saved profile revision to use for rendering. |