Changes between Initial Version and Version 1 of Ticket #36451
- Timestamp:
- Jun 10, 2025, 11:43:34 AM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36451 – Description
initial v1 41 41 }}} 42 42 43 As a workaround, I’ve overridden to_representation() in the serializer to manually convert the WKT to GeoJSON using GEOSGeometry, but it feels like something that should be handled natively if the output field is a PointField.43 As a workaround, I’ve overridden field in serializer with PointField, but it feels like something that should be handled natively if the output field is a PointField. 44 44 45 45 Is there any plan to support GeneratedField-based geometry fields in future versions of DRF-GIS? Or is there a cleaner approach that I might be missing?