move holes from sections to spaces
This commit is contained in:
parent
129be97a59
commit
98501dbf3a
9 changed files with 99 additions and 21 deletions
|
@ -84,7 +84,7 @@ class DoorViewSet(MapdataViewSet):
|
|||
|
||||
|
||||
class HoleViewSet(MapdataViewSet):
|
||||
""" Add ?geometry=1 to get geometries, add ?section=<id> to filter by section. """
|
||||
""" Add ?geometry=1 to get geometries, add ?space=<id> to filter by space. """
|
||||
queryset = Hole.objects.all()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue