prochitecture / blosm

GNU General Public License v3.0
11 stars 3 forks source link

street.pred is None and street.succ is None for street.id == 503 #102

Closed vvoovv closed 5 months ago

vvoovv commented 5 months ago

I suspect this problem occurs for streets composes of more than one item.

polarkernel commented 5 months ago

Fixed and committed. The nodes of the network were not completely updated by _blosmnetworkx when SymLane or SideLane occurred.

vvoovv commented 5 months ago

Thanks