Set Canvas Extent
set_canvas_extentSet the visible map area by providing bounding box coordinates (xmin, ymin, xmax, ymax) in the desired 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 |