You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to JSTS devs
Hi i have the following problem that i want to union / difference user input geometries, but i can't check if they are self intersecting or not? jsts has currently no way to give me that info without exception.
to prevent that i look for a way to split that one geometry into multiple parts, each of the parts would be not self intersecting and then i could call union or difference on them.