Changes between Initial Version and Version 1 of Ticket #1127, comment 9


Ignore:
Timestamp:
Sep 20, 2021, 6:50:27 PM (3 years ago)
Author:
mdavis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1127, comment 9

    initial v1  
    1 The reason this example fails is that the input polygon is invalid.  It has a self-crossing loop. 
     1The above example fails because the input polygon is invalid.  It has a self-crossing loop. 
    22
    33You can fix it using MakeValid.  You may wish to use the new `GEOSMakeValidWithParams_r`, to eliminate the self-crossing "hole".