remove unneeded line
This commit is contained in:
parent
37e6e58d43
commit
40a83dfa43
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ class EditorViewSet(ViewSet):
|
|||
|
||||
spaces_geom = cascaded_union([space.geometry for space in spaces.values() if space.level == 'normal'])
|
||||
holes_geom = holes_geom.intersection(spaces_geom)
|
||||
doors = section.doors.all()
|
||||
for building in buildings:
|
||||
building.original_geometry = building.geometry
|
||||
for obj in chain(buildings, (s for s in spaces.values() if s.level == 'normal')):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue