diff --git a/src/c3nav/editor/api.py b/src/c3nav/editor/api.py index e1f5152a..a7fc3ff6 100644 --- a/src/c3nav/editor/api.py +++ b/src/c3nav/editor/api.py @@ -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: