layer_set_crs
Fix a layer's missing or incorrect coordinate reference system by setting CRS metadata without reprojecting coordinates.
Instructions
Assign a layer's CRS metadata, e.g. "EPSG:2180".
This only relabels the layer's coordinate reference system - it does not
reproject coordinates. Use it to fix a layer that was loaded with a
missing or wrong CRS. For an actual reprojection, a layer_reproject
tool is planned but not yet implemented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| crs | Yes | ||
| layer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||