Set Canvas Extent
set_canvas_extentDefine the visible map area by specifying bounding box coordinates, with optional CRS override for the project canvas.
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 |