-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 7.6, 8.0
-
Component/s: modules/sandbox
-
Labels:None
-
Lucene Fields:New
I experience some errors when processing complex polygons. I realised that if I disable the Morton optimisation, then the errors go away.
I studied one of the cases and it seems that when using the optimisation, it is possible to create triangles with points inside of them (see picture attached). There is a point just on the edge of the triangle. When disabling the optimisation, such a triangle is not created.