map renderer: no wall shadows outside
This commit is contained in:
parent
218c9a1884
commit
9820a8779d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class LevelGeometries():
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def walls_shadow(self):
|
def walls_shadow(self):
|
||||||
return self.walls_without_doors.buffer(0.2, join_style=JOIN_STYLE.mitre).intersection(self.mapped)
|
return self.walls_without_doors.buffer(0.2, join_style=JOIN_STYLE.mitre).intersection(self.buildings)
|
||||||
|
|
||||||
@cached_property
|
@cached_property
|
||||||
def doors(self):
|
def doors(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue