merge_layers
Combine vector layers of identical geometry type into a single new layer, with automatic handling of field schema mismatches.
Instructions
Merge multiple vector layers of the same geometry type into one new layer.
Fails with GeometryTypeMismatch if the layers don't all share one
geometry type. crs defaults to the first layer's CRS if omitted.
Returns schema_conflicts: field names that aren't present on every
input layer (missing values are left null on features from layers that
lack that field).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crs | No | ||
| name | No | ||
| layer_names | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||