features_select_by_location
Select vector features on a layer using their spatial relationship to a reference layer, such as intersecting or containing. Specify the predicate and mode to refine the selection.
Instructions
Select features on layer_id by their spatial relationship to another layer.
predicate is one of: intersects, contains, within, touches, overlaps,
crosses, disjoint, equals. mode is the same set/add/intersect/remove
combination as features_select_by_expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | set | |
| layer_id | Yes | ||
| predicate | No | intersects | |
| reference_layer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||