goitrodos
Results
1
issues of
goitrodos
Calling Node.AllPolygons will multiplicate the polygons drastically due to: `List list = polygons;` This breaks the initial data structure due to not copying the data to a new list. The...