我有几何场并使用质心场得到质心 但我无法序列化两个字段
geojson = serialize('geojson',
BusinessArea.objects.all().annotate(centroid=Centroid('area')),
geometry_field='area',
srid=4326,
fields=('centroid', 'area_type', 'area_name')
)
区域是几何字段。我该怎么办?