Set Canvas Extent
set_canvas_extentSet the visible map area by providing bounding box coordinates (xmin, ymin, xmax, ymax) and an optional CRS, defaulting to the project CRS.
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 |