style_set_single_symbol
Apply a uniform symbol style to a vector layer by specifying layer ID, fill color, and optional size, outline color, and outline width.
Instructions
Style a vector layer with one uniform symbol.
color and outline_color accept any Qt color string (e.g. "#FF0000",
"red"). size is point diameter or line width depending on geometry
type (ignored for polygons - use outline_width for their border).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| color | Yes | ||
| layer_id | Yes | ||
| outline_color | No | ||
| outline_width | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||