Closed Dheatly23 closed 1 year ago
Try to join inner and outer polygon by using common point between them. This does not work with polygons that does not have common points (deep holes), so it is left untouched. Should mostly fix #110.
From what I can tell, the result looks good to me and fixes the issues I saw. Thank you once again for your continued work on this!
Try to join inner and outer polygon by using common point between them. This does not work with polygons that does not have common points (deep holes), so it is left untouched. Should mostly fix #110.