fix space_for_point (respect columns)
This commit is contained in:
parent
baa92435ff
commit
98de7705e0
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ class Router:
|
|||
poi.nodes_addition = poi_nodes
|
||||
pois[poi.pk] = poi
|
||||
|
||||
space.src.geometry = accessible_geom
|
||||
|
||||
spaces[space.pk] = space
|
||||
|
||||
level_spaces = set(space.pk for space in level.spaces.all())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue