add stuffedarea but with no routing support yet
This commit is contained in:
parent
06c14a5750
commit
9a6353e2cb
3 changed files with 18 additions and 1 deletions
|
@ -263,3 +263,7 @@ class LevelGeometries():
|
|||
for stair in assert_multilinestring(self.stairs):
|
||||
left.append(stair.parallel_offset(0.15, 'right', join_style=JOIN_STYLE.mitre))
|
||||
return cascaded_union(left).buffer(0.20, join_style=JOIN_STYLE.mitre, cap_style=CAP_STYLE.flat)
|
||||
|
||||
@cached_property
|
||||
def stuffedareas(self):
|
||||
return cascaded_union([stuffedarea.geometry for stuffedarea in self.query('stuffedareas')])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue