change building color

This commit is contained in:
Laura Klünder 2017-09-21 16:22:20 +02:00
parent 17faf9ce05
commit a87b6d79ac
2 changed files with 2 additions and 2 deletions

View file

@ -161,7 +161,7 @@ class Level(SpecificLocation, models.Model):
self._render_space_inventory(svg, space)
# draw walls
svg.add_geometry(wall_geometry, fill_color='#929292')
svg.add_geometry(wall_geometry, fill_color='#aaaaaa')
# draw doors
door_geometries = cascaded_union(tuple(d.geometry for d in doors))