Set Canvas Extent
set_canvas_extentSet the map canvas extent by specifying bounding box coordinates in a given CRS. Controls the visible area of the map.
Instructions
Set the map canvas extent. Coordinates should be in the specified CRS (default: project CRS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crs | No | ||
| xmax | Yes | ||
| xmin | Yes | ||
| ymax | Yes | ||
| ymin | Yes |