hotfixes for processupdates
This commit is contained in:
parent
dd0e64816e
commit
1837c49ab8
4 changed files with 5 additions and 5 deletions
|
@ -63,7 +63,7 @@ class Router:
|
|||
restrictions = {}
|
||||
nodes = deque()
|
||||
for level in levels_query:
|
||||
buildings_geom = unary_union(tuple(building.geometry for building in level.buildings.all()))
|
||||
buildings_geom = unary_union(tuple(building.geometry.wrapped_geom for building in level.buildings.all()))
|
||||
|
||||
nodes_before_count = len(nodes)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue