Closed vermeulendivan closed 3 years ago
In the create_new_feature method, the section/loop which creates the segment_center features incorrectly used the self_intersection variable. The last self_intersection point were always used, and if there where no self_intersections the plugin broke because the self_intersection variable were not declared. The segment center feature now correctly uses the segment_center variable to create the features.
@vermeulendivan can you explain about the bug that these changes are fixing.