Update Feature Geometry
update_feature_geometryUpdate feature geometries by replacing them with WKT coordinates in the layer's CRS, with undo support during edit sessions.
Instructions
Replace feature geometries. updates: [{fid: 1, geometry_wkt: 'POINT(1 2)'}]. WKT must be in the layer's CRS. Inside an edit session the change is undoable; otherwise it is written straight to the data source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | ||
| layer_id | Yes |