Closed volterra79 closed 1 year ago
Try to split a feature that has a input field with "geometry" default_expression as below (expression: $area):
{ "name": "surface", "type": "float", "label": "Surface", "editable": false, "validate": {}, "pk": false, "default": "", "input": { "type": "float", "options": { "default_expression": { "expression": "$area", "referenced_columns": [], "referenced_functions": [ "$area" ], "apply_on_update": true } } } }
Splitted features have the same value on surface of original feature
Try to split a feature that has a input field with "geometry" default_expression as below (expression: $area):
Splitted features have the same value on surface of original feature