new serializer for all locations
This commit is contained in:
parent
38b4fbe1f0
commit
b47e97bb81
9 changed files with 87 additions and 45 deletions
|
@ -309,8 +309,10 @@ class LineObstacle(SpaceGeometryMixin, models.Model):
|
|||
|
||||
class POI(SpaceGeometryMixin, SpecificLocation, models.Model):
|
||||
"""
|
||||
An point of interest
|
||||
A point of interest
|
||||
"""
|
||||
new_serialize = True
|
||||
|
||||
geometry = GeometryField('point')
|
||||
|
||||
class Meta:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue