Skip to content

Commit

Permalink
add min and max zoom to area serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Jul 10, 2024
1 parent 6167018 commit a1db8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/project/api/serializers/observations.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def get_bbox(self, obj):

class Meta:
model = Area
fields = ("id", "name", "description", "bbox")
fields = ("id", "name", "description", "bbox", "min_zoom", "max_zoom")

0 comments on commit a1db8c1

Please sign in to comment.