use new serializer for buildings
This commit is contained in:
parent
1210b69bbf
commit
c0e6b02dc2
2 changed files with 30 additions and 3 deletions
|
@ -106,6 +106,8 @@ class Building(LevelGeometryMixin, models.Model):
|
|||
"""
|
||||
The outline of a building on a specific level
|
||||
"""
|
||||
new_serialize = True
|
||||
|
||||
geometry = GeometryField('polygon')
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue