SpaceGroupUCL / depthmapX

depthmapX is a multi-platform Spatial Network Analysis Software
197 stars 52 forks source link

Fix segment removal [WIP] #381

Open pklampros opened 3 years ago

pklampros commented 3 years ago

Brings code originally in #364 Currently removing axial lines updates the connectivity of adjacent lines to match the current neighbourhood size. The same does not happen with segment lines because the interface does not allow it, potentially because this update was never implemented (the removal works).

This PR is intended as a placeholder for introducing that functionality