hotfixes for processupdates
This commit is contained in:
parent
dd0e64816e
commit
1837c49ab8
4 changed files with 5 additions and 5 deletions
|
@ -65,7 +65,7 @@ class LevelGeometries:
|
|||
@classmethod
|
||||
def build_for_level(cls, level, altitudeareas_above):
|
||||
geoms = LevelGeometries()
|
||||
buildings_geom = unary_union([b.geometry for b in level.buildings.all()])
|
||||
buildings_geom = unary_union([b.geometry.wrapped_geom for b in level.buildings.all()])
|
||||
geoms.buildings = buildings_geom
|
||||
buildings_geom_prep = prepared.prep(buildings_geom)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue