Set Canvas Extent
set_canvas_extentDefine a geographic area to display on the map by specifying coordinates (xmin, ymin, xmax, ymax) with an optional 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 |