Skip to content

Commit

Permalink
Fix for editing geometry fields as property. (#734)
Browse files Browse the repository at this point in the history
Co-authored-by: wlorenzetti <lorenzett@gis3w.it>
  • Loading branch information
wlorenzetti and wlorenzetti authored Feb 6, 2024
1 parent 330ceef commit 0e54292
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion g3w-admin/core/utils/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@
'ULONG': FIELD_TYPE_FLOAT,
'USHORT': FIELD_TYPE_FLOAT,
'UCHAR': FIELD_TYPE_CHAR,
'FLOAT': FIELD_TYPE_FLOAT
'FLOAT': FIELD_TYPE_FLOAT,
'PYQT_PYOBJECT': FIELD_TYPE_VARCHAR, # For not main geometry field
}


Expand Down

0 comments on commit 0e54292

Please sign in to comment.