duxy2002

Results 5 comments of duxy2002

I have the same problem.I think it is bug.

HI @stevenov7 Sorry。My mistake. I use interval() of [email protected] to set data every 3 seconds. But I figure out that there was a wrong way to use interval(), that caused...

I modified the algorithm as the following: ``` while (detail < maxLength - 1) { partiallyContained = splitAndFilter(polygonPoints, fullyContained, partiallyContained); detail++; } partiallyContained = splitAndFilter2(polygonPoints, fullyContained, partiallyContained); ``` ........... and...