space geometries: all other spaces should have opacity=0.4

This commit is contained in:
Laura Klünder 2017-07-26 15:35:26 +02:00
parent 89547d15b6
commit 183d444c20

View file

@ -135,6 +135,7 @@ class EditorViewSet(ViewSet):
for other_space in other_spaces:
if other_space.outside:
other_space.geometry = other_space.geometry.difference(buildings_geom)
for other_space in chain(other_spaces, other_spaces_lower, other_spaces_upper):
other_space.opacity = 0.4
other_space.color = '#ffffff'
for building in buildings: