Skip to content

Commit

Permalink
fix: save new_feature geometry to 'geometry' entity field
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Feb 14, 2025
1 parent 5401186 commit ca561d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osm_fieldwork/form_components/mandatory_fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def get_mandatory_fields(new_geom_type: DbGeomType):
"appearance": "placement-map",
"relevant": "${feature}= ''",
"required": "yes",
"save_to": "geometry",
},
{
"type": "calculate",
Expand Down

0 comments on commit ca561d4

Please sign in to comment.